﻿/*###########  ASP.NET Server Control sytles ###########*/

/*=====================Grid=======================*/
/*Grid DIV  Main style for entire gridview, no fonts*/
.GridDIV
{
	border:solid 1px #808080;
    background-color:gray;
	width:720px;
	text-align:center;		
}

/*==================Grid Header===================*/
.GridHeader
{
	height:24px;
	color:#000;
	text-align:left;
	vertical-align:middle;
	overflow:hidden;
	white-space:nowrap;	
	padding:3px 0px 3px 6px;
	background:#E1E1E1 url(images/HeaderBg.gif) repeat-x top center;	
	border-bottom:solid 1px #808080;
}
.GridHeader a, .GridHeader a:link, .GridHeader a:visited, .GridHeader a:hover, .GridHeader a:active, .GridHeader a:hover
{
	font-family:Arial;
	font-size:13px;
	font-weight:bold;	
	color:#000;
	text-decoration:none;
	border:none;
	display:block;	
}
.GridHeader a:hover{
	color:#0091D5;
}
.GridHeaderHover
{
	background-color:#E9E9E9;
	background-image:url(images/HeaderBgOver.gif);	
	background-repeat:repeat-x;	
	border-bottom:solid 1px #0091D5;
	padding:3px 0px 3px 6px;
	text-align:left;	
	cursor:pointer;
}
.GridHeaderHover a, .GridHeaderHover a:link, .GridHeaderHover a:visited, .GridHeaderHover a:hover, .GridHeaderHover a:active
{
	color:#0091D5;
	text-decoration:none;
	text-align:left;
	border:none;
	display:block;
}
.gridHeaderAsc
{
	background:#D2D2D2 url(images/asc.gif) no-repeat 97% 50%;
	border-bottom:solid 1px #808080;
	color:#fff;
	padding-left:6px;
}
.gridHeaderDesc
{
	background:#D2D2D2 url(images/desc.gif) no-repeat 97% 50%; 
	border-bottom:solid 1px #808080;
	padding-left:6px;
}
/*.gridLinkButton a, .gridLinkButton a:link, .gridLinkButton a:visited, .gridLinkButton a:active
{
	color:#ff7200;
	text-decoration:none;
	padding:3px 6px 0px 6px;
	border-bottom:dotted 1px #ff7200;
}
.gridLinkButton a:hover
{
	background-color:#fff;
	border:solid 1px #cc3333;
	padding:2px 5px 2px 5px;	
	cursor:pointer;
	color:#cc3333;
	text-decoration:none;	
}*/
/*footer row with ADD links*/
.GridFooter
{
	font-family:Trebuchet MS, Arial;
	font-size:12px;
	font-weight:bold;
	height:24px;
	color:#000;
	text-align:left;
	vertical-align:middle;
	overflow:hidden;
	white-space:nowrap;	
	padding:3px 6px 3px 6px;
	background-color:#fff;
}
.GridFooter a, .GridFooter a:link, .GridFooter a:visited, .GridFooter a:active
{
	color:#0091D5;
	text-decoration:underline;
	padding:3px 6px 0px 6px;
	border:0;
	font-size:14px;	
}
.GridFooter a:hover
{
	background-color:#fff;
	border:solid 1px #cc3333;
	padding:2px 5px 2px 5px;	
	cursor:pointer;
	color:#cc3333;
	text-decoration:none;	
	font-size:14px;
}
/*
.GridFooterHover
{
	background-color:#fff;
	border:solid 1px Fuchsia;
	padding:2px 5px 2px 5px;	
	cursor:pointer;
	color:Fuchsia;
	text-decoration:none;
}
.GridFooterHover a, .GridFooterHover a:link, .GridFooterHover a:visited, .GridFooterHover a:hover, .GridFooterHover a:active
{
	color:#000;
	text-decoration:none;	
}
*/
/*================Grid Rows & Cells===============*/

/*Row Cell*/
/*background color for data rows*/
.GridRows
{
	background-color:#fff; 
}

/*Row Cells (Even Rows)*/
.GridRowEven
{
	background-color:#f5f5f5;
}

