/* master css */
body {
	font-family: lucida grande, verdana, arial, sans-serif;
	font-size: small;
	margin: 0;
	text-align: center;
	background: #e8e8e8;
	behavior: url("/static/behavior/csshover.htc");
}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 42px;
	background: #96d045;
	z-index: 2;
}

#header div.title {
	display: block;
	float: right;
	font-family: eurostile, verdana, sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin-right: 10px;
	margin-top: 10px;
	color: #fff;
}

#container {
	width: 600px;
	text-align: left;
	margin: 0 auto;
	z-index: 1;
}

a:link { color: #ff7000; }
a:visited { color: #ff7000; }
a:hover { color: #96d045; }
a.nounderline { text-decoration: none; }

/* begin tabs */
#navigation {
	position: relative;
	z-index: 3;
	text-align: left;
	margin: 15px; 0 0 0;
	height: 27px;
	padding: 0;
}

#navigation ul {
	margin: 0 0 0 10px; 
	padding: 0;
}

#navigation li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style: none;
	border: none;
}

#navigation ul {
  float: left;
  width: 420px;
}

div#navigation ul a:link,
div#navigation ul a:visited {
	color: #ffffff;
}
#navigation ul a:hover {
	background: #222;
}

#navigation ul a:link, #navigation ul a:visited {
	float: left;
	font-size: 12px;
	font-weight: normal;
	padding: 3px 8px 9px 8px;
	margin: 0;
}

#navigation ul a:link.current, #navigation ul a:visited.current {
  font-weight: bold;
	background: #e8e8e8;
	border: 1px solid #e8e8e8;
	color: #c60;
	text-decoration: none;
  margin: 0 5px;
}
/* end tabs */

#content {
	background: #fff;
	margin: 0 0 20px 0;
	padding: 5px 20px 20px 20px;
}

form {
	display: inline;
	margin: 0;
	padding: 0;
}

/* IE fixes */
h2 {
	height: 100%;
}

/* help link */
a#help_link {
	margin-top: 3px;
	font-size: 12px;
	font-weight: bold;
	float: right;
	color: #fff;
	text-decoration: none;
}
a#help_link:hover {
	color: #fff;
	text-decoration: underline;
}