﻿body 
{
	font-family:Verdana;
}

.divHeader
{
	color:#A3002C;
	font-family:Verdana;
	font-size:14px;
	font-weight:bold;
	width:100%;
	background-image: url(Images/Master/Slice.jpg);
	
}
.divHeaderSub
{
	color:#000000;
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	width:100%;
	background-color:#ACACAC;
	padding:3px;	
}

.textLarge 
{
	font-family:Verdana;
	font-weight:bold;
	font-size:14px;
}

.textLabelContentHeader
{
	font-family:Verdana;
	font-size:14px;
}

.textLabelContentHeaderBold
{
	font-family:Verdana;
	font-size:14px;
	font-weight:bold;
	
}

.textLabelMedium 
{
	font-family:Verdana;
	font-size:10px;
	
}
.textLabelMediumPlain
{
	font-family:Verdana;
	font-size:12px;
}
.textLabelSmall 
{
	font-family:Verdana;
	font-size:10px;
}
.textLabelMediumBold
{
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
}
TD.ContentHdr
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	font-weight: bold;
	font-size: larger;
	text-transform: uppercase;
	border-left: #000000 1px solid;
	color: #000000;
	border-bottom: #000000 1px solid;
	background-color: #fcdd82;
}

TD.ContentInstructions
{
	background-color: #ffff99;
}
TD.ContentInstructionsLight
{
	color:#0000CD;
	background-color: #f5f5f5;
}

/* BUTTONS */
.RadUploadVistaButton
{
	border: 0;
	background: url(Images/Buttons/VistaButton.gif);
	font: normal 11px Arial, Verdana, Sans-serif;
	color: #333;
	height: 18px;
	width: 115px;
}
.tableHeader 
{
	background: url('Images/TableHeaderBackground.gif');
	border-left: solid 1px #617fb5;
	border-right: solid 1px #617fb5;
	font-family:Verdana;
	font-size:10px;
}

/* DATAGRID */
.DataGridAlternatingRowClass1
{
	color:Black;
	font-family:Verdana;
	font-size:11px;
	background-color: #F7F3F7;
	vertical-align:Bottom;
	

}
.DataGridNonAlternatingRowClass1
{
	color:Black;
	font-family:Verdana;
	font-size:11px;
	background-color:White;
	vertical-align:Bottom;

}
.DataGridHeaderClass1
{
	color:Black;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	background-image: url(Images/GridView/GvHeader2.gif);
	vertical-align:Bottom;

}
.DataGridFooterClass1
{
	color:Black;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	vertical-align:Bottom;	

}


.DataGridHeaderClass1 a:link, .DataGridHeaderClass1 a:visited
{
	color:#000000;
	text-decoration:none;
}
.DataGridHeaderClass1 a:hover
{
	color:#000000;
	text-decoration:underline;
}
.DataGridItemStyleClass1
{
	font-family:Verdana;
	font-size:10px;
	background-color:#F1F0EF;
	vertical-align:Bottom;
}
.DataGridAlternatingItemStyleClass1
{
	font-family:Verdana;
	font-size:10px;
	background-color:#D9D5D4;
	vertical-align:Bottom;
}
.DataGridPagingStyleClass1
{
	font-family:Verdana;
	font-size:10px;
	text-align:center;
	color:#555555;
	background-color:#F6F5DE;
	border-top:solid 1px #000000;
	vertical-align:Bottom;
}
.DataGridPagingStyleClass1 a:link, .DataGridPagingStyleClass1 a:visited
{
	color:#0000FF;
	text-decoration:none;
}
.DataGridPagingStyleClass1 a:hover
{
	color:#0000FF;
	text-decoration:underline;
}

	
/* MODAL */
.modalBackground
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup
{
	background-color:#FFFFDD;
}

/* LINKS */
a.Link1:link, a.Link1:visited
{
	color:#0000FF;
	text-decoration:none;
}
a.Link1:hover
{
	color:#FF0000;
	text-decoration:underline;	
}

/* JAVA POPUPS */
.EventItem
{
	text-decoration:underline;
	color:#0000FF;
	cursor:pointer;
}
.ApprovalTrackingPopUp
{
	width:300px;
	padding:3px;
	background-color:#FFFFFF;
	border:solid 1px #000000;
	position:absolute;
	left:0px;
	top:0px;
	text-align:justify;
	display:none;
}
.AdHocClaimFieldEditingPopUp
{
	padding:3px;
	background-color:#FFFFFF;
	position:absolute;
	left:0px;
	top:0px;
	text-align:justify;
	display:none;
}