/*---------------------------------------------------------------------------------------------
    TAB STYLES - Based on Dan Cederholm's Simplified CSS Tabs Trick
  --------------------------------------------------------------------------------------------- */

.tabnav {
	height: 23px;
	margin: 0;
	padding-left: 5px;
	width: 190px;
	position: relative;
	top: 0;
	_top: 1px; /* show to IE, hide from other browsers */
}

.tabnav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}

.tabnav a {
	float: left;
	background: #eeeeee;
	line-height: 12px;
	padding: 5px 5px 5px 5px;
	margin-right: 4px;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #333366;
}

.tabnav a:hover {
	background: #eeeeee;
	text-decoration: underline;
	color:#000;
}

/* AUTO-SELECTING NAVIGATION http://24ways.org/advent/auto-selecting-navigation */
body.commons #webcams-tabs li.commons a,
body.climbingwall #webcams-tabs li.climbingwall a,
body.fac-east #webcams-tabs li.fac-east a,
body.ecosystem #webcams-tabs li.ecosystem a,
body.huizenga #webcams-tabs li.huizenga a { 
	font-weight: bold;
	background-color: #fff;
	border-bottom: solid #fff 1px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #fff;
	text-align: center;
	margin: 0 auto 0 auto;
	padding: 0;
}

#webcams-wrapper  {
	width: auto;
	padding: 0;
	margin: 0;
	}

#webcams-tabs {
	width: 100%;
	}

#webcams-contents {
	width: 99%;
	background-color: #fff;
	border: solid 1px #ccc;
	}

#webcams-contents .gutter {
	padding: 12px;
	}

#webcams-contents img {
	padding: 12px;
	}

#webcams-contents form {
	padding: 0;
	margin: 0;
	}