.GridRowHovered
{
	background:#CEEBF9 url(images/RowOver.gif) repeat-x;	
	cursor:pointer;
}

/*borders, padding are only valid on the td tags*/
.GridRows td, .GridRowEven td /*, .GridRowHovered td*/
{
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	text-align:left;
	padding: 3px 4px 2px 4px;
	border:none;
	border-top:solid 1px #fff;
	border-bottom:solid 1px #ccc;
	overflow:hidden;
	white-space:normal;	
	cursor:default;	
}

.GridRowHovered td
{
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	text-align:left;
	padding: 3px 4px 2px 4px;
	border-top:solid 1px #8DD8FB;
	border-bottom:solid 1px #8DD8FB;
	overflow:hidden;
	white-space:normal;	
	cursor:pointer;	
}
.GridRows a, .GridRows a:link, .GridRows a:visited, .GridRows a:hover, .GridRows a:active
{
	color:#0052a5;
	padding-left:3px;
	font-size:11px;
	border:0;
	text-decoration:underline;
}
.GridRowEven a, .GridRowEven a:link, .GridRowEven a:visited, .GridRowEven a:hover, .GridRowEven a:active
{
	color:#0052a5;
	padding-left:3px;
	font-size:11px;
	text-decoration:underline;
	border:0;
}
.GridRowHovered a, .GridRowHovered a:link, .GridRowHovered a:visited, .GridRowHovered a:active
{
	color:#0052a5;
	padding-left:3px;
	font-size:11px;
	text-decoration:underline;
	border:0;
}

.GridRowHovered a:hover
{
	color:#0091D5;
	text-decoration:none;
	padding-left:3px;
	font-size:11px;
	border:0;	
}

/*====================Grid Bottom Bar Pages====================*/

/*Bar DIV*/
.GridBarDIV
{
	background:#D4D4D4 url(images/BtmBarBg.gif) repeat-x top center;
	padding:0px;
	margin:0px auto;
	text-align:left;
	font-family:Arial;
    font-size:12px;
    font-weight:bold;
    color:#000;
    height:20px;
}

.GridBarDIV a, .GridBarDIV a:link, .GridBarDIV a:visited, .GridBarDIV a:active, .GridBarDIV a:hover
{
    font-family:Arial;
    font-size:11px;
    color:#000;
    padding:2px 5px;
    font-weight:bold;
    border:solid 1px #000;
}
/*.GridBarDIVhover a, .GridBarDIVhover a:link, .GridBarDIVhover a:visited, .GridBarDIVhover a:active
{
    font-family:Arial;
    font-size:11px;
    color:#000;
    padding:3px 6px;
    font-weight:bold;
}*/
.GridBarDIV a:hover
{
    font-family:Arial;
    font-size:11px;
    color:#cc3333;
    background-color:#fff;
    border:solid 1px #cc3333;
    padding:2px 5px;
    text-decoration:none;
    font-weight:bold;
}
.GridBarDIV td
{
	color:#cc3333;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	height:20px;	
	padding:3px 0px 0px 2px;
}	
.GridBarDIV span
{
	padding:3px 6px;
}
/*end GridView Style*/

