@charset "UTF-8";

body {
	background-color: #FFFFFF;
	/*background-image: url('bg.jpg');
	background-repeat: repeat-x;
	background-position: top;*/
	margin: 0;
	height:100%;/*part of IE6.0 compatibility hack*/
	padding: 0;
	color: #000000;
	text-align: center;
	}
	
body,div,p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: 150%;
	font-weight: normal;
	font-variant: normal;
	}
	
h1 {
    font-family: Helvetica, Arial, sans-serif;
	color:#666666;
    font-size: 1.5em;        /* 24px / 16px = 1.5em */
}

#footer {
	font-size: .7em;
	border: 1px solid #CCC;
	text-align:center;
	padding: 1em;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	}
	
	
#item {
	border: 1px solid #CCC;
	padding: 1em;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	}
	
a img {
	border:none;
	}

a {
	color: #6699CC;
	text-decoration:underline;
	}
	
a:link	{
	color: #6699CC;
	}
a:hover	{
	color: #BFD73A;
	}
/*a:visited	{
	color: #6699CC;
	}*/
a:active	{
	color: #BFD73A;
	}
	
	
#container {
	width: 600px;
	margin: 0 auto;
	text-align: left;
	}
	
#navbar {
	border: 1px solid #CCC;
	color: #666666;
	text-align: center;
	width: 100%;
	margin: auto;
	top: .5em;
	left: 0;
	right: 0;
	letter-spacing: 1pt;
	font-weight: bold;
	padding-top: 1em;
	padding-bottom: 1em;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;

}

#subnavbar {
	font-size:.75em;
	padding-top:.5em;
	}

#navbar a{
	height:27px;
	overflow: hidden;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 5px;
	text-decoration:none;
}

span.nav {
	height:27px;
	overflow: hidden;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 5px;
	padding-bottom:5px;
}
	
td
	{
	height:25px;
	padding-top:.4em;
	padding-right:.5em;
	padding-left:.5em;
	color:#000000;
	font-size:100%;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	font-family:Helvetica, sans-serif;
	border:none;
}

#schedule{
	width:100%;
	padding: 4px;
	}
	

#schedule td.tableindent{ 
	padding-left:2em;	
	}

#schedule tbody tr td {
	background-color: #EDF3FE;
    }
	
	
#schedule tbody tr.odd  td {
      background-color: #fff;
    }
#schedule tbody td.boxelder {
	background-color: #6699CC;
	background-image: url(gfx/blueline.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
	height: 50px;
}

#schedule tbody td.fortbelknap {
	background-color: #CC6666;
	background-image: url(gfx/redline.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
	height: 50px;
}

#schedule tbody td.greatfalls {
	background-color: #BFD73A;
	background-image: url(gfx/greenline.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
	height: 50px;
}

#pdf {
background:url(gfx/icon_pdf.gif) no-repeat;
	padding-left:15px;
	}
	
#outlink {
background:url(gfx/icon_newwindow.gif) no-repeat;
	padding-left:15px;
/*	padding-top:2px;
	padding-bottom:5px;
	line-height:20px;*/
	}