﻿body {
	margin: 0;
	padding-bottom: 2em;
	background-color: #013565;
	background-image: url(~/bg_wrapper.gif);
	background-repeat:repeat;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	border-top: 2px solid #191970;
}


hr
{ 
	color: Black;
	width: 80%;
	
}

A:link	{	
	text-decoration:	none;
	color:	white;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	white;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	white;
	}	
		
A:hover	{	
	text-decoration: underline;
	color:	white;
	background-color: Gray;
	
	}
	
	
.title {
	font: 190% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	color: white;
	background-color: transparent;
}

.writing {
	font: 100% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	color: black;
	font-size: larger;
	background-color: silver;
}

.menues
{
	font: 100% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	color: white;
	font-weight:bold;
	
}	

.TextBoxColor
{
	background-color: #dcdcdc;
	
}

.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;
}

.tableBgColor
{
		background-color: silver;
	
	}
	
	.tableBgColor2
{
		background-color: #013565;
	
	}
	
.imaging
{
	border:3px solid silver;
	width:130px;
	height:86px;
	
	
	}