/* CSS Document */

/* TEXT STYLES */
h2{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 16px;
}
h3{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 14px;
}
p{
	font-family: Tahoma;
	font-size: 12px;
}
p.message{
	font-family: Tahoma;
	font-size: 12px;
	color: #FF0000;
	text-align: center;
	font-weight: bold;
}
label.missing {
	color: #FF0000;
	font-weight: bold;
	padding-left: 2px;
	border-bottom: 1px dashed #FF0000;
}

/* TABLE STYLES */
#projectreview{
	border: 1px solid black;
	width: 735px;
	font-size: 12px;
	font-family: Tahoma;
}
td.heading{
	background-color: #C4C4C4;
	font-weight: bold;
	font-family: Verdana;
	font-size: 10px;
	text-align: center;
}
td{
	font-family: Verdana;
	font-size: 11px;
}


/* FORM STYLES */

div.formrow{
	font-family: Tahoma;
	font-size: 12px;
	margin-left: 10px;
	padding: 5px;
}
label{
	float: left;
	width: 45%;
	margin-right: 12px;
	border-bottom: 1px dashed #CCCCCC;
}
input, select{
	font-family: Tahoma;
	font-size: 12px;
	width: 200px;
}
textarea{
	font-family: Tahoma;
	font-size: 12px;
	width: 500px;
}

/* STRUCTURE STYLES */

body{margin:0; padding:0; font-family:Arial, Helvetica, sans-serif; font-size:12px;}
#banner {width:770px; background-color:#999999;}
#banner h1 {padding:0; margin:0;}
#columnContainer {background-image:  url("../images/contentbg.gif"); background-repeat:repeat-y; width:781px; border-right:1px solid #3399CC; border-bottom:1px solid #3399CC; border-top: 1px solid #3399CC; padding:0; margin:0;}
#menu {float:left; height:auto; width:214px; height:264px; background-image:  url("../images/menubg.gif"); background-color: #ADC2D7;}
#content {margin-left:214px; padding-left:10px; padding-bottom:0; height:auto; min-height:264px;}
#footer {color:#ffffff; background-color:#3399CC; clear:both; width:770px; }

#admincontent {margin-left:20px; padding-left:0px; padding-bottom:10px; padding-top:20px; width:761px; border-right:1px solid #3399CC; }


.mainTable{
border:1px solid #3584BC;
padding-left:0px;
width: 782px;
}

.menuText{
font-family: arial, helvetica;
font-size:11px;
padding-bottom:5px;
}

.menuText a{
color:#072C3C;
text-decoration:none;
}
.activeTab a { color: #FFFFFF; }
.activeTab a:visited { color: #FFFFFF; }

.menuText a:hover{
color:#0000FF;
text-decoration:underline;
}

#bottomMenu{
font-family: arial, helvetica;
font-size:11px;
color:#ffffff;
background-image: url(../images/template_body_bottom.jpg);
width: 782px;
height: 21px;
}

#bottomMenu a{
color:#ffffff;
text-decoration:none;
}

#bottomMenu a:hover{
text-decoration:underline;
}

.activeTab{
color:#ffffff;
font-family:verdana,arial,helvetica,georgia;
font-size:10px;
font-weight:bold;
}

.inactiveTab{
color:#000000;
font-family:verdana,arial,helvetica,georgia;
font-size:10px;
font-weight:bold;
}

.inactiveTab a{
color:#000000;
text-decoration:none;
}

.inactiveTab a:hover{
color:#000000;
text-decoration:underline;
}

#missingInfo
{
	color:#CC0000;
	background-color:#ffffff;
	font-size:16px;
	font-weight:bold;
	width:500px;
	text-align: center;
	padding-bottom: 30px;
}
#adminmissinginfo
{
	color:#CC0000;
	background-color:#ffffff;
	font-size:16px;
	font-weight:bold;
	width:750px;
	text-align: center;
	padding-bottom: 30px;
}
.aButton
{
	background-color:#f0f0f0;
	border-left:2px solid #fafafa;
	border-top:2px solid #fafafa;
	border-right:2px solid #848484;
	border-bottom:2px solid #848484;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:20px;
	padding-right:20px;
	text-decoration:none;
	color:#000000
}
	
