/* CSS Document */

body{
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom: 0px;	
	background-color:#000;
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
	width:98%;
	overflow:hidden;
	}
	

a:link {
	font-size: 11px;
	color:#003366;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	font-size: 11px;
	text-decoration: underline;
	font-weight:bold;
	color:#000066;
	}
	
a:visited {
	font-size: 11px;
	color:#003366;
	text-decoration: none;
	font-weight:bold;
	}
	
a:visited:hover {
	font-size: 11px;
	color: #000066;
	text-decoration: underline;
	font-weight:bold;
	}


a.simple:link {color: #009933; text-decoration: none; }
a.simple:active {color: #00591D; text-decoration: none; }
a.simple:visited {color: #009933; text-decoration: none; }
a.simple:hover {color: #00591D; text-decoration: underline; }

.formbutton{
	border:1px dotted #009933;
	background-color:#999999;
	font-size:11px;
}
/************** LAYOUT DIVs ************************/

#consoleBG{
	position:absolute;
	top:31px;
	left:25px;
	background-image:url(images/consoleBG2.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:550px;
	height:409px;
	display:none;
}

#contentHold{
	position:absolute;
	left:30px;
	top:5px;
	height:410px;
	width:540px;
	color:#000;
	font-size:11px;
	font-weight:bold;
	display:none;
}

.content{
	position:absolute;
	top:45px;
	left:3px;
	width: 100%;
	height: 390px;
	overflow:auto;
	border-bottom:1px dotted #999999;
	border-top:1px dotted #999999;
	}

.sectionTitle{
	color:#FFFFFF;
	position:absolute;
	top:5px;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	width:100%;
	}

#dp{
	position:absolute;
	top:20px;
	left:500px;
}

#adminProjectContainer{
	background-color:#CCC;
	border:1px dotted #000;
	position:absolute;
	left:10px;
	top:100px;
	overflow:auto;
	height:500px;
	width:500px;
	color:#000000;
	font-size:10px;
	text-align:left;
	padding-left:10px;
}

#adminCommentContainer{
	background-color:#CCC;
	border:1px dotted #000;
	position:absolute;
	left:530px;
	top:100px;
	overflow:auto;
	height:500px;
	width:350px;
	color:#000000;
	font-size:10px;
	text-align:left;
	padding-left:10px;
}

#error{
	position:absolute;
	left:5px;
	top:5px;
	width:500px;
	font-size:10px;
}


#comments{
	position:absolute;
	top:180px;
	left:600px;
	height:auto;
	width:auto;
	z-index:10;
	display:none;
	}



#footer{
	text-align:right;
	font-size:10px;
	color:#FFFFFF;
	position:absolute;
	right:10px;
	top:20px;
	padding-right:15px;
	padding-bottom:15px;
	z-index:0;
	display:none;
}	


/* ------------------ project formatting -------------------------------- */


.projContainer{
	margin:5px 5px 5px 5px;
	background-color:#CCCCCC;
	border:2px dotted #FFF;
	}

.projContainerOver{
	margin:5px 5px 5px 5px;
	background-color:#CCCCCC;
	border:2px solid #FFF;
	}


.projTitle{
	font-size:14px;
	font-weight:bold;
	margin-left:5px;
	margin-top:5px;
	background-image:url(images/horizLine.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

.projDesc{
	font-size:11px;
	margin-left:5px;
	margin-bottom:5px;
}

.navtext {
   border-width:4px;
   border-style:ridge;
   border-color:#FFFFFF;
   }

/* ------------------ text formatting -------------------------------- */


.bigText{
	font-size:16px;
	font-weight:bold;
	}

.smallText{
	font-size:10px;
	}

.commentContainer{
	height:150px;
	overflow:auto;
	width:330px;
	margin-top:2px;
	border-bottom:1px dotted #999999;
}

.comment{
	float:left; 
	margin-left:10px;
	text-align:left; 
	width:70%; 
}

.nameTitle{
	float:left; 
	text-align:left; 
	width:25%; 
	border-right:1px dotted #CCC;
}






.adminSpacer{
	width:60%; 
	clear:both;
	margin-left:50px; 
	margin-bottom:10px; 
	border-top:1px dotted #666;
}

.small{
	font-size:10px;
	font-weight:normal;
}