/* Start of CMSMS style sheet 'site' */
* {margin: 0; padding: 0}
body {
  background-image: url('./site_files/images/site/header_bg.png');
  background-repeat: repeat-x;
}

#header {
  width: 992px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  background-image:url('./site_files/images/site/site.png');
  background-position: top;
  padding-top: 90px;
}

#content {
  width: 755px;
  position: relative;
  left: 50%;
  margin-left: -496px;
  background-image:url('./site_files/images/site/site.png');
  background-position: 0 -130px;
}

#content_inner {
  padding-left: 40px;
  padding-right: 27px;
  padding-top: 20px;
}

#content_bot {
  background-image:url('./site_files/images/site/site.png');
  background-position: 0 -6970px;
  background-repeat: no-repeat;
  width: 100%;
  height: 100px;
  padding-top: 30px;
}

#sidebar {
  width: 237px;
  position: absolute; 
  left: 50%;
  margin-left: 259px;
  top: 130px;
  background-image:url('./site_files/images/site/site.png');
  background-position: -755px -130px;
}

#sidebar_bot {
  background-image:url('./site_files/images/site/site.png');
  background-position: -755px -6970px;
  width: 100%;
  height: 30px;
}

#sidebar_inner {
  padding-left: 20px;
  padding-right: 42px;
}

#sidebar_inner ul li {
  font-weight: bold;
  font-size: 11px;
  margin-bottom: 8px;
}

/* Images */

img {
  border: 0px;
}

/* Text */

a:link {color:#000000}      /* unvisited link */
a:visited {color:#000000}  /* visited link */
a:hover {color:#FF0000}  /* mouse over link */
a:active {color:#000000}  /* selected link */

h1, h2, h3, h4, h5, h6 {
  font-family:Tahoma,Arial,Helvetica,sans-serif;
}

h1 {
  font-size: 24px;
  padding-bottom: 10px;
  text-align: center;
}

h2 {
  font-size: 18px;
  padding-bottom: 10px;
}

h3 {
  font-size: 14px;
  font-weight: bold;
}

h4 {
  font-size: 12px;
}

p, ul li, table td {
/*  font-family:'Times New Roman',Times,serif; */
  font-family: arial,sans-serif;
  font-size: 11pt;
  text-align: justify;
}

p {
  padding-bottom: 10px;
}

ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  margin-left: 5px;
  margin-bottom: 15px;
}

li {
  background-image: url('./site_files/images/site/checkers.gif');
  background-repeat: no-repeat;
  background-position: 0px 4px; 
  padding-left: 14px; 
}

#copyright {
  text-align: center;
}

/* Dashboard Schedule */

#sidebar_inner ul.dashboard_schedule {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}

#sidebar_inner ul.dashboard_schedule li {
  background: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
}

#sidebar_inner ul.dashboard_schedule li.dashboard_schedule_light {
  background-color: #FFFFF;
}

#sidebar_inner ul.dashboard_schedule li.dashboard_schedule_dark {
  background-color: #DDDDDD;
}

#sidebar_inner ul.dashboard_schedule li.next_race  {
  background-color: #FF0000;
  color: white;
  font-weight: bold;
}

#sidebar_inner ul.dashboard_schedule li span.dashboard_schedule_special {
  font-style: italic;
  font-weight: normal;
}

#sidebar_inner ul.dashboard_schedule li span.dashboard_schedule_event {
  font-weight: normal;
}

#sidebar_inner ul.dashboard_schedule li.this_weekend {
  background-color: #0000FF;
  color: white;
}

#sidebar_inner h2 {
  padding: 0px;
}


/* News */

.news_summary_entry {
  margin-bottom: 20px;
}

.news_summary_entry th {
  padding: 5px;
  background-color: #FF0000;
  font-weight: bold;
  color: white;
}

.news_summary_entry td {
  padding-top: 5px;
}

.news_summary_entry_left {
  text-align: left;
}

.news_summary_entry_left a {
  text-decoration: none;
}

