body
{
	background-color: #fff;
	font-family: sans-serif;
	margin: 0;
	padding: 0;
}
a
{
	color: #333;
}
input[type=checkbox]
{
	margin:9px;
}
textarea
{
	font-family: sans-serif;
	height: 100px;
}
input[type=text], input[type=password], textarea
{
	border: #888 solid 1px;
	border-radius: 3px;
	box-shadow: 0 0 5px #888;
	font-size: 1em;
	margin: 4px;
	padding: 5px;
}
input[readonly]
{
	background-color: #eee;
}
input#find[type=text]
{
	border: #888 solid 1px;
	border-radius: 3px;
	box-shadow: 0 0 5px #888;
	font-size: 1em;
	margin: 5px 5px 5px 0;
	padding: 4px;
	width: 475px;
}
.header_wrapper
{
	background: #fff;
	overflow: auto;
}
.header
{
	margin: 0 auto;
	position: relative;
	width: 1000px;
}
.logo
{
	float: left;
}
.user
{
	float: right;
	line-height: 1.5;
	text-align: right;
}
.primary_navigation_wrapper
{
	background: #c9effb;
	text-align: right;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
	position: relative;
}
.primary_navigation
{
	border-right: #09abdf solid 1px;
	height: 40px;
	line-height: 40px;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 1000px;
}
.primary_navigation li
{
	display: inline;
}
.primary_navigation a
{
	border-left: #09abdf solid 1px;
	color: #09abdf;
	display: inline-block;
}
.primary_navigation div
{
	padding: 0 10px;
}
.primary_navigation a:hover, .primary_navigation .selected
{
	background-color: #09abdf;
	color: #fff;
	text-decoration: none;
}
.primary_navigation a:hover div, .primary_navigation .selected div
{
	background: rgba(0, 0, 0, 0.225);
}
.secondary_navigation_wrapper
{
	background: #09abdf;
}
.secondary_navigation
{
	height: 30px;
	line-height: 30px;
	list-style: none;
	margin: 0 auto;
	padding: 5px 0 0 0;
	width: 1000px;
}
.secondary_navigation li
{
	display: inline;
}
.secondary_navigation a
{
	color: #c9effb;
	display: inline-block;
	padding: 0 10px;
}
.secondary_navigation a:hover, .secondary_navigation .selected
{
	background: #eee;
	color: #333;
	text-decoration: none;
}
.tertiary_navigation_wrapper
{
	background: #eee;
}
.tertiary_navigation
{
	height: 30px;
	line-height: 30px;
	list-style: none;
	margin: 0 auto;
	padding: 5px 0 0 0;
	width: 950px;
}
.tertiary_navigation li
{
	display: inline;
}
.tertiary_navigation a
{
	color: #222;
	display: inline-block;
	padding: 0 10px;
}
.tertiary_navigation a:hover, .tertiary_navigation .selected
{
	background: #fff;
	text-decoration: none;
}
.error_wrapper
{
	background: #fff;
}
.error
{
	color: #f88;
	font-size: 2em;
	height: 2.5em;
	line-height: 2.5em;
	margin: 0 auto 30px;
	text-align: center;
	width: 950px;
}
.content
{
	margin: 0 auto 20px;
	overflow: auto;
	width: 1000px;
}
.content h1
{
	border-radius: 3px 3px 0 0;
	color: #00B8F4;
	font-size: 26px;
	font-weight: bold;
	margin: 0 15px;
	padding: 10px 0 0 0;
	border-bottom: 1px dotted #999;
}
div.form, div.list
{
	background: #fff;
	padding: 0px;
}
div.form h1, div.list h1
{
	border-bottom: 1px dotted #999;
	color: #00b8f4;
	font-size: 26px;
	font-weight: bold;
	margin: 0 0 20px 0;
	padding: 0;
}
table.form
{
	border-collapse: collapse;
	table-layout: fixed;
}
table.form tr.hint
{
	color: #888;
	font-family: serif;
	font-size: 14px;
	font-style: italic;
}
table.form tr.hint td
{
	text-align: right;
}
table.form tr.hint ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
table.form tr.hint li
{
	display: inline;
}
table.form tr.hint a
{
	border-radius: 2px;
	color: #888;
	display: inline-block;
	padding: 0 5px;
}
table.form tr.hint a:hover
{
	background-color: #888;
	color: #fff;
	text-decoration: none;
}
table.form td
{
	padding: 0;
	vertical-align: top;
}
table.form td.name
{
	text-align: right;
	width: 450px;
}
table.form td.value
{
	text-align: left;
	width: 450px;
}
ul.form
{
	list-style: none;
	padding: 0;
}
ul.form label
{
	display: inline-block;
	font-size: 1em;
	margin: 5px 5px 5px 0;
	padding: 5px 5px 5px 0;
	text-align: right;
	vertical-align: top;
	width: 480px;
}
ul.form input[type=text], ul.form input[type=password], ul.form select, ul.form textarea
{
	border: #888 solid 1px;
	border-radius: 3px;
	box-shadow: 0 0 5px #888;
	font-size: 1em;
	margin: 5px 0;
	padding: 4px;
	width: 500px;
}
table.list
{
	border-collapse: collapse;
	font-size: 12px;
}
table.list td
{
	height: 30px;
	line-height: 30px;
	padding: 0;
}
table.list div
{
	overflow: hidden;
}
table.list div div
{
	margin: 0 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
table.list thead td
{
	background: url("list_head.png") repeat-x;
	color: #666;
	cursor: pointer;
	font-weight: bold;
}
table.list thead td:hover
{
	background: url("list_head_hover.png") repeat-x;
}
table.list a
{
	color: #333;
	cursor:pointer;
	display:block;
	text-decoration:none;
}
table.list tbody tr.hi
{
	background-color: #f8f8f8;
}
table.list tbody tr.lo
{
	background-color: #fff;
}
table.list tbody tr.selected, table.list tbody tr:hover
{
	background-color: #e2ecfa;
}
ul.buttons
{
	list-style: none;
	margin: 0;
	padding: 20px 0 0 0;
	text-align: right;
}
ul.buttons li
{
	display: inline;
}
ul.buttons form
{
	display: inline;
}
ul.buttons input[type=button],ul.buttons input[type=submit]
{
	margin-left: 5px;
}
ul.photos
{
	list-style: none;
	margin: 0;
	padding: 20px 0 0 0;
	text-align: center;
}
ul.photos li
{
	display: inline-block;
}
.footer
{
	background-color: #fff;
	font-size: 0.8em;
	margin: 20px auto;
	padding: 10px 0;
	text-align: center;
	width: 1000px;
}
