* { margin: 0px; padding: 0px; }

body {
	margin: 0px;
	font-family: Arial, Verdana, Sans-Serif;
	background: #EBEBEB;
	font-size: 12px;
	color: #333;
}

p, li, td, input, select, textarea {
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
}

h1, h2, h3, h4 {
	color: #000;
}
h1 {
	font-size: 26px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 5px;
}
h2 {

}
h3 {

}

ul, ol {
	padding-left: 20px;
}
li {
	padding: 2px 0px;
}

p {
	padding: 5px 0px;
}

a {
	color: #115077;
}

.Clear {
	clear: left;
}
.Hidden {
	display: none;
}
.Grey {
	color: #999;
}

.Button_AddRecord,
.Button_Return {
	float: right;
	padding-top: 0px;
}

#Page {
	width: 100%;
	background: #FFF;
}

#Header {
	background: url('/admin/images/bg-header.jpg') repeat-x #fa9d08;
	height: 157px;
}

#Header #Intro {
	width: 450px;
	float: left;
	height: 20px;
}
#Header #Intro p {
	margin: 0px;
	padding: 4px 20px;
	font-size: 11px;
	color: #FFF;
}

#Header #Status {
	width: 550px;
	float: left;
	height: 20px;
}
#Header #Status p {
	margin: 0px;
	padding: 4px 20px;
	text-align: right;
	font-size: 11px;
	color: #FFF;
}
#Header #Status p a {
	font-weight: bold;
	text-decoration: none;
	font-style: italic;
	color: #F66;
}

#Header #Logo {
	clear: left;
	float: left;
	padding: 4px 0 0;
	border: 0px solid #FFF;
}
#Header #Logo img {
	border: 0px solid #000;
}

#Header .Menu {
	clear: left;
	float: left;
	height: 45px;
	width: 100%;
	background: url('/admin/images/bg-header-menu.jpg') repeat-x #FFF;
	background-position: bottom;
}
#Header .Menu ul {
	margin: 0px;
	margin-left: 5px;
	padding: 0px;
}
#Header .Menu ul li {
	float: left;
	list-style-type: none;
	height: 32px;
	border: 0px solid #C00;
	margin-left: 5px;
}
#Header .Menu ul li a {
	display: block;
	padding: 8px 13px;
	padding-bottom: 9px;
	border: 0px solid #000;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #FFEADF;
}
#Header .Menu ul li a:hover {
	color: #FFF;
}
#Header .Menu ul li a.active,
#Header .Menu ul li a.active:hover {
	background: url('/admin/images/bg-header-menu-li-active.jpg') repeat-x;
	border-left: 1px solid #ebe4c8;
	border-right: 1px solid #ebe4c8;
	color: #333;
}

#Content {
	clear: left;
	float: left;
	padding-top: 20px;
	padding-bottom: 100px;
	border-top: 0px solid #F00;
	width: 1000px;
}

#Content #Side {
	float: left;
	width: 170px;
	border-top: 0px solid #F00;
}
#Content #Side .Menu {
}
#Content #Side .Menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-top: 1px dotted #AAA;
}
#Content #Side .Menu ul li {
	border-bottom: 1px dotted #AAA;
}
#Content #Side .Menu ul li .Section {
	display: block;
	padding: 4px 10px;
	text-align: right;
	font-weight: bold;
	background: #CCC;
	color: #000;
}
#Content #Side .Menu ul li a {
	display: block;
	padding: 4px 10px;
	text-align: right;
	text-decoration: none;
	font-weight: bold;
	color: #333;
}
#Content #Side .Menu ul li a.active {
	background: url('/admin/images/bg-side-menu-li-active.jpg') repeat-x;
	background-position: bottom;
}
#Content #Side .Menu ul li ul {
	display:none;	
}
#Content #Side .Menu ul li.active ul {
	display:block;	
}
#Content #Side .Menu ul li ul li {
	border-bottom:none;
	font-weight:normal;
}
#Content #Side .Menu ul li ul li a {
	font-weight:normal;
	padding:0 10px;	
}

#Content #Main {
	float: left;
	width: 810px;
	margin-left: 20px;
}

#Content #Middle {
	padding: 5px 20px;
	border: 0px solid #000;
}

#ProductHeader {
	padding: 6px 10px;
	background: #ddd;
	margin-bottom: 10px;
	border: 2px solid #444;
}

#ProductHeader p { 
	padding-bottom:0px; 
	font-size: 11px; 
	text-transform: uppercase;
}

.List {
	clear: left;
	width: 100%;
}

.List th {
	font-size: 14px;
	padding: 4px 5px;
	border-top: 2px solid #3E3E3E;
	border-bottom: 1px solid #3E3E3E;
	background: #C6C6C6;
}

