/*GridViewCSS Soft Grey Style*/
div.SearchPanel {
    color: black;
}
div.SearchPanel dd {
    margin-top: 10px;
}
div.SearchPanel fieldset, .GridViewStyle, div.SearchPanel dd, div.SearchPanel span, div.SearchPanel input[type=submit]
{
    /*font-family: 'verdana','sans-serif';*/
    font-size: small;
}
.GridViewStyle
{
    table-layout: auto;
    border-collapse: collapse;
    border:#444 1px solid;
}
/*Header and Pager styles*/
.HeaderStyle, .PagerStyle
{
    /*border-right: solid 1px #1d1d1d;*/
    /*background-image: url(Images/HeaderSoftGrey.jpg);
    background-position: center;
    background-repeat: repeat-x;*/
    background-color: #CCCCCC;
}
.HeaderStyle th
{
    border-right: solid 1px #1d1d1d;
    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 1px 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: #f0f0f0;
    /*background-color: #c9c9c9*/;
}
.AltRowStyle td
{
/*    background-color: #f0f0f0;*/
}
.SelectedRowStyle td
{
    background-color: #ffff66;
}

div.required
{
	clear: left;
	display: block;
	margin: 0 0 0 0;
	padding: 1px 3px;
	vertical-align:bottom;
}

div.required label
{
	/*font-family:Arial;*/
	font-weight: bold;
	display: block;
	float: left;
	width: 130px;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0 0 5px 0;
	text-align: right;
}


div.required input, div.required select, div.required textarea, div.optional input
{
	width: 200px;
}

div.SearchPanel fieldset
{
	clear: both;
    font-size: 8pt;
	border-color: #000000;
	border-width: 5px 0 0 0;
	border-style: solid none none none;
	padding: 10px;
	margin: 0 0 0 0;
}

div.SearchPanel fieldset legend
{
	font-size: 150%;
	font-weight: normal;
	color: #000000;
	margin: 0 0 0 0;
	padding: 0 5px;
}


div.SearchPanel input
{
	/*font-family: Tahoma, Arial, sans-serif;
	font-size: 100%;*/
	color: #000000;
}

div.SearchPanel fieldset
{
	clear: none;
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
	margin: 0 0 0 0px;
	padding: 0 5px 5px 5px;
}

div.notes
{
	padding: 1px 3px;
	/* float: right; */
	width: 158px;
	height: auto;
	margin: 0 0 10px 10px;
	/* padding: 5px; */
	border: 1px solid #666666;
	background-color: #ffffe1;
	color: #666666;
	font-size: 88%;
}

div.notes h4
{
	background-repeat: no-repeat;
	background-position: top left;
	padding: 3px 0 3px 27px;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #666666;
	color: #666666;
	font-size: 110%;
}

div.notes p
{
	margin: 0em 0em 1.2em 0em;
	color: #666666;
}

p.error
{
	background-color: #ff0000;
	background-repeat: no-repeat;
	background-position: 3px 3px;
	color: #ffffff;
	padding: 3px 3px 5px 27px;
	border: 1px solid #000000;
	margin: auto 100px;
}

div.error
{
	background-color: #ffffe1;
	background-repeat: no-repeat;
	background-position: top left;
	color: #666666;
	border: 1px solid #ff0000;
	padding: 3px 3px 5px 5px;
}

div.error p.error
{
	background-position: top left;
	background-color: transparent;
	border-style: none;
	font-size: 88%;
	font-weight: bold;
	margin: 0 0 0 118px;
	width: 500px;
	color: #ff0000;
}

div.siteSearchResult {
    margin-bottom: 10px;
}

div.siteSearchResult a {
    text-decoration: underline;
}
div.SearchPanel hr {
	height: 1px;
	border: none;
	color: #D4D4D4;
	background-color: #D4D4D4;
}

div.SearchPanel ul {
    list-style: disc outside none
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.thin-line {
    background-color: #D4D4D4;
    border: medium none;
    color: #D4D4D4;
    height: 1px;
}