*{
	color: #000;
	font-size: 9pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

body{
	color: #000;
	background-color: #fff;
	background-image: url(bg-body.png);
	background-repeat: repeat-x;
	background-position: top left;
}

th, td, input, textarea{
  vertical-align:top;
  color: #000;
}

img{
	border: none;
}


h1{
	font-size: 16pt;
}


body {
  margin: 0px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.dialogBody{
	background-color: #f0f0f0;
	padding: 10px;
}

.menuOption{
	font-weight: bold;
	color: #0000aa;
	border-bottom: 1px solid #c0c0c0;
	padding: 2px;
}

.contentContainer{
	padding-left: 10px;
	padding-right: 10px;	
}

#leftcontent {
		float: left;
		width:120px;
		background:#f0f0f0;
		border:2px solid #438ec4;	
		font-size: 12px;
		margin: 5px;
}

#maincontent {
	padding: 3px;	
}

.label{
	vertical-align:top;
	color: #438ec4;
}

a:link, a:visited, a:active {
   color: #438ec4;
   text-decoration: none;
}

a:hover {   
   text-decoration: underline;
}


.rowTotal{border-top: 2px solid #000000;}

th, .rowHeader { 
	background-color: #438ec4; 
	border-top: #000000 1px solid; 
	border-bottom: #000000 1px solid; 
	font-weight: bold; 
	color: #FFFFFF; 
}

.tableTotal{
	font-weight: bold; 
	border-top: 2px solid #000000;
	text-align: right;
}

.numbercell{
	text-align: right;
}

.pageTitle{	
	font-weight: bold;
   	color: #000000; 
   	vertical-align: middle;  	
   	text-align: center;
   	padding-left: 10px;
}

.timeCell { 	
	border: #000000 1px solid; 
	vertical-align: middle;
	text-align: center;
	font-weight: bold; 
	font-size: 12pt;
	color: #000;
	height: 3em;
}

.smallTimeCell { 	
	border: #000000 1px solid; 
	vertical-align: middle;
	text-align: center;
	font-weight: normal; 
	font-size: 10pt;
	color: #000;
}

.smallBoldCell { 	
	border: #000000 1px solid; 
	vertical-align: middle;
	text-align: left;
	font-weight: normal; 
	font-size: 10pt;
	color: #000;
}

.viewTable{
	width: 100%;
}

.timeTable{
	border-collapse: collapse;
	border: 1px solid #000;
	width: 100%;
}

.timeTable td{
	border: 1px dashed #c0c0c0;
}

.timeTable td.weekend{
	border: 1px dashed #c0c0c0;
	background-color: #f0f0f0;
}

.formTable{
	border-collapse: collapse;
	border: 1px solid #c0c0c0;
	width: 100%;
}

.formTable td{
	border: 1px solid #c0c0c0;
}

.formTable tr:hover{
	background-color: #f0f0f0;
}

.inputTable{
	border-collapse: collapse;
}

.inputTable td{
	/*border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;*/
	padding: 2px;
}

.inputTable tr:hover{
}

#UserName{
	font-size: 8pt;
	font-weight: normal;
	display: inline;
}

#statusChangeList{
	width: 100%;
	overflow: auto;
	height: 200px;
}

#alertPanel{
	text-align: center;
	background-color: #fff9d8;
	border: 1px solid #ffe8cd;
	padding: 5px;
}

.infoPanel{
	text-align: center;
	background-color: #CEFFCE;
	border: 1px solid #84CF96;
	padding: 5px;
}


.highlightPanel{
	text-align: left;
	background-color: #fff9d8;
	border: 1px solid #ffe8cd;
	border-left: 3px solid #ffe8cd;
	padding: 5px;
	padding-left: 20px;
}

.timeEntry{
	background-color: #fff9d8;
	border: 1px solid #ffe8cd;
	border-bottom: 2px solid #c0c0c0;
	border-right: 2px solid #c0c0c0;
	padding: 2px;
	margin: 2px;
	margin-bottom: 4px;
}

.timeEntry p{
	border-top: 1px solid #438ec4;
	font-size: 8pt;
	margin-top: 0px;
}

.timeEntry:hover{
	background-color: #ffe4e1;
}

.timeEntryTotal{
	font-weight: bold; 
	border-top: 2px solid #000;
	text-align: right;
	background-color: #438ec4;
	color: #fff;
	padding: 2px;
}

.modificationBlock{
	font-size: 8pt;
	text-align: center;
}

#myPhoto{
	float: right; 
	border: 1px solid #000;
	margin-left: 10px;
}

.photoThumbLarge{
	/*width: 90px;
	height: 67px;*/
	border: 1px solid #000;
}

.photoThumb{
	/*width: 50px;
	height: 37px;*/
	border: 1px solid #000;
}



#topLinks{
	padding: 1px;
	background: url("linksbar.gif") repeat right top;
	margin-bottom: 10px;
}

#topLinks ul {
	margin: 0px;
	background-color: #f0f0f0;
	border: 1px solid #c0c0c0;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#topLinks li {
      margin: 0;
      padding: 0px;
      padding-left: 5px;
      padding-right: 5px;
}

#menuContents span{
	width: 130px;
}

#topLinks a, #topLinks a:visited{
	color: #000;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}

#topLinks a:hover{
      color:#fff;
      background-color: #bbb;
      text-decoration: none;
      font-weight: bold;
}

#nonProject{
	margin-bottom: 10px;
}

