﻿body 
{
	font-family: Arial;
	font-size: small;
	letter-spacing: normal;
	word-spacing: normal;

}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
	/*COLOR: #244582;*/
	color: #0033CC;
}
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;
	}	

/* footer */
.Footer
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #0000FF;
	width: 50%;
}
.FooterLine
{
	background-color: gray;
	height: 1px;
	line-height: 1px;
	font-size: 2px;
	border: none;
	padding: 0;
	margin: 0;
	/*width: 50%;*/
}


/* table/div backgrounds */

.Background
{
	background-color: #EAEBEC;
}
.ForeGround
{
	background-color:White
}

.collapsePanelHeader
{
	width: 100%;
	height: 30px; /*background-image: url( '../Images/GradGrayStrchUp.jpg' );
	background-repeat: repeat-x;*/
	color: #000000;
	font-weight: bold;
	cursor:pointer;
	cursor:hand;

}

.Title
{
	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;
	color: #0402FC;
}

#master_content .collapsePanelHeader a {color:#FFF;}
#master_content .collapsePanelHeader a:hover {text-decoration:none;background:none;}

.bodyNormal
{
	font-size:1em;
	font-size:small;
	font-size:10pt;
}

.bodySmall
{
	font-size:.85em;
	font-size:smaller;
	font-size:9pt;
}

.SmallFont
{
	font-size: xx-small;
}

div.outset
{
	border: 2px outset #CCCCCC;
	background-color: #F2F2F2;
}
.Subject
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
}
.PopupHeader
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: Large;
	font-weight: bold;
}
.Underline
{
	font-weight: bold;
}

/****************** for gridviews *************************/
.GridViewStyle
{   
    /*border-right: 2px solid #A7A6AA;
    border-bottom: 2px solid #A7A6AA;
    border-left: 2px solid white;
    border-top: 2px solid white;
    padding: 4px;*/
    padding-left: 5px;
    padding-right: 5px;
}

/*.GridViewStyle a
{
    color: #FFFFFF;
}*/

.GridViewHeaderStyle th
{
	padding-left: 5px;
    padding-right: 5px;
	/*border-left: 1px solid #EBE9ED;
    border-right: 1px solid #EBE9ED;
    font-weight:bold;
	background-color: #CCCCCC;*/
}

/*.GridViewHeaderStyle
{
    background-color: #5D7B9D;
    font-weight: bold;
    color: White;
}*/

/*.GridViewFooterStyle
{
	background-color: #5D7B9D;
	border-top: solid 2px;
	font-weight: bold; 
}*/

.GridViewRowStyle 
{
    background-color: #F2F2F2;
	color: #333333;
}

/*.GridViewAlternatingRowStyle
{
    background-color: #FFFFFF;
    color: #284775;
}*/

.GridViewRowStyle td, .GridViewAlternatingRowStyle td
{
	padding-right: 5px;
	padding-left: 5px;
}

/*.GridViewSelectedRowStyle
{
    background-color: #E2DED6;
    font-weight: bold;
    color: #333333;
}*/

/*.GridViewPagerStyle
{
    background-color: #284775;
    color: #FFFFFF;
}*/

/* to center the paging links*/
/*.GridViewPagerStyle table 
{
    margin: 0 auto 0 auto;
}*/

.Pointer 
{ 
	cursor: pointer;
	cursor: hand;
}

input[type="submit"]
{
	color: White;
	background-color: #025099;
	border-color: #006;
	font-weight: bold;
}
 

