/*--------------------- LAYOUT ---------------------*/


/*---------- Container ---------*/

#container {
	width: 780px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: #FFFFFF url(../images/bg_container.gif) repeat-y left top;
	display: block;
	font-size: 90% !important;
	font-size: 82%;
}

/*---------- Header ---------*/

#header {
 	background: #8aa496 url(../images/header.jpg) no-repeat left top;
	margin: 0;
	padding: 0;
	height: 120px;

}
#header h1 {
	color: #fff;
	margin: 0;
	padding: 10px;
	border: none;
	background: none;
	display: none;
}

/*---------- Content ---------*/

#content {
	float: left;
	width: 608px;
	text-align: justify;
}
#content div.pad {
	padding: 20px;
}

/*---------- Side Bar ---------*/

#sidebar {
	margin: 0;
	float: right;
	width: 160px;
	text-align: center;
}
#sidebar div.pad {
	padding: 5px 15px 10px 15px;
}
#sidebar p {
	margin: 0;
	padding: 0;
	color: #666666;
	font-size: 95%;
	text-align: left;
}
#sidebar h3 {
	color: #fff;
	margin: 0;
	padding: 6px 0;
	text-decoration: none;
	text-align: left;
}

#sidebar hr {
	background: #bad2c5 url(../images/sidebar-hr.gif) no-repeat right center;
	border: none;
	height: 20px;
	margin: 10px 0;
	padding: 0;
}

/*---------- Admin ---------*/

#admin {
	float: left;
	width: 100%;
	text-align: justify;
	background: #fff;
}
#admin div {
	padding: 20px;
	padding-right: 15px;
}
#admin ul li {
	list-style-image: url(../images/bullet.gif);
	font-weight: bold;
	color: #6D8F7E;
}

/*---------- Sponsors ---------*/

#sidebar_links {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	display: block;
}
#sidebar_links ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#sidebar_links ul li {
	list-style: none;
}
#sidebar_links ul li a {
	display: block;
	background-color: #B1CDBE;
	padding: 10px;
    margin: 5px 0;       
	border: 1px solid #9CBEAB;
	text-decoration: none;
}
#sidebar_links ul li a:hover {
	background: #A6C6B5 url(../images/sponsors-hover.gif) repeat-x center center;
	text-decoration: none;
}

/*---------- Producer---------*/

#producer {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	display: block;
}
#producer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;	
}
#producer ul li { 
	list-style: none;
}
#producer ul li a {
	display: block;
	background-color: #B1CDBE;
	padding: 10px;
    margin: 5px 0;       
	border: 1px solid #9CBEAB;
	text-decoration: none;
}
#producer ul li a:hover {
	background: #A6C6B5 url(../images/sponsors-hover.gif) repeat-x center center;
	text-decoration: none;
}

/*---------- bottom ---------*/

#bottom {
	clear: both;
	border-top: 3px solid #5B8C72;
	border-bottom: 3px solid #5B8C72;
	background: #bad2c5 url(../images/footer-bg.gif) repeat-x left top;
	text-align: left;
	font-size: 110%;
}
#bottom div {
	padding: 8px;
	display: block;
}
#bottom ul p {
	color: #D1D1D1;
	margin: 0;
	padding: 0;
	display: inline;
}
#bottom ul {
	text-align: center;
	margin: 0;
	padding: 0;
	list-style: none;
}
#bottom ul li {
	padding-left: 10px;
	display: inline;
}
#bottom ul li a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
	font-weight: bold;
	border: 1px solid transparent;

}
#bottom ul li a:hover {
	text-decoration: none;
	background: #bad2c5 url(../images/footer-hover-bg.gif) repeat-x left bottom;
	border: 1px solid #fff;
}

/*---------- footer ---------*/

#footer {
	margin: 10px 0 10px;
	padding: 10px 5px 5px;
	text-align: center;
	clear: both;
}
#footer p {color: #666}
#footer ul li {
        list-style-image: url(../images/Evol-Design.gif);
}
#footer ul li a {
        text-decoration: none;
}

