/*--------------------------------------------------------------------
	Layout
--------------------------------------------------------------------*/
	
	body {
		background: #292728;
		color: #aaaaaa;
	}
	
	#layout {
		background: #ffffff;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		color: #666666;
		margin: 20px auto;
		width: 900px;
	}
	
/*--------------------------------------------------------------------
	Header
--------------------------------------------------------------------*/
	
	#header {
		background: #fcc80f url('../images/header.png') no-repeat 20px 10px;
		-moz-border-radius: 5px;
		-moz-border-radius-bottomleft: 0;
		-moz-border-radius-bottomright: 0;
		-webkit-border-radius: 5px;
		-webkit-border-bottom-left-radius: 0;
		-webkit-border-bottom-right-radius: 0;
		height: 112px;
		overflow: hidden;
		position: relative;
	}
	#header h1 {
		font-size: 2em;
		line-height: 112px;
		text-align: right;
		padding: 0 20px 0 0;
	}
	#ie.v6 #header h1,
	#ie.v7 #header h1 {
		padding-top: 37px;
	}
	#header h1 a {
		color: #000000;
	}
	#header ul {
		position: absolute;
		right: 20px;
		bottom: 0;
	}
	#header ul li {
		float: left;
	}
	#header ul li a {
		-moz-border-radius: 5px;
		-moz-border-radius-bottomleft: 0;
		-moz-border-radius-bottomright: 0;
		-webkit-border-radius: 5px;
		-webkit-border-bottom-left-radius: 0;
		-webkit-border-bottom-right-radius: 0;
		color: #000000;
		display: inline-block;
		filter: alpha(opacity=60);
		opacity: 0.6;
		padding: 5px 10px;
	}
	#header ul li a:hover {
		background: #ffda55;
	}
	#header ul li.selected a {
		background: #ffffff;
		filter: alpha(opacity=100);
		opacity: 1;
	}
	
/*--------------------------------------------------------------------
	Footer
--------------------------------------------------------------------*/
	
	#footer {
		border-top: 1px solid #eeeeee;
		color: #aaaaaa;
		margin: 0 20px;
		padding: 10px 0 20px 0;
	}
	#footer a {
		color: #888888;
	}
	#footer a:hover {
		text-decoration: underline;
	}
	
/*--------------------------------------------------------------------
	Content
--------------------------------------------------------------------*/
	
	#content {
		overflow: hidden;
		padding: 20px;
		position: relative;
	}
	#ie #content {
		zoom: 1;
	}
	#content a {
		color: #333333;
	}
	#content a:hover {
		text-decoration: underline;
	}
	#content h2 {
		border-bottom: 1px solid #eeeeee;
		color: #333333;
		font-size: 1.4em;
		margin: 0 0 20px 0;
	}
	#content h3 {
		background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#ffffff));
		color: #111111;
		font-size: 1.2em;
		margin: 20px -20px 10px -20px;
		padding: 20px 20px 0 20px;
	}
	#content h2 + h3,
	#content h3:first-child {
		background: transparent;
		padding-top: 0;
	}
	#content h4 {
		color: #333333;
		margin: 10px 0 10px 0;
	}
	
	#content p {
		margin: 10px 0;
	}
	
	#content .bulletin {
		background: #222222;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		color: #cccccc;
		padding: 5px 20px;
		margin: -10px -10px 20px -10px;
	}
	#content .bulletin a {
		color: #ffffff;
	}
	
	#content .logo {
		float: right;
	}
	
	#content dl {
		margin: 10px 0;
	}
	#content dl dt {
		color: #333333;
		clear: left;
		float: left;
		width: 23%;
	}
	#content dl dd {
		margin: 0 0 0 23%;
	}
	
	#content .fieldset {
		background: #f7f7f7;
		border: 1px solid #eeeeee;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		float: left;
		margin: 10px;
		padding: 0 20px 20px 20px;
		width: 368px;
	}
	#content .fieldset .field {
		margin: 10px 0 0 0;
		overflow: hidden;
	}
	#content .fieldset .field h4 {
		margin: 0 0 5px 0;
	}
	
	#content .fieldset .field-text input {
		width: 98%;
	}
	#content .error {
		color: #cc3300;
	}
	
	#content .fieldset .field-buttons {
		overflow: visible;
		text-align: right;
	}
	#content .fieldset .field-buttons button,
	#ie.v8 #content .fieldset .field-buttons button {
		padding: 0.5em;
	}
	#ie #content .fieldset .field-buttons button {
		padding: 0.2em;
	}
	
	#content table {
		width: 100%;
	}
	#content table thead th {
		border-bottom: 1px solid #eeeeee;
		font-weight: bold;
		padding: 0 0 5px 10px;
		text-align: left;
	}
	#content table thead tr > :first-child {
		padding-left: 0;
	}
	#content table tbody td {
		border-bottom: 1px solid #eeeeee;
		padding: 5px 0 5px 10px;
	}
	#content table tbody tr > :first-child {
		padding-left: 0;
	}
	#content table .column-name {
		width: 40%;
	}
	#content table .column-status {
		width: 22%;
	}
	#content table .column-created {
		width: 19%;
	}
	#content table .column-approved {
		width: 19%;
	}
	#content table .column-synopsis:first-child {
		border-bottom: 1px solid #eeeeee;
	}
	