

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

ul li {
    list-style:none;
	list-style-type:none;
}


/* 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;
}

a:link {
	color: #1b6ccd;
	text-decoration: none;
}

a:visited {
	color: #1b6ccd;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #00468C;
}

a.markvisited:link {
	color: #1b6ccd;
	text-decoration: none;
}

a.markvisited:visited {
	color: #00468C;
	text-decoration: none;
}

a.markvisited:hover {
	text-decoration: underline;
	color: #00468C;
}

img {
	border: 0;
}

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

p {
  margin-bottom: 12px;
}

/* ***** Common Elance Styles ***** */
.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;
}

.bold {
	font-weight: bold;
}

.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: #1b6ccd;
	text-decoration: none;
}

.pagenavcommon a:visited {
	color: #1b6ccd;
	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: #1b6ccd;
}

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

.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: #1b6ccd;
}

.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(/media/images/4.0/sort-arrow-down.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding-right: 6px;
}
.sortUp {
	background-image: url(/media/images/4.0/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('/media/images/4.0/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: #1B6CCD;
	cursor: pointer;
}

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

.clickabletr {
	cursor: pointer;
}

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

.displayNone {
	display: none;
}

.visibilityHidden {
	visibility: hidden;
}

.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(/media/images/4.0/train-active.png);
	background-repeat: no-repeat;
}
.trainsquare-inactive {
	background-image: url(/media/images/4.0/train-inactive.png);
	background-repeat: no-repeat;
}
.trainsquare-past {
	background-image: url(/media/images/4.0/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 {
	border-bottom: 2px solid #8B2500;
}
.trainline-inactive {
	border-bottom: 2px solid #D1D1D1;
}
.trainline-past {
	border-bottom: 2px solid #C4917F;
}
.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(/media/images/4.0/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;
}
.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(/media/images/4.0/smalldot.gif) left 5px no-repeat;
	padding-left: 10px;
}

.left {
	float: left;
}

.right {
	float: right;
}
.clearBoth {
	clear: both;
}
.moreInfo {
  font-size: 12px;
}
.confirmationBox{
	max-width: 800px;
}
.confirmationBox .header{
	background-color: #E2F9E3;
	border: 1px solid #85CF85;
	padding: 10px 0px 15px 30px;
	margin-top: 30px;
	background-image: url(/media/images/4.0/green-checkmark.gif); 
	background-repeat: no-repeat; 
	background-position: 4px 12px;
}
.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;
}

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

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

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

.breadcrumb {
  font-size: 11px;
}

/* 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(/media/images/4.0/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;
}

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

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

.filterBox #fbRight {
	display: block;
	height: 26px;
	width: 530px;
	padding: 8px 10px 2px 10px;
	background: url('/media/images/4.0/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('/media/images/4.0/filter-box.jpg') repeat-x left -72px;
	_width: 1%;
}

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

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

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

a.bc_link:link, a.bc_link:visited{
	color: #1b6ccd;
	text-decoration: none;
}

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

.flowstep {
	background-image:url(/media/images/4.0/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(/media/images/4.0/info-icon-medium.gif) no-repeat 10px 10px;
	background-color: #fff;
}








/* 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-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-icon-sprite { background: url('/media/images/4.0/nav/nav_icon_sprite.jpg?v=9.3.0.7') no-repeat top left; cursor: pointer; }
.nav-icon-logo { background-position: 0 -10px; height: 27px; width: 113px; }
.nav-icon-post { background-position: 0 -250px; height: 21px; width: 104px; margin-top: 3px; } 
.nav-icon-go { background-position: 0 -219px; height: 21px; width: 37px; float:left; margin-left: 5px; } 
.nav-icon-amex { background-position: 0 -47px; height: 33px; width: 78px; float: left; margin-left: 20px; } 
.nav-icon-bbb { background-position: 0 -90px; height: 33px; width: 87px; float: left; margin-left: 20px; } 
.nav-icon-paypal { background-position: 0 -133px; height: 33px; width: 50px; float: left; margin-left: 20px; } 
.nav-icon-truste { background-position: 0 -176px; height: 33px; width: 119px; float: left; margin-left: 20px; } 
.verisign_icon { float: left; }

/* 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-layout-s1, 
.eol-layout-s2, 
.eol-layout-s3, 
.eol-layout-s4, 
.eol-layout-s5 {
	float: left;
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
}

.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;
}

.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('nav_sprite.gif?v=9.3.0.7') 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 .eol-layout-s5 {
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
	margin-top: 17px;
	margin-bottom: 10px;
}


/* context nav */

#nav-context {
	text-align: center;
}

#nav-context ul {
	margin: 0 0 0 180px;
	padding: 0;
	font-size: 12px;
	color: #939393;
	list-style:none;
	list-style-type:none;
}

#nav-context ul li {
	display: inline;
	list-style:none;
	list-style-type:none;
}

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

#nav-context ul li a:hover {
	color: #82B5DB;
}

#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: #82B5DB;
}

#nav-login {
	text-align: right;
	position: relative;
	left: 10px;
	font-size: 11px;
}

/* account nav */

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

#nav-account-ci {
	position:absolute;
	width: 375px;
	top: 12px;
	left: 565px;
	text-align:right;
}

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


/* global search */

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

.eol-search-divider {
	padding-right: 10px;
	background: url('nav_sprite.gif?v=9.3.0.7') 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('/media/images/4.0/nav/nav_icon_sprite.jpg?v=9.3.0.7') no-repeat -4px -281px;
	float: left;
	outline:none;
	height:15px;
	border-left: solid 1px #d7d7d7;
}

#eol-search-elem .eol-search-context-button a:hover {
	background: url('/media/images/4.0/nav/nav_icon_sprite.jpg?v=9.3.0.7') no-repeat -4px -311px;
}

