

/* ***** Basic Styles ***** */
* {
	padding:0px;
	margin:0px;
}

body { 
	margin:0px;
	padding:0px;
	color:#5d5d5d;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	background-color: #fff;
}

table.eol-table {
	border-collapse: collapse;
}

table.eol-table td {
	padding: 5px;
}

/* red is default, use grey class for alternate color */
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #993300;
}

h1 { font-size: 28px; }
h2 { font-size: 24px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }

h1.grey, h2.grey, h3.grey, h4.grey, h5.grey, h6.grey { color: #5d5d5d; }

ul {
	padding-left: 15px; 
}

ol {
	margin: 20px 0px 20px 40px;
	padding-left: 15px;
}

select {
	border: solid 1px #b1b7bb;
}


img {	border: 0; }

textarea {
	font-size: 12px;
	color: #414141;
	font-family: Arial, Helvetica, sans-serif;
}

textarea[readonly], input[readonly] { 
  color: #999;
  background-color: #fff;
}

p {
  margin-bottom: 12px;
}

.enabledElem { display: block; }
.enabledElemInline { display: inline; }
.disabledElem { display: none; }
.disabledElemInline { display: none; }
.disablePlug .enabledElem { display: none; }
.disablePlug .enabledElemInline { display: none; }
.disablePlug .disabledElem { display: block;}
.disablePlug .disabledElemInline { display: inline;}

/* ***** Common Projlink Styles ***** */

.ltgrey { color: #ccc; }
.midgrey { color: #999; }
.grey { color: #5d5d5d; }
.red { color: #993300; }

.left {	float: left; }
.right { float: right; }
.clearBoth { clear: both; }

hr.separator {
	color: #fff;
	background-color: #fff;
	border: 1px dotted #9c9c9c;
	border-style: none none dotted;
	margin: 20px 0px;
}

hr.divider {
	color: #fff;
	background-color: #fff;
	border: 1px dotted #9c9c9c;
	border-style: none none solid;
	margin: 20px 0px;
}

.bold {	font-weight: bold; }
.italic { font-style: italic; }
.displayNone { display: none; }
.visibilityHidden {	visibility: hidden; }

.tabsmallunselected {
	font-size: 11px;
}

.tabsmallselected {
	font-weight: bold;
	font-size: 11px;
}

.tabbigselected {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}

.tabbigunselected {
	font-size: 14px;
	color: #1B6CCD;
	font-weight: bold;
}

.tabselected {
	font-weight: bold;
}

.tabunselected {
}

.tabdivider {
	border-right: 1px solid #b5b5b5;
}

.inputfooter {
	color: #666666;
	font-size: 11px;
}

.maincontent {
	clear: both;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 0pt;
	position: relative;
	width: 950px;
	float: left;
}

.maintabheader {
	font-size: 13px;
}

.kickertext {
	font-size: 14px;
	color: #333333;
}

.kickersmall {
	font-size: 11px;
}

.leftnavmain {
	font-weight: bold;
	color: #333333;
	font-size: 16px;
}

.leftnavheader {
	font-weight: bold;
	color: #333333;
	font-size: 13px;
}

.leftnavsubheader {
	font-weight: bold;
	font-size: 12px;
}

.leftnavcommon {
	font-size: 12px;
}

.leftnavsmall {
	font-size: 11px;
	font-weight: normal;
	color: #A4A4A4;
}

.leftnavboldvalue {
	font-weight: bold;
}

.leftnavlabel { 
	font-size: 12px;
}

.pagenavcommon {
	font-size: 12px;
	padding: 1px;
}

.pagenavcommon a:link {
	color: #00468C;
	text-decoration: none;
}

.pagenavcommon a:visited {
	color: #6690BA;
	text-decoration: none;
}

.pagenavcommon a:hover {
	text-decoration: underline;
	color: #1B6CCD;
}

.pagenavselected {
	padding: 1px 4px;
	margin: 1px -1px;
	border: 1px solid #CCCCCC;
	font-weight: bold;
	color: #333333;
}

.pagenavunselected {
	margin: 1px -1px;
	color: #1b6ccd;
}

.pagenavunselected a:link {
	padding: 1px 4px;
	border: 1px solid #FFFFFF;
	color: #00468C;
}

.pagenavunselected a:visited {
	padding: 1px 4px;
	border: 1px solid #FFFFFF;
	color: #6690BA;
}

.pagenavunselected a:hover {
	padding: 1px 4px;
	border: 1px solid #CCCCCC;
	background-color: #F7F7F7;
	text-decoration: none;
	color: #1B6CCD;
}

.pagenavunselected a:active {
	padding: 1px 4px;
	border: 1px solid #CCCCCC;
	background-color: #F7F7F7;
	color: #00468C;
}

.pagenavfooter {
	padding-top: 3px;
	font-size: 11px;
}

.pagenavdisabled {
	color: #bbbbbb;
}

.tablecolheader {
	font-weight: bold;
	color: #333333;
	font-size: 12px;
}

.tabledataheader {
	font-weight: bold;
	font-size: 13px;
}

.tabledatasubheaderbold {
	font-weight: bold;
	font-size: 12px;
}

.tabledatasubheader {
	font-weight: normal;
	font-size: 12px;
}

.tabledataboldtext {
	font-weight: bold;
	font-size: 12px;
}

.tabledatacommon {
	font-size: 11px;
}

.tabledatalabel {
	font-size: 11px;
	font-weight: bold;
}

.tabledatatabtitle {
	font-size: 11px;
}

.legendheader {	
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}
.legendicon {
	width: 40px;
	height: 30px;
	padding: 3px;
}
.legendtext {
	font-size: 11px;
	line-height: 11px;
}

.iconsmall {
	font-size: 11px;
}

.binlabel {
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

.binvalue {
	font-size: 12px;
}

.bincolheader {
	font-weight: bold;
	font-size: 13px;
}

.bincolunderline {
	border-bottom: 1px solid #b5b5b5;
	text-align:center;
	padding: 1px 0px;
}

.binrowheader {
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

.binrowsubheader {
	font-size: 12px;
	line-height: 16px;
}

.binrownotes {
	font-size: 11px;
}

.bintabledata {
	font-size: 12px;
}

.bintabledatabold {
	font-size: 12px;
	font-weight: bold;
}

.colheader {
	font-weight: bold;
}

.subheader {
	font-weight: bold;
	font-size: 13px;
	color: #333;
}

.subheaderspacing {
	margin-top: 20px;
	margin-bottom: 0px;
}

.bigsubheader {
	font-weight: bold;
	font-size: 14px;
	color: #333;
}

.debug { 
  color: #ccc;
	font-size: 11px;
}

.listindent {
	padding-left: 15px;
}

.linkimg:link {
	text-decoration: none;
}

.linkimg:visited {
	text-decoration: none;
}

.linkimg:hover {
	text-decoration: none;
}

.formlabel {
	font-size: 12px;
}
.formvalue {
	font-size: 12px;
}
.formvaluebig {
	font-size: 16px;
}

.sortDown {
	background-image: url(/style/projlance/sort-arrow-down.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding-right: 6px;
}
.sortUp {
	background-image: url(/style/projlance/sort-arrow-up.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding-right: 6px;
}
.sortSpacer {
	padding-right: 6px;
}

img.sortable {
	padding-bottom: 2px;
}

#printControl {
	position: absolute; 
	top: 25px; right: 20px;
}

.printIcon {
	background: url('/style/projlance/print-icon.gif');
	background-repeat: no-repeat;
	padding-left: 18px;
}

.testedChart {
	height: 8px;
	padding: 2px 0px 2px 2px;
	width: 100px;
}

.unselectedChartColor {
	background-color: #CCC;
	width: 8px;
	height: 8px;
	margin-right:2px;
	padding: 0px;
}

.testedChartColor {
	background-color: #F78609;
	width: 8px;
	height: 8px;
	margin-right:2px;
	padding: 0px;
}

.selfChartColor {
	background-color: #56B4E9;
	width: 8px;
	height: 8px;
	margin-right:2px;
	padding: 0px;
}

.clickable {
	color: #00468C;
	cursor: pointer;
}

.clickable:hover {
	text-decoration: underline;
}

.clickabletr {
	cursor: pointer;
}

.clickabletr:hover {
	text-decoration: underline;
}

.displayTableCell {
	display: table-cell;
}

.greenSquare {
	width: 9px;
	height: 9px;
	background-color:#4B4;
	padding: 0px;
}

.orangeSquare {
	width: 9px;
	height: 9px;
	background-color:#DB7;
	padding: 0px;
}

.graySquare {
	width: 9px;
	height: 9px;
	background-color:#CCC;
	padding: 0px;
}

.mainContentBorder {
	border-top: 1px solid #D6D9DC;
	border-bottom: 1px solid #D6D9DC;
}

table .linedTable tr{
	border-bottom:thin solid #BBB;
}

.previouspage {
	padding-bottom: 5px;
}

#overlayBackground {
	background-color:#000;
	filter:alpha(opacity=50);
	opacity:.5;
	-moz-opacity: .5;
}

/* pipes and underlines */
.ruleColor {
	color: #b5b5b5;
}

.noresults {
	color: #333;
	font-weight: bold;
	font-size: 20px;
}
.noresultssub {
	color: #333;
	font-weight: bold;
	font-size: 15px;
}

/* Form Builder Classes */
.formrow {
	clear: both;
}
.formrow input {
	margin-right: 5px;
}
.formmaincol {
	margin-bottom: 5px;
	text-align: left;
	float: left;
}
.formsubrow {
	padding-bottom: 10px;
}
.formlabelcol {
	float: left;
	text-align: right;
	clear: left;
}
.formlabelcol2 {
    text-align: left;
	margin-bottom: 5px;
}
.formmaincol1 {
	float: left;
}
.formmaincol2 {
	float: left;
	margin-bottom: 10px;
}

/* Train Classes */
.fulltrain {
	padding: 20px 0;
}
.trainlabel {
	font-size: 12px;
	float: left;
	padding-left: 10px;
	position: relative;
	top: -2px;
}
.trainsquare-active {
	background-image: url(/style/projlance/train-active.png);
	background-repeat: no-repeat;
}
.trainsquare-inactive {
	background-image: url(/style/projlance/train-inactive.png);
	background-repeat: no-repeat;
}
.trainsquare-past {
	background-image: url(/style/projlance/train-past.png);
	background-repeat: no-repeat;
}
.trainnum {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	float: left;
	padding-left: 6px;
	padding-right: 6px;
}
.traincar {
	float: left;
	padding-bottom: 5px;
	padding-right: 50px;
}
.trainline-active, .trainline-past {
	border-bottom: 2px solid #8B2500;
}
.trainline-inactive {
	border-bottom: 2px solid #D1D1D1;
}
.train-active {
	color: #8B2500;
}
.train-inactive {
	color: #D1D1D1;
}
.train-past {
	color: #C4917F;
}

/* Common Form Fields */
.formtitle {
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
}

.forminput {
	font-size: 13px;
	height: 16px;
}

.formbutton {
	font-size: 13px;
	padding: 2px;
}

.inputheight {
	font-size: 12px;
}
.inputheightbig {
	height: 22px;
	font-size: 16px;
}
.inputheightsmall {
	height: 18px;
	font-size: 14px;
}

/* Form Error Classes */
.formerrormsgsbin, .formerrormsgsbinlite {
	border: 1px solid #F2C217; 
	background-color: #FFFFDD; 
	background-image: url(/style/projlance/warning-icon-small.gif); 
	background-repeat: no-repeat; 
	background-position: 10px 8px; 
	padding-top: 10px;
}
.formerrormsgsbinlite {
	padding: 4px 0px 10px 40px;
	margin-bottom: 10px;
}

.formerrormsgstitle {
	font-weight: bold;
	font-size: 15px;
	padding-bottom: 10px;
  padding-left: 40px;
  color: #414141;
}
.formerrormsgs {
	font-weight: normal;
	font-size: 15px;
  	color: #414141;
	margin-top: 5px;
}
.formerrormsgs li {
	padding-left: 0;
	margin-left: 15px;
	font-size: 12px;
  color: #414141;
}
.formerrormsgsbin ul {
	list-style-type: disc;
	list-style-position: outside;
	padding: 0px;
	margin: 0px;
}
.highlightError {
	background-color: #FFFFDD;
	padding: 3px 2px;
}
.formmsgsbin {
	border: 1px solid #F2C217; 
	background-color: #FFF; 
	background-position: 10px 8px; 
	padding-top: 10px;
}
.formmsgstitle {
	font-weight: bold;
	font-size: 15px;
	padding-bottom: 10px;
  padding-left: 10px;
  color: #414141;
}

.tinytext {
	font-size: 10px;
	color: #999;
}
.lighttext {
	color: #939393;
}

.busyIndicator {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 100;
	text-align: center;
}

.mockli {
	background: url(/style/projlance/smalldot.gif) left 5px no-repeat;
	padding-left: 10px;
}

.moreInfo {
  font-size: 12px;
}

/* deprecated */
.confirmationBox{
	max-width: 800px;
}
.confirmationBox .header{
	background-color: #E2F9E3;
	border: 1px solid #85CF85;
	padding: 10px 0px 15px 30px;
	background-image: url('/style/projlance/green-checkmark.gif?v=9.7.0.7-09-08-2009-11-19'); 
	background-repeat: no-repeat; 
	background-position: 4px 12px;
	margin-top: 30px;
}
.confirmationBox .header .maintitle{
	font-weight: bold; font-size: 20px;
}
.confirmationBox .header .subtitle{
	font-weight: bold; font-size: 14px;	
}
.confirmationBox .innertext{
	background-color: #F5FDF5; 
	border-left: 1px solid #85CF85; 
	border-right: 1px solid #85CF85; 
	border-bottom: 1px solid #85CF85; 
	padding: 10px 0px 15px 30px;
}

/* confirm box */
.confirmBox {
	padding: 15px 15px 15px 45px;
	background: #F5FDF5 url('/style/projlance/icons/confirmation-icon.gif?v=9.7.0.7-09-08-2009-11-19') no-repeat 15px 15px;
	border: solid 1px #D7D7D7;
	margin-bottom: 20px;
}

.confirmBox .header {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

/* information notice */
.alertBox {
        padding: 15px 15px 15px 45px;
        background: #FFF9F9 url('/style/projlance/icons/alert-icon.gif?v=9.7.0.7-09-08-2009-11-19') no-repeat 15px 15px;
        border: solid 1px #d7d7d7;
        margin-bottom: 20px;
}

.alertBox .header {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 15px;
}


/* information notice */
.informationBox {
	padding: 15px 15px 15px 45px;
	background: #EDF8FE url('/style/projlance/info-icon.gif?v=9.7.0.7-09-08-2009-11-19') no-repeat 15px 15px;
	border: solid 1px #d7d7d7;
	margin-bottom: 20px;
}

.informationBox .header {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
}

/* error container */
.errorBox {
	padding: 15px 15px 15px 45px;
	background: #ffffdd url('/style/projlance/icons/error-icon.gif?v=9.7.0.7-09-08-2009-11-19') no-repeat 15px 15px;
	border: solid 1px #f2c218;
	margin-bottom: 20px;
}

.errorBox .header {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
}

.confirmBox li, .errorBox li {
	margin: 3px 0px 3px 15px;
}

/* Legal Boxes */
.legalBox {
	margin: 40px 0px;
	padding: 10px;
	background-color: #F5F5F5;
	font-size: 11px;
}


.headingsuperscript {
	font-size: 12px;
	vertical-align: top;
}

.myprojlanceUserIcon {
	float:left;
	max-width: 40px;
	max-height: 50px;
	_width: 40px;
	_height: 50px;
}

.myprojlanceUsername {
	padding-left: 10px;
	height: 50px;
	overflow:hidden;
}

.breadcrumb {
  font-size: 11px;
}

.mainContentTitle {
	color: #5D5D5D;
	font-size: 18px;
	font-weight: bold;
}


/* Data Table Styles */

table.dataTable {
	width: 100%;
	margin: 10px 0px;
}

table.dataTable td {
	padding: 5px;
	vertical-align: top;
	border-bottom: solid 1px #aaa;
	font-size: 11px;
}

table.dataTable .invoiceItem {
	border-bottom: solid 1px #aaa;
}
 
table.subDataTable td {
	border-bottom: none;
	padding: 0px;
}

table .noBottomBorder td {
	border-bottom: none;
	padding: 0px;
}

table .tableWithoutButtomBorder {
	border-bottom: none;
}

table.dataTable th {
	text-align: left;
	font-weight: bold;
	background-color: #fff;
	background-image: url(/style/projlance/tableHeaderGradient.png);
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 3px 6px;
	font-size: 12px;
}

table.dataTable th#firstcol {
	border-left: solid 1px #aaa;
	border-top: solid 1px #aaa;
	border-bottom: solid 1px #aaa;
}

table.dataTable th#midcol {
	border-top: solid 1px #aaa;
	border-bottom: solid 1px #aaa;
}

table.dataTable th#lastcol {
	border-right: solid 1px #aaa;
	border-top: solid 1px #aaa;
	border-bottom: solid 1px #aaa;
}


/** Simple Table Styles **/
table.simpleTable {
	padding: 0px;
	margin: 5px 0px 0px 0px;
	width: 100%;
}

table.simpleTable tbody {
	background-color: #FFFFFF;
}

table.simpleTable th {
	padding: 0px 8px 0px 8px;
	height: 31px;
	text-align: left;
	font-weight: normal;
	background-position: bottom;
	font-size: 13px;
	vertical-align: middle;
}

table.simpleTable th#firstcol {
	background-image: url(/style/projlance/sprites/common/simpleTable-sprite.jpg?v=9.7.0.7-09-08-2009-11-19);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: transparent;
	padding: 0px;
	width: 3px;
}

table.simpleTable th#firsttextcol {
	background-image: url(/style/projlance/sprites/common/simpleTable-sprite.jpg?v=9.7.0.7-09-08-2009-11-19);
	background-repeat: repeat-x;
	background-position: 0px -62px;
	background-color: transparent;
	padding: 0px 0px 0px 3px;
}

table.simpleTable th#midcol {
	background-image: url(/style/projlance/sprites/common/simpleTable-sprite.jpg?v=9.7.0.7-09-08-2009-11-19);
	background-repeat: repeat-x;
	background-position: 0px -62px;
	background-color: transparent;
}

table.simpleTable th#lasttextcol {
	background-image: url(/style/projlance/sprites/common/simpleTable-sprite.jpg?v=9.7.0.7-09-08-2009-11-19);
	background-repeat: repeat-x;
	background-position: 0px -62px;
	background-color: transparent;
	padding: 0px 3px 0px 0px;
}

table.simpleTable th#lastcol {
	background-image: url(/style/projlance/sprites/common/simpleTable-sprite.jpg?v=9.7.0.7-09-08-2009-11-19);
	background-repeat: no-repeat;
	background-position: 0px -31px;
	background-color: transparent;
	padding: 0px;
	width: 3px;
}

