/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: 10px;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana;
	letter-spacing: normal;
	background-color: #bdc5d3;
}

A:link
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 20px;
	font: bold 10px Arial;
	color: black;
	padding-top: 10px;
	letter-spacing: 0.1em;
	text-decoration: none;
}	
		
A:visited	{	
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 20px;
	font: bold 10px Arial;
	color: black;
	padding-top: 10px;
	letter-spacing: 0.1em;
	text-decoration: none;
	}	
		
A:active	{	
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	font: bold 10px Arial;
	color: black;
	padding-top: 20px;
	letter-spacing: 0.1em;
	text-decoration: none;
	}	
		
A:hover
{
	font: bold 10px Arial;
	color: navy;
}

.DataGridHeader
{
	border-right: gray thin groove;
	border-top: gray thin groove;
	font-weight: bold;
	font-size: 11px;
	border-left: gray thin groove;
	color: navy;
	border-bottom: gray thin groove;
	font-family: Verdana;
	background-color: #cdcde7;
}
.Header
{
	font-size: 10px;
	color: navy;
	font-family: Verdana;
	background-color: white;
}
.LayoutTable
{
	font-size: 10px;
	color: navy;
	font-family: Verdana;
	background-color: white;
}
.LayoutPanel
{
	font-size: 10px;
	color: navy;
	font-family: Verdana;
	background-color: white;
}
.DetailsGrid
{
	font-size: 10px;
	color: black;
	font-family: Verdana;
	text-decoration: none;
}
.TableDetails
{
	font-size: 10px;
	color: black;
	font-family: Verdana;
	background-color: white;
	text-decoration: none;
}
.DetailsTable
{
	border-right: navy thin solid;
	border-top: navy thin solid;
	font-size: 10px;
	border-left: navy thin solid;
	color: black;
	border-bottom: navy thin solid;
	font-family: Verdana;
	background-color: lemonchiffon;
	text-decoration: none;
}
.Table
{
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana;
	text-decoration: none;
}
.LoginTable
{
	
	font-size: 11px;
	font-family: Verdana;
	text-decoration: none;
}
.SmallPrint
{
	font-size: 7pt;
	font-family: Verdana;
	background-color: transparent;
}
