body {
	font-family: Helvetica,Arial,sans-serif;
	line-height: 1.3em;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #333;
	width: 100%;
	height: 100%;
}

img {
	border: 0;
}

html {
  height: 100%;
  margin-bottom: 1px;
}

form {
  margin: 0;
  padding: 0;
}

label { padding-left: 10px; display: block; text-transform: uppercase; font-weight: bold; color: #4F433A; }

input[type=text], select, textarea { 
	margin: 4px 4px 15px 0;
	padding: 4px 0;
	font-family: "Trebuchet MS", sans-serif; 
	font-size: 1.0em;
	border: 1px solid #c5c5c5; 
	display: block;
	width: 98%;
	color: #3F4547;
}

/**************************************/
/*** ROI CALCULATOR SPECIFIC STYLES ***/
/**************************************/

#roiCalc {
	background-image: url(/img/roi/roi_background.jpg);
	font-family: Helvetica,Arial,sans-serif;
	line-height: 1.3em;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #333;
	width: 932px;
	height: 564px;
	z-index: 10;
	overflow: hidden;
}

#roiFormMask {
	position: absolute;
	left: 243px;
	top: 31px;
	width: 674px;
	height: 531px;
	overflow: hidden;
}

#roiFormMain {
	position: absolute;
	left: 0;
	top: 0;
	width: 5000px;
	height: 5000px;
}

#roiCalc div#roiForm01 {
	position: absolute;
	width: 600px;
	left: 0;
	top: 100px;
	z-index: 10;
}

#roiCalc div#roiForm02 {
	position: absolute;
	width: 600px;
	left: 650px;
	top: 100px;
	z-index: 10;
}

#roiCalc div#roiForm03 {
	position: absolute;
	width: 600px;
	left: 1300px;
	top: 45px;
	z-index: 10;
}

#roiCalc div#roiForm04 {
	position: absolute;
	width: 600px;
	left: 2000px;
	top: 45px;
	z-index: 10;
}

#trakitROILogo {
	position: absolute;
	width: 170px;
	height: 20px;
	left: 886px;
	top: 2px;
	z-index: 10;
}

#roiClose {
	position: absolute;
	width: 44px;
	left: 886px;
	top: 2px;
	z-index: 10;
}

#roiClose img {
	border: 0;
}

#roiCalc div#basicInfo {
	position: absolute;
	background-image: url(/img/roi/basic_info.jpg);
	width: 243px;
	height: 86px;
	left: 0;
	top: 110px;
	opacity: 1;
	z-index: 14;
}

#roiCalc div#basicInfoOn {
	position: absolute;
	background-image: url(/img/roi/basic_info_on.jpg);
	width: 243px;
	height: 86px;
	left: 0;
	top: 110px;
	opacity: 1;
	z-index: 15;
}

#roiCalc div#averages {
	position: absolute;
	background-image: url(/img/roi/averages.jpg);
	width: 243px;
	height: 86px;
	left: 0;
	top: 196px;
	opacity: 1;
	z-index: 14;
}

#roiCalc div#averagesOn {
	position: absolute;
	background-image: url(/img/roi/averages_on.jpg);
	width: 243px;
	height: 86px;
	left: 0;
	top: 196px;
	opacity: 1;
	z-index: 15;
}

#roiCalc div#results {
	position: absolute;
	background-image: url(/img/roi/results.jpg);
	width: 243px;
	height: 86px;
	left: 0;
	top: 282px;
	opacity: 1;
	z-index: 14;
}

#roiCalc div#resultsOn {
	position: absolute;
	background-image: url(/img/roi/results_on.jpg);
	width: 243px;
	height: 86px;
	left: 0;
	top: 282px;
	opacity: 1;
	z-index: 15;
}

#roiCalc div#moreInfo {
	position: absolute;
	font-family: Helvetica,Arial,sans-serif;
	margin: 10px 0 0 20px;
	width: 198px;
	left: 0;
	top: 460px;
	z-index: 10;
}

#roiCalc div#moreInfo h1 {
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	margin: 0 0 10px 0;
}

