/* Begin Typography & Colors */
body {
	background-image: url(../images/layout/background.jpg);
	background-repeat:repeat-x;
	background-color:#EFEFEF;
	font-size: 13px; /* Resets 1em to 10px */
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
	text-align: center;
	margin:0px;
	padding:0px;
	/* line-height: 18px; */
}

body.modalbox {
	background-image: url('');
	background-color:#FFF;
	font-size: 13px; /* Resets 1em to 10px */
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
	text-align: center;
	margin:0px;
	padding:0px;
	line-height: 18px;    
}

p, td, th {
	font-size: 13px; /* Resets 1em to 10px */
	font-family: Arial, sans-serif;
	color: #000000;
	/* line-height: 18px; */
}
/* Layout Containers */
#divOuterContainer {
    text-align: left; /* for IE */
    width:1000px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
}
#QuickLinks {
    text-align:right;
    width:700px;
    padding-top:4px;
    font-weight:normal;
    font-size:9pt;
    background-color:#fff;
}
#QuickLinks a {
    font-weight:bold;
}
#SiteHeader {
	background-color: #FFFFFF;
	padding: 0px;
	width: 1000px;
	height: 99px;
}
/*--EVENTS MENU BAR--*/
#navbar {
	background-color: #999999;
	text-align: center;
	width: 1000px;
	height: 30px;
    position:relative;
}
/*--TABBED NAV BAR--*/		 
#mainnav {
	height: 37px;
	min-height: 37px;
	padding-top: 12px;
	text-align:left;
}
#mainnav ul {
	margin: 0;
	list-style: none;
	position: relative;
	width: auto;
	left: 0px;
	padding-left:10px;
	top: 0px;
}
#mainnav ul li {
    float: left;
    display: inline;
}
#mainnav ul a {
	display: block;
	font: 14px Arial, sans-serif;
	color: #0038EF;
	text-decoration: none;
	font-weight: bold;
}
#mainnav ul a {
	width: 153px;
	height: 25px;
	text-align: center;
	padding-top: 12px;
	color: #0038EF;
	background-image: url(/images/layout/tab.jpg);
}
#mainnav ul a:focus,
#mainnav ul a:hover {
	outline: none;
	color: #0038EF;
	background-image: url(/images/layout/tab_over.jpg);
}
#events #mainnav ul a.events,
#promoters #mainnav ul a.promoters,
#participants #mainnav ul a.participants,
#help #mainnav ul a.help {
	color: #656565;
	background-image: url(/images/layout/tab_active.jpg);
} 
/* TAB SUB */
#mainnav ul.tabSub {
	margin: 0;
	list-style: none;
	position: absolute;
	padding-left:0px;
	left: 0px;
	top: 37px;
	width:690px;
	display:none;
	background-color:#fff;
}
#mainnav li.help ul.tabSub li {
    float: right;
    display: inline;
}
#mainnav ul.tabSub a {
	display: inline;
	font: 12px Arial, sans-serif;
	font-variant:small-caps;
	text-decoration: none;
	font-weight: normal;
}
#mainnav ul.tabSub a {
	background-image: none;
}
#mainnav li:hover .tabSub {
    display:inline;
    z-index:999;
}
#events #mainnav li.events ul.tabSub,
#promoters #mainnav li.promoters ul.tabSub,
#participants #mainnav li.participants ul.tabSub,
#help #mainnav li.help ul.tabSub
{
    display:inline;
} 
#mainnav li.events ul.tabSub {
    padding-left:10px;
	width:675px;
    }
#mainnav li.promoters ul.tabSub {
    padding-left:160px;
	width:525px;
    }
#mainnav li.participants ul.tabSub {
    padding-left:310px;
	width:375px;
    }
#mainnav li.help ul.tabSub {
    padding-left:275px;
	width:410px;
    }
/* Auto Complete */
div.autocomplete {
  position:absolute;
  width:300px !important;
  background-color:white;
  border:1px solid #888;
  margin:0px;
  padding:0px;
  font-size:8pt;
  font-weight:bold;
  font-family:verdana,Arial;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.autocomplete ul li.selected { background-color: #f9fca3;color:#000;}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:3px;
  cursor:pointer;
  color:#777;
}
/* MAIN CONTENT */
#maincontent {
	padding: 15px 0px 10px 2px;
	vertical-align: top;
	background-color:#fff;
}
/* PROMOTER TASK MENU */
.PromoterTasks {
	text-align:left;
	clear:both;
	padding-left:20px;
	line-height: 18px;
}
.PromoterTasksHeader {
    margin-bottom:5px;
}
.PromoterTasks ul {
	margin: 0;
	list-style: none;
	position: relative;
	left: 0px;
	padding-left:0px;
	top: 0px;
    }
