

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

body {padding:5px;}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address { margin:20px 0; }
li, dd, blockquote { margin-left: 40px; }
fieldset { padding:10px; }

html {
	background-color: #ffffff;
}

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

html, body {
	border: 0px;
}

h1 {
	color: #930;
	font-weight: bold;
	font-size: 20px;
}

h2 {
	color: #930;
	font-weight: bold;
	font-size: 26px;
}

h3 {
	color: #930;
	font-weight: bold;
	font-size: 23px;
}

h4 {
	color: #930;
	font-weight: bold;
	font-size: 20px;
}

h5 {
	color: #930;
	font-weight: bold;
	font-size: 15px;
}

.h5bin {
	margin: 20px 0px 5px 0px;
}

.h5nomargintop {
	margin-top: 7px;
}

.h5shortmarginbottom {
	margin-bottom: 5px;
}

h6 {
	color: #930;
	font-weight: bold;
	font-size: 13px;
}

hr {
	padding: 0px;
	margin: 0px;
	border-top: 1px solid #b5b5b5;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	color: #DDDDDD;
	text-align: center;
}

p {
	color: #414141;
	font-size: 13px;
}

div {
	color: #414141;
	font-size: 13px;
}

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 {
	border: 1px solid #B1B7BB;
	font-size: 12px;
	color: #414141;
	padding: 2px 2px 2px 5px;
	font-family: Arial, Helvetica, sans-serif;
}

select {
	border: 1px solid #B1B7BB;
	font-size: 12px;
	color: #414141;
	padding: 0px 0px 0px 0px;
}

option {
	margin-left: 5px;
}

ul {
	list-style: disc;
	margin: 0 0 0 25px;
	padding: 0 0 0 15px;
}

form {
	margin:0;
} 

input {
	margin:0;
	font-size: 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;
}

.breadcrumbsmall {
	font-size: 11px;
}

.greetingcommon {
	font-size: 12px;
}

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

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

.listitem {
}

.colheader {
	font-weight: bold;
}

.listdatacell {
}

.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('http://www.elance.com/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;
}

