/*test dev
First reset a bunch of margins...*/
HTML, BODY, H1, H2, H3, H4, H5, H6, P, DIV, UL, OL, LI, IMG, BLOCKQUOTE
{
	margin: 0;
	border: 0;
	padding: 0;
	font-weight: normal;
}
/*Body and General Typographic Rules*/
BODY
{
	margin: 0;
	padding: 0 0 20px;
	background: #000000 url(../images/main_back.gif) repeat-x top left;
	text-align: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
	color: #000000;
}
a:link {color: blue;}
a:active {color: #FFFFFF;}
a:visited {color: blue;} 

UL
{
	padding-left: 16px;
	list-style-image: none;
}
OL
{
	padding-left: 16px;
/*Force IE to behave like Firefox*/
	list-style-image: none;
}
H1
{
}
H2
{
}
H3
{
}
H4
{
	margin-bottom: 0.5em;
	color: #000000;
	font-weight: bold;
	font-size: 17px;
}
H5
{
	margin-bottom: 0.5em;
	color: #000000;
	font-weight: bold;
	font-size: 15px;
}
H6
{
/*Same size as regular text.  No margin below.*/
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}
P, #content UL
{
	margin-bottom: 1em;
	line-height: 1.5em;
}
BLOCKQUOTE
{
	padding: 2px 0 0 30px;
	background: url(../images/quotes.jpg) no-repeat 0 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CD603D;
	font-style: italic;
}
BLOCKQUOTE .attribution
{
	font-style: normal;
	font-weight: bold;
}
OL.citations
{
	margin-top: 3em;
	font-size: 10px;
	line-height: 12px;
}
CITE
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}
A
{
	text-decoration: none;
}
A, A:link, A:visited
{
	color: #1111CC;
/*color: #c86043;*/
}
A:active, A:hover
{
	color: #959572;
}
A:hover
{
	text-decoration: underline;
}
.textbrowseronly
{
	display: none;
}
.indent
{
	margin-left: 16px;
}
A:link LI A
{
List-style-type: circle;
color:#C86043;
}
LI.link A
{
List-style-type: square;
}
LI.active A
{
	text-decoration: underline;
}
LI.active LI A
{
text-decoration: none;
}
LI.active LI.active A

{
	text-decoration: underline;
}
/*Major component layout*/
#layoutarea
{
	position: relative;
	margin: 0 auto;
	width: 906px;
	overflow: hidden;
}
#language_select{
text-align: right;
color:00000;
}
#logo
{
	position: absolute;
	top: 17px;
	left: 3px;
}
#ajaxSearch_form {

       text-align: right;
       color: #444;
       width: 30;



       }
#ajaxSearch_input {

       width:30 ;
       display: inline;
       height: 17px;
       border: 1.5px solid #000;
     /*  border-left-color: #000;
       border-top-color: #000;
       border-right-color: #000;
       border-bottom-color: #000; 
       background: #fff url(../images/input-bg.gif) repeat-x top left; */
       margin: 0 0px 0px 0;
       padding: 3px 0 3px;
       vertical-align: top;
       }
  #ajaxSearch_submit {
           display: inline;
           vertical-align: top;
           margin: -1px 0 0 0;
           border: 1.5px solid #000;
           height: 26px;
           line-height: 26px;

       }
fieldset{border:none}

#pagecontainer
{
	margin: 109px 0 0;
	border: 2px solid #000000;
	background: #FFFFFF url(../images/columnbackground.gif) repeat-y top right;
}
#content
{
	position: relative;
	float: left;
	width: 700px;
/*973 - 200 module width - 2x2 outer border - 2 middle border*/
	background-color: #FFFFFF;
	zoom: 1;
	overflow: visible;
/*padding-bottom: 22767px;
margin-bottom: -22767px;*/
}
#leftcornerrounder
{
	position: absolute;
	top: -2px;
	left: -2px;
	width: 10px;
	height: 10px;
	background: url(../images/InverseRedCornerTL.gif) no-repeat top left;
	z-index: 10;
}
#content H1
{
	padding: 17px 20px 9px 18px;
	border-bottom: 11px solid #861D15;
/*dark red*/
	background-color: #B72C27;
/*lighter red*/
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}
.contentimagebox
{
	float: right;
	margin: 10px;
	width: 250px;
	text-align: center;
}
.contenttext
{
	padding: 14px 20px;
	zoom: 1;
	overflow: visible;
}
/*############## Nav type stuff ##############*/
#modules
{
        position: relative;
       
	float: left;
	border-left: 2px solid #000000;
	background-color: #FFFFFF;
/*padding-bottom: 22767px;
margin-bottom: -22767px;*/
}