.PromoterTasks ul li {
    float:left;
    display:inline;
    border-top:0px solid #fff;
    border-right:1px solid #eee;
    border-bottom:1px solid #eee;
    border-left:1px solid #eee;
	width:190px;
	padding:0px;
}
.PromoterTasks ul a {
    font-size:10pt;
    font-weight:normal;
    text-decoration:none;
    display:block;
    padding:3px 0px 3px 10px;
}
.PromoterTasks ul li:hover {
    background-color:#eeeeee;
}
.PromoterTasks li.MenuSection:hover {
    background-color:#D6E2FC;
    border:0px solid #fff;
}
.PromoterTasks li.MenuSection {
    background-color:#D6E2FC;
    border:0px solid #fff;
    font-weight:bold;
    width:190px;
    padding:3px 0px 3px 3px;
    color:#666;
}
.PromoterTasks ul li:first-child {
    border-top:1px solid #eee;
}
.PromoterTasks ul li:last-child {
    border:0px;
}

/* END PROMOTER TASK MENU */

table.editCatsList td {
    border-bottom:1px solid #000;
    font-size:9pt;
    vertical-align:middle;
}

#RightAds{
    padding-top:15px;
    text-align:right;
}
#EventCalendarButtonAds {
    width:185px;
    float:left;
    text-align:center;
    padding:0px;
    margin:0px;
    }
    
#CalendarSearch {
    border:1px solid #ccc;
    margin:5px auto 5px auto;
    padding:5px 10px 5px 10px;
    width:450px;
    background:#efefef;
    line-height:30px;
    }
    
#EventCalendar, #EventCalendar form {
    width:500px;
    float:left;
    padding-left:0px;
	line-height: 18px;
}

#divRegNav {
    text-align:right;
    background-color:#fff;
    font-size:9pt;
    color: #999;
    line-height:23px;
}
#divRegNav a:link, #divRegNav a:visited {
    color:#333;
	text-decoration: none;
	font-weight: normal;
    
}
#divRegNav a:hover, #divRegNav a:active {
    color:red;
	text-decoration: none;
	font-weight: normal;
}


.CatHeader{
    color:#fff;
    font-weight:bold;
    font-size:13px;
    font-variant:small-caps;
    height:40px;
    border-top:1px solid #737373;
    border-bottom:1px solid #737373;
}
.subeventheader {
    background-color:#0038EF;
    color:#ffffff;
    font-weight:bold;
    height:30px;
    padding-left:20px;
}
#subnav {
	width: 100%;
	display: block;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 13px;
	line-height: 22px;


	}
	
#subnav a:link, #subnav a:visited  {
	
	display: block;
	color: #ffffff;
	background-color: #002647;
	text-decoration: none;
	line-height: 30px;
	padding-left: 15px;
	padding-right: 15px;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	margin-right: 1px;
	margin-left: 1px;
	
	}
	
#subnav a.active  {
	
	display: block;
	color: #ffffff;
	background-color: #669529;
	text-decoration: none;
	line-height: 30px;
	padding-left: 15px;
	padding-right: 15px;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	margin-right: 1px;
	margin-left: 1px;
	
	}
	
#subnav a:hover {
	display: block;
	color: #ffffff;
	text-decoration: none;
	line-height: 30px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #002237;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	margin-right: 1px;
	margin-left: 1px;
	
			
}

#subnav h2 {
	color: #ffffff;
	text-decoration: none;
	font-size: 18px;
	line-height: 40px;
	display: block;
	background-color: #33556c;
	padding-left: 15px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	margin-right: 1px;
	margin-left: 1px;

	}

#subnav ul {
	margin: 0;
	padding: 0px;
	list-style: none;
	}

	
#main {
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;	
		}	
		
#main_featured {
	margin-left: 10px;
	margin-right: 10px;
	padding-top:3px;
	width: 490px;
/*	background: #FFFFFF url(/images/template/CodyCrossPremier.jpg) no-repeat top right;   */
/*	background: #FFFFFF url(/images/template/RoszkoFeatureImage2008.jpg) no-repeat top right;  */
	background: #FFFFFF url(/images/template/JameyWin2009Premier.jpg) no-repeat top right;
		}	

.header_190 {
	padding-left: 10px;
	padding-right: 10px;
	width: 170px;
	background-image: url(/images/layout/header_190.png);
	font: 14px Arial, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	line-height: 30px;
	background-repeat:no-repeat;
		}	
		
