/* CSS Document */

body {
	background-color: #004000;
	color: #FFCC33;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


a {	color: #FFCC33; 
	text-decoration: none;
	margin-bottom: 5px;
	/* border-bottom: 1px dotted #FFCC33;
	*/
	border-bottom: 1px groove gray;
}

a.img {
	border-bottom: 0px groove gray;
}

h3 {
	float: left;
}

.important {
	font-weight: bold;
	font-size: larger;
}

.urgent {
	font-weight: bold;
	font-size: larger;
	color: red;
}

.newsightingscount {
	text-align: center;
	font-weight: bold;
	font-size: larger;
	color: red;

}
/*
a:link { 	color: #FFCC33; }
a:visited { color: #FFCC33; }
a:active { color: #FFCC33; }
*/

/* --------------------------------------------------------------------------
*/
#main {
	clear: both;
}

#content {
	margin-top: 10px;
	margin-bottom: 10px;
/*	border-left: solid #cc0000 3px;	
*/

}

/* --------------------------------------------------------------------------
*/
#header {
	padding-bottom: 2px;
	border-bottom:  ridge;
	border-bottom-color: #CCCCCC;	
	height: 80px;
/*	border: 2px groove red;
*/
}

#header img {
	margin-bottom: 0px;
	float: left;
}

#logo {
	width: 206px;
	height: 55px;
	float: left;
	border: 0 0 0 0;
	margin-right: 20px;
}

#todaydate {
	margin: 0 0 0 0;
	clear: left;
}

#searchbox {
	float: right;
	margin-bottom: 0px;
	margin-left: 30px;
	border: 2px groove gold;
	padding: 5px 5px 0px 5px;
}

#searchbox form label {
	width: 60px;
	text-align: left;
	margin-bottom: 0px;
}

#searchbox form input {
	display: block;
	float: left;
	margin-bottom: 0px;
}

#googleads {
	text-align: center;
	margin-bottom: 0px;
}

#googleads img {
	border: 0px;
}

/* --------------------------------------------------------------------------
*/

#navmenu {
	top: 0px;
	background-color: #004060;
	text-align: center;
/*	border-bottom: solid #cc0000 2px;	
*/
	border-bottom:  ridge;
	border-bottom-color: #CCCCCC;	
	height: 28px;
}

#navmenu span {
	margin-left: 7px;
}

#navmenu .menuitem {
	width: 16%;
	text-align: center;
	float: left;
	padding-top: 1px;
}

#navmenu .menuitem_li {
	width: 24%;
	text-align: center;
	float: left;
	padding-top: 1px;
}

#navmenu a:hover { font-weight: bold; }

#navmenu li {
	float: left;
	width: 24%;
	list-style-type: none;
/*	list-style-image: url(images/sm_red_sig.gif);
*/
	background-image: url(images/sm_red_sig.gif);
	background-repeat: no-repeat;
	margin-bottom: 5px;
/*	border: 2px groove red;
*/
	text-align: center;
}

#navmenu li.selected {
/*	list-style-image: url(images/sm_ylw_sig.gif);
*/
	background-image: url(images/sm_ylw_sig.gif);
	background-repeat: no-repeat;
}

#navmenu a {
	text-decoration: none;
}

/* --------------------------------------------------------------------------
*/

#footer {
	clear: both;
	width: 100%;
	background-color: #408020;
	height: 20px;
	border-top: 10px;
/*	border: 2px groove red;
*/
}

#footer div {
	float: left;
	width: 19%;
	text-align: center;
	padding-top: 3px;
}

#footer a {
	text-decoration: none;
}

#footer a:hover { 
	font-weight: bold;
}

/* --------------------------------------------------------------------------
*/

#statistics {
	margin-top: 10px;
	width: 100%;
	height: 15px;
	color: gold;
	font-weight: bold;
}

#statistics .stats {
	width: 24%;
	text-align: center;
	float: left;
}

div.pct30 {
	width: 33%;
	float: left;
	text-align: left;
}

div.pct30_r {
	width: 33%;
	float: left;
	text-align: right;
}

#links {
	margin-top: 30px;
	margin-bottom: 40px;
	align: center;
}

#guestlogin {
	float: right;
	background-color: #FFCC33;
	color: #004060;
	width: 200px;
	margin: 0 10px 0px 10px;
	padding: 10px 10px 10px 10px;
	text-align:justify;
}

#homephoto {
	float: right;
}

#homephoto p {
	margin-top: 0px;
	font-size: smaller;
	font-style: italic;
	text-align: center;
}

#smokin {
	float: right;
}	

