html {
    margin: 0;
    padding: 0;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: arial,sans-serif;
	background-image: url("../images/bg/green_bg.jpg");
}
img {
    border: none;
}
img.left {
    float: left;
    padding: 0 10px 5px 0;
}
img.right {
    float: right;
    padding: 0 10px 5px 10px;
}
#container {
	position: relative;
	width: 984px;
	margin: 10px auto;
	border: 2px solid  #000;
	background-color: #fff;
}

#top {
	height: 1%;
	margin: 0px;
	padding: 0px;
	overflow: auto;
}
#currentDate {
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 11px;
	color: #036;
	padding: 3px 5px;
}

#head {
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	text-align: center;
	height: 75px;
	background-image: url(../images/banner_final.gif);
	background-position: top center;
	background-repeat: no-repeat;
        background-color: #1a4f18;
}
#head h1 {
	margin: 0px;
	padding: 0px;
	text-align: center;
	display:none
}

#content {
	position: relative;
	margin: 0px;
	padding: 0px;
}

#left {
	position: absolute;
	width: 150px;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
}

#right {
	position: absolute;
	width: 150px;
	top: 0px;
	right: 0px;
	margin: 0px;
	padding: 0px;
}
#left, #right {
	background-color: #fff;
}

#main {
	margin: 0px 150px;
	padding: 10px 10px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}
#main h2 {
	font-size: 16px;
	text-align: center;
	margin: 10px 5px;
	padding: 0px;
}
#main h2.pagetitle {
	font-size: 14px;
	text-align: right;
	margin: 0px 0px 10px 0px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #036;
	color: #036;
}
#main h3 {
	font-size: 16px;
	margin: 5px;
	padding: 0px;
	text-align: center;
}
#main h3.sectiontitle {
	font-size: 14px;
	text-align: left;
	margin: 10px 0px 5px 5px;
        clear: both;
}
#main h3.subtitle {
	font-style: italic;
	font-size: 14px;
	text-align: center;
}
#main h3.Home_section {
	border-top: 1px solid #000;
	padding-top: 5px;
}
#main h4 {
	font-size: 12px;
	border-bottom: 1px solid #036;
	font-weight: bold;
	text-align: left;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 2px 0px;
}
#main h5 {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin: 5px 0px 0px 0px;
	padding: 0px;
}
#main p {
	font-size: 12px;
	margin: 5px;
	padding: 4px 0 0 0;
}
#main p.caption {
	font-weight: bold;
	text-align: center;
}
#main p.emphasized {
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
#main p.emphasized em {
	text-decoration: underline;
}
#main img {
	display: block;
	margin: 5px auto;
        width: auto;
	height: auto;
}
#main ol, #main ul {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
}
#main dt {
	font-size: 12px;
	font-weight: bold;
	color: #036;
}
#main dd {
	font-size: 12px;
	margin-bottom: 5px;
}
#main a:link {
	color: #036;
	text-decoration: underline;
}
#main a:visited {
	color: #036;
	text-decoration: underline;
}
#main a:hover {
	color: #900;
	text-decoration: underline;
}
.main-noright {
	margin-right: 0px !important;
	border-right: none !important;
}
.main-noleft {
	margin-left: 0px !important;
	border-left: none !important;
}

#foot {
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #999;
	text-align: center;
	font-size: 11px;
}

#bottom {
	margin: 0px;
	padding: 0px;
}

#left h4, #right h4 {
	margin: 0px;
	padding: 3px 5px;
	background-color: #036;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}
#right h4 { text-align: right; }

#left h5, #right h5 {
	margin: 0px;
	padding: 2px 5px 0px 5px;
	font-size: 12px;
	font-weight: bold;
}
#left p, #right p {
	margin: 0px;
	padding: 3px 5px;
	font-size: 11px;
}
#left a:link, #left a:visited, #right a:link, #right a:visited {
	color: #666;
	text-decoration: underline;
}
#left a:hover, #right a:hover {
	color: #000;
}

/* top menu */
ul#topMenu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}
ul#topMenu li {
	float: left;
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #999;
}
ul#topMenu a:link, ul#topMenu a:visited {
	display: block;
	padding: 3px 5px;
	background-color: #fff;
	text-decoration: none;
	color: #000;
}
ul#topMenu a:hover {
	background-color: #036;
	text-decoration: underline;
	color: #f90;
}
ul#topMenu a.standout:link, ul#topMenu a.standout:visited {
	font-weight: bold;
	color: #900;
}
ul#topMenu a.standout:hover {
	font-weight: bold;
	color: #fff;
}

/* side menu */
ul#sideMenu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
}
ul#sideMenu li {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #ccc;
}
ul#sideMenu li.separator {
	height: 2px;
	background-color: #036;
	line-height: 2px;
	font-size: 2px;
}
ul#sideMenu a:link, ul#sideMenu a:visited {
	display: block;
	padding: 3px 5px;
	background-color: #fff;
	text-decoration: none;
	color: #000;
}
ul#sideMenu a:hover {
	background-color: #036;
	text-decoration: underline;
	color: #f90;
}

