/* CSS Document */
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
p{
	margin: 2px 0px 10px 0px;
}
h1{
}
h2{
}
h3{
}
h4{
	font-size: 16px;
	font-weight: bold;
	color: #336633;
	margin: 0px;
	padding: 0px;
}
h5{
	font-size: 14px;
	font-weight: bold;
	color: #336633;
	margin: 0px;
	padding: 0px;
}
h6{
}
a{
	color: #CC6600;
	text-decoration: none;
}
a:visited{
}
a:hover{
	color: #336633;
	text-decoration: none;
}
img{
	border:0px;
}
.greenText{
	color:#336633;
}
.orangeText{
	color:#CC6600;
}
legend{
	font-weight:bold;
	color:#CC6600;
}
fieldset{
	margin:0px 0px 10px 0px;
	padding: 3px;
}
.caption{
	color: #336633;
	font-weight: bold;
	padding-right: 4px;
	text-align: right;
}
.caption_error{
	color: #FF0000;
	font-weight: bold;
	padding-right: 4px;
	text-align: right;
}
hr{
	background-color: #CDCDCD;
	border-style: none;
	height: 1px;
}
form{
	margin:0px;
	padding:0px;
}
input, textarea, select{
	border: 1px solid #A5ACB2;
	font-size: 11px;
}
input .text {
	border: 1px solid #CC6600;
	font-size: 11px;
}
.admin_button{
	border: 1px solid #CC6600;
	background:#FFFFFF;
	color:#CC6600;
}
input.loginField {
	border: 1px solid #CC6600;
	font-size: 11px;
}
.systemMsg{
	border: 2px solid #CC0000;
	background-color: #FFD7D7;
	color:#000000;
	padding: 4px;
}
.systemMsgTitle{
	color: #CC0000;
	background: #FFFFFF;
}

.subhead{
	font-size: 10px;
	font-weight: bold;
	color: #336633;
	margin: 0 -10px;
	padding: 0 10px;
	background-image: url(../images/triangle.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#feedback {
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	width:500px;
	text-align: center;
	color: #666;
    background: #FFF;
    border: 1px solid #144215;
	position: absolute;
	font-size: 12px;
    z-index: 25;
	display: none;
}

#overlay {
	background: #306631;
	height: 500px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 5;
}

#overlay a{
	color: #CC6600;
	text-decoration: underline;
}

/* moodalbox CSS */

div#mb_overlay {
position: absolute;
left: 0;
width: 100%;
background-color: #306631;
cursor: pointer;
}

div#mb_center, div#mb_bottom {
position: absolute;
left: 50%;
overflow: hidden;
background-color: #DDD;
}

div#mb_center {
background-color: #FFF;
}

div#mb_contents {
	padding: 10px;
	text-align: center;
	color: #666;
    background: #FFF;
    border: 1px solid #144215;
	font-size: 12px;
width: 600px;
height: 200px;
visibility: hidden;
}

.mb_loading {
background: #DDD url(../img/loading.gif) no-repeat center center;
}

#mb_error {
font-size: 1.2em;
color: #CD0000;
font-weight: bold;
text-align: center;
padding: 0.5em;
font-family: Verdana, Helvetica, sans-serif;
}

#mb_error em {
font-size: 0.8em;
}

div#mb_bottom {
display: none;
}

a#mb_close_link {

}

div#mb_caption {
display: none;
}
