@font-face {
    font-family: 'batman';
    src: url('../font/batmanforeveralternate-webfont.eot');
    src: url('../font/batmanforeveralternate-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/batmanforeveralternate-webfont.woff') format('woff'),
         url('../font/batmanforeveralternate-webfont.ttf') format('truetype');
}
#wrapper {
	margin:0px;
	padding:0px;
}
#header {
	top: 0px;
	left: 0px;
	width: 100%;
	z-index:99999;

	border-bottom:4px solid #c9c9c9;

	background: -webkit-linear-gradient(top, #E6E6E6 0%,#E6E6E6 100%,gray 100%);
	background: -o-linear-gradient(top, #E6E6E6 0%,#E6E6E6 100%,gray 100%);
	background: -ms-linear-gradient(top, #E6E6E6 0%,#E6E6E6 100%,gray 100%);
	background: -moz-linear-gradient(top, #E6E6E6 0%,#E6E6E6 100%,gray 100%);

	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;

	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
#footer {
	float:left;
	width:100%;
	
/*	background: white;*/
}
a {
	color: black;
}
body {
	font-family: 'batman';
	font-style: italic;
	color: #000000;
	height:100%;
	margin:0px;
}
html {
	margin-top: -9px;
	zoom: 87%;
	height: 100%;
}
img {
	border: none;
}
block {
	font-family: 'verdana';
	font-style: normal;
}
table {
	font-family: 'verdana';
	font-style: normal;
}
#month {
	width: 157px;
	overflow: hidden;
}
#day {
	width: 40px;
	overflow: hidden;
}
#year {
	width: 68px;
	overflow: hidden;
}
.datedrop a div {
	height: 20px;
	text-decoration: none;
	color: black;
}
.datedrop select {
	margin: 2px;
	padding: 0;
	height: 50px;
	
	color: black;
	font-size: 20px;
	font-family: 'batman';
	font-style: italic;
	
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	
	border:none;
	
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#fff8f8f8,EndColorStr=#ffeeeeee);
	background-image: -moz-linear-gradient(top,#f8f8f8 0,#eee 100%);
	background-image: -ms-linear-gradient(top,#f8f8f8 0,#eee 100%);
	background-image: -o-linear-gradient(top,#f8f8f8 0,#eee 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#f8f8f8),color-stop(100%,#eee));
	background-image: -webkit-linear-gradient(top,#f8f8f8 0,#eee 100%);
	background-image: linear-gradient(to bottom,#f8f8f8 0,#eee 100%);
	
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.datedrop select:hover {
	background-color: #e9e9e9;
	background-image: none;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.20);
	-ms-box-shadow: inset 0 1px 1px rgba(0,0,0,.20);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.20);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.20);
}
.datedrop select:active {
	background-color: #e9e9e9;
	background-image: none;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.20);
	-ms-box-shadow: inset 0 1px 1px rgba(0,0,0,.20);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.20);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.20);
}
.datedrop div {
	float: left;
	margin: 5px;
	width: 303px;
	height: auto;
	overflow: hidden;
	
	text-align:center;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	
	background: #f1f1f1;
	border: 1px solid #e8e8e8;
	
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.datedrop div:hover {
	border-color: #c6c6c6;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#fff8f8f8,EndColorStr=#ffeeeeee);
	background-image: -moz-linear-gradient(top,#f8f8f8 0,#eee 100%);
	background-image: -ms-linear-gradient(top,#f8f8f8 0,#eee 100%);
	background-image: -o-linear-gradient(top,#f8f8f8 0,#eee 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#f8f8f8),color-stop(100%,#eee));
	background-image: -webkit-linear-gradient(top,#f8f8f8 0,#eee 100%);
	background-image: linear-gradient(to bottom,#f8f8f8 0,#eee 100%);
}
.datedrop div:active {
	border-color: #c6c6c6;
	background-color: gray;
	background-image: none;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.20);
	-ms-box-shadow: inset 0 1px 1px rgba(0,0,0,.20);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.20);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.20);
}
.datedrop input {
	float: left;
	margin: 5px;
	height: 58px;
	
	font-size: 20px;
	font-family: 'batman';
	font-style: italic;
	cursor: pointer;
	
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	
	border: 1px solid #e8e8e8;
	background: #f8f8f8;
	
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;

}
.datedrop input:hover {
	border-color: #c6c6c6;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#fff8f8f8,EndColorStr=#ffeeeeee);
	background-image: -moz-linear-gradient(top,#f8f8f8 0,#eee 100%);
	background-image: -ms-linear-gradient(top,#f8f8f8 0,#eee 100%);
	background-image: -o-linear-gradient(top,#f8f8f8 0,#eee 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#f8f8f8),color-stop(100%,#eee));
	background-image: -webkit-linear-gradient(top,#f8f8f8 0,#eee 100%);
	background-image: linear-gradient(to bottom,#f8f8f8 0,#eee 100%);
}
.datedrop input:active {
	border-color: #c6c6c6;
	background-color: #e9e9e9;
	background-image: none;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.20);
	-ms-box-shadow: inset 0 1px 1px rgba(0,0,0,.20);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.20);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.20);
}
.navigation {
	width:98%;
	text-align: justify;
	margin-bottom: 0px;
	margin-left:1%;
}
.navigation div {
	width:140px;
	margin: 5px 5px -5px 5px;
	text-align: center;
	padding: 5px;

	display: inline-block;
	
	text-align:center;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);

	border: 1px solid #d3d3d3;


	background-color: #f8f8f8;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#fffcfcfc,EndColorStr=#fff8f8f8);
	background-image: -moz-linear-gradient(top,#fcfcfc 0,#f8f8f8 100%);
	background-image: -ms-linear-gradient(top,#fcfcfc 0,#f8f8f8 100%);
	background-image: -o-linear-gradient(top,#fcfcfc 0,#f8f8f8 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fcfcfc),color-stop(100%,#f8f8f8));
	background-image: -webkit-linear-gradient(top,#fcfcfc 0,#f8f8f8 100%);
	background-image: linear-gradient(to bottom,#fcfcfc 0,#f8f8f8 100%);
	
	-moz-border-radius-topleft: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.navigation div:hover {
	border-color: #c6c6c6;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#fff8f8f8,EndColorStr=#ffeeeeee);
	background-image: -moz-linear-gradient(top,#f8f8f8 0,#eee 100%);
	background-image: -ms-linear-gradient(top,#f8f8f8 0,#eee 100%);
	background-image: -o-linear-gradient(top,#f8f8f8 0,#eee 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#f8f8f8),color-stop(100%,#eee));
	background-image: -webkit-linear-gradient(top,#f8f8f8 0,#eee 100%);
	background-image: linear-gradient(to bottom,#f8f8f8 0,#eee 100%);
}
.navigation div:active {
	border-color: #c6c6c6;
	background-color: #e9e9e9;
	background-image: none;
	filter: none;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.20);
	-ms-box-shadow: inset 0 1px 1px rgba(0,0,0,.20);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.20);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.20);
}
.navigation:after {
	content: '';
	width: 100%;
	display: inline-block;
}
.nav {
	color: black; 
	text-decoration: none;
	font-family: 'batman'; 
	font-weight: bold;
	font-size: 22px;
}
.tool {
	color: #ffffff; 
	text-decoration: none;
	font-family: 'batman'; 
	font-weight: normal;
	font-size: 18px;
}
.entry {
	font-family: 'verdana';
}
.tabhead {
	background-color: #E21C22; 
	color: #ffffff;
	font-family: 'batman';
	font-style: italic;
}
.navhead {
	background-color: #ffffff; 
	color: #E21C22; 
	font-family: 'batman';
	font-style: italic;
}
.tables {
	font-family: 'verdana';
	font-style: normal;
	min-width: 900px;
	max-width: 1200px;
	

}
.tables td {
	width: auto;
	border-bottom: 1px solid #E6E6E6;
}
.tables td:empty {
	width:0px;
}
.tables td.chkbox {
	max-width: 50px;
}
.tables td:nth-child(1) {
	width: 250px;
}
.tables td:nth-child(2) {
	width: 140px;
}
.tables td:nth-child(3) {
	min-width: 140px;
}
.tables td:nth-child(4) {
	width: 112px;
}
.tables td:nth-child(5) {
	min-width: 114px;
}
.tables td:nth-child(6) {
	min-width: 95px;
}
.tables td:nth-child(7) {
	min-width: 95px;
}
.tables td:nth-child(8) {
	width: 40px;
}
.tables tr {
	height: 40px;
}
.tables tr:first-child {
	height: auto;

}
.tables tr:first-child:hover {
	-webkit-animation: none;
	   -moz-animation: none;
	     -o-animation: none;
	        animation: none;

	opacity: 1;
}
.tables tr:hover {
	-webkit-animation:alltheway 0.5s;
	   -moz-animation:alltheway 0.5s;
	     -o-animation:alltheway 0.5s;
	        animation:alltheway 0.5s;

	opacity: 1;
	
	background: #C7C7C7;
}
.tables tr.checked {
	-webkit-animation:alltheway 0.5s;
	   -moz-animation:alltheway 0.5s;
	     -o-animation:alltheway 0.5s;
	        animation:alltheway 0.5s;

	opacity: 1;
    background: #C7C7C7;
}
.tables img {
	height: 20px;
	width: 20px;

	opacity: 0.5;
}
.tables img:hover {
	opacity: 1;
}
.payment_box td {
	border-bottom: 4px solid #C6C6C6;
}
.tables tr.payment_box:hover {
	background: #FFF;

	-webkit-animation:none;
	   -moz-animation:none;
	     -o-animation:none;
	        animation:none;
}
.edit_btns {
	background: #F8F8F8;
}
.bordered {
	border-style: solid; 
	border-width: 1px; 
	border-color: #ffffff;
}
.bordered2 {
	border-style: solid; 
	border-width: 1px; 
	border-color: red;
}
.noShowGoogle {
	display: none;
}
.showGoogle {
	display: block;
	float:left;
	padding: 2px;
	
	z-index: 0;
	
	text-align: right;
	text-decoration: none;

	height: 28px;
	width: 100%;

	background: #FC6;
	opacity: 0.7;		
	-webkit-animation:flash 1s;
	-moz-animation:flash 1s;
	-o-animation:flash 1s;
	animation:flash 1s;
}
.showGoogle img {
	position: relative;
	left: 4px;
	top: 2px;

	max-width: 35px;
}
#googleLoginButton {
	width:auto;
	text-align: center;

	padding: 4px;
	margin-right: 5px;
	margin-left: 10px;

	display: inline-block;
	
	text-align:center;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);

	border: 1px solid #d3d3d3;


	background-color: #f8f8f8;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#fffcfcfc,EndColorStr=#fff8f8f8);
	background-image: -moz-linear-gradient(top,#fcfcfc 0,#f8f8f8 100%);
	background-image: -ms-linear-gradient(top,#fcfcfc 0,#f8f8f8 100%);
	background-image: -o-linear-gradient(top,#fcfcfc 0,#f8f8f8 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fcfcfc),color-stop(100%,#f8f8f8));
	background-image: -webkit-linear-gradient(top,#fcfcfc 0,#f8f8f8 100%);
	background-image: linear-gradient(to bottom,#fcfcfc 0,#f8f8f8 100%);
	
	-moz-border-radius-topleft: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#googleLoginButton:hover {
	border-color: #c6c6c6;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#fff8f8f8,EndColorStr=#ffeeeeee);
	background-image: -moz-linear-gradient(top,#f8f8f8 0,#eee 100%);
	background-image: -ms-linear-gradient(top,#f8f8f8 0,#eee 100%);
	background-image: -o-linear-gradient(top,#f8f8f8 0,#eee 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#f8f8f8),color-stop(100%,#eee));
	background-image: -webkit-linear-gradient(top,#f8f8f8 0,#eee 100%);
	background-image: linear-gradient(to bottom,#f8f8f8 0,#eee 100%);
}
#googleLoginButton:active {
	border-color: #c6c6c6;
	background-color: #e9e9e9;
	background-image: none;
	filter: none;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.20);
	-ms-box-shadow: inset 0 1px 1px rgba(0,0,0,.20);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.20);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.20);
}

