@charset "utf-8";
/* CSS Document */

body {
	margin-left: 10px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 1px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-decoration: none;
	color: #000000;
	text-align:left;
}
a {
	font-size:.8ems;
	color: #B96F00;
	text-decoration: none;
}

.error {
	font-size: .8em;
	color: #FF0000;
	font-weight:bold;
}

.edit {
	font-size: .8em;
	color: #11BB11;
	font-weight:bold;
	background-color:#000000;
}

a:hover {
	color: #FFFFFF;
	background-color:#000000;
	text-decoration: blink;
}

.wxal {
	border: 1px solid #EE0000;
	background-color: #FFCFC4;
	text-align: justify;
	vertical-align: middle;
	width: 90%;
	padding:10px;
	font-size: .8em;
	margin: 10px;
}
.headline {
	font-size: 1.4em;
	color: #000000;
	text-decoration: none;
	padding: 10px;
	font-weight: bolder;
	text-align:left;
}

.wxal2 {
	border: 1px solid #EE6600;
}

.tide {
	border: 1px solid #990000;
	background-color:#000000;
	color:#FFFFFF;
	height: 88px;
	vertical-align: middle;
	text-align: center;
	margin-left:10px;
}

.section_header {
	font-size:1.5em;
	color: #333333
	font-weight:bolder;
}
.caption {
	font-size:0.8em;
	font-style: italic;
}

.title {
	font-size:1.4em;
	font-weight:bolder;
	color: #CC6600;
}

.soldi {
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	position:relative;
	left:0;
	right:0;
	z-index:-1;
	float:left;
}

.posted {
	font-size:.6em;
	font-weight:600;
	color: #FF6600;
	text-align:left;
}

.logger {
	font-size:8px;
	color:#EEEEEE;
	background-color: #CC6600;
}

.bdays {
	font-size:1.3em;
	font-weight:bold;
	color: #EE6600;
}

.bdays2 {
	font-size:1.1em;
	font-weight:bold;
	color: #CC6600
}

.o_name {
	font-style:italic;
	color: #CC6600;
}
.c_title {
	font-size:1.1em;
	font-weight:bold;

}
.c_details {
	font-size:.8em;
}

.c_border {
	border: 1px solid #F16D25;
}

.past_border {
	border: 1px solid #333333;
	background-color:#999999;
	color:#666666;
}

.fune_h1 {
	font-size: 1.5em;
	color: #000000;
	text-decoration: none;
}

.fune_h2 {
	font-size: 1.1em;
	color: #222222;
	text-decoration: none;
}

.logger_edit {
	font-size:.9em;
	color:#00AA00;
	font-weight:bolder;
}

.logger_delete {
	font-size:.9em;
	color:#FF0000;
	font-weight:bolder;
}

.f_border {
	border: 1px solid #F16D25;
	padding:10px;
	margin-left:25px;
	margin-top:10px;
	margin-bottom:10px;
	width:50%;
}

.black {
	background-color: #000000;
	margin: 5px;
	padding: 0px;
	color:#FFFFFF;
}


.backgroundimage {
	background-repeat:no-repeat;
	background-position:left;
	background-color:#FFFFFF;
	height: 60px;
	width: 100%;
	background-image: url(/graphics/blk_bvl.png);
	vertical-align:middle;
} 

.newsstory {
	background-image:url(/graphics/news_top.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:100%;

}

.insidenews {
	border-right-color:#FF9900;
	border-bottom-color:#FF9900;
	border-bottom-style:solid;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: solid;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	text-align:left;
}
	