.header_490, .SectionHeader, .RegHeader {
	padding-left: 10px;
	padding-right: 10px;
	width: 470px;
	background-image: url(/images/layout/header_490.png);
	font: 14px Arial, sans-serif;
	color: #FFFFFF;
	display: block;
	font-weight:bold;
	line-height: 30px;
	background-repeat:no-repeat;
	margin-bottom:10px;
		}	
		
.header_690 {
	padding-left: 10px;
	padding-right: 10px;
	width: 670px;
	background-image: url(/images/layout/header_690.png);
	font: 14px Arial, sans-serif;
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	line-height: 30px;
	background-repeat:no-repeat;
	margin-bottom:10px;
		}

#footernav {
	height: 23px;
	min-height: 23px;
	width: auto;
	margin: 0;
	padding-top: 5px;
	background-color: #D6E1FC;
	border: 1px;
	border-color: #999999;
	border-style: solid;
	text-align:center;
          }

#footernav a:link, #footernav a:visited {
	font: 13px Arial, sans-serif;
	color: #0038EF;
	text-decoration: none;
	font-weight: bold;
          }
#footernav a:hover {
	font: 13px Arial, sans-serif;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
          }

#footer {
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	background-color: #B3B3B3;
	padding: 15px;
	width: auto;
	font-size: 12px;
	line-height: 15px;
	color            : #ffffff;
	text-decoration  : none;
	font-weight      : normal;
	text-align: center;
	}
	
#notice {
	border: 1px solid #FFFF00;
	padding: 10px;
	margin-left: 1px;
	margin-right: 1px;
	width: auto;
	background-color: #FFFFCC;
	font-family: Arial, sans-serif;
	font-size        : 11px;
	line-height: 15px;
	color            : #000000;
	text-decoration  : none;
	font-weight      : normal;
	
		}
		
#error {
	border: 1px solid #FF0000;
	padding: 10px;
	margin-left: 1px;
	margin-right: 1px;
	width: auto;
	background-color: #FF99CC;
	font-family: Arial, sans-serif;
	font-size        : 11px;
	line-height: 15px;
	color            : #000000;
	text-decoration  : none;
	font-weight      : normal;	
		}
		
#success {
	border: 1px solid #00cc00;
	padding: 10px;
	margin-left: 1px;
	margin-right: 1px;
	width: auto;
	background-color: #99ff99;
	font-family: Arial, sans-serif;
	font-size        : 11px;
	line-height: 15px;
	color            : #000000;
	text-decoration  : none;
	font-weight      : normal;
		}
	

h1, h2, h3 {
	font-family: Arial, sans-serif;
	font-weight:  normal;
	color: #000000;	
	}

h1 {
	font-size: 18px;
	text-align: left;
	}

h2 {
	font-size: 14px;
	text-align: left;
	letter-spacing: 1px;
	}

h2.pagetitle {
	font-size: 14px;
	text-align:left;
	}


h3 {
	font-size: 12px;
	text-align:left;
	}

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited {
	text-decoration: none;
	color: #000000;
	font-weight:  normal;
	}

h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration: none;
	color: #0038EF;
	font-weight:  normal;
	}