.List td {
	padding: 3px 5px;
	border-bottom: 1px solid #DDDDDD;
}

.List .Even {
	background: #F6F6F6;
}
.List tr:hover td {
	background: #FFEFF0;
}

.List td img {
	margin-top: 2px;
	border: 0px;
}

table.Icon {
	margin: 5px 0px !important;
}
table.Icon img {
	border: 0px;
}


p.Label {
	padding: 5px 0px;
	padding-bottom: 0px;
	font-weight: bold;
	border: 0px solid #F00;
}
p.Label span {
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
}
p.Input {
	padding-top: 0px;
	padding-bottom: 10px;
}
p.Button {
	border-top: 1px solid #DDD;
	text-align: right;
}
p.Button span {
	font-weight: bold;
	padding-right: 15px;
	font-size: 11px;
}


/************************************************/
/* ERROR/MESSAGE STYLES                         */

.Message {
	clear: left;
	font-size: 12px;
	margin: 10px 0px;
	padding: 4px 10px;
	background: #FFFFCC;
	line-height: 1.4em;
	border: 2px solid #153E73;
}
.Error {
	border: 2px solid #AA0000;
}


#Filter {
	background: #CDCDCD;
	margin-bottom: 10px;
}
#Filter td {
	padding: 5px 5px;
}
#Filter td span {
	font-size: 11px;
	font-weight: bold;
}

#Footer {
	clear: left;
	width: 100%;
	border-top: 1px solid #CCC;
}
#Footer .Wrapper {
	width: 980px;
	margin-left: 10px;
	padding: 10px 0px;
}
#Footer p {
	font-size: 11px;
}


/****************************************
 * Form Styles
*/

.Form {
	padding-bottom: 15px;
}
.Form td {
	padding: 3px 0px;
	padding-right: 5px;
}
.Form td label.Req {
	font-weight: bold;
}
.Form td label span {
	color: #555;
	font-weight: normal;
	font-style: italic;
	font-size: 11px;
}

.Buttons {

}
.Buttons td {
	padding: 3px 0px;
	padding-right: 8px;
}
.Buttons td span {
	font-size: 11px;
	font-weight: bold;
}

/* RESULTE TABLE STYLES
-------------------------------*/
.results-table				{ width:75%; border-collapse:collapse; }
.results-table,
.results-table tr,
.results-table td			{ border:solid 1px #666666; padding:5px 10px; }
.results-table tr.Even		{ background:#F7F7F7; }
.results-table th			{ font-weight:bold; background:#CB0001; color:#fff; padding:6px 10px;  font-size:122%; }
.results-table .label		{ font-weight:bold; }

/****************************************
 * Fancy Button Styles
*/

.btn { display: block; position: relative; font-size: 12px; text-transform: uppercase; background: #CC0001; padding: 4px 8px; padding-bottom: 5px;float: left; color: #fff; font-weight: bold; text-decoration: none; cursor: pointer; }
.cancel { background: #888; }
.btn * { font-style: normal; background-image: url("/admin/includes/js_buttons/btn.png"); background-repeat: no-repeat; display: block; position: relative; }
.btn i { background-position: top left; position: absolute; margin-bottom: -4px;  top: 0; left: 0; width: 5px; height: 4px; }
.btn span { background-position: bottom left; left: -8px; padding: 0 0 4px 14px; margin-bottom: -5px; }
.btn span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 16px; height: 100%; top: 0; }
.btn span span { background-position: top right; position: absolute; right: -16px; margin-left: 10px; top: -4px; height: 0; }

* html .btn span,
* html .btn i { float: left; width: auto; background-image: none; cursor: pointer; }
.btn:hover { background-color: #FF3F42; }
.cancel:hover { background-color: #999; }
.btn:active { background-color: #444; }
.btn[class] {  background-image: url("/admin/includes/js_buttons/btn_shade.png"); background-position: bottom; }

/* RANK POPUP */
#rankPopup 			{ position:absolute; display:none; width:175px; height:60px; background:transparent url(images/bg-rank-popup.png); }
#rankPopup a 		{ position:absolute; right:27px; top:17px; font-size:88%; color:#999; text-decoration:none; }
#rankPopup form		{ margin:11px 0 0 25px; }
#rankPopup input.text		{ border:solid 1px #999; margin-right:5px; width:26px; position:absolute; top:16px; left:28px; color:#333; text-align:center; }
#rankPopup button.submit	{ padding:2px 4px; color:#333; border:solid 1px #ccc; position:absolute; top:15px; left:63px; background:#EFEFEF; font-size:72%; text-transform:uppercase; width: 36px; }
#rankPopup button:hover		{ background:#E7E7E7; cursor:pointer; }