﻿body
{
	background-position: center top;
	text-align: center;
	background: #000000 url(images/background.jpg) no-repeat center top;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
}

a
{
	color: #ffc000;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6
{
	padding: 10px 0px 10px 0px;
	margin: 0px;
}

h1
{
	font-family: Georgia;
	font-size: 20pt;
	font-weight: normal;
	margin-top: 15px;
}

h2
{
	font-size: 160%;
	padding-bottom: 0;
}

h3
{
	font-size: 130%;
	padding: 0px 0px 0px 0px;
}

h4
{
	font-size: 120%;
	padding: 0px 0px 0px 0px;
}

h5
{
	font-size: 110%;
	font-weight: bolder;
	padding: 0px 0px 0px 0px;
}

h6
{
	font-size: 100%;
	padding: 0px 0px 0px 0px;
}

.helplink
{
	font-size: 130%;
	font-weight: bolder;
	padding: 0px 0px 0px 0px;
}

.strong
{
	font-weight: bolder;
}

.italic
{
	font-style: italic;
}

.center
{
	text-align: center;
}

.center a
{
	margin: 0 auto;
}

.right
{
	text-align: right;
}

.red
{
	color: Red;
}

.green
{
	color: Green;
}

.yellow
{
	color: #ffc000;
}

.errortext
{
	color: Red;
	font-size: 8pt;
	font-weight: bold;
}

p
{
	font-size: 9pt;
	line-height: 1.4em;
	margin: 0 0 1em 0;
	letter-spacing: .03em;
}

ul
{
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

li
{
	padding-left: 15px;
	margin-left: 8px;
	background-image: url(images/arrowwhite.png);
	background-repeat: no-repeat;
	background-position: left top;
}


/************#  Main Layout Wrappers  #**************/
.page-wrapper
{
	width: 663px;
	text-align: left;
	margin: 0 auto;
}

.header-wrapper
{
	display: block;
}

.content-wrapper
{
	width: 100%;
	display: block;
	min-height: 480px;
	height: auto;
	margin-top: 25px;
}

.footer-wrapper
{
	clear: both;
	margin-top: 25px;
	text-align: center;
	display: block;
	font-size: 10px;
}

.main
{
	padding-left: 100px;
	padding-right: 100px;
}
/************#  Error box  #**************/
.errorbox
{
	color: Red;
	display: block;
	border: 1px solid White;
	padding: 10px 10px 10px 10px;
	margin: 10px;
	overflow-y: auto;
	overflow-x: hidden;
	height: 50px;
	font-size: 11px;
}

.error_x
{
	background-position: left center;
	background: url(images/red_x.gif);
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
	padding-left: 18px;
}

/************#  Header  #**************/
.header-top
{
	display: block; /*height: 200px;*/
	height: 170px;
	background: url(images/header.jpg) no-repeat center bottom;
}

.header-loginmenu
{
	float: right; /*background: url(images/login.jpg) top left no-repeat;*/
	font-weight: bolder;
	padding-right: 25px;
	display: block;
	height: 24px;
}

.header-loginmenu a, .header-loginmenu a:visited
{
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 24px;
	padding: 0px 14px 0px 4px;
}

.header-loginmenu a:hover
{
	text-decoration: underline;
}

.header-menu
{
	height: 25px;
	margin: 0;
	padding: 0;
	text-align: right;
}

.header-menu a, .header-menu a:visited
{
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 24px;
	padding: 0px 14px 0px 4px;
}

.header-menu a:hover
{
	text-decoration: underline;
}


/************#  Footer  #**************/
.footer-nav, .footer-nav a
{
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	color: #ffc000;
}

.footer-nav a:hover
{
	text-decoration: underline;
}

.footer-logos
{
	padding: 10px;
}

.footer-logos img
{
	padding: 0px 10px;
}

.footer-logos a
{
	font-size: large;
}

/************#  LoginPanel  #**************/
.Box
{
	border: solid 1px white;
	padding: 10px 10px 15px;
	margin: 10px;
}

/************#  LoginPanel  #**************/
.LoginPanel
{
	border: solid 2px white;
	margin: 10px auto;
	padding: 10px;
	width: 260px;
}

/************#  Inputs  #**************/
input.short, select.short
{
	width: 150px;
	margin: 0 0 5px 0;
	vertical-align: baseline;
}
input.long, select.long
{
	width: 200px;
	margin: 0 0 5px 0;
	vertical-align: baseline;
}

/************#  Inputs  #**************/
input.search, select.search
{
	width: 123px;
	margin: 0 0 5px 0;
	vertical-align: baseline;
}

a.button
{
	background: url(images/button.png) no-repeat center center;
	color: Black;
	display: block;
	height: 28px;
	width: 147px;
	padding-top: 12px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

a.button:hover
{
	background-image: url(images/button_rollover.png);
	color: White;
	font-weight: bold;
}

.tabheader
{
	display: inline-block;
}

.tabbutton
{
	float: left;
	margin-right: 15px;
}


/************#  Text Tables  #**************/
.texttable
{
	width: 96%;
	border-top: 1px solid #b9bed8;
	border-bottom: 1px solid #b9bed8;
}

.texttable tr th
{
	background: #ffc000;
	color: Black;
	text-align: left;
}

.texttable tr td
{
	padding: 3px 3px;
	line-height: 1.4em;
	vertical-align: top;
}


/************#  Two Columns #**************/
.columnLeft
{
	width: 340px;
	float: left;
}

.columnRight
{
	width: 300px;
	float: left;
	margin-left: 10px;
}

/************#  Lamp  #**************/
.lamp
{
	background-image: url(images/lamp.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 95px;
}


/************#  Default Page  #**************/

.home_news div a
{
	color: #ffc000;
	text-decoration: none;
	font-size: 11pt;
}

.home_news div a:hover
{
	color: #ffc000;
	text-decoration: underline;
	font-size: 11pt;
}

.home_register
{
	font-size: 18pt;
}

.affiliate_link
{
	font-size: large;
}

/************#  Grids  #**************/
.grid
{
	width: 96%;
	border-top: 1px solid #b9bed8;
	border-bottom: 1px solid #b9bed8;
	letter-spacing: .1em;
}
.grid tr td
{
	padding: 3px 3px;
	line-height: 1.4em;
	vertical-align: top;
	letter-spacing: .1em;
}

.gridHeader th
{
	padding: 3px 3px;
	font-weight: bold;
	text-transform: uppercase; 
	color: #ffc000;
	vertical-align: top;  
}

.grid th.right, td.right
{
	text-align: right;
}

.grid th.mid, td.mid
{
	text-align: center;
}

/************#  SearchBox  #**************/
.SearchBox
{
	border: solid 1px white;
	padding: 10px 10px 15px;
	width: 96%; 
}

.rightcol 
{    
	font-weight:bold ; 
	text-align: right;    
}


