/* Main Sections 
------------------------------------------------------------------------- */
<!-- 
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #eaeae2;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #595959;
}
.etixMain #container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */	
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: url(images/contentbg.gif) repeat-y;		
} 
.etixMain #header { 
	padding: 0;
	margin:0;  
} 
.etixMain #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 270px; 
	
	margin:0 22px 0 0;
	padding:0px 20px 0 10px;
	
	font-size:13px;
	text-align:justify;
	
	background: url(images/featured-reflection.jpg) no-repeat;		
}

.etixMain #sidebar1 h1 {
	margin:0;
	padding:0;
	font-size:17px;
	text-transform:uppercase;
	color:#e3001b;
	text-align:left;
}


.etixMain #sidebar1 p {
 margin: 8px 0 10px 0
}

.etixMain #mainContent { 
	margin: 0 320px 0 15px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
		font-size:13px;


} 
.etixMain #mainContent a { 
color: #c9031b;
}
.etixMain #mainContent a:hover {
color: #ff2929;
}

.etixMain #bannerLge {
	margin: 0 0 0 20px;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.etixMain #bannerSml {
	
}


.etixMain #footer { 
	padding: 0 ; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(images/footer.gif) no-repeat;
	height:27px;
	font-size:10px
} 
.etixMain #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 7px 0 0 80px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#FFFFFF
}

.etixMain #footer a {
	color:#FFF
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.dd {
	color: #FFF;
	background-color:#e3001b;
	font-weight:normal;
	width:180px;
	font-size:10px
}

hr {
height:1px;
color:#ff8080
}



/* TAB Sections EVENTS LISTING BLOCK
------------------------------------------------------------------------- */

#eventsBlock {
/* debug 
	border:1px solid #66FF00;*/
	}


.events_genre {
	list-style-image: none;
	list-style-type: none;
	margin: 0 0 0 15px;
	padding: 0px;
	height: 30px;	
	background:url(images/tab_inactive_bg_whole.jpg) no-repeat bottom left;

}

.events_genre li {
	float: left;	
	padding: 10px 5px 2px 0px;
	margin-right: 2px;
	cursor: pointer;
	height: 30px;
	/*background:url(images/tab_inactive_bg.gif); */
	text-align:center;
	font-size:12px;	
}

.events_genre li.active {
	padding: 7px 5px 2px 0px;
	background-color: #e3001b;
	color:#FFFFFF;
	background:url(images/tab_active_bg.gif) no-repeat;
}

.events_genre li#tab1 {
	width:35px;
}
.events_genre li#tab2 {
	width:59px;
}
.events_genre li#tab3 {
	width:59px;
}
.events_genre li#tab4 {
	width:59px;
}
.events_genre li#tab5 {
	width:103px;
}
.events_genre li#tab6 {
	width:80px;
}

.events_genre li#tab1.active {
	background:url(images/tab_active_bg1.gif) no-repeat;
}
.events_genre li#tab2.active  {
	background:url(images/tab_active_bg2.gif) no-repeat;
}
.events_genre li#tab3.active  {
	background:url(images/tab_active_bg2.gif) no-repeat;
}
.events_genre li#tab4.active  {
	background:url(images/tab_active_bg2.gif) no-repeat;
}
.events_genre li#tab5.active  {
	background:url(images/tab_active_bg4.gif) no-repeat;
}
.events_genre li#tab6.active  {
	background:url(images/tab_active_bg6.gif) no-repeat;
}

#topCorner {
	padding-top:0px;
	position: relative;
	background:url(images/tab_body_top.gif) no-repeat #e3001b;
	width: 584px;
	height:7px;
}
#search {
	position: relative;
	width: 584px;
	height:30px;
	display: block;	
	text-align:left;
	background:url(images/searchbg.gif) no-repeat #e3001b scroll -1px 1px;	
	margin:0 0 0 0;
	padding-bottom:5px
}
#search form {
	margin:0px 0 0 100px;
	padding:0;
	color:#FFFFFF;
	font-size:12px;
	
	border:1px solid transparent;
}

#search form #searchContent {
margin:6px 0 0 0
}

