/* GENERAL 
_____________________________________________________________________________*/

html {
	height: 100%;
	overflow: auto;
}

.clear { 
	clear: both; 
	height: 0px;
	overflow: hidden;
}

* {
	outline: none;
}

body {
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background: #111;
	height: 100%;
}

#container {
	width: 100%;
	height: 100%;
}

#container td {
	vertical-align: middle;
}

#container .flash-bg {
	background: #282828;
}

#flash {
	width: 730px;
	height: 730px;
	color: #FFF;
}

#right-column {
	width: 245px;
	height: 716px;
}

/* SEARCH------------------------------------------------*/

#search-form {
	position: relative;
	height: 39px;
}

#search-form .text {
	position: absolute;
	top: 6px;
	left: 22px;
	border: 0;
	background: #282828;
	color: #707070;
	width: 100px;
	height: 22px;
	padding: 3px 3px 0 3px;
}

#search-form .submit {
	position: absolute;
	top: 6px;
	left: 134px;
	background: #000;
	color: #707070;
	text-transform: uppercase;
        text-align: center;
	width: 75px;
	height: 25px;
	border: 0;
}

#search-show {
	margin: 0 37px 5px 22px;
        background: #000;
        height: 25px;
        text-align:center;
}

#search-show a {
	color: #707070;
	text-decoration: none;
	display: block;
	padding: 5px 9px;
	width: 170px;
}

#search-show a:hover {
	color: #bcbcbc;
	text-decoration: none;
}

/* DISCLAIMER------------------------------------------------*/

#disclaimer {
	margin-left: 22px;
	color: #BCBCBC;
}

#disclaimer a {
	color: #707070;
	background: #000;
	text-decoration: none;
	display: block;
	padding: 6px 9px;
	margin-bottom: 8px;
	margin-right: 37px;
        text-align: center;
}

#disclaimer a:hover {
	color: #FFF;
	text-decoration: none;
}

/* TOOL BAR------------------------------------------------*/

#admin {
	position: absolute;
	top: 0;
	right: 0;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	background: #000;
	color: #FFF;
	width: 200px;
}

#admin h2 {
	border-bottom: 1px solid #FFF;
	padding: 5px;
	margin: 0;
	color: #cd4456;
	cursor: pointer;
}

#admin #content {
	padding: 0 15px;
}

#admin a {
	color: #CCC;
	text-decoration: none;
}

#admin a:hover {
	text-decoration: underline;
}

#admin ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

#admin li.header {
	font-weight: bold;
}