﻿@charset "utf-8";
/* CSS Document */

div.rss-link { float:right;width:100px;width: 48px; margin-top:20px; margin-right:6px; }
div.rss-link a { font-weight:normal; font-size:9px; }
#headerSubTitle {font-size: 7.5pt; color:#515252; margin-top: -20px; margin-left: 16px; width:650px; }

#breadcrumb { margin-bottom:9px; width:720px; }
#breadcrumb a { font-weight:normal; }

span.subTitle { display:block; font-size: 7.5pt; font-weight: normal;padding-top: -30px; }
.heading { color: #0F495B; padding: 0 20px 8px 0; font-weight:bold; font-size:12px; float:left; width:150px; }
.NoWrap{ white-space:nowrap; }
.firstCell { width: 120px; }
.accountLink { font-size: 8pt; font-weight: normal !important; }

.errorText, .alertText { color: Red; }

.ValidationSummary ul { padding-left:16px; margin-left:0; }

.alertLabel { padding:2px 4px 2px 4px; background-color:#E4C26A;border:1px solid #E4C26A; width:300px; margin-bottom:5px; margin-top:3px;}

.inputHolderForm, .inputHolderFormListSpecial { height:5%; padding:5px 0 5px 0; width:475px; overflow:hidden; }
.inputHolderFormListSpecial { width:700px; }
.inputHolderSubContent { width: 312px; float: left; }

.detailsView, .detailsViewBigger { height:5%; width: 348px; float: left; }

.detailsViewBigger { width: 460px; }

.detailsValue, .detailsValueBigger { padding: 2px 10px 2px 10px; height: 5%; width: 230px; border:solid 1px #C7C5BF; background-color:#FAFDFF; float:left; }

.detailsValueBigger { width: 318px; }

.labelDetailsView, .labelDetailsViewBigger { display:block; float:left; margin-right:10px; text-align:left; width:80px; }

.labelDetailsViewBigger { width: 110px; }

.JobStatus { font-size: 8pt; }

.newJobStatus { font-weight: bold; color:#008000; vertical-align: super; font-size: 6.5pt;}

.JobStatus { font-weight: normal; color:#800000; }

.label, .smallLabel {  float:left; margin-right:10px; text-align:left;width:140px; }
.smallLabel { width: 70px; }

.detailsTD { padding-left: 45px; }

ul.list a { font-weight:normal; }
ul.list li { list-style-type:none; } 

.GridViewMedium { width: 400px !important; }
.GridViewPagerStyle { padding-left: 8px !important; width:698px; border:1px solid #ECECEC; border-top:0; }

/* Web alert message style */
.webAlertMessageContainter
{	
	padding-bottom: 4px;
	padding-top: 8px; 	
	text-align: left;
	margin-left:10px;
}
#subAlertMessageContainer
{
	border: solid 1px #E4C26A;
	background-color: #FFFFCC;
	width:938px;	
	min-height: 22px;		
	padding-top: 6px;
	padding-bottom:9px;
	padding-left: 20px; 	
}
#webAlertMessageContainter img 
{ 
    vertical-align:bottom; 
    margin-right: 5px;
    margin-top: 3px;    
}

/* Textbox Watermark */
.watermarked 	
{
    background-color:#F0F8FF;
	color:gray !important;	
	font-style: italic;
}
/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
	z-index:999 !important;
}

.modalPopup, .modalPopupDeletePanel
 {
	background-color:#FEE65D;
	border-width:2px;
	border-style:solid;
	border-color:#CACBCA;
	padding:3px;
	width:555px;
	z-index:1000 !important;
}
.modalPopupDeletePanel { width:300px; background-color:#F9F8F7; } 
.PopupDragHandle
{
	height:10px;
	width:100%;	
	cursor:move;	
	padding-right:5px;
	padding-bottom:5px;
}	
.close { cursor: pointer; width: 50px; float: right; }

/* Update progress style */
#progressBackgroundFilter 
{
    position:fixed; 
    top:0px; 
    bottom:0px; 
    left:0px;
    right:0px;
    overflow:hidden; 
    padding:0; 
    margin:0; 
    background-color:#000; 
    filter:alpha(opacity=70); 
    opacity:0.7; 
    z-index:100000;
}
#processMessage 
{ 	
	font-size: 11px;
    position:fixed; 
    top:30%; 
    left:43%;
    padding:10px; 
    min-width:15%; 
    z-index:100000; 
    background-color:#FEE65D;
    border:solid 1px #CACBCA;
}
/*Hover Menu*/
.popupMenu {
	position:absolute;
	visibility:hidden;
	background-color:#ED2024;
	border: solid 1px #CACBCA;
	opacity:7.9;
	filter: alpha(opacity=90);
	padding: 5px;	
}
.popupMenu a, .popupMenu a:hover { font-weight:normal; color:#FFFFFF; }

.dashed { width: 700px; border-top: dashed 1px #303D41; margin-top:10px; }
.marginBottom { margin-bottom: 5px; }
.marginBottomWider { margin-bottom: 18px; }
.marginTop { margin-top: 7px; }

/* DataPager */
.CurrentPageLabel, .PageLabel { border: solid 1px #1FABD3; padding: 1px 3px 1px 3px; background-color: #F7F8F8; color: #1FABD3; margin-right:3px; }
.PageLabel { border-color: #A2D07A; color: #6AA645; background-color: #EDF6EF; }
a.report-abuse-link { font-weight:normal; }
.float-right { float:right; }
.float-left { float:left }