/* CSS Document */

*{
font-family: Verdana, Arial, Helvetica, sans-serif;

}
.header {
	vertical-align: middle;
	display: block;
}

#greeting{
	
	font-size: 12px;
	color: 013366;
	font-weight: normal;
	padding: 14px 6px 12px;
	width: 440px;
	float:left;
	clear:right;

}
#logtext{
	
	font-size: 12px;
	color: 013366;
	font-weight:bold;
	right:auto;

}

#error{
	
	font-size: 10px;
	color: red;
	font-weight:bold;
}
#bye{
	
	font-size: 10px;
	color: blue;
	font-weight:bold;
}

#logout{
	width: 220px;
	float:right;
	padding: 14px 10px 12px;
	text-align:right;
}

#label {
	width: 100px;
	float: left;
}
.clientAdmin{
	width:695px;
	background-color: C0D0C5;
	padding: 10px 6px;
	border-top: thin solid #000000;
	border-right: thin none #000000;
	border-bottom: thin none #000000;
	border-left: thin none #000000;
	clear: both;
	
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	vertical-align: middle;
}
.loginpanel{
	width:703px;
	background-color: C0D0C5;
	padding: 10px 0px;
	border-top: thin solid #000000;
	border-right: thin none #000000;
	border-bottom: thin solid #000000;
	border-left: thin none #000000;
	clear: both;
	
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	vertical-align: middle;
}

/* Forms */
input, textarea, select{

font-size:11px;
color:#333333;
background-color:#F5F5F5;
}






.userAdmin{
	width:695px;
	padding: 10px 6px;
	border-top: thin solid #000000;
	border-right: thin none #000000;
	border-bottom: thin none #000000;
	border-left: thin none #000000;

	clear: both;
	
	font-size: 10px;
	color: #000000;
}

.projectAdmin{
	width:695px;
	padding: 10px 6px;
	border-top: thin solid #000000;
	border-right: thin none #000000;
	border-bottom: thin none #000000;
	border-left: thin none #000000;

	clear: both;
	
	font-size: 10px;
	color: #000000;
}

.DeleteButton{
	font-size: 10px;
	color: red;
}

.saveButton{
	font-size: 10px;
	color: blue;
}
.cancelButton{
	font-size: 10px;
	color: black;
}








	


a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: 013366;


}




#fileDetail { /* Parent Wrapper for inside boxes */
	width: 695px;
	height:150px;
	margin:0px 6px 2px;
	clear:left;
	/* background-color: #EBEBC5; */
	background-color:DDDDB9;
	border:1px solid #999999;
	
}





#title{

	margin: 6px;
	font-size: 11px;
	color: #05285E;
	padding: 5px;
	background-color: #E7E7CB;
	border: thin solid #B1C2AF;
	font-weight: none;
}



/* ---------------------------- */
#img {
 margin: 5px 0px 5px 5px;
 display: inline; /* IE Hack */
 width: 36px;
 float: left;
 min-height: 150px;
 padding: 4px;


}
* html #img {height:150px} /* IE Min-Height Hack */ 

#fileText { /* Parent Wrapper for inside boxes */
 margin: 5px 5px 0px 5px;
 display: inline; /* IE Hack */
 width: 300px;
 float: left;
 min-height: 150px;
 padding: 4px;

}
* html #fileText {height:150px} /* IE Min-Height Hack */ 
/* ---------------------------- */


/* ---------------------------- */
#userComments { /* Parent Wrapper for inside boxes */
 
 margin: 5px 5px 0px 0px;
 display: inline; /* IE Hack */
 padding: 4px;
 width: 215px;
 float: left;
 height: 130px;
 background-color: #FFFFFF;
}
* html #userComments {height:130px} /* IE Min-Height Hack */ 

#notesLabel{
	font-size: 11px;
	color: #063058;
	font-weight: bold;

}

#notes{
	font-size: 9px;
	color: #4A4A4A;
	height:100;
	overflow: hidden;

}


#actions { /* Parent Wrapper for inside boxes */
	margin: 0px 0px 0px 0px;
	display: inline; /* IE Hack */
	padding: 4px;
	width: 80px;
	float: left;
	min-height: 150px;
	text-align: right;
	font-size: 10px;
}
* html #actions {height:150px} /* IE Min-Height Hack */ 
/* ---------------------------- */





		#fileTitle{
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #000000;
			font-weight: bold;
		}
	
		#fileDesc{
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;
			color: #4A4A4A;
			font-weight: normal;
			padding-top: 8px;
			padding-bottom: 10px;
		}

		#fileLink{
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;
			color: #555552;
			font-weight: bold;
		}








#inactivefileDetail #fileTitle{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#898967;
	font-weight: bold;
}
	
#inactivefileDetail #fileDesc{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#898967;
	font-weight: normal;
	padding-top: 8px;
	padding-bottom: 10px;
}

#inactivefileDetail #fileLink a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
color:#898967;
	font-weight: bold;
}

#inactivefileDetail { /* Parent Wrapper for inside boxes */
	width: 695px;
	height:150px;
	margin:0px 6px 2px;
	clear:left;
	background-color: #EBEBC5;
	
}

#inactivefileDetail #notesLabel{
	font-size: 11px;
	color:#898967;
	font-weight: bold;

}

#inactivefileDetail #notes a{
	color:#898967;
}

#inactivefileDetail #userComments {
	background-color:DDDDB9;
}

#inactivefileDetail #actions a { 
	color: #666666;
}

#inactivefileDetail h2 { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;

	font-weight: bold;
	color: #8D3B24;
}