#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: #82B5DB;
}


/* 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: 14px;
	color: #5d5d5d;
	width: 100%;
	border-bottom: solid 1px #939393;
}*/

.nav-tab {

}

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

.nav-tab li div {
	float: left;
	width: 95px;
	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-tab-none li div {
	top: 0px;
}

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

.nav-tab-buyer li div a {
	background: url('nav_sprite.gif?v=9.3.0.7') repeat-x 0 0;
	border-top: solid 1px #d5edff;
	border-right: solid 1px #d5edff;
}

.nav-tab-provider li div a {
	background: url('nav_sprite.gif?v=9.3.0.7') 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: 96px;
}


.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: #82B5DB;
	text-decoration: none;
}

.nav-tab-buyer li.nav-tab-menu-open div a {
	background: url('nav_sprite.gif?v=9.3.0.7') 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('nav_sprite.gif?v=9.3.0.7') 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-tab li.nav-tab-selected div {
	width: 96px;
}

.nav-tab-buyer li.nav-tab-selected div a, 
.nav-tab-buyer li.nav-tab-selected div a:hover {
	background: url('nav_sprite.gif?v=9.3.0.7') 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('nav_sprite.gif?v=9.3.0.7') 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: #82B5DB;
}

/* 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;*/
	/*border-top: solid 1px #ffffff;*/
	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;*/
	width: 110px;
	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('nav_sprite.gif?v=9.3.0.7') repeat-x 0 -120px;
}

.nav-tab-menu-provider ul li a.nav-tab-menu-item-first {
	background: url('nav_sprite.gif?v=9.3.0.7') 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: #82B5DB;*/
	background:#FE5534;
	text-decoration: none;
	list-style:none;
	list-style-type:none;
}

.nav-tab-menu #nav-tab-menu-0 {
	left: 0px;
	list-style:none;
	list-style-type:none;
	top:62px;
	left:13px;
}

.nav-tab-menu #nav-tab-menu-1 {
	left: 137px;
	list-style:none;
	list-style-type:none;
	top:62px;
}

.nav-tab-menu #nav-tab-menu-2 {
	left: 261px;
	list-style:none;
	list-style-type:none;
	top:62px;
}

.nav-tab-menu #nav-tab-menu-3 {
	left: 385px;
	list-style:none;
	list-style-type:none;
	top:62px;
}

.nav-tab-menu #nav-tab-menu-4 {
	left: 509px;
	list-style:none;
	list-style-type:none;
	top:62px;
}


/* secondary nav */

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

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

.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('nav_sprite.gif?v=9.3.0.7') no-repeat 0 -280px;
	outline: none;
	line-height: 1.15em;
}

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

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

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

.nav-secondary li a:hover {
	color: #82B5DB;
	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: #82B5DB;
}


/* 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: #82B5DB;
	text-decoration: none;
}

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

.nav-left li.nav-left-selected a.nav-left-item {
	background: url('/media/images/4.0/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('/media/images/4.0/nav/nav_rounded.gif') no-repeat 176px -31px;
	color: #82B5DB;
}

.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: #82B5DB;
	text-decoration: none;
}

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

.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('/media/images/4.0/nav/nav_rounded.gif') no-repeat 0 -62px;
	height: 100%;
}

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

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

.nav-left-expandable-open .br{
	background: url('/media/images/4.0/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('/media/images/4.0/buttons/plus-minus.png') no-repeat top left;
	background-position: 0 -19px; height: 9px; width: 9px;
	display:inline-block;
}

.collapse-symbol {
	background: url('/media/images/4.0/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: #82B5DB;
	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-icon-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 elance 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;
}


/*
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 Elance, 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(/media/images/4.0/dialogs/40px-gradient.png);
	background-repeat: repeat-x;
  height: 27px;
	margin-bottom: 5px;
}
.panel .lockicon {
  background: transparent url(/media/images/4.0/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(/media/images/4.0/dialogs/close-x.gif);
}

.panel .close.secure {
  background-image: url(/media/images/4.0/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: 29px; width: 91px;
  background: url(/media/images/4.0/buttons/continue-button.gif) 0 0 no-repeat;
}

.button-group .submit, .button-group .submit:hover {
  border-style: none;
  background-color: #FFFFFF;
  padding: 0px;
  height: 29px; width: 79px;
  background: url(/media/images/4.0/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: 29px; width: 76px;
  background: url(/media/images/4.0/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: 24px; width: 46px;
  background: url(/media/images/4.0/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: 24px; width: 58px;
  background: url(/media/images/4.0/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: 24px; width: 52px;
  background: url(/media/images/4.0/buttons/save-btn-small.gif) 0 0 no-repeat;
}

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



/** 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(/media/images/4.0/bin/38px-gradient-leftcorners.png);
}
.bubbleYlwGradientT {
  float: left; 
	height: 28px;
  background-image:url(/media/images/4.0/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(/media/images/4.0/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(/media/images/4.0/bin/6px-solidbottombox.gif);
}
.bubbleYlwGradientB {
  float: left;
  height: 6px;
  background: url(/media/images/4.0/bin/6px-solidbottombox.gif) -6px 0px;
}
.bubbleYlwGradientBRC {
  float: left;
  height: 6px; width: 6px;
  background: url(/media/images/4.0/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(/media/images/4.0/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(/media/images/4.0/secure-server-lock-icon.gif) no-repeat;
	width: 14px; height: 21px;
}

/** copied from elancecommon.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: 29px; width: 91px;
  background: url(/media/images/4.0/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: 29px; width: 79px;
  background: url(/media/images/4.0/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: 29px; width: 76px;
  background: url(/media/images/4.0/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;
}

