@charset "utf-8";

@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}
* {
	margin: 0px;
	padding: 0px;
	outline: none;
	resize: none;
	border-width: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	/*background-image: url(../images/backgroundFootball.jpg);
	background-position: center 0px;*/
	background-image: url(../images/backgroundBody2.jpg);
	/*background-image: url(../images/backgroundBodyXmas.jpg);*/
	background-repeat: no-repeat;
	background-position: center 100px;
	background-attachment: fixed;
}
td {
	padding: 4px; 
}
h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	line-height: 28px;
	font-weight: normal;
	color: #1A64CB;
	margin-bottom: 10px;
}
h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 17px;
	line-height: 24px;
	font-weight: normal;
	color: #1A64CB;
	margin-bottom: 5px;
}
p {
	margin-bottom: 10px;
}
img { 
	border: none;
}
b, a, strong {
	color: #1d67ce;
}
.formInput {
	font-family: Arial, Helvetica, sans-serif;
	color: #1A64CB;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
}
td {
	padding: 3px 3px 3px 5px; 
}
td img { vertical-align:middle }
table, table td {
	border-collapse: collapse;
}
.indent { margin-left:30px; }
.tableHeading {
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url(../images/backgroundTableHeader.gif?v3) no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1B80DC;
	background-color: #FFF;	
}
th {
	font: 13px/32px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: left;
	height: 32px;
	padding-left: 5px;
}
.placeholder { color: #aaa; }
#loginBox {
	background-image: url(../images/loginBox.jpg);
	background-repeat: no-repeat;
	min-height: 412px;
	width: 788px;
	margin-left: -394px;
	margin-top: -270px;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: left;
}
#catConnected {
	margin-left: 10px;
}

