@charset "utf-8";
/* CSS Document

div {
	border:#000066 solid 1px;
}

table, tr, td {
	border:#990000 solid 1px;
}
 */
body {
	margin:0px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(img/bg.jpg);
	background-repeat:repeat-x;
	color:#333333;
}



/*      Forms         */

#password_bar { width:150px; }
#password_text { display:none; }
#password_minchar { display:none; }
.error_message {
	color:#D01515;
	font-size:12px;
}

/* Header */

#header_panel a, #header a {
	color:#185da7;
	font-size:14px;
}

#header a img {
	border:none;
}

input.login_input {
	width: 110px;
	border: none;
	height: 27px;
	background:url(img/login_input_bg.png) no-repeat;
	padding-top:5px;
	padding-left:5px;
	padding-right:8px;

}

/* Begine - Navigation */

#navul {
	list-style:none;
	margin:0px;
	padding:0px;
	height:28px;
	float:left;
}

#navul li {
	float:left;
	height:22px;
	padding-left:2px;
	padding-right:2px;
	margin-left:10px;
	margin-top:5px;
	text-align:center;
	position:relative;
}

#navul li.active {
	float:left;
	height:28px;
	text-align:center;
	padding-left:2px;
	padding-right:2px;
}

#navul li a {
	color:#7e7e7e;
	font-weight:bold;
	text-decoration:none;
	font-size:16px;
}

#navul li a.active {
	color:#A41413;
	font-weight:bold;
	text-decoration:none;
	font-size:16px;
}

#navul li.nav_divider {
	padding:0px;
	margin-top:0px;
}

#navul li ul {
	list-style:none;
	position:absolute;
	top:23px;
	left:-4px;
	background:#E0E0E0;
	margin:0px;
	padding:0px;
	visibility:hidden;
	border:#999999 solid 1px;
	z-index:5;
	width:auto;
}

#navul li ul li {
	height:auto;
	padding:5px;
	text-align:left;
	margin:0px;
	float:none;
	width:auto;
	background:url(img/nav_bg.jpg) repeat-x;
}

#navul li ul li a {
	margin:0px;
	margin-top:5px;
}
/* End - Navigation */

/* #breadcrumb */

#breadcrumb a {
	font-size:14px;
	display:block;
	padding:2px;
}

/* End - #breadcrumb */

h2 {
	font-family:Georgia,Verdana,Arial,Serif;
	color:#A41413;
	margin:0px;
	padding:0px;
}

h3 {
	margin:0px;
	padding:3px;
}

a {
	color:#185da7;
	font-weight:normal;
	text-decoration:underline;
}

/* Images */

a img {
	border:none;
}

.round_corners, .sub_button, .register {
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-khtml-border-radius:10px;
    -webkit-border-radius:10px;
	border-radius:10px;
}

ul {
	margin:0px;
}


#side_nav_form input {
	width:100px;
}

.sub_button {
	min-width:0;
	margin:0;
	text-shadow:0 1px 0 #FFFFFF;
	background:#F2F2F2 url(img/button_grad_white.png) repeat-x scroll left top;
	border:#CCCCCC solid 1px;
	color:#666666 !important;
	font-weight:bold;
	-moz-box-sizing:content-box;
	border-radius:11px;
	cursor:pointer;
	font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
	font-size:11px !important;
	line-height:16px;
	padding:2px 8px;
	text-decoration:none;
	display:inline-block;
}

.sub_button:hover {
	color:#000000 !important;
	border:#666666 solid 1px;;
}

#show_message {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	border-collapse:separate;
	border-spacing:0;
	border-style:solid;
	border-width:1px;
	clear:both;
	margin:0px;
	background-color:#C4E4FD;
	border-color:#2683AE;
	padding:5px;
	margin-bottom:5px;
	margin-top:5px;
	font-weight:bold;
}

.myh2 {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(img/h2_underline.jpg) no-repeat scroll left bottom;
	padding-bottom:15px;
}

.myh2 h2 {
	font-family:Georgia,Verdana,Arial,Serif;
	color:#A41413;
	text-decoration:none;
	border-bottom:none;
	margin-bottom:0px;
	padding-bottom:0px;
	padding-left:5px;
}