#flashcontent {margin: 0; padding: 0; top: 0; left: 0;}

/*--------------------------------------
	VENDOR PAGE
--------------------------------------*/

span.regular {
	font-weight: normal;
	color: #333333;
}
#vendorList {
	clear: both;
	margin: 0px;
	padding: 15px 0px;
}

#categories {
	float: left;
	width: 30%;
	margin: 0px;
	padding: 0px;
}
#categories h2 {
	margin: 0px 0px 10px;
	text-align: center;
	padding: 10px;
}
#categories ul.category {
	list-style-type: none;
	margin: 0px;
	padding: 0px;

}
#categories ul.category li {
	list-style-type: none;
	list-style-image: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
}
#categories ul.category li.on {
	background-color: #EBF1F3;
}
#categories ul.category li a {
	font-weight: bold;
	text-decoration: none;
}
#categories ul.category li a:hover {
	text-decoration: underline;
	background: none;
}

#listing {
	float: left;
	width: 69%;
	margin: 0px;
	padding: 0px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #E7EFF1;
	background-color: #EBF1F3;
}
#listing h2 {padding: 10px; margin: 0px 0px 10px;}
#listing ul.list {
	margin: 0px;
	padding: 0px 0px 0px 20px;
}
#listing ul.list span.companyName {
	color: #5084A3;
	text-decoration: none;
	padding-right: 6px;
	font-size: 125%;
	font-weight: bold;
	text-align: left;
}
#listing ul.list span.companyName a {
	text-decoration: underline;
	color: #5084A3;
}
#listing ul.list span.companyName a:hover {}
#listing ul.list li {
	list-style-image: none;
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 8px;
	border-bottom: 1px solid #B9D5D9;
	margin-right: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
h1.vendorHeading {
	font-size: 200%;
	color: #45737A;
	text-align: center;
}


/*--------------------------------------
	Register button on buy tickets page
--------------------------------------*/

#registerImg {

}
#registerImg a {
	float: left;
	padding: 0;
	margin: 20px;
	width: 230px;
	border: 0;
	background: url(../images/register.jpg) no-repeat top right;
}
#registerImg a:hover {
	border: 0;
	background: url(../images/register_hover.jpg) no-repeat top right;
}

/*--------------------------------------
	Login button on buy tickets page
--------------------------------------*/

#loginImg {

}
#loginImg a {
	float: left;
	padding: 0;
	margin: 20px;
	width: 230px;
	border: 0;
	background: url(../images/login.jpg) no-repeat top left;
}
#loginImg a:hover {
	border: 0;
	background: url(../images/login_hover.jpg) no-repeat top left;
}

/*--------------------------------------
	ADMINE LISTINGS
--------------------------------------*/

table#adminListing {
	border-collapse: collapse;
	border: 1px solid #666;
	color: #333333;
	font-size: 95%;
}

table#adminListing tr {
	background: #eff5f4 url(../images/bg_row.gif) repeat-x left top;
	white-space: nowrap;

}

table#adminListing tr.odd{
	background: #d2e7e4 url(../images/bg_row_odd.gif) repeat-x left top;
}

table#adminListing thead tr{
	font-size: 115%;
	background: #6c908c url(../images/bg_thead.gif) repeat-x left top;
	color: #FFFFFF;
	font-weight: bold;
}
table#adminListing thead tr a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
table#adminListing thead tr a:hover {
	text-decoration: none;
	color: #FFFFFF;

}

table#adminListing th, 
table#adminListing td{
	padding: .4em 1em;
}
table#adminListing td.title {
font-size: 100%;
background: none;
}
table#adminListing tr:hover {background: none;}

table#adminListing col {
	border-righ: 1px solid #ccc;
}

table#adminListing thead{
	border-top: 1px soldi #a5a5a5;
	border-bottom: 1px soldi #a5a5a5;
}