table.simpleTable tbody tr {
	width:100%;
}

table.simpleTable thead tr {
	height: 31px;
}

table.simpleTable tr.rowFoot {
	padding:6px 8px;
	background: #E6E6E6;
}

table.simpleTable tr.rowLight {
	background-color: #FFFFFF;
}

table.simpleTable tr.rowDark {
	background-color: #F5F5F5;
}

table.simpleTable td {
	padding: 5px;
	vertical-align: top;
	font-size: 12px;
}

table.simpleTable td.firstcol {
	padding-left: 8px;
}

table.simpleTable .rightcol {
	text-align: right;
}

table.simpleTable td.rightcol.lastcol {
	padding-right: 8px;
}

table.simpleTable td.rowDivider{
	background: url(/style/projlance/dotted_h.gif) repeat-x;
	height: 1px;
	width: 100%;
	padding: 0px;
	margin: 0px;
}


/** Narrow Width Filter Box **/
.filterBox #fbMid {
	display: block;
	float: left;
	height: 36px;
	padding: 0;
	background: url('/style/projlance/filter-box.jpg') repeat-x left -72px;
	_width: 1%;
}

.filterBox #fbLeft {
	display: block;
	height: 36px;
	background: url('/style/projlance/filter-box.jpg') no-repeat left -0px;
}

