﻿/* Default CSS Stylesheet for a new Web Application project */

body
{
    margin-bottom:0px;
    margin-top:0px;
    margin-left:0px;
    margin-right:0px;
}

A:link	{	
	text-decoration:	none;
	color:	#184A7D;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#184A7D;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#184A7D;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#184A7D;
	font-family: Arial;
	}
	
.subnav A:link	{	
	text-decoration:	none;
	color:	#FFFFFF;
	font-family: Arial;
	font-size: 11px;
	}	
		
.subnav A:visited	{	
	text-decoration:	none;
	color:	#FFFFFF;
	font-family: Arial;
	font-size: 11px;
	}	
		
.subnav A:active	{	
	text-decoration:	none;
	color:	#FFFFFF;
	font-family: Arial;
	font-size: 11px;
	}	
		
.subnav A:hover	{	
	text-decoration:	underline;
	color:	#FFFFFF;
	font-family: Arial;
	font-size: 11px;
	}
	
.nav A:link	{	
	text-decoration:	none;
	color:	#FFFFFF;
	font-family: Arial;
	font-size: 11px;
	padding-left: 2;	
	padding-right: 2;	 
	}	
		
.nav A:visited	{	
	text-decoration:	none;
	color:	#FFFFFF;
	font-family: Arial;
	font-size: 11px;
	padding-left: 2;	
	padding-right: 2; 
	}	
		
.nav A:active	{	
	text-decoration:	none;
	color:	#FFFFFF;
	font-family: Arial;
	font-size: 11px;
	padding-left: 2;	
	padding-right: 2;	 
	}	
		
.nav A:hover	{	
	text-decoration:	underline;
	color:	#FFFFFF;
	font-family: Arial;
	font-size: 11px;
	padding-left: 2;	
	padding-right: 2;	 
	}	
	
.footer A:link	{	
	text-decoration:	none;
	color:	#FFFFFF;
	font-family: Arial;
	}	
		
.footer A:visited	{	
	text-decoration:	none;
	color:	#FFFFFF;
	font-family: Arial;
	}	
		
.footer A:active	{	
	text-decoration:	none;
	color:	#FFFFFF;
	font-family: Arial;
	}	
		
.footer A:hover	{	
	text-decoration:	underline;
	color:	#FFFFFF;
	font-family: Arial;
	}		
	
.content
{
	font-size: 11px;
	line-height: 20px;
	font-family: Arial;
}

.subnav
{
	font-size: 11px;
	line-height: 20px;
	font-family: Arial;
	font-size: 11px;
	color:	#FFFFFF;
}

.nav
{
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	font-family: Arial;
	padding-left: 2;	
	padding-right: 2;	 
}

.footer
{
	font-weight: bold;
	font-size: 10px;
	color: #ffffff;
	line-height: 20px;
	font-family: Arial;
}

.Error
{
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	font-family: Arial;
}
.Success
{
	font-weight: bold;
	font-size: 11px;
	color: red;
	font-family: Arial;
}

.Btns
{
	border-right: #404040 1px solid;
	border-top: #404040 1px solid;
	border-left: #404040 1px solid;
	border-bottom: #404040 1px solid;
	font-style: normal;
	font-family: 'Verdana';
	font-size:	8pt;
}

/* Gridview */

.GridHeader, .GridFooter
{
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	background-color:#32659c;
	font-family: Arial;
}

.GridRow
{
	font-size: 12px;
	background-color:White;
	color: #000000;
	font-family: Arial;
	padding-left:2px;
	padding-right:2px;
	padding-top:2px;
	padding-bottom:2px;
}

.GridAltRow
{
	font-size: 12px;
    background-color:Aqua;
	color: #000000;
	font-family: Arial;
    padding-left:2px;
	padding-right:2px;
	padding-top:2px;
	padding-bottom:2px;
}

.RedFont
{
	color: Red;
	font-style: normal;
	font-size : 8pt;
	font-family: 'Arial';
	font-weight: bold;
	text-decoration :  none;	
}

.GreenFont
{
	color: Green;
	font-style: normal;
	font-size : 8pt;
	font-family: 'Arial';
	font-weight: bold;
	text-decoration :  none;	
}

.Titlefont
{
	font-style: normal;
	font-size: 12pt;
	font-family: 'Arial';
	font-weight: bold;
	text-decoration :  none;
	color: #0C3844;
}

.tblBorder
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid; 
	border-left: #000000 1px solid; 
	width: 96.66%;
	border-bottom: #000000 1px solid; 
	height: 526px;
}
