﻿/*<![CDATA[*/
/* ------ COLOR REFERENCE ------ */
/* Yellow - #FFCC33              */
/* Dark Red - #671C05            */
/* Red Orange - #B3340B          */
/* Grey (BG) - #E5E5E5           */
/* Light Grey - #F9F9F9          */

html 
{
  margin: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
 
}

body 
{
  margin: 0px;
  background: #E5E5E5 url(img/bg_page.gif) repeat-x top center;  
  color: #671C05;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  
}
#container {
  width: 95%;
  margin: 10px auto;
}
#header_left {
  float: left;
  width: 70%;
  text-align: left;
  height: 43px;
}
#header_right a {
  color: #FFCC33;
  font-size: 10px;
  text-decoration: underline;
}
#header_right {
  text-align: right;
  color: #FFCC33;
  font-size: 10px;
}

#content_left {
  float: left;
  width: 22%;
  margin-top: 30px;
  background: #E5E5E5;
  text-align: left;
  margin-right: -20px;
}
#content_right {
  float: right;
  width: 75%;
  margin-top: 30px;
  text-align: left;
}
#content_full {
  float: left;
  width: 100%;
  margin-top: 30px;
  text-align: left;
}
#maincontent {
  padding: 0px 20px 20px 20px;
  background: #FFFFFF;
}
#sidebar {
  margin-right: 30px;
}

#footer {
  text-align: right;
  clear: both;
  padding: 10px 5px 10px 0;
}
#nav {
    margin:0;
}

/* the styling */
#nav {
    float:left; 
    width:100%; 
    height:63px; 
    position:relative;
}

#nav .select, #nav .current {
    margin:0; 
    padding:0; 
    list-style:none; 
    display:block;
}

#nav li 
{
    display:inline; 
    margin:0; 
    padding:0;
    height:auto;}

#nav .select a,
#nav .current a 
{
    display:block; 
    height:27px; 
    float:left; 
    background: #BE390E url(img/nav_left.gif) no-repeat left top; 
    padding:0 0 0 5px; 
    text-decoration:none; 
    font-size:12px; 
    line-height:27px; 
    white-space:nowrap; 
    margin-left:3px; 
    border-bottom: 1px solid #FFF36C;
}
* html #nav .select a, * html #nav .current a 
{
    width:1px;
}

#nav .select a b,
#nav .current a b 
{
    height:100%; 
    display:block; 
    background: #BE390E url(img/nav_right.gif) no-repeat right top; 
    padding:0 8px 0 5px; 
    color:#FFF;
}

#nav .selected a 
{
    background-position:0 -50px; 
    cursor:pointer; 
    background-color: #FFC027; 
}

#nav .selected a b
{
    background-position:100% -50px; 
    color:#B3340B; 
    background-color: #FFC027;
}

#nav .sub 
{
    display:none;
}

/* for IE5.5 and IE6 only */
#nav table 
{
    position:absolute; 
    border-collapse:collapse; 
    left:0; 
    top:0; 
    font-size:11px;
}

#nav .current a 
{
    background-position:0 -100px; 
    border-color:#FFD83F; 
    background-color: #FFD83F; 
}
#nav .current a b 
{
    background-position:100% -100px; 
    color:#671C05; 
    background-color: #FFD83F;
}

#nav .current_sub a,
#nav ul li ul li a:hover
{
    background:transparent url(img/nav_sep.gif) no-repeat right center !important; 
    color:#671C05 !important; 
    text-decoration:none !important;
}

#nav .select .current .sub 
{
    display:block; 
    position:absolute; 
    width:780px; 
    top:27px; 
    left:0; 
    background:transparent url(img/nav_bg.gif) repeat-x; 
    margin-top:1px; 
    padding:0; 
    z-index:100;
}

