/*
CSS for main index for scancal.org - Jake
*/

/*
layout
*/

.content { 
	margin: 10px auto;
	width: 780px; 
}
.contentlivescan { 
	margin: 10px auto;
	width: 700px; 
}

.subheader {
	clear: both;
	margin: 3px 0 10px 0;
	padding: 8px;
	background: #f4f4f4;
	color: #808080;
	border-bottom: 1px solid #ccc;
	text-align:center;
}
.left {
	float: left;
	width: 500px;
	margin: 0 0 10px 0;
}

.right {
	float: right;
	width: 250px;
	margin: 0 0 10px 0;
}

.bgtopl {
	height: 10px;
	background: #FFF url(../images/lt.gif) no-repeat;
	color: #FFF;
	}
	
.countybox {
	
	padding: 3px 12px;
	margin: 0 0 15px 0;
	background: #EFF1D5 url(../images/lb.gif) no-repeat bottom left;
	font-size:14px;
	line-height:1.3em;

	}

.countybox td {
	width:160px;
	vertical-align:top;	
	}

.bgtopr {
	background: #FFF url(../images/rt.gif) no-repeat;
	color: #FFF;
	height: 10px;
	}
	
.firebox {
	font-size: 14px;
	background: #FFD0BE url(../images/rb.gif) no-repeat bottom;
	color: #000;
	padding: 4px 8px;	
	margin: 0 0 10px 0;
	}
	
.footer { 
	clear: both; 
	text-align: center;
	line-height: 1.8em;
	color: #808080;
	background: #FFF url(../images/dot.gif) repeat-x;
	padding: 8px 0;
}

.livehead
	{
	width:100%;
	height:22px;
	background: #FFF url(../images/redhead700px.gif) no-repeat bottom;
	text-align:center;
	}

.liveleft {
	float: left;
	width: 345px;
	margin: 10px 5px 10px 5px;
}

.liveright {
	float: right;
	width: 345px;
	margin: 10px 5px 10px 5px;
}
.livelefttop {
	background: #FFF url(../images/345pxt.gif) no-repeat;
	color: #FFF;
	height: 10px;
	}
.liverighttop {
	background: #FFF url(../images/345pxt.gif) no-repeat;
	color: #FFF;
	height: 10px;
	}
.liveleftbtm {
	padding: 3px 12px;
	margin: 0 0 15px 0;
	background: #EFF1D5 url(../images/345pxb.gif) no-repeat bottom left;
	}
.liverightbtm {
	
	background: #EFF1D5 url(../images/345pxb.gif) no-repeat bottom;

	padding: 4px 8px;	
	margin: 0 0 10px 0;
	}


/*
text
*/

.main
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

a
	{
	color: #53606A;
	background-color: transparent;
	text-decoration: none;
	font-size:1.1em;
	}

a:visited
	{
	color: #600;
	background-color: transparent;
	}

a:hover
	{
	color: #DF6E13;
	/*background-color: #009;*/
	text-decoration: underline;
	}
	
.italic
	{
	font-style: italic;
	}

.cascan
	{
	font-style:italic;
	font-size:0.9em;
	}
.bold
	{
	font-weight: bold;
	}

.livescanner
	{
	text-align:center;
	font-size:1.3em;
	font-weight:bold;
	}

