
html, body {
	margin:0;
	padding:0;
	 -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
-webkit-appearance: none;
-webkit-border-radius: 0;
}

#content{
    padding: 15px 5%;
    margin-left: auto;
     margin-right: auto;
    max-width:900px;
    width:90%;
    border: 1px solid white;
}

.headingtext{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #333333;
	text-align: center;
    text-decoration: none;
}

.bodytext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #444444;
	line-height: 120%;
}

.linktext{
    text-decoration: none;
    color:#2e53ef;
}

.linktext:hover{
    color:#6b84ed;
}

#navbox{
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2px;
}

#navbar{
	height: 34px;
	background-color: #D5111B;
	margin-top: 0px;
	-moz-box-shadow: 0 1px 2px #292929;
	-webkit-box-shadow: 0 1px 2px #292929;
	box-shadow: 0 1px 2px #292929;
	z-index: 50;
	position: relative;
}

#logout{
	width: 320px;
	float: right;
	height: 80px;
	margin-top: 6px;
	text-align: right;
}

.logoutBtn {
    display:inline-block;
	border-radius: 3px;
	color:#555555;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color:#EAEAEA;
	font-weight:400;
	font-style:normal;
	line-height:24px;
	text-decoration:none;
	text-align:center;
	padding:2px 14px;
	margin-bottom: 4px;
	}

.logoutBtn:hover {
	background-color:#D5111B;
	color: #FFFFFF;
}

.logoutBtn:focus {
	background-color:#D5111B;
	color: #FFFFFF;
}

.xText{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #990000;
	text-align: center;
    text-decoration: none;
    border-radius: 4px;
    padding:2px 8px;
}
.xText:hover{
    background-color: #d8d8d8;
}

.presentButton {
	display:inline-block;
	border-radius: 4px;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color:#FFFFFF;
	font-weight:300;
	font-style:normal;
	line-height:13px;
	text-decoration:none;
	text-align:center;
	padding: 5px 7px;
}

.presentButton:hover{
	background-color:#CC3333;
	color: #FFFFFF;
}

.lgButton {
	display:inline-block;
	color:white;
	border-radius: 3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:500;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	padding: 8px 12px;
    border:none;
	background-color: #E92F1B;
     -webkit-appearance: none;
    -moz-appearance: none;
}

.lgButton:hover {
	background-color:#c92210;
	color: #FFFFFF;
}

.label{
    text-align: right;
}

.calCell{
    display:inline-block;
     border:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #444444;
    width:100%;
	line-height: 40px;
    text-decoration: none;
     -webkit-appearance: none;
/*    background-color:#e5e5e5;*/
}
.calCell:hover{
    color:white;
    background-color:#D5111B;
}

.selectSession{
    display:inline-block;
    border:1px solid white;
    border-radius: 3px;
    width:92%;
    padding:6px 4%;
    margin-top:6px;
    text-decoration: none;
}
.selectSession:hover{
    border:1px solid firebrick;
}

.selectSkaterButton {
	display:inline-block;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:#444444;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	background-color:#EFEFEF;
	font-weight:300;
	font-style:normal;
    width:300px;
	line-height:19px;
	height:19px;
	text-decoration:none;
	text-align:left;
	padding-top: 6px;
    padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 4px;
	margin-top: 4px;
}

.selectSkaterButton:hover{
	background-color:#CC3333;
	color: #FFFFFF;
}

th{
    background-color: #e8e8e8;
     border:1px solid #c3c3c3;
    text-align:left;
    font-size:13px;
    font-weight:700;
}

td{
   border:1px solid #c3c3c3;
}

.whiteBorder{
   border:1px solid white; 
}

input[type="text"],input[type="password"],input[type="file"]{
    font-size:16px;
    border:1px solid #d12b2b;
    padding:5px 8px;
    margin-bottom:7px;
    border-radius:1px;
     -webkit-appearance: none;
}

input[type="text"]:hover, input[type="password"]:hover{
  border:1px solid firebrick;
}


input[type="checkbox"] {
    display:inline-block;
     width: 18px; 
    height: 18px;
}
input[type="checkbox"]:checked {
  background-color: #f82424;
}

