html, body { margin: 0; padding: 0; height: 100%;}

body{background-color:#E6F1FF;}
body, span, td,th {font-family:Verdana, Arial, Helvetica, sans-serif;font-size:11px;line-height:140%;}
a {text-decoration:none;color:#7E0009;}
a:hover {text-decoration:underline;}
a img {border:none}
#top_container {background:url(../images/bg_top.jpg) repeat-x bottom; background-color:#374149;}
#top {margin:0px auto; width:970px;}
#menu_top_container {background:url(../images/bg_menu.png) repeat-x; height:25px; line-height:100%}
#menu_top {margin:0px auto; width:960px;background:url(../images/bg_menu_body.png) repeat-x; height:25px;line-height:25px; font-size:9px; padding:0px 5px; text-align:center; font-family:Verdana, Arial, Helvetica, sans-serif; }
#body_bg {width:100%; background:url(../images/bg_page.png) repeat-y center; background-color:#E6F1FF}
#body_container {margin:0px auto; width:960px; background:url(../images/bg_body.png); overflow:auto }
#leftcolumn{ float: left;width: 190px;margin:0px 0px 0px 0px; clear:right; }
#contentcolumn{	margin: 0px 0px 0px 200px; 	width:745px; text-align:justify; padding:10px 3px 10px 8px; }
#div_a_top_container{margin:0px auto; width:940px;text-align:right; background:url(../images/bg_body.png);padding:0px 10px 5px 10px;}
#div_a_top a{ font-weight:bold; font-size:10px; border-bottom:1px solid #ED820E; color:#677179}

#footer_bg {width:100%; background:url(../images/bg_page.png) no-repeat center bottom; }
#footer {margin:0px auto; width:960px; background:url(../images/bg_breadcroumb.jpg) repeat-x; height:28px; }
#footer #logo {float:left; color:#000; font-weight:bold; line-height:24px; padding:4px 0px 0px 10px; }
#footer #logo_regdos {float:right; padding:7px 10px 0 0; }

#breadcroumb{font-weight:bold; font-size:11px; background:url(../images/bg_breadcroumb.jpg) repeat-x; height:28px; line-height:24px; padding:4px 10px 0px 10px; color:#666}
#breadcroumb span{color:#105A9F; font-weight:bold; font-size:10px; }
#breadcroumb a{color:#003278; font-weight:bold; font-size:10px; }

.box_header {text-align:center; font-size:13px; font-weight:bold; color:#fff; margin-left:4px; background:url(../../../images/menus/menu_flat/bg.png); height:25px; line-height:25px; margin-top:10px}
.box_body {margin:5px auto; text-align:center }

.error_box {
	color:#CC0000;
	font-weight:bold;
	background-color:#FFFFEE;
	background-image:url(../images/icons/bad.png);
	background-position:5px 5px ;
	background-repeat:no-repeat;
	padding: 5px 10px 10px 30px;
	margin:5px 0 5px 0;
	text-align:left;
}

.form_error {
	color:#993300;
	font-weight:bold;
	font-size:11px;
}
.ext_link_icon {
	background: url(../images/extlink.gif) left center no-repeat;
	padding-left: 16px;
	display: inline-block;
}

.message {
	background-color:#F9F9F9;
	padding-bottom:3px;
	padding-top:3px;
	margin-bottom:5px;
	margin-top:5px;
	border-bottom:1px solid #CC3300;
	border-top:1px solid #CC3300;	
	overflow:auto;
}

.message_error {
	color:#CC0000;
	font-weight:bold;
	background-image:url(../images/icons/bad.png);
	background-position:left top;
	background-repeat:no-repeat;
	padding:1px 10px 3px 25px;
	margin-left:5px;
	text-align:left;
}

.message_info {
	color:#339900;
	font-weight:bold;
	background-image:url(../images/icons/ok.png);
	background-position:left top;
	background-repeat:no-repeat;
	padding:1px 10px 3px 25px;
	margin-left:5px;
	text-align:left;
}

.message_question {
	color:#2664CA;
	font-weight:bold;
	background-image:url(../images/icons/question.png);
	background-position:left top;
	background-repeat:no-repeat;
	padding:1px 10px 3px 25px;
	margin-left:5px;
	text-align:left;
}

a.confirm_yes, a.confirm_yes:visited, a.confirm_yes:link{
	font-weight:bold;
	font-size:13px;
	border:1px solid #6CB462;
	text-align:center;
	width:100px;
	display:block;
	float:left;
	margin-left:25px;
	margin-top:10px;
	margin-bottom:10px;
	padding-left:4px;
	padding-top:2px;
	padding-bottom:2px;
	background-image:url(../images/icons/tick.png);
	background-position:left;
	background-repeat:no-repeat;
	
}
a.confirm_yes:hover {
	border:1px solid #999999;	
}

a.confirm_ok, a.confirm_ok:visited, a.confirm_ok:link{
	font-weight:bold;
	font-size:13px;
	border:1px solid #6CB462;
	text-align:center;
	width:100px;
	display:block;
	float:left;
	margin-left:25px;
	margin-top:10px;
	margin-bottom:10px;
	padding-left:4px;
	padding-top:2px;
	padding-bottom:2px;
	background-image:url(../images/icons/tick.png);
	background-position:left;
	background-repeat:no-repeat;
	
}
a.confirm_ok:hover {
	border:1px solid #999999;	
}

a.confirm_no, a.confirm_no:visited, a.confirm_no:link {
	font-weight:bold;
	font-size:13px;
	border:1px solid #E42224;
	text-align:center;
	width:100px;
	display:block;
	float:left;
	margin-left:20px;
	margin-top:10px;
	margin-bottom:10px;
	padding-left:4px;
	padding-top:2px;
	padding-bottom:2px;
	background-image:url(../images/icons/cross.png);
	background-position:left;
	background-repeat:no-repeat;
}

a.confirm_no:hover {
	border:1px solid #999999;	
}


#paging {text-align: left;margin:6px 0px;font-weight:bold;border-bottom:1px solid #CDA746;border-top:1px solid #CDA746;font-family:Verdana, Arial, Helvetica, sans-serif; height:15px; width:100%; font-size:11px; }	
#paging .page_actual {color:#600;background-color:#CDA746; font-size:12px;  text-align:center; display:inline; padding:2px 4px;margin: 0 1px;}
#paging .page_info {background-color:#CDA746;text-align:right;padding:0px 4px;color:#7E0009; width:80px; font-size:11px; line-height:15px;}
#paging .off {padding: 2px 4px ;color:#BD9736;	margin: 0 1px; line-height:15px;}
#paging a{border:0;margin: 0 1px;padding: 2px 4px;}
#paging a:hover {background-color:#EAEAEA;text-decoration:none;}

