html,body {
	margin: 0px;
	padding: 0px;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 12px; 
}

div,td,pre {
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 13px; 
}

hr {
	border: 0;
	height: 1px;
	color: #5a5a5a;
	background-color: #5a5a5a;
}

a:link, a:visited, a:active {
	color: #5a5a5a;
	font-weight: normal;
}

a:hover {
	color: #c85f2c;
}

pre {
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.top_mnu {
	color:#ffffff;
	font-size: 12px; 
	font-weight: bold;
	font-size: 12px; 
	text-decoration: none; 
}

.top_mnu:link, .top_mnu:visited, .top_mnu:active {
	color:#ffffff;
	font-weight: bold;
}

.top_mnu:hover {
	color: #c85f2c;
}

.top_mnu_on:link, .top_mnu_on:visited, .top_mnu_on:active {
	color: #c85f2c;
	font-size: 12px; 
	font-weight: bold;
	text-decoration: none; 
}

.quick_link {
	list-style-image: url('images/arrow.jpg');
	font-size: 11px;
	vertical-align:text-bottom;
	line-height: 20px;
	margin: 0px;
	padding: 0px 0px 0px 20px;
}
/*
.quick_link a {
	color: #5a5a5a;
	font-size: 11px; 
	font-weight: normal;
	text-decoration: underline; 
}

.quick_link a:hover {
	color: #c85f2c;
}
*/

#frame {
	border-collapse: collapse;
}

#frame thead {
	background-image: url('images/header_bkgd.jpg'); 
}

#frame .background {
	background: #f9f9f9;
}

#frame tfoot {
	background-image: url('images/footer_bkgd.jpg'); 
}

#frame tfoot div {
	color: #ffffff;
	font-size: 11px; 
}

#frame tfoot a {
	color: #ffffff;
	font-size: 11px; 
}

#frame tfoot a:hover {
	color: #c85f2c;
}


.list_header {
	background-image: url('images/list_hdr_bkgd.jpg'); 
	color: #ffffff;
	font-size: 12px; 
	font-weight: bold;
}

/* Site-wide text formatting */
/* Generic Module-independent formatting */
.moduletitle {
	font-weight: bold;
	font-size: 12px;
	color: #000;
}
.summarytitle {
	font-weight: bold;
}


td.header, td.header a {
	background-color: #aaa;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	padding: 2px;
}


/* Error Message Style */
div.error {
	font-weight: bold;
	color: #F00;
	padding-bottom: 1em;
}

/* Container Styles */
div.container_box {
	padding: 0px;
	margin: 0px;
}

div.container_editbox {
	border: 2px dashed #CCC;
	margin: 2px;
}

div.container_editheader {
	padding: 3px;
	background-color: #ccc;
}

div.container_editheader table tr td.info {
	font-size: 8pt;
	font-weight: bold;
}


div.itemtitle {
	font-family: Arial, Verdana;
	font-weight: bold;
}

/* Themable Forms */
div.form_title {
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.form_header {
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	margin-bottom: 1em;
	padding-top: 5px;
	padding-bottom: 5px;
}

tr.even_row {
	background-color: #DDD;
}

tr.row:hover td, tr.row:hover td a {
	background-color: #666;
	color: #fff;
}

tr.odd_row {
	
}

/** Administration Module Manager form **/
.administration_modmgrheader {
	background-color: lightgrey;
}

.administration_modmgrheader span.active {
	color: green;
	font-weight: bold;
}

.administration_modmgrheader span.inactive {
	color: red;
	font-weight: bold;
}

.administration_modmgrbody {
	padding-left: 10px;
	border: 1px solid lightgrey;
}

/** Debugger Styles **/
table.debug_null,table.debug_null tr td, div.debug_null {
	background-color: #000;
	color: #fff;
	font-weight: bold;
}

table.debug_object, table.debug_object tr td {
	background-color: #a00;
	color: #fff;
}

table.debug_array, table.debug_array tr td {
	background-color: #0a0;
	color: #fff;
}

table.debug_scalar, table.debug_scalar tr td, div.debug_scalar {
	background-color: #00a;
	color: #fff;
}

td.debug_attribute {
	font-family: monospace;
	font-size: 10px;
}

td.debug_varname {
	font-weight: bold;
}

td.debug_type {
	background-color: #aaa;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

td.debug_value {
	font-family: monospace;
	font-size: 11px;
	color: #fff;
}

/* Workflow */
div.workflow_action {
	border: 1px solid #DDD;
	margin-bottom: 1em;
}

div.workflow_inapproval {
	margin-left: 35px;
}

div.workflow_approved {
	border: 2px solid #030;
	background-color: #DDD;
}

div.workflow_action_restored {
	border: 2px dashed #030;
	background-color: #FFF;
}

div.workflow_action_posted {
	border: 2px solid black;
}


/** New Tab style of interface for Nav manager **/
td.tab_btn {
	border: 1px solid black;
	border-right: 0px solid black;
	background-color: #DDD;
	padding: .5em;
}

td.tab_btn_last {
}

td.tab_spacer {
	border-bottom: 1px solid black;
	border-left: 1px solid black;
}

td.tab_btn_current {
	background-color: inherit;
	border-bottom: 0px solid black;
}

td.tab_main {
	padding: .5em;
	border: 1px solid black;
	border-top: 0px solid black;
}

form {
	margin: 0px;
	padding: 0px;
}

.contact_moduletitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	display: block;
	width: 100%;
	padding-bottom: 7px;
	margin-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCD8B8;
}

