﻿/* common elements */
img 
{
	border:0;
}

div,p,ul {margin-top:0;}/*clear mozilla margin*/

a
{
	text-decoration:none;
}

h2,h3,h4,h5
{
	color:#008989;
}

h2 a,
h3 a,
h4 a,
h5 a,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h2 a:link,
h3 a:link,
h4 a:link,
h5 a:link,
h2 a:active,
h3 a:active,
h4 a:active,
h5 a:active
{
	text-decoration:underline;
	color:#008989;
}

h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover
{
	color:#008989;
}

fieldset
{
	background-color:#f2f2f2;

	border-color:#E0E0E0;
	border-width:4px;
	border-style:none;
	border-bottom-style:solid;
}

* fieldset fieldset
{
	width:500px;
}
fieldset fieldset 
{
	min-width:500px;
}

label
{
	color:#003973;
	font-weight:bold;
}

hr
{
	color:#006b3f;
}

legend
{
	color:#008989;
	font-weight:bold;
	padding-left:3px;
    background-repeat:no-repeat;
}

legend input
{
	padding-right:5px;
}

/*Common table style*/

table.dpGridView
{
	border:solid 1px #006b3f;
}

table.transparentTable td
{
	background-color:Transparent;
}

.headerNone
{
	display:none;
}


tr.altZebra
{
	background-color:#ffffff;
}

.altZebra td
{
	background-color:#ffffff;
}

tr.dpRowHighlight,
tr.dpRowHighlight td
{
	background:#ffff80;
}


tr.termBuildUnknownRow,
tr.termBuildUnknownRow td
{
    color: black;
}

tr.termBuildAvailableRow,
tr.termBuildAvailableRow td
{
    color: blue;
}

tr.termBuildStandbyRow,
tr.termBuildStandbyRow td
{
    color: #33cc33;
}

tr.termBuildAssignedRow,
tr.termBuildAssignedRow td
{
    color: red;
}

tr.termBuildConflictRow,
tr.termBuildConflictRow td
{
    color: #ff6a00;
} 

.inactiveRow
{
	background:#dddddd;
}

.darkBack
{
	/*background: #cccccc;*/
}

/* page stucture styles */
/*#page
{
	background:transparent url(images/watermark.gif) no-repeat bottom right;
}*/

#loginInfo
{
	font-weight:bold;
	color:#003973;
}

#loginInfo a
{
	color:#d6d6d6;
	text-decoration:underline;
}

.info
{
	color:green;
}

#left {
	background-color:#013567;
}

#footer
{
	font-weight:bold;
	background-color:#ffffff;
	color:#336699;
	border-top:solid 1px #336699;
}

#ctl00_logo
{
	position:absolute;
	top:4px;
	left:4px;
	width:140px;
	height:57px;
	background:#ffffff url(style/logo.gif) center left no-repeat;
	display:block;
	text-indent:-2000px;
	
}


/*Navigation styles */

.nav
{
	background-color:#008989;
}



.nav ul
{
	margin-right:1px;
	list-style-type:none;
	margin-left:0px;
	padding-left:0px;
}


.nav ul li
{
	padding-left:0px;
	margin-bottom:0px;
	margin-top:0px;
	padding-top:0px;
	border-bottom: 1px solid #008989;
}

/* Hides from IE5-mac \*/
* div.nav ul li {height: 1%;}
/* End hide from IE5-mac */ 

div.nav ul li
{
	min-height:20px;
	background-color:#ffffff;
}
* html div.nav ul li
{
	height:20px;
}


* html div.nav ul li a
{
	height:20px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	width:144px;
}
* html div.nav ul li ul li a
{
	white-space:normal;
	overflow:visible;
	width:auto;
}

div.nav ul>li
{
	min-height:20px;
}

* html div.nav ul>li
{
	height:20px;
}

div.nav>ul>li>a
{
	min-height:20px;
}
* html div.nav>ul>li>a
{
	height:20px;
}


.nav ul li a,
.nav ul li a:link,
.nav ul li a:visited,
.nav ul li a:active,
.nav ul li a:hover
{
	background:transparent url(style/navMenu.gif) no-repeat top left;
	color:#006b3f;
	font-size:110%;
	padding-top:1px;
	padding-left:5px;
	display:block;
	min-height:20px;
	font-weight:bold;
}



.nav ul li ul
{
	display:block;
	background-color:#ffffff;
}

/* Hides from IE5-mac \*/
* html .nav ul li ul {height: 1%;}
/* End hide from IE5-mac */ 

.nav ul li ul li
{
	padding-left:15px;
	padding-top:2px;
	margin-left:0px;
	color:#999999;
}

.nav ul li ul li.sel
{
	background:transparent url(style/sel.gif) no-repeat center left;
}