.news_summary_entry_right {
  text-align: right
}

.news_summary_entry_left a:link {color: #FFFFFF}     /* unvisited link */
.news_summary_entry_left a:visited {color: #FFFFFF}  /* visited link */
.news_summary_entry_left a:hover {color: #FFFFFF}   /* mouse over link */
.news_summary_entry_left a:active {color: #FFFFFF}   /* selected link */

/* menu */


* html ul li a {
width: 1px;
}


#menu {
  margin: 0px;
  margin-left: 250px;
  overflow: auto;
} 
 
#menu li {
  padding: 0px; 
  background-image: none;
  float: left;
  display: block;
}

#menu a {
  color: white;
  font-size: 12pt;
  font-weight: bold;
  font-family:Tahoma,Arial,Helvetica,sans-serif;
  text-decoration: none;
  display: block;
  padding-bottom: 7px;
  padding-right: 9px;
  padding-left: 9px;
}

#menu a:hover {
  color: yellow;
} 

.vert_menu {
position:absolute;
border:1px solid black;
border-bottom-width: 0px;
font:normal 12px Arial;
line-height: 18px;
z-index: 1;
background-color: #FF0000;
width: 160px;
visibility: hidden;
display: block;
}

.vert_menu a {
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
border-right-width: 0px;
border-top: 1px solid #FF6666;
border-left: 1px solid #FF6666;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color: white;
text-align: left;
}

.vert_menu a.parent, .vert_menu a.active, .vert_menu a.active:hover {
background-image: url('/images/arrow.gif');
background-position: right;
background-repeat: 	no-repeat;
}


.vert_menu a:link{ /*hover background color*/
color: white;
}
.vert_menu a:visited{ /*hover background color*/
color: white;
}
.vert_menu a:hover{ /*hover background color*/
background-color: #CC0000;
color: white;
}
.vert_menu a:active{ /*hover background color*/
color: white;
}

/* Schedule */
.category_schedule {
  margin-left: auto;
  margin-right: auto;
}

.category_schedule thead {
  background-color: red;
  color: white;
  font-weight: bold;
}

.category_schedule tbody {
  font-size: 9pt;
}

.category_schedule tr.row1 {
  background-color: white;
}

.category_schedule tr.row2 {
  background-color: #FFDDDD;
}

.category_schedule tr {
  height: 30px;
}

.category_schedule td {
  padding-left: 20px;
}

.category_schedule td.special {
  padding-right: 20px;
}

/* Calendar */

#pka_calendar {
  width: 100%;
  border-left: 1px solid black;
  border-bottom: 1px solid black;
}

.month_row {
  background-color: black;
  color: white;
  font-weight: bold;
  border-right: 1px solid black;
  font-size: 14px;
  padding: 3px;
 }

.week {
  border-right: 1px solid black;
  border-top: 1px solid black;
  width: 20%;
  vertical-align: top;
  height: 100px;
}

.week td {
  padding: 2px;
}

.week_title {
  background-color: #DDDDDD;
  width: 100%;
  font-size: 11px;
}

.week_title div {
  padding: 2px;
}

.week_entries {
  width: 100%;
}

.week_entries td {
  vertical-align: top;
  font-size: 11px;
  width: *;
}

.week_entry_date {
  padding-right: 2px;
}

/* Links */

.links td.name {
  padding-right: 30px;
}

.category_schedule td.map {
  text-align: center;
}

.contact td {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  vertical-align: top;
}

/* Lightbox */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 100px; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(./images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(./images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 14px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

.news_image_left, .news_image_right {
  margin-bottom: 10px;
  text-align: center;
 position: relative;
  top: 10px;
}

.news_image_left {
  float: left;
  margin-right: 10px;
}

.news_image_right {
  float: right;
  margin-left: 10px;
}

.news_image_title, .news_image_c2e {
  font-size: 11px;
}

.news_image_title {
  font-style: italic;
}
/* End of 'site' */

