/* GLOBAL SETTINGS */
* {
	margin: 0px;
	padding: 0px;
}

/* BASIC ELEMENTS */

body, html {
	width: 100%;
	height: 100%;
 	text-align: center;
 	background-color: #f2f2f2;
 	color: #000000;
  font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
  font-size: 12px;
	line-height: 16px;
}

a {
	font-family: "trebuchet ms", Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #cc0000; 
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	font-family: "trebuchet ms", Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}

h1 {
	padding: 0px;
	color: #000000;
  font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 30px;
	font-weight: bold;
}

h2 {
	padding: 0px;
	color: #000000;
  font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
  font-size: 14px;
	font-weight: bold;
}

h3 {
	padding: 0px;
	color: #000000;
  font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
  font-size: 12px;
	font-weight: bold;
}

h4 {
	color: #000000;
  font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
  font-size: 12px;
	font-weight: bold;
}

h5 {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	color: #cc0000;
  font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
  font-size: 14px;
	font-weight: bold;
}

h6 {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	color: #cc0000;
  font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
  font-size: 12px;
	font-weight: bold;
}

ul {
	padding: 5px 15px;
	list-style-type: disc;
	list-style-position: outside;
	font-size: 10px;
}

li { font-size: 12px; }
li.singleTab { margin: 0px 0px 0px 20px; }

img {	border: none; }

/* LAYOUT DIVS - Alphabetically sorted */

#content {
	position: relative;
	width: 100%;
	text-align: left;
}

#contentBlock {
	padding: 10px 0px 25px 0px;
}

#footer {
	padding: 10px;
	margin: 0px 0px 10px 0px;
	color: #cc0000;
  	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
  	font-size: 10px;
	font-weight: bold;
	height: 45px;
	background: #ff0000;
	background: url('/siteadmin/media/images/bg_main_footer.gif') repeat-x;
}

#header {
	position: relative;
	height: 127px;
	overflow: hidden;
}

#headerLeeroxMS {
	height: 37px;
	padding: 15px 20px 0px 20px;
	background: url('/siteadmin/media/images/bg_main_headerLeeroxMS.gif') repeat-x;
	overflow: hidden;
}

#headerLeeroxMS h1 {
	padding: 0px;
	color: #ffffff;
  font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
  font-size: 18px;
	font-weight: normal;
}

#headerContent {
	height: 55px;
	padding: 20px 20px 0px 20px;
	background: url('/siteadmin/media/images/bg_main_headerContent.gif') repeat-x;
	overflow: hidden;
}

#headerContent h1 {
	color: #343434;
  font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
  font-size: 28px;
	font-weight: normal;
	line-height: 28px;
}


#login_password_header h1 {
	color: #ffffff;
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 30px;
	font-weight: bold;
	letter-spacing: 2px;
}

#login_content {
	margin:200px auto 0px auto;
	width: 400px;
	text-align: center;
}

#login_password_header {
	padding: 15px 10px 5px 175px;
	width: 215px;
	height: 31px;
	text-align: left;
	background-image:url(../media/images/login_header.jpg);
	background-repeat:no-repeat;
}

#login_password_content {
	border:1px solid #999999;
	padding: 30px 10px 10px 20px;
	width: 368px;
	height: 161px;
	text-align: left;
}

#login_password_bottom {
	width: 400px;
	height: 5px;
	text-align: left;
}

#main {
	position: relative;
  width: 100%;
  text-align: left;
}

#table_content td.navigation {
	width: 220px;
	vertical-align: top;
}

#table_content {
	width: 100%;
	height: 100%;
	border: 0px;
	border-collapse: collapse;
	vertical-align: top;
	text-align: left;
}

#table_content td.content {
	padding: 20px 20px 20px 35px;
	background: url('/siteadmin/media/images/bg_main_contentColumn.gif') repeat-y;
	vertical-align: top;
	text-align: left;
}

#table_content td.navigation {
	width: 220px;
	vertical-align: top;
}

/* Menu Divs & Classes */

#mainMenuItem {
	width: 190px;
	height: 23px;
	padding: 12px 10px 5px 20px;
	color: #cc0000;
	font-weight: bold;
	background: url('/siteadmin/media/images/bg_main_mainMenuItem.gif') repeat-x;
	cursor: pointer;
}