/*Textbox controls*/
.formFieldOff, .formFieldOn{font-size:13px; font-family:Arial; background-color:#fff; color:#535353; border:solid 1px #999; height:21px; padding:4px 0px 0px 3px; vertical-align:middle;}
.formFieldOn{color:#000; border:solid 1px #0091D5; background-color: #fff;}

.inputText, .textWaterMark{font-family:arial,helvetica,sans-serif; font-size:11px; height:18px; padding:3px 0px 0px 5px; border:solid 1px #999;}
.textWaterMark{color:#999}
/*drop down list controls */
.ddlform{font-size:13px; height:22px;}

.multilinetext
{
	font-family:arial;
	font-size:13px;
}

/*button styles*/
.buttonOff, .buttonOn{height:26px; font-weight:600; font-size:14px; color:#000; font-family: Trebuchet MS, Arial, Sans-Serif; text-transform:uppercase; vertical-align:middle;}
/*.buttonOff{background:#000000 url(images/buttons/BackOff.gif) repeat-x;}
.buttonOn{cursor:pointer; background:#cc3333 url(images/buttons/BackOn.gif) repeat-x;}  */

/* Validation Summary control*/
.ValSummary
{
    padding:0px 0px 5px 0px;
    border:solid 1px #990000;
    margin: 0px 0px 10px 0px;
    background-color: #fff;
    width: 90%;
    font-size:13px;
    color:#990000;
    font-weight:normal;
    text-align:left;     
}
.ValSummary .header {background:#FFE8E8 url(images/ErrorIcon.gif) no-repeat 5px; text-align:left; color:#990000; height:30px; padding-left:40px !important; padding-top:10px !important; vertical-align:text-bottom;}
.ValSummary ul
{
padding:10px;
margin:0px;
margin-left:5px;
list-style-position:outside;
}
.ValSummary li
{
margin-left:14px;
color:#990000;
list-style-type:disc;
}

/*Link buttons that have the box around them on mouseover */
.LinkSubmit, .LinkBorder
{
	font-family:Trebuchet MS, Arial;
	font-size:13px;
	font-weight:bold;
	height:24px;
	text-align:left;
	vertical-align:middle;
	overflow:hidden;
	white-space:nowrap;		
	padding:3px 6px 3px 6px;
	background-color:#fff;
}
.LinkSubmit a, .LinkSubmit a:link, .LinkSubmit a:visited, .LinkSubmit a:active
{
	color:#0091D5;
	text-decoration:none;
	padding:3px 6px 0px 6px;
	border-bottom:dotted 1px #0091D5;
}
.LinkBorder a, .LinkBorder a:link, .LinkBorder a:visited, .LinkBorder a:active
{
	color:#0091D5;
	padding:2px 5px 2px 5px;
	border:solid 1px #0091D5;
	text-decoration:none;
}
.LinkSubmit a:hover, .LinkBorder a:hover
{
	background-color:#fff;
	border:solid 1px #cc0000;
	padding:2px 5px 2px 5px;	
	cursor:pointer;
	color:#CC0000;
	text-decoration:none;	
}
/*###########  ASP.NET Server Control sytles ###########*/

/*###########  AJAX Control sytles ###########*/

/*AJAX Modal Popup*/
/*for the modalpopup extender*/
/*background of the non-modal portion of the page - overlays the page*/
.modalBackground {
	background-color:#dedede;
	filter:alpha(opacity=80);
	opacity:0.8;
}
/*style of the modal popup itself*/
div.modalHeader
{
	padding:0;
	margin:0 auto;
	background:url(images/ModalMiddle.gif) repeat-x top center;
	height:29px;
	width:506px;
}
div.modalHeader div.Outer
{
	height:29px;
	background:url(images/ModalLeft.gif) no-repeat left top !important;
}
div.modalHeader div.Outer div.Inner
{
	height:26px;
	background:url(images/ModalRight.gif) no-repeat right top !important;
	padding:0;	
	padding-top:3px !important;
	padding-right:5px !important;	
}
div.modalHeader div.Outer div.Inner div.CloseIcon
{
	background:url(images/ModalClose.gif) no-repeat right;
	height:19px;
	cursor:pointer;
}
.modalPopup 
{
	margin:0 auto;
	background-color:#FFFFFF;
	border-width:3px;
	border-style:solid;
	border-color:#b1b1b1;
	width:500px;
	/*min-height:100%;
	position:relative;*/
}
.modalPopup td {padding:5px 10px; text-align:left; font-size:13px;}
.modalPopup div.closeLink
{
	text-align:right;
	position:relative;
	bottom:5px;
	right:5px;	
}
/*for the validatorcalloutextender*/
.HighlightExtender{background-color:#ffff00;}
/*AutoComplete flyout */
.autocomplete_list
{  
    visibility:hidden;
    margin:0px!important;
    padding:0px;
    background-color:inherit;
    color:windowtext;
    border:buttonshadow;
    border-width:1px;
    border-style:solid;
    cursor:default;
    text-align:left; 
    list-style-type:none;
    overflow:auto;
    font-weight:normal;
    font-family:tahoma;
    font-size:12px;            
}

/* AutoComplete highlighted item */
.autocomplete_highlighted_listitem
{
    background-color:#ffffCC;
    color:#000;
    padding:3px;
}

/* AutoComplete item */
.autocomplete_listItem 
{
    background-color:window;
    color:windowtext;
    padding:3px;
} 
/*HOVER MENU CONTROL*/
.popupMenu{background-color:#F5F7F8; visibility:hidden; padding:10px 5px 10px 5px; border:outset 1px gray;}   
.popupMenu a, .popupMenu a:link, .popupMenu a:visited, .popupMenu a:active {background-color:#F5F7F8; font-size:11px; color:#0000FF; text-decoration:none; padding:3px 6px 0px 6px; border-bottom:dotted 1px #0000FF; font-weight:normal;}
.popupMenu a:hover{background-color:#F5F7F8; border:solid 1px #cc0000; padding:2px 5px 2px 5px; cursor:pointer; color:#CC0000; text-decoration:none; font-size:11px; font-weight:normal;}

/*UPDATEPROGRESS*/
#OuterTableCellOverlay
{
	top: 0px;
	left: 0px;
	width: 99%;
	height: 2000px;
	position: absolute;
	background-color: white;
	z-index: 997;
	filter:alpha(opacity=85); /*ie*/
	-moz-opacity:0.85;
/*	padding-top: 25%;
	padding-left: 30%;*/
	text-align:left;
}
#InnerTableCellOverlay 
{
	position:relative;
	top:500px;
	margin:0px auto;
	/*margin-top:500px;*/
	font-family:Arial;
	font-size:16px;
	text-align: center;
	width: 450px;
	color:#0091D5;
	border: 1px solid #0091D5;
	padding: 10px;
	background-color: #fff;
	z-index: 998;
	filter:alpha(opacity=100); /*IE*/
	-moz-opacity:1.00; /* All other browsers*/
} 
#ManageUpdateProgress {color:#0091D5; position:relative; font-family:Arial; font-size:16px; text-align: center; width: 450px; border: 1px solid #0091D5; padding: 10px; background-color: #fff; z-index: 1000; filter:alpha(opacity=100); -moz-opacity:1.00;}
#UpdateProgressLite{color:#0091D5; position:relative; font-family:Arial; font-size:14px; text-align: center; width: 450px; border: 1px solid #0091D5; padding: 10px; background-color: #fff; z-index: 1000; filter:alpha(opacity=100); -moz-opacity:1.00;}
/*###########  AJAX Calendar Extender ###########*/
.MyCalendar .ajax__calendar_container {
    border:1px solid #999;
    background-color: #fff;
    color: #000;
    font-size:11px;
}
.MyCalendar .ajax__calendar_header,
.MyCalendar .ajax__calendar_hover .ajax__calendar_header
{
	background-color:#0066cc;
	color:#fff;
}
.MyCalendar .ajax__calendar_day{
	color: black;
    font-size:11px;
    padding:1px;
    text-align:center;
}
.MyCalendar .ajax__calendar_other .ajax__calendar_day,
.MyCalendar .ajax__calendar_other .ajax__calendar_year {
    color: #ccc;
    font-size:11px;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar .ajax__calendar_hover .ajax__calendar_month,
.MyCalendar .ajax__calendar_hover .ajax__calendar_year {
    color: #0066cc;
    background-color:#E6F0FA;
    font-size:11px;
    border:solid 1px #0066cc;
    /*text-align:center;*/
    padding:0px;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_day,
.MyCalendar .ajax__calendar_active .ajax__calendar_month,
.MyCalendar .ajax__calendar_active .ajax__calendar_year {
    color: #0066cc;
    font-weight:bold;
    font-size:11px;
    /*background-color:#FFFFCC;*/
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_footer, .MyCalendar .ajax__calendar_hover .ajax__calendar_title{
	color: #0066cc;
}
/*###########  AJAX Control sytles ###########*/