p, span, div, h1, h2, h3, h4, h5, h6, a, ul, li, ol, table, td, tr , form, label, input, textarea, select{
	font-family: Arial, Helvetica, sans-serif; 
	padding: 0;
	margin: 0;
}
select {
	color: #333;
	background: #fff;
	font-size: 11px;
	font-weight: normal;
}
.left {
	float: left;
}
.right {
	float: right;
}
.justify {
	text-align: justify;
}
.button {
	font-size: 11px;
	height: 19px; 
	width: 40px; 
}
.input {
	color: #333;
	background: transparent;
	height: 15px;	
	border: 1px solid #666;
	font-size: 11px;
}

div.hr {
	background: #DCD5CA;
	height: 1px;
	margin: 10px 0px 10px 0px;
	padding: 0;
}
div.hr hr {
  	display: none;
}
/* Style for input forms */
div.halfrow {
	float: left;
	width: 205px;
}
div.halfrow label {
	float: left;
	width: 100px;
	text-align: left;
	font-size: 11px;
	color: #333;
}
div.halfrow select {
	float: left;
	font-size: 11px;
	background: #fff;
}
div.halfrowmed {
	float: left;
	width: 120px;
	margin-bottom: 5px;
}
div.halfrowmed label {
	float: left;
	width: 155px;
	text-align: left;
	font-size: 11px;
	color: #333;
}
div.halfrowsmall {
	float: left;
	width: 50px;
	margin-bottom: 5px;
}
div.halfrowsmall label {
	float: left;
	width: 50px;
	text-align: left;
	font-size: 11px;
	color: #333;
}
div.clear {
	clear: both;
	height: 20px;
}

/* Style for search results */
div.search {
	width: 410px;
	background: #F4F0E9;
}
div.search_alt {
	width: 410px;
	background: #DCD5CA;
}
div.search_title {
	color: #666633;
	font-size: 13px;
	padding-bottom: 10px;
}

/*-----------------------------------------------------------------------------*/
/*-------------------------Layout----------------------------------------------*/
/*-----------------------------------------------------------------------------*/
#wrapper {
	position: relative;
	clear: both;
	width: 660px;
	margin:0px auto;
	text-align:left;
	padding: 0 0 0 10px;
}
/* Rules for page header*/
#pageHeader { 
	height: 72px;
	width: 660px;
	margin: 0;
	padding: 0;
}
#pageHeaderLeft {
	float: left;
	height: 72px;
	padding-left: 48px;
}
#pageHeaderRight {
	float: right;
	height: 72px;
	padding-right: 5px;
	width: 200px;
}
#pageHeaderRight input {
	background: transparent;
	border: 1px solid #666;
	width: 100px;
	font-size: 11px;
	color: #999;
}
#pageHeaderRight label {
	color: #999;
	font-size: 11px;
	margin-right: 10px;
	padding: 0;
}
#pageHeaderRight p {
	text-align: right;
	padding-top: 15px;
}
#pageHeaderRight a:link, #pageHeaderRight a:visited {
	color: #999;
	font-size: 11px;
	text-decoration: none;
	padding: 0;
	margin: 0;
}
#pageHeaderRight a:hover {
	color: #ccc;
}
#pageHeaderImage {
	border: 1px solid #666;
	width: 658px;
	margin: 0;
	padding: 0;
}
#pageHeaderImage img {
	margin: 0;
	padding: 4px 4px 4px 4px;
	text-align: center;
}

/* Definition for top navigation bar begin */
#contentWrapper {
	width: 650px;
	padding-left: 5px;
	padding-top: 5px;
}
#topNavlist {	
	background: #454545;
	width: 645px;
	height: 30px;
	padding-left: 5px;
	margin: 0;
}
#topNavlist ul{
	margin: 0;
	padding: 0;
}
#topNavlist li{
	display: inline;
	list-style-type: none;
	padding: 0;
}
#topNavlist a{
	padding: 10px 5px 0px 5px;
	margin: 0;
	float: left;
	color: #999;
	background: transparent; 
	font-size: 11px;
	text-transform: uppercase;
	line-height: 12px;
	height: 20px;
}
#topNavlist a:link, #topNavlist a:visited {
	color: #999;
	text-decoration: none;
}
#topNavlist a:hover {
	color: #ccc;
	background: url(../images/menu_over.gif) top center no-repeat;
}
#active a:link, #active a:visited, #active a:hover {
	color: #ccc;
	background: url(../images/menu_over.gif) top center no-repeat;
}

/* Definition for top navigation bar begin */
#sideNav {
	width: 180px;
	margin-top: -17px;
}
#sideNav ul {
	font-size: 11px;
	line-height: 19px;
	margin: 0;
	padding: 0;
}
#sideNav li {
	list-style-type: none;
	border-bottom: 1px solid #DCD5CA;
	margin: 0;
}
sideNav li a {
	display: block;
	color: #333333;
	text-decoration: none;
	width: 180px;
}
	
