﻿body
{
	font-family: Verdana;
	background-color: White;
}

h1
{
	font-size: 18px;
	font-family: Verdana;
	color: Black;
}


.h1
{
	font-size: 18px;
	font-family: Verdana;
	color: Black;
}

h2
{
	font-size: 16px;
	font-family: Verdana;
	color: #284775;
	font-weight: bold;
}

p
{
	font-size: 11px;
	font-family: Verdana;
	color: black;
	font-weight: normal;
}

.headerLinks
{
	font-family: Verdana;
	font-size: 16px;
}

.headerSteps
{
	font-size: 16px;
	font-family: Verdana;
	color: #284775;
	font-weight: bolder;	
}

.tableHeaderRow
{
	font-family: Verdana;
	font-size: 16px;
	color: White;
	font-weight: bold;
}

.info
{
	font-family: Verdana;
	font-size: 12px;
	color: Black;
	font-weight: normal;
}

.infoNumber
{
	text-align: right;
	font-family: Verdana;
	font-size: 12px;
	color: Black;
	font-weight: normal;
}

.tableRow
{
	font-family: Verdana;
	font-size: 14px;
	color: Black;
}

.linksSmall
{
	font-family: Verdana;
	font-size: 12px;
}

.linksBig
{
	font-family: Verdana;
	font-size: 16px;
	font-weight:bold;
}

.success
{
	font-family: Verdana;
	font-size: 12px;
	color: Green;
}

.error
{
	font-family: Verdana;
	font-size: 12px;
	color: Red;
}

.footer
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	color: black;
}

.footerCopyright
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	color: Gray;
}

.labelForHtml
{
	font-family: Verdana;
	font-size: 8pt;
	color: Gray;
	background-color: #E8EEF7;
	border-color: #E8EEF7;
	width: 250px;
	border-bottom-width: 0px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
}

.modalPopup 
{
	font-family: Verdana;
	font-size: 10px;
	background-color:#E8EEF7;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.modalBackground 
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

/* styles for gridView */
.RowStyle
{
	background-color: WhiteSmoke;
	color: Black;
	font-size: 12px;
	height: 30px;
}

.EditRowStyle
{
	background-color: #999999;
}

.SelectedRowStyle
{
	background-color: #E2DED6;
	font-weight: normal;
	color: #333333;	
}

.PagerStyle
{
	background-color: #87A7D6;
	font-weight: bold;
	color: White;
	text-align: right;
	font-size: 12px;
	height: 20px;
}

.HeaderStyle
{
	background-color: #87A7D6;
	font-weight: bold;
	color: White;
	font-size: 12px;
	height: 20px;
}

.AlternatingRowStyle
{
	background-color: White;
	color: Black;
	font-size: 12px;
	height: 30px;
}

.EmptyDataRowStyle
{
	font-size: 12px;
	height: 20px;
}

/* Start Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}
/* End Accordion */