.phaseHeader{
	padding: 2px;
	font-weight: bold;
	vertical-align: middle;
}


#menuContents{
	position: absolute;
	left: 10px;
	z-index: 2000;
}

#headerLine{
	background-color: #78b5e4;
	text-align: right;
	padding-right: 5px;
	border-bottom: 1px solid #438ec4;
}

#headerLine a, #headerLine a:visited{
	color: #333;
}

.smallText{
	font-size: 8pt;
}

#PhaseFeatureHolder{
	width: 1024px;
}

#PhaseList{
	width: 220px;
	float: left;
	border: 1px solid #c0c0c0;
	height: 300px;
	overflow: auto;
}

#FeatureList{
	width: 750px;
	float: left;
	border: 1px solid #c0c0c0;
	margin-left: 5px;
}

.FeaturePhaseName{
	font-weight: bold;
	font-size: 12pt;
}

.FeaturePhaseBlock{
	padding-bottom: 10px;
}

#AdvancedOptions, .OptionsBlock{
	border: 2px solid #c0c0c0;
	padding: 2px;
	background-color: #f0f0f0;
}

.saveButton{
	background-color: #438ec4;
	color: #fff;
	width: 120px;
	margin-top: 10px;
}

.allNone{
	text-align: center;
	font-size: 8pt;
}

.featureNote{
	border: 2px solid #c0c0c0;
	padding: 5px;
	margin-bottom: 5px;
	clear: both;

}

.featureNoteWho{
	float: right;
	width: 20%;
	border: 1px solid #c0c0c0;
	text-align: center;
	padding: 2px;
	margin: 2px;
	font-size: 9pt;
	background-color: #f0f0f0;	
}

featureNoteWho a{
	font-size: 9pt;
}

.featureNoteText{
	font-size: 8pt;

	width: 80%;
}


.unavailable, .onhold{
	text-align: left;
	background-color: #fff9d8;
	border: 2px solid #ffe8cd;
	border-left: 4px solid #ffe8cd;
	padding: 5px;
	padding-left: 20px;
}

#featureList{
	width: 350px;
}

.break{
	clear: both;
}


/* Phase sortable div table */

.phaseDivTable{
	width: 900px;
	border: 1px solid #000;
}

.phaseDivTable > .row{
	border-bottom: 1px solid #c0c0c0;
}

.phaseDivTable > .headingRow{
	background-color: #438ec4; 
	border-bottom: #000000 2px solid; 
}

.phaseDivTable > .headingRow > div{
	float: left;
	background-color: #438ec4; 
	font-weight: bold; 
	color: #fff;
	padding: 2px;
	text-align: center;
}

.phaseDivTable > .row > div, .phaseDivTable > .footerRow > div{
	float: left;
	padding: 2px;
}

.phaseDivTable > .row:hover{
	background-color: #f0f0f0;
	cursor: move;
}


.clearingBR	{
	clear: both;
}

.col1{
	width: 20px;
}

.col2{
	width: 450px;
}

.col3{
	width: 80px;
}
.col4{
	width: 140px;
}
.col5{
	width: 80px;
}
.col6{
	width: 80px;
}

.aligncenter{
	text-align: center;
}

.alignright{
	text-align: right;
}

/* Phase sortable div table end */

.planRowActive, tr.planRowActive:hover{
	background-color: #ffff99;
}

.planRowNormal td, .planRowActive td{
	vertical-align: middle;
}

tr.planRowNormal:hover{
	background-color: #fff;
}

.planNo{
	text-align: center;
	font-weight: normal;
	color: #c0c0c0;
	background-color: #f0f0f0
}

.planYes{
	text-align: center;
	background-color: #00cc00;
	font-weight: bold;
	color: #fff;
}

.planButton{
	text-align: center;
}

.planName{
	text-align: left;
	font-weight: bold;
}

.planNumeric{
	text-align: right;
}

.planCost{
	text-align: right;
	font-weight: bold;
	color: #000;
}



#superTabs
{

}

#superBar
{
	position: relative;
	height: 45px;
	top: -4px;
	margin: 0;
	padding: 0;
	clear: both;
	background-image: url(superBar.png);
}

#subTabs
{
	float: right;
	margin: 8px 20px 0 0;
}

#contentShadow
{
	position: absolute;
	bottom: 0;
	height: 4px;
	width: 100%;
	z-index: 1;
	background-image: url(contentShadow.png);
	background-position: bottom;
	background-repeat: repeat-x;
}

#dropMenu
{
	position: absolute;
	top: 15px;
	left: 10px;
}

#header{
	height: 70px;	
}

#headerTitle{
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding-top: 18px;
}

#headerSubtitle{
	text-align: center;
	font-weight: bold;
	font-style: italic;
	font-size: 10pt;
	color: #fff;
}

#logo{
	float: right;
}

#footer{ 	
	left: 0px; 	
	clear: both;
	font: italic 12pt "Times New Roman", Times, serif;
	color: #fff;
	background-color: #000;
	padding: 3px;
	text-align: center;
	vertical-align: middle;
	margin-top: 50px;
}

#footer a, #footer a:hover, #footer a:visited{
	color: #fff;
	text-decoration: none;
}



/* ************** PRINT ONLY *************** */

@media print{

#topLinks, #superTabs, #subTabs, #superBar, #headerLine{
	display: none;
}

body{
	margin: 10px;
	background-image: none;
}

.doNotPrint{
	display: none;
}

}