#sideNav li a:hover {
	display: block;
	text-decoration: none;
	width: 170px;
}
#sideNav li.sel {
	padding-left: 10px;
}
#sideNav li.sel a, #sideNav li.sel a:visited {
	color: #000;
}
#sideNav li.sel a:hover {
	color: #660000;
}	
#sideNav li a:visited {
	display: block;
	text-decoration: none;
	width: 170px;
}	
#sideNav li a:visited:hover {
	display: block;
	text-decoration: none;
	width: 170px;
}

#sideNav li.subSel {
	padding-left: 20px;
}
#sideNav li.subSel a, #sideNav li.subSel a:visited {
	color: #000;
}
#sideNav li.subSel a:hover {
	color: #660000;
}	
#sideNav li.subSel a:visited {
	display: block;
	text-decoration: none;
	width: 150px;
}	
#sideNav li.subSel a:visited:hover {
	display: block;
	text-decoration: none;
	width: 150px;
}

/* Definition for content begin */
#content {
	float: left;
	background: #F4F0E9 url(../images/content_bg.gif) top left repeat-x;	
	width: 610px;
	border: 1px solid #B0A28A;
	padding: 0px 19px 40px 19px;
	min-height: 400px;
	height: auto;
	_height: 400px;
}
#content_left {
	float: left;
	width: 180px;
	padding-right: 20px;
	padding-top: 44px;
	color: #666;
	font-size: 11px;
}
#content_left input {
	width: 178px;
	border: 1px solid #666;
	color: #666;
	font-size: 11px;
}
#content_left h4 {
	color: #660000;
	font-size: 13px;
}
#content_left a:link, #content_left a:visited {
	color: #666633;
	font-size: 11px;
	text-decoration: none;
	padding: 0;
	margin: 0;
}
#content_left a:hover {
	text-decoration: underline;
	color: #660000;
}
#content_right {
	float: left;
	width: 410px;
	padding-top: 20px;
	color: #333;
	font-size: 11px;
}
#content_right p {
	padding: 5px 0px 5px 0px; 
}
#content_right h5 {
	color: #000;
	font-size: 13px;
}
#content_right h4 {
	color: #666633;
	font-size: 13px;
}
#content_right h3 {
	color: #000;
	font-size: 12px;
	padding: 8px 0px 5px 0px;
}
#content_right img {
	/*margin: 0 10px 10px 0;*/
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #B0A28A;
}
#content_right a:link, #content_right a:visited {
	color: #666633;
	font-size: 11px;
	text-decoration: none;
	padding: 0;
	margin: 0;
}
#content_right a:hover {
	text-decoration: underline;
}
#content_right div.EventList {
	float: left;
	width: 410px;
	border-bottom: 1px solid #DCD5CA;
}
#content_right div.EventList p {
	float: left;
	margin: 0;
	padding: 0;
	line-height: 20px;
}
#content_right div.EventList p.Event {
	float: left;
	width: 235px;
}
#content_right div.EventList p.NoShows {
	float: left;
	width: 85px;
	text-align: center;
}
#content_right div.EventList p.Buy {
	float: right;
	width: 70px;
	text-align: right;
}
#content_right div.EventListHeading {
	float: left;
	width: 410px;
	margin: 0 0 10px 0;
	padding: 0;
}
#content_right div.EventListHeading h6 {
	float: left;
	margin: 0;
	padding: 0 0 5px 0;
	font: bold 11px Arial, Helvetica, sans-serif; 
	color: #333;
	background: transparent;
	border-bottom: 1px solid #333333;
}
#content_right div.EventListHeading h6.Event {
	width: 245px;
}
#content_right div.EventListHeading h6.NoShows {
	width: 165px;
}
#content_right p.GuideText {
	clear: both;
	color: #000;
	font-weight: bold;
}
#content_right div.TicketSearch {
	height: 27px;
	font-weight: bold;
	font-size: 11px;
	margin: -3px 0 -10px;
	padding: 0;
}
#content_right div.EventPrice {
	float: left;
	width: 410px;
	padding: 2px 0;
	border-bottom: 1px solid #DCD5CA;
}
#content_right div.EventPrice p {
	margin: 0;
	padding: 0;
}
#content_right div.EventPriceImg {
	float: left;
	width: 410px;
	height: 100px;
	background: #fff url(../images/salur.gif) no-repeat;
	margin: 0;
	padding: 0;
	text-align: center;
}
#content_right div.EventPriceHeading {
	float: left;
	width: 410px;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: bold;
	border-bottom: 1px solid #333333;
}
#content_right div.EventConfirmHeading {
	float: left;
	width: 410px;
	margin: 10px 0 10px 0;
	padding: 0 0 10px 0;
	font-weight: bold;
	border-bottom: 1px solid #333333;
}
#content_right div.EventConfirmHeading h6 {
	float: left;
	margin: 0;
	padding: 0;
	font: bold 11px Arial, Helvetica, sans-serif; 
	color: #333;
	background: transparent;
}
#content_right div.EventConfirmHeading h6.Description {
	width: 240px;
	text-align: left;
}
#content_right div.EventConfirmHeading h6.Location {
	width: 100px;
	text-align: center;
}
#content_right div.EventConfirmHeading h6.Price {
	width: 70px;
	text-align: right;
}
#content_right div.EventConfirm {
	float: left;
	width: 410px;
	padding: 2px 0;
	border-bottom: 1px solid #DCD5CA;
}
#content_right div.EventConfirm p {
	float: left;
	margin: 0;
	padding: 0;
}
#content_right div.EventConfirm p.Description {
	width: 225px;
	text-align: left;
}
#content_right div.EventConfirm p.Location {
	width: 115px;
	text-align: center;
}
#content_right div.EventConfirm p.Price {
	width: 70px;
	text-align: right;
}