#shopad {
	float: right;
	border: 4px double gold;
	width: 180px;
	margin-top: 50px;
	margin-right: 15px;
	margin-bottom: 50px;
	padding: 10px 10px 40px 10px;
}

form label {
	display: block;
	float: left;
	width: 150px;
	text-align: right;
	padding-right: 20px;
}

form input, form select {
	display: block;
	float: left;
	margin-bottom: 10px;
}

form input.locono {
	margin-left: 10px;
	background-color: #ffff99;
}

form input.unknownloco {
	font-color: black;
	margin-left: 10px;
	border-color: red;
	font-style: normal;
}

form input .hidden {
	display: none;
	float: none;
	margin-bottom: 0px;
}

form br {
	clear: left;
}	

br {
	clear: left;
}	

.trivia {
	font-size: x-small;
	font-style:italic
}

.faqques {
	background-color: #004020;  
	color: #FFCC33;
	font-weight: bold;
/*	border: 2px groove red;
*/
	margin-bottom: 0px;
}

.faqans {
	background-color: #004060;  
	color: #FFCC33;
	margin-top: 5px;
	margin-left: 25px;
	margin-right: 5px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}

.profques {
	color: #FFCC33;
	font-weight: bold;
/*	border: 2px groove red;
*/
	margin-bottom: 0px;
}

.profans {
	margin-top: 5px;
	margin-left: 25px;
	margin-right: 5px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}

.emph1 {
	font-weight: bold;
}

p.hanging {
	margin-left: 120px;
	text-align: justify;
	text-indent: -10%;
}

/* --------------------------------------------------------------------------
*/
.highlight_new_session {
	background-color: #006000;
	padding: 2px 10px 2px 0px;
}

ul.sessionlist {
	clear: both;
}
li.sessionlist {
	list-style-type: none;
	margin-bottom: 5px;
	margin-right: 50px;
}

a.sessionlist {
	text-decoration: none;
}

/*
a:hover.sessionlist {
	font-weight: bold;
}
*/
/* --------------------------------------------------------------------------
*/

div.sesscal {
	float: left;
	margin: 10px 10px 10px 10px;
}

td.session, a.session {
	background-color: #FFCC33;
	color: black;
	font-weight: bold;
}

td.multisession, a.multisession {
	background-color: #FF9933;
	color: black;
	font-weight: bold;
}

span.session {
	background-color: #FFCC33;
	color: black;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
}

span.multisession {
	background-color: #FF9933;
	color: black;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
}

.calendarlegend {
	float: left;
	margin-left: 100px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#pagingcontrols {
	float: right;
	margin: 0 20px 0 20px;
}

.tablabel {
	font-weight: bold;
	float: left;
	width: 100px;
	text-align: left;
	margin: 5px 0 0 5px;
}

.tabdata {
	float: left;
	margin: 5px 0 0 5px;
}

.loconumber {
	float: left;
	width: 100px;
	height: 20px;
	margin-left: 10px;
}

.unknownloco {
	color: red;
	font-style: italic;
}

.locosessthumbnail {
	float: left;
	margin: 10px 10px 10px 10px;
	width: 160px;
}

.locodetailthumbnail {
	float: left;
	margin: 10px 10px 10px 10px;
	width: 300px;
}

.photoalbumthumbnail {
	float: left;
	margin: 10px 10px 10px 10px;
	width: 300px;
}

.stocktypesection {
	margin-top: 20px;
	font-style: italic;
}

.localcontrol {
	float: left;
	margin-left: 40px;
	margin-right: 40px;
	height: 30px;
}

.locodetthumbnail {
	margin: 10px 10px 10px 10px;
	border-bottom: 0px dotted #FFCC33;
}

.locodetthumbnailmulti {
	margin: 10px 10px 10px 10px;
	border: 0px double #FFCC33;
}

.classlist {
	float: left;
	margin-left: 50px;
	width: 150px;
}

/* --------------------------------------------------------------------------
		Popup Menus
*/

#popitmenu {
	position: absolute;
	background-color: #004000;
	border: 1px solid #FFCC33;
	color: #FFCC33;
/*	font-family: Verdana, Arial, Helvetica, sans-serif;
*/
	line-height: 18px;
	z-index: 100;
	visibility: hidden;
}

#popitmenu a {
	text-decoration: none;
	padding-left: 6px;
	color: #FFCC33;
	display: block;
	border-bottom: 0px groove gray;
}

#popitmenu a:hover { /*hover background color*/
/*	background-color: #CCFF9D;
*/
	font-weight: bold;
}

