html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(/images/main/background2.jpg);
	margin: 0px;
}
a, a:link, a:visited, a:active{
	color: #0066CC;
	text-decoration: none;
}
a:hover{
	color: red;
	text-decoration: underline;
}

#page_holder{
	margin: 10px auto;
	width: 680px;
}
#header{
	background-image: url(/images/tabs/header1.png);
	background-repeat: no-repeat;
	width: 680px;
	height: 134px;
	float: left;
}
#header a {
	display: block;
	height: 134px;
	width: 100%;
}
#header h1{ display: none; }

#main_content{
	background-image: url(/images/tabs/bg-fill1.png);
	background-repeat: repeat-y;
	float: left;
}
#tab-holder{
	background-image: url(/images/tabs/tabs1.png);
	width: 680px;
	padding: 0px;
	float: left;
	font-size: 0.8em;
	min-height: 547px;
	background-repeat: no-repeat;
}
#content-tab{
	float: left;
	width: 570px;
	margin-left: 40px;
	
}
#tab-content{
	width: 70px;
	float: left;
}
#tab-content ul, #tab-content ul li{
	list-style: none;
	margin: 0;
	padding: 0;
}
#tab-content a{
	display: block;
	height: 103px;
}

#main_content h2{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.smaller{ font-size: 0.9em; color: #666; }
.full_label{ width: 100%; text-align: left; margin-top: 10px; }
#footer{
	float: left;
	width: 680px;
	height: 35px;
	background-image: url(/images/tabs/footer1.png);
	color: #999;
	font-size: 0.6em;
	text-align: center;
}
img{ border: none; }
input{
	background-color: #f9f9f9;
	border-bottom: solid 1px #666;
	border-right: solid 1px #666;
	border-left: solid 1px #ccc;
	border-top: solid 1px #ccc;
}
.error{ color: red; text-align: center}
form textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding: 3px;
}
form label em{ color: red; }
form br{ clear: both; }
form label{
	display: block;
	float: left;
	width: 160px;
	text-align: right;
	margin: 2px;
}
form input, form select{
	display: block;
	float: left;
	width: 180px;
	padding: 1px;
	margin: 2px;
}
form select{ width: 350px; }

fieldset{
	padding: 1em;
	border: solid 1px #ccc;
}
fieldset legend{ font-size: 1.2em; }
.submit-button{margin-left: auto; margin-right: auto; float:none; margin-top: 20px; width: auto;}
#logon {
	width: 500px;
	margin-top: 150px;
	margin-right: auto;
	margin-left: auto;
}
#logon-fieldset label{
	width: 165px;
	margin: 0.5em 0.7em;
}
#logon-fieldset input{
	width: 180px;
	margin: 0.5em;
	padding: 2px;
}
#table-links li, #table-links{
	list-style: none;
	margin:0;
	padding:0;
	display: inline;
	text-align: center;
}
.full-width-table{
	width: 95%;
	margin: 5px auto;
	border: solid 1px;
	border-color: #eee #999 #999 #eee;
}
.full-width-table th{ background-color: #aaa; font-weight: bold; padding: 2px; }
.full-width-table td{ background-color: #eee; padding: 2px;}
td.hover, tr.hover
{
	background-color: #ddd;
}
em.highlight{ color: #36c; }

.suggestionsBox {
	position: relative;
	left: 30px;
	margin: 10px 0px 0px 0px;
	width: 200px;
	background-color: #999;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 1px solid #333;	
	color: #000;
	/*clear: left;*/
	z-index: 10;
}

.suggestionList {
	margin: 0px;
	padding: 0px;
}

.suggestionList li {
	
	margin: 0px 0px 3px 0px;
	padding: 3px;
	cursor: pointer;
	list-style: none;
}

.suggestionList li:hover {
	background-color: #659CD8;
}

	
.ac_results {
	border: 1px solid gray;
	background-color: white;
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	z-index: 10000;
	display: none;
	font-size: 12px;
	
}

.ac_results li {
	padding: 2px 5px;
	white-space: nowrap;
	color: #101010;
	text-align: left;
}

.ac_over {
	cursor: pointer;
	background-color: #F0F0B8;
}

.ac_match {
	text-decoration: underline;
	color: black;
}
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }
.quick-list {
	list-style-image: url(/images/icons/bullet_go.png);
}
ul{
	list-style-image: url(/images/icons/bullet_blue.png);
}
.highlight-row td{ background-color: #fbb; }

.td_green td{ background-color: #0c9; }
#customer_notes {
	font-family: 'Comic Sans MS', cursive;
	font-size: 12px;
	width: 475px;
	margin: 0 auto;
	background: url(../images/notes.png) no-repeat top left;
	border: none;
	padding: 62px 29px 50px 36px;
}

div#menu, #admin-menu {
	width: auto;
	font-size: 0.7em;
	margin-left: 30px;
	margin-top: 8px;
	position: relative;
	border: none;
}

div#menu ul {margin:0px; padding:0px; background: #FFFBF4}

div#menu li {left:0px; position: relative; margin:0; padding:0; list-style: none; float: left; line-height: 16px;}

div#menu ul li a { 
	display:block; 
	padding: 0.2em;
	margin: 0.1em;
	border: solid 1px #e9e4db;
	background-color: #faf5ec;
	text-decoration: none; 
}

div#menu ul li a:hover { color:#333; background-color:#fff; }
div#menu ul.level2 li a, div#menu ul.level3 li a {display:block; }
div#menu ul ul {position: absolute; width: 230px; display: none; z-index:10}
div#menu ul ul li { width: 100%; }
div#menu ul.level2 li:hover a, div#menu ul.level3 li:hover a, div#menu ul.level4 li:hover a {color:#333; background-color:#fff;  }
div#menu li.level0:hover ul.level2 { display:block; }
div#menu ul.level2 li.submenu:hover ul.level3 {display:block;}
div#menu ul.level3 li.submenu:hover ul.level4 {display:block;}
div#menu ul.level2 {top: 21px; left: 0px; border: 1px solid #CCCCCC;}
div#menu ul.level3 {top: 0px; left: 200px; border: 1px solid #CCCCCC;}
div#menu ul.level4 {top: 0px; left: 200px; border: 1px solid #CCCCCC;}
#locked-page{
	background-color: #fbb; 
	border-bottom: solid 1px red;
	padding: 3px;
	font-size: 1em;
	text-align: center;
}
.no-style-form label{ display:inline; width: auto; }
.no-style-form input{ width: auto; float: none; display: inline; }