html {
	min-height: 100%;
}
body {
	font-family: Helvetica, Verdana, sans-serif;
	margin: 0px;
	background-image: url('../images/right_background.jpg');
	background-repeat: repeat-x;
	font-size: 13px;
	line-height: 20px;
	min-height: 100%;
}

body.bg_page {
	background-image: url(../images/new_sidebar.gif);
	background-repeat: repeat-y;
}

.heading_table {
	border-bottom: 3px solid #dddddd;
	width: 100%;
}

.heading_table h1 {
	text-align:left;
	font-size: 3em;
	margin: 5px;
}	
.heading_table h2 {
	text-align:left;
	margin: 5px;
	margin-left: 20px;
	text-indent: -15px;
}

h1 {
	font-weight: normal;
	font-family: Garamond, Georgia, serif;
	text-align: center;
	font-size: 25px;
	line-height: 35px;
}

h2 {
	color: #333333;
	text-align: center;
	font-weight: normal;
	font-family: "Times New Roman", Times, Garamond, Georgia, serif;
	font-size: 24px;
	line-height: 30px;
}

h3 {
	text-align: center;
	margin:4px;
	padding:0px;
	font-family: "Times New Roman", Times, Garamond, Georgia, serif;
	font-size: 16px;
}

div.separator {
	border-bottom: 1px dashed gray;
	margin: 3px;
}

.clear_cell {
	border: 0px solid black;
	background-color: inherit;
}

a {color:#0000dd;}
a:hover, a:active {color:#0000ff;}


th {
	font-weight: normal;
	padding: 1px 8px;
	background-color: #cccccc;
}

th a {
	color: black;
}

th.strong_header {
	font-weight: bold;
	font-size: 1.2em;
}

tr.highlight_row td {
	background-color: #ffff99;
}

tr.no_highlight_row td {
}

td.alt_cell {
	border: 1px solid black;
	padding: 3px 5px;
	background-color: #cccccc;
	font-family: sans-serif;
	font-size: 10pt;
}

.loading {
	background-image: url(../images/ajax_loader.gif);
	background-color: white;
	background-repeat: no-repeat;
	background-position: center;
}

.content {
	padding: 15px;
}

.benefit_box {
	width: 400px;
	margin: 0 auto;
	padding: 5px;
	background-color: #eeeeee;
	border: 1px solid gray;
}

.main_page .content {
	background-image: url(../images/new_sidebar.gif);
	background-repeat: repeat-y;
	padding-left: 56px;
	min-height: 90%;
}

.help {
	color: #666666;
	text-align: center;
	width: 30em;
	margin: 0 auto;
}

.login_box {
	border: 1px gray dotted;
	margin: auto;
	width: 450px;
	text-align: center;
	background-color: #f0f0f0;
	color: #333333;
	padding: 15px;
}

.login_box td {
	padding: 3px;
}

.report {
	margin: auto;
	border: 1px solid black;
}

.report tr.link_row td {
	border-color: white;
	border-bottom-color: black;
	padding: 0px;
}

.report th {
	border: 1px solid black;
	padding: 1px 8px;
	font-weight: normal;
	margin: 0px;
}

.report th .report_arrow {
	font-size: 0.7em;
	float: right;
}

.report th a {
	display: block;
	float: left;
	color: black;
}


.report th.selected_header {
	background-color: #eeeeee;
}

.report td {
	border: 1px solid black;
	padding: 3px 5px;
	font-family: sans-serif;
	margin: 0px;
}

#top_bar {
	text-align: right;
	padding: 5px;
}

@media print {
	#top_bar {
		display: none;
	}
	
	.dont_print {
		display: none;
	}
}

@media screen {
	#top_bar {
		display: block;
	}
	
	div.dont_print {
		display: block;
	}
	
	.report {
		border-collapse: collapse;
	}
}

#top_bar div {
	color: #999999;
	border: 1px solid #bbbbbb;
	background-color: #dddddd;
	float: left;
	padding: 0px 4px;
	margin: 2px;
}

#top_bar a {
}

a.sub_link {
	color: #007700;
}

a:hover.sub_link {
	color: #00bb00;
}

.record_block {
	width: 400px;
	display: block;
	float: left;
	margin: 4px;
	border: 1px solid black;
	background-color: #ccccee;
	text-align: center;
	font-size: 0.7em;
}

.record_block td {
	padding: 0.2em;
}

.record_block table {
	background-color: #9999cc;
	padding: 4px;
	width: 100%;
}

.record_block .left {
	text-align: right;
	width: 1px;
	font-size: 10pt;
}

.record_block .right {
	background-color: #ccccee;
	border: 1px solid #333366;
	font-family: monospace;
}

