/*
 GLOBAL 
 ------------------------------------------------------------------------
 */

html { 
   overflow-y: scroll;
}

body   {
  background-color: #ffffff;
  background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: small;
  margin: 0px;
  padding: 0px;
}

a   {
  color: #342978;
}

a:visited   {
   color: #342978;
}

a:hover   {
  color: #CC0000;
}

a.cancel   {
   color: red;
}
a.cancel:visited  {
   color: red;
}
a.cancel:hover   {
   color: orange;
}

/*
 LAYOUT 
 ------------------------------------------------------------------------
 */

#site   {
  margin-left: auto;
	margin-right: auto;
	width: 791px;
}

#header   {
  position: relative;
  padding-top: 35px;
}

#navigationWrapper   {
   position: relative;
   height: 30px;
}

#status   {
   float: right;
   width: 350px;
   height: 30px;

   line-height: 30px;
   color: #AFA5B5;
   font-size: x-small;
   text-align: right;
   padding-right: 10px;
}

#content   {
   clear: both;
   position: relative;
   height: 300px;
   padding-top: 20px;
   padding-left: 5px;
   padding-right: 5px;
   padding-bottom: 30px;
}


html>body #content   {
   height: auto;
   min-height: 300px;
}

#footer   {
   clear: both;
   position: relative;
   font-size: x-small;
   text-align: center;
   margin-top: 20px;
   color: #666666;
}


/*
 HEADER 
 ------------------------------------------------------------------------
 */
 
#banner   {
   padding-top: 10px;
   padding-bottom: 9px;
}



/*
 NAVIGATION 
 ------------------------------------------------------------------------
 */
 
#navigation   {
   position: relative;
   height: 30px;
   margin-right: 250px;
}

#navigation ul   {
   margin: 0px;
   padding: 0px;
   list-style-type: none;
}

#navigation ul li  {
   text-decoration: none; 
   list-style-type: none;
   display: inline;
}

#navigation ul li a   {
   float: left;
   color: #AFA5B5;
   display: block;
   padding-left: 10px;
   padding-right: 10px;
   height: 30px;
   line-height: 30px;
   text-decoration: none;
   text-align: center;
   text-transform: uppercase;
   font-size: x-small;
}

#navigation ul li a:hover   {
   color: #ffffff;
   background: url(../images/menu-bg-on.gif) repeat-x;
}

#navigation ul li a.selected   {
   color: #ffffff;
   background: url(../images/menu-bg-on.gif) repeat-x;
}

#navigation ul li a.right   {
   float: right;
}

#status a   {
   color: #AFA5B5;
}

#status a:visited   {
   color: #AFA5B5;
}

#status a:hover   {
   color: #ffffff;
}

/*
 Page Content  
 ------------------------------------------------------------------------
 */

.pageTitle   {
   font-size: x-large;
   color: #FEC310;
   margin-bottom: 5px;
} 

.pageMenu   {
   margin-bottom: 10px;
   position: relative;
   padding-left: 5px;
   border-top: 1px solid silver;
   border-bottom: 1px solid silver;
   background: #efefef;
   height: 20px;
}

.pageMenuStatusBar   {
   float: right;
   height: 18px;
   line-height: 20px;
   padding-left: 5px;
   padding-right: 5px;
   color: black;
   background: white;
   font-weight: bold;
   border: 1px solid green;
}

.pageMenu  ul   {
   margin: 0px;
   padding: 0px;
   list-style-type: none;
}

.pageMenu  ul li  {
   text-decoration: none; 
   list-style-type: none;
   display: inline;
}

.breadCrumb  {
  color: #666666;
  font-size: x-small;
  margin-bottom: 10px;
}

a.action   {
   color: #342978;
   float: left;
   display: block;
   height: 20px;
   line-height: 20px;
   text-decoration: none;
   text-align: left;
   font-size: 9pt;
   padding-right: 10px;
   padding-left: 10px;
}

a.action:hover   {
   color: #CC0000;
}

a.addIcon  {
  background: url(../images/icons/add_icon.gif) no-repeat 0 50%;
  padding-left: 20px;
}

a.editIcon  {
  background: url(../images/icons/edit_icon.gif) no-repeat 0 50%;
  padding-left: 23px;
}

a.deleteIcon  {
  background: url(../images/icons/delete_icon.gif) no-repeat 0 50%;
  padding-left: 20px;
}

a.viewIcon  {
  background: url(../images/icons/view_icon.gif) no-repeat 0 50%;
  padding-left: 20px;
}

a.backIcon  {
  background: url(../images/icons/back_icon.gif) no-repeat 0 50%;
  padding-left: 20px;
}

a.downloadIcon  {
  background: url(../images/icons/download_icon.gif) no-repeat 0 50%;
  padding-left: 23px;
}

a.upgradeIcon  {
  background: url(../images/icons/upgrade_icon.gif) no-repeat 0 50%;
  padding-left: 23px;
}

.pageContent   {
   clear: both;
   position: relative;
}