/* Mailing list */
.mailLabel {
	float: left;
	clear: both;
	margin: 0px;
	padding: 0px;
}
.mailInput {
	float: left;
	clear: both;
	margin-bottom: 10px;
	padding: 0px;
	color: #333;
	background: transparent;
	height: 15px;	
	border: 1px solid #666;
	font-size: 11px;
}
#mailSubmit {
	float: left;
	clear: both;
	padding: 0px;
	margin: 0px;
	width:38px; 
	height:8px; 
	border: 0; 
}


/* Style from image gallery */
#galleryThumbs {
	float: left;
	width: 410px;
	padding-bottom: 10px;
}
#galleryThumbs img {
	float: left;
	border: 1px solid #333;
	margin: 0;
	padding: 0;
}
#galleryThumbs div.spacer {
	float: left; 
	width: 10px;
}
#galleryImg {
	width: 410px;
	margin: 0;
	padding: 0;
}
#galleryImg img {
	margin: 0px 0px 10px 0px;
	padding: 0;
	border: 1px solid #333;
}
#galleryImg a:link, #galleryImg a:visited {
	color: #333333;
	font-size: 11px;
	text-decoration: none;
	padding: 0;
	margin: 0;
}
#galleryImg a:hover {
color: #666633;
	text-decoration: none;
}

/* Style for splash page */
#search_area {
	padding-top: 10px;
}
#search_area h6 {
	padding: 4px 0px 0px 10px;
	font-size: 11px;
	color: #330000;
}
#search_area p {
	font-size: 11px;
	color: #333;
	padding: 0px 10px 10px 10px;
}
#search_area a:link, #search_area a:visited {
	color: #666633;
	font-size: 11px;
	text-decoration: none;
	padding: 0;
	margin: 0;
}
#search_area a:hover {
	text-decoration: none;
	color: #660000;
}

/* Style for splash page */
#splashWrapper {
	position: relative;
	clear: both;
	width: 610px;
	margin:0px auto;
	text-align: left;
	padding: 0;
}
#splashHorizon {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -280px;
	text-align: center;
}
#splashPageHeader { 
	height: 72px;
	width: 610px;
	margin: 0;
	padding: 0;
}
#splashPageHeaderLeft {
	float: left;
	height: 72px;
	padding-left: 28px;
}
#splashLinks {
	text-align: center;
	padding-top: 20px;
}
#splashLinks span.left {
	padding-left: 245px;
}
#splashLinks span.right {
	padding-right: 245px;
}
#splashLinks a:link, #splashLinks a:visited {
	color: #999999;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}
#splashLinks a:hover {
	text-decoration: none;
	color: #999966;
}
#flash {
	width: 608px;
	border: 1px solid #666;
	margin: 0;
	padding: 0;
}
#flash div {
	margin: 0;
	padding: 4px 4px 4px 4px;
	text-align: center;
}

#pager {
	text-align: center;
}
/* Definition for footer begin */
#footer {
	float: left;
	width: 650px;
	height: 30px;
	background: #666;
	padding: 0;
	margin-top: 5px;
	margin-bottom: 15px;
}
#footer p {
	color: #ccc;
	font-size: 11px;
	padding: 9px 15px 0px 15px;
}
#footer a:link, #footer a:visited {
	color: #cccc99;
	font-size: 11px;
	text-decoration: none;
	padding: 0;
	margin: 0;
}
#footer a:hover {
	text-decoration: underline;
}
#footer_left {
	float: left;
}
#footer_right {
	float: right;
}


