@charset "utf-8";
/* CSS Document */
body 
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.home_img_bg 
{
	background-image: url(../images/home_img_bg.jpg);
	background-repeat: no-repeat;
	height: 279px;
	width: 299px;
}
.main_bg 
{
	background-image: url(../images/main_bg.gif);
	background-repeat: repeat-x;
	height: 701px;
}
.nav_bg 
{
	background-image: url(../images/nav_bg.gif);
	background-repeat: repeat-x;
	height: 31px;
	border: 1px solid #3caae9;
}
.nav_bg_top
{
	background-image:url(../images/nav_bg_top.gif);
	background-repeat: repeat-x;
	height: 15px;
}
.nav_bg_bottom
{
	background-image:url(../images/nav_bg_bottom.gif);
	background-repeat: repeat-x;
	height: 15px;
}
.login_top
{
	border:solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #3caae9;
	border-right-color: #3caae9;
	border-bottom-color: #3caae9;
	border-left-color: #3caae9;
}
.login_body
{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #e1e1e1;
	border-bottom-color: #e1e1e1;
	border-left-color: #e1e1e1;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.footer
{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E7E7E7;
}
.textfield , #recaptcha_response_field
{
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color:#000000;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
.arial_12_blk
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.tahoma_11_blk
{
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.tahoma_11_red
{
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FF0000;
	text-decoration: none;
}
.tahoma_11_ash
{
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}
.tahoma_11_darkash
{
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color:#333333;
	text-decoration: none;
}
.port_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #E16029;
	padding-left: 10px;
}


/* added by asasu begin*/
.error{
	color: #FF7D7D;
	font-size: 11px;
	font-weight: bold;
}
/* added by asasu end*/
.tahoma_11_grey {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #999999;
	text-decoration: none;
	
	}
.tahoma_11_grey	a:link {text-decoration: none; 	color: #999999;}
.tahoma_11_grey	a:visited {text-decoration: none; 	color: #999999;}
.tahoma_11_grey a:hover {text-decoration: underline; 	color: #999999;}
	

.tahoma_11_dark_grey {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}


.bbcclass{
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
	width: 250px;
	padding: 6px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-left: 10px;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=80); /*Specify fade effect in IE. Remove if desired.*/
-moz-opacity: 0.8; /*Specify fade effect in Firefox. Remove if desired.*/
}

.rsstitle{ /*shared class for all title elements in an RSS feed*/
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}

.rsstitle	a:link {
	text-decoration: none;
	color: #666666;
}
.rsstitle	a:visited {
	text-decoration: none;
	color: #666666;
}
.rsstitle a:hover {
	text-decoration: underline;
	color: #666666;
}

.rssdate{ /*shared class for all date elements in an RSS feed*/
color: gray;
font-size: 85%;
}

.rssdescription{ /*shared class for all description elements in an RSS feed*/
}