body, p,	h1, h2, h3 { padding: 0; margin: 0; }

/* Sortable tables */
table.sortable {
 	border: 1px solid #ccc;
	margin:1em auto;
	border-collapse:collapse;
}

table.sortable thead {
	background-color:#eee;
	border-bottom:1px solid #ccc;
	color:#666666;
	font-weight: bold;
	cursor: default;
}

table.sortable td {
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	padding:.3em 1em;
	text-align:center;
}


#wrapper { 
 margin: 0 auto;
 width: 920px;
 border: 1px solid #ccc;
}
#header {
 color: #333;
 width: 900px;
 height:66px;
 float: left;
 padding: 10px;
 margin: 0px 0px 0px 0px;
 background: #333333;
}
#headerleft { 
background:transparent url(images/sitelogo.png) repeat scroll 0%;
 color: #333;
 margin: 0px 5px 5px 0px;
 width: 200px;
 height: 66px;
 float: left;
}
#headercontent { 
 float: left;
 color: #333;
 margin: 0px 5px 5px 0px;
 width: 476px;
 display: inline;
}
#headerright { 
 color: #333;
 margin: 0px 0px 5px 0px;
 width: 200px;
 float: left;
}
#footer { 
 width: 900px;
 clear: both;
 color: #333;
 border-top: 1px solid #ccc;
 margin: 0px 0px 0px 0px;
 padding: 10px;
}

#navigation {
 float: left;
 margin: 0px 0px 0px 0px;
}

#miniNav input.text {
	background:transparent url(images/list_bg.gif) repeat scroll 0%;
	border:1px solid #777;
	color:#777;
	font-size:0.9em;
	height:17px;
	width: 50px;
	padding-left:5px;
	padding-right:5px;
	padding-top:4px;
	margin: 1px;
}

#miniNav td {
	font-size: 10px;
}

#miniNav ul {
list-style-type:none;
margin:0pt;
padding:0pt;
}

#miniNav li {
	float:left;
 	color: #333;
	text-align:center;
	border-right:1px solid #00cc33;
	padding:0px 5px;
	display:block;
	font-size:9px;
	font-weight:bold;
}

#miniNav li a {
	/* text-transform:uppercase; */
	text-decoration:none;
	color: #ACACAC;

}
#miniNav li.last {
	border-right:medium none;
}

#miniNav li a:hover {
	COLOR: #00CC33;
}

ul.list li {
	LIST-STYLE-TYPE: square;
	margin-left: 10pt;
}


ul.spotlist {
	list-style-type:none;
	margin:0pt;
	padding:0pt;
}


#video-wrapper {
 float: left;
 color: #333;
 margin: 0px 5px 5px 0px;
 width: 633px;
}

img, image {
	border: medium none;
}

img.tweet {
 	border: 1px solid #ccc;
	margin: 3pt;
}

img.gfc {
 	border: 1px solid #ccc;
	margin: 2px;
	height: 32px;
	width: 32px;
	cursor: pointer;
}


img.ad {
	border: medium none;
	margin:1px;
}

.videopopupwrapper {
	width: 160px;
}
.videothumb {
	float: left;
	margin: 1px; /*Margins for inner DIV inside each column (to provide padding)*/
}

#homeleftcolumn { 
 color: #333;
 border-right: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 width: 185px;
 float: left;
}


#bigleftcolumn { 
 color: #333;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 width: 730px;
 float: left;
 font-size: 12px;
}

#homepagecontent { 
 	font-size: 12px;
}

#homepagecontent p { 
	margin: 1em 0;
}

#bigleftcolumn p { 
}


#leftcolumn { 
 color: #333;
 border-right: 1px solid #ccc;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 width: 235px;
 float: left;
}

#content { 
 float: left;
 color: #333;
 border: 1px solid #ccc;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 width: 465px;
 display: inline;
}

#homerightcolumn { 
 color: #333;
 margin: 0px 0px 5px 0px;
 width: 185px;
 float: left;
}


#rightcolumn { 
 color: #333;
 margin: 0px 0px 5px 0px;
 width: 161px;
 float: left;
}


body {
	font-family: Arial;
	font-size: 10px;
}

h1 {
font-size: 12px;
}

h2, h3 {
font-size: 11px;
}

table.chart {
	width: 230px;
}

table.chart td {
	font-size: 11px;
}

table.userlist {
	cellpadding: 10px;
}

td.border {
	border-top: 1px solid #ccc; 
	border-bottom: 1px solid #ccc; 
	border-right: 1px solid #ccc; 
	border-left: 1px solid #ccc; 
}

tr.toprow td {
	border-top: 1px solid #ccc; 
}

tr.highlightrow td {
	border-top: 1px solid #ccc; 
	border-bottom: 1px solid #ccc; 
}


.sortcol {
	cursor: pointer;
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: right center;
}
.sortasc {
	background-color: #DDFFAC;
	background-image: url(up.gif);
}
.sortdesc {
	background-color: #B9DDFF;
	background-image: url(down.gif);
}

#userlist tbody tr { cursor: pointer }
#userlist tbody tr td, th { 
	font-size: 12px;
}

#userlist tbody tr:hover { background-color: lemonchiffon }
#userlist tbody tr:hover td { 
	border-top: 1px solid #ccc; 
	border-bottom: 1px solid #ccc; 
}
#userlist tbody tr.selected { background-color: #FFa7aa; color: black }
span.figure {
	font-family:Georgia,serif;
	font-size: 26px;
	color:#4E443C;
	font-variant: small-caps; 
	text-transform: none; 
	font-weight: 100;
	margin-bottom: 0;
}

table.maplinks td {
	text-align: center;
	font-size: 14px;
	border-left: 1px solid #ccc; 
	border-right: 1px solid #ccc; 
	border-top: 1px solid #ccc; 
	border-bottom: 1px solid #ccc; 
}

table.maplinks td.selected {
	text-align: center;
	color:#000;
	font-size: 15px;
	border-left: 1px solid #777; 
	border-right: 1px solid #777; 
	border-top: 1px solid #777; 
	border-bottom: 1px solid #FFF; 
}


table.maplinks td a {
	text-decoration:none;
	color: #ACACAC;
}

table.maplinks td.selected a {
	text-decoration:none;
	color:#777;
}


table.maplinks td a:hover {
	COLOR: #00CC33;
	text-decoration:underline;
}