.filterBox #fbRight {
	display: block;
	height: 26px;
	width: 530px;
	padding: 8px 10px 2px 10px;
	background: url('/style/projlance/filter-box.jpg') no-repeat right -36px;
	white-space: nowrap;
	outline:none;
}

/** Full Width Filter Box **/
.wideFilterBox #fbMid {
	display: block;
	float: left;
	height: 36px;
	margin: 5px 2px 0 0;
	padding: 0;
	background: url('/style/projlance/filter-box.jpg') repeat-x left -72px;
	_width: 1%;
}

.wideFilterBox #fbLeft {
	display: block;
	height: 36px;
	background: url('/style/projlance/filter-box.jpg') no-repeat left -0px;
}

.wideFilterBox #fbRight {
	display: block;
	height: 26px;
	width: 755px;
	padding: 8px 10px 2px 10px;
	background: url('/style/projlance/filter-box.jpg') no-repeat right -36px;
	white-space: nowrap;
	outline:none;
}

/* buttons */
a.btn-large {
	margin-right: 6px;
	padding-right: 15px;
	text-decoration: none;
	font-weight: bold;
	height: 27px;
	float: left;
	background: transparent url('/style/projlance/buttons/btn-large-sprite.gif?v=9.7.0.7-09-08-2009-11-19') no-repeat scroll right top;
}

a.btn-large span {
	line-height: 17px;
	font-size: 16px;
	font-family: Arial,Helvetica,sans-serif;
	display: block;
	padding: 5px 0 5px 15px;
	background: url('/style/projlance/buttons/btn-large-sprite.gif?v=9.7.0.7-09-08-2009-11-19') no-repeat;
}

a.btn-large-normal, a.btn-large-normal:link, 
a.btn-large-normal:visited, a.btn-large-normal:hover {
	background-position: right -0px;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}

a.btn-large-normal span {
	background-position: 0 -27px;
}

a.btn-large-disabled, a.btn-large-disabled:link, 
a.btn-large-disabled:visited, a.btn-large-disabled:hover {
	background-position: right -54px;
	color: #bdbdbd;
	cursor: default;
	text-decoration: none;
}

a.btn-large-disabled span {
	background-position: 0 -81px;
}

a.btn-large-secondary, a.btn-large-secondary:link, 
a.btn-large-secondary:visited, a.btn-large-secondary:hover {
	background-position: right -108px;
	color: #5d5d5d;
	cursor: pointer;
	text-decoration: none;
}

a.btn-large-secondary span {
	background-position: 0 -135px;
}

a.btn-small {
	margin-right: 6px;
	padding-right: 15px;
	text-decoration: none;
	font-weight: bold;
	height: 21px;
	float: left;
	background: transparent url('/style/projlance/buttons/btn-small-sprite.gif?v=9.7.0.7-09-08-2009-11-19') no-repeat scroll right top;
}

a.btn-small span {
	line-height: 12px;
	font-size: 11px;
	font-family: Arial,Helvetica,sans-serif;
	display: block;
	padding: 4px 0 5px 15px;
	background: url('/style/projlance/buttons/btn-small-sprite.gif?v=9.7.0.7-09-08-2009-11-19') no-repeat;
}

a.btn-small-normal, a.btn-small-normal:link, 
a.btn-small-normal:visited, a.btn-small-normal:hover {
	background-position: right -0px;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}

a.btn-small-normal span {
	background-position: 0 -21px;
}

a.btn-small-disabled, a.btn-small-disabled:link, 
a.btn-small-disabled:visited, a.btn-small-disabled:hover {
	background-position: right -42px;
	color: #bdbdbd;
	cursor: default;
	text-decoration: none;
}

a.btn-small-disabled span {
	background-position: 0 -63px;
}

a.btn-small-secondary, a.btn-small-secondary:link, 
a.btn-small-secondary:visited, a.btn-small-secondary:hover {
	background-position: right -84px;
	color: #5d5d5d;
	cursor: pointer;
	text-decoration: none;
}

a.btn-small-secondary span {
	background-position: 0 -105px;
}

.bread_crumb {
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 12px;
}

a.bc_link:link {
	color: #00468C;
	text-decoration: none;
} 

a.bc_link:visited {
	color: #6690BA;
	text-decoration: none;
}

a.bc_link:hover{
	text-decoration: underline;
	color: #1B6CCD;
}

.flowstep {
	background-image:url(/style/projlance/flow-step-bg.gif);
	background-repeat:no-repeat;
	float:left;
	position: relative;
	top: -8px;
	color: #993300;
	font-size: 16px;
	font-weight: bold;
	padding: 4px 9px;
	margin-right: 5px;
}

.infoblock {
	border: solid 1px #aaa;
	padding: 10px 10px 10px 45px;
	min-height: 32px;
	/* min-height hack for IE6 */
	height: auto !important;
	height: 32px;
	background:url(/style/projlance/info-icon-medium.gif) no-repeat 10px 10px;
	background-color: #fff;
}

.message-counter {
	font-size: 11px;
}

.message-bubble {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}

.message-bubble span {
	text-align: center;
	padding-top: 1px;
	margin-left: 5px;
	height: 15px;
}

.message-bubble-circle-1 {
	background: url(/style/projlance/nav/alerts-sprite.gif) no-repeat 0px 0px;
	width: 16px;
	position: absolute;
}

.message-bubble-circle-2 {
	background: url(/style/projlance/nav/alerts-sprite.gif) no-repeat 0px -16px;
	width: 24px;
	position: absolute;
}

.message-bubble-circle-3 {
	background: url(/style/projlance/nav/alerts-sprite.gif) no-repeat 0px -32px;
	width: 34px;
	position: absolute;
}

.message-bubble-quote-1 {
	background: url(/style/projlance/nav/alerts-sprite.gif) no-repeat 0px -48px;
	width: 24px;
	position: absolute;
}

.message-bubble-quote-2 {
	background: url(/style/projlance/nav/alerts-sprite.gif) no-repeat 0px -64px;
	width: 28px;
	position: absolute;
}

