/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Tahoma, Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    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	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	disc ;
	}	

UL LI LI	{	
	list-style-type:	circle;
	}	

UL LI LI LI	{	
	list-style-type:	square;
	}	
	
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: 10px;
	}
HR      
{
    color:blue;
}
.indentPanel
{ 
		margin-left: 20px; 
		margin-right: 20px;
}

.fadeBluelr	
{
	FILTER: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#0000ff', endColorStr='#FFFFFF', gradientType='1');	
}

.fadeBluerl	
{
	FILTER: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#FFFFFF', endColorStr='#0000ff', gradientType='1');	
}

.fadeBluedown 
{
	FILTER: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#0000ff', endColorStr='#FFFFFF', gradientType='0');	
}
.fadeBlackLR
{
	FILTER: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#000000', endColorStr='#FFFFFF', gradientType='1');	
}
#content
{
	margin:0px;
	padding:5 10 5 10;
	width: 100%;
}
.TitleLabel
{
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size:small;
    font-weight:bold;
}
.formButton
{
    font-family:Verdana, Arial, Sans-Serif;
    font-size:xx-small;
}
.fieldLabel
{
    font-family:Verdana, Arial, Sans-Serif;
    font-size:xx-small;
    font-weight: bold;
}
.fieldText
{
    font-family:Verdana, Arial, Sans-Serif;
    font-size:xx-small;
}
.ErrorMessage
{
    font-family:Verdana, Arial, Sans-Serif;
    font-size:x-small;
    font-weight: bold;
    color:Red;
}
.textWhiteBold
{
	font-size: x-small;
	font-weight:bold;
	color: White;
}
.textWhite
{
	font-size: x-small;
	font-weight:normal;
	color: White;
}
.textStyle1
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size:xx-small;
	color:Gray;
}
.textStyle1Bold
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size:xx-small;
	font-weight:bold;
	color:Gray;
}
.hlink A:link
{
	text-decoration:none;
	color:GrayText;
}
.hlink A:hover
{
	text-decoration:none;
	font-weight:bold;
	color:GrayText;
}
.column1of2
{
    clear:both;
    float:left;
    position:relative;
    width:50%;
    border-right: 1px solid blue;
    padding-top:10px;
    padding-bottom:10px;
}
.column2of2
{
    position:relative;
    width:45%;
    float:right;
    padding-top:10px;
    padding-bottom:10px;
}
.tabs
{
	position:relative;
	top:1px;
	left:5px;
}
.tab
{
	border:solid 1px blue;
	background-color:#eeeeee;
	padding: 2px 5px;
	font-size:.8em;
	font-weight:bold;
}
.selectedTab
{
	background-color: White;
	color: blue;
	font-weight:bold;
	border-bottom: solid 1px white;
}
.tabContents
{
	border:solid  1px blue;
	padding: 10px;
	background-color: White;
}
.pagetitle
{
    float:left;
    text-align:center;
    font-size:1.3em;
    height:1.5em;
    width:100%;
    background-color:blue;
    color:#FFFFFF;
    FILTER: progid:DXImageTransform.Microsoft.Gradient(startColorStr='blue', endColorStr='#FFFFFF', gradientType='0');
}
.mergeimages
{
    float:left;
    padding:0px;
}
.TableHeader
{
    background-color:blue;
    color:White;
    font-size:.9em;
    font-weight:bold;
    text-align:center;
    padding-top:5px;
    padding-bottom:5px;
    FILTER: progid:DXImageTransform.Microsoft.Gradient(startColorStr='blue', endColorStr='#FFFFFF', gradientType='0');
}
.box
{
    float:right;
    width:300px;
    margin-right:10px;
}
.boxTitle
{
    float:left;
    text-align:center;
    font-size:.9em;
    height:1em;
    width:100%;
    background-image:url(images/boxbgnd.jpg);
    color:#FFFFFF;
    padding-top:5px;
    padding-bottom:5px;
    border-bottom:solid 1px blue;
}
.boxContent
{
    text-align:left;
    padding:5px;
    font-size:.9em;
}
.footer
{
    border-top: 2px solid blue;
    font-family:Arial, Sans-Serif;
    font-size: xx-small;
    color:Gray;
    margin-top:20px;
    padding-left: 10px;
    padding-top:5px;
}
.contentbox
{
    margin:20px;
    padding:20px;
    border: ridge 3px blue;
}
.dropCap
{
	font: bold 300% Verdana;
	float: left;
	top: auto;
	margin-right: 5px;
}

.ArticleTitle
{
	font-variant: small-caps;
	font-weight: bold;
	font-size:medium;
}

.ArticleType
{
	font-variant:small-caps;
	font-weight:bold;
	font-size:large;
}

.ArticleAuthor
{
	font-style:italic;
	font-size: small;
}
.ArticleText
{   
    float:right;
    padding-left: 10px 20px 10px 20px;
    font-family: Verdana, Arial, Garamond, Sans-Serif;
    font-size:x-small;
}
.figure 
{
    float:left;
    margin-right:10px;
    margin-bottom:10px;
    border: 1px solid blue;
    padding: 10px;
}

    
   