/* General */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333;
}
form {
	margin: 0;
}
table {
	margin-bottom: 15px;
}
a {
	color: #000;
}
a:hover {
	text-decoration: none;
}

/* Header */
#header {
	position: relative;
	background: url(images/top_bg.gif) repeat-x bottom;
	background-color: #f4f9f5;
	height: 90px;
	padding: 0 15px 0 20px;
}
#header h1 {
	float: left;
	background: url(images/logo.gif);
	width: 211px;
	height: 53px;
	margin: 37px 0 0 0;
	text-indent: -200000px;
}
#header a.logout {
	float: right;
	color: #1d702c;
	font-weight: bold;
	text-decoration: none;
	margin-top: 58px;
}
#menu {
	float: left;
	margin: 58px 0 0 25px;
	padding: 0;
	list-style: none;
}
#menu li {
	float: left;
	margin-right: 30px;
	font-weight: bold;
}
#menu li a { color: #000; text-decoration: none; }
#menu li a:hover, #menu li .current { color: #1d702c; }

/* Content */
#content {
	margin: 20px 15px 0 15px;
}
.cat {
	width: 133px;
	padding: 8px;
	text-align: center;
}
.cat a {
	display: block;
	text-decoration: none;
}
.cat h1 {
	font-weight: normal;
	font-size: 16px;
	text-transform: uppercase;
	padding-top: 5px;
}
.cat-img {
	padding: 3px;
	margin-bottom: 4px;
	border: 1px solid #a9d1c1;
	background-color: #ddd;
}

/* Step */
#step-frame {
	width: 756px;
}
#step-frame h1 {
	margin-bottom: 0;
}
#step-frame h1 span {
	color: #00a260;
}
#step {
	text-transform: uppercase;
	font-size: 18px;
	text-align: left;
	padding-top: 20px;
}
#step1 {
	float: left;
	width: 230px;
	padding: 10px 10px;
	margin-right: 2px;
	background: url(images/step1.gif) no-repeat left center;
	color: #d0d0d0;
}
#step2 {
	float: left;
	width: 230px;
	padding: 10px 10px;
	margin-right: 2px;
	background: url(images/step2.gif) no-repeat left center;
	color: #d0d0d0;
}
#step3 {
	float: left;
	width: 230px;
	padding: 10px 10px;
	margin-right: 2px;
	background: url(images/step3.gif) no-repeat left center;
	color: #d0d0d0;
}
#step1_sel {
	float: left;
	width: 230px;
	padding: 10px 10px;
	margin-right: 2px;
	background: url(images/step1_sel.gif) no-repeat left center;
	color: #333;
}
#step2_sel {
	float: left;
	width: 230px;
	padding: 10px 10px;
	margin-right: 2px;
	background: url(images/step2_sel.gif) no-repeat left center;
	color: #333;
}
#step3_sel {
	float: left;
	width: 230px;
	padding: 10px 10px;
	margin-right: 2px;
	background: url(images/step3_sel.gif) no-repeat left center;
	color: #333;
}
.step-txt {
	margin-left: 30px;
}
.step-txt-check {
	background: url(images/check.gif) no-repeat center right;
	margin-left: 30px;
	padding-right: 28px;
}
#step-box {
	clear: both;
	width: 753px;
	border-top: 1px solid #c8c8c8;
	padding-top: 20px;
}
#step-box table {
	text-align: left;
}
#step-box table h2 {
	margin-bottom: 5px;
}

/* Tables */
.list {
	border: 1px solid #b7dfcf;
	margin-bottom: 25px;
}
.list td, .list th {
	padding: 2px 4px;
	text-align: center;
}
.list td.left, .list th.left {
	text-align: left;
}
.list td.right {
	text-align: right;
}
.list th {
	font-size: 12px;
	color: #000;
	border-bottom: 3px solid #00a260;
}
.alt {
	background-color: #eee;
}
.update {
	border-top: 1px solid #00a260;
}

/* Classes */
.accent {
	color: #00a260;
}
.hd_list {
	margin-bottom: 15px;
}
.hd_list h1 {
	float: left;
	margin-right: 25px;
}
.clear {
	clear: both;
}

/* General Forms */
.input {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 2px;
	padding-bottom: 2px;
}
.create_project {
	float: right;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 2px;
	padding-bottom: 2px;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}

/* General Styles */
p, h1, h2, h3, h4, h5 {
	margin: 0 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 20px;
	font-weight: normal;
	color: #000;
}
h2 {
	font-size: 17px;
}
h3 {
	font-size: 12px;
}



