/* 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;
}

ul.nav {
	padding:0px;
}

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: 0px 25px 10px 25px;
	text-align: left;
	position: relative;
}

#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: 42px;
	padding: 10px 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_right {	border:0px solid;	border-collapse:collapse; }
#table_right td {	border:0px solid;	border-collapse:collapse; padding:1px; vertical-align:top; }

#table_content td.navigation {
	width: 220px;
	vertical-align: top;
	background:#e9eaea;
}

#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-color:#ffffff;
	background: url('/siteadmin/media/images/bg_main_mainMenuItem.gif') repeat-x;
	cursor:pointer;
	display:block;
	list-style:none;
}

#mainMenuItem a {
		text-decoration: none;
}

#mainMenuItemDivider {
	width: 100%;
	height: 10px;
	background: #e9eaea;
	border-bottom: 1px solid #d1d1d1;
	padding:0px;
}

#subMenuItem {
	padding: 5px 5px 5px 35px;
	font-weight: normal;
	background: #e9eaea;
	cursor:pointer;
	display:block;
	list-style:none;
}

#subMenuItem:hover {
	background: #f9f8f8;
	text-decoration: none;
	cursor: pointer;
}
#subMenuItem a:hover {
	background: #f9f8f8;
	text-decoration: none;
	cursor: pointer;
}

#subSubMenuItem {
	width: 170px;
	padding: 5px 5px 5px 45px;
	font-weight: normal;
	background: #e9eaea;
	color:#000000;	
}

#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;
}
.wineHR {
	color:#CC0000; 
	width: 660px; 
	margin: 10px 0 10px 0;
}

.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 solid #999999;
	color: #444444;
	height: auto;
	width: auto;
	vertical-align:middle;
}
.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 {
	border:1px solid #bbbbbb; border-collapse:collapse;
}
.resultTable tr.evenRow:hover{
	background-color:#dedede;
}
.resultTable tr.oddRow:hover{
	background-color:#dedede;
}
.resultTable td {
	height: 20px;
	padding: 2px 0px 2px 5px;
	text-align:left;
	vertical-align:middle;
	font-size:12px;
}

.resultTable tr.title {
	background: #bbbbbb;
	font-weight:bold;
}

.resultTable tr.evenRow {
	background: #EBEBEB;
	font-size:13px;
}

.resultTable tr.oddRow {
	background: #F9F9F9;
	font-size:13px;
}

.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;
}
.pagingLinks a { margin-left:3px; padding:1px 5px; border:1px solid #ff9999; color:#cc0000; font-weight:normal; line-height:20px;}
.pagingLinks a:hover { border:1px solid #cc0000; color:#cc0000; text-decoration:none; font-weight:normal;}
.pagingNoLinks { margin-left:3px; padding:1px 5px; border:1px solid #ff9999; color:#CCCCCC; font-weight:normal; line-height:20px;}
.pagingNums a { margin-left:3px; padding:1px 7px; border:1px solid #ff9999; color:#cc0000; font-weight:normal; line-height:20px;}
.pagingNums a:hover { border:1px solid #cc0000; color:#cc0000; text-decoration:none; font-weight:normal;}
.pagingCurr{ margin-left:3px; padding:1px 6px; border:1px solid #cc0000; background-color:#cc0000; color:#ffffff; font-weight:bold; text-align:center; line-height:20px;}


/* FORMS */
label {
	width: 10em;
	float: left;
	text-align: right;
	white-space: nowrap;
	margin-right: 1em;
	display: block;
	font-weight: bold;
	vertical-align: bottom;
	/*border: 1px solid #000;*/
}
label em {
	font-weight:bold;
	color:#CC0000;
}

input, select, textarea {
	padding:0px 0px 0px 2px;
	margin:1px 0px 5px 0px;
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	border: 1px solid #999999;
	vertical-align: middle;	
}
input.submit
{
	margin-top: 10px;
	margin-left: 12em;
}
input.cancel
{
	margin-top: 10px;
	margin-left: 12em;
}
.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 solid #999999;
	color: #444444;
	height: auto;
	width: auto;
	vertical-align:middle;
}