.message-bubble-quote-3 {
	background: url(/style/projlance/nav/alerts-sprite.gif) no-repeat 0px -80px;
	width: 34px;
	position: absolute;
}

.message-counter a, .message-bubble a {
	text-decoration: none;
	color: inherit;
}

/* presence link styles */
.presenceOn, .presenceOff {
	background: url('/style/projlance/nav/nav_icon_sprite.gif?v=9.7.0.7-09-08-2009-11-19') no-repeat top left;
	height: 16px;
	width: 12px;
}

.presenceOn {
	background-position: 0 -143px;
}

.presenceOff {
	background-position: 0 -117px;
}

/* messages link styles */
a.messagesBubbleD1 {
	width: 20px;
	height: 16px;
	background: url(/style/projlance/nav/alerts-sprite.gif) no-repeat 0px -48px;
}

a.messagesBubbleD2 {
	width: 24px;
	height: 16px;
	background: url(/style/projlance/nav/alerts-sprite.gif) no-repeat 0px -64px;
}

a.messagesBubbleD3 {
	width: 30px;
	height: 16px;
	background: url(/style/projlance/nav/alerts-sprite.gif) no-repeat 0px -80px;
}

a.messagesBubbleNone {
	width: 23px;
	height: 16px;
	background: url(/style/projlance/nav/alerts-sprite.gif) no-repeat 0px -96px;
}

a.messagesBubbleText {
	line-height: 16px;
	color: #FFFFFF;
	font-size: 11px;
}

a:visited.messagesBubbleText {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}

a:link.messagesBubbleText {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}

a:hover.messagesBubbleText {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}


/* global headings */

.eol-header, 
.eol-title {
	color: #333;
	font-weight: bold;
}

.eol-header {
	font-size: 18px;
}

.eol-title {
	font-size: 16px;
}

#eol-title-c {
	height: 55px;
}

.eol-pagetitle {
	font-size: 16px;
	font-weight: bold;
	color: #993300;
	margin: 20px 0 10px;
}

.eol-lnavtitle {
	font-size: 16px;
	font-weight: bold;
	color: #993300;
	margin: 20px 0 10px;
}

#eol-title-wr-c {
	height: 90px;
}

#eol-title-wr-c .eol-layout-s5 {
	padding-left: 0px;
	margin-top: 20px;
}

.eol-wr-projecttitle {
	font-size: 18px;
	color: #5d5d5d;
	font-weight: bold;
}
.eol-wr-projecttitle div.down-arrow-blue {
	float: left;
	height: 20px;
	width: 10px;
}

.eol-wr-pagetitle {
	font-size: 16px;
	font-weight: bold;
	color: #993300;
	margin: 5px 0px 10px;
}

.eol-wr-lnavtitle {
	font-size: 16px;
	font-weight: bold;
	color: #993300;
	margin: 5px 0px 10px;
}

.eol-notice-text {
	font-size: 11px;
	color: #ccc;
}



/* nav sprites */

.nav-logo-sprite { display: block; background: url('/style/projlance/nav/nav_logo_sprite.jpg?v=9.7.0.7-09-08-2009-11-19') no-repeat top left; cursor: pointer; }
.nav-logo-projlance { background-position: 0 -10px; height: 27px; width: 113px; }
.nav-logo-amex { background-position: 0 -47px; height: 33px; width: 78px; float: left; margin-left: 20px; } 
.nav-logo-bbb { background-position: 0 -90px; height: 33px; width: 87px; float: left; margin-left: 20px; } 
.nav-logo-paypal { background-position: 0 -133px; height: 33px; width: 50px; float: left; margin-left: 20px; } 
.nav-logo-truste { background-position: 0 -176px; height: 33px; width: 119px; float: left; margin-left: 20px; }
.verisign_icon { float: left; }

.nav-icon-sprite { display: block; background: url('/style/projlance/nav/nav_icon_sprite.gif?v=9.7.0.7-09-08-2009-11-19') no-repeat top left; cursor: pointer; }
.nav-icon-arrow { background-position: 0 0; }
.nav-icon-post { background-position: 0 -86px; height: 21px; width: 104px; margin-top: 3px; } 
.nav-icon-go { background-position: 0 -55px; height: 21px; width: 37px; float:left; margin-left: 5px; }
.nav-icon-go-help { background-position: 0 -24px; height: 21px; width: 37px; float:right; margin-left: 5px; }

.nav-icon-logo-nospr { background: url('/style/projlance/projlance-logo.jpg') no-repeat top left; cursor: pointer; height: 27px; width: 113px; }

/* layout */
ul {
	margin: 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	content:".";
	display:block;
	height:0px;
	line-height: 0px;
	font-size: 0px;
	clear:both;
	visibility:hidden;
}

#eol-container {
	margin: 0px auto;
	text-align:left;
	width:950px;
	min-width:950px;
	padding: 0px 25px 0px 20px;
}

#eol-container.liquid {
	width: auto;
	min-width: 0;
}

#eol-container.window {
	width: 760px;
	min-width: 760px;
}

#eol-container.window #eol-bd{
	margin: 10px 0px 40px;
}

.eol-layout-s1, .eol-layout-s2, .eol-layout-s3, 
.eol-layout-s4, .eol-layout-s5,
.eol-layout-x1, .eol-layout-x2, .eol-layout-x3 {
	float: left;
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
}

/* major column sizes */
.eol-layout-s1 {
	width: 170px;
}

.eol-layout-s2 {
	width: 360px;
}

.eol-layout-s3 {
	width: 550px;
}

.eol-layout-s4 {
	width: 740px;
}

.eol-layout-s5 {
	width: 930px;
}

.eol-layout-wide {
	width: 950px;
}

/* minor column sizes */
.eol-layout-x1 {
	width: 75px;
}

.eol-layout-x2 {
	width: 265px;
}

.eol-layout-x3 {
	width: 455px;
}

/* interior column adjustment */
.eol-layout-first {
	padding-left: 0px;
}

.eol-layout-last {
	padding-right: 0px;
}

#eol-hd {
	margin-top: 20px;
	line-height: normal;
}

#eol-bd {
	clear:both;
	min-height: 400px;
}

#eol-ft {
	clear:both;
	margin-top: 30px;
	padding: 20px 10px;
	background: url('/style/projlance/nav/nav_sprite7a96.gif') repeat-x 0 -305px;
	border-top: solid 1px #d7d7d7; 
	background-color: #f5f5f5;
	font-size: 11px;
	color: #999;
	line-height: normal;
	min-width: 0px;
}

#eol-ft.hide-ft {
	background-image: none;
	border: none;
	margin: 0;
	padding: 0;
}

#eol-ft-c div {
	font-size: 11px;
	color: #999;
}

.minimal-hd {
	border-bottom: 1px solid #939393; 
	padding-bottom: 10px;
}

.notabs-hd {
	border-bottom: 1px solid #939393; 
	margin-bottom: 20px;
}

/* navigation controls */

#eol-navigation {
	margin-bottom: 10px;
}

#eol-navigation .eol-layout-s5 {
	padding-left: 0px;
	padding-right: 0px;
	width: 950px;
	margin-top: 17px;
}


/* context nav */

#nav-context {
	text-align: left;
	margin-top: 10px;
	margin-left: -5px;
}

#nav-context ul {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #939393;
}

#nav-context ul li {
	display: inline;
}

#nav-context ul li a {
	float:left;
	color: #333;
	margin: 0px 8px;
	text-decoration: none;
	text-align: center;
	letter-spacing: .05em;
	padding-bottom: 2px;
}

#nav-context ul li a:hover {
	color: #67ab3a;
}

#nav-context ul li a.nav-context-buyer, 
#nav-context ul li a.nav-context-provider {
	color: #333;
	font-weight: bold;
}

#nav-context ul li a.nav-context-buyer {
	border-bottom: solid 2px #4ab3ff;
}

#nav-context ul li a.nav-context-provider {
	border-bottom: solid 2px #e68f0f;
}

#nav-context ul li a.nav-context-buyer:hover,
#nav-context ul li a.nav-context-provider:hover {
	color: #67ab3a;
}

#nav-login {
	float: right;
	top: 10px;
	right: -10px;
	z-index: 51;
	position: relative;
}

#nav-availability-toggle {
	padding-right: 14px;
}

.nav-availability-toggle-on {
	background: url('/style/projlance/nav/nav_icon_sprite.gif?v=9.7.0.7-09-08-2009-11-19') no-repeat 52px -5px;
}

.nav-availability-toggle-off {
	background: url('/style/projlance/nav/nav_icon_sprite.gif?v=9.7.0.7-09-08-2009-11-19') no-repeat 48px -5px;
}

#nav-availability-icon {
	margin-left: 5px;
	margin-right: 5px;
}

.nav-availability-icon { 
	display: block;
	float: left;
}

#nav-availability-c {
	position: relative;
}

#nav-availability {
	position: absolute;
	border: solid 1px #d7d7d7;
	right: 36px;
	top: 5px;
	width: 110px;
}

