
html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background: #ffffff;
	font-family:verdana, arial,sans-serif;
	font-size:13px;
	color:#000000;
	
}

/* main table */

#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto 0 auto; /* center, not in IE5 */
	width:90%; 
	padding: 0;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

#header {
	height:80px;
	background: url("/Content/Images/gooflogo.gif") 10px -10px no-repeat;
	margin: 0 auto 0 auto;
}
	
#content {
	padding:0 12px 50px 12px; /* bottom padding for footer */
	margin: 0 auto 0 auto;
}

div#footer {
	width:950px;
	height:50px;
	background: url("/Content/Images/footer.gif") #d9d9d9 no-repeat;
	font-size:11px;
	color: #2a363b;
	margin: 0 auto 0 auto;
	
	position:absolute;
	bottom:0; /* stick to bottom */
	visibility: hidden;

}




/* header and nav */
#usename
{
	position: absolute; 
	top: 85px; 
	right: 40px;
	font-size: 11px;
	font-weight: bold;
	color: #4d4c4d;
}

#usename span
{
	font-size: 18px;
	font-weight: bold;
	color: #c80117;
}

#usename a{
	font-size: 11px;
	font-weight: normal;
	color: #c80117;
	text-decoration: underline;
}

#usename a:hover
{
	font-weight: normal;
	color: #c80117;
	text-decoration: underline;
}

#productionTeamRotation
{
	position: absolute; 
	top: 35px; 
	right: 40px;
	font-size: 11px;
	font-weight: bold;
	color: #4d4c4d;
}

#productionTeamRotation span
{
	font-size: 12px;
	font-weight: bold;
	color: #c80117;
}

#productionTeamRotation a{
	font-size: 11px;
	font-weight: normal;
	color: #c80117;
	text-decoration: underline;
}

#productionTeamRotation a:hover
{
	font-weight: normal;
	color: #c80117;
	text-decoration: underline;
}



#nav {
	width: 100%;
	height:42px;
	margin: 0 auto 0 auto;
	background: URL(/Content/Images/menufade2.gif) ;
	font-size:12px;
	font-weight:bold;
	border-right: 1px solid #cacaca;

   
   }

#nav ul {
   list-style: none;
   margin: 0;
   padding: 0;
   	width: 100%;

   }

#nav li {
   list-style: none;
   border-left: 1px solid #cacaca;
   float: left;
   margin: 0;
   white-space: nowrap;
   text-align: center;
   
   }


	

#nav li a {
	height:42px;
	display:block;
	line-height:40px;
	color: #4d4c4d;
	text-decoration: none;
}
#nav a:hover {
	color: #c50000;
	text-decoration: none;
}	
	
#clientsSearch {
 	position: absolute;
 	top:156px;
 	left:68%;
}

div.subtext2
{
	padding-top: 5px;
	font-size: 12px;
	font-weight: normal;
	color: #303030;
	margin:0 0;
	padding: 7px 12px;
	line-height: 16px;
	background: #eaeaea;
}

div.subtext
{
	padding-top: 5px;
	font-size: 12px;
	font-weight: normal;
	color: #303030;

}


/* table */

table.lined, table.cal 
{
  border: solid 1px #cacaca;
  border-collapse: collapse;
  width:100%;
}

table.lined  td 
{
  padding: 10px 11px;   
  border: solid 1px #cacaca;
  font-size:10px;
  
}

table.lined  th, table.cal th
{
  padding: 7px 12px;
  text-align:left;
  background-color: #4d4c4d; 
  border-right: solid 1px #ffffff;
  color:#ffffff;
  font-size:10px;
  font-weight: bold;
  white-space: nowrap;
}
table.lined  th a
{
	color: #ffffff;
	text-decoration: none;
}
table.lined  th a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

table.cal  td 
{
  padding: 0;   
  border: solid 1px #cacaca;
  font-size:10px;
  
}

table.unlined 
{
  width:100%;
}

table.unlined  td 
{
  padding: 10px 11px;   
  font-size:10px;
  
}

table.unlined  th
{
  padding: 7px 12px;
  text-align:left;
  background-color: #4d4c4d; 
  color:#ffffff;
  font-size:10px;
  font-weight: bold;
  white-space: nowrap;
}

table.subtable  td 
{
  padding: 5px 8px;   
  font-size:10px;
  
}

td.tabledataalert
{
	background: #fdbc20;
}

