/*********************************************************** master page**************************************/
body
{
	margin: 0;
	font-family: 'trebuchet ms' , serif;
	font-size: 13px;
	min-height: 600px;
	min-width: 1000px;
}
/* for ie mac*/
/* commented backslash hack v2 \*/
html, body
{
	height: 100%;
	padding: 0;
}

* html, * html body
{
	overflow: hidden;
	padding: 50px 0;
	margin: -50px 0;
	padding: 0;
	margin: 0;
}
* html #outer
{
	overflow: auto;
	height: 99.9%;
	voice-family: "\"}\"";
	voice-family: inherit;
}
* html #contain-all
{
	position: absolute;
	overflow-y: auto;
	width: 100%;
	height: 100%;
	z-index: 0;
}

/* end hack */
#top-bar
{
	position: absolute; /* ie6 will treat this as fixed because of a bug where overflow:auto is set on a parent */
	top: 0px;
	left: 0px;
	width: 100%;
	margin: 0;
	padding: 0;
	z-index: 999;
	overflow: hidden;
	height: 100px;
}
#topbar-inner
{
	height: 100px;
	width: 100%;
	background-color: White;
}
#footer-inner
{
	height: 50px;
	width: 100%;
	background-color: White;
	background-image: url('../Images/bg_bottom.jpg');
	background-repeat: repeat-x;
	background-position: top;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
}
/* mac hide - reduce page to allow the scrollbar to remain visible \*/
* html #topbar-inner, * html #footer-inner
{
	margin-right: 17px;
}
/* end hide*/
#footer
{
	bottom: 0;
	width: 100%;
	height: 50px;
	z-index: 999;
	clear: both;
	color: #777;
}
.spacer
{
	height: 50px;
	clear: both;
}

.spacerTop
{
	height: 140px;
	clear: both;
}
#divLeftMenu
{
	width: 268px;
	float: left;
	border: solid 0px red;
	padding-left: 20px;
	position: fixed;
	left: 20px;
	top: 140px;
	left: 0px;
	background-color: White;
}
#divPageContent
{
	float: left;
	clear: right;
	width: 680px;
	margin-left: 308px;
	z-index: -1;
}

#divFeedbackSection
{
	background-color: White;
	border: 2px solid gray;
	height: 330px;
	margin: 20px;
	padding: 20px;
	width: 670px;
}

.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=50);
	opacity: 0.50;
}
.modalProgressBackground
{
	background-color: Gray;
	filter: alpha(opacity=50);
	opacity: 0.50;
}

/* same height as footer/header to preserve space*/

html > body #top-bar
{
	position: fixed;
}
/* for moz/opera and others*/

div#headerContent
{
	height: 100px;
	width: 100%;
	margin: 0 auto;
	background-color: White;
	background-image: url('../Images/bg_top.jpg');
	background-repeat: repeat-x;
	background-position: center bottom;
	position: relative;
	min-height: 100%;
}
div#headerwrap
{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 100px;
	z-index: 100;
}

form > div#headerwrap
{
	position: fixed; /*border: solid 1px green;*/
}
.topIframe
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	height: 100px;
	width: 100%;
	filter: mask();
	background-color: Lime;
	margin-right: 20px;
}


.divTxtArea
{
	width: 300px;
}

/***********************************************************end  master  page*********************************/


textarea
{
	font-size: 8pt;
}

table
{
	font-size: 13px;
}

th
{
	background-color: #c0c0c0;
	text-align: left;
	padding-left: 5px;
}
p
{
	font-size: 13px;
	line-height: 2.0;
}




/* ------------------------------ */
/* box */
/* ------------------------------ */


.box_title
{
	font-size: 12pt;
	color: #0b0b7c;
}

/* ------------------------------ */
/* misc */
/* ------------------------------ */

.button
{
	padding-left: 5px;
}

.buttonNotFixed
{
	padding-left: 5px;
}
.buttonLeft
{
	text-align: left;
}

