*{
	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;	
	clear: both;
}

#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; 
}

th a:link, th a:visited, th a:active{
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold; 
}

.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{
	overflow: auto;
	height: 100px;
	border: 2px solid #c0c0c0;
	background-color: #f0f0f0;
}

#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;
}

/***** tabs start *****/
   #tabs {
      float:left;
      width:100%;
      background: #fff;
      line-height:normal;
	  border-bottom:1px solid #666;
	  font-weight: bold; 
      }
    #tabs ul {
	  margin: 0;
	  padding: 10px 10px 0 50px;
	  list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
      float:left;
      background:url("tableft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs a span {
      float:left;
      display:block;
      background:url("tabright.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#666;
      font-size: 8pt;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span, #tabs li.active-tab>a>span {
      color:#000;
      }
    #tabs a:hover, #tabs li.active-tab>a {
      background-position:0% -42px;
      }
    #tabs a:hover span, #tabs li.active-tab>a>span {
      background-position:100% -42px;
      }
      
      
      
    /*** project tabs ***/  
    #projtabs {
      float:left;
      width:100%;
      background:#efefef;  
      font-size:93%;
      line-height:normal;
	  border-bottom:1px solid #666;
	  font-weight: bold;
      }
    #projtabs ul {
	  margin: 0px;
	  /* padding: 10px 10px 0px 70px; somethign breaks in ie6?! */
	  margin-left: 70px;
	  margin-top: 10px;
	  list-style: none;
      }
    #projtabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #projtabs a {
      float:left;
      background:url("tableft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #projtabs a span {
      float:left;
      display:block;
      background:url("tabright.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#666;
      font-size: 8pt;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #projtabs a span {float:none;}
    /* End IE5-Mac hack */
    #projtabs a:hover span, #projtabs li.active-tab>a>span {
      color:#000;
      }
    #projtabs a:hover, #projtabs li.active-tab>a {
      background-position:0% -42px;
      }
    #projtabs a:hover span, #projtabs li.active-tab>a>span {
      background-position:100% -42px;
      }
/***** tabs end *****/

#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;
}


#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;
	/*height: 300px;
	overflow: auto;*/
}

#FeatureList{
	width: 750px;
	float: left;
	margin-left: 5px;
}


.roundContent{
	padding-top: 4px;
	padding-left: 9px;
	padding-right: 9px;
	padding-bottom: 9px;
}

.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 > div.row{
	border-bottom: 1px solid #c0c0c0;
	height: auto !important;
	height: 33px;
	overflow: auto !important;
	overflow: hidden;
}

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

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

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

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


.clearingBR	{
	clear: both;
}

.col1{
	float: left;
	width: 20px;
}

.col2{
	float: left;
	width: 450px;
}

.col3{
	float: left;
	width: 80px;
}
.col4{
	float: left;
	width: 140px;
}
.col5{
	float: left;
	width: 80px;
}
.col6{
	float: left;
	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;
}

.noFeatureData{
	border: 1px solid #c0c0c0;
	background-color: #f0f0f0;
	padding: 5px;
	font-weight: bold;
}

.calendar {
	z-index: 20000;
}

.FeaturePhaseBlock > h3{
	margin-bottom: 3px;
}



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

@media print{

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

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

.doNotPrint{
	display: none;
}

}


/* Put this inside a @media qualifier so Netscape 4 ignores it */
@media screen, print { 
	/* Turn off list bullets */
	ul.mktree  li {
	 	list-style: none; 
	 } 
	
	/* Control how "spaced out" the tree is */
	ul.mktree, ul.mktree ul , ul.mktree li {
		margin-left:10px; padding:0px; 
	}
	/* Provide space for our own "bullet" inside the LI */
	ul.mktree  li           .bullet { 
		padding-left: 15px; 
	}
	/* Show "bullets" in the links, depending on the class of the LI that the link's in */
	ul.mktree  li.liOpen    .bullet { 
		cursor: pointer; background: url(minus.gif)  center left no-repeat; 
	}
	ul.mktree  li.liClosed  .bullet {
		cursor: pointer; background: url(plus.gif)   center left no-repeat; 
	}
	ul.mktree  li.liBullet  .bullet { 
		cursor: default; background: url(bullet.gif) center left no-repeat; 
	}
	/* Sublists are visible or not based on class of parent LI */
	ul.mktree  li.liOpen    ul { 
		display: block; 
	}
	ul.mktree  li.liClosed  ul { 
		display: none; 
	}
	/* Format menu items differently depending on what level of the tree they are in */
	ul.mktree  li { 
		font-size: 11pt;
		font-weight: bold; 
	}
	ul.mktree  li ul li { 
		font-size: 10pt;
		font-weight: normal; 
	}
	ul.mktree  li ul li ul li { 
		font-size: 10pt;
	}
	/*ul.mktree  li ul li ul li ul li { 
		font-size: 6pt; 
	}*/
}


/*      Oblic overlapping tabs      
http://www.osresources.com/files/css-overlapping-tabs/index.htm
*/