#nav-availability-i {
	border-right: solid 1px #787878;
	border-bottom: solid 1px #787878;
	padding: 3px 10px;
	background-color: #fff;
	text-align: left;
}

#nav-availability-i div {
	margin: 3px 0px;
}

#nav-availability-i span {
	margin-right: 5px;
}

#nav-availability-i a {
	display: block;
}


/* account nav */

#nav-account-c {
	position:relative;
	z-index: 50;
}

#nav-account-ci {
	position:absolute;
	width: 395px;
	top: 12px;
	right: 10px;
	text-align:right;
}

#nav-account {
	text-align:right;
	font-size: 12px;
	line-height: 12px;
	height: 12px;
	margin-bottom: 13px;
	position: relative;
}

#nav-account a:link, 
#nav-account a:visited,
#nav-login a:link,
#nav-login a:visited {
	color: #00468C;
}

#nav-help-c {
	position: relative;
}

#nav-help {
	position: absolute;
	top: 30px;
	right: 10px;
	border-right: solid 1px #787878;
	border-bottom: solid 1px #787878;
	text-align: left;
	background-color: #f5f5f5;
}

#nav-help-content {
	width: 225px;
	border: solid 1px #939393;
}

#nav-help-content dl dt {
	padding: 5px 10px;
	background-color: #e6e6e6;
	font-weight: bold;
}

#nav-help-content dl dd {
	padding: 3px 10px;
}

#nav-help-content dl dd.nav-help-divider {
	border-bottom: dotted 1px #bec0bd;
	margin: 5px;
	padding: 0px;
}

#nav-help-content dl dd.nav-help-first {
	padding-top: 15px;
}

#nav-help-content dl dd.nav-help-last {
	padding-bottom: 15px;
}

#nav-help-content dl dd input {
	width: 150px;
	float: left;
	height: 16px;
}

#nav-help-toggle {
	background: url('/style/projlance/nav/nav_icon_sprite.gif?v=9.7.0.7-09-08-2009-11-19') no-repeat 28px -5px;
	padding-right: 10px;
}

#nav-alert {
	padding: 5px 0px;
	font-size: 11px;
	background-color: #FFFFE5;
	border-top: solid 2px #D8D8C4;
	border-bottom: solid 1px #ECECEC;
	text-align: center;
}

#nav-pagehelp {
	position: absolute;
}

#nav-pagehelp a {
	position: relative;
	display: block;
	margin-left: 730px;
	top: 20px;
}


/* global search */

#eol-search-c {
	text-align:left;
	float:right;
	margin-top: 5px;
}

.eol-search-divider {
	padding-right: 10px;
	background: url('/style/projlance/nav/nav_sprite7a96.gif') no-repeat right -280px;
}

#eol-search-keywords {
	float: left;
}

#eol-search-elem {
	border: solid 1px #d7d7d7;
	padding: 0;
	font-size: 12px;
	color: #939393;
	float: left;
	background-color: #fff;
}

#eol-search-elem li {
	display: inline;
	text-align: center;
}

#eol-search-elem .eol-search-input input {
	font-size: 12px;
	line-height: 14px;
	color: #939393;
	border: solid 0px #fff;
	float:left;
	width: 140px;
	height: 16px;
	padding-left: 5px;
	margin-top: 2px;
}

#eol-search-elem .eol-search-context-button a {
	color: #5d5d5d;
	padding: 2px 10px;
	text-decoration: none;
	text-align: center;
	background: url('/style/projlance/nav/nav_logo_sprite.jpg?v=9.7.0.7-09-08-2009-11-19') no-repeat -4px -219px;
	float: left;
	outline:none;
	height:15px;
	border-left: solid 1px #d7d7d7;
}

#eol-search-elem .eol-search-context-button a:hover {
	background: url('/style/projlance/nav/nav_logo_sprite.jpg?v=9.7.0.7-09-08-2009-11-19') no-repeat -4px -249px;
}

#eol-search-context-c {
	clear:both;
	position:relative;
	padding: 0px;
	margin: 0px;
	top: -1px;
	z-index: 2000;
}

#eol-search-context-c div {
	position: absolute;
	width: 171px;
	padding: 0;
	margin: 0;
}

#eol-search-context-c ul {
	float: right;
	font-size: 11px;
	list-style: none;
	margin: 0px 0 0 0;
	padding: 0;
	border: solid 1px #d7d7d7;
}

#eol-search-context-c li {
	margin: 0;
}

#eol-search-context-c li a {
	display: block;
	padding-left: 10px;
	color: #5d5d5d;
	text-decoration: none;
	width: 100px;
	background-color: #f5f5f5;
	outline:none;
}

#eol-search-context-c li a#eol-search-job {
	padding-top: 5px;
	padding-bottom: 2px;
}

#eol-search-context-c li a#eol-search-provider {
	padding-top: 2px;
	padding-bottom: 5px;
}

#eol-search-context-c li a:hover {
	color: #67ab3a;
}


/* post button */
#eol-post-c {
	float: right;
	padding-left: 10px;
	margin-top: 2px;
}

/* primary tab navigation */

.nav-tab {
	margin: 0;
	padding: 0;
	float: left;
	font-size: 13px;
	color: #5d5d5d;
	width: 100%;
	border-bottom: solid 1px #939393;
}

.nav-tab2 {
	margin: 0;
	padding: 0;
	float: left;
	font-size: 13px;
	color: #5d5d5d;
	width: 100%;
	border-bottom: solid 1px #939393;
}

.nav-tab li {
	display: inline;
	text-align: center;
}

.nav-tab2 li {
	display: inline;
	text-align: center;
}

.nav-tab li div {
	float: left;
	width: 127px;
	position:relative;
	top: 1px;
}

.nav-tab2 li div {
	float: left;
	width: 137px;
	position:relative;
	top: 1px;
}

.nav-tab li div a {
	display: block;
	color: #333;
	padding: 7px 5px 6px 5px;
	text-decoration: none;
	text-align: center;
	outline:none;
	position: relative;
	height: 17px;
}

.nav-tab2 li div a {
	display: block;
	color: #333;
	padding: 7px 5px 6px 5px;
	text-decoration: none;
	text-align: center;
	outline:none;
	position: relative;
	height: 17px;
}

.nav-tab-none li div {
	top: 0px;
}

.nav-tab li div a:visited {
	color: #333;
}

.nav-tab2 li div a:visited {
	color: #333;
}

.nav-tab-buyer li div a {
	background: url('/style/projlance/nav/nav_sprite7a96.gif') repeat-x 0 0;
	border-top: solid 1px #d5edff;
	border-right: solid 1px #d5edff;
}

.nav-tab-provider li div a {
	background: url('/style/projlance/nav/nav_sprite7a96.gif') repeat-x 0 -30px;
	border-top: solid 1px #e7e7e7;
	border-right: solid 1px #e7e7e7;
}

.nav-tab-buyer li div.nav-tab-first a {
	border-left: solid 1px #d5edff;
}

.nav-tab-provider li div.nav-tab-first a {
	border-left: solid 1px #e7e7e7;
}

.nav-tab li div.nav-tab-first {
	width: 128px;
}


.nav-tab li div a:hover, 
.nav-tab li.nav-tab-menu-open div a,
.nav-tab li.nav-tab-menu-open div a:visited  {
	color: #67ab3a;
	text-decoration: none;
}

.nav-tab-buyer li.nav-tab-menu-open div a {
	background: url('/style/projlance/nav/nav_sprite7a96.gif') repeat-x 0 -60px;
	border-right: solid 1px #c4e6ff;
	border-left: solid 1px #c4e6ff;
	border-top: solid 1px #c4e6ff;
}
 
.nav-tab-provider li.nav-tab-menu-open div a {
	background: url('/style/projlance/nav/nav_sprite7a96.gif') repeat-x 0 -90px;
	border-right: solid 1px #d7d7d7;
	border-left: solid 1px #d7d7d7;
	border-top: solid 1px #d7d7d7;
}

.nav-tab-buyer li.nav-tab-menu-open div,
.nav-tab-provider li.nav-tab-menu-open div {
	margin-left: -1px;
	border-right: solid 1px #b9b9b9;
}

.nav-tab li.nav-tab-menu-open div.nav-tab-first {
	width: 95px;
	margin-left: 0px;
}

.nav-tab li.nav-tab-selected div a {
	border: solid 1px #939393;
	font-weight: bold;
	border-bottom: solid 1px #fafafa;
}

.nav-tab2 li.nav-tab-selected div a {
	border: solid 1px #939393;
	font-weight: bold;
	border-bottom: solid 1px #fafafa;
}

.nav-tab li.nav-tab-selected div {
	width: 150px;
}

.nav-tab2 li.nav-tab-selected div {
	width: 150px;
}