.nav ul li ul li a,
.nav ul li ul li a:link,
.nav ul li ul li a:visited,
.nav ul li ul li a:active
{
	background-image:none;
	font-weight:normal;
	color:#006b3f;
	padding-left:-12px;
}

.nav ul li ul li a:hover
{
	background-image:none;
	font-weight:bold;
	padding-left:-12px;
}

.nav ul li ul li.sel a,
.nav ul li ul li.sel a:link,
.nav ul li ul li.sel a:hover,
.nav ul li ul li.sel a:visited,
.nav ul li ul li.sel a:hover
{
	font-weight:bold;
}




/*dp common styles*/
/*
.dpButton,.dpLinkButton
{
	margin-top:10px;
	width:110px;
	height:30px;
	color:#006b3f;
	background:transparent url(style/dpbutton.gif) no-repeat top left;
	border-style:none;
	font-weight:bold;
	font-style:italic;
}*/

.dpButton,
.modalPopup p.confirmButtons input
{
    margin:3px;
    cursor:hand;
    cursor:pointer;
}

.modalPopup p.confirmButtons input
{
	min-width:50px;
}

body.IE7 .modalPopup p.confirmButtons input
{
	min-width:auto;
}

h3 .dpButton
{
    font-size:15px;
}

body.Firefox .dpButton
{
    padding:4px 8px;
}


.dpTitle
{
	color:#006b3f;
	font-size:120%;
	font-weight:bold;
	padding-bottom:10px;
}


.dpLinkButton
{
	padding:3px 10px 3px 10px;
}

.calWeekend
{
	background-color:#dfe1eb;
}

.calOtherMonth
{
	background-color:#939abd;
}

.calToday
{
	background:transparent url(../../images/icons/daysel20.gif) no-repeat center center;
}


.calSelected
{
	background-color:#cae2ff !important;
	color:#336699 !important;
}

.calTitle
{
	background-color:#006b3f;
	font-weight:bold;
	color:#ffffff !important;
}

.calDayHeader
{
	background-color:#006b3f;
	color:#ffffff;
}

.webPartTitle
{
	background-color:#96c1c6;
	color:#0c569a;
	font-weight:bolder;
}

.webPartCutomizeItem
{
	background-color:#96c1c6;
	color:#336699;
}

.webPartVerb
{
	background-color:#cae2ff;
	color:#0c569a;
	font-weight:bold;
	border:solid 2px #96c1c6;
	margin:5px;
	text-align:right;
}

.webPart
{
	border:solid 2px #cae2ff;
	border-top-style:none;
	background-color:#ebf2f3;
}

.webPartHeader
{
	display:none;
}

.webPartEmptyZoneCustomize
{
	border:dashed 1px red;
	text-indent:-2000px;
	background-color:#ffffff;
}

.webPartEmptyZone
{
	text-indent:-2000px;
}



.dpBorderGridView
{
	border-style:none;
	border-spacing:5px;
}


.legendTitle
{
	color:#006b3f;
	font-size:150%;
	padding-bottom:10px;
	height:48px;
	padding-left:52px;
	padding-top:15px;
	margin-left:-12px;
}

fieldset.dpSection
{
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:top left;
	border-width:3px;
	border-style:solid;
	border-color:#006b3f;
	border-top:0px;
	padding-top:0px;
	margin-top:10px;
}



.dpSection .legendTitle
{
	padding-top:19px;
	padding-left:55px;
	margin-left:10px;
	margin-top:2px;
	background-repeat:no-repeat;
	background-position:0px 6px;
	padding-bottom:16px;
	width:400px;
}

.dpSection fieldset legend
{
	padding-bottom:10px;
}

.dpSection fieldset legend.legendTitle
{
	width:auto;
}

#mainContent>fieldset.dpSection
{
	margin-top:0px !important;
	padding-top:0px;
	border-style:none;
}

.dpSection>.legendTitle
{
	background-repeat:no-repeat;
	background-position:0px 6px;
}

.legendNoIcon
{
	padding-left:0px;
	margin-left:0px;
}

.helpInfo
{
	color:#006b3f;
	font-weight:bold;
	font-style:italic;
	margin-bottom:10px;
}

td td,td th
{
	font-size:100%;
}

.dpExPanelTog span
{
	color:#023564;
	font-size:20px;
	padding-left:10px;
	font-weight:bold;
}

.dpExPanelTog img
{
	cursor:hand;
	cursor:pointer;
}

.firstInspection
{
	color: red;
}

#mainCellLeft,#mainCellMain,#mainCellRow{
    background-color:transparent;
    font-size:100%;
}

.dpVal {
	margin-top: 6px;
	display: inline-block;
}