#search form #keywordiv {
margin:0 0 0 110px;
display:inline
}
#search form #godiv {
margin:0 11px 0 0px;
float:right;

}
#search form #keyword {
width:90px;
border:1px solid #f1808d;
font-size:12px;
color:#FFFFFF;
background-color:#e3001b
}

#venueSelect {
float:right;
margin-top:5px
}

#venueSelect select {
color: #e3001b;
font-size:10px;
margin:0;
padding:0;
width:125px
}

.events_panel {	
	
	/*
	background-color: #ddd;
	position: relative;
	width: 100%;
	top: -1px;
	clear: both;
	overflow: hidden;	
	padding:0;
	margin:0;
	background:url(images/tab_body_bottom.gif) no-repeat bottom left #e3001b;		
	font-size:11px;
	*/
	
	display: none;
	background-color: #ddd;

	width: 100%;
	height:5px;
	top: -1px;
	clear: both;
	overflow: hidden;	
	padding:0;
	margin:0;
	background:url(images/tab_body_bottom.gif) no-repeat bottom left #e3001b;		
	font-size:11px;
	

}

.events_panel a {
color:#fff;
text-decoration:none;
}

.events_panel.active {

	background-color: #e3001b;
	display:inline;

	color:#FFFFFF;	
	height:300px;
	width:300px;
	margin:0;
	padding:0;
}





/* TAB Sections EVENTS LISTING BLOCK
------------------------------------------------------------------------- */

#eventsDetailsBlock {

width:585px;

	}

#eventsDetailsBlock h1 {
	margin:0;
	padding:0;
	font-size:23px;
	text-transform:uppercase;
	color:#fff;
	text-align:left;
}

#eventsDetailsBlock .dd {
	color: #FFF;
	background-color:#e3001b;
	font-weight:normal;
	width:250px;
	font-size:13px
}


#eventsDetailsBlock #topCorner {
	padding-top:0px;
	position: relative;
	background:url(images/tab_body_top.gif) no-repeat #e3001b;
	width: 584px;
	height:10px;
}


#details_panel {	
	position: relative;
	width: 584px;

	background:url(images/tab_body_bottom.gif) no-repeat bottom left #e3001b;		
	font-size:13px;
	background-color: #e3001b;
	display:block;
	color:#FFFFFF;	
	margin:0;
	padding:0;

}

#details_panel a {
	color:#fff;
	text-decoration:none;
}


/* EVENTS IMAGES BLOCK
------------------------------------------------------------------------- */


#eventsImagesBlock {
	color:#FFF

	}


#eventsImagesBlock #topCorner {
	padding-top:0px;
	position: relative;
	background:url(images/tab_body_top_side.gif) no-repeat #e3001b;
	width: 280px;
}

#eventsImagesBlock #sidebar_panel {
	background:url(images/tab_body_bottom_side.gif) no-repeat bottom left #e3001b;	
	width: 260px;
	padding:0 10px 0 10px;
}

/* CONTACT SIDE BLOCK
------------------------------------------------------------------------- */


#contactSidebarBlock {

		color:#FFF
}

#contactSidebarBlock #topCorner {
	padding-top:0px;
	position: relative;
	background:url(images/tab_body_top_side.gif) no-repeat #e3001b;
	width: 280px;
}


#contactSidebarBlock #sidebar_panel {
	background:url(images/tab_body_bottom_side.gif) no-repeat bottom left #e3001b;	
	width: 260px;
	padding:0 10px 0 10px;
}

#contactSidebarBlock .input {
width:148px;
}

#contactSidebarBlock textarea {
width:200px;
}

#contactSidebarBlock h4 {
margin:0
}


.overflow {

overflow:auto; width:584px; height:320px;
background-color: #e3001b;

      scrollbar-face-color:#ff9699;
      scrollbar-shadow-color:#e3001b;
      scrollbar-highlight-color:#e3001b;
      scrollbar-3dlight-color:#e3001b;
      scrollbar-darkshadow-color:#e3001b;
      scrollbar-track-color:#b30117;
      scrollbar-arrow-color:#fff;
}

