
body {
	font-family: "Lucida Grande", "Lucida Sans Regular", Verdana, Arial, sans-serif;
	background-color: white;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
}

input {
	font-family: "Lucida Grande", "Lucida Sans Regular", Verdana, Arial, sans-serif;
}

a:link, a:visited {
	color: #d24c26;
	text-decoration: none;
}
a:hover {
	color: #666;
}


.width_restrict {
	margin-left: auto;
	margin-right: auto;
	width: 85%;
	min-width: 790px;
}

.allow_sidebar {
	margin-left: 205px;	
}

img.icon {
	border: 0;
	vertical-align: middle;
	margin-bottom: 2px;
}

#header {
	height: 115px;
	background-image: url(../images/header_bg.png);
	background-repeat: repeat-x;
}

#header-inner {
	position: relative;
	height: 85px;
}

#header-logo {
	position: absolute;
	top: 15px;
	left: 0px;
}
#header-logo img { 	border: 0; }

#header-menu {
	position: absolute;
	top: 20px;
	right: 0;
	font-size: 0.85em;
}
#header-menu a:link, #header-menu a:visited {
	color: #033;
	text-decoration: underline;
}
#header-menu a:hover {
	color: #999;
}
a.header-help:link, a.header-help:visited {
	color: #EE4611;
}

#header-tabs {
	position: absolute;
	bottom: 0px;
	left: 320px;
}
#header-tabs ul {
	margin: 0;
	padding: 0;
}

#header-tabs li {
	list-style-type: none;
	float: left;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	margin-right: 13px;
	display: block;
	color: white;
}

li.header-tab-inactive {
	background-color: #999;
	margin-top: 3px;
	padding-top: 5px;
	height: 17px;
	font-size: 0.85em;
}
li.header-tab-active {
	background-color: #EE4611;
	font-weight: bold;
	padding-top: 6px;
	height: 19px;
	font-size: 0.9em;
}

#header-tabs img { 
	border: 0;
	position: absolute;
	top: 0;
}

.header-tab-left {
	left: -6px;
}
.header-tab-right {
	right: -6px;
}

.header-tab-inactive a:link, .header-tab-inactive a:visited {
	color: white;
	text-decoration: none;
}
.header-tab-inactive a:hover {
	color: #ccc;
}

#header-bar {
	background-color: #EE4611;	
	height: 30px;
	position: relative;
	margin: 0 6px;
}

#header-bar-left {
	position: absolute;
	left: -6px;
	top: 0;
	border: 0;
}

#header-bar-right {
	position: absolute;
	right: -6px;
	top: 0;
	border: 0;
}

#header-search {
	text-align: right;
	position: relative;
}
#header-search-frm {
	margin: 0; padding: 4px 0 0 0;
}
#header-search-frm input {
	vertical-align: middle;
}
#header-search-box {
	background-color: white;
	width: 200px;
	padding: 3px;
	font-size: 12px;
	color: #999;
	border: 0;
}


#content {
	margin-top: 8px;
}

.rounded_title_bar {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
	background-image: url(../images/h1_bg.png);
	background-repeat: repeat-x;
	background-position: top;
}



/* Side bars */
.sidebar_container {
	width: 200px;
	float: left;
	background-color: white;
}

.sidebar {
	margin-bottom: 10px;
}

.sidebar .title {
	height: 19px;
	background-color: #666666;
	background-image: url(../images/sidebar-title-bg.png);
	background-repeat: no-repeat;
	background-position: top;
	font-size: 0.9em;
	text-transform: uppercase;
	color: white;
	text-align: center;
	padding-top: 8px;
	cursor: pointer;
}

.sidebar .body {
	background-color: #adadad;
	background-image: url(../images/sidebar-body-bg.png);
	background-repeat: repeat-x;
	background-position: top;
	padding: 5px 5px 0 5px;
	font-size: 0.9em;
	color: #fff;
}

.sidebar .footer {
	background-color: #adadad;
	background-image: url(../images/sidebar-footer-bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: center;
	cursor: pointer;
	padding-bottom:5px;
}
.sidebar .footer img {
	border: 0;
}
.sidebar .footer a:link, .sidebar .footer a:visited {
	outline: none;
}


.sidebar a:link, .sidebar a:visited {
	color: 
}
.sidebar ul {
	margin: 0;
	padding: 0;
}
.sidebar li {
	list-style-type: none;
}
.sidebar li a:link, .sidebar li a:visited {
	display: block;
	background-color: #ddd;
	padding: 3px; 
	color: #666;
}
.sidebar li a:hover {
	background-color: #EE4611;
	color: #fff;
}

.sidebar li.selected a:link, .sidebar li.selected a:visited {
	background-color: #eee;
	color: #333;
}

.sidebar .field {
	padding: 5px 0;
}

#sidebar-browse_location {
	text-align: center;
}

#sidebar-browse_location form {
	margin: 0;
	padding: 0;
}

#sidebar-browse_location select {
	font-size: 0.9em;
	vertical-align: middle;
}

#sidebar-browse_location input {
	font-size: 0.9em;
	vertical-align: middle;
}
#sidebar-browse_location label {
	font-size: 0.9em;
}

#sidebar-browse_location input#location {
	width: 75px;
}
#sidebar-browse_location input#locationSubmit {
	width: 35px;
}

#sidebar-browse_location .error {
	background-color: #eee;
	color: #990000;
	font-size: 0.8em;
	margin: 0 0 10px 0;
	padding: 4px;
}