.nav-tab-buyer li.nav-tab-selected div a, 
.nav-tab-buyer li.nav-tab-selected div a:hover {
	background: url('/style/projlance/nav/nav_sprite7a96.gif') repeat-x 0 -220px;
}

.nav-tab-provider li.nav-tab-selected div a,
.nav-tab-provider li.nav-tab-selected div a:hover {
	background: url('/style/projlance/nav/nav_sprite7a96.gif') repeat-x 0 -250px;
}

.nav-tab li.nav-tab-selected-offset div {
	margin-left: -1px;
}

.nav-tab li.nav-tab-selected div a:hover {
	color: #67ab3a;
}

#nav-tab-cnt {
	font-size: 12px;
	margin-left: 5px;
}

#nav-tab-cnt span {
	font-weight: normal;
}

/* dropdown menu */

.nav-tab-menu {
	width:94px;
	float:left;
	position:relative;
	z-index:2000;	
}

.nav-tab-menu ul {
	position:absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: solid 1px #939393;
	font-size: 11px;
	margin-top: -1px;
	border-right: solid 1px #b9b9b9;
	border-bottom: solid 1px #b9b9b9;
	z-index:2000;
}

.nav-tab-menu-buyer ul {
	background-color: #f2faff;
}

.nav-tab-menu-provider ul {
	background-color: #f5f5f5;
}

.nav-tab-menu ul li {
	margin: 0;
	letter-spacing: .01em;
}

.nav-tab-menu ul li a {
	display: block;
	padding: 6px 4px 6px 8px;
	color: #333;
	text-decoration: none;
	width: 81px;
	outline:none;
}

.nav-tab-menu ul li a:visited {
 	color: #333;
}

.nav-tab-menu-provider ul li a {
	border-left: solid 1px #d7d7d7;
	border-right: solid 1px #d7d7d7;
	border-bottom: solid 1px #e7e7e7;
	border-top: none;
}

.nav-tab-menu-buyer ul li a {
	border-left: solid 1px #c4e6ff;
	border-right: solid 1px #c4e6ff;
	border-bottom: solid 1px #e1f2ff;
	border-top: none;
}

.nav-tab-menu-buyer ul li a.nav-tab-menu-item-first {
	background: url('/style/projlance/nav/nav_sprite7a96.gif') repeat-x 0 -120px;
}

.nav-tab-menu-provider ul li a.nav-tab-menu-item-first {
	background: url('/style/projlance/nav/nav_sprite7a96.gif') repeat-x 0 -170px;
}

.nav-tab-menu-buyer ul li a.nav-tab-menu-item-last {
	border-bottom: solid 1px #c4e6ff;
}

.nav-tab-menu-provider ul li a.nav-tab-menu-item-last {
	border-bottom: solid 1px #d7d7d7;
}

.nav-tab-menu ul li a:hover {
	color: #fff;
	background: #67AB3A;
	text-decoration: none;
}

.nav-tab-menu #nav-tab-menu-0 {
	left: 0px;
}

.nav-tab-menu #nav-tab-menu-1 {
	left: 95px;
}

.nav-tab-menu #nav-tab-menu-2 {
	left: 190px;
}

.nav-tab-menu #nav-tab-menu-3 {
	left: 285px;
}

.nav-tab-menu #nav-tab-menu-4 {
	left: 380px;
}


/* secondary nav */

.nav-secondary {
	margin: 0;
	padding: 0;
	float: left;
	font-size: 12px;
	color: #5d5d5d;
	width: 100%;
	height: 40px;
	background-color: #fafafa;
}

.nav-secondary li {
	display: inline;
	text-align: center;
	letter-spacing: .01em;
}

.nav-secondary li a  {
	float: left;
	display: block;
	color: #5d5d5d;
	padding: 5px 5px 0px 5px;
	height: 18px;
	margin-top: 7px;
	text-decoration: none;
	width: 85px;
	text-align: center;
	background: url('/style/projlance/nav/nav_sprite7a96.gif') no-repeat 0 -280px;
	outline: none;
	line-height: 1.15em;
}

.nav-secondary li a.nav-secondary-wrap {
	padding-top: 0px;
	height: 22px;
}

.nav-secondary li a:visited {
	color: #5d5d5d;
}

.nav-secondary li a.nav-secondary-first {
	background: none;
}

.nav-secondary li a:hover {
	color: #67ab3a;
	text-decoration: none;
}

.nav-secondary li a.nav-secondary-selected {
	font-weight: bold;
	border-bottom: 0px;
	color: #333;
}

.nav-secondary li a.nav-secondary-selected:hover {
	color: #67ab3a;
}


/* left navigation */

.nav-left {	
	list-style: none;
	margin-left: -10px;
	position: relative;
	padding: 0;
	border: none;
	width: 180px;
}

.nav-left li {
	margin: 0;
}

.nav-left li a.nav-left-item {
	display: block;
	color: #5d5d5d;
	text-decoration: none;
	outline: none;
	padding-left: 4px;
	width: 176px;
}

.nav-left li a.nav-left-item div {
	padding: 7px 6px;
	cursor: pointer;
	height: 15px;
}

.nav-left li a.nav-left-item:hover {
	color: #fff;
	background-color: #67AB3A;
	text-decoration: none;
}

.nav-left li.nav-left-selected {
	background: url('/style/projlance/nav/nav_rounded.gif') no-repeat 0 0px;
}

.nav-left li.nav-left-selected a.nav-left-item {
	background: url('/style/projlance/nav/nav_rounded.gif') no-repeat 176px -31px;
	font-weight: bold;
	color: #333;
}

.nav-left li.nav-left-selected a.nav-left-item:hover {
	background: url('/style/projlance/nav/nav_rounded.gif') no-repeat 176px -31px;
	color: #67ab3a;
}

.nav-left li.nav-left-selected a.nav-left-item div {
	border-top: solid 1px #d6d6d6;
	border-bottom: solid 1px #d6d6d6;
	width: 161px;
}

.nav-left-expandable-closed ul {
	display:none;
}

.nav-left-expandable-open {
	width: 180px;
}

.nav-left-expandable-closed {
	width: 180px;
}

.nav-left li a.nav-left-item-toggle {
	display: block;
	color: #5d5d5d;
	text-decoration: none;
	outline: none;
	padding-left: 5px;
	width: 167px;
}

.nav-left li a.nav-left-item-toggle div {
	padding: 8px 5px 7px;
	cursor: pointer;
}

.nav-left li a.nav-left-item-toggle:hover {
	color: #fff;
	background-color: #67AB3A;
	text-decoration: none;
}

.nav-left li.nav-left-expandable-open a.nav-left-item-toggle:hover {
	background: #fff;
	color: #67AB3A;
}

.nav-left-expandable-open a.nav-left-expandable-item:hover {
	background: #fff;
}

.nav-left li.nav-left-expandable-open a.nav-left-item-toggle div {
	padding-left: 1px;
	padding-top: 6px;
}

.nav-left-expandable-open .tl {
	background: url('/style/projlance/nav/nav_rounded.gif') no-repeat 0 -62px;
	height: 100%;
}

.nav-left-expandable-open .tr{
	background: url('/style/projlance/nav/nav_rounded.gif') no-repeat 176px -212px;
	height: 100%;
}

.nav-left-expandable-open .bl {
	background: url('/style/projlance/nav/rounded-corners-bl.gif') no-repeat 0 100%;
	height: 100%;
	padding-left: 4px;
}

.nav-left-expandable-open .br{
	background: url('/style/projlance/nav/rounded-corners-br.gif') no-repeat 100% 100%;
	height: 100%;
	padding-right: 4px;
}

.nav-left-expandable-open .md {
	border-top: solid 1px #d6d6d6;
	border-bottom: solid 1px #d6d6d6;	
}

.expand-symbol {
	background: url('/style/projlance/buttons/plus-minus.png') no-repeat top left;
	background-position: 0 -19px; height: 9px; width: 9px;
	display:inline-block;
}

.collapse-symbol {
	background: url('/style/projlance/buttons/plus-minus.png') no-repeat top left;
	background-position: 0 -5px; height: 9px; width: 9px;
	display:inline-block;
}

.nav-left-expandable-open ul {
	list-style: none;
	position: relative;
	padding: 0;
	border: none;
	font-size: 11px;
	margin: 0px;
	margin-bottom: 5px;
	display: block;
}

.nav-left-expandable-open ul li {
	margin: 0;
}

.nav-left-expandable-open ul li a.nav-left-expandable-item {
	display: block;
	padding: 3px 0px 3px 7px;
	color: #5d5d5d;
	text-decoration: none;
	width: 160px;
	font-weight: normal;
}

.nav-left-expandable-open ul li a.nav-left-expandable-item:hover {
	color: #67AB3A;
	background: #fff;
}

.nav-left-expandable-open ul li a.nav-left-expandable-item-selected {
	font-weight: bold;
}

