h1, h2, h3, h4, h5, h6 {
	font-family:  Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:	#000000;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	}
h1 {
	font-size: 14px;
	margin-left: 5px;
	}
.adminNav {
	font-family:  Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:	#000000;
	font-size: 11px;
	position: relative;
	left: 0px;
	top: 0px;
	padding: 2px 2px 2px 2px;
	margin: 0px 0px 0px 0px;
	width: 100%;
	height: 18px;
	background-color: #d4d0c8;
	}
	
.adminNav A, .adminNav A:visited {
	color: #000000;
}

.adminNav A:hover, .adminNav A:visited:hover {
	color: #000000;
	text-decoration: underline;
}
	
.adminNav img {
	border: 0px none;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
	vertical-align: bottom;
}

.nav_freetext {
	position: relative;
	left: 0px;
	top: 0px;
	background-color: #CCCCFF;
	padding: 5px 0px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #666666;
	width: 530px;
	height: 16px;
	text-indent: 5px;
	}
.design_mode {
	position: relative;
	left: 0px;
	top: 0px;
	background-color: #EEEEEE;
	padding: 2px 2px 2px 10px;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #666666;
	width: 100%;
	height: 10px;
	}
.header {
	position: relative;
	width: 100%;
	padding: 5px 0px;
	background-color: #EEEEEE;
	border-bottom: 1px solid #CCCCCC;
	}
.content {
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
	}
	
/* Styles for forms */
form {
	padding: 0px;
	margin: 0px;
	}
	
/* This allows form elements in the top nav */
.form_layout {
	padding: 0px;
	margin-left: 5px;
	}
	
legend {
	padding: 3px;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	}
fieldset {
	padding: 3px;
	border: 1px solid #CCCCCC;
	margin: 3px;
	background-color: #FFFFFF;
	}
.bold {
	font-weight: bold;
	}
select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 300px;
	vertical-align: middle;
	}
select.freetext {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: auto;
	vertical-align: middle;
	}
input {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: middle;
	}
/* Used to set the input field size for text (&file in IE), including this in input resizes radio buttons in Netscape and effects spacing in IE */	
input.text {
	width: 300px;
	}
input.button {
	margin: 5px;
	padding: 3px;
	border: 2px;
	background-color: #EEEEEE;
	width: 100px;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	border-style: outset;
	}
input.button_highlight {
	margin: 5px;
	padding: 3px;
	border: 2px;
	background-color: #cccccc;
	width: 100px;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration : underline;
	border-style: inset;
	}
textarea {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 300px;
	height: 50px;
	vertical-align: middle;
	}
textarea.freetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	width: 512px;
	height: 400px;
	}

/* Using div, span & float to create the effect of using table columns and rows to format forms & expanding list, very nice! */
div.controls {
	width: 95%;
	margin: 5px;
	text-align: right;

}

div.row,
div.row_highlight  {
	
	padding: 2px 0p 2px 5px;
	
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-style: solid;
	border-right-style: solid;
	
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	
	width: 98%;
	float:left;
	min-height: 20px;
	clear:both;
}

div.row_freetext {
	padding: 2px 0p 2px 5px;
	position: relative;
	}
div.row_highlight {
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	}
div.row_place_here {
	padding: 2px 0p 2px 40px;
	position: relative;
	height: 16px;
	border: 0px;
	}
div.row_form {
	position: relative;
	height: 20px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	}	
span.page {
	float: left;
	width: 200px;
	color: #000000;
	text-align: left;
	}
span.column {
	float: right;
	width: 120px;
	color: #000000;
	text-align: left;
	}
span.location {
	float: right;
	width: 300px;
	color: #000000;
	text-align: left;
	}
span.icon {
	float: right;
	width: auto;
	color: #000000;
	text-align: left;
	padding-right: 5px;
	}		
span.label {
	float: left;
	width: 200px;
	color: #000000;
	padding-right: 5px;
	text-align: right;
	}
span.adminLeft {
	vertical-align: middle;
	font-size: 8pt;
	float: left;
	width: auto;
	padding: 0px 10px 0px 0px;
	text-align: left;
	position: relative;
	border-right-width: 2px;
	border-right-style: groove;
	border-right-color: #FFFFFF;
	}
span.adminRight {
	vertical-align: middle;
	font-size: 8pt;
	float: right;
	width: 80;
	padding: 0px 10px 0px 0px;
	text-align: left;
	position: relative;
	border-left-width: 2px;
	border-left-style: groove;
	border-left-color: #FFFFFF;
	}
span.adminRightLogo {
	float: right;
	width: 40;
	padding: 0px 10px 0px 10px;
	position: relative;
	border-left-width: 2px;
	border-left-style: groove;
	border-left-color: #FFFFFF;
	}
span.freetext {
	float: left;
	width: auto;
	text-align: left;
	position: relative;
	padding: 1px 0px 1px 1px;
	margin: 0px 0px 0px 0px;
	}