.buttonTable
{
	width: 100%;
	text-align: right;
	padding-top: 5px;
}
td.buttonTable
{
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}
.dottedSpacer
{
	border-bottom: none 0px black;
	border-left: none 0px black;
	border-right: none 0px black;
	border-top: solid 1px black;
	border-style: dotted;
	font-size: 1px;
}
.tdEdit
{
	width: 300px;
}
.tdDropDown
{
	width: expression((window.navigator.userAgent.indexOf ("MSIE ") > 0) ? "306px" : "304px");
	width: 304px;
}
.tdDropDownNumbers
{
	width: 140px;
}
.tdText
{
	width: 200px;
}
.tdMultilineEdit
{
	width: 300px;
	overflow: hidden;
}
.tableHeader
{
	width: 100%;
}
/** Detailsview header row style **/
tr.dvHeaderRow td
{
	width: 100%;
	border-left: solid 1px black;
	border-right: solid 1px black;
	border-top: solid 1px black;
}
.dvHeaderRowLeft
{
	float: left;
	padding-left: 10px;
}
/** DetailsView Command Row Style **/
.dvCommandRow
{
	width: 100%;
	text-align: right;
	padding-top: 5px;
}
.dvCommandRowNoBorder
{
	width: 100%;
	border-top: solid 0px black;
	border-left: solid 0px black;
	border-right: solid 0px black;
	border-bottom: solid 0px black;
	text-align: right;
	padding-top: 5px;
}
.dvUpdatePanelRow
{
	width: 100%;
	border-top: solid 0px black;
	border-left: solid 0px black;
	border-right: solid 0px black;
	text-align: right;
	padding-top: 5px;
}
/** Details View Header Style **/
.dvHeaderField
{
	width: 50%;
	border-left: solid 1px black;
	padding-left: 10px;
	vertical-align: top;
}
/** Details View Header Style - overrides**/
.dvHeaderFieldGlossary
{
	width: 40%;
}
/** Details View Item Style **/
.dvItemField
{
}
/** Details View Item Style - overrides**/
.dvItemFieldGlossary
{
	width: 60%;
}

.dvSingleItemHeader
{
}
.dvSingleItemLastRow
{
	width: 100%;
	border-bottom: solid 1px black;
	border-left: solid 1px black;
	border-right: solid 1px black;
	padding-left: 5px;
	height: 16px;
}

.dvSingleItem
{
	width: 100%;
}
.dvSingleItemCheckBox
{
	width: 100%;
}
.dvBorderBottomItem
{
	width: 100%;
	font-size: 0pt;
}

.dvSingleSubItem
{
	width: 100%;
	border-left: solid 1px black;
	border-right: solid 1px black;
	padding-left: 25px;
}
.dvHeaderFieldDotted
{
	width: 50%;
	border-left: solid 1px black;
	padding-left: 10px;
	border-top: dotted 1px black;
}
.dvItemFieldDotted
{
	width: 50%;
	border-right: solid 1px black;
	border-top: dotted 1px black;
}
.dvHeaderFieldDottedTop
{
	width: 50%;
	border-left: solid 1px black;
	padding-left: 5px;
	border-top: dotted 1px black;
	border-bottom: solid 1px black;
}
.dvItemFieldDottedTop
{
	width: 50%;
	border-right: solid 1px black;
	border-top: dotted 1px black;
	border-bottom: solid 1px black;
}

.thDetails
{
	/* background-image: url('../Images/down46.gif');     background-repeat:no-repeat;     background-position:left center; 	padding-left: 20px; */
	
}

.maintenanceMsg
{
	color: Black; 
	clear: both; 
    font-size: 16px; 
    font-weight: bold;     
    background-color: rgba(245, 228, 29, 0.6);
    padding: 10px;
    text-align: center;
    margin: 10px 0;
    border: 2px solid Black;
}

.thStatisticsRequiredFields
{
	font-family: 'trebuchet ms' , serif;
	font-size: 7pt;
	text-align: right;
	font-weight: normal;
	padding-right: 5px;
}


