img {
	border: 0px;
}

body {
	background: #ffffff;
	font-family: verdana, arial, sans-serif;
	font-size: 70%;
	margin: 5px 0px 0px 25px;
	padding: 0px;
	text-align: left;
	color: #333;
}

h1, h2, h3 {
	font-size: 130%;
	color: #555;
	margin: 0px;
	padding: 0px; 
}

h1 {
  font-size: 140%; 	
}

h4, h5 {
	font-size: 110%;
	margin: 0px;
	padding: 0px; 
}

p {
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 110%;
  text-align: left; 
}

a {
	color: #666;
	text-decoration: none; 
}

a:hover {
  text-decoration: underline; 	
}

select {
  border: 1px solid #FBCAD5;
  font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
  font-size: 100%;
  padding: 2px;
}

td {
	font-size: 100%;
	text-align: left; 
}

td.label {
  font-size: 100%; 
  text-align: left;
  color: #666666;
}

th.date,
td.date,
th.numeric,
td.numeric {
	text-align: right;
}

form,
h1,
h2 {
	margin: 0px;
	padding: 0px;
}

pre {
	color: black;
	background: #efefef;
	font-size: 160%;
}

textarea {
	width: 100%;
	height: 70px;
	overflow: auto;
}

fieldset{
	border: 1px solid #cccccc;
	padding: 10px 10px 10px 10px;
}

legend {
	color: #777;
	padding: 0px 5px 0px 5px;
}

td {
	vertical-align: top;
}

ol {
	margin-top: 2px;
}

li {
	margin-left: -10px;
}

span.underline {
	text-decoration: underline;
}

span.highlight {
	background: #fffccc;
}

#top_menu div#logo {
	margin-top: 10px;
	width: 18%;
	float: left;	
}

#top_menu div#client_section {
	margin: 15px 15px 0px 0px;
	width: 79%;
	float: right;
}

#top_menu div#client_section table.login {
	margin: auto;
}

#navigation {
	margin-top: 10px;
	width: 100%;
	border-collapse: collapse;
}

#navigation td {
	background-image: url(/images/menu.png);
	background-repeat: repeat-x;
	color: white;
	padding-left: 0px;
}

#sub_navigation {
	background: #EFECE4;
	padding: 8px;
	float: left;
	width: 15%;
}

#sub_navigation h1{
	font-size: 100%;
	margin-bottom: 10px;
}

#sub_navigation div.toggle_tab {
	padding-bottom: 5px;
	border-bottom: 1px dashed #E7D6C1;
}

#sub_navigation div.toggle_tab_selected a {
	color: #615513;
}

#sub_contents {
	float: right;
	width: 80%;
}

table.login td {
	padding-right: 5px;
}

table.login input#client_username,
table.login input#client_password {
	width: 100px;
	border-top: 1px solid #C3C2BE;
	border-left: 1px solid #C3C2BE;
	border-right: 1px solid #E6E5E0;
	border-bottom: 1px solid #F3F2F0;
}

table.contact {
	width: 100%;
}

table.contact label {
	color: #999;
}

table.contact input#client_email,
table.contact textarea#client_body {
	width: 100%;
	border-top: 1px solid #C3C2BE;
	border-left: 1px solid #C3C2BE;
	border-right: 1px solid #E6E5E0;
	border-bottom: 1px solid #F3F2F0;
}

#breadcrumb {
	margin-top: 10px;
	color: #999;
	font-size: 90%;
	font-family: verdana;
}

#breadcrumb a {
	color: #555;
}

#page {
	margin: 8px 30px 0px 0px;
}

.flash_notice {
	padding: 11px;
	border: 1px solid #E2C822;
	background: #FFF9D7;
	margin-bottom: 10px;
}

.flash_error {
	padding: 11px;
	border: 1px solid #FFBFBF;
	background: #ffe6e6;
	margin-bottom: 10px;
}

#footer {
	margin: 20px 0px 20px 0px;
	text-align: center;
	font-size: 80%;
	color: #999999;
}

.clear_fix:after {
	content: ".";
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
 }
 
.clear_fix{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear_fix{height: 1%;}
.clear_fix{display: block;}
/* End hide from IE-mac */  

.display_inline {
	display: inline;
}

.align_right {
	text-align: right;
}

.align_center {
	text-align: center;
}

.formError {
	color: red;
	background: inherit;
}

.field_hint {
	color: #999999;
	font-size: 85%;
}

.pagination {
	text-align: center;
	margin-top: 20px;
}

.pagination_table {
	margin-left: auto; 
	margin-right: auto;
}

.pagination_td {
	vertical-align: bottom;
	text-align: right;
	padding: 4px;
}

.pagination_prev_next_link {
	color: #666666;
	background: inherit;
	font-weight: bolder;
}

.pagination_selected_page {
	color: #00000;
	background: inherit;
	font-weight: bolder;
}

.js_link {
	font-size: 90%;
}

.js_link a {
	color: #666;
}

div.heading {
	margin-bottom: 10px;
	font-weight: lighter;
}

.img_right {
	float: right;
	margin: 0px 0px 10px 15px;
}

.offer {
	padding: 8px;
	background: #eee;
}

.offer h1 {
	color: #666;
	font: 100% verdana;
}