
input.general {
	 background-color: #D9E9EE; 
	 color: #000000; 
	 border: 1px solid #006990;
	 width: 100px;
	 height: 20px; 
	 cursor: pointer;

}
input.returntoadmin {
	 background-color: #D9E9EE; 
	 color: #000000; 
	 border: 1px solid #006990;
	 width: 200px;
	 height: 20px; 
	 cursor: pointer;

}
input.logo{
	/* This part hides the original button. */
	background-color: transparent;
	border: 0px;
	padding: 0px;
	padding-left: 0px; 
	overflow: hidden;
	/* This part defines its new look. */
	background-image: url(MannsLogo.jpg);
	background-position: center center;
	background-repeat: no-repeat; 
	width: 153px;
	height: 100px;
	max-width: 153px;
	max-height: 100px;
	cursor: pointer;
}

input.logon {
	 background-color: #D9E9EE; 
	 color: #000000; 
	 border: 1px solid #006990;
	 width: 50px;
	 height: 20px; 
	 cursor: pointer;

}
input.adminprompt {
	 background-color: transparent; 
	 color: #000000; 
	 border: 0px solid #006990;
	 width: 50px;
	 height: 10px; 
	 font-size: 8px;
}
input.fullcellhidden {
	 background-color: transparent; 
	 color: #000000; 
	 border: 0px solid #006990;
	 width: 100%;
	 height: 15px;
	 cursor: pointer;
}
	 
input.hidden {
	 background-color: transparent; 
	 color: #000000; 
	 border: 0px solid #006990;
	 width: 0px;
	 height: 0px; 
	 
}
input.projectbars {
	 background-color: transparent;
	 color: #000000; 
	 border: 1px solid #006990;
	 width: 600px;
	 height: 110px; 
	 cursor: pointer;

}


table.pagedetail {
	font-family: Verdana;
	font-weight: normal;
	font-size: 16px;
	line-height: 30px;
	color: #000000;
	background-color: transparent;
	border: 0px #000000 solid;
	border-spacing: 0px;
	padding:10px
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

input.menuoption {
	 background-color: #D9E9EE; 
	 color: #000000; 
	 border: 1px solid #006990;
	 width: 100%;
	 height: 100%; 

}


.pagedetail {
	font-family:Times New Roman;
	font-size: 15px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

.usernamepassword {
	font-family:Courier New;
	font-size: 16px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

.errormessage {
	font-family:Times New Roman;
	font-size: 15px;
	font-style: bold;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}

.pageheader {
	font-family: Times New Roman;
	font-size: 20px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #8B004A;
	cursor:hand;
}

.subheader {
	font-family: Times New Roman;
	font-size: 16px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #8B004A;
	cursor:hand;
}


.body { 
	background: white url(/images/bg.gif) repeat top right; 
}

a:link { color:#3300FF }
a:visited { color:#3300FF }
a { text-decoration:none; }


input.option {
	 background-color: #D9E9EE; 
	 color: #000000; 
	 border: 2px solid #006990;
	 width: 170px;
	 height: 30px; 

}