#legend
{
	width:500px;
}


#legend ul
{
	margin:12px 0;
	padding:0;
}


#legend li
{
	float: left:
	padding:8px;
	display:inline;
	list-style: none;
	font-size:11px;
	margin-left:15px;
}

#legend img
{
	margin:5px 0 0 0;
	height:10px;
}

#savesubmit {
	width:100px;
	float: right;
	margin: 10px 80px 0 0;
	text-align:right;
}

a.smallthlink
{
font-size: 10px;
font-weight: normal;
text-decoration: none;
color:#ffffff;
}
a.smallthlink:hover
{
font-size: 10px;
font-weight: normal;
text-decoration: underline;
color:#ffffff;

}


#empsort {
width:175px;
float: right;
margin:0px 0 0 0;
font-size: 10px;
color:#c80117; 
font-weight:bold;
}

a
{
color: #00469c;
text-decoration: underline;
}
a:hover
{
color: #c80117;
text-decoration: underline;
}
.defaultInput {
	font-size: 8pt;
	width: 200px;
}
#huhPopup{
position:absolute;
left:0;
top:0;
width:100px;
height:5px;
layer-background-color:#ffffff;
background-color:#ffffff;
z-index:100;
}

a.monthnav
{
font-size: 11px;
font-weight: bold;
color: #3a3a3a;
text-decoration: none;
}
a.monthnav:hover
{

color: #c80117;
text-decoration: underline;
}

a.weeknav
{
font-size: 10px;
font-weight: normal;
color: #3a3a3a;
text-decoration: none;
}
a.weeknav:hover
{
font-size: 10px;
font-weight: normal;
color: #c80117;
text-decoration: underline;
}

div.caldate {
font-weight:normal;
color: #3a3a3a;
background: url("/Content/Images/dateheadbg4.gif")  no-repeat;
font-size: 11px;
height:34px;

}
div.caldateoutofrange {
font-weight:normal;
color: #979696;
background: url("/Content/Images/dateheadbg5.gif")  no-repeat;
font-size: 11px;
height:34px;

}

div.datedate {
font-size:16px;
font-weight:bold;
padding-top:5px;
display:block;
width: 35px;
margin-left:10px;
text-align: center;
float: left;

}

div.datedotw {
font-size:12px;
font-weight:normal;
font-style: italic;
padding:9px 0 0 12px;
display:block;
width:100px;
float: left;
}

div.dateentry a{
	color:#000000;
	text-decoration: none;
}
div.dateentry a:hover{
	color:#000000;
	text-decoration: underline;
}
div.dateentry {
	padding:12px 10px;
	margin-bottom:1px;
}
div.maint {
	background:#f6d5d2;
	border-left: solid 10px #ef4136;
}

div.fixt {
	background:#f0f5c6;
	border-left: solid 10px #adc108;
	}

div.seo {
	background:#e9bde3;
	border-left: solid 10px #9f3491;
	}

div.new {
	background:#cbe4f2;
	border-left: solid 10px #57afdf;
	}

div.unsorted {
	background:#eaeaea;
	border-left: solid 10px #4d4c4d;
	}



a.redlink
{
font-size: 11px;
font-weight: bold;
color: #c80117;
text-decoration: none;
}
a.redlink:hover
{
font-size: 11px;
font-weight: bold;
color: #c80117;
text-decoration: underline;
}

a.redlinksmall
{
font-size: 11px;
color: #c80117;
text-decoration: none;
}
a.redlinksmall:hover
{
font-size: 11px;
color: #c80117;
text-decoration: underline;
}

a.lilink
{
font-size: 11px;
font-weight: normal;
color: #303030;
line-height: 18px;
text-decoration: none;
}
a.lilink:hover
{
font-size: 11px;
font-weight: bold;
color: #c80117;
text-decoration: underline;
}
div.pagetitle
{
font-size: 16px;
font-weight: bold;
color: #c92238;
padding-bottom: 12px;
padding-top: 15px;
padding-left: 13px;

}

#statussort
{
padding-top: 5px;
font-size: 10px;
font-weight: normal;
color: #cacaca;
margin:12px 0 0 0;
padding: 7px 0 7px 5px;
line-height: 16px;
}

div.tabletitle
{
font-size: 12px;
padding-left: 13px;
padding-top: 7px;
padding-bottom: 2px;
font-weight: bold;
color: #303030;
}

