body {
	background: #000;
}
table {
	width: 100% !important;
	border-collapse: collapse;
	color: #fff;
}
table td {
	padding: 2px;
	font-size: 11px;
	_border: solid 1px #999;
}
h2 {
	margin-top: 5px;
	margin-bottom: 20px;
}
h3,
h4,
h5,
h6 {
	margin-top: 20px;
	margin-bottom: 10px;
}
p, table {
	margin-top: 0;
	margin-bottom: 10px;
}
hr {
	margin: 20px 0;
}
#nav-items {
	margin: 25px 0;
}

h1.ui-title a { text-decoration: none; }

input.ui-input-text, textarea.ui-input-text, .ui-input-search { background: #333; }
.ui-bar-c {
	border: 1px solid #000;
	color: #fff;
	font-weight: bold;
	text-shadow: 0 1px 1px #808080;
	background: #000000;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
	background-image: -webkit-linear-gradient(top, #000, #000);
	background-image: -moz-linear-gradient(top, #000, #000);
	background-image: -ms-linear-gradient(top, #000, #000);
	background-image: -o-linear-gradient(top, #000, #000);
	background-image: linear-gradient(top, #000, #000);
}
.ui-bar-c,
.ui-bar-c input,
.ui-bar-c select,
.ui-bar-c textarea,
.ui-bar-c button,
.ui-body-c,
.ui-body-c input,
.ui-body-c select,
.ui-body-c textarea,
.ui-body-c button {
	font-family: Helvetica, Arial, sans-serif;
}
.ui-body-c {
	border: 1px solid #000;
	color: #fff;
	text-shadow: 0 1px 0 #999;
	background: #000;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
	background-image: -webkit-linear-gradient(top, #000, #000);
	background-image: -moz-linear-gradient(top, #000, #000);
	background-image: -ms-linear-gradient(top, #000, #000);
	background-image: -o-linear-gradient(top, #000, #000);
	background-image: linear-gradient(top, #000, #000);
}
.ui-body-c .ui-link-inherit, .ui-body-c .ui-link {
	/*color: #4d4d4d;*/
	color: #dfdfdf;
}
.ui-btn-up-c,
.ui-btn-hover-c,
.ui-btn-down-c,
.ui-btn-active {
	border: 1px solid #b3b3b3;
	font-weight: bold;
	color: #ebebeb;
	text-shadow: 0 1px 1px #333333;
}
.ui-btn-up-c {
	background: #4d4d4d;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#4d4d4d));
	background-image: -webkit-linear-gradient(top, #666666, #4d4d4d);
	background-image: -moz-linear-gradient(top, #666666, #4d4d4d);
	background-image: -ms-linear-gradient(top, #666666, #4d4d4d);
	background-image: -o-linear-gradient(top, #666666, #4d4d4d);
	background-image: linear-gradient(top, #666666, #4d4d4d);
}
.ui-btn-hover-c {
	background: #666666;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#808080), to(#666666));
	background-image: -webkit-linear-gradient(top, #808080, #666666);
	background-image: -moz-linear-gradient(top, #808080, #666666);
	background-image: -ms-linear-gradient(top, #808080, #666666);
	background-image: -o-linear-gradient(top, #808080, #666666);
	background-image: linear-gradient(top, #808080, #666666);
}
.ui-btn-down-c {
	background: #ffffff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#4d4d4d));
	background-image: -webkit-linear-gradient(top, #666666, #4d4d4d);
	background-image: -moz-linear-gradient(top, #666666, #4d4d4d);
	background-image: -ms-linear-gradient(top, #666666, #4d4d4d);
	background-image: -o-linear-gradient(top, #666666, #4d4d4d);
	background-image: linear-gradient(top, #666666, #4d4d4d);
}
.ui-btn-active {
	background: #ffffff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#4d4d4d));
	background-image: -webkit-linear-gradient(top, #666666, #4d4d4d);
	background-image: -moz-linear-gradient(top, #666666, #4d4d4d);
	background-image: -ms-linear-gradient(top, #666666, #4d4d4d);
	background-image: -o-linear-gradient(top, #666666, #4d4d4d);
	background-image: linear-gradient(top, #666666, #4d4d4d);
	cursor: pointer;
	text-decoration: none;
	outline: none;
}
.ui-btn-down-c a.ui-link-inherit {
	color: #2F3E46;
}
.ui-btn-up-c, .ui-btn-hover-c, .ui-btn-down-c {
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
}
a.ui-link-inherit {
	text-decoration: none !important;
}
.ui-btn-active a.ui-link-inherit {
	color: #fff;
}