/* varied fonts */
.linkTime {
	padding-left: 8px;	
}

.select {
	font-family: "Open Sans", Arial, "Arial Unicode MS", Helvetica, Sans-Serif;
	font-size: 13px;	
	color: rgb(86, 86, 86);
}

.input {
	font-family: Sanchez, Arial, "Arial Unicode MS", Helvetica, Sans-Serif; 
	font-size: 13px;
	color: rgb(86, 86, 86);
}

.fontHeader {
	font-family: Sanchez, Arial, "Arial Unicode MS", Helvetica, Sans-Serif;
	color: rgb(86, 86, 86);
	font-size: 16px;	
	font-weight: 700;
	line-height: 23px;
	margin-bottom: 13px;
	margin-top: 13px;
}

.fontBold {
	font-family: Sanchez, Arial, "Arial Unicode MS", Helvetica, Sans-Serif;
	color: rgb(86, 86, 86);
	font-size: 14px;
	font-weight: 700;
	line-height: 23px;
}

.webbutton {
	font-size:13px;
	background-color: rgb(129, 203, 74);	
	font-family: Sanchez, Arial, "Arial Unicode MS", Helvetica, Sans-Serif;	
	border-bottom : thin solid;
	border-right : thin solid;
	height: 31px;
	line-height: 31px;
	margin-right: 5px;
	padding-left: 20px;
	padding-right: 20px;
	color: rgb(255, 255, 255);
	cursor: pointer;
	display: inline-block;
	font-style: normal;
	font-weight: 400;
}


td.tdheaderLabel
{
	font-family: "Open Sans", Arial, "Arial Unicode MS", Helvetica, Sans-Serif;
	font-size: 13px;	
	font-weight: 700;
	color: #ffffff;
	text-align: center;
	padding: 3px;
}

td.tdtopLabel
{
	font-family: "Open Sans", Arial, "Arial Unicode MS", Helvetica, Sans-Serif;
	font-size: 13px;	
	font-weight: 700;
	color: #ffffff;
	text-align: center;
	background:#4682B4;
	border-left:0px solid black;
	border-right:1px solid #e0e4ef;
	border-bottom:0px solid black;
	border-top:1px solid #e0e4ef;
	padding-left: 2px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-top: 1px;
}
		
td.tdCurrentDay {
	border:1px solid #000;
	background-color:#FFD700;
	border-collapse: collapse;
}
		
td.tdDayOfMonth {
	font-family: "Open Sans", Arial, "Arial Unicode MS", Helvetica, Sans-Serif;
	font-size: 13px;	
	font-weight: 700;
	background:#e0e4ef;
	padding-left: 3px; 
	color: #000;
}

td.tdCurrentDayRow {
	font-family: "Open Sans", Arial, "Arial Unicode MS", Helvetica, Sans-Serif;
	font-size: 11px;
	vertical-align: top;	
	background:#fff;
	border:1px solid #000;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-top: 0px;
	border-collapse: collapse;
}

td {
	font-family: "Open Sans", Arial, "Arial Unicode MS", Helvetica, Sans-Serif;
	color: rgb(86, 86, 86);
	font-size: 13px;	
	font-weight: 400;
	line-height: 23px;
	margin-bottom: 13px;
	margin-top: 13px;
}

a {
	font-family: "Open Sans", Arial, "Arial Unicode MS", Helvetica, Sans-Serif;
	font-size: 13px;
	font-weight: 400;
	color: rgb(58, 132, 217);
	text-decoration:underline;
}
a:visited {
	font-family: "Open Sans", Arial, "Arial Unicode MS", Helvetica, Sans-Serif;
	font-size: 13px;
	font-weight: 400;
	color: rgb(58, 132, 217);
	text-decoration:underline;
}
a:link {
	font-family: "Open Sans", Arial, "Arial Unicode MS", Helvetica, Sans-Serif;
	font-size: 13px;
	font-weight: 400;
	color: rgb(58, 132, 217);
	text-decoration:underline;
}
a:hover {
	font-family: "Open Sans", Arial, "Arial Unicode MS", Helvetica, Sans-Serif;
	font-size: 13px;
	font-weight: 400;
	color: rgb(58, 132, 217);
	text-decoration:underline;
}	

@media only screen and (min-width: 320px) {

}
@media only screen and (min-width: 480px) {

}
@media only screen and (min-width: 768px) {

}
@media only screen and (min-width: 1024px) {

}