html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 100%/120% Geneva, Arial, Helvetica, sans-serif;
	}


h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 0;
	padding: 2px 0;
	}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote { margin-left: 1em; }

/* Miscellaneous conveniences: */
form label { cursor: pointer; }

fieldset { border: none; }

/* Form field text-scaling */
input, select, textarea {
	font-size: 100%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}
	


body { background: #000 url(/website/images/body_bg1.jpg); }

#container,
#footer {background: #000;
	margin: 0 auto;
	width: 984px;
	}



#top {background: #000;
	margin: 0 auto;
	height: 32px;
	width: 996px;
	}
	
#top .login,
#top .logout { float: left; }

#top .login form {
	margin: 0;
	padding: 0;
	}
	
#top .links { float: right;	}
	


#container {
	padding: 6px;
	background: #000;
	}
	


#wrapper {
	background: #dddbdb;
	border: 1px solid #cfcfcf;
	}
	

	
#header {
	background: #000 url(/website/images/header_bg.jpg) top left repeat-x;
	height: 60px;
	border-bottom: 1px solid #cfcfcf;
	}
	
#header .live_help { float: right; }


	
#content { width: 982px; }
	


#menu {
	float: left;
	width: 200px;
	}



#page {
	float: right;
	margin: 0;
	padding: 0;
	
	width: 782px;
	}

.menu_no #page {
	float: left;
	width: 982px;
	}



#sidebar {
	float: right;
	width: 180px;
	height: 100%;
	min-height: 480px;
	margin: 0;
	padding: 0;
	}


	
#blackout {
	background: #97a9c0 url(/website/images/blackout_2.jpg);
	height: 32px;
	}
	
#blackout .pad { float: left;
padding-top: 8px;
 }


#footer { margin-top: 6px; }

#footer .links {
	float: left;
	padding-bottom: 6px;
	}
	
#footer .copyright {
	float: right;
	padding-bottom: 6px;
	}





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

#content form table { margin: 0; }
#content form table td { margin: 0; vertical-align: top; }

div.section_header,
form div.section_header {
	margin: 0 0 15px 0;
	padding: 0 5px 1px 5px;
	border-top: 1px solid #cfcfcf;
	background: #f6f6f6 url(/website/images/dots_grey.gif) bottom left repeat-x;
}

#content div.section_header h1,
#content form div.section_header h1 {
	font-size: 16px;
	color: #5ba2ce;
	padding: 13px 20px 5px;
	border-bottom: 0 none;
}

#content div.section_header h1.blue,
#content form div.section_header h1.blue {
	color: #396682;
	}

#content div.section_header h1.gold,
#content form div.section_header h1.gold {
	color: #cfae5b;
	}

#content div.section_header h1 { margin: 0; }

div.section_header p,
form div.section_header p { 	
	margin: 0;
	padding: 0;
	color: #777;
	line-height: 17px;
}

#content form table.section {
	margin: 0 20px 20px 20px;
	padding: 0;
}

form table.section td { 
	padding: 2px;
	vertical-align: top;
}

form table.section caption {
	text-align: left;
	font-weight: bold;
	}


form table h2 { 
	color: #777;
	padding: 0 5px 7px;
	border-bottom: 1px solid #ccc;
}

form div.controls { 
	margin-bottom: 30px;
	padding: 20px 25px;
	background: transparent url(/website/images/dots_grey.gif) top left repeat-x;
}

form td.button { 
	background: url(/website/images/dots_grey.gif) top left repeat-x;
}

form table td label {
	display: block;
	width: 125px;
}

form table td label.inline {
	display: inline;
}

form table td .small { width: 75px; }
form table td .medium { width: 125px; }
form table td .large { width: 175px; }


#content form table td input,
#content form table td textarea,
#content form table td select,
form table td input,
form table td textarea,
form table td select {
	font-size: 12px;
}
form table td textarea {
	width: 98%;
	height: 100px;
}

form table td label.required { 
	font-weight: bold;
}

form table td input.required,
form table td textarea.required,
form table td select.required {
	background: #f6f6f6;
}

form table td span.note {
	font-size: 80%;
	font-style: italic;
	color: #777;
}

#emarket_cp input.button,
input.button,
form input.button {
	width: 90px;
	height: 24px;
	color: #fff;
	font-weight: bold;
	border: 1px solid #999999;
	background: #fbba55;
	cursor: pointer;
}

input.blue,
form input.blue {
	border: 2px solid #396682;
}

input.gold,
form input.gold {
	border: 2px solid #cfae5b;
}

/*******************************************************************
	Errors
*******************************************************************/

label.errors_field { background: url(/website/images/arrow.png) center right no-repeat; }

label.errors_field { color: red; }
span.errors_field { 
	display: block;
	width: 100%;
	color: red;
	padding: 3px;
	background: #fddbdb;
}

#content form h1 { margin: 0; padding: 0; }

#content form div.errors {
	margin: 0 0 25px;
	padding: 0 0 10px;
	background: #f6f6f6 url(/website/images/dots_grey.gif) bottom left repeat-x;
}

#content form div.errors h1 {
	color: #fff;
	font-size: 16px;
	margin: 0 0 10px;	
	padding: 20px 60px 23px;
	border-top: 3px solid #555;
	background-color: #db4242;
	}

#content .error_title {	background: url(website/images/dialog-warning.gif) 10px 5px no-repeat; }

#content form div.errors ul { margin-left: 70px; }
#content form div.errors p { margin-left: 70px; }

a.tooltip {
	position: absolute; top: 4px; left: 200px;
	z-index: 50;
}
a.tooltip:hover {
	z-index: 100;
	text-decoration: none;
	color: #000;
}
a.tooltip img {
	border: none;
}
a.tooltip span {
	display: none;
	font-size: 1.0em;
}
a.tooltip:hover span {
	width: 220px; padding: 5px 10px;
	position: absolute; top: 2em; left: -17em; display: block;
	text-align: left;
	background-color: #ffc; border: 1px solid #000; color: #000;
}
.shorter { width: 206px; }