﻿body { background-color: #131df1; background-image: url(/images/verticalfade01.jpg); background-repeat: repeat-x; color: #000000; font-family: 'Century Gothic',Verdana, Sans-serif; font-size: 12px; }
table { border-collapse: collapse; }
.b { font-weight: bold; }         
.goButton { background-color: #17209d; color: #ffd700; font-weight: bold; margin-top: 2px; width: 40px; }
a.mapLink, .mapLink { color: #444444; font-size: 10px; }
a.mapLink:hover, .maplink:hover { color: #999999; }
.searchButton { background-color: #17209d; color: #ffd700; font-weight: bold; margin-top: 2px; width: 80px; }
.searchTextBox { background-color: #ffffff; color: #17209d; margin-bottom: 2px; width: 100px; }
.selectDropDownList { background-color: #ffffff; color: #17209d; margin-bottom: 2px; width: 148px; }
.standardLink { color: #17209d; font-size: 12px; }
.standardLink:hover, a.standardLink:hover { color: #ff0000; }
.tinyText { font-size: 11px }
.titleLink { color: #17209d; font-size: 16px; }
.titleLink:hover, a.titleLink:hover { color: #ff0000; }

/*
blue  17209d
gold  ffd700


body {
	background-color: #000000;
	background-image: url(/images/background02.gif);
	color: #fff;
	margin: 0px;
}

table {
	border-collapse: collapse; 
}

.cartButton { margin-bottom: 8px; width: 60px; }

.centerColumn {
	 background-color: #fff; 
	 border: solid 1px #ffd700; 
	 float: left; 
	 margin-right: 5px; 
	 margin-top: 10px; 
	 vertical-align: top; 
	 width: 468px;
}

.entry {
	background-color: #000000;
	border: solid 1px #ffd700;
	margin: 40px auto 40px auto;
	padding: 20px 40px 40px 40px;
	width: 778px;
}

.entryButton 
{

	border: solid 1px #ffd700; 
	color: #ffd700; 
	font-size: 18px; 
	font-weight: bold; 
	margin: 30px auto 20px auto;
	padding: 8px;
	text-align: center;
	text-decoration: none;
	width: 120px; 
}

.entryButtonOver {
	background-color: #ffd700;
	border: solid 1px #4876ff; 
	color: #4876ff; 
	font-size: 18px; 
	font-weight: bold; 
	margin: 30px auto 20px auto;
	padding: 8px;
	text-align: center;
	text-decoration: none;
	width: 120px; 
}

.entryMenuItem 
{
	background-image: url(/images/btn.png); 
	border-right: solid 1px #ffd700;
	color: #000;
	float: left;
	font-size: 16px;
	font-weight: bolder; 
	height:25px; 
	margin: 0 0px 0 0px; 
	padding-top: 3px; 
	text-align: center;
	vertical-align: middle; }

.entryMenuItem:hover
{
	background-image: url(/images/btn_over.png);
	color: #ff0000;
	cursor: pointer;
}

.entryTitle {
	color: #ffd700; 
	font-size: 42px;
	padding: 14px 0 6px 0; 
	text-align: center; 
}

.b { font-weight: bold; }
.u { text-decoration: underline }


titleLink, a.titleLink { color: #ff0000; text-decoration: underline; }
titleLink:hover, a.titleLink:hover { color: #ffd700; text-decoration: none; }
titleLink:visited, a.titleLink:visited { color: #4876ff; text-decoration: underline; }

.goButton { background-color: #000; color: #ffd700; margin-top: 2px; width: 40px; }

.link, a.link { text-decoration: none; }

.selectDropDownList { background-color: #000; color: #ffd700; margin-bottom: 2px; width: 148px; }

.link { color: #ffd700; }
.link:hover, a.link:hover { color: #ff0000; }

.standardLink { color: #ffffff; font-size: 12px; }
.standardLink:hover, a.standardLink:hover { color: #ff0000; }

.searchTextBox { background-color: #000; color: #ffd700; margin-bottom: 2px; width: 100px; }
.searchButton { background-color: #000; color: #ffd700; margin-top: 2px; width: 80px; }
.tinyText { font-size: 11px }
.realTinyText { font-size: 10px; }

.button { background-color: #000; color: #ffd700; }
.textBox { background-color: #000; color: #ffd700; margin-bottom: 2px; }


.sideColumnHeader { border-bottom: solid 1px #ffd700; border-top: solid 1px #ffd700; font-size: 18px; margin: 6px; text-align: center; width: 138px; }

.caHeader { font-size: 21px; font-weight: bold; padding: 8px; } 
.caSideBar { color: #ffd700; padding: 18px; }


.pagingCurrent {
	background-color: #ffd700; 
	border: none;
	color: #000; 
	font-weight: bold; 
	margin: 0; 
 
	padding: 3px; 
}	

.pagingDisabled {
	border: none; 
	color: #aaaaaa; 
	margin: 0; 

	padding: 3px; 
	text-decoration: none;
}

.pagingEnabled {
	background-color: #000; 
	border: #ffd700; 
	color: #ffd700;
	font-weight: bold; 
	margin: 0; 

	padding: 3px; 
	text-decoration: none;
}

span.pagingEnabled a {
	color: #ffd700; 
	margin: 0;
}


*/
