/* CSS Document */
body{
	margin:0px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	background:url(../images/header_bg.gif);
}
.header_bg{
	background:url(../images/header_bg.gif);
}
.header_login_bg{
	background:url(../images/header_login_bg.gif) repeat-x;
}
.header_text{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#474747;
	text-decoration:none;
}
.header_text:hover{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#474747;
	text-decoration:underline;
}
.menu_top_bg{
	background:url(../images/menu_top_bg.gif) repeat-x;
}
.menu_bg{
	background:url(../images/menu_bg.gif) repeat-x;
}
.menu_bottom_bg{
	background:url(../images/menu_bottom_bg.gif) repeat-x;
}
.menu_text{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	color:#ffffff;
}
.menu_text:hover{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	color:#FF6600;
}
.menu_text_current{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	color:#FF6600;
}
.login_head{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	font-weight:bold;
}
.login_head2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FF7600;
	font-weight:bold;
}
.login_textfield{
	width:150px;
	height:18px;
	border:#E7E5E5 solid 1px;
}
.login_but_bg{
	background:url(../images/login_button_bg.gif) repeat-x;
}
.login_buttonone{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style:normal;
	color: #000000;
	height:27px;
	display: inline;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background:url(../images/login-but-bg.gif);
}
.forgot_password:hover{
	text-decoration:underline;
	color:#000000;
}
.forgot_password{
	text-decoration:none;
	color:#ff6600;
}

.reg_headding{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:bold;
}
.reg_textfield{
	width:150px;
	height:15px;
	border:#CCCCCC solid 1px;
}
.reg_textfield2{
	width:180px;
	height:15px;
	border:#CCCCCC solid 1px;
}
.reg_textfield3{
	width:220px;
	height:15px;
	border:#CCCCCC solid 1px;
}
.reg_textfield4{
	width:300px;
	height:15px;
	border:#CCCCCC solid 1px;
}
.reg_listmenu{
	width:150px;
	border:#CCCCCC solid 1px;
}
.reg_listmenu2{
	width:200px;
	border:#CCCCCC solid 1px;
}
.reg_hidetext{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-left:15px;
	color:#807C7C;
}
.reg_hidetext2{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ff6600;
	text-decoration:underline;
}
.reg_hidetext2:hover{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ff6600;
	text-decoration:none;
}
.reg_checkbox{
	border:#CCCCCC solid 1px;
}

.reg_cssbutton{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style:normal;
	color: #ffffff;
	height:22px;
	display: inline;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background:url(../images/join_bg.gif);
}

.footer_bg{
	background:url(../images/footer_bg.gif) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
}/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
    text-align : left; 
    list-style-type : none;
    font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
}.dynamicPopulate_Normal
{
	border:silver 1px inset;
	padding:2px;
	text-align:center;
	height:2em;
	margin:5px;
	width:200px;
}

.dynamicPopulate_Updating 
{
	background-image:url(images/loading.gif);
	background-repeat:no-repeat;
	border:silver 1px inset;
	text-align:center;
	padding:2px;
	height:2em;
	margin:5px;
	width:200px;
}
.home_headding{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#990033;
}
