@charset "utf-8";
/*********************************************/
/* PAGE LAYOUT STYLES - Header / Footer, etc */
/*********************************************/
html { 
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px; 
	position: relative;
}
body {
	font-family: Calibri, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
	color: #000;
	position: relative;
	-webkit-print-color-adjust: exact;
}

a {
	color: #06C;
}
a:hover {
	color: #09C;
}
hr {
	background: none;
	border: none;;
	border-top: 2px solid #99f;
	border-bottom: 2px solid #ddf;
	display: block;
	clear: both;
	margin: 10px 0px;
	padding: 0px;
}
img {
	border-color: #086363;
}
/*********************************************/
/* Heading and Title styles
/*********************************************/
/*********************************************/
/* Heading and Title styles
/*********************************************/
h1, h2, h3, h4, h5, h6 {
  font-family: 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, 'sans-serif';
	font-weight: normal;
	font-style: none;
	padding: 3px 0px;
	margin: 0px;
}
h1 {
	font-size: 24px;
	color: #588411;
}
h2{
	font-size: 20px;
	color: #222;
}
h3 {
	font-size: 18px;
	color: #393939;
}
h4{
	font-size: 16px;
	color: #505050;
}	
ul li {
	list-style-image: url("/images/icons/arrow1.png");
	list-style-type: none;
	line-height: 1.65em;
}
ol li {
	line-height: 1.65em;
}

/*************** LOGIN SCREEN **************/

.LoginBox {
	background: #fff url("/images/layout/shade2.jpg") bottom center repeat-x;
	width: 600px;
	height: auto;
	margin: 20px 0px 0px;
	padding: 15px;
	border-radius: 15px;
	border: 1px solid #ccc;
}

/*************** HEADER **************/

#imgPrintLogo {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1000;
}
.BodyBox {
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
	display: block;
	position: relative;
}
.tableBody {
		padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
	position: relative;
}
.tableMain {
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
	position: relative;
}
#ColContent {
	width: 100%;
	position: relative;
	height: auto;
}
#ColMenu {
	display: none;
}
/************** CONTENT BAR ***************/

.ContentBox {
	font-size: 12px;
	line-height: 1.5em;
	width: auto;
	padding: 0px;
	margin: 10px 0px;
	text-align: left;
	color: #111;
}
.ContentTitle {
  display: none;
}
.PrintTitle {
	width: auto;
	height: auto;
	font-size: 16px;
  font-weight: normal;
	color: #000;
	margin: 0px;
	padding: 5px 0px;
	display: block;
}
.ContentTitleLogin {
	display: none;
}

/*********************************************/
/*  BUTTONS */
/*********************************************/
.boxButton, .boxButton2, .boxButton3 {
	display: none;
}

.boxClear {
	width: 1px;
	height: 1px;
	clear: both;
	display: block;
}

/*********************************************/
/*  GENERAL ITEMS TO HIDE */
/*********************************************/
.optHideOnPrint {
	display: none;
}
.LoadingBox1 {
	display: none;
}
.TabButtonRow {
	display: none;
}
.boxCritItem {
  display: none;
}
/*********************************************/
/*  TABLES
/*********************************************/
table {
  table-layout: fixed;
	display: block !important;
	width: 100% !important;
}
.tableData {
	border: 1px solid #666;
}
.tableData thead td {
	background: #ccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	font-weight: bold;
	text-align: center;
}
.tableData tbody td {
	border-bottom: 1px solid #999;
  padding: 2px;
}
.tableData tbody td.cellmid {
	border-right: 1px solid #666;
}
.tableData tbody tr.row1 td {
	background-color: #FCFCFC;
}
.tableData tbody tr.row2 td {
	background-color: #ddddff;
}
.tableData tbody .row3 td {
	background-color: #FEE;
	font-weight: bold;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
.tableData tbody .row4 td {
	background-color: #FFC;
	font-weight: bold;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
.tableData tbody td.cellred {
	background-color: #FFD9D9;
}
.tableData tbody td.cellweekend {
	background-color: #fcf;
}
.tableData tbody td.cellhours {
	background-color: #9f9;
}

.boxSuccess, .boxError, .boxNoPrint {
	display: none;
}