.star
{
	font-family: 'trebuchet ms' , serif;
	font-size: 8pt;
	text-align: right;
	font-weight: normal;
	color: Red;
	padding-right: 5px;
}
/*tr.thDetails td
{
    padding-left: 20px;
}*/


/* users */

.tdFilterCheckboxesFirst
{
}

.tdFilterCheckboxes
{
	text-align: right;
	padding-right: 14px;
}

/* master Page*/
#divHeader
{
	background-image: url('../Images/bg_top.jpg');
	background-repeat: repeat-x;
	background-position: center bottom;
	height: 100px;
	width: 100%;
	table-layout: fixed;
	top: 0px;
	position: fixed;
}
#divLogo
{
	width: 1px;
	float: left;
	height: 100%;
	position: absolute;
	vertical-align: bottom;
	left: 0px;
}
#divTabs
{
	float: right;
	bottom: 0px;
	padding-right: 20px;
	padding-top: 70px;
	font-size: 1em;
	height: 30px;
	text-align: right;
	position: relative;
}

.left_box
{
	background-image: url('../Images/grayBorderLeft.png');
	background-repeat: repeat;
	width: 8px;
	background-position: center bottom;
	border: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-collapse: collapse;
}
.center_box
{
	width: 239px;
	background-color: #E5E5E5;
	border: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-collapse: collapse;
	padding-left: 14px;
}

.right_box
{
	background-image: url('../Images/grayBorderRight.png');
	background-repeat: repeat-y;
	background-position: center bottom;
	width: 9px;
	border: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-collapse: collapse;
}

.box_toprow
{
	height: 22px;
	background-image: url('../Images/box_top.jpg');
	background-position: left;
	background-repeat: no-repeat;
	clear: both;
	border-collapse: collapse;
}
.box_bottomrow
{
	height: 22px;
	background-image: url('../Images/box_bottom.jpg');
	background-position: left;
	background-repeat: no-repeat;
	clear: both;
	border-collapse: collapse;
}

#userLoggedInfo
{
	font-family: Trebuchet MS;
	font-size: 8pt;
	padding: 30px 0px 0px 0px;
}

/* ------------------------------ */
/* menubar */
/* ------------------------------ */

.aspMenu
{
	border: 0px solid black;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.aspMenu table
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 30px;
}

.menu_tab
{
	background-image: url('../Images/tab.png');
	width: 90px;
	text-align: center;
	height: auto;
	text-indent: -2px;
}

.menu_tab a
{
	color: #000000;
	font-family: 'trebuchet ms' , serif;
	font-size: 10px;
	text-decoration: none;
	background-image: none;
}
.menu_tab a:hover
{
	text-decoration: underline;
}

.menu_tab_active
{
	background-image: url('../Images/tab_active.png');
	line-height: normal;
	height: 30px;
}

/* ------------------------------ */
/* menuLeft */
/* ------------------------------ */
.menu_left
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: none;
	border-spacing: 0;
	font-family: 'trebuchet ms';
	width: 180px;
}
.menu_left_item
{
	height: 22px;
}

.menu_left_item a
{
	height: 22px; /*padding-left: 15px;*/
	background-image: none;
	color: Black;
}

.menu_left_item a:hover
{
	text-decoration: underline;
	color: Black;
}
.menu_left_subitem
{
	height: 22px;
	padding-left: 18px;
	margin: 0px 0px 0px 0px;
}

