/* 
Title: 		Forms Styles for WorkSafeBC.com 
Author:		jay.west for WorkSafeBC
Contact:	creative@jaywest.com
Updated:	September 21, 2008 
*/


/* This document should contain all pure and valid css rules. 
All hacks required to compensate for IE bugs are maintained in ie.css */





/* @group Forms
------------------------------------------------------------------------- */

#contentDashboard h2 {
padding-top: 30px;
}

/* Most Popular Forms */ 

.list_popular {
width: 148px; /* 160px minus padding */ 
background: transparent url("/forms/img/bg_side_bottom.gif") bottom left no-repeat;
color: #999;
font-size: 11px;
line-height:1.2em;
padding: 0 6px 10px 6px;
margin: 30px 0 30px 10px;
}
.list_popular h3 {
text-indent: -9999px; /* hide the text */
width: 148px; /* width of replacement image */
height: 70px; /* height of replacement image */
background: url("/forms/img/most_popular_forms.gif") 0 0 no-repeat;
margin: 0 0 6px 0;
}	
.list_popular ul {
margin: 0;
padding: 0;
}
.list_popular ul li {
list-style: none;
margin: 0 0 8px 0;
padding: 0;
list-style: none;
list-style-image: none;
}
.list_popular ul li a {
text-decoration: none;
color:#039;
}
.list_popular ul li a:hover {
text-decoration: none;
background-color:#039;
color: #fff;
}



#forms_content {
margin: 20px 0 0 0;
}




/* Forms Pipe Nav */ 

#contentDashboard #nav_forms li {  /* compensate for global styling */ 
font-size: 16px;
}


#nav_forms {
margin: 0;
overflow: hidden;
white-space: nowrap;
padding: 0;
}
#nav_forms li  { 
display: inline; /* make the list horizontal */
list-style: none; /* hide the bullets */
float: left;
margin: 0;
border-left: 1px solid #D7D6B5;
}
#nav_forms li.selected {
color: #6F6D43;
}
#nav_forms li:first-child {border-left:0;} /* hide first pipe */
#nav_forms a {
padding: 1px 10px; /* spacing between text and pipe */ 
margin: 0;
text-decoration: none;
color: #A8A667;
display: block;
}
#nav_forms a:hover {
background-color: #E9E9D9;
color: #6D6B47;
}
* html #nav_forms li {margin: 0 1px 0 -1px;} /* Win/IE6: li are shifted to hide the first pipe.*/


/* required jQuery tabs */ 
.ui-tabs-hide { display: none; }
#nav_forms.ui-tabs-nav .ui-tabs-selected a {
color: #000;
/*font-weight: bold;*/
}





/* Forms Lisitng */ 

.forms_listing {
width: 545px;
border-collapse: collapse; 
margin: 10px 0;
font-size: 11px;
}
tr.odd td {background-color: #F0F0E4;}
tr.even td {background-color: #fff;}
tr.over td {background-color: lightyellow;}


.forms_listing th {
color: #7E7C4D;
background: transparent url("/forms/img/bg_table_head.gif") bottom left repeat-x; 
border-top: 1px solid #AFAD6B;
border-bottom: 1px solid #AFAD6B;
font-weight: normal;
text-align: left;
padding: 2px 4px;
font-size: 12px;
}
.forms_listing th strong {
color: #000;
font-weight: bold;
}


.forms_listing td {
padding: 8px 8px;
color: #000;
vertical-align: top;
}
.forms_listing td.title {
color: #999;
} 
.forms_listing td.new {
background-image: url("/forms/img/status_new.gif");
background-position: 6px 4px;
background-repeat: no-repeat;
padding-top: 15px;
}
.forms_listing td.update {
background-image: url("/forms/img/status_update.gif");
background-position: 6px 4px;
background-repeat: no-repeat;
padding-top: 15px;
}
.forms_listing a {
color:#039;
font-weight: bold;
}
/*.forms_listing a:hover {
background-color: #039;
color: #fff;
}*/
.forms_listing strong {
color:#000;
font-weight: bold;
}


.forms_listing a.pdf {
background: transparent url("/forms/img/pdf.gif") 0 2px no-repeat; 
padding: 1px 2px 1px 16px;
}
.forms_listing a.doc {
background: transparent url("/forms/img/doc.gif") 0 2px no-repeat; 
padding: 1px 2px 1px 16px;
}
.forms_listing a.online {
background: transparent url("/forms/img/iconDashStar.gif") 0 2px no-repeat; 
padding: 1px 2px 1px 16px;
}











/* @end */