#mainMenuItem a {
		text-decoration: none;
}

#mainMenuItemDivider {
	width: 100%;
	height: 10px;
	background: #e9eaea;
	border-bottom: 1px solid #d1d1d1;
}

#subMenuItem {
	width: 180px;
	padding: 5px 5px 5px 35px;
	font-weight: normal;
	background: #e9eaea;
	cursor: pointer;
}

#subMenuItem:hover {
	background: #f9f8f8;
	text-decoration: none;
	cursor: pointer;
}

#subSubMenuItem {
	width: 170px;
	padding: 5px 5px 5px 45px;
	font-weight: normal;
	background: #e9eaea;
	color:#000000;
	cursor: pointer;	
}

#subSubMenuItem:hover {
	background: #f9f8f8;
	text-decoration: none;
	cursor: pointer;
}

#upload_header {
	padding: 15px 10px 5px 175px;
	width: 100%;
	height: 31px;
	text-align: left;
	background: url('/siteadmin/media/images/bg_main_headerLeeroxMS.gif') repeat-x;
}

#upload_header h1 {
	color: #ffffff;
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 30px;
	font-weight: bold;
	letter-spacing: 2px;
}




/* Classes */
.infoIcon {
	vertical-align: middle;
}

.menuIcon {
	margin: 0px 10px 0px 0px;
	vertical-align: middle;
}

.centered {
	text-align: center;
}

.headerButton {
	height: 29px;
	width: 103px;
	padding: 9px 5px 0px 8px;
	float: right;
	color: #cc0000;
	font-weight: bold;
	background: url('/siteadmin/media/images/btnUp_header_blank.gif') no-repeat;
}

.headerButton:hover {
	background: url('/siteadmin/media/images/btnDn_header_blank.gif') no-repeat;
	cursor: pointer;
}

.hr {
	overflow: hidden;
	height: 1px;
	border-top: 1px solid #cccccc;
}

.inline {
	float: left;
	display: inline;
}

.floatLeft {
	float: left;
}

.formButton { 
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;	
	font-size: 11px; 
	border: 1px outset; 
	color: #444444; 
	background-color: #EFEFEF;
	height: auto;
	width: auto;
}
.formButtonOver {
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #CDCDCD;
	border: 1px outset;
	color: #444444;
	height: auto;
	width: auto;
}
.formField {
	padding:0px 0px 0px 2px;
	margin:1px 0px 1px 0px;
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	border: 1px solid #999999;
}

.requestInfo {
	color: #009900;
	font-weight: bold;
}

.requestError {
	color: #ff0000;
	font-weight: bold;
}

.resultTable td {
	padding: 5px 2px 5px 10px;
}

.resultTable td.title {
	background: #CCCCCC;
}

.resultTable td.evenRow {
	background: #EBEBEB;
}

.resultTable td.oddRow {
	background: #F9F9F9;
}

.resultTable td.stockAlertRow {
	background: #ffdfdf;
	color: #ff0000;
	font-weight: bold;
	border-top: 1px solid #ff0000;
	border-bottom: 1px solid #ff0000;
}

.textError {
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;	
	font-style: italic;
}

.textSuccess {
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #009900;
	text-decoration: none;
	font-weight: bold;	
	font-style: italic;
}
.textBlack {
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.textBlack a:link {
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: 11px;	
	color: #000000;
	text-decoration: none;
	font-weight: bold;	
}
.textBlack a:visited {
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: 11px;	
	color: #000000;
	text-decoration: none;
	font-weight: bold;	
}
.textBlack a:hover {
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: 11px;	
	color: #000000;
	text-decoration: underline;
	font-weight: bold;	
}
.textGrey {
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #555555;
	text-decoration: none;
}
.textGrey a:link {
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: 11px;	
	color: #555555;
	text-decoration: none;
	font-weight: bold;
}
.textGrey a:visited {
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: 11px;	
	color: #555555;
	text-decoration: none;
	font-weight: bold;
}
.textGrey a:hover {
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: 11px;	
	color: #555555;
	text-decoration: underline;
	font-weight: bold;
}