﻿*
{
	font-family: Georgia, Serif;
	font-size: 14px;
	line-height: 1.5em;
}
ul, body
{
	padding: 0;
	margin: 0;
}
body
{
	background: #666;
}
h1
{
	font-size: 24px;
	font-weight: normal;
	color: #333;
	margin: 0 0 15px 0;
	clear: both;
	padding-top: 25px;
}
#wrapper
{
	width: 950px;
	margin: 0 auto;
	background: #fff url(/images/bg.png) 0 0 repeat-y;
	padding: 0 15px;
	height: 100%;
	overflow: auto;
}
#innerwrapper
{
	background: url(/images/bannerbg.png) 0 0 repeat-x;
	height: 100%;
	overflow: auto;
}
#banner
{
	height: 102px;
}
#banner div
{
	margin: 0 auto;
	border: solid 1px #000;
	border-top: none;
	width: 728px;
}
img
{
	border: none;
}
.button
{
	color: #fff;
	background: url(/images/button_bg.png) 0 0 repeat-x;
	height: 26px;
	line-height: 26px;
	display: block;
	float: left;
	padding: 0 10px;
	text-decoration: none;
	font-size: 18px;
}
p
{
	clear: both;
}
.red
{
	color: #ED1C24;
}
#logo
{
	width: 208px;
	height: 94px;
	background: url(images/logo.png) 0 0 no-repeat;
	display: block;
	text-indent: -999px;
	overflow: hidden;
	margin: 0 auto;
}

/*--- Nav, Console */
#nav, #console
{
	list-style: none;
	float: right;
}
#nav li, #console li
{
	display: inline;
}
#nav li a, #console li a
{
	display: block;
	float: left;
	padding: 0 7px;
	line-height: 35px;
	height: 35px;
	color: #fff;
	font-size: 20px;
}
#nav #swapadd
{
	font-weight: bold;
}

#console
{
	float: left;
}
#console li a.login
{
	color: #FBB03B;
}


#lcol
{
	float: left;
	width: 220px;
	height: 100%;
	overflow: auto;
}
#rcol
{
	float: right;
	width: 685px;
	padding: 0 30px 0 15px;
	height: 100%;
	overflow: auto;
}
#footer
{	
	clear: both;
	text-align: right;
	width: 980px;
	margin: 0 auto;
	padding-bottom: 27px;
	background: url(/Images/footer-bottom.png) 0 100% no-repeat;
}
#footerinner 
{		
	padding: 40px 30px 0 30px;
	background: #fff url(/images/bg.png) 0 0 repeat-y;
	line-height: 35px;
	height: 35px;
	height:100%; 
	overflow: auto;
}
#footer a
{
	line-height: 35px;
	height: 35px;
	float: right;
	display: block;
	margin-left: 20px;
}
#footer a.antitout, #footer a.tenrat
{
	text-indent: 999px;
	overflow: hidden;
	background: url(/images/antitout.png) 0 0 no-repeat;
	width: 100px;
}
#footer a.tenrat
{
	background: url(/images/tenratlogo.png) 0 0 no-repeat;
	width: 86px;
}

/*--- Left Col */
#acts, #venues
{
	margin: 20px 18px;
}
#acts strong, #venues strong
{
	color: #29ABE2;
}
#acts li, #venues li
{
	color: #555;
}
#acts a, #venues a
{
	font-size: 12px;
	color: #333;
}
#acts ul, #venues ul
{
	list-style: none;
	padding-bottom: 7px;
	margin-bottom: 6px;
	border-bottom:solid 1px #eee;
}
/*--- Swaps */
.swap
{
	background: #eee;
	margin-top: 3px;
	padding: 4px 14px;
}
.swap h4
{
	padding: 0;
	margin: 0;
	font-family: Georgia;
	font-weight: normal;
	text-align: right;
	color: #FBB03B;
	font-size: 18px;
	line-height: 24px;
	height: 24px;
}
.swap h4 a
{
	width: 270px;
	color: #29ABE2;
	display: block;
	float: left;
	text-align: left;
	font-size: 20px;
}
.swap p
{
	padding: 10px 0;
	margin: 0;
	clear: both;
	color: #555;
}

/* --- Swap View */
#swapview h1
{
	margin: 0;
	color: #29ABE2;
}
#swapview h2
{
	color: #555;
	margin: 0 0 20px 0;
	font-weight: normal;
	font-size: 18px;
}
#swapview ul
{
	list-style: none;
}
#swapview ul li
{
	line-height: 28px;
}
#swapview .offer
{
	border-top: solid 1px #ddd;
	margin: 15px 0;
	padding: 10px;
	background: #efefef;
}
#swapview .profile
{
	width: 120px;
	height: 80px;
	float: left;
	margin: 0 10px 7px 0;
	padding: 1px;
	border: solid 1px #29ABE2;
}

/* --- Forms */
label
{
	font-size: 18px;
	display: block;
}
#addnewvenue
{
	display: none;
}
/* --- Errors */
span.error
{
	display: block;
	clear: both;
	color: #ED1C24;
	font-size: 18px;
	padding: 6px;
}
span.none_err
{
}
span.login_err
{
	background: url(/images/error_bg.gif) 30px 4px no-repeat;
	padding: 6px 0 0 74px;
}
span.activation_err
{
}

span.req, span.validation
{
	font-size: 18px;
	color: #ED1C24;
	border-top: solid 2px #ED1C24;
}

#terms *
{
	font-family: Verdana;
	font-size: 10px;
}

h1 span
{
	background: url(/images/antitout.png) 0 0 no-repeat;
	width: 100px;
	height: 35px;
	display: block;
	text-indent: -999px;
	overflow: hidden;
}

/* --- Messages */
.message
{
	background: #eee;
	padding: 7px 14px;
	height: 100%;
	overflow: auto;
}
.message span, .message div
{
	display: block;
	font-size: 12px;
	color: #555;
}
.message li
{
	display: inline;
	padding: 0 7px 0 0;
}
.message a.button
{
	float: right;
}

/* --- Home */
p.homebit
{
	display: block;
	height: 185px;
	background: url(/images/homebg.jpg) 0 0 no-repeat;
	padding: 7px 150px 7px 14px;
	color: #fff;
	font-size: 16px;
}

