
/*
	Midnighter
	Please try to keep CSS modular!
	main.css is only for global (non-specific) styles
*/

IMG {vertical-align: middle;}

.selected {background-color: RED;}


TEXTAREA
{
	height: 200px;
}



input.grayed
{
	color: #999999 !important;
	text-align: center !important;
}

.invisible
{
	visibility: hidden !important;
	display: none !important;
}

.checkbox 
{
	width: inherit !important; display: inline !important;
	padding: 0px 0px 0px 0px !important;
	margin: 2px 2px 2px 2px !important;
}


.navRow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: #2B3856;
	background-color:#2B3856;
	
}
.navLinks{
	text-decoration: none;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}

.viewButton{
	height: 30px;	
	width: 100px;
	background-color:#2B3856;
	border: 1px solid white;
	font-size: 12px;
	font-family: Verdana;
	color: white;
	text-align: center;
	padding: 5px 15px 5px 15px;
}
.viewLink{
	height: 15px;	
	width: 50px;
	background-color:#2B3856;
	border: 1px solid white;
	font-size: 12px;
	font-family: Verdana;
	color: white;
	text-align: center;
	text-decoration: none;
	padding: 5px 15px 5px 15px;
	margin-left: 3px;
	margin-top: 3px;
	display: block;
	
}
.wrapper {
	width: 50px;
	height: 15px;
	margin: 0;
}
div.button {
	height: 15px;	
	width: 50px;
	background-color:#2B3856;
	border: 1px solid white;
	font-size: 12px;
	font-family: Verdana;
	color: white;
	text-align: center;
	padding: 5px 15px 5px 15px;
}
/* 
We can't use ":hover" preudo-class because we have
invisible file input above, so we have to simulate
hover effect with javascript. 
 */
div.button.hover {
	font-size: 15px;
	text-transform: uppercase;
}
.textHeading{
	font-family: Verdana;
	border: 1px solid white;
	font-size: 22px;
	border: none 0px white !important;
	padding: 0px;
	align: center;
	

}
.greybg{
	background-color: #EEF;
	
}


.headLink{
	text-decoration: none;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	color: #2B3856;
}	

 .blockImage{
	width: 150;
	height: 150;
	border: none 0px white !important;
}
.image{
	border: none 0px white !important;
}
.blockContent{
	font-family: Verdana;
	border: 1px solid white;
	font-size: 12px;
	border: none 0px white !important;
	padding: 0px;
}
.blockContentBig{
	background-color:#99FFCC;
	font-family: Helvetica;
	border: 1px solid white;
	font-size: 14px;
	padding: 0px;
}
.blockImageBig{
	width: 200px;
	height: 200px;
	border: none 0px white !important;
}


.textHeading{
	font-family: Verdana;
	border: 1px solid white;
	font-size: 22px;
	border: none 0px white !important;
	padding: 0px;
	align: center;
			
}	
.viewButton{
	height: 30px;	
	width: 100px;
	background-color:#2B3856;
	border: 1px solid white;
	font-size: 12px;
	font-family: Verdana;
	color: white;
	text-align: center;
	padding: 5px 15px 5px 15px;
}		
.button{
	height: 30px;	
	width: 100px;
	background-color:#2B3856;
	border: 1px solid white;
	font-size: 12px;
	font-family: Verdana;
	color: white;
	text-align: center;
	padding: 5px 15px 5px 15px;
}
.scroll{
	height: 250px;	
	width: 600px;
	background-color:#EEEEFF;
	font-family:Courier;
	overflow: scroll;
	
}
.footer{
	font-family: Verdana;
	border: 1px solid white;
	font-size: 8px;
	border: none 0px white !important;
	padding: 0px;
	align: center;

}	
.descDiv{
			width: 400px;
			height: 150px;
			font-family:Courier;
}
.descDivBig{
	width: 400px;
	height: 200px;	
	font-family:Courier;
}
.descLink{
	font-size: 12px;
	font-family: Verdana;
	color: blue;
	text-align: center;
	text-decoration: none;
	padding: 5px 15px 5px 15px;
	margin-left: 3px;
	margin-top: 3px;
	display: block;
	
}