#roiCalc div#moreInfo h2 {
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	margin: 0 0 10px 0;
}

#roiCalc div#moreInfo a {
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	margin: 0 0 0 0;
}

#roiCalc div#roiForm01next, div#roiForm02next, div#roiForm01nextDisabled, div#roiForm02nextDisabled {
	position: absolute;
	left: 420px;
	top: 350px;
	opacity: 1;
	z-index: 15;
}

#roiCalc div#roiForm03next, div#roiForm04next {
	position: absolute;
	left: 420px;
	top: 405px;
	opacity: 1;
	z-index: 15;
}

#roiCalc div#roiForm02back {
	position: absolute;
	left: 180px;
	top: 350px;
	opacity: 1;
	z-index: 15;
}

#roiCalc div#roiForm03back, div#roiForm04back {
	position: absolute;
	left: 185px;
	top: 405px;
	opacity: 1;
	z-index: 15;
}

#roiCalc div#roiForm04back {
	position: absolute;
	left: 285px;
	top: 405px;
	opacity: 1;
	z-index: 15;
}

.roiFormSelect {
	border: 0;
}

.roiExplainLink {
	color: #d45f00;
	font-weight: normal;
	font-size: 10px;
	cursor: pointer;
}

#trainingField, #integrateDispatchField, #integrateAccountingField {
	padding: 0;
	z-index: 10;
}

#roiForm01 .leftCol .row01 select {
	border: 0;
	color: #3F4547;
	font-weight: normal;
	width: 265px;
	z-index: 10px;
}

#roiForm01 .leftCol .row02 input {
	border: 0;
	color: #3F4547;
	font-weight: normal;
	width: 265px;
	margin: 4px 4px 0 0;
}

#roiForm01 .rightCol .row01 select {
	border: 0;
	color: #3F4547;
	font-weight: normal;
	width: 265px;
}

#roiForm01 .leftCol{
	position: absolute;
	left: 48px;
	width: 268px;
}

#roiForm01 .leftCol .row02{
	position: absolute;
	top: 69px;
}

#roiForm01 .leftCol .row03{
	position: absolute;
	top: 137px;
}

#roiForm01 .rightCol{
	position: absolute;
	left: 344px;
	width: 268px;
}

#roiForm01 .rightCol .row02{
	position: absolute;
	top: 65px;
}

#roiForm01 .rightCol .row03{
	position: absolute;
	top: 130px;
}

#roiForm02 .leftCol{
	position: absolute;
	left: 48px;
	width: 268px;
}

#roiForm02 .leftCol .row01 input {
	border: 0;
	color: #3F4547;
	font-weight: normal;
	width: 265px;
	margin: 4px 4px 0 0;
}

#roiForm02 .leftCol .row02{
	position: absolute;
	top: 65px;
}

#roiForm02 .leftCol .row02 input {
	border: 0;
	color: #3F4547;
	font-weight: normal;
	width: 265px;
	margin: 4px 4px 0 0;
}

#roiForm02 .leftCol .row03{
	position: absolute;
	top: 130px;
}

#roiForm02 .leftCol .row03 input {
	border: 0;
	color: #3F4547;
	font-weight: normal;
	width: 265px;
	margin: 4px 4px 0 0;
}

#roiForm02 .leftCol .row04{
	position: absolute;
	top: 195px;
}

#roiForm02 .leftCol .row04 input {
	border: 0;
	color: #3F4547;
	font-weight: normal;
	width: 265px;
	margin: 4px 4px 0 0;
}

#roiForm02 .rightCol{
	position: absolute;
	left: 344px;
	width: 268px;
}

#roiForm02 .rightCol .row01 input {
	border: 0;
	color: #3F4547;
	font-weight: normal;
	width: 265px;
	margin: 4px 4px 0 0;
}

#roiForm02 .rightCol .row02{
	position: absolute;
	top: 65px;
}

#roiForm02 .rightCol .row02 input {
	border: 0;
	color: #3F4547;
	font-weight: normal;
	width: 265px;
	margin: 4px 4px 0 0;
}

#roiForm02 .rightCol .row03{
	position: absolute;
	top: 130px;
}

