/*********************************** Premod Existing Styles *****************************************/

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #FFFFFF;
}


/***************************************** New Styles ***********************************************/

/*------------------ TEXT STYLES ----------------*/

/* CLASSES FOR USER TIPS */

/*
	Use this class in cases where the tip is not
	in a well defined area and needs to stand
	out from surrounding text.
*/
.tip {
	font-size: 90%;
	font-weight: normal;
	color: #050;
}

/*
	Use the following 2 classes when the tip
	is in a well defined area and keeping its
	main text black will not cause confusion.
*/
.tip_title{
	font-size: 100%;
	font-weight: bolder;
	color: #070;
}

.tip_text{
	font-size: 90%;
	font-weight: normal;
	color: #000;
}

.tip_div{
	border-color: #070;
	border-width: 2px;
	border-style: solid;
	margin: 5px;
	padding: 5px;
}

/*-------------------- BLOCKS -------------------*/

.page_block_div {
	width: 95%;
	margin-bottom: 10px;
	border-color: #7b89a4;
	border-width: 2px;
	border-style: solid;
}

.user_notes {
	display: block;
	margin: 10px;
	font-size: 90%;
	font-weight: bold;
	color: #000;
}

.site_color_notes {
	color: #46587F;
}

/*------------------- BUTTONS -------------------*/

.image_link {
	text-decoration: none;
}

#agency_user_div {
	width: 95%;
	border-color: #7b89a4;
	border-width: 2px;
	border-style: solid;
	font-size: 120%;
	font-weight: bolder;
	line-height: 1.2;
	color: #46587F;
	margin-bottom: 10px;
}

#user_btn_holder {
	display: table;
	margin-bottom: 10px;
}

#btn_user_login {
	width: 94px;
	height: 25px;
	background: url(/images/btn_user_login.gif) no-repeat 0 0;
	cursor: pointer;
	display: table-cell;
	padding-right: 5px;
}
#btn_user_login:hover,
#btn_user_login:focus,
#btn_user_login:active {
	background-position: 0 -25px;
}

#btn_user_update {
	width: 94px;
	height: 25px;
	background: url(/images/btn_user_update.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	cursor: pointer;
	display: table-cell;
	padding-right: 5px;
}
#btn_user_update:hover,
#btn_user_update:focus,
#btn_user_update:active {
	background-position: 0 -25px;
}

#btn_user_register {
	width: 94px;
	height: 25px;
	background: url(/images/btn_user_register.gif) no-repeat 0 0;
	cursor: pointer;
	display: table-cell;
	padding-right: 5px;
}
#btn_user_register:hover,
#btn_user_register:focus,
#btn_user_register:active {
	background-position: 0px -25px;
}

#btn_user_guide {
	width: 94px;
	height: 25px;
	background: url(/images/btn_user_guide_admin.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	cursor: pointer;
	display: table-cell;
	padding-right: 5px;
}
#btn_user_guide:hover,
#btn_user_guide:focus,
#btn_user_guide:active {
	background-position: 0px -25px;
}

#btn_user_guide_admin {
	width: 94px;
	height: 25px;
	background: url(/images/btn_user_guide_admin.gif) no-repeat 0 0;
	cursor: pointer;
	display: inline-block;
	margin-right: 4px;
}
#btn_user_guide_admin:hover,
#btn_user_guide_admin:focus,
#btn_user_guide_admin:active {
	background-position: 0px -25px;
}