#disclaimer {
	color: #0886ff;
	text-align: justify;
	width: 320px;
	font-size: 11px;
	line-height: 16px;
	margin-left: 45px;
	padding-top: 90px;
	float: left;
}
/*.blueButton {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 13px;
	text-decoration: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
	border-radius: 10px;
	-webkit-box-shadow: 0px 1px 3px #666666;
	-moz-box-shadow: 0px 1px 3px #666666;
	text-shadow: 1px 1px 3px #666666;
	border: solid #00398a 1px;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#579bfb), to(#0651bc));
	background: -moz-linear-gradient(top, #579bfb, #0651bc);
  	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#579bfb, endColorStr=#0651bc);
  	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#579bfb, endColorStr=#0651bc);
	display: inline-block;
	text-transform: uppercase;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
	cursor: pointer; 
}
.blueButton:hover {
  background: #579bfb;
}*/
.blueButton {
  background: #449deb;
  background-image: -webkit-linear-gradient(top, #449deb, #2d8cde);
  background-image: -moz-linear-gradient(top, #449deb, #2d8cde);
  background-image: -ms-linear-gradient(top, #449deb, #2d8cde);
  background-image: -o-linear-gradient(top, #449deb, #2d8cde);
  background-image: linear-gradient(to bottom, #449deb, #2d8cde);
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  text-shadow: 1px 1px 2px #083359;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-size: 13px;
  padding: 7px 15px 7px 15px;
  border: solid #1460a7 1px;
  text-decoration: none;
  cursor: pointer; 
  text-transform: uppercase;  
}

.blueButton:hover {
  background: #2d8cde;
  background-image: -webkit-linear-gradient(top, #2d8cde, #449deb);
  background-image: -moz-linear-gradient(top, #2d8cde, #449deb);
  background-image: -ms-linear-gradient(top, #2d8cde, #449deb);
  background-image: -o-linear-gradient(top, #2d8cde, #449deb);
  background-image: linear-gradient(to bottom, #2d8cde, #449deb);
  text-decoration: none;
  text-shadow: 1px -1px 2px #083359;
}
#content {
	width: 1400px;
	margin-right: auto;
	margin-left: auto;
	min-height: 700px;
	text-align: left;
	margin-bottom: 30px;
	padding-top: 10px;
	position: relative;
	background-image: url(../images/backgroundContent.png);
	padding-bottom: 30px;
	overflow: visible;
}
#header {
	position: absolute;
	top: 40px;
	right: 100px;
	font-weight: bold;
}
#wrapper {
	min-height: 452px;
	background-image: url(../images/backgroundWrapper.png);
	background-repeat: repeat-x;
	-webkit-border-radius: 20px 20px 0px 0px;
	border-radius: 20px 20px 0px 0px;
}
#mainContent {
	width: 1340px;
	margin-left: 30px;
	padding-top: 15px;
}
/* styles for highlighting rows using jquery */
.oddtr {
	background-color:#dee6ea;
}
.eventr { 
}
.trover {
	background-color: #2586dd;
	color: #FFF;
	cursor: default;
}
.trover .redText { color: #FFF }
.trover a { color: #FFF; }
.trclick { background-color: #08A0EB; color: #FFF; }

#colors a { margin: 0 .5em; }
.item img { float: left; margin: 5px 10px 0 0; }
.item {
	cursor: pointer;
	padding: 7px;
	border: 1px solid transparent;
}
.item:hover {
	background: #fff; border-color: #DDD; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; 	
}
#topIcon {
	position: absolute;
	top: 85px;
	right: 200px;
}
#dropMenu {
	position: absolute;
	top: 87px;
	right: 20px;
}
.dashboardBox {
	border: 1px solid #CCC;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	min-height: 60px;
	width: 600px;
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-bottom: 15px;
	-webkit-box-shadow: 2px 3px 8px 0px #c3daea;
	box-shadow: 2px 3px 8px 0px #c3daea;
	background-color: #FFF;
	line-height: 20px;
}
.dashboardBox p {
	margin-right: 10px;
	margin-left: 10px;
}
.homeColumn h1 {
	display: block;
	width: 95%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1B80DC;
	line-height: 30px;
	text-indent: 5px;
	margin-bottom: 15px;
}
.progressBar {
	height: 16px;
	width: 56px;
	border: 1px solid #0651BC;
	background-color: #FFF;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-image: url(../servicereporting/images/backgroundProgress.png);
	background-repeat: repeat-x; 
	overflow: hidden;
}
.dateCount {
	line-height: 16px;
	color: #FFF;
	background-color: #060;
	text-align: center;
	height: 16px;
	width: 20px;
	display: block;
	-webkit-border-radius: 5px;
	border-radius: 5px;			
}
#helpLink {
	height: 110px !important;
	background-image: url(../images/helpButton.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration: none;
	line-height: 22px;
	background-image: url(../images/helpButton.png);
}
#dashboardInfo {
	background-image: url(../welcome/images/infoBox.png);
}
#dashboardAction {
	background-image: url(../welcome/images/actionBox.png);
}
#dashboardService {
	background-image: url(../welcome/images/serviceBox.png);
}
.redText {
	color: #F00;
}
.greenText {
	color: #060;
}
.amberText {
	color: #F60;
}
.purpleText {
	color: #909;
}
#serviceProgress {
	background-image: url(../images/progressBar.png);
	background-repeat: no-repeat;
	height: 35px;
	width: 330px;
	position: relative;
	margin-bottom: 10px;
}
.serviceNum {
	background-color: #FFF;
	height: 12px;
	width: 26px;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	display: block;
	margin-left: 4px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	position: absolute;
	top: 4px;
	cursor: default;
}
.homeColumn {
	float: left;
	width: 660px;
}
#buttons {
	position: absolute;
	top: 165px;
	right: 40px;
}
#menu{
	margin: 0 auto;
	height: 25px;
	width: 1360px;
	margin-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #1B80DC;
}  
#menu ul { list-style-type:none; }  
#menu ul li {float: left; position: relative;}  
#menu ul li:hover {background-color: #e1ebf0; color: #000;  -webkit-border-radius: 8px 8px 0px 0px; border-radius: 8px 8px 0px 0px;  }  
#menu ul li a { color: #1A64CB; padding: 0 12px; line-height:25px; font-size:13px; display: block; text-decoration:none; }  
#menu ul li ul a, #menu ul li ul li ul a { line-height: 18px; margin-bottom: 5px; } 
#menu ul li a:hover { background-color: #e1ebf0; color: #000; -webkit-border-radius: 8px 8px 0px 0px; border-radius: 8px 8px 0px 0px; }  
#menu ul li ul li { float: none; position: relative; }  
#menu ul li ul {
	position: absolute;
	top: 25px;
	left: 0;
	display: none;
	background-color: #e1ebf0;
	width: 220px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	-webkit-box-shadow: 2px 5px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 5px 5px 0px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 0px 8px 8px 8px;
	border-radius: 0px 8px 8px 8px; 
	z-index: 9999;
}  
#menu ul li:hover > ul { display: block; }  
#menu ul li ul li a { whitewhite-space: nowrap; line-height:25px; }  
#menu ul li ul li ul{position: absolute; top:0; left:205px; display: none; background-color: #e1ebf0; width:220px; padding-bottom: 10px; padding-top: 10px;  } 
#menu span {
	float: right;
	color: #1B80DC;
	line-height: 25px;
	font-weight: bold;
	padding-right: 10px;
	font-size: 13px;
}
#calendar {
	width: 1340px;
	text-align: center;
	overflow: auto;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.dateBox {
	line-height: 44px;
	height: 44px;
	width: 173px;
	display: block;
	color: #015EAC;
	float: left;
	text-align: center;
	text-decoration: none;
	border-top: 1px solid #1d67ce;
	border-left: 1px solid #1d67ce;
	position: relative;
}
.dayWeekBox {
	line-height: 28px;
	height: 28px;
	width: 173px;
	display: block;
	color: #1d67ce;
	float: left;
	text-align: center;
	text-decoration: none;
	margin-bottom: 2px;
	border-collapse:collapse;
	position: relative;
	background: url(../hr/images/backgroundCalendarDays.jpg) repeat-x;
	font-weight: bold;
	border-top: 1px solid #1d67ce;
	border-bottom: 1px solid #1d67ce;
	border-left: 1px solid #1d67ce;
}
.navBlock {
	font-size: 18px;
	text-decoration: none;
	width: 20px;
	padding-right: 3px;
	padding-left: 3px;
}
.navBlock2 {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	padding-top: 5px;
	padding-left: 5px;
	text-decoration: none;
}
.theDate {
	color: #999;
	text-align: right;
	position: absolute;
	right: 5px;
	bottom: 5px;
}