p.error {
	font-weight: bold;
	color: #900;
}
p.msg {
	font-weight: bold;
	color: #090;
}

ul.tabRow {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #333;
	overflow: auto;
	height: 22px;
}
ul.tabRow li {
	margin: 0px;
	padding: 0px;
	float: left;
	border-right: 1px solid #333;
	border-top: 1px solid #333;
}
ul.tabRow li a {
	display: block;
	cursor: pointer;
	padding: 3px 5px;
	font-weight: bold;
	font-size: 12px;
	background-color: #fff;
}
ul.tabRow li a:link    { color: #036; text-decoration: none; }
ul.tabRow li a:visited { color: #036; text-decoration: none; }
ul.tabRow li a:hover   { color: #fff !important; text-decoration: underline; background-color: #036; }
ul.tabRow li a.activeTab { color: #f90 !important; text-decoration: underline !important; background-color: #036; }

.tabPane {
	border-top: 1px solid #333;
	clear: left;
}
.tabContent {
	display: none;
}
.tabContent h3 {
	text-align: right !important;
	color: #036;
}

.itemTable { font-size: 12px; }
.itemTable td { }
.itemTable th { color: #036;}

.standoutBox {
	padding: 5px;
	margin-bottom: 10px;
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	border-color: #036 #000 #000 #036;
	background-color: #dda;
}

div.subMenu {
	text-align: center;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
div.subMenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
div.subMenu li {
	margin: 0px;
	padding: 0px 5px;
	display: inline;
}
div.subMenu a:link { }
div.subMenu a:visited { }
div.subMenu a:hover { }

table.resultTable {
	font-size: 12px;
}
table.resultTable th { }
table.resultTable td { }

table.dataTable {
	font-size: 12px;
}
table.dataTable th { }
table.dataTable td { text-align: center; }

div.insetMenu {
	float: right;
	margin: 0px 0px 10px 10px;
	width: 100px;
	border: 3px double #369;
	padding: 10px;
}
div.insetMenu h4 {
	border: none !important;
	margin: 0px 0px 5px 0px !important;
	padding: 0px !important;
	
}
div.insetMenu ul {
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding: 0px;
}
div.insetMenu a {
	text-decoration: none !important;
}
.bold {
  font-weight: bold;
}
.underline {
    text-decoration: underline;
}
.question {
  font-style: italic;
  text-decoration: underline;
}
.clearer {
    clear: both;
}
.results th,
.results td {
    padding: 5px;
    font-size: 12px;
}

.harris_roubaix_route th,
.harris_roubaix_route td {
    padding: 5px;
    font-size: 12px;
}
.rocktown_conditions {
    font-size: 12px;
    padding: 5px;
}
#left .rocktown_conditions p {
    padding-left: 0;
}
.rocktown_conditions .status_color {
    font-size: 22px;
    text-transform: uppercase;
    color: black;
    background: red;
    padding-left: 20px;
    border-top: 1px solid #036;
    border-left: 1px solid #036;
    border-right: 1px solid #036;
}
.rocktown_conditions .message {
    font-weight: bold;
    font-size: 12px;
    border-left: 1px solid #036;
    border-right: 1px solid #036;
    border-bottom: 1px solid #036;
    padding: 3px 0 0 5px;
}
.condition_key {
    font-size: 11px;
}
.condition_key dt {
    font-weight: normal !important;
    padding-left: 5px;
}
.red {
    color: red;
}

#Manager_menu {
	display: none;
}

#Manager_login {
	display: none;
	position: absolute;
	bottom: 2px;
	right: 2px;
}

#Manager_login p { font-size: 11px; }
#Manager_login a:link    { color: #999; text-decoration: none; }
#Manager_login a:visited { color: #999; text-decoration: none; }
#Manager_login a:hover   { color: #333; text-decoration: none; }
.center {
    margin: 0 auto 0 auto;
    width: 100%;
}
dl.advocacy dt {
    clear: both;
}

#footer_links  {
    clear:both;
    text-align:center;
}
#footer_links ul {
    list-style:none outside none;
}
#footer_links li {
    display:inline;
    margin-right:10px;
    text-shadow:none;
    line-height: 1.5em;
}
.icon16{padding:2px 0 1px 22px;background:transparent url(/images/icons16.png) 0px 0px no-repeat !important;}
.icon-Twitter-16x16{background-position:0 -216px !important;}
.icon-FaceBook-16x16{background-position:0 -100px !important;}
.flickr-icon { 
    padding: 3px 0 0 22px;
    background:transparent url(/images/flickr.png) 0px 0px no-repeat !important;}
}