.pageSectionHeader   {
   border-bottom: 1px solid #999999; 
   margin-bottom: 5px;
}

.pageSectionBody   {
   padding: 5px;
}

.blankSlate   {
   font-size: x-small;
   padding-top: 5px;
   padding-bottom: 5px;
}

.required   {
   color: red;
}

.clear   {
   clear: both;
}

.note   {
   font-size: x-small;
   color: #666666;
}
/*
 Table 
 ------------------------------------------------------------------------
 */

.dataTable   {
   width: 100%;
   padding-top: 10px;
   padding-left: 0px;
   padding-right: 0px;
   border-collapse: collapse;
   border: 1px solid white;
}

.dataTable thead   {
   background: #9994BD url(../images/table-header-top-left.gif) top left no-repeat;
   border-top: 1px solid white;
   border-bottom: 1px solid white;
   height: 25px;
}

.dataTable th {
   padding-top: 3px;
   padding-bottom: 3px;
   padding-left: 10px;
   padding-right: 5px;
   font-size: x-small; 
   text-align: left;
   text-transform: uppercase;
   color: #ffffff;
}

.dataTable td { 
   padding-top: 3px;
   padding-bottom: 3px;
   padding-left: 10px;
   padding-right: 5px;
   margin: 0px;
   border-bottom: 1px solid #efefef;  
   font-size: small; 
   text-align: left;
   vertical-align: middle;  
}

.dataTable td.status   {
   text-align: right;
   color: white;
   white-space: nowrap;
}

.dataTable tr.greyed_out   {
  color: silver;
}

.dateTimeColumn   {
   width: 140px;
}

.dateColumn   {
   width: 110px;
}

.DRAFT   {
   background: silver;
}

.AWAITING_CLIENT_APPROVAL   {
   background: orange;
}

.FINAL   {
   background: green;
}

.REJECTED   {
   background: red;
}

.APPROVED   {
   background: green;
}

.SUBMITED_FOR_APPROVAL   {
   background: orange;
}

.UPDATED   {
   background: #666666;
}

.CREATED   {
   background: silver;
}


.User   {
   font-size: x-small;
   text-transform: uppercase;
}

.Client   {
   color: #8E3ED2;
}

.Consultant   {
   color: #3EB4D2;
}


.dataTable td.actions   {
   color: silver;
   white-space: nowrap;
   width: 275px;
}

.timesheetTable   {
   width: 100%;
   padding-top: 10px;
   padding-left: 0px;
   padding-right: 0px;
   border-collapse: collapse;
}


.timesheetTable th {
   background: #E5E5E5;   
   padding: 3px;
   font-size: x-small; 
   text-align: right;
   text-transform: uppercase;
   border: 1px solid #666666;
}

.timesheetTable .head th   {
   text-align: left;
}

.timesheetTable td { 
   padding: 3px;
   margin: 0px;
   border: 1px solid #666666;
   font-size: small; 
   text-align: left;
   vertical-align: middle;  
   white-space: nowrap;
}


.timesheetTable td.calculated { 
   background: #E5E5E5; 
}

.timesheetTable td.blank { 
   border: none;
}

.noRecordsFound   {
   text-align: left;
   color: #999999;
}
/*
 Form 
 ------------------------------------------------------------------------
 */
 
.formWrapper   {
  border-top: 1px solid #999999;
}
 
fieldset  {
   border: 1px solid silver;
   margin-bottom: 15px;
}

label   {
   width: 150px;
   float: left;
   text-transform: uppercase;
   text-align: right;
   font-size: x-small;
   line-height: 25px;
   padding-right: 5px;
}

fieldset p   {
   clear: both;
}

td label   {
   width: auto;
}

.fieldValue   {
   padding-top: 4px;
}

.formButtons   {
   font-size: small;
   background: #efefef;
   padding: 5px;
   border: 1px solid #666666;
}

.approveButtonsWrapper   {
   position: relative; 
}

.approveButtons   {
   font-size: small;
   background: green;
   padding: 5px;
   border: 1px solid #666666;
   float: left;
   margin-right: 5px;
   width: 45%;
}


.rejectButtons   {
   font-size: small;
   background: red;
   padding: 5px;
   border: 1px solid #666666;
   float: right;
   margin-left: 5px;
   width: 45%;
}

#notice {
   border: 1px solid #007AFF;
   padding: 3px;
   margin-bottom: 5px;
   background-color: #f0f0f0;
   font: bold smaller sans-serif;
}

#invalid   {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

/* The error box */

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

#timesheet_errors   {
   width: 400px;
     border: 2px solid red;
     padding: 7px;
     padding-bottom: 12px;
     margin-bottom: 20px;
     background-color: #f0f0f0;
}

#timesheet_errors ul li {
  font-size: 12px;
  list-style: square;
}

.stepNumber   {
  font-weight: bold;
  color: #47B0E5;
}

/*
 Footer 
 ------------------------------------------------------------------------
 */

#footer a  {
   color: #999999;
}

#footer a:visited   {
   color: #999999;
}

#footer a:hover   {
   color: #666666;
}



