﻿/* Default CSS Stylesheet for a new Web Application project */

.MenuTable
{
	visibility:hidden;
}

.MainTable
{	
	background-color: White;
	border-style:none;
	min-height:600px;
}

.PageFooter, .PageHeader, .PageMenu
{
	visibility:hidden ;
	height:0px;
	display:none;
}

Body
{
	background-color: white;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	color:white;
}


H1, H2, H3, H4, H5
{
    COLOR: Black;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	


/*A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
*/

DIV 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	}

	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;	
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	
	
P 
{
	font-size:x-small;
	font-family:Arial;
}

/* "Winter Blues" CSS theme for CSS Table Gallery (http://icant.co.uk/csstablegallery/) by Gunta Klavina (http://www.klavina.com) */

table 
{	
	font: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
	padding: 1; 
	margin: 0; 
	border-collapse: collapse; 
}

table a 
{
	color: #3A4856; 
	text-decoration: none; 
	border-bottom: 1px solid #C6C8CB;
}  

table a:visited{color: #777;}
table a:hover {color: #000;}  
table caption, .ReportHeading 
{
	text-align: center; 
	text-transform: uppercase;  
	padding-bottom: 10px; 
	font: 200% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
}

.ReportTable
{
	line-height:1;
}

table thead, tfoot, tr.semifooter
{
	background: black;
	padding: 15px 10px; 
	color: white; 
	font-weight: normal;
}
table tbody tr.odd {background: #F0F0F0;}
table tbody {border-bottom: 0px none white;}
table tbody, table thead {border-left: 0px none #white; border-right: 0px none white;}
table tbody  tr:hover {background: white; color: #111;}
/*table tfoot td, table tfoot th, table tfoot tr 
{
	text-align: left; 
	font: 120%  "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif; 
	text-transform: uppercase; 
	background: #fff; 
	padding: 10px;
}*/
table tbody td, table tbody th 
{
	/*padding: 7px; */
	font: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
	/*background: url("td_back.gif") repeat-x; */
	/*text-align: left;*/
}

.Information
{
	background-color:White;
	color:Black;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	border:solid 1px Black;
}

.ReportSubHeading 
{
	text-align: center; 
	font-size:x-large;
	text-transform: uppercase;  
	padding-bottom: 3px; 
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
}

.ReportBoldHeading 
{
	font-size:large;
	text-transform: uppercase;  
	padding-bottom: 3px; 
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
}
