



body{
	margin-top:0;
	margin-left:0;
	margin-right:0;
	width:100%;
	font-family:arial, sans-serif;
}

input.yellow[type=submit]{
	text-align:center;
	border:solid 1px #4d3d00;
	border-radius:5px;
	color:#4d3d00;
	background:#ffcc00;
	cursor:pointer;
}

a.calendarArrows:link{
	font-size:28px;
	text-decoration:none;
	color:#ccc;
}

a.calendarArrows:visited{
	font-size:28px;
	text-decoration:none;
	color:#ccc;
}

a.calendarArrows:hover{
	font-size:28px;
	text-decoration:none;
	color:#ccc;
}

a.calendarArrows:active{
	font-size:28px;
	text-decoration:none;
	color:#ccc;
}

input.editList[type=submit]{
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#000;
}

input.cleanerOffLink[type=submit]{
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#000;
	border:none;
	background:none;
}

.cleanLinkSubmit{
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#000;
	background:none;
	border:none;
}

a.cleanLink:link{
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#000;
}

a.cleanLink:visited{
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#000;
}

a.cleanLink:hover{
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#000;
}

a.cleanLink:active{
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#000;
}

a.cleanerOffLink:link, a.cleanerOffLink:visited, a.cleanerOffLink:hover, a.cleanerOffLink:active{
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#000;
}

a.headLink:link{
	color:#184e29;
	font-weight:bold;
	background:#D1F1DB;
	text-decoration:none; 
}

a.headLink:visited{
	color:#184e29;
	font-weight:bold;
	background:#D1F1DB;
	text-decoration:none;
}

a.headLink:hover{
	color:#184e29;
	font-weight:bold;
	background:#D1F1DB;
	text-decoration:none;
}

a.headLink:active{
	color:#184e29;
	font-weight:bold;
	background:#D1F1DB;
	text-decoration:none;
}

div.client{
	background:#fff;
	border-radius:5px 5px 0px 0px;
	border:solid 1px #000;
	font-size:10px;
}

div.client2{
	background:#666;
	border-radius:5px 5px 0px 0px;
	border:solid 1px #666;
	font-size:10px;
}

div.style1{
	background:#ffff00;
	border-radius:5px 5px 0px 0px;
	border:solid 2px #000;
	font-size:11px;
}

div.style2{
	background:#666;
	border-radius:5px 5px 0px 0px;
	border:solid 1px #666;
	font-size:11px;
}

#errorMsg{
	position:absolute;
	left:0;
	right:0;
	margin:auto;
	top:180px;
	width:90%;
	text-align:center;
}

td#myAnchor{
	text-align:center;
	}

td{
	text-align:center;
	height:40px;
	vertical-align:bottom;
}

td.day{
	text-align:center;
	height:40px;
	color:#184e29;
	vertical-align:middle;
	text-align:left;
}

td.head{
	text-align:center;
	height:40px;
	color:#184e29;
	font-weight:bold;
	background:#D1F1DB;
	vertical-align:middle;
}

td.short{
	text-align:center;
	height:12px;
	font-size:12px;
}	

input[type=text]{
	text-align:center;
	border:solid 2px #3EC0C2;
	border-radius:5px;
}	

input.class30[type=text]{
	text-align:center;
	border:solid 1px #3EC0C2;
	border-radius:5px;
	font-size:11px;
	width:30px;
}	

input.class40[type=text]{
	text-align:center;
	border:solid 1px #3EC0C2;
	border-radius:5px;
	font-size:11px;
	width:40px;
}	

input.class50[type=text]{
	text-align:center;
	border:solid 1px #3EC0C2;
	border-radius:5px;
	font-size:11px;
	width:50px;
}		

input.class120[type=text]{
	text-align:center;
	border:solid 1px #3EC0C2;
	border-radius:5px;
	font-size:11px;
	width:120px;
}	

input.locationText[type=text]{
	text-align:center;
	border:solid 2px #3EC0C2;
	border-radius:5px;
	padding-left:2px;
	padding-right:2px;
}	

input[type=password]{
	text-align:center;
	border:solid 2px #3EC0C2;
	border-radius:5px;
}	

.notesRed{
	font-weight:bold;
	color:#ff0000;
}

textarea{
	font-family:arial, sans-serif;
	color:#000;
	border:solid 2px #3EC0C2;
	border-radius:5px;
}	

#totalsHolder{
	position:absolute;
	font-size:14px;
	left:0;
	right:0;
	top:160px;
	margin:auto;
	width:1000px;
	height:30px;
	text-align:center;
	background:#00ff00;
}  

select{
	font-family:arial, sans-serif;
	color:#000;
	border:solid 2px #3EC0C2;
	border-radius:5px;
	padding:2px;
}	  

input[type=submit]{
	text-align:center;
	border:solid 1px #4b3c02;
	border-radius:5px;
	color:#4b3c02;
	background:#FAD125;
	cursor:pointer;
	padding:2px 4px 2px 4px;
}

input.out[type=submit]{
	text-align:center;
	border:solid 1px #99000d;
	border-radius:5px;
	color:#FFF;
	background:#FF4958;
	cursor:pointer;
	padding:2px 4px 2px 4px;
}

input.home[type=submit]{
	text-align:center;
	border:solid 1px #594e26;
	border-radius:5px;
	color:#FFF;
	background:#8f7d3d;
	cursor:pointer;
	padding:2px 4px 2px 4px;
}

input.btns[type=submit]{
	text-align:center;
	border:solid 1px #1f6061;
	border-radius:5px;
	color:#FFF;
	background:#31999b;
	cursor:pointer;
	padding:2px 4px 2px 4px;
}

input.btnAdmin[type=submit]{
	text-align:center;
	border:solid 1px #432330;
	border-radius:5px;
	color:#FFF;
	background:#AC5E7D;
	cursor:pointer;
	padding:2px 4px 2px 4px;
}

div.dateMsg{
	position:absolute;
	top:0px;
	left:0px;
	background:#FED01C;
	height:100%;
	width:77%;
	text-align:left;
}

input[type="checkbox"]{
    display:inline-block;
    width:22px;
    height:22px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    cursor:pointer;
}	

.printBtn{
	text-align:center;
	border:solid 1px #1f6061;
	border-radius:5px;
	color:#FFF;
	background:#31999b;
	cursor:pointer;
	padding:2px 4px 2px 4px;
	
}




table.calendar		{ border-left:1px solid #2A4662;}
tr.calendar-row	{  }
td.calendar-day	{ min-height:80px; font-size:11px; position:relative; } * html div.calendar-day { height:80px;}
td.calendar-day:hover	{ background:#eceff5; }
td.calendar-day-np	{ background:#3EC0C2; min-height:80px; } * html div.calendar-day-np { height:80px; }
td.calendar-day-head { font-size:14px; height:14px; color:#fff; background:#3EC0C2; font-weight:bold; text-align:center; padding:5px; border-bottom:1px solid #2A4662; border-top:1px solid #2A4662; border-right:1px solid #2A4662; }
div.day-number		{ position:absolute; bottom:0; background:#FE4A56; padding:2px; color:#fff; font-weight:bold; right:5px; margin:-5px -5px 0 0; width:20px; text-align:center; }
td.calendar-day, td.calendar-day-np { padding:5px; border-bottom:1px solid #2A4662; border-right:1px solid #2A4662; }

@media only screen and (max-width: 575px) {
  body {
    r
    width:330px;
  }

@media print{
	
	.printbutton{
		display:none;
	}
	
	.printBtn{
		display:none;
	}
	
	#theButtons{
		display:none;
	}
}	