html,body {
	height:100%;
}	
body {
	margin: 0px;
	background-image: url(../images/bg.png);
	background-repeat: repeat-y;
	background-position:top;
	
}

body, div, span, td,th {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:150%;

}
#maincontainer{
	width:972px; 
	margin:0 auto; 
	background:url(../images/bg.png) repeat-y;
	text-align:justify;
}
#contentwrapper{
	float: left;
	width: 100%;
}

#banercolumn{
	margin-right:200px; 
	padding:10px 5px 10px 10px;
}

#contentcolumn{
	margin-right: 200px; 
	padding:5px 5px 10px 15px;
}

#rightcolumn{
	float: left;
	width: 185px; 
	margin-left: -195px; 
	padding:15px 0 10px 0;
}

#footer{
	clear: left;
	width: 100%;
	position:relative;
}
#bottomcontainer{
	width:942px; 
	margin:0 auto; 
	padding:0 15px 0 15px;
	text-align:justify;
}

#topic {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px; 
	font-weight:bold;
	padding:0 10px; 
	background-image:url(../images/topic_bg.png); 
	line-height:normal;
	color:#006600
}	
a {
	text-decoration:none;
	color:#006600;
}
a:hover {
	text-decoration:underline;
}

.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;	
}
