@charset "UTF-8";
/* CSS Document */
@import url(menu/menu_style.css);
body { background: #1e283a url(images/bg-filler.png) repeat-x;}
img {border:none;}
.header {
	width:100%;
	height:150px;
	text-align:center;
}
.logo {
	float:inherit;
	border:none;
	margin:0;
	padding:0;
}
.main {
	font-family:Arial;
	color:#000000;
	background:#ffffff;
	text-align:left;
	width:800px;
	margin:auto;
	margin-top:20px;
	padding:15px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	-khtml-border-radius:20px;
	border-radius:20px;
}
.nav {
	margin-top:4px;
}
.link {
	color:#000000;
	text-decoration:underline;
}
.link:hover {
	color:#a22525;
}
.roster {
	width:100%;
	border: 1px solid #000000;
	border-spacing:0px;
}
.roster thead {
	background:#000000 !important;
	color:#ffffff !important;
}
.roster thead:hover {
	background:#000000 !important;
	color:#000 !important;
}
.roster td {
	border: 1px solid #000000;
}
.roster tr:hover {
	background:#D0F9FF;
}
.footer {
	margin-top:10px;
	margin-bottom:30px;
	font-family:Arial;
	font-size:small;
	text-align:center;
	color: #ffffff;
}
.footer-link {
	color:#ffffff;
	text-decoration:underline;
}
.footer-link:hover {
	color:#ff9900;
}
.store_selection {
	text-align:center;
}
a.gear {
	padding:15px 45px 15px 45px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: solid 1px rgb(153, 153, 153);
	background: #f1f1f1; /* old browsers */
	background: -moz-linear-gradient(top, #f1f1f1 0%, #CCCCCC 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(100%,#CCCCCC)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#CCCCCC',GradientType=0 ); /* ie */
	color: #333;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	text-shadow: 0px 1px 1px rgba(255,255,255,1);
	line-height:20px;
	font-size:13px;
	margin:10px;
}
a.gear:hover {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(248, 248, 248)), to(rgb(221, 221, 221)));
}
a.gear:active {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(204, 204, 204)), to(rgb(221, 221, 221)));
}
