/* Sets all default fonts  */
body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Sets margins  */
/* "height: 100.1%" is a fix to make the scrollbars not dissapear in Firefox when the page content is short  */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
	
	height: 100.1%;
}

#events_table th {
  text-align:left;
	/*background-color:#32A98E;*/
}

.even_row {
  background-color:#88D7C5;
}
.odd_row {
  background-color:#5BC6AE;
}

/* Explicitly set height so CSS-P works  */
html {
  height: 100%;
}

/* Sets height of main containing table  */
#main_table {
  height: 100%;
}

/* Sets height of nav containing table  */
#nav_table {
  height: 100%;
}

/* Style for "Days until kamp" box  */
#nav_alert {
  background-image:url('https://www.kampdovetail.com/images/nav_alert.gif');
	padding-right: 20px;
	text-align: right
}

/* Style for navigation  */
#nav_main {
  background-image:url('https://www.kampdovetail.com/images/nav_main.gif');
	padding-left: 8px;
	vertical-align: top;
	font-weight: bold
}

/* Style for the stretchy area between the nav and the graphic at the bottom of nav  */
#nav_stretch {
  background-image:url('https://www.kampdovetail.com/images/nav_stretch.gif');
}

/* Style for the main body area  */
#body_content {
  padding-left: 10px;
}

/* Style for the number of "days till kamp"  */
.bold_white {
	color: #FFFFFF;
	font-weight: bold;
}

/* Style for 'on' navigation  */
.l1nav_on {
	background-color: #78A2C2;
}

/* Styles for A tags in the 'off' navigation items  */
.l1nav_off a:visited {
  color:black;
	text-decoration: none;
}
.l1nav_off a:link {
  color:black;
	text-decoration: none;
}
.l1nav_off a:active {
  color:black;
	text-decoration: none;
}
.l1nav_off a:hover {
  color:white;
}
/* End  */

/* Styles for A tags in the 'on' navigation items  */
.l1nav_on a:visited {
  color:white;
	text-decoration: none;
}
.l1nav_on a:link {
  color:white;
	text-decoration: none;
}
.l1nav_on a:active {
  color:white;
	text-decoration: none;
}
/* End  */


/* Styles for 'Level 2' navigation  */
.l2nav_on {
	background-color: #78A2C2;
}

/* Styles for A tags in the 'off' navigation items  */
.l2nav_off a:visited {
  color:black;
	text-decoration: none;
}
.l2nav_off a:link {
  color:black;
	text-decoration: none;
}
.l2nav_off a:active {
  color:black;
	text-decoration: none;
}
.l2nav_off a:hover {
  color:white;
}
/* End  */

/* Styles for A tags in the 'on' navigation items  */
.l2nav_on a:visited {
  color:white;
	text-decoration: none;
}
.l2nav_on a:link {
  color:white;
	text-decoration: none;
}
.l2nav_on a:active {
  color:white;
	text-decoration: none;
}
/* End  */

/* Style for 'level 3' navigation  */
.l2nav {
	background-color: #8AC9F8;
}

/* Styles for A tags in the 'level 2' navigation items  */
.l3nav a:visited{
  color:black;
	text-decoration: none;
}
.l3nav a:link{
  color:black;
	text-decoration: none;
}
.l3nav a:active{
  color:black;
	text-decoration: none;
}
.l3nav a:hover{
  color:white;
}
/* End  */


/* Style for the exclaimation mark next to the 'Support Kamp' nav item  */
#exclaimation_mark {
	color: #FF0000;
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
}

/* Style for the text at the bottom of every page  */
#copyright {
font-size: 9px;
}

/* Sets all header elements to the same color  */
h1, h2, h3, h4, h5, h6 {
  color: #0099CC;
}