body
{
	font-family:Trebuchet MS, Verdana, Tahoma, Arial;
	font-size:13px;
	color:#333333;
	/*background-image:url(../../_Images/pageBackground.jpg);
	background-position:center;
	background-repeat:repeat-y;*/
	background-color:#d4d4d4;
}
body, form, html
{
/*height:100%;*/
width:100%;
margin:0px;
}
#footer
{
background-image:url(../../_Images/footerBackground.jpg);
background-repeat:no-repeat;
height:45px;
width:1028px;
margin-right:auto;
margin-left:auto;
clear:both;
}
#headerTop
{
background-image:url(../../_Images/projects2goHeaderTop.jpg);
background-repeat:no-repeat;
height:71px;
width:1028px;
margin-right:auto;
margin-left:auto;
clear:both;
}
.calendarCell
{
	height:75px;
	min-width:50px;
	display:block;
	width:100%;
	background-color:#f5f5f5;
}
.calendarCellOtherMonth
{
	height:75px;
	min-width:50px;
	display:block;
	width:100%;
	background-color:#e8e8e8;
}
.EventLink
{
	display:block;
	font-size:10px;
}
.dateLinePanelContainer
{
	position:relative;	
}
.dateLineVerticalLine
{
	position:absolute;	
	background-color:#000;
	width:1px;
}
.maintenanceFormView
{
	border:solid 1px #369;
	width:100%;
	background-color:#f8f8f8;
	background-image:url(../../_Images/maintenanceBkgd1.jpg);
	background-repeat:repeat-x;
	margin-bottom:10px;
	margin-top:10px;
}
.maintenanceGridEditRow
{
	width:100%;
	border-top:solid 1px #999;
	border-bottom:solid 1px #999;
	background-color:#f8f8f8;
	background-image:url(../../_Images/maintenanceBkgd1.jpg);
	background-repeat:repeat-x;
}
.SettingsPanel
{
	/*background-image:url(../../_Images/SettingsPanelBkgd.gif);
	background-repeat:no-repeat;
	background-position:top right;*/
	max-width:250px;
	margin-top:35px;
	margin-right:15px;
	height:25px;
	width:auto;	
	text-align:center;
}
.leftContentPanel
{
	float:left;
	width:200px;
	margin:15px;
}
.LoginContainerPanel
{
margin-top:30px; 
margin-left:auto; 
margin-right:auto;
text-align:center;
}
#LoginPanel
{
	margin-top:10px;
	margin-right:10px;
}
#LoginContainer
{
background-image:url(../../_Images/loginTopBkgd.jpg);
background-repeat:no-repeat;
width:463px;
min-height:150px;
font-size:16px;
padding-top:30px;
}
#loginFooter
{
background-image:url(../../_Images/loginBottomBkgd.jpg);
background-repeat:no-repeat;
width:463px;
height:25px;
}
.loginRowContainer
{
clear:both;	
padding-top:8px;
}
.loginLabelCell
{
float:left;
width:150px;
text-align:right;
margin-right:8px;
}
.loginValueCell
{
float:left;
width:300px;
text-align:left;
}
#headerUpperRight
{
}
.ajaxLoader
{
	position:fixed;
	left:45%;
	top:38%;
	padding:30px;
	height:60px;
	width:150px;
	border:solid 2px #369;
	text-align:center; 
	color:#369; 
	font-size:24px; 
	font-weight:normal;
	background-color:#fff;
}
a.tabLink, a.tabLink:visited
{
	color:#036;
	background-color:#ccc;
	border:solid 1px #aaa;
	border-bottom:solid 0px #aaa;
	padding:3px;	
}
a.tabLinkSelected, a.tabLinkSelected:visited
{
	color:#036;
	background-color:#f5f5f5;
	border:solid 1px #aaa;
	border-bottom:solid 0px #aaa;
	padding:3px;	
}
.validationNoticeInline
{
	width:30px;
	display:inline;
	padding-left:20px;
	background-image:url(../../_Images/icon_error.gif);
	background-position:center left;
	background-repeat:no-repeat;
	color:red;
}
.validationNotice
{
	padding:10px;
	padding-left:30px;
	background-image:url(../../_Images/icon_error_original.gif);
	background-position:center left;
	background-repeat:no-repeat;
	color:red;
}
.notificationLabel
{
	color:Red;
	font-size:13px;
}
.accordionContent
{
	background-image:url(../../_Images/accordionBackground.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	background-color:#fff;
	border-right:solid 1px #e2e2e2;
	border-left:solid 1px #e2e2e2;
	border-bottom:solid 1px #e2e2e2;
}
.smallTextLabel
{
	width:100px;
	display:table-cell;
}
.smallTextValue
{
	width:120px;
	display:table-cell;
}
.accordionPanelSelection
{
	clear:both; 
	margin:5px; 
	margin-left:10px;
}
.projectListContainer, projectListContainer a, projectListContainer a:visited
{
	background:url(../../_Images/projectSelectorSelectedBkgd.gif) repeat-x left top;
	background-color:#f5f5f5;
	border:solid 1px #999;
	border-top:solid 1px #bbb;
	border-bottom:solid 1px #bbb;
	padding:3px;
	padding-left:15px;
	width:182px;
}
.projectListContainerSelected, a.projectListContainerSelected, a.projectListContainerSelected
{
	background:url(../../_Images/projectSelectorSelectedBkgd.jpg) repeat-x left top;
	background-color:#fff;
	border-right:solid 0px #fff;
	border-left:solid 0px #fff;
	border-top:solid 1px #bbb;
	border-bottom:solid 0px #bbb;
	padding:3px;
	padding-left:15px;
	width:182px;
}
.ProjectSelectorDetailPanel
{
	width:189px;
	padding:3px;
	padding-left:10px;
	border-right:solid 0px #fff;
	border-left:solid 0px #999;
	border-bottom:solid 1px #999;
	background-image:url(../../_Images/accordionBackground.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#fff;
}
a.projectListLink, a.projectListLink:visited
{
	text-decoration:underline;
	display:block;
	width:100%;
	color:#369;
	font-weight:normal;
}
a.projectListLinkSelected, a.projectListLinkSelected:visited
{
	text-decoration:underline;
	display:block;
	width:100%;
	color:#036;
	font-weight:bold;
}

.HeadSubLevel1
{
	font-size:14px;
	font-weight:bold;
	border-bottom:solid 1px #0066bb;
	margin-bottom:7px;
	margin-top:15px;
}
.HeaderSection, .HeaderSection a, .HeaderSection a:visited
{
	color:#fff;
}
#MainContainerOuter
{
	clear:both;
	width:1028px; 
	background-image:url(../../_Images/pageBackground.jpg);
	background-repeat:repeat-y;
	margin-right:auto;
	margin-left:auto;
}
#MainContainerInner
{
	clear:both;
	width:962px; 
	margin-right:auto;
	margin-left:auto;
	min-height:500px;
}
.clsTableLeftShadowCell
{
	background-image: url(../../_Images/shadow_left.gif);
	width:53px;
	background-color:#dddddd;
}
.clsTableRightShadowCell
{
	background-image:url(../../_Images/shadow_right.gif);
	width:53px;
	background-color:#dddddd;
}
.clsTableLeftInnerShadow
{
	background-image:url(../../_Images/body_left.gif);
	width:10px;
	background-color:#dddddd;
}
.clsTableRightInnerShadow
{
	background-image:url(../../_Images/body_right.gif);
	width:20px;
	background-position:right;
	background-repeat:repeat-y;
}
.clsLeftMenuCellContainer
{
	background-image:url(../../_Images/menu_bg2.gif);
	width:159px;
	background-repeat:repeat-y;
}
.clsLeftMenuCellContainerTop
{
	background-image:url(../../_Images/menu_bg_top.gif);
	width:159px;
	background-repeat:repeat-y;
}
.clsLeftMenuCellContents
{
	padding:15px;
}
.clsHeader
{
	background-image:url(../../_Images/projects2goHeader.jpg);
	height:45px;
	background-repeat:repeat-x;
	background-color:#dddddd;
}
.clsHeaderSub
{
	background-image:url(../../_Images/header_04b.gif);
	height:28px;
	padding-left:30px;
	background-repeat:repeat-x;
	background-color:#dddddd;
}
.loginDetailsMessage
{
	margin-top:5px;
	font-size:10px;
	color:#369;
}
.loginRowContainer input, textarea
{
	font-size:16px;
	font-weight:normal;
	color:#369;
}
.loginFailureNotice
{
	color:Red;
	font-size:12px;
}
.clsContentCell
{
	padding:15px;
}
.clsContentHeader1
{
	font-size:16px;
	color:#204CA1;
	background-color:transparent;
	border-bottom:solid 2px #507CD1;
	font-weight:bold;
	width:100%;
	padding-left:0px;
	margin-bottom:10px;
}
.clsContentHeader2
{
	font-size:14px;
	color:#666666;
	letter-spacing:0.1em;
	font-weight:bold;
	width:100%;
	font-family:Verdana;
	padding-bottom:15px;
}
.clsContentHeader3
{
	font-size:14px;
	color:#369;
	letter-spacing:0.0em;
	font-weight:bold;
	width:100%;
	font-family:Verdana;
	padding-bottom:5px;
}
.clsContentHeader4
{
	font-size:18px;
	color:#036;
	background-color:transparent;
	font-weight:bold;
}
.clsContentHeader5
{
	font-size:24px;
	color:#369;
	background-color:transparent;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:5px;
}
.tableLabelColumn
{
	width:200px;
	text-align:right;
	padding-right:10px;
}
.tableValueColumn
{
	width:300px;
	text-align:left;
}
.clsGridViewContainer
{
	padding-top:10px;
	padding-bottom:10px;
}
.clsGVHeader1
{
	background-color:#88afce;
	color:White;
}
.clsGVHeader2
{
	background-color:#98bfde;
	color:#336699;
}
/* Sliding doors tab link section */
    
#SlideTabsMenu {
float:left;
width:800px;
font-size:95%;
line-height:normal;
}

* html #SlideTabsMenu{ /*IE only. Add 1em spacing between menu and rest of content*/
margin-bottom: 1em;
}

#SlideTabsMenu ul{
list-style-type: none;
margin:0;
margin-left: 0px;
padding:0;
}

#SlideTabsMenu li{
display:inline;
margin:0;
padding:0;
}

#SlideTabsMenu a {
float:left;
background:url(../../_Images/tab-left.gif) no-repeat left top;
margin:0;
padding:0 0 0 9px;
text-decoration:none;
border-bottom: 1px solid gray;
}

#SlideTabsMenu a span {
float:left;
display:block;
background:url(../../_Images/tab-right.gif) no-repeat right top;
padding:3px 7px 3px 0px;
font-weight:bold;
color:#3B3B3B;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#SlideTabsMenu a span {float:none;}
/* End IE5-Mac hack */

#SlideTabsMenu a:hover span {
color: black;
}

#SlideTabsMenu a.SlideTabsMenuSelected {
background-position:0 -125px;
border-bottom: 1px solid #fff;
}

#SlideTabsMenu a.SlideTabsMenuSelected span {
background-position:100% -125px;
color: black;
border-bottom: 1px solid #fff;
}

#SlideTabsMenu a:hover {
background-position:0% -125px;
}

#SlideTabsMenu a:hover span {
background-position:100% -125px;
}

/* End sliding doors tab link section */