td.tabledata
{
font-size: 10px;
padding: 6px 10px 4px 10px;
font-weight: normal;
}

td.tabledata2
{
font-size: 10px;

padding: 6px 2px 4px 2px;
}
td.tabledatabill
{
font-size: 10px;
padding-left: 10px;
padding-top: 6px;
padding-right: 10px;
padding-bottom: 4px;
background: #bcd7af;
}

td.tabledata3
{
font-size: 11px;
padding-top: 6px;
padding-right: 10px;
padding-bottom: 4px;
}
td.tabledata4
{
font-size: 11px;
padding-right: 5px;
}
td.comments
{
font-size: 12px;
padding-left: 15px;
padding-top: 15px;
padding-right: 10px;
padding-bottom: 25px;
font-weight: normal;
}

a.datalink
{
color: #303030;
text-decoration: none;
}
a.datalink:hover
{
color: #c80117;
text-decoration: underline;
}
a.tableheadlink
{
font-weight: bold;
color: #ffffff;
text-decoration: none;
}
a.tableheadlink:hover
{
font-weight: bold;
color: #ffffff;
text-decoration: underline;
}
td.footer
{
font-size: 10px;
color: #4a4a4a;
background: #eaeaea;
font-weight: normal;
line-height: 25px;
}
a.footlink
{
color: #c80117;
text-decoration: none;
}
a.footlink:hover
{
color: #c80117;
text-decoration: underline;
}
p.indent
{
padding-top: 13px;
padding-left: 13px;
}
div.buttons
{
text-align: right;
font-size: 10px;
padding-left: 5px;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 6px;
}
td.buttontd
{
background: #e8e8e8;
text-align: center;
padding-left: 8px;
padding-top: 2px;
padding-right: 8px;
padding-bottom: 2px;
}

tr.bg
{
background: #ededed;
}
tr.bg2
{
background: #ffffff;
}

span.fieldhead
{
font-size: 10px;
padding-left: 20px;
padding-top: 6px;
padding-right: 8px;
padding-bottom: 6px;
font-weight: bold;
text-align: right;
}
td.fieldhead
{
font-size: 10px;
padding-left: 20px;
padding-top: 6px;
padding-right: 8px;
padding-bottom: 6px;
font-weight: bold;
text-align: right;
vertical-align: top;
}
td.fieldhead3
{
font-size: 10px;
padding-left: 10px;
padding-top: 6px;
padding-right: 8px;
padding-bottom: 6px;
font-weight: bold;
text-align: right;
}
td.fieldhead4
{
font-size: 10px;
padding-left: 10px;
padding-top: 1px;
padding-right: 8px;
padding-bottom: 3px;
font-weight: bold;
text-align: right;

}
td.fieldheadctr
{
font-size: 10px;
padding-top: 6px;
padding-bottom: 6px;
font-weight: bold;
text-align: center;
}
td.darkfieldhead
{
font-size: 10px;
padding-left: 20px;
padding-top: 3px;
padding-right: 8px;
padding-bottom: 3px;
background: #3d3d3d;
color: #ffffff;
font-weight: bold;
text-align: right;
}
td.total
{
font-size: 11px;
padding-top: 3px;
padding-right: 8px;
padding-bottom: 3px;
background: #666666;
color: #ffffff;
font-weight: bold;
text-align: right;
}
div.padded
{
padding: 15px 30px;
}
div.padded2
{
padding: 15px 30px;
width: 450px; 
float:left;

}
div.showhide
{
width: 200px; 
float:right;
margin-top:8px;

}
div.targetdate
{
margin:7px 0;
}

a.white
{
color:#ffffff;
font-size:10px;
text-decoration: none;
}

a.white:hover
{
color:#ffffff;
font-size:10px;
}

a.delete
{
color: #000000;
font-weight: normal;
text-decoration: none;
font-size: 10px;
padding: 8px 6px;
background:#dcbbbb;
.height:25px;
border-right: solid 1px #eaeaea;
}
a.delete:hover
{
color: #ffffff;
text-decoration: none;
background:#a60303;
}
a.edit
{
color: #000000;
font-weight: normal;
text-decoration: none;
font-size: 10px;
padding: 8px 6px;
background:#bababa;
.height:25px;
}
a.edit:hover
{
color: #ffffff;
text-decoration: none;
background:#666666;
}
td.tabledataz
{
font-size: 10px;
padding: 0;
height:28px;
font-weight: normal;
}
div#showandtellForms
{
	padding-bottom: 0px;
	padding-left: 15px;
	padding-right: 0px;
	padding-top: 0px;
}
.watermark {
   color: #999;
}
   