.menu_left_item_selected
{
	background-image: url('../Images/right46.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 9px;
}

.menu_left_subitem_selected
{
	background-image: url('../Images/right46.gif');
	background-repeat: no-repeat;
	background-position: center center;
	padding-left: 10px;
}
/* ------------------------------ */
/* gridView
/* ------------------------------ */

.divBorder
{
	border: solid 1px black;
	width: 670px;
}

.divLegend
{
	clear: both;
}

.divLegend label
{
	font-weight: bold;
	padding-left: 5px;
	padding-top: 5px;
}
.divSpacer10
{
	height: 10px;
	width: 670px;
	clear: both;
	font-size: 0px;
}

.divSpacer0
{
	height: 1px;
	width: 670px;
	clear: both;
	font-size: 0px;
}

.divMessage
{
	border: solid 0px black;
	width: 670px;
	text-align: left;
	font-weight: bold;
}
.divChangeOrganization, .divLogin
{
	width: 421px;
	border: solid 0px black;
	clear: both;
}
.divErrorMessageLogin
{
	border: solid 0px black;
	text-align: left;
	font-weight: bold;
	color: Red;
}

#divChangeOrganizationMain, #divLoginMain, #divChangePassword, #divDefineNotificationConnections, #divChangeUserDetails
{
	left: 30%;
	top: 25%;
	position: absolute;
	clear: both;
}

#divDisclaimer
{
	padding-top: 20px;
	padding-left: 50px;
	padding-right: 50px;
	text-align: justify;
	overflow: auto;
	font-family: Trebuchet MS;
}

.gvHeader
{
	background-color: #C0C0C0;
	text-align: left;
}

.gvRow
{
	height: 18px;
}

.gvRowUpdated
{
	height: 18px;
	background-color: #E5E5E5;
}
.gvHeader a
{
	color: Black;
	text-decoration: none;
}
.gvHeader a:hover
{
	text-decoration: underline;
}
.gvTable
{
	width: 100%;
	border: solid 0px white;
	border-collapse: collapse;
}

/* Moved to dvHeaderField */
/*.gvTable td
{
	padding-left: 10px;
}*/

.divLinks
{
	border: solid 0px black;
	text-align: right;
	padding: 5px 0px 5px 0px;
}
.lblLogin
{
	width: 250px;
	height: 28px;
	vertical-align: middle;
	white-space: nowrap;
}
.edtLogin
{
	width: 230px;
	vertical-align: middle;
}
.validatorLogin
{
	padding-left: 2px;
	width: 10px;
}
.imgArrowRow
{
	display: inline;
	padding-right: 10px;
}

/************************/
/* Messages             */
/************************/
.successText
{
	font-family: 'trebuchet ms' , serif;
	font-size: 13px;
	color: Green;
	text-align: right;
}
.errorText
{
	font-family: 'trebuchet ms' , serif;
	font-size: 13px;
	color: Red;
	text-align: right;
}


/************************/
/* Alerts             */
/************************/
.divAlertEmailsHeader
{
	background-color: #c0c0c0;
	border: solid 1px black;
	width: 98%;
	height: 160px;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 3px;
	margin-bottom: 3px;
	table-layout: fixed;
}
.divAlertBody
{
	border: dotted 1px black;
	height: 160px;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 2px;
	margin-bottom: 2px;
	width: 98%;
}
.divAlertHeader
{
	background-color: #c0c0c0;
	border: solid 1px black;
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 3px;
	margin-bottom: 3px;
	cursor: pointer;
	overflow: hidden;
}
.chkReceivePastNotifications
{
	margin-left: 5px;
}
.tdAlertEdit
{
	width: 356px;
}
.chkCheckList
{
	margin-left: 30px;
}

.tdAlertText
{
	width: 160px;
}
.tdAlertCol
{
	width: 360px;
}
.tdAlertList
{
	width: expression((window.navigator.userAgent.indexOf ("MSIE ") > 0) ? "364px" : "362px");
	width: 362px;
	padding: 0px 0px 0px 0xp;
	top: 0px;
	left: 0px;
	margin: -2px 0px 0px 0px;
	position: static;
	text-indent: -2px;
	overflow: auto;
}
.divSelectAlerts
{
	width: 360px;
	overflow: hidden;
	border: solid 1px black;
	height: 64px;
	text-indent: -2px;
	vertical-align: bottom;
}

.tdAlertButton
{
	width: 100px;
	vertical-align: bottom;
	text-align: center;
	padding-bottom: 5px;
}
.divSaveAlert
{
	width: 670px;
	padding-top: 5px;
	text-align: right;
}
.trRequiredField
{
	text-align: right;
	font-family: 'trebuchet ms' , serif;
	font-size: 8pt;
}


.thSortAsc
{
	background-image: url('../Images/Icons/dd_arrow_3.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
.thSortDesc
{
	background-image: url('../Images/Icons/dd_arrow_2.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
.thSortNone
{
	padding-left: 1px;
}

/*
Moved to .errorMessage
.rfvBottom
{
	white-space: nowrap;
}
*/

.errorMessage
{
	font-size: 8pt;
	/*white-space: nowrap;*/
	color: Red;
}

/* 
 Notifications
*/

.tdSmallTextbox
{
	width: 40px;
}

.tdCalendar
{
	padding-left: 0px;
	font-family: 'trebuchet ms' , serif;
	font-size: 13px;
}
.gvCenterImage
{
	text-align: center;
	vertical-align: middle;
}

h3
{
	cursor: pointer;
}

.divConflicts
{
	width: 670px;
}

.divReplaceAll
{
	padding-top: 5px;
	padding-right: 8px;
	width: 670px;
	text-align: right;
}

.calendarPropertiesControl
{
	font-family: 'trebuchet ms' , serif;
	font-size: 13px;
}

.tdSmallDropDown
{
	width: 170px;
}

.pnlFilter
{
	width: 100%;
	background-color: white;
	overflow: hidden;
	table-layout: auto;
}

.divLevelEInfo
{
	padding-left: 50px;
}
.divErrorInfo
{
	padding-left: 50px;
}

.divButtons
{
	padding-top: 5px;
	width: 670px;
	text-align: right;
}

.radList
{
	border: solid 1px black;
}

.warningDiv
{
	clear: both;
}

.dxscSel
{
	background-color: Transparent;
}

#divRadBtn
{
	width: 100%;
}
#divRadBtn table td
{
	width: 150px;
}

.hidecontrol
{
	display: none;
}

.dxeBase
{
	font-size: 8pt;
}

ins
{
	background: transparent none repeat scroll 0% 0%;
	color: Green;
	-moz-background-clip: border;
	-moz-background-origin: padding;
	-moz-background-inline-policy: continuous;
	text-decoration: none;
}

del
{
	background: transparent none repeat scroll 0% 0%;
	color: Red;
	-moz-background-clip: border;
	-moz-background-origin: padding;
	-moz-background-inline-policy: continuous;
}

.showIsHiddenState
{
	color: Red;
	font-family: Times New Roman;
	font-size: 19px;
	font-weight: bold;
}

.dxscViewVisibleInterval
{
	word-wrap: break-word;
	width: 166px;
	font-size: 11px;
}

.footerLinks
{
	color: rgb(0, 0, 0);
}

.marginleftzero input
{
	text-indent: -4px;
	margin-left: 0px;
}

.docTable
{
	padding: 5px;
	width: 100%;
	margin-bottom: 5px;
}

.docCellPadding
{
	padding-left: 20px;	
}

.docCellFileSize
{
	width: 70px;
	text-align: right;
}

.docCellUploadDate
{
	width: 120px;
}

.docRowHover
{
	background-color: #E5E5E5;
}

.docUpdated
{
}

.dxeEditArea, .dxeCalendarDay, .dxeCalendarHeader, .dxeCalendarDayHeader, .dxeCalendarButton td.dx, .dxeCalendarFastNavMonth, .dxeCalendarFastNavYear
{
	font-size: 12px;
}

.dxscDateHeader, .dxscAlternateDateHeader, .dxscDayHeader, .dxscDateCellHeader, .dxscViewSelectorButton, .dxscTodayCellHeader, .dxscTimelineDateHeader, .dxscHorizontalResourceHeader, .dxscVerticalResourceHeader, .dxscViewNavigatorButton
{
	font-size: 13px;
}

.visibleToCbox
{
	border-collapse: collapse;
	text-indent: -5px;	
}
.lblContact
{
    color:Red;
    font-family: 'trebuchet ms' , serif;
	font-size: 12px;
	margin-top:-10px;
}