@charset "utf-8";

/* Tag Names */
body { 
	background-color:#CCCCCC;
	background-image: url(/include/img/bg.png);
	background-repeat: repeat-x;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight:400;
	font-size:12px;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:800;
	font-size:22px;
	margin-bottom: 5px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:700;
	font-size:18px;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:600;
	font-size:14px;
}

img { border: none; }


a:link {color:#000000; text-decoration:underline; font-family:Arial, Helvetica, sans-serif; font-weight:900; }
a:visited  {color:#000000; text-decoration:underline; font-family:Arial, Helvetica, sans-serif; font-weight:900; }
a:hover { color:#888822; text-decoration:none; font-family:Arial, Helvetica, sans-serif; font-weight:900; }
a:active {color:#000000; font-family:Arial, Helvetica, sans-serif; font-weight:900; }


/* ########### Classes ########### */
span.required { /* Used for required astricts on forms! */
	color:#FF2222;
	font-weight:900;
}
.globalmenu {
	position: relative;
	left: -10px;
	top: -10px;
	float:left;
	z-index: 999;
}
.wTitlebar {
	border-bottom: 2px dotted #666666;
	font-size:14px; 
	font-weight:800;
}
.wContent {
	background-color: #FFFFFF;
	background-image: url(/include/img/bg_wcontent.jpg);
	background-repeat: repeat-y;
	border-right: 2px outset #666666;
	border-bottom: 2px outset #666666;
	border-top: 2px solid #EDE8EC;
	border-top: 2px solid #EDE8EC;
	padding: 5px;
	margin:15px auto;
}
.shadowed {
	border-right: 2px outset #666666;
	border-bottom: 2px outset #666666;
	border-top: 2px solid #EDE8EC;
	border-top: 2px solid #EDE8EC;
}
div.error {
	margin: 25px 0px;
	background-color:#CCCCCC;
	border: 4px inset #FF0000;
	color:#FF0000;
	font-size:14px;
	font-weight:900;
	padding:5px 10pt;
	text-align:center;
}
div.success { }
div.info {
	background-color: #CCCCCC;
	border:inset;
	width:75%;
	padding: 10pt;
}
/* ########### IDs ########### */
#marqueecontainer img {	/* All images inside the spotlight marquee */
	margin:6px;
}
/* ########### PageTemplate ########### */
#marqueecontainer {
	height: 60px;
}
#DivHeader2 {
}
#topsitemap {
	float: left;
	clear: left;
	width: 650px;
}
#h2right {	/* Login Area */
	float:right;
	width: 240px;
	font-size:80%;
}
#h2right input {	/* Login Textboxes */
	font-size:94%;
}
#contentHeader { /* The header where the image goes on each page */
	text-align: center;
	background-color:#000000;
	position:relative;
	top:-10px;
}
.MemberHeaderTable { font-size: 10px; }
#mainContainer {
}
.memberheader {	/* This is virtu-card header */
	font-size: 18px;
	font-weight:800;
	font-family:'Edwardian Script';
	font-style:italic;
}
#DivFooter1 { /* Featured establishments at the bottom of every ad-page */
	text-align:center;
	font-size:18pt;
	font-weight:bold;
	}
#DivFooter2 { /* Featured establishments at the bottom of every ad-page */
	text-align:center;
}
div.mainpage {
	background-color: #FFFFFF;
	border-right: 2px outset #666666;
	border-bottom: 2px outset #666666;
	border-top: 2px solid #EDE8EC;
	border-top: 2px solid #EDE8EC;
	margin: 10px auto;
	padding: 15px;
	width: 800px;
}
div.livesupport {
	clear:left;
	float:left;
	z-index:999;
	text-align:left;
	position:relative;
}
#spacer {
	clear: both;
	padding-bottom:10px;
}