.weekendBox {
	line-height: 44px;
	height: 44px;
	width: 173px;
	display: block;
	color: #015EAC;
	float: left;
	text-align: center;
	text-decoration: none;
	background: #A4CAF9;
	border-top: 1px solid #1d67ce;
	border-left: 1px solid #1d67ce;
	position: relative;
}
.amberBlock {
	line-height: 44px;
	height: 44px;
	width: 88px;
	display: block;
	color: #FFF;
	float: left;
	text-align: center;
	text-decoration: none;
	background: #F60;
	border-top: 1px solid #1d67ce;
	border-left: 1px solid #1d67ce;
	font-weight: bold;
	position: relative;
}
.greenBlock {
	line-height: 44px;
	height: 44px;
	width: 88px;
	display: block;
	color: #FFF;
	float: left;
	text-align: center;
	text-decoration: none;
	background: #060;
	border-top: 1px solid #1d67ce;
	border-left: 1px solid #1d67ce;
	font-weight: bold;
	position: relative;
}
.viewTimesheet {
	position: absolute;
	top: -8px;
	right: 5px;
}
.editTimesheet {
	position: absolute;
	bottom: -12px;
	right: 5px;
}
.addTimesheet {
	position: absolute;
	bottom: 5px;
	right: 5px;
}
.weekBlock, .weekRed, .weekGreen, .weekAmber, .userBlock {
	font-size: 9px;
	line-height: 16px;
	display: block;
	float: left;
	height: 16px;
	width: 15px;
	text-align: center;
	margin-right: 1px;
}

.userBlock {
	margin-right: 3px;
	clear: left;
	margin-bottom: 3px;
}

.weekBlock {
	background: #CCC;
}
.weekRed {
	background: #F00;
}
.weekGreen {
	background: #390;
}
.weekAmber {
	background: #F90;
}
.leftBorder {
	border-left: 1px solid #1d67ce;
}
#templateBox {
	height: 400px;
	width: 1340px;
	border: 1px solid #1A64CB;
	overflow: auto;
	margin-bottom: 15px;
	background-color: #FFF;
}
#equipmentSearch , #filterBox, #jobSearch{
	position: absolute;
	left: 290px;
	top: 165px;
}
.rowLine td {
	border-bottom: 1px solid #1A64CB;
}
.progressBlue {
	background-image: url(../icons/progressBackground.png);
	background-repeat: no-repeat;
	height: 15px;
	width: 220px;
	position: relative;
}
.progressBlueStart {
	position: absolute;
	left: 0px;
	top: 0px;
}
.progressBlueFinish {
	position: absolute;
	left: 10px;
	top: 0px;
}
.progressBlueBar {
	position: absolute;
	left: 10px;
	top: 0px;
}
.calendarTab {
	line-height: 13px;
	display: block;
	width: 178px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	position: relative;
	overflow: auto;
	text-decoration: none;
	border: 1px solid #999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px; 
	border-radius: 3px;	
}
.calendarIcon {
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	text-align: center;
	width: 20px;
}
.calendarIcon img{
	margin-top: 1px;
	margin-bottom: 1px;
}

.blackTab {
	background-color: #c7c7c6;
}
.purpleTab {
	background-color: #d6a8e0;
}
.yellowTab {
	background-color: #f6bf55;
}
.blueTab {
	background-color: #b7c5ea;
}
.redTab {
	background-color: #ecb1b1;
}
.greenTab {
	background-color: #a5e1b0;
}
.silverTab {
	background-color: #f3f3f3;
	color: #000;
}
.redCells td {
	color: #FFF;
	background-color: #F00;
}
.blueCells td {
	color: #1d67ce;
	font-weight: bold;
}
/* Autosuggest drop-down styling. Needed because of the extra height on our styled forms */
div.autosuggestcontainer {	 top:2.5em; !important }
.newItem {
	position: absolute; 
	top: -3px;
	right: -1px;	
	font-size: 6pt; 
	font-weight: bold; 
	background-color: #FF0004;
	color: #FFF; 
	width: 26px; 
	height: 12px; 
	line-height: 9pt;
	text-align: center; 
	font-family: Tahoma, Geneva, sans-serif; 
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;  
}
.dataTables_filter input {
    display: inline !important;
    height: 2em !important;
}