.notdisplayed
{
     display:none;
    }
    
.toggle
{
     cursor:pointer;
     background:#F0F0F0;
     border-radius: 4px;
     display: block;
     padding: 4px 0 4px 10px;
     width: 130px;
    }
#pastdueblock{
	float:left;
	width:30%;
	overflow-y:auto;
	overflow-x:hidden;
	max-height:300px;
}
#commentsblock{
	width:65%;
	float:right;
	max-height:300px;
	overflow-y:auto;
	overflow-x:hidden;
}
.parent{
margin:15px 0;
}
.clear{
clear:both;
}

#div#dp-popup
{
    z-index: 2300 !important;
	position: absolute;
	top:100px;
	left:100px;
}
#calendarblock{
	margin:30px 0;
}

.display-label{
	font-weight:bold;
	display:inline;
}

.display-field{
	display:inline;
	margin-left:10px;
}

.commentDiv{
	background-color: rgb(234, 234, 234);
	overflow:hidden;
	background-color: #eaeaea;
	border-left:1px solid rgb(202, 202, 202);
	border-left: solid 1px #cacaca;
	font-size:12px; 
	line-height:17px;
	margin-bottom:20px;
}

.commentDiv div.commentDiv{
	margin-left:15px;
}
.commentDivComment{
	margin:25px;
}

table#tasktable{
	background-color: #eaeaea;
	margin:20px 0;
}

table#tasktable td{
	border-collapse:collapse;
	border:none;
	height:10px;
}

.taskitems img{
	vertical-align:middle;
	margin: 0 0 3px 14px;
}


.label{
	display:block;
	font-size:14px;
	font-weight:bold;
}
.mng{
	width:150px;
	font-size:12px;
}

.lowermng{
	float:right;
	margin-right:25px;
}
div#Todos li{
	list-style-type:none;
}

#TaskDescription,#Todos{
	padding: 10px;
	border:1px solid #4D4C4D;
	width:95%;
	margin-bottom:10px;
}

#TaskDescription label{
	margin: 10px 0;
}

table.lined table td{
	border:none;
	}

.updateComment{
	height:120px;
	width:95%
}

.updateToUsers{
	height: 100px;
}

.dots img{
	margin-left:50px;
	vertical-align:top;
}
.dots{
	margin-right:100px;
}

#website, #orderDetails td{
padding:2px 0;
margin: 0;
}

span.notification {
		display:block;
		position:absolute;
		right:-4px;
		top:-3px;
		background: #EC2F2F;
		color:#FFF;
		padding:3px 5px;
		font-size:9px;
		line-height:9px;
		border: 1px solid #FFF;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}


tr.taskheader th{
	background:white;
	color:black;
	border:1px solid #CACACA;

}
tr.order{
	background:#E5E5EE;
}

.butons span{
	margin: 10px 10px;
	color:Red;
	cursor:pointer;
	border:1px solid black;
	padding: 3px;
	border-radius:3px;
	line-height:30px;
}
.butons{
	width:120px;
}
ul.taskform{
	list-style-type:none;
	font-size:12px;
	margin:0;
	padding:0;
}
li.checkbox {
	margin-top:30px;
}
li.checkbox span{
	display:block;
	width:250px; 
	height:30px;
	margin:5px;
}
li.checkbox input{
	margin-right:10px;
}

input.text-box{
	width:500px
	}
body{
   font-family: verdana,arial,sans-serif;
}
li.new{
	margin-bottom:40px;
}
.details{
	height: 100px;
	width: 500px;
}

#userLinks{
	background-color:#eaeaea
}

#userLinks td {
	padding:10px 20px;
}

tr.short td{
	padding:3px;
}

tr.short input{
	width:150px;
}

ul#manageBox{
	margin-left:0;
	padding-left:0;
}

ul#manageBox li{
	display:inline;
	list-style-type:none;
}

#searchQuery{
width: 70px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #DDD;
	height:20px;
	color: #888;
	background: url(/content/images/search.png) no-repeat 5px 6px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	height: 22px;
	line-height: 1.2em;
	padding: 4px 10px 4px 28px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 28px;
}

