/* Style sheet for CSS compliant browsers. */ 
/* Tested in Opera 7 and Gecko (Mozilla) */ 
html  
{ 
padding: 0px; 
background-color: #ECECEC; 
color: black;  
}

a
{
font-family: Trebuchet MS, Arial, sans-serif;
color:blue;
font-size: 12pt;
font-weight:bold;
}
a:hover
{
color:black;
}

a.small
{
font-family: Trebuchet MS, Arial, sans-serif;
color:blue;
font-size: 8pt;
font-weight:bold;
}
a.runs
{
font-family: Trebuchet MS, Arial, sans-serif;
color:red;
font-size: 8pt;
font-weight:bold;
}
a.bigandbold
{
font-family: Trebuchet MS, Arial, sans-serif;
color:red;
font-size: 12pt;
font-weight:bold;
}

a.date
{
font-family: Trebuchet MS, courier, sans-serif;
color: #006633;
background-color:white;
font-size: 12pt;
font-weight:bold;
width: 5px;
height: 25px;
}
table
{
  border: 0px solid #000000;
}

table.calendar
{
  border: 1px solid #ECECEC;
  border-spacing: 0px;
  border-collapse: collapse;
  cellpadding: 0px;
  cellspacing: 0px;
  background: white;
}
table.calendar2
{
  border: 1px solid #006633;
  border-spacing: 0px;
  border-collapse: collapse;
  cellpadding: 0px;
  cellspacing: 0px;
  background: white;
}
table.calendar3
{
  border: 0px solid #006633;
  border-spacing: 0px;
  border-collapse: collapse;
  cellpadding: 0px;
  cellspacing: 0px;
}
table.calendar4
{
  border: 1px solid #006633;
  border-spacing: 0px;
  border-collapse: collapse;
  cellpadding: 0px;
  cellspacing: 0px;
  background: white;
  background-image: url(http://dev.runoutside.com/images/green.gif);
}
table.calendar5
{
  border: 1px solid #006633;
  border-spacing: 0px;
  border-collapse: collapse;
  cellpadding: 0px;
  cellspacing: 0px;
  background: white;
  background-image: url(http://dev.runoutside.com/images/blue.gif);
}
table.calendar6
{
  border: 1px solid #006633;
  border-spacing: 0px;
  border-collapse: collapse;
  cellpadding: 0px;
  cellspacing: 0px;
  background: white;
  background-image: url(http://dev.runoutside.com/images/both.gif);
}
table.popup
{
  border: 1px solid #0D6734;
  border-spacing: 2px;
  border-collapse: collapse;
  cellpadding: 0px;
  cellspacing: 0px;
}

td 
{
  padding: 0;
}

td.day
{
  padding: 1;
}

td.day1
{
  padding: 1;
}

td.calheader
{
font-family: Trebuchet MS, courier, sans-serif;
color:blue;
background-color:white;
font-size: 12pt;
font-weight: bold;
width: 15px;
height: 25px;
}


font{
font-family: Trebuchet MS, Arial, sans-serif;
font-size: 10pt;
font-weight:bold;
color:black;
}
font.diff{
font-family: Trebuchet MS, Arial, sans-serif;
font-size: 9pt;
font-weight:bold;
color:black;
}
font.test1
{
font-family: Trebuchet MS, courier, sans-serif;
color:blue;
background-color:white;
font-size: 12pt;
font-weight: bold;
width: 15px;
height: 25px;
}
font.blue{
font-family: Trebuchet MS, Arial, sans-serif;
font-size: 12pt;
font-weight:bold;
color: #006633;
}
font.diffbig{
font-family: Trebuchet MS, Arial, sans-serif;
font-size: 12pt;
font-weight:bold;
color:red;
}

font.header{
font-family: Trebuchet MS, Arial, sans-serif;
font-size: 14pt;
font-weight:bold;
}
font.smallheader{
font-family: Trebuchet MS, Arial, sans-serif;
font-size: 12pt;
font-weight:bold;
}
font.bigheader{
font-family: Trebuchet MS, Arial, sans-serif;
font-size: 20pt;
font-weight:bold;
}
font.tiny{
font-family: Trebuchet MS, Arial, sans-serif;
font-size: 8pt;
font-weight:bold;
}
.tiny{
font-family: Trebuchet MS, Arial, sans-serif;
font-size: 8pt;
font-weight:bold;
}
.tiny2{
font-family: Trebuchet MS, Arial, sans-serif;
font-size: 8pt;
font-weight:bold;
color: #003333;
}
font.tinynobold{
font-family: Trebuchet MS, Arial, sans-serif;
font-size: 8pt;
font-weight: normal;
}

div.fixed {  
position: absolute;  
width: 120px;  
left: 10px;  
top: 170px;  
padding-top: 10px;  
padding-left: 0px; 
}  

div.map1 {  
position: absolute;  
left: 135px;  
top: 160px;  
padding-top: 10px;  
padding-left: 0px; 
}  

/* styles for tabs */
#header {
	position: relative;
/*	width: 100%; */
	height: 3em;
	width: 45em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#header ul#primary {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	width: 45em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#header ul#primary li  {
	display: inline;
	list-style: none;
        font-size: 8pt;
        font-weight: normal;
}

#header ul#primary a,#header ul#primary span,#header ul#primary a.current {
	width: 8em;
	display: block;
	float: left;
	padding: 4px 0;
	margin: 1px 2px 0 0;
	text-align: center;
	font-family: tahoma, verdana, sans-serif;
	font-size: 85%;
        font-weight: bold;
	text-decoration: none;
	color: #333;
}

#header ul#primary span,#header ul#primary a.current,#header ul#primary a.current:hover {
	border: 1px solid #666;
	border-bottom: none;
	background: green;
        color: white;
	padding-bottom: 6px;
	margin-top: 0;
}

#header ul#primary a {
	background: #FFFAE1;
	border: 1px solid #AAA;
	border-bottom: none;
}

#header ul#primary a:hover {
	margin-top: 0;
	border-color: #666;
	background: #FFF7CD;
	padding-bottom: 5px;
}