.nav-left-divider {
	color: #d6d6d6;
	border-top: solid 1px #d6d6d6;
	margin: 10px 0px 0px;
	height: 10px;
	padding: 0px;
}

/* footer */
#eol-footer-helpus {
	float: right;
}

.eol-footer-map {
	float: left;
	width: 190px;
	height: 110px;
}

.eol-footer-map dt {
	font-size: 12px;
	font-weight: bold;
	color: #939393;
	margin-bottom: 8px;
}

.eol-footer-map dd {
	margin: 3px 0px;
}

#eol-footer-category {
	margin-top: 40px;
}

#eol-footer-copyright {
	margin-top: 20px;
}

#eol-footer-logo {
	margin-top: 5px;
}

#eol-footer-logo .nav-logo-sprite {
  position: relative;
  top: 18px;
}

/* recent wr dropdown */
#wr-recent-title {
	padding: 5px 10px;
	cursor: pointer;
}

#wr-recent-title img {
	vertical-align: middle;
}

#wr-recent-title:hover {
	text-decoration: none;
	color: #5d5d5d;
}

.wr-recent-title,
.wr-recent-title-selected {
	border: solid 1px #fff;
	display: inline-block;
}

.wr-recent-title:hover {
	border: solid 1px #ccc;
}

#wr-recent-c {
	position:relative;	
	z-index: 1000;
}

#wr-recent-list {
	position: absolute;
	width: 400px;
	border: solid 1px #d7d7d7;
	border-right: solid 2px #999;
	border-bottom: solid 2px #999;
	padding: 5px 10px 10px 10px;
	background-color: #fff;
	font-size: 12px;
	font-weight: normal;
	top: 5px;
}

#wr-recent-list ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#wr-recent-list li {
	padding: 2px 0px;
}

.wr-recent-joblist {
	border-top: dotted 1px #d7d7d7;
	padding-top: 15px;
	margin-top: 15px;
}

/* old projlance styles for crossover */
h1.eol-old, h2.eol-old, h3.eol-old, h4.eol-old, h5.eol-old, h6.eol-old { 
	color: #930;	
	margin: 20px 0; 
	font-weight: bold;
}

h1.eol-old {
	font-size: 30px;
}

h2.eol-old {
	font-size: 26px;
}

h3.eol-old {
	font-size: 23px;
}

h4.eol-old {
	font-size: 20px;
}

h5.eol-old {
	font-size: 15px;
}

h6.eol-old {
	font-size: 13px;
}

.GlobalAlertPosition {
	position: fixed;
	bottom: 30px;
	right: 50px;
	width: 100px;
	height: 40px;
	background: blue;
}


/* global alert styles */
div.GlobalAlertContainer {
	width: 282px;
	margin: 0px;
	padding: 0px;
	z-index: 2000;
	position: fixed;
	right: 0px;
	bottom: -145px;
}

td.GlobalAlertContainerContent {
	width: 279px;
	vertical-align: bottom;
}

div.GlobalAlert {
	width: 279px;
	height: 0px;
	padding: 5px 0px;
}

div.GlobalAlertBubble {
	background: url(/style/projlance/collab/msg-notification-talk-bubble-no-shadow.png) no-repeat;
	opacity: 0.95;
}

div.GlobalAlert .GlobalAlertMainText {
	opacity: 1.0;
	width: 249px;
}

div.GlobalAlert .GlobalAlertMainTitle {
	margin: 8px 0px 8px 15px;
	width: 235px;
}

div.GlobalAlert .GlobalAlertMainTitleText {
	opacity: 1.0;
	color: #005EBE;
	width: 235px;
	font-size: 12px;
	font-weight: bold;
	overflow: hidden;
}

div.GlobalAlert .GlobalAlertMainSubtitleText {
	opacity: 1.0;
	width: 235px;
	font-size: 11px;
	overflow: hidden;
}

div.GlobalAlert .GlobalAlertMainTextPlain {
	margin: 8px 15px 0px 15px;
	color: #005EBE;
	font-size: 11px;
}

div.GlobalAlert .GlobalAlertMainTextContainer {
	overflow: hidden;
	line-height: 13px;
	height: 26px;
}

div.GlobalAlert .GlobalAlertMainTextHighlight {
	color: #005EBE;
}

div.GlobalAlert .GlobalAlertMainRule {
	margin: 0px 15px;
	padding: 0px;
	width: 249px;
	height: 1px;
	background: url(/style/projlance/collab/msg-notification-dotted-rule.png) repeat-x;
}

div.GlobalAlert .GlobalAlertMainClose {
	width: 16px;
	height: 16px;
	margin: 6px 6px 0px 0px;
	background: url(/style/projlance/collab/msg-notification-x-close.gif) no-repeat;
	cursor: pointer;
}

.button-sharethis { 
  padding-left: 20px;
  padding-bottom: 2px;
  padding-top: 1px;
}

/*
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
Version 0.11.0
Modified for Projlink, Inc.
*/

.overlay {
  position:absolute;
  display:block;
}

.tt {
  visibility:hidden;
  position:absolute;
  color:#333;
  background-color:#FDFFB4;
  font-family:arial,helvetica,verdana,sans-serif;
  padding:2px;
  border:1px solid #FCC90D;
  font:100% sans-serif;
  width:auto;
}

* html body.masked select {
  visibility:hidden;
}

* html div.panel-container select {
  visibility:inherit;
}

* html div.drag select {
  visibility:hidden;
}

* html div.hide-select select {
  visibility:hidden;
}

.mask {
  z-index:0;   
  display:none;
  position:absolute;
  top:0;
  left:0;
  -moz-opacity: 0.5;
  opacity:.50;
  filter: alpha(opacity=50);
  background-color:#CCC;
}

.hide-scrollbars * {
  overflow:hidden;
}

.hide-scrollbars textarea, .hide-scrollbars select {
  overflow:hidden;
  display:none;
}

.show-scrollbars textarea, .show-scrollbars select {
  overflow:visible;
}

.panel-container {
  position:absolute;
  background-color:transparent;
  z-index:6;
  visibility:hidden;
  overflow:visible;
  width:auto;
}

.panel-container.matte {
  padding:3px;
  background-color:#FFF;
}

.panel-container.matte .underlay {
  display:none;
}

.panel-container.shadow {
  padding:0px;
  background-color:transparent;
}

.panel-container.shadow .underlay {
  visibility:inherit;
  position:absolute;
  background-color:#CCC;
  top:4px; 
  left:4px;
  z-index:0;
  width:100%;
  height:100% !important;
  -moz-opacity: 0.7;
  opacity:.70;
  filter:alpha(opacity=70);
  zoom:1;
}

.panel {
  visibility:hidden;
  position:relative;
  left:0px;top:0px;
  font:1em Arial;
  background-color:#FFF;
  border:1px solid #000;
  z-index:1;
  overflow:hidden;
}

.panel .hd, .panel .header {
  color: #993300;
  font-weight: bold;
  font-size: 23px;
}
.headerSmall {
  color: #993300;
  font-weight: bold;
  font-size: 14px;
}
.blueheader {
  font-size: 9pt; 
  color:  #993300;
  font-weight: normal; 
}

.panel .hd {
  background-color:#fff;
  overflow:hidden;
  padding: 8px 5px 5px 20px;
  background-image: url(/style/projlance/dialogs/40px-gradient.png);
	background-repeat: repeat-x;
  height: 27px;
	margin-bottom: 5px;
}
.panel .lockicon {
  background: transparent url(/style/projlance/secure-server-lock-icon.gif) no-repeat;
  width: 14px; height: 21px;
}

.panel .bd {
  overflow:hidden;
  padding-left: 20px;
  padding-right: 20px;
}

.panel .bd p {
  margin: 0px 0px;
}

.panel .close {
  position:absolute;
  top:5px;
  right:4px;
  z-index:6;
  height:16px;
  width:16px;
  margin:0px;
  padding:0px;
  background-repeat:no-repeat;
  cursor:pointer;
  visibility:inherit;
}

.panel .close.nonsecure {
  background-image: url(/style/projlance/dialogs/close-x.gif);
}

.panel .close.secure {
  background-image: url(/style/projlance/dialogs/close-x.gif);
}

.panel .ft {
  padding:4px;
	padding-left: 20px;
  overflow:hidden;
	text-align: left;
}

.simple-dialog .bd .icon {
  background-repeat:no-repeat;
  width:16px;
  height:16px;
  margin-right:10px;
  float:left;
}

.dialog .ft, .simple-dialog .ft {
  padding-bottom:5px;
  padding-right:5px;
  text-align: left;
}

.dialog form, .simple-dialog form {
  margin:0;
}

.button-group button {
  font:100 76% verdana;
  text-decoration:none;
  background-color: #E4E4E4;
  color: #333;
  cursor: pointer;
  vertical-align: middle;
  border: 2px solid #797979;
  border-top-color:#FFF;
  border-left-color:#FFF;
  margin:2px;
  padding:2px;
}

