﻿A						
{
	color: #bc0000;
}

.label
{
	color: #112e83;
	white-space: nowrap;
	width: 80px;
}

.nodisplay
{
	display: none;
}

fieldset 
{
	border: 1px solid #ccc;
}

.noborder, .noborder input, .noborder tr td input
{
	border: 0px;
}


.listdivider			
{
	color				: #000000;
	height				: 1px;	
	margin-top			: -5px;
	margin-bottom		: 0px;
}	

/* override daf styles */
.daf-default .column-content
{
	/* was 490 with 223 column-right */
	width: 780px;
	margin-right: 0px;
}

.daf-heading .dafchecklogo {
	display: block;
	position: static;
	height: 43px;
	width: 144px;
	top: 21px;
	text-decoration: none;
	background: url( "../Images/DafCheck.gif" ) top left no-repeat;
}

.daf-heading .logo {
	display: block;
	position: static;
	height: 143px;
	width: 244px;
	top: 21px;
	margin-right: 15px;
	float: right;
	text-decoration: none;
    zoom: 80%;
	background: url( "../Style%20Library/Images/Branding/Logo.png" ) top right no-repeat;
}

.highlight,
.highlight a
{	
	color: #bc0000;
}

.error
{
	color: #bc0000;
	margin-left: 10px;
}

.warning
{
	color: #bc0000;
}

.message
{
	color: #bc0000;
	margin-left: 10px;
	margin-bottom : 20px;
}

.search h2 
{
	font-size: 14px;
	font-weight: bold;
	color: #666;
}


.gridView {background-color:#d7d7d7; color:#000000;}
.gridView caption { font-weight: bold; letter-spacing: 5px; font-size:	10pt; }
.gridView td { padding-left:5px; padding-right:5px; }
.gridView a { text-decoration:none; color:#000000; background-color:transparent; }
.gridView a:hover { text-decoration:underline; color:#000000; background-color:transparent; }
.gridViewHeader { background-image:url(../Images/GridViewHeader.jpg); background-repeat:repeat-x; background-position:bottom; color:#112e83; font-weight:bold; }
.gridViewHeader th { padding-left:5px; padding-right:5px;  padding-top:2px; padding-bottom:2px; font-size:8pt; color:#112e83; }
.gridViewHeader a { text-decoration:none; color:#112e83; background-color:transparent; font-weight:bold; }
.gridViewHeader a:hover { color:#112e83; }
.gridViewFooter { background-image:url(../Images/GridViewFooter.jpg); background-repeat:repeat-x; background-position:top; color:#333333; font-weight:bold; }
.gridViewFooter td { padding-left:1px; padding-right:1px; padding-top:0px; padding-bottom:0px }
.gridViewRow { background-color:whitesmoke; background-repeat:repeat-x; background-position:bottom; color:#333333; font-weight:normal; }
.gridViewRow a { color:#bc0000; }
.gridViewRow a:hover { color:#bc0000; }
/* .gridViewRowHighlight should be the same as .gridViewRow */
.gridViewRowHighlight { background-image:url(../Images/GridViewRow.jpg); background-repeat:repeat-x; background-position:bottom; color:#333333; font-weight:normal; }
.gridViewRowHighlight:hover { background-image:url(../Images/GridViewRowHighlight.jpg); background-repeat:repeat-x; background-position:bottom; color:#333333; font-weight:normal; }
.gridViewRowSelected { background-image:url(../Images/GridViewRowSelected.jpg); background-repeat:repeat-x; background-position:bottom; color:#333333; font-weight:normal; }

.modalBackground 
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup 
{
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
}

.modalCaption
{
	cursor: move; 
	background-color: #000000;
	border-width: 1px;
	border-style: solid;
	text-align: left;
	padding-bottom: 0;
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
}

.modalCaption p
{
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	line-height: 16px;
	padding-left: 3px;
	margin-left: 3px;
}