code {
	font: 9px 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

	
.title {
	font-family: Arial, sans-serif;
	font-size: 16px;
	color : #000000;
	font-weight: bold;
}

.title a:link, .title a:visited {
	font-family: Arial, sans-serif;
	color : #000000;
	font-weight: bold;
	text-decoration: none;
}

.title a:hover {
	font-family: Arial, sans-serif;
	color : #0038EF;
	font-weight: bold;
}

.PremierTitle {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color : #000000;
	font-weight: bold;
}

.PremierTitle a:link, .PremierTitle a:visited {
	font-family: Arial, sans-serif;
	color : #000000;
	font-weight: bold;
	text-decoration: none;
}

.PremierTitle a:hover {
	font-family: Arial, sans-serif;
	color : #0038EF;
	font-weight: bold;
}

.subtitle {
	font-family: Arial, sans-serif;
	font-size: 18px;
	color : #999999;
}

.location {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color : #000000;
	font-style: italic;
}

.date {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color : #333;
	font-weight: bold;
    padding:0px 0px 5px 5px;
}

.result {
	font-family: Arial, sans-serif;
	font-size: 18px;
	color : #999999;
}


.small {
	font-family: Arial, sans-serif;
	font-size        : 11px;
	line-height: 15px;
	color            : #FFFFFF;
	text-decoration  : none;
}

.smalldark {
	font-family: Arial, sans-serif;
	font-size        : 11px;
	line-height: 15px;
	color            : #000000;
	text-decoration  : none;
	font-weight      : normal;
}

a:link, a:visited {
	color: #0038EF;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: Red;
	font-weight: bold;
}

.blueNoLine a:link, .blueNoLine a:visited {
	text-decoration: none;
	color: blue;
	font-weight: bold;
	}
.blueNoLine a:hover, .blueNoLine a:active {
	text-decoration: none;
	color: Red;
	font-weight: bold;
	}


a.results:link, a.results:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a.results:hover {
	color: #0038EF;
	text-decoration: none;
	font-weight: bold;
}

a.small:hover {
	color: #FFFFFF;
	text-decoration: none;

}

a.smalldark:hover {
	color: #000000;
	text-decoration: none;
}

a.footer:link, a.footer:visited {
	color: #D6E1FC;
	text-decoration: none;
}

a.footer:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.txtRED {
	color: red;
}
.txtwhite {
    color:#FFF;
}
.txtsilver {
    color:#333;
}
.txtitalics {
    font-style:italic;
}
.txtbold {
    font-weight:bold;
}
.txtsmall {
    font-size:9pt;
}
.OnlineWaiverText {
    padding:5px; 
    font-family:times new roman; 
    font-size:12pt; 
    text-align:left; 
    width:500px; 
    height:200px; 
    border:1px solid #cccccc; 
    overflow:auto; 
}
.DataInputArea {
    border:1px solid #CCCCCC;
    background-color:#EEEEEE;
    color:#000000;
    padding:5px;
    
}
td.DataEntry {
	background-color: #EEEEEE;
	border-bottom: solid 1px #AAAAAA;
	padding: 2px;
}
td.DataEntryALT {
	background-color: #FFFFFF;
	border-bottom: solid 1px #AAAAAA;
	padding: 2px;
}

td.DataEntryNoBorder {
	background-color: #EEEEEE;
	padding: 2px;
}

td.DataEntryALTNoBorder {
	background-color: #FFFFFF;
	padding: 2px;
}

/* End Typography & Colors */



/* Begin Structure */


.cellpad020 {
	padding-top: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	}	
.cellpad10-0 {
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	}	

.cellpad20-0 {
	padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	}	

.cellpad20 {
	padding: 20px;
	}	
	
.cellpad015 {
	padding-top: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	}
	
.cellpad15 {
	padding: 15px;
	}
	
.cellpad10 {
	padding: 10px;
	}
	
.cellpad5 {
	padding: 5px;
}
	
/* End Structure */



/*	Begin Headers */

h1, h2, h2.pagetitle, h3, h3.comments {
	padding: 0px;
	margin: 0px;
	text-align: left;
	}

/* End Headers */

/* Begin Forms */
input, select {
	border:1px solid #ccc;
	padding:6px;
	color: #666666;
	font-size: 14px;
	font-weight:bold;
}

textarea {
	font-family: Arial;
	border:1px solid #ccc;
	padding:6px;
	color: #333;
	font-size: 14px;
	font-weight:normal;
}

input.imgbtn {
	border:0px solid #ccc;
	padding:0px;
}
input.btn {
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    border-right:1px solid #999;
    border-bottom:1px solid #999;
    
}
input.btn:hover {
    background-color:#D6E2FC;
    border-top:1px solid #0038EF;
    border-left:1px solid #0038EF;
    border-right:1px solid #0038EF;
    border-bottom:1px solid #0038EF;
    cursor:pointer;
}

input.btnGreen {
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    border-right:1px solid #999;
    border-bottom:1px solid #999;
    background-color:#A8CC69;
    color:#FFF;
}
input.btnGreen:hover {
    background-color:#D6E2FC;
    color:#0038EF;
    border-top:1px solid #0038EF;
    border-left:1px solid #0038EF;
    border-right:1px solid #0038EF;
    border-bottom:1px solid #0038EF;
    cursor:pointer;
}

input.border0 {
    border-width:0px;
}

#CalendarSearch input, #CalendarSearch select {
	border:1px solid #ccc;
	padding:3px;
	color: #666666;
	font-size: 12px;
	font-weight:normal;
}
#CalendarSearch input.imgbtn {
	border:0px solid #ccc;
	padding:0px;
}

/* End Forms */

.TestimonialText {
    font-weight:bold;
    margin-top:10px;
    margin-left:10px;
    margin-right:10px;
    font-family:Georgia,Garamond,Times New Roman;
    font-size:12pt;
    }
.TestimonialAuthor {
    font-style:italic;
    text-align:left;
    padding-left:50px;
    padding-bottom:10px;
    padding-top:3px;
    }

.CartVeloNews {
	background-color:#ffffff;
	border-bottom: 1px solid #000000;
	border-top: 0px solid #000000;
	padding: 3px;
}