#nav .sub, #nav .sub_active 
{
    margin:0; 
    padding:0; 
    list-style:none;
}
#nav .sub_active 
{
    display:block; 
    position:absolute; 
    width:780px; 
    top:27px; 
    left:0; 
    background:transparent url(img/nav_bg.gif) repeat-x; 
    margin-top:1px; 
    padding:0; 
    z-index:10; 
    color:#671C05; }
   /*
* html #nav .sub_active, * html #nav .select a:hover .sub 
{
    z-index:-1; 
    margin-top:0; 
    margin-top:1px;}
*/
#nav .sub_active a 
{
    height:27px; 
    float:left; 
    text-decoration:none; 
    line-height:27px; 
    white-space:nowrap; 
    font-weight:bold;}
    

#nav .sub_active a,
#nav .select .current .sub li a 
{
    display:inline; 
    background:transparent url(img/nav_sep.gif) no-repeat right center; 
    padding:0 10px; 
    margin:0; 
    font-size:11px; 
    width:auto; 
    white-space:nowrap; 
    font-weight:bold; 
    border:0; 
    color:#B3340B; 
    height:27px; 
    line-height:27px;
}


h1 {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: normal;
}
h2 {
  color: #671C05;
  font-size: 18px;
  font-weight: normal;
  padding-bottom: 10px;
  margin-bottom: 10px;
  background: transparent url(img/bg_border.gif) repeat-x bottom left;
}
.pageTitle
{
   color: #671C05;
  font-size: 18px;
  font-weight: normal;    
}

h3 {
  color: #671C05;
  font-size: 14px;
  font-weight: bold;
  padding: 0px 0 10px 0;
  margin-bottom: 10px;
  background: transparent url(img/bg_border.gif) repeat-x bottom left;
}
a {
  color: #671C05;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
p {
  margin-bottom: 10px;
}

div.shadow{float:left;
    background: url(img/dropshadow.gif) no-repeat bottom right;
    padding:0px 3px 5px 0px;}
div.shadow div#maincontent 
{
    display:block;
    position: relative;
    top: -2px;
    left:-2px;
    border:1px solid; 
    border-color: #ccc #999 #999 #ccc;}


/*Forms defaults - change as needed*/
input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404040;
	
}
select
{
   font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404040; 
	
}
.label {
	color:#999;
	cursor:pointer;
	padding-left:2px;
	line-height:16px;
}
label.chosen {color:#333;}

.siteText
{
    color:#999;
	cursor:pointer;
	padding-left:2px;
	line-height:16px;
	font-size: 10px;
}

/*Transparent items*/
.outtaHere {
	position:absolute;
	left:-3000px;
}

/*Radio buttons*/
.radioArea, .radioAreaChecked {
	display:block;
	float:left;
	clear:left;
	width:15px;
	height:14px;
	font-size:0;
	cursor:pointer;
}
.radioArea 
{
    background:url(img/radio.gif) no-repeat left top;}
.radioAreaChecked 
{
    background:url(img/radio.gif) no-repeat left bottom;}

/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked {
	display:block;
	float:left;
	clear:left;
	width:13px;
	height:13px;
	font-size:0;
	padding:0;
	margin:0;
	cursor:pointer;
}
.checkboxArea 
{
    background:url(img/checkbox.gif) no-repeat left top;
    }
.checkboxAreaChecked 
{
    background:url(img/checkbox.gif) no-repeat left bottom;
    }
.focused 
{
    border:1px dotted #ddd;
    }

/*Text inputs*/
.textinput, .textinputHovered {
	height:15px;
	background:url(img/input_bg.gif) repeat-x left top;
	border:none;
	padding:4px 0;
	vertical-align:middle;
}
.textinputHovered 
{
    background-position:left bottom;}
.inputCorner {
	padding-bottom:0;
	vertical-align:middle;
}

/*Text areas*/
.txtarea .tr, .txtarea .tr_xon 
{
    background:url(img/txtarea_tr.gif) no-repeat top right;}
.txtarea .tr_xon 
{
    background:url(img/txtarea_tr_xon.gif) no-repeat top right;}
.txtarea img.txt_corner {
	width:5px;
	height:5px;
	display:block;
}
.txtarea .br, .txtarea .br_xon 
{
    background:url(img/txtarea_br.gif) no-repeat top right;}
.txtarea .br_xon 
{
    background:url(img/txtarea_br_xon.gif) no-repeat top right;}
.txtarea .cntr 
{
    background:url(img/txtarea_cntr.gif) repeat-y right top;}
.txtarea .cntr_xon 
{
    background:url(img/txtarea_cntr_xon.gif) repeat-y right top;}
.txtarea .cntr_l, .txtarea .cntr_l_xon {
	width:5px;
	background:url(img/txtarea_l.gif) repeat-y left top;
	float:left;
}
.txtarea .cntr_l_xon 
{
    background:url(img/txtarea_l_xon.gif) repeat-y left top;}
.txtarea textarea {
	border:0;
	background:none;
	padding:0;
	margin:5px;
}

/*Button*/
.buttonSubmit, .buttonSubmitHovered, .buttonReset, .buttonResetHovered {
	width:auto;
	height:26px;
	color:#FFF;
	font-weight:bold;
	padding:2px;
	background:url(img/button_bg.gif) repeat-x left top;
	cursor:pointer;
	border:none;
}
.buttonSubmitHovered, .buttonResetHovered 
{
    background-position:left bottom;
}
.buttonImg 
{
    vertical-align:bottom;
}
.title {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: normal;
}

.GridRow
{
    background-color: #F9F9F9;
    height:22px;
}

.GridAltRow
{
    background-color: #E5E5E5;
    height:22px;
}

.GridHeaderTR {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11px; 
	COLOR: #ffffff; 
	FONT-FAMILY: arial, san-serif; 
	BACKGROUND-COLOR: #671C05; 
	TEXT-DECORATION: none;  
	height: 22px;
}

.GridHeaderTR a {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11px; 
	COLOR: #ffffff; 
	FONT-FAMILY: arial, san-serif;
	cursor: hand;
}

.GridHeaderTR a:link {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11px; 
	COLOR: #ffffff; 
	FONT-FAMILY: arial, san-serif;
	cursor: hand;
}

.GridHeaderTR a:visited {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11px; 
	COLOR: #ffffff; 
	FONT-FAMILY: arial, san-serif;
	cursor: hand;
}

.GridHeaderTR a:hover {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11px; 
	COLOR: #ffffff; 
	FONT-FAMILY: arial, san-serif;
	cursor: hand;
}

.GridPagerTR {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 15px; 
	COLOR: #ffffff; 
	FONT-FAMILY: arial, san-serif; 
	BACKGROUND-COLOR: #671C05; 
	TEXT-DECORATION: none;  
	height: 30px;
}

.GridPagerTR a {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 15px; 
	COLOR: #ffffff; 
	FONT-FAMILY: arial, san-serif;
	cursor: hand;
}

.GridPagerTR a:link {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 15px; 
	COLOR: #ffffff; 
	FONT-FAMILY: arial, san-serif;
	cursor: hand;
}

.GridPagerTR a:visited {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 15px; 
	COLOR: #ffffff; 
	FONT-FAMILY: arial, san-serif;
	cursor: hand;
}

.GridPagerTR a:hover {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 15px; 
	COLOR: #ffffff; 
	FONT-FAMILY: arial, san-serif;
	cursor: hand;
}

#content table.tb_grid {
  
  width: 100%;
}

.colorchart
{
    height:10px;
    width:10px;
}

.monthHeader
{
  background-color: #671C05;  
  color: White;
  FONT-FAMILY: arial, san-serif;
  font-size: 11px;
}

.toolTip
{
    border: solid 1px #671C05; 
    padding: 5px 5px 5px 5px; 
    width: 250px; 
    height:260px; 
    background-color: White;
}

.jobDetail
{
    background-color: White;
    border: solid 1px #671C05;
}

.buttonLink {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11px; 
	FONT-FAMILY: arial, san-serif; 	
	TEXT-DECORATION: none;  	
}

.buttonLink a {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11px; 
	FONT-FAMILY: arial, san-serif; 	
	cursor: hand;
}

.buttonLink a:link {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11px; 
	FONT-FAMILY: arial, san-serif; 	
	cursor: hand;
}

.buttonLink a:visited {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11px; 
	FONT-FAMILY: arial, san-serif; 	
	cursor: hand;
}

.buttonLink a:hover {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11px; 
	FONT-FAMILY: arial, san-serif; 	
	cursor: hand;
}

.inputFormWhite 
{
    background-color: White; 
    border: solid 1px #808080;
    padding: 5px 5px 5px 5px;
}

.inputFormGrey
{    
    background-color: #e9e9e9; 
    border: solid 1px #808080; 
    padding: 10px 10px 10px 10px;
    
}

.thumbsViewer
{
    background-color: #e9e9e9; 
    border: solid 1px #808080; 
    
}

.RotatorImage
{
    margin:0px 11px;
    cursor:hand;
    cursor: pointer;
}

.imageDetailsHeader
{
    font: bold 16px Arial, Verdana, Helvetica, Sans-serif;
    color: #666666;
    margin-top: 10px;   
    margin-bottom: 5px;
}

.imageDetails
{
    font: Arial, Verdana, Helvetica, Sans-serif;
    color: #838383;        
}

.initials 
{
    text-align: right !important;
}

.jobStatusUiColor {
    width: 25px;
    height: 14px;
    display: inline-block;
    margin-left: 7px;
    margin-right: 7px;
    margin-top: 1px;
    border: #000 solid 1px;
}