p {
   line-height : 1.8em;
   margin : 1.2em 0.5em 1.2em 0.5em;
}
#logocontainer 
{
   position : absolute;
   top : 0;
   width : 150px;
   left : 0px;
}
#stencil
{
	position : absolute;
	top : 0;
	left : 150px;
	text-align : center;
}
#titleLogo
{
    position : absolute;
    width: 600px;
    left: 300px;
    top: 0px;
}
#titleLogo h1
{
    padding: 0;
    font-size:3.9em;
    background-color:inherit;
    color:#ffffff;
    letter-spacing:-1px;
    font-weight:normal;
}
#titleLogo h2
{
    font-size:1.2em;
    background-color:inherit;
    color:#f0f2f4;
    letter-spacing:-1px;
    font-weight:normal;
}
.subTitle
{
    font-family:Franklin Gothic Medium;
    font-size: x-large;
    letter-spacing: .2em;
    height: 1.0em;
    margin: 4px 0 0 1.2em;
    padding-bottom: 10px;
}
.ListBoxStyle
{
	font-family: Sans-Serif;
	font-size: small;
	background-color: White;
	border-color: Gray;
	color: Black;
}
.ListBoxStyle label
{
	background-color: white;
	color: Black;
}
.ListBoxStyle input
{
	background-color: white;
	display: block;
	clear: left;
	float: left;
}

/*GridViewCSS*/
.GridViewStyle
{
    width: 100%;
    font-family: Arial, Sans-Serif;
    font-size:small;
    table-layout: auto;
    border-collapse: collapse;
    border: #1d1d1d 5px solid;
    color: Black;
}
.GridViewStyle caption
{
	text-align:left;
	font-size: x-large;
	padding: 2px;
	text-align: center;
}
/*Header and Pager styles*/
.HeaderStyle, .PagerStyle /*Common Styles*/
{
    background-image: url('../images/HeaderGlassBlack.jpg');
    background-position:center;
    background-repeat:repeat-x;
    background-color:#1d1d1d;
}
.HeaderStyle th
{
    padding: 5px;
    color: #ffffff;
}
.HeaderStyle a
{
    text-decoration:none;
    color:#ffffff;
    display:block;
    text-align:left;
    font-weight:normal;
}
.PagerStyle table
{
    text-align:center;
    margin:auto;
}

.PagerStyle table td
{
    border:0px;
    padding:5px;
}
.PagerStyle td
{
    border-top: #1d1d1d 3px solid;
}
.PagerStyle a
{
    color:#ffffff;
    text-decoration:none;
    padding:2px 10px 2px 10px;
    border-top:solid 1px #777777;
    border-right:solid 1px #333333;
    border-bottom:solid 1px #333333;
    border-left:solid 1px #777777;
}
.PagerStyle span
{
    font-weight:bold;
    color:#FFFFFF;
    text-decoration:none;
    padding:2px 10px 2px 10px;
}
/*RowStyles*/
.RowStyle td, .AltRowStyle td, .SelectedRowStyle td, .EditRowStyle td /*Common Styles*/
{
    padding: 5px;
    border-right: solid 1px #1d1d1d;
}
.RowStyle td
{
    background-color: #c9c9c9;
}
.AltRowStyle td
{
    background-color: #f0f0f0;
}
.SelectedRowStyle td
{
    background-color: #ffff66;
}
/*Calendar Extender*/
.calendarOverride div  div
{
	padding: 0;
	margin: 0;
	} 
.calendarOverride table tr
{    
	padding: 0;
	margin: 0;
} 
.calendarOverride table tr td
{    
	padding: 0;
	margin: 0;
	border-style: none;
	border-width: 0;
	background-color: White;
}
.headerLabel
{
	margin-left: 25px;
	font-size: large;
	color: #FFFBD0;
}
.largeText
{
	font-size: large;
}