span.freetext_seperator {
	float: left;
	width: auto;
	text-align: left;
	position: relative;
	border-right-width: 2px;
	border-right-style: groove;
	border-right-color: #FFFFFF;
	padding: 1px 0px 1px 1px;
	margin: 0px 0px 0px 0px;
	}
/* standard settings for images, saves typing */

span.freetext img, span.freetext_seperator img{
	border: 0px none;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
	vertical-align: middle;
}

/* Style for tree item cursor */
.trigger{
	cursor: pointer;
	cursor: hand;
}
/* Style for tree item that hides branches & gets changed to display: block; by JavaScript to show branch. */
.branch{
	display: none;
	margin-left: 11px;
}

#error {
	color:	#FF3333;
}


div.adminHeadTop {
	width: 100%;
	padding: 0px 0px 0px 0px;
	position: relative;
	border-width: 0px;
	background-image: url(/images/admin_head_bk_top.gif);
	background-color: #d4d0c8;
}
div.adminHeadBot {
	width: 100%;
	padding: 0px 0px 0px 0px;
	position: relative;
	border-width: 0px;
	background-image: url(/images/admin_head_bk_bot.gif);
	background-color: #d4d0c8;
}

div.adminInBody,  {
	font-family:  Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:	#000000;
	font-size: 11px;
	padding: 0px 0px 3px 2px;
	margin: 2px 2px 2px 10px;
	position: relative;
	border-width: 2px;
	width: 99%;
	border: solid 1px #eeeeee;
	border-top: 0px;
}

div.adminInBody img {
	border: 0px none;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
	vertical-align: bottom;
}

div.blackLine,  {
	background-color: #000000;
	width: 100%;
}




#contentDiv {
  font-size: .7em;
}

/* Start MAIN TABS */
div.tabArea {
  font-size: 80%;
  font-weight: bold;
  width: 90%;
}

a.tab {
  background-color: #f0f0f0;
  border: 1px solid #000000;
  border-bottom-width: 0px;
  padding: 2px 1em 2px 1em;
  position: relative;
  text-decoration: none;
  top: -1px;
  z-index: 100;
}

a.tab, a.tab:visited {
  color: #808080;
}

a.tab:hover {
  background-color: #d0d0d0;
  color: #606060;
}

a.tab.tabOn, a.tab.tabOn:hover, a.tab.tabOn:visited {
  background-color: #c0c0c0;
  color: #000000;
}
a.tab.tabOn {
  z-index: 102;
}
div.tabMain {
  background-color: #c0c0c0;
  border: 1px solid #000000;
  padding: 1em;
  position: relative;
  z-index: 101;
  width: 70%;
}

div.tabWrapper {
  width: 100%;
}
div.tabContent {
  background-color: white;
  border: 1px solid #000000;
  padding: 1em;
  width: 100%;
  height: 500px;
  overflow: auto;
}
/* End MAIN TABS */



/* Start Product Admin Headings */
div.heading {
  background-color: #c0c0c0;
  border: 1px solid #000000;
}

table td.productName {
  
  font-weight: bold;
}

table td.heading {
  font-weight: bold;
}

/* End Product Admin Headings */


/* Start Add Product Table */
div.addProductFormContent {
  text-align: left;
}

div.addProductFormHeader {
  display: inline;
  float: left;
  width: 320px;
}
div.formKey {
  display: inline;
  float: left;
  width: 22%;
  height: 24px;
}
div.formValue {
  display: inline;
  float: left;
  width: 25%;
  height: 24px;

}

input.formValue {
  border: 1px solid #ccc;
}

input.formValueReadonlyBig {
  border: 0px;
  width: auto;
}

input.formValueReadonlySmall {
  border: 0px;
  width: auto;
}

input.formValueReadonlyTiny {
  border: 0px;
  width: auto;
}


div.formButtons {
  width: 605px;
  text-align: right;
}
/* End Add Product Table */





/* TABLES */
TABLE.data {
	clear: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	
}

TABLE.data TH {
	background-color: #eee;
	border-top: solid 1px #ccc;
}
TABLE.data TH A:link,
TABLE.data TH A:link:visited {
	
}
TABLE.data TH IMG {
	vertical-align: bottom;
	margin-left: 2px;
}
TABLE.data TH,
TABLE.data TD {
	margin: 0px;
	padding: 2px 1px 2px 1px;
	text-align: left;
	font-size: 11px;
}
TABLE.data TD {
	border-top: solid 1px #E5E0E5;
}
TABLE.data TH.right,
TABLE.data TD.right {
	text-align: right;
}
TABLE.data TH.center,
TABLE.data TD.center {
	text-align: center;
}

TABLE.data TD.nextLast {
	margin: 0px;
	padding: 4px 2px 4px 2px;
	text-align: center;
}
TABLE.data TD.nextLast A IMG {
	margin: 0px 3px 0px 3px;
	padding: 0px;
	vertical-align: middle;
}
/* TABLES */