.message_box {margin: 10px}
.info {color: blue}
.warning {color: #ee9900}
.error {color: red}

/* Main page */
.top_three_box {
	margin: auto;
	width: 550px;
	border-collapse: collapse;
}

.top_three_box td {
	padding: 5px;
	text-align: center;
	border: 1px solid black;
}

.event_table {
	border-collapse: collapse;
	margin: auto;
	border: 1px solid black;
	padding: 2px;
	width:600px;
}

.event_table th {
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	padding: 2px 4px;
	font-weight: normal;
	text-align: left;
	font-size: 15px;
}

.event_table td {
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	padding: 2px 4px;
	font-family: sans-serif;
	margin: 0px;
}

.event_table td.gutter {
	border: 1px solid black;
	width: 1em;
	padding: 0px;
	background-image: url('../images/small_left_grad.jpg');
	background-repeat: repeat-y;
	background-position: right;
}

.event_table th, .event_table td {
    border-right-width:0px;
    border-left-width:0px;
}

.event_table td.available_field {
    text-align: right;
}

.event_table th.available_heading {
    font-size:8pt;
    text-align:right;
    padding:2px;
}

.portrait {
	margin: auto;
	background-image: url('../images/drop_shadow.png');
	background-repeat: no-repeat;
	height: 143px;
	width: 110px;
}

.portrait img {
	position: relative;
	left: -2px;
	top: 3px;
}

body.error_page {
	margin: 15px;
}

body.error_page h2 {
	color: #990000;
}

body.error_page p {
	color: #444444;
}

#save_result {
	text-align: center;
	width: 400px;
	margin: 0 auto;
	min-height: 30px;
}

#event_panes {
	width: 700px;
	margin: 0 auto;
	border: 1px solid #eeeeee;
}

#event_panes .toggler {
	border-width: 1px;
	border-style: solid;
	border-left-color: #cccccc;
	border-bottom-color: #cccccc;
	border-top-color: #f5f5f5;
	border-right-color: #f5f5f5;
	background-color: #eeeeee;
	font-size: 13px;
	padding: 3px;
	margin: 0px;
	cursor: pointer;
	text-align: left;
}

#event_panes .type_heading {
	border-width: 1px;
	border-style: solid;
	border-left-color: #cccccc;
	border-bottom-color: #cccccc;
	border-top-color: #f5f5f5;
	border-right-color: #f5f5f5;
	background-color: #dddddd;
	font-size: 18px;
	padding: 3px;
	margin: 0px;
}

#event_panes .toggler span {
	text-decoration: underline;
	color: #0000dd;
}

#event_panes .toggler .datebox {
	float: right;
	border-left: 1px solid #cccccc;
	padding-left: 5px;
}

#event_panes .pane {
	margin: 0px;
}

#event_panes .pane .content {
	margin: 10px;
	padding: 3px 0px;
	text-align: left;
}

#customize_panes {
	width: 600px;
	margin: 0 auto;
	border: 1px solid #eeeeee;
}

#customize_panes .toggler {
	border-width: 1px;
	border-style: solid;
	border-left-color: #cccccc;
	border-bottom-color: #cccccc;
	border-top-color: #f5f5f5;
	border-right-color: #f5f5f5;
	background-color: #eeeeee;
	font-size: 13px;
	padding: 5px;
	margin: 0px;
	cursor: pointer;
	text-decoration: underline;
	color: #0000dd;
}

#customize_panes .pane {
	margin: 0px;
}

#customize_panes .pane .content {
	margin: 10px;
	padding: 3px 0px;
	border-top: 1px dashed #dddddd;
	text-align: right;
}

#customize_panes .pane .content p {
	text-align: left;
	padding: 3px 0px;
}

#customize_panes .field_row {
	margin: 0px;
	padding: 3px;
	border-bottom: 1px dashed #dddddd;
}

#customize_panes label {
	color: #333366;
}

#customize_panes input.text_field {
	width: 300px;
	margin-right: 70px;
}

#customize_panes textarea {
	width: 100%;
}

#customize_panes select {
	width: 304px;
	margin-right: 70px;
}

#save_success {
	font-weight: bold;
	color: green;
	opacity: 0.99;
}

#save_failure {
	font-weight: bold;
	color: #e50;
}

table.value_table {
	margin: 20px auto;
	width: 26em;
	border-collapse: collapse;
}

table.value_table th, table.value_table td {
	border: 1px solid gray;
	padding: 0px 4px;
	width: 50%;
}

table.value_table th {
	text-align: right;
}

table.field_table {
	margin: 0 auto;
	border-collapse: collapse;
}

table.field_table textarea,
table.field_table select,
table.field_table input {
	font-size: 10pt;
	font-family: Arial, sans-serif;
	width: 30em;
}

table.field_table th, table.field_table td {
	margin: 0px;
	border: 1px solid #999999;
	padding: 0.5em 0.5em;
}

table.field_table th {
	font-weight: normal;
	text-align: right;
	vertical-align: top;
	background-color: #dddddd;
	border: 1px solid #999999;
	width: 13em;
	font-weight: bold;
	color: #444444;
}

table.field_table th.sub {
	background-color: #eeeeee;
}

table.field_table td {
	text-align: left;
}

.bad_input {
	outline: 2px solid red;	
}

#admin_boxes {
	margin: 0 auto;
	width: 52em;
}

#admin_boxes div {
	width: 16em;
	height: 22em;
	border: 1px solid #cccccc;
	background-color: #eeeeee;
	float: left;
	margin: 0.5em;
	overflow: hidden;
	padding: 1em 0em;
}

#help_boxes {
	position: relative;
	height: 2em;
	width: 52em;
	margin: 0 auto;
}

#help_boxes div {
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
	width: 100%;
	color: #666666;
}

div.toolbar {
	text-align: center;
}

#log_sale_table {
	width: 45em;
}

.contract_table {
	border: 1px solid black;
	border-collapse: collapse;
	width: 850px;
	margin: 0 auto;
}

.contract_table td {
	padding: 4px;
	border: 1px solid black;
}

.ghost_link {
	color: gray;
}

.bold_link {
	font-weight: bold;
}