table#adminListing th{
	font-weight: normal;
	text-align: left;
}

table#adminListing tbody tr:hover{
	background-color: #FFFF99;
	cursor: hand;
	background-image: none;
}
table#adminListing thead tr:hover{
	color: #fff;
	background-image: url(../images/bg_thead.gif);
	background-repeat: repeat-x;
	background-position: left top;

}
a img, 
a:hover img, 
img, 
img a, 
img a:hover {
	background-image: none;
	border: none;
}
img {
	border: none;

}


/* ----------------------------------------
	Admin Menu
---------------------------------------- */

.adminMenu {
	background: #fff;
	list-style: none; 
	padding: 0px; 
	margin:0; 
	width: 100%; 
	border-bottom: 1px solid #BBD0D7
}                     
.adminMenu li { 
	border-top: 1px solid #BBD0D7; 
	padding: 6px;
	background: url(../images/bg_adminMenu.gif) repeat-x left top;
} 
.adminMenu li a.secTitle {
	font-size:115%;
	margin-bottom:2px;
	font-weight:bold;
	letter-spacing:90%;
	color: #FF6600;
}
.adminMenu li a:hover {
	text-decoration: none;
}
.adminMenu li span.secDesc {
	font-size:90%;
	margin-bottom:2px;
	color: #666666;
}
.adminMenu li img.secThumb {
	margin-right: 25px;
	border: none; 
	float:left; 
	margin-top:1px
}


#vendorArticles p {
	font-size: 95%;
	margin: 0px;
	padding: 10px;
}
#vendorArticles p.contactInfo {
	font-weight: bold;
	font-size: 110%;
	color: #333333;
}


/* ----------------------------------------
	Login Form
---------------------------------------- */


.formGeneric {
	dispaly: block;
	font-size: 100%;
	border: 8px solid #DFEBEC;
	padding: 0;
	margin: 0 auto;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border-collapse: collapse;

}
.formGeneric h3 {
	margin: 0;
	padding: 5px 0;
}
.formGeneric tr {
	margin: 0;
	padding: 0;
}
.formGeneric td {
	margin: 0;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}
.formGeneric td.title {
	margin: 0;
	padding: 5px;
	background: none;
	font-size: 105%;
	color: #7B405C;
	text-align: right;
	vertical-align: top;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: .1em;
	font-weight: bold;
}

.formGeneric td a:hover {
	text-decoration: none;
	background: none;
}
.incompleteField,
.incompleteField td, 
.incompleteField h3 {
	color: #FF0000;
	background-color: #FFE8E6;
}






#maintab {padding: 0; margin: 0;}
.tabs {
	padding: 6px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left;
}

.tabs li {
	display: inline;
	margin: 0;
	position: relative;
	top: 7px;
}

.tabs li a {
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	border: 4px solid #bad2c5;
	color: #466C57;
	background: #EBF1EE;
}

.tabs li a:visited {
	color: #466C57;
}

.tabs li a:hover {
	text-decoration: none;
	background-color: #D5E3DB;
	background-image: none;
	color: #2F483A;
}

.tabs li.selected {
	position: relative;
	top: 7px;
}

.tabs li.selected a {
	border-bottom-color: #fff;
	background: #fff;
}

.tabs li.selected a:hover { /*selected main tab style */
	text-decoration: none;
	border-bottom-color: white;
	background: #fff;
}

.tabcontentstyle { /*style of tab content oontainer*/
	border: 4px solid #bad2c5;
	display: block;
	margin-bottom: 1em;
	padding: 15px;
}

.tabcontentstyle h2 {
	font-size: 230%;
	color: #7B405C;
	display: block;
	padding-bottom: 15px;
	font-family: "Times New Roman", Times, serif;
}
.tabcontentstyle h2 i {
	font-size: 40%;
	color: #7AA98E;
	padding-top: 10px;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
}


.tabcontent {
	display:none;
}
