html {
	height: 100% !important;
}

body {
	color: #333;
	font-family: sans-serif;
	font-size: 12px;
	background: #444;
	padding: 0;
	margin: 0;
	position: relative;
	height: 100% !important;
	overflow: hidden;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
	height: 0;
	padding: 0;
	overflow: hidden;
}

a img {
	border: 0;
}

dl.form {
	padding: 0;
	margin: 0;
	display: none;
}

dl.form dt {
	margin: 0;
	margin-right: 10px;
	padding: 0;
	float: left;
	clear: both;
	margin-top: 10px;
	width: 80px;
	text-align: right
}

dl.form dd {
	margin: 0;
	padding: 0;
	float: left;
	width: 200px;
	margin-top: 10px;
	color: #999;
}

dl.form dd a {
	color: #999
}

dl.form dd a.selected {
	font-weight: bold;
	color: #fff;
}

button {
	outline: none
}

button:focus {
	outline: none
}

a {
	color: #444;
	text-decoration: none;
	outline: none
}

a:hover {
	color: #222;
	text-decoration: underline;
}

#wrapper {
	border-top: 1px solid #c0c0c0;
	height: 100%;
}

h1,h2,h3 {
	margin: 0;
}

table#main {
	width: 100%;
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 12px;
}

table tr {
	padding: 0;
	margin: 0;
}

table td {
	padding: 0;
	margin: 0;
}

#top {
	width: 100%;
	border-bottom: 1px solid #a4a4a4;
	background: #c0c0c0 url(/images/top_bg.png) bottom repeat-x;
	height: 75px !important;
	padding: 0;
	margin: 0;
}

#top h1 {
	margin: 0;
	padding: 0;
	float: left;
}

#top h1 a {
	margin-right: 5px;
	display: block;
	height: 41px;
	width: 204px;
	text-indent: -2000em; /* Hides the text in the h1 tag */
	text-decoration: none; /* Hides the underline of the hyperlink */
	z-index: 1000; /* IE Fix*/
	background: url('/images/logo.png') 0 0 no-repeat;
	margin-top: 0px;
	margin-left: 10px;
}

#top #form {
	float: left;
	margin-top: 7px;
}

.text {
	border: 1px solid #999;
	float: left;
	padding: 4px;
	margin-right: 4px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-bottom: 1px solid #acacac;
	color: #999;
	height: 16px;
}

#bottom table {
	height: 100%;
	empty-cells: hide;
	border-spacing: 0;
}

#menu {
	height: 100% !important;
	background: #353535;
	width: 200px;
	border-right: 1px solid #333;
	vertical-align: top;
}

#menu #container {
	width: 200px;
	padding: 15px 0px;
}

#menu_toggle {
	color: #999;
	font-size: 10px;
	position: absolute;
	text-shadow: 0 -1px 0 #111;
	top: -14px;
	left: -75px;
	text-decoration: none;
}

div#menu_toggle_cont {
	position: relative;
	height: 0;
}

#container ul {
	font-size: 12px;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#container ul li {
	padding: 0;
	margin: 0;
	border-top: 1px solid #474747;
	border-bottom: 1px solid #292929;
}

#container ul li a {
	text-shadow: 0 -1px 0 #111;
	color: #afafaf;
	background: url(/images/search.png) 5px 50% no-repeat;
	display: block;
	padding: 5px;
	padding-left: 22px;
}

#container ul li a:hover {
	text-decoration: none;
	background: #1f1f1f url(/images/search.png) 5px 50% no-repeat;
}

#container ul li a.selected {
	background: #1f1f1f url(/images/search.png) 5px 50% no-repeat;
}

#footer {
	border-top: 1px solid #333px;
	position: absolute;
	bottom: 0;
	width: 200px;
	height: 34px;
	background: #c0c0c0 url(/images/top_bg.png) bottom repeat-x;
	text-align: center;
	padding-top: 6px;
	font-size: 10px;
	text-shadow: 0 1px 0 #bebebe;
	color: #222;
}

#footer div {
	margin-bottom: 1px;
}

#content {
	padding: 15px 10px;
	color: #d6d6d6;
	text-shadow: 1px 1px 1px #000;
	vertical-align: top;
	background: url(/images/sh_top.png) repeat-x;
	width: 100%;
}

/* ----- */
.button {
	margin: 0px auto 0 auto;
	padding: 0
}

.button div {
	float: left;
	background: transparent url(/images/button.png) right top repeat-x;
	height: 26px;
	padding-right: 5px;
}

.button input,.button a,.button button {
	text-align: center;
	display: block;
	text-shadow: 0 1px 0 #fff;
	cursor: pointer;
	float: left;
	height: 26px;
	border: 0;
	padding: 0;
	padding-left: 5px;
	color: #666;
	background: transparent url(/images/button.png) left top repeat-x;
}

div.button a {
	overflow: hidden;
	margin: 0;
	display: block;
	padding: 6px 0 0 5px;
	height: 26px;
	text-decoration: none;
}

.button a img {
	border: 0;
}

img.save_img {
	display: none;
	background: transparent
}

div.button:hover div {
	background: transparent url(/images/button_hover.png) right top repeat-x
		;
}

div.button:hover input {
	color: #555;
	background: transparent url(/images/button_hover.png) left top repeat-x;
}

div.button:hover button {
	color: #555;
	background: transparent url(/images/button_hover.png) left top repeat-x;
}

div.button:hover a {
	color: #555;
	background: transparent url(/images/button_hover.png) left top repeat-x;
}

table {
	empty-cells: hide;
	border-spacing: 0;
	padding: 0;
	margin: 0;
	border-collapse: separate;
	border-spacing: 0; *
	border-collapse: collapse; /* hack is needed for IE7 also */
}

td { *
	position: relative;
}

.account {
	padding: 10px 15px 8px 15px;
	text-align: center;
	margin: 0 auto 0 auto;
	border-top: 1px solid #474747;
	border-bottom: 1px solid #292929;
}

.account .details {
	display: none;
}

.account .details img {
	border-top: 1px solid #292929;
	display: block;
	float: left;
	height: 50px;
	margin-bottom: 5px;
}

.account .details .name {
	float: left;
	margin-left: 5px;
	text-align: left;
	color: #dfdfdf;
	text-shadow: 0 -1px 0 #000;
	margin-top: 5px;
}

.account .login_button {
	display: block;
}