@charset "utf-8";
html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	border:none;
	background-color: #EFEFEF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #5B5B5B;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
}




.managePageBody {
	height: 100%;
	width: 98%;
}
.userPageBody {
	height: 100%;
	width: 980px;
}
#divAlignL60p {
	float: left;
	width: 60%;
}

#btn_alignR_spaceL10px {
	float: right;
	margin-left: 10px;
}
#btn_alignR_spaceR25px {
	float: right;
	margin-right: 25px;
}




a:link, a:visited, a:active {
	vertical-align: middle;

	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: underline;
	color: #336699;
}

.font_white_12px {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	height: 12px;
}

.font_white_12px a:link, .font_white_12px a:visited, .font_white_12px a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.font_white_12px a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

.btn_about {
	background-image: url(../images/newsite/btn_about.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 75px;
	width: 86px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}

.btn_about a:hover {
	background-image: url(../images/newsite/btn_about.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 75px;
	width: 86px;
}

.font_gray_12px {
	font-size: 12px;
	color: #DADADA;
	height: 12px;
}

.font_gray_12px a:link, .font_gray_12px a:visited, .font_gray_12px a:active {
	text-decoration: none;
	color: #DADADA;
}

.font_gray_12px a:hover {
	text-decoration: underline;
	color: #DADADA;
}

.font_dark_14px {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
	margin-top: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.font_dark_14px a:link, .font_dark_14px a:visited, .font_dark_14px a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.font_dark_14px a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}


.font_white_18px {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
}

.font_white_18px a:link, .font_white_18px a:visited, .font_white_18px a:active, .font_white_18px a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.font_dark_24px {
	font-size: 21px;
	font-weight: bold;
	color: #333;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
}



.font_dark_14px {
	font-size: 10pt;
	font-weight: bold;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}

.font_dark_14px a:link, .font_dark_14px a:visited, .font_dark_14px a:active, .font_dark_14px a:hover {
	text-decoration: none;
	color: #333;
}

.lineH_dotted {
	width: 15px;
	height: 100%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
.lineW_dotted {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.search_input {
	height: 20px;
	width: 210px;
	border: none;
	text-indent: 10;
	font-size: 14px;
	line-height: 14px;
	margin-left: 10px;
	margin-bottom: 8px;
	vertical-align: middle;
	margin-top: 1px;
}
.search_bg {
	height: 27px;
	width: 230px;
	border: none;
	background-image: url(../images/searchgBg.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.table_bg_gray {
	background-image: url(../images/tableBg_gray.jpg);
	background-repeat: repeat-x;
	height: 26px;
}
.table_bg_white {
	background-image: url(../images/tableBg_white.jpg);
	background-repeat: repeat-x;
	height: 26px;
}
#divAlignR30p {
	float: right;
	width: 37%;
}
.topbar {
	background-image: url(../images/newsite/bg_topbar.jpg);
	background-repeat: repeat-x;
	height: 75px;
}

/*topbutton*/
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
}
a.topbutton, a.topbutton:visited {
	text-align: center;
	vertical-align: middle;
	background: transparent url('../images/newsite/topbar_bg_button_a.gif') no-repeat scroll top right;
	color: #fff;
	display: block;
	float: left;
	font: normal 13px arial, sans-serif;
	height: 75px;
	width:auto;
	margin: 0px;
	padding-right: 3px; /* sliding doors padding */
	text-decoration: none;
}
a.topbutton span, a.topbutton:visited span {
	font-size: 12px;
    background: transparent url('../images/newsite/topbar_bg_button_span.gif') no-repeat;
    display: block;
    line-height: 75px;
    padding: 0px 10px 0px 10px;
	text-decoration: none;
	white-space: nowrap;
}
a.topbutton:hover {
    background-position: bottom right;
    color: #bbb;
	text-decoration: none;
    outline: none; /* hide dotted outline in Firefox */
}
a.topbutton:hover span {
	color: #bbb;
    background-position: bottom left;
    padding: 0px 10px 0px 10px; /* push text down 1px */
}
a.topbutton:active {
	background-position: center right;
	color: #fff;
	outline: none; /* hide dotted outline in Firefox */
}
a.topbutton:active span {
    background-position: center left;
    padding: 0px 10px 0px 10px; /* push text down 1px */
}
/*end topbtn*/

/*blue_txt_link*/
a.blue_txt_link, a.blue_txt_link:hover, a.blue_txt_link:visited {		
    color: #336699;
    text-decoration: none;
}
a.blue_txt_link:hover {
	text-decoration: underline;
    outline: none; /* hide dotted outline in Firefox */
}
/*end topbtn*/
.red {
	color: #900;
}