#roiForm02 .rightCol .row03 input {
	border: 0;
	color: #3F4547;
	font-weight: normal;
	width: 265px;
	margin: 4px 4px 0 0;
}

#roiForm02 .rightCol .row04{
	position: absolute;
	top: 268px;
}

#roiForm02 .rightCol .row04 input {
	border: 0;
	color: #3F4547;
	font-weight: normal;
	width: 265px;
	margin: 4px 4px 0 0;
}

#roiForm03 #resultsFinalScreen input {
	border: 0;
	color: #3F4547;
	font-weight: normal;
	width: 163px;
	margin: 4px 4px 0 0;
}

#roiForm03 #resultsFinalScreen select {
	border: 0;
	color: #3F4547;
	font-weight: normal;
	width: 163px;
	margin: 0 10px 10px;
}

#roiForm03next img {
	border: 0;
}

.mainROICopy {
	font-weight: bold;
	font-size: 14px;
	line-height: 1.3em;
	color: #3f4547;
	padding: 0;
}

#resultsLeftCol{
	position: absolute;
	top: -50px;
	left: 34px;
	width: 290px;
}

#resultsFinalScreen{
	position: absolute;
	top: -50px;
	left: 34px;
	width: 613px;
}

#resultsRightCol{
	position: absolute;
	top: -50px;
	left: 348px;
	width: 290px;
}

.resultsRight {
	position: relative;
	left: 110px;
	top: -30px;
	color: #3F4547;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.3em;
	padding: 10px 0 0 10px;
	width: 140px;
}

.resultsLeft {
	position: relative;
	left: 0;
	top: 0;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.3em;
	padding: 10px 0 0 10px;
	width: 94px;
}

.resultsDivider {
	background-image: url(/img/roi/results_divider.gif);
	background-repeat: no-repeat;
	background-color: #b1c4cb;
	width: 290px;
	height: 2px;
	z-index: 14;
}

.resultsSpacer {
	width: 30px;
}

.resultsBG {
	background-image: url(/img/roi/results_bg.gif);
	background-repeat: repeat;
	border: 2px solid #c5d0d4;
	width: 290px;
	z-index: 14;
}

.resultsTitle {
	color:#3F4547;
	font-size:14px;
	font-weight:bold;
	line-height:1.3em;
	padding:10px 0 5px 5px;
}

.resultsRightTitle {
	color:#3F4547;
	font-size:1.8em;
	font-weight:weight:normal;
	line-height:1.3em;
	padding:0 10px;
}

.resultsRightCopy {
	color:#3F4547;
	font-size:1.4em;
	font-weight:normal;
	line-height:1.3em;
	padding:0 10px;
}

.resultsBGLeft {
	background-color: #b1c4cb;
	border-right: 2px solid #b1bcc2;
	color: #D85627;
	font-weight: bold;
	font-size: 1.2em;
	width: 107px;
	padding: 10px;
	z-index: 14;
}

.resultsBGRight {
	background-color: #b1c4cb;
	color:#404549;
	font-weight: normal;
	font-size:0.9em;
	width: 183px;
	z-index: 14;
}

.resultsRightTable {
	vertical-align: top;
	width:290px;
}

#explainPop {
	position: absolute;
	background-color: #3d3d3d;
	width: 675px;
	height: 428px;
	left: 242px;
	top: 14px;
	border: 0;
	z-index: 100;
	overflow: hidden;
}

#explainPopMask {
	position: absolute;
	width: 675px;
	height: 428px;
	left: 242px;
	top: 14px;
	display: none;
}

#explainPopContainer {
	width: 575px;
	height: 428px;
	padding: 50px;
	background-color: #3d3d3d;
}

#explainPopCopy {
	position: relative;
	font-family: Helvetica,Arial,sans-serif;
	line-height: 1.3em;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	width: 550px;
	left: 0;
	top: 0;
	margin: 0 0 50px 0;
	z-index: 10;
}

#explainPopDone {
	position: relative;
	left: 500px;
	width: 66px;
}

#control_overlay {
	background-color: #000;
	width: 100%;
	height: 100%;
}
