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 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: 100%;
	margin: 5px;
	text-align: right;

	}
div.row {
	padding: 2px 0px;
	position: relative;
	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;
	height: 16px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	}
div.row_freetext {
	padding: 2px 0px;
	position: relative;
	}
div.row_highlight {
	padding: 2px 0px;
	position: relative;
	height: 16px;
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	}
div.row_form {
	position: relative;
	height: 20px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	}	
span.page {
	float: left;
	width: 300px;
	color: #000000;
	text-align: left;
	}
span.column {
	float: right;
	width: 120px;
	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 {
	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 {
	float: right;
	width: 100px;
	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: 40px;
	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;
	margin: 2px 2px 2px 10px;
	position: relative;
	border-width: 2px;
	width: 80px;
}

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%;
}

img {
	border: 0px none;
}	
