

body {
	background-image: url(images/hexagon.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

 
.header {
	font-family: Century Gothic;
	font-size: 17px;
	color: #1874cd;
}

.header a:link {
	color: #003887;
}

.header a:visited {
	color: #003887;
}

.header a:hover {
	color: #00204F;
}

 
.white {
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
}

.white a:link {
	color: #FFFFFF;
	text-decoration: underline;
}

.white a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

.white a:hover {
	color: #A3E2FF;
	text-decoration: underline;
}
 
 
.silver {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}

.silver a:link {
	color: #555555;
}

.silver a:visited {
	color: #555555;
}

.silver a:hover {
	color: #003585;
}
 
 
.silvermenu {
	font-family: Arial;
	font-size: 13px;
	color: #000000;
}

.silvermenu a:link {
	color: #000000;
	text-decoration: none;
}

.silvermenu a:visited {
	color: #000000;
	text-decoration: none;
}

.silvermenu a:hover {
	color: #0050A1;
	text-decoration: none;
}
 
 
.blue {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	list-style-image: url('images/arrow.gif');
	line-height: 150%;
}

.blue a:link {
	color: #1874cd;
	text-decoration: none;
}

.blue a:visited {
	color: #1874cd;
	text-decoration: none;
}

.blue a:hover {
	color: #000000;
	text-decoration: none;
}

.title {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	list-style-image: url('images/arrow.gif');
	line-height: 150%;
}

.title a:link {
	color: #000000;
	text-decoration: none;
}

.title a:visited {
	color: #000000;
	text-decoration: none;
}

.title a:hover {
	color: #1874cd;
	text-decoration: none;
}




.black {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	list-style-image: url('images/arrow.gif');
	line-height: 150%;
}

.black a:link {
	color: #000000;
	text-decoration: none;
}

.black a:visited {
	color: #000000;
	text-decoration: none;
}

.black a:hover {
	color: #1874cd;
	text-decoration: none;
}


.noList {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	line-height: 150%;
	list-style-image:none;
	font-weight:normal;
}
.noList #first {
	font-weight:bold;
}
.noList ol {
	font-weight:normal;
}
.noList p {
	margin:0px;
}


a.magGlass {
	position: relative; /*this is the key*/
	z-index: 24;
}
			
a.magGlass span{
	display: block;
	position:absolute;
	/*top: 38px;
	top: -1px; */
	left: 25px; 
	width: 38px;
	border: none;
	color: #000;
}

.webadmin {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #555555;
	font-size: 10px;
	padding: 15px;
}

.webadmin a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #555555;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

.webadmin a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1874cd;
	font-size: 10px;
	text-decoration: none;
}

#alert{
	width:768px;
	height:28px;
	background-color:#c1282d;
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	padding:10px 0 0 12px;
}

table.tblLineups td{
	background-color:#dddddd;
}