﻿@import url(http://fonts.googleapis.com/css?family=Oxygen:400,700);

body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: 'Oxygen', sans-serif;
	color: #000000;
	background-color: #eeeeee;
	text-align: center;
}
.box {
	float: left;
	margin: 2px;
}

#choiceBox {
	border: solid 1px #000000;
	background-color: #ffffff;
	padding: 20px;
	text-align: center;
}
#ckBox, #obBox {
	float: left;
	margin: 30px 10px 0 10px;
}
#ckBox a, #obBox a {
	background: linear-gradient(#3697f1, #0a3b68);
	border-radius: 4px;	
	color: #ffffff;
	font-weight: bold;
	padding: 40px 30px;
	font-size: 20px;
	text-decoration: none;
	text-shadow: 2px 2px #333333;
}
#content {
	width: 1024px;
	border: solid 1px #000000;
	background: #ffffff;
	background-position: left top;
	background-repeat: repeat-y;
	margin-bottom: 20px;
}
#control {float: right; width: 500px;}
#control span {float: left; width: 120px;}
#control span a {color: #3d76bd; text-decoration: none;}
#control span a:hover {color: #f17816;}
#currentJobs {border: solid 1px #000000;}
#currentJobs td {border: solid 1px #000000; height: 28px; vertical-align: middle; padding: 1px 3px;}

div.blue {
	background-color: #336699;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	padding: 7px 6px 6px 6px;
	margin: 6px 0;
	text-shadow: 2px 2px #333333;
	border-radius: 2px;
	border: solid 1px #000000;
	cursor: pointer;
	width: 120px;
}
div.currentPage {
	background: linear-gradient(#cccccc, #ffffff);
	padding: 10px 44px 0 24px;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	font-weight: bold;
	height: 26px;
}
div.estimateBox {
	margin: 0 0 10px 0;
	border: solid 1px #999999;
	padding: 10px;
}
div.estimateBox input {
	float: left;
	margin: 2px;
}
div.estimateTitle {
	border-radius: 4px 4px 0 0;
	background-color: #336699;
	color: #ffffff;
	padding: 10px 14px;
	margin: 10px 0 0 0;
	width: 300px;
}
div.lCurrent {
	background-color: #ffffff;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	padding: 10px 0 8px 10px;
	font-weight: bold;
	height: 26px;
}
div.lPage {
	font-weight: bold;
	text-shadow: 1px 1px #cccccc;
	padding: 10px 0 9px 10px;
	cursor: pointer;
	margin: 2px 0;
}
div.lPage:hover {
	background-color: #ffffff;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	padding: 10px 0 8px 10px;
	margin: 1px 0;
	text-shadow: none;
}
div.nPage {
	color: #ffffff;
	font-weight: bold;
	text-shadow: 2px 2px #333333;
	padding: 8px 44px 0 22px;
	cursor: pointer;
}
div.nPage:hover {
	padding: 10px 42px 0 24px;
}
div.po {float: left; border: solid 1px #999999; font-size: 11px; background-color: #ffffff;}
div.show {display: none;}
div.window {
	float: left;
	cursor: pointer;
	width: 125px;
	margin: 4px;
	padding: 6px;
	font-weight: bold;
	border-radius: 4px;
	border: solid 1px #333333;
	height: 50px;
}
#est1 {margin-bottom: 20px;}
#estimate {
	width: 1150px;
	border: solid 1px #000000;
	background: #ffffff;
	background-position: left top;
	background-repeat: repeat-y;
	margin-bottom: 20px;
}
#estimate input, #estimate select, #estimate textarea {
	font-size: 14px;
}

img {border: 0;}
input, select, textarea {
	padding: 6px;
	font-size: 14px;
}
input.blue {
	background-color: #336699;
	color: #ffffff;
	font-size: 22px;
	font-weight: bold;
	padding: 10px 20px;
	margin: 6px 0;
	text-shadow: 2px 2px #333333;
	border: solid 1px #000000;
}
input.blueSmall {
	background-color: #336699;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 16px;
	margin: 6px 0;
	text-shadow: 2px 2px #333333;
	border: solid 1px #000000;
}
input.green {background-color: #99ff99;}

#lastLog {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 2px;
}
#leftNav {
	float: left;
	width: 190px;
}