ul.supertabs {
    list-style: none;
    margin: 1px 0 -1px 0;
    padding: 0;
    margin-left: 40px;
}


ul.supertabs li {
    float: left;
    display: block;
    height: 36px;
    padding-right: 45px;  
    padding-left: 5px;  
    margin-left: -20px;
    position: relative;
    background: url(superTabright-back.gif) 100% 0 no-repeat;
    white-space: nowrap;
    font-size: 9pt;
    font-family: Arial,Tahoma;
    border-left: 1px solid #f0f0f0;
}

ul.supertabs span {
    height: 36px;
    line-height: 36px;
    padding-left: 7px;
    /* background: url(superTableft-back.gif) no-repeat; */
}

html>body ul.supertabs span {
    display: block;
}

ul.supertabs li.tab-active {
    z-index: 100001;
    font-weight: bold;
    border-left: 1px solid #C0DFF5;
    height: 36px;
    background-image: url(superTabright.gif);    
}

ul.supertabs li.tab-active span {
    /* background-image: url(superTableft.gif); */
}

ul.supertabs a, ul.supertabs a:visited  {
    color: #000;
}

ul.supertabs li.tab-active a,ul.supertabs li.tab-active a:visited {
    color: #fff;
}


/* ******************* SUBTABS ************************* */


ul.subtabs {
    list-style: none;
    /*margin: 1px 0 -1px 0; t, r, b, l*/
    margin: 7px 0 -1px 0;
    padding: 0;
}


ul.subtabs li {
    float: left;
    display: block;
    height: 25px;
    padding-left: 30px;  
    padding-right: 10px;  
    margin-right: -10px;
    margin-top: 7px;
    position: relative;
    background: url(subTableft-back.gif) no-repeat;
    white-space: nowrap;
    font-size: 9pt;
    font-family: Arial,Tahoma;
}

ul.subtabs span {
    height: 25px;
    line-height: 22px;
    padding-right: 7px;
    /* background: url(subTableft-back.gif) no-repeat; */
}

html>body ul.subtabs span {
    display: block;
}

ul.subtabs li.tab-active {
    z-index: 100003;
    font-weight: bold;
    height: 30px;
    margin-top: 2px;
    padding-top: 3px;
    background-image: url(subTableft.gif);    
}

ul.subtabs li.tab-active span {
    /* background-image: url(subTableft.gif); */
}

ul.subtabs a, ul.subtabs a:visited  {
    color: #101010;
}

ul.subtabs li.tab-active a,ul.subtabs li.tab-active a:visited {
    color: #000;
}


/**
 * @class button
 * Provides common values shared by all buttons.
 * 
 * @child classes
 * .left, .center, .right, .label
 * 
 */

.pmbutton
{
	position: relative;
	width: auto !important;
	width: 70px;
	display: block;
	text-decoration: none;
	cursor: pointer;
}

.pmbutton .left,
.pmbutton .center,
.pmbutton .right
{
	height: 100%;
	margin: 0;
	padding: 0;
	display: block;
}

.pmbutton .left
{
	position: absolute;
	top: 0;
	left: 0;
	background-position: top left;
	background-repeat: no-repeat;
}

.pmbutton .center
{
	position: relative;
	width: auto;
	background-position: bottom right;
	background-repeat: repeat-x;
}

.pmbutton .right
{
	position: absolute;
	top: 0;
	right: 0;
	background-position: top right;
	background-repeat: no-repeat;
}

.pmbutton .label
{
	position: relative;
	font-family: Arial, Tahoma;
	color: black;
}


#superTabs
{
	margin-left: 35px;
}

#superBar
{
	position: relative;
	z-index: 100000;
	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: 10px;
}

#headerSubtitle{
	text-align: center;
	font-weight: bold;
	font-style: italic;
	font-size: 10pt;
	color: /*#438ec4;*/ #d8d8d8;
}

#logo{
	float: right;
}


#createButton
{
	position: absolute;
	height: 23px;
	left: 15px;
	top: 12px;
}

#createButton .left,
#createButton .right
{
	width: 8px;
}

#createButton .center
{
	margin-left: 8px;
	margin-right: 8px;
}

#createButton .label
{
	font-size: 13px;
	top: 3px;
	color: white;
}

#createButton .left,
#createButton .center,
#createButton .right
{
	background-image: url(superButton.gif);
}

#createButton:hover .left,
#createButton:hover .center,
#createButton:hover .right
{
	background-image: url(superButtonOver.gif);
}


#createMenu
{
	position: absolute;
	width: 150px;
	height: auto;
	left: 15px;
	top: 36px;
	padding: 0;
	margin: 0;
	background-color: #f0f0f0;
	border: 1px solid #bbb;
	z-index: 100000;
}

#createMenu li
{
	display: block;
	border-bottom: 1px solid #e0e0e0;
}

#createMenu li a
{
	height: 19px;
	padding: 3px 0 0 10px;
	display: block;
	color: black;
	font-size: 14px;
	text-decoration: none;
}

#createMenu li a:hover
{
	background-image: url(menuItemBG.png);
	background-repeat: repeat-x;
	color: white;
}