.button-group button.default {
  font-weight:bold;
}

.button-group button:hover, .button-group button.hover { 
  border:2px solid #90A029;
  background-color:#EBF09E;
  border-top-color:#FFF;
  border-left-color:#FFF;
}

.button-group button:active { 
  border:2px solid #E4E4E4;
  background-color:#BBB;
  border-top-color:#333;
  border-left-color:#333;
}

.button-group .continue, .button-group .continue:hover {
  border-style: none;
  background-color: #FFFFFF;
  padding: 0px;
  height: 27px; width: 99px;
  background: url(/style/projlance/buttons/continue-button.gif) 0 0 no-repeat;
}

.button-group .submit, .button-group .submit:hover {
  border-style: none;
  background-color: #FFFFFF;
  padding: 0px;
  height: 27px; width: 85px;
  background: url(/style/projlance/buttons/submit-button-big.gif) 0 0 no-repeat;
}

.button-group .cancel, .button-group .cancel:hover {
  border-style: none;
  background-color: #FFFFFF;
  padding: 0px;
  height: 27px; width: 76px;
  background: url(/style/projlance/buttons/cancel-button-big.gif) 0 0 no-repeat;
}

.button-group .yes-small, .button-group .yes-small:hover {
  border-style: none;
  background-color: #FFFFFF;
  padding: 0px;
  height: 21px; width: 51px;
  background: url(/style/projlance/buttons/yes-btn-small.gif) 0 0 no-repeat;
}

.button-group .cancel-small, .button-group .cancel-small:hover {
  border-style: none;
  background-color: #FFFFFF;
  padding: 0px;
  height: 21px; width: 67px;
  background: url(/style/projlance/buttons/cancel-btn-small-grey.gif) 0 0 no-repeat;
}

.button-group .save-small, .button-group .save-small:hover {
  border-style: none;
  background-color: #FFFFFF;
  padding: 0px;
  height: 21px; width: 56px;
  background: url(/style/projlance/buttons/save-btn-small.gif) 0 0 no-repeat;
}

.contactMePanel_YUI .hd {
	background-color:#EDEBE0;
	overflow: hidden;
	padding: 0;
	height: 10px;
	margin: 0;
}

.confirmation {
	background-color: #F5FDF5; 
	border: 1px solid #D7D7D7; 
	padding: 10px 0px 15px 40px; 
	margin-bottom: 20px; 
	background-image: url(/style/projlance/icons/confirmation-icon.gif); 
	background-repeat: no-repeat; 
	background-position: 10px 10px;
}

.confirmation_title {
	font-weight: bold; 
	font-size: 14px;
}

.confirmation_title_detail {
        font-size: 15px;
}

.confirmation_subtitle {
	font-size: 13px;
	font-weight: bold;
}

ul.smallList {
        margin:0px;
}

ul.smallList li {
        font-size: 12px;
        margin: 3px 0px;
}





/** Bubble Specific **/

/* Yellow Gradient [sign In] */

/*
li { margin-left: 40px; }
*/

.bubbleYlwGradient {
  background-color: #FFFFFF;
}
.bubbleYlwGradient div {
	overflow: hidden;
}
.bubbleYlwGradientHeight {
	height: 100px;
}
.bubbleYlwGradientWidth {
	width: 298px;
}
.bubbleYlwGradientTLC {
  clear: left; float: left; 
  height: 38px; width: 6px;
  background-image:url(/style/projlance/bin/38px-gradient-leftcorners.png);
}
.bubbleYlwGradientT {
  float: left; 
	height: 28px;
  background-image:url(/style/projlance/bin/38px-gradient.png);
  background-repeat: repeat-x;
  padding-top: 10px;  padding-bottom: 0px;
  font-weight: bold; 
}
.bubbleYlwGradientT div { float:left; }
.bubbleYlwGradientTRC {
  float: left; 
  height: 38px; width: 6px;
  background-image:url(/style/projlance/bin/38px-gradient-rightcorners.png);
}
.bubbleYlwGradientL {
  clear: left; float: left;
  border-left:1px solid #D5D4C7;
  padding-right:5px;
}
.bubbleYlwGradientM { 
  float: left;
}
.bubbleYlwGradientC {
  padding-left: 22px;
}
.bubbleYlwGradientSquish { 
  float:left;
}
.bubbleYlwGradientR {
  float: left;
  padding-left:5px;
  border-right:1px solid #D5D4C7;
}
.bubbleYlwGradientBLC {
  clear: left; float: left; 
  height: 6px; width: 6px;
  background: url(/style/projlance/bin/6px-solidbottombox.gif);
}
.bubbleYlwGradientB {
  float: left;
  height: 6px;
  background: url(/style/projlance/bin/6px-solidbottombox.gif) -6px 0px;
}
.bubbleYlwGradientBRC {
  float: left;
  height: 6px; width: 6px;
  background: url(/style/projlance/bin/6px-solidbottombox.gif) -309px 0px no-repeat;
}


.bubbleSpacer {
  clear: left;
  height: 10px;
}


/*** OTHER ***/

.errorbox {
	display: none;
	min-height: 35px;
	/* min-height hack for IE6 */
	height: auto !important;
	height: 35px;
	border: 1px solid #F2C217;
	background-color: #FFFFDD;
	padding: 5px 5px 5px 50px;
	color: red;
	font-weight: bold;
	background: #FFFFDD url(/style/projlance/warning-icon-small.gif) no-repeat 6px 6px;
	margin-bottom: 15px;
}

.ulchecks {
	list-style-image: url(/images/checkmark_red.gif);
	margin: 0px;
	padding: 4px;
}

.signinpanel, .regchoosedialog, .forgotLdialog, .forgotPdialog {
	width: 350px;
}
.signinpanel .bd {
	min-height: 250px;
	/* min-height hack for IE6 */
	height: auto !important;
	height: 250px;
	/* Also required for min-height hackits th */
	overflow: visible;
}
.signinpanel .ft {
	padding-bottom:15px;
	color:#666666;
	font-size:11px;
}

.signinpanelsecure input, 
.regChooseDialog input, 
.forgotLdialog input, 
.forgotPdialog input {
	font-size: 14px;
	width: 145px;
}
.signinpanelsecure .forminput, 
.regChooseDialog .forminput, 
.forgotLdialog .forminput, 
.forgotPdialog .forminput {
	margin-top: 4px;
	height: 30px;
}

.signinpanelsecure {
	width: 310px;
	height: 340px;
	border: 0px;
}
.signinpanelsecure .bd {
	height: 205px;
	padding-left:0px; padding-right:0px;
}
.signinpanelsecure .bubblewrapper {
	height: 200px;
}
.signinpanelsecure .privacy {
	padding: 0 0 0 10px;
}

/** since this is an embedded dialog, remove padding **/
.signinpanelsecure .ft {
	padding-left: 0px;
	position: absolute;
	bottom: 0px;
}

.signinpanelsecure .lockicon { 
	position: absolute;
	bottom: 14px;
	right: 4px;
	z-index: 6;
	cursor: pointer;
	visibility: inherit;
	background: transparent url(/style/projlance/secure-server-lock-icon.gif) no-repeat;
	width: 14px; height: 21px;
}

/** copied from projlancecommon.css **/
.displayNone {
	display: none;
}

.button-group button, .button-group .continue {
  font:100 76% verdana;
  text-decoration:none;
  background-color: #E4E4E4;
  color: #333;
  cursor: pointer;
  vertical-align: middle;
  border: 2px solid #797979;
  border-top-color:#FFF;
  border-left-color:#FFF;
  margin:2px;
  padding:2px;
	vertical-align: middle;
}

.button-group .continue, .button-group .continue:hover {
  border-style: none;
  background-color: #FFFFFF;
  padding: 0px;
  height: 27px; width: 99px;
  background: url(/style/projlance/buttons/continue-button.gif) 0 0 no-repeat;
	cursor: pointer;
}

.button-group .submit, .button-group .submit:hover {
  border-style: none;
  background-color: #FFFFFF;
  padding: 0px;
  height: 27px; width: 85px;
  background: url(/style/projlance/buttons/submit-button-big.gif) 0 0 no-repeat;
}

.button-group .cancel, .button-group .cancel:hover {
  border-style: none;
  background-color: #FFFFFF;
  padding: 0px;
  height: 27px; width: 76px;
  background: url(/style/projlance/buttons/cancel-button-big.gif) 0 0 no-repeat;
}

#signInBody {
	font-family: Arial, Helvetica, sans-serif;
	color: #414141;
	font-size: 13px;
}


.iconsmall {
	font-size: 11px;
}

.formlabel {
	font-size: 12px;
}

.inputfooter {
	color: #666666;
	font-size: 11px;
}

.signinpanelsecure .ft {
	padding-left: 0px;
	position: absolute;
	bottom: 0px;
}