#mainNav {
	height: 36px;
	background-color: #336699;
}
#mainNav div {
	float: left;
}
#mainWindow {
	float: left;
	padding: 0 10px;
	width: 814px;
}
#mclogo {
	height: 150px;
	background-color: #cccccc;
	border-bottom: solid 1px #666666;
	width: 100%;
	text-align: left;
}
.menu {border: solid 1px #000000; background-color: #ffffff; border-bottom: 0px;}
.menuItem a {color:#666666; text-decoration:none; display: block; font-weight: bold; padding:4px 10px 4px 10px; border-bottom:solid 1px #000000;}
.menuItem a:hover {color: #000000; background-color:#cccccc;}

p.bigred {font-weight: bold; color: #ff0000; font-size: 26px;}
p.clear {clear: both;}
p.clear2 {
	clear:both;
	font-size: 1px;
	margin: 0;
	padding: 0;
}
p.po {float: left; margin: 4px 6px;}
p.poTitle {margin: 0; font-weight: bold; color: #ffffff; background-color: #999999; padding: 4px;}
p.red {font-weight: bold; color: #ff0000;}
p.subtitle {background-color: #dddddd; color: #666666; font-weight: bold; padding: 4px 0 4px 4px; clear: both;}
p.subtitle a {color: #666666; text-decoration: none;}
p.subtitle a:hover {color: #ffffff;}
p.supertitle {font-size: 24px; font-weight: bold; color: #99ccff; margin: 10px 0;}
p.title {font-weight: bold; font-size: 20px; clear: both; color: #000000; border-bottom: solid 1px #cccccc; margin: 8px 0 4px 0;padding: 2px;}

#signin {
	text-align: left;
	background-color: #ffffff;
	border: solid 1px #000000;
	width: 600px;
	margin: 20px auto;
	padding: 10px;
}
#signin span {
	font-size: 13px;
}
#signin input {
	border: solid 1px #000000;
}
span.activePage {
	border-radius: 2px;
	background-color: #336699;
	color: #ffffff;
	padding: 2px 5px;
	margin: 2px 1px;
}
span.red {font-weight: bold; color: #ff0000;}
span.sm {font-size: 10px;}
span.warning {font-weight: bold; color: #ff0000; font-size: 15px;}

table {border-collapse: collapse;}
table.report {border: solid 1px #cccccc;}
table.report td {border: solid 1px #cccccc; padding: 2px;}
table.report tr {vertical-align: middle;}
td.tdBlue {background-color: #99ccff; border: solid 1px #000000;}
td.bord {border-left: solid 1px #000000; border-right: solid 1px #000000; vertical-align: middle; border-top: solid 1px #cccccc;}
td.bord1 {border: solid 1px #000000; vertical-align: middle;}
td.bord2 {border: solid 2px #000000; vertical-align: middle;}
td.td1 {font-weight: bold; vertical-align: top;}
th a {color: #ffffff; text-decoration: none;}
td.top, th.top {font-weight: bold; border-bottom: solid 1px #000000;background-color: #666666; color: #ffffff; font-size: 18px;}
#topNav {
	float: right;
	padding:10px 50px 10px 0;
}
#topNav a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	padding: 6px;
}
#topNav a:hover {
	background-color: #336699;
	color: #ffffff;
}
#topNav ul {
	list-style-type: none;
}
#topNav ul li {
	float: left;
	padding: 0 10px;
}
#topSection {
	width: 100%;
	text-align: left;
}
tr {vertical-align: top;}
tr.trBlue {background-color: #99ccff;}
tr.trBlue td {border: solid 1px #000000;}
tr.tr1 {background-color: #ffffff;}
tr.tr2 {background-color: #e9eff4;}
tr.tr3 {background-color: #000000; color: #ffffff; cursor: pointer;}
tr.tr3 a {color: #ffffff;}

#userBox {
	height: 26px;
	background-image: url('../images/user.png');
	background-position: 4px 4px;
	background-repeat: no-repeat;
	padding: 8px 0 2px 40px;
	cursor: pointer;
	width: 150px;
	color: #ffffff;
}
#wrapper {width: 1024px; margin: auto; text-align: left;}

a.bod {color: #990000; text-decoration: none;}
a.bod:hover {text-decoration: underline;}

a.breadcrumb {font-size: 11px; text-decoration: underline; color: #336699;}
a.breadcrumb:hover {color: #990000;}

a.i1 {text-decoration: none; color: #336699;}
a.i1:hover {}

a.page {
	color: #000000;
	text-decoration: none;
	margin: 2px 1px;
	padding: 2px 5px;
}
a.page:hover {
	border-radius: 2px;
	background-color: #336699;
	color: #ffffff;
}
a.return {text-decoration: none; color: #ee8d02;}
a.return:hover {color: #336699; text-decoration: underline;}