body {
	font: 0.75em Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	background: #fff url(../images/bg-header.gif) repeat-x;
}

#container {
	float: left;
	display: inline;
	margin: 32px auto;
	width: 800px;
	font: 0.9em Verdana, Arial, Helvetica, sans-serif;
	padding-left: 16px;
	
	min-height: 400px;
}

#header {
	height: 80px;
	margin: 0;
	overflow: hidden;
}
#logo h2 {
	text-indent: -2000em;
}
#logo h2 a {
	display: block;
	width: 160px;
	height: 80px;
	background: url(../images/logo.gif) no-repeat;
}



#admin_panel {
	float: right;
	display: inline;
	margin: 72px 16px 0 0;
	height: 16px;
}

#main_container {
	text-align: left;
	padding: 16px;
	background: #fff;
	
	min-height: 360px;
}

#footer {
	width: 800px;
	margin: 8px auto;
	border: 1px solid #687d8a;
	background: #fff;
	height: 34px;
	
	text-align: left;
}
#footer_nav {
	float: left;
	display: inline;
	padding: 10px 16px 8px;
}

#site {
	float: right;
	display: inline;
	padding: 10px 16px 8px;
}

a {
	color: #369;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #036;
}

h1 {
	font: 1.6em Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0 12px;
	color: #036;
	/*background: url(../images/h.gif) top left no-repeat;
	padding: 8px 0;*/
}
.alertB {
	font: 1.6em Arial, Helvetica, sans-serif;
	margin: 0 0 12px;
	color: #036;
	/*background: url(../images/h.gif) top left no-repeat;
	padding: 8px 0;*/
}
.alertC {
	font: 1.6em Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0 12px;
	color: #036;
	/*background: url(../images/h.gif) top left no-repeat;
	padding: 8px 0;*/
}
br {
	clear: both;
}

.hide{
	display: none;
}

/* List */
textarea {
	width: 300px;
	height: 70px;
	margin: 0 0 2px;
}
select, input, label, textarea {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	padding: 4px;
	float: left;
	display: inline;
	color: #333;
}
input[type=hidden] {
	display: none;
}
label {
	padding-left: 0;
	text-align: left;
	cursor: default;
}
input[type=submit], input[type=button] {
	padding: 6px;
}
input.inline {
	padding: 6px;
	margin: -4px 0 0 4px;
}
table.list th, table.list td {
	padding: 4px;
}
label, input[type=text], select {
	width: 120px;
	margin: 0 2px 2px 0;
}
input.input-2 {
	width: 32px;
}
input[type=text], input[type=password], select, textarea {
	background: #eee;
	border: 1px solid #ccc;
}
select {
	padding: 3px 2px;
	width: 130px;
}
input.time {
	width: 28px;
	margin-right: 2px;
}
select.time {
	width: 50px;
}

.toggle_title {
	padding: 4px;
	background: #eee;
	display: block;
	border: 1px solid #999;
	margin: 4px 0 0;
}
.toggle_field {
	display: none;
	margin: 0 0 8px;
	padding: 8px;
	border: 1px solid #ccc;
	border-width: 0 1px 1px 1px;
}
.listing tr.bg {
	background: #eee;
}

.listing tr:hover, .listing tr.bg:hover {
	background: #ccf;
}

.listing th {
	font-weight: bold;
	background: #ddd;
	padding: 4px;
	color: #036;
}

.listing td {
	padding-left: 4px;
	padding-right: 4px;
}


#export_fields input {
	float: none;
}

.val_error {
	float: right;
	padding: 4px;
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	color: #c00;
}
.details-col {
	float: left;
	display: inline;
	margin-right: 16px;
}
.details-col textarea {
	width: 200px;
}
.pp_error {
	padding: 8px;
	background: #fdd;
	border: 1px solid #c66;
}
.pp_error_title {
	font-weight: bold;
}
.pp_error ul {
	margin-bottom: 0;
	list-style: disc;
}
input.phone3 {
	width: 28px;
}
input.phone4 {
	width: 40px;
}
input.emailField {
	width: 200px;
}
input.emailSubjectField {
	width: 400px;
}
.alertA{
	color: #036;
}
td.center{
	text-align:center;
}

p.success, p.error {
	padding: 0.8em 1.2em;
	margin: 0 0 1em;
}
p.success {
	background: #cf9;
	color: #360;
	border: 1px solid #9c6;
	border-width: 1px 0;
}
p.error {
	background: #fcc;
	color: #c33;
	border: 1px solid #f99;
	border-width: 1px 0;
}
