/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: GRAY;
    margin: top 0 left 0 right 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: "11pt";
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	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;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	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;
	}	

TFOOT, THEAD	{	
    BACKGROUND-COLOR: White;
	font-size:	"10pt";
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}	
		
TH	{	
    BACKGROUND-COLOR: White;
	vertical-align:	baseline;
	font-size:	"10pt";
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}	

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:	none;
	color:	#99bbff;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

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;
	}	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 0px;
	}

.GridStyle	
{
	font-family:Verdana;
	font-size:10;
	border-style:none;
	border-width:0px;
	background-color: White;
	padding:3;
}

.AlternatingItemStyle  
{
	height:22;
	background-color:Gainsboro;
}
	
.LineItemStyle 
{
	height:22;
	background-color:WhiteSmoke;
}

.HeaderStyle
{
	color:Black;
	height:22;
	font-weight:bold;
	background-color:White;
}

.FooterStyle 
{
	color:"#404040";
	height:22;
	background-color:White;
}

.TextBox
{
	border-color: Gray;
	background-color: White;
	border-width: "1";
	border-style: solid;
	font-size: "12" ;
}

.NumericTextBox
{
	text-align:right;
	border-color: Gray;
	background-color: White;
	border-width: "1";
	border-style: solid;
	font-size: "10";
	
}

.CheckBox
{
	border-color: "#CCCCCC";
	BackColor: Transparent;
	font-size: "11" ;
}

.ComboBox
{
	border-color: "#CCCCCC";
	background-color: White;
	border-width: "1";
	border-style:solid;
	font-size: "12" ;
}

.TinyLabel
{
	font-family:Verdana;
	font-size: "10" ;
	color:"#606060";
}

.SmallLabel
{
	font-family:Verdana;
	font-size: "11" ;
	color:"#606060";
}

.SmallBoldLabel
{
	font-family:Verdana;
	font-size: "11" ;
	font-weight:bold;
	color:"#606060";
}

.MediumLabel
{
	font-family:Verdana;
	font-size: "11" ;
	color:"#606060";
}

.MediumBoldLabel
{
	font-family:Verdana;
	font-size: "12" ;
	font-weight:bold;
	color:"#606060";
}

.LargeLabel
{
	font-family:Verdana;
	font-size: "14"  ;
	color:"#606060";
}

.LargeBoldLabel
{
	font-family:Verdana;
	font-size:  "14" ;
	font-weight:bold;
	color:"#606060";
}

.HeaderLabel
{
	font-family:Verdana;
	font-size: "12"  ;
	font-weight:bold;
	color:"#404040";
}

.Buttons
{
	font-family:Verdana;
	font-size: "10" ;
	font-weight:bold;
	color:Gray;
	background-color:White;
	border-color: "#CCCCCC";
	border-width: "1";
	border-style: solid;
	height:20;
	width:90;
}

.ButtonSmall
{
	font-family:Verdana;
	font-size: "10" ;
	font-weight:bold;
	color:White;
	background-color:CornflowerBlue;
	border-color: "#CCCCCC";
	border-width: "1";
	border-style: solid;
	height:20;
	width:50;
}

.XLabel
{
	font-family:Verdana;
	font-size: smaller ;
	color:"#606060";
	text-align:right;
}

.LinkLabel
{
	font-family:Verdana;
	font-size: "12" ;
	border-width: "0";
	background-color:Transparent;
	color:Blue;
}

.BlockLabel
{
	font-family:Verdana;
	font-size: "11" ;
	color:"#606060";
	text-align:justify;
}
.Table
{
	background-color:White;
	width=754;
	height=100%;
}
.NumericLabel
{
	font-family:Verdana;
	font-size: smaller ;
	color:"#606060";
	text-align:right;
}
.ComboBox
{	
	font-family:Verdana;
	font-weight:normal;
	font-size: 8pt;
	color:Black;	
}
.SmallBlueBold
{
	font-family:Verdana;
	font-weight:normal;
	font-size: 8pt;	
	color:#0E447B;
	font-weight:bold;
}
.article-Text
{
  font-family:Verdana;
  font-size:   8 ;
  line-height: 1.3em; 
  margin-top: 5px;
  margin-bottom: 5px; 
}

.ClassicButton 
{
	border:1px solid #D5D5D5;
	border-bottom: 1px solid #C2C2C2;
	border-right: 1px solid #C2C2C2;
	font-family: Verdana, Arial;
	font-size:10px;
	font-weight:bold;
	color:#666666;
	background-image:url(../Img/buttonBg.gif);
	background-position:top;
	background-color:white;
	height:20px;
	width:80px;
	vertical-align: middle;
}

.HiddenGridColumn
{
	display:none;
}

.VisibleGridColumn
{
	display:block;
}