#rightcornerrounder
{
	position: absolute;
	top: -2px;
	right: -2px;
	width: 10px;
	height: 10px;
	background: url(../images/InverseBlackCorner.gif) no-repeat top right;
	z-index: 10;
}
.module
{
	width: 200px;
	border-top: 2px solid #000000;
}
DIV.first_module
{
	border-top: none;
}
.module H3
{
	padding: 2px 2px 4px 16px;
	background-color: #1C1A1B;
/*charcoal*/
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}
.first_module H3
{
	padding: 17px 2px 9px 16px;
/*The first module needs a fatter padding*/
	border-bottom: 11px solid #2C2B29;
}
.first_module H3 A
{
	color: #FFFFFF !important;
	text-decoration: underline;
}
.module DIV, .module UL.toplevel
{
/*this should be the first element after the h3 in each module*/
	border-top: 1px solid #D4D7D8;
/*this is a cheap stupid hack which forces a border of the same color as the top row of pixels in the background image, which forces the background image to hug the top edge of the box*/
	background: #FFFFFF url(../images/content_back.gif) repeat-x top left;
/*padding-bottom: 22767px;
margin-bottom: -22767px;*/
}
.module P, .module FORM
{
	margin: 1em 16px;
/*this should be margin, not padding*/
}
.module DIV UL
{
	margin-left: 10px;
/*not to be confused with the 16px padding to match Firefox behavior defined earlier*/
}
.module LI
{
	margin: 1em 0;
}
#sectionnav UL.toplevel
{
	padding-left: 20px;
}
#sectionnav LI
{
	margin: 1em 0;
}
#sectionnav UL A
{
	font-size: 12px;
	color: #000000;
}
#sectionnav .subnav A
{
	font-size: 12px;
	color: #C86043;
}
.module_upcoming_shows UL A
{
list-style-type:none;
}
#privacy
{
font-size:16px;
 text-align: center;
}
#tabbox
{
	position: absolute;
	top: 71px;
	right: 0;
	vertical-align: middle;
}
#tabbox DIV
{
	float: right;
	height: 29px;
	padding: 2px 0;
	line-height: 25px;
	background: url(../images/navigation_back.gif) repeat-x top left;
	text-align: center;
}
#tabbox A
{
	display: block;
	border-right: 2px solid #000000;
	padding: 0 20px;
	color: #999999;
	font-size: 16px;
}
#tabbox .firsttab_active A , #tabbox .secondtab_active A, #tabbox .thirdtab_active A, #tabbox .fourthtab_active A, #tabbox .fifthtab_active A, #tabbox .sixthtab_active A
{
	color: #FFFFFF;
}
#tabbox .firsttab A, #tabbox .firsttab_active A 
{
	line-height: 29px;
	margin: -2px 0;
	border: none;
	padding-right: 30px;
	background: url(../images/navigation_rightfilled.gif) no-repeat top right;
}
#tabbox .fifthtab A, #tabbox .fifthtab_active A
{
	line-height: 29px;
	margin: -2px 0;
	padding-left: 30px;
	background: url(../images/navigation_leftfilled.gif) no-repeat top left;
}
#crumbbox
{
	position: absolute;
	top: 41px;
	right: 0;
	text-align: right;
	color: #FFFFFF;
	font-size: 12px;
}
#crumbbox A
{
	color: #FFFFFF;
	text-decoration: none;
}
#searchbox
{
	position: absolute;
	top: 10px;
	right: 0;
}
#searchbox FORM
{
	text-align: right;
}
#search_results
{
	margin-right: 1em;
	border: 1px solid #FFFFFF;
	padding: 1em;
	color: #FFF;
	background-color: #EEE;
}
#search_results H4
{
	margin-bottom: 1em;
	color: #666;
}
.search_result
{
	border-top: 1px solid #000000;
}
.search_result A
{
	display: block;
	padding: 1em;
	width: 200px;
	text-decoration: none;
}
.search_result A:hover
{
	background-color: #999;
	color: #FFFFFF;
}
.search_result .pagetitle
{
	display: block;
	font-weight: bold;
}
.search_result .pagesummary
{
	display: block;
}
#footer
{
	position: relative;
	clear: both;
	float: left;
	margin-bottom: -2px;
/*necessary to cover up the extra-lengthy columns' overlap over the bottom border*/
	width: 100%;
	border-top: 2px solid #000000;
	background: #FFFFFF url(../images/content_back.gif) repeat-x top left;
}
#footerleft
{
	float: left;
	margin: 15px;
}
#footerright
{
	padding: 15px;
	text-align: right;
}
/*############## Page-specific styles ##############*/
DIV.marketsbox
{
	position: relative;
	margin-bottom: 20px;
	border: 5px solid #000000;
	padding: 10px;
	width: 630px;
	height: 134px;
	color: #FFFFFF;
	cursor: pointer;
	cursor: hand;
}
.marketsbox .overlay
{
	position: absolute;
	bottom: 10px;
	left: 10px;
}
.marketsbox H2
{
	font-size: 32px;
}
.marketsbox .learnmore
{
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 3px 5px;
	border-top: 2px solid #000000;
	border-left: 2px solid #000000;
	background-color: #000000;
	font-size: 14px;
}

