﻿body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	background-color: #222222;
	background-image: url(/images/ricksbg.gif);
	background-repeat: repeat;
	margin: 0px;
}

td {
	padding: 0px; 
}

.style1 {
	font-size: 9px;
	color: #FFF4AF;
	font-family: Arial, Helvetica, sans-serif;
}

.style3 {
	font-size: 9px;
	color: #CCCCCC;
}

a:link {
	color: #fbe5a5;
	text-decoration: none;
}

a:visited {
	color: #bdbbbb;
	text-decoration: none;
}

a:hover {
	color: #faf2dd;
	text-decoration: underline;
}

a:active {
	color: #fbe5a5;
	text-decoration: none;
}

/* some generics  */

.b { font-weight: bold; }
.u { text-decoration: underline; }
.uimp { text-decoration: underline !important; }

/* These styles are for the infragistics navbar  */

.dd1 { padding: 4px 6px 4px 0px; text-align: left; width: 144px;}
.ddover1 { padding: 4px 6px 4px 0px; text-align: left; width: 144px;}

.dd2 { color: #cd1f02; font-size: 14px; font-weight: bold; padding: 4px 6px 4px 0px; text-align: left; width: 244px;}
.ddover2 { color: #cd1f02; font-size: 14px; font-weight: bold; padding: 4px 6px 4px 0px; text-align: left; width: 244px;}

/* These styles are used in the store */

.address, a.address { color: #fbe5a5; font-size: 13px; }
a.address:hover { color: #faf2dd; font-size: 13px; }
.signupTitle { color: #a82c0a; font-size: 16px; font-weight: bold; }
.storeText { color: #a82c0a; font-size: 12px; }
a.storeText { color: #a82c0a; font-size: 12px; text-decoration: underline; }
.boldStoreText { color: #a82c0a; font-size: 12px; font-weight: bold; }

.storeProduct, a.storeProduct { color: #6a150f; font-size: 14px; font-weight: bold; }
.storeLink, a.storeLink { color: #6a150f }
.storePrice, a.storePrice { color: #6a150f; font-size: 13px; font-weight: bold; }
.storeTitle { color: #a82c0a; font-size: 18px; font-weight: bold; text-decoration: none; }


/*  For controls  */

.textBox { background-color: #dcdcdc; color: #6a150f; font-family: "Century Gothic", Verdana, Sans-Serif; }

.banjo, a.banjo { color: #9e2f04; }

/*  For sitemap */

a.mapLink, a.mapLink:visited { color: #efefef; font-size: 10px; }
a.mapLink:hover { color: #ffd700; }

.roundTextBox { -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; background-color: #ffffff; color: #cf9021; font-size: 11px; border-radius: 5px; }
.roundButton { -moz-border-radius: 7px; -webkit-border-radius: 7px; -khtml-border-radius: 7px; background-color: #cf9021; color: #ffffff; font-size: 12px; font-weight: bold; border-radius: 7px; }
