﻿/* Overall Page */

body {
	margin: 0;
	padding-bottom: 2em;
	background-color: Silver;
	/*background-image: url(~/bg_wrapper.gif);
	background-repeat:repeat;
	color: Silver;
*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: 2px solid #191970;
}




hr
{ 
	color: Blue;
	width: 100%;
	
}

A:link	{	
	text-decoration:	none;
	color:	Blue;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	Blue;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	Blue;
	}	
		
A:hover	{	
	text-decoration: underline;
	color:	white;
	background-color: Gray;
	
	}

.title {
	font: 190% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	color: black;
	background-color: transparent;
}

.menues
{
	font: 100% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	color: black;
	background-color: transparent;
}	

.TextBoxColor
{
	background-color: #dcdcdc;
	
}


.textBoxBlue
{
	background-color: #3366ff;
}

.fileBoxBlue
{
	background-color: #3366ff;
}

.gridHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: WHITE;
	background-color: BLACK;
}

.gridHeaderSmaller {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: WHITE;
	background-color:  Black;
}

.gridBodySmaller {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.gridBodyNormal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
}

