div#header {
	/* font: small-caps 40px/40px "Arial", sans-serif;*/
}

div#columns {
	margin-top: 1.5em;
}

div#leftnav {
	float: left;
	padding-left: 2px;
	width: 160px;
}

div#content {
    padding-left: 3px;
	margin-left: 162px;
}
  
div#footer {
	clear: both;
	padding-top: 1ex;
	text-align: right;
}

input {
	font: inherit;
}

select {
	font: inherit;
}

textarea {
	font :inherit;
}

p.flash_notice {
	border: solid 1px #008000;
	padding: 10px;
	margin: 20px;
}

p.flash_error {
	border: solid 1px #800000;
	padding: 10px;
	margin: 20px;
}

fieldset {
	padding: 3px;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

/*****************************************************************************

	Count Block
	
*/

fieldset.count_block {
	border: solid 1px #000;
}

fieldset.count_block legend {
	border: solid 1px #000;
	padding: 0.2em;
}

fieldset.count_block legend a {
	color: #FFF;
}

fieldset.count_block p {
	border: solid 1px #000;
	padding: 0.2em;
}

fieldset.count_block div.errorExplanation p {
	background: #f0f0f0;
	border: none;
	color: #000;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 3px;
}

fieldset.count_block div.geo {
	float: left;
	margin: 2px;
}


/***************************************************************************** 

 	Fancy table used within count block 

*/
fieldset.count_block table {
	font: normal 11px auto "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	width: 100%;
}

fieldset.count_block table tbody {
	font: inherit;
	background: inherit;
}

fieldset.count_block caption {
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding: 0 0 5px 0;
	text-align: right;
	width: 100%;
}

fieldset.count_block th {
	border-right: 1px solid #598080;
	border-bottom: 1px solid #598080;
	border-top: 1px solid #598080;
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
}

fieldset.count_block th.bg {
	border-left: 1px solid #598080;
}

fieldset.count_block th.actions {
	width: 18%
}

fieldset.count_block th.nobg {
	background: none;
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #598080;
	color: #000;
}

fieldset.count_block td {
	border-right: 1px solid #598080;
	border-bottom: 1px solid #598080;
	padding: 1px 6px 1px 12px;
}

fieldset.count_block tr.noheaders {
	border-right: 1px solid #598080;
	border-left: 1px solid #598080;
	border-top: 1px solid #598080;
	border-bottom: 1px solid #598080;
}

fieldset.count_block td input {
	font: inherit;
}

fieldset.count_block td.rowhdr {
	border-left: 1px solid #598080;
	border-top: 0;
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

/***************************************************************************** 

	Selection block display 
	
*/
fieldset.count_block div.selection p {
	height: 3px;
}

fieldset.count_block div.selection p.large {
	height: 13px;
	margin-bottom: 2px;
}

fieldset.count_block div.selection p.large a span {
	display: none;
}

fieldset.count_block div.selection p.thin {
	height: 1px;
}

fieldset.count_block div.selection h1 {
	float: left;
	margin-top: 2px;
	margin-bottom: 4px;
	padding-left: 0.2em;
	vertical-align: top;
	width: 150px;
	clear: left;
}

fieldset.count_block div.selection h2 {
	float: left;
	margin-top: 2px;
	margin-bottom: 4px;
}

fieldset.count_block div.selection h3 {
	float: right;
	margin-top: 2px;
	margin-bottom: 4px;
	max-width: 270px;
}

fieldset.count_block div.selection strong {
	font-weight: bold;
}

/***************************************************************************** 

	Navigation Blocks 

*/

div.nav {
	border: solid 1px #000;
	font: normal 11px auto 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 0.5em;
	padding: 0.2em;
}

div.nav h1 {
	font-weight: bold;
}

div.nav h2 {
	padding-left: 0.5em;
}

div.nav h2 a {
	color: #000;
}

div.nav h3 {
	padding-left: 1em;
}

div.nav h3 a {
	color: #000;
}

div.nav h4 {
	padding-left: 1.5em;
}

div.nav h4 a {
	color: #000;
}

div.nav h5 {
	padding-left: 2em;
}

div.nav h5 a {
	color: #000;
}

div.nav h6 {
	padding-left: 2.5em;
}

div.nav h6 a {
	color: #000;
}

div.nav select
{
	width: 100%;
}


/***************************************************************************** 

	Breadcrumbs Nav (Count Details) 

*/

fieldset.breadcrumbs_block {
	border: solid 1px #000;
	padding-top: 1.5em;
	padding-right: .5em;
	padding-left: .5em;
	padding-bottom: .5em;
	margin: 0.5em;
	margin-bottom: 1.5em;
}

fieldset.breadcrumbs_block legend {
	border: solid 1px #000;
	padding: 0.2em;
}

fieldset.breadcrumbs_block p {
	border: solid 1px #000;
	margin: 0.2em;
	padding: 0.2em;
}

fieldset.breadcrumbs_block div {
	border: solid 1px #000;
	margin-bottom: 0.25em;
	margin-top: 0.25em;
	margin-left: 0.25em;
	margin-right: 0.25em;
}

fieldset.breadcrumbs_block div.noborder {
	border: none;
}

fieldset.breadcrumbs_block h1 {
	padding: 0.1em;
}

fieldset.breadcrumbs_block p {
	overflow: hidden;
	white-space: nowrap;
}

/***************************************************************************** 

	Geo Lookup floating dialog 

*/

div.geolookup {
	position: absolute;
	z-index: 100;
	border: solid 2px #000;
	width: 420px;
	/*top: 200px;*/
	right: 150px;
	margin-right: 10px;
	padding: 5px;
	background: #CFE6E6;
}

/***************************************************************************** 

	Pagination Helpers 

*/
.pagination{
padding: 2px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "right" to right align pagination interface*/
font-size: 16px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #9aafe5;
text-decoration: none;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #2b66a5;
}

.pagination li.currentpage{
font-weight: bold;
padding: 0 5px;
	border: 1px solid #000080;
}

.pagination li.disablepage{
padding: 0 5px;
border: 1px solid #929292;
}

.pagination li.nextpage{
font-weight: bold;
}

* html .pagination li.currentpage, * html .pagination li.disablepage{ /*IE 6 and below. Adjust non linked LIs slightly to account for bugs*/
margin-right: 5px;
padding-right: 0;
}

/***************************************************************************** 

	Administration Forms

*/
div.admin_form h1
{
	margin: 0.4em;
	clear: left;
}
div.admin_form ul
{
	margin: 1em;
}
div.admin_form label
{
	display:block;
	float:left;
	width:14em;
	padding-top: 3px;
}

div.admin_details h1
{
	margin: 0.4em;
	clear: left;
}
div.admin_details em
{
	display:block;
	float:left;
	width:10em;
}

div.company_header {
	font: bold 18px auto "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

div.entity_name {
	font: bold 15px auto "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

select.actions {
	width:7em;
}

/***************************************************************************** 

	Buttons and Links

*/
input.link_button {
	background-color: transparent;	
	border: 1px solid black;
	text-decoration: none; 
	cursor: pointer;
	padding: 0em 1em 0em 1em;
}

input.link_button_hover{
	border: 1px solid black;
}

a.active_link_button, a:visited.active_link_button, a:active.active_link_button {
	padding: 0.1em 1em 0.1em 1em;
	margin: 0.1em 0.1em 0.1em 0.1em;
	border: 1px solid black;
	text-decoration: none; 
	cursor: pointer;
	line-height: 2em;
}

a.link_button, a:visited.link_button, a:active.link_button {
	padding: 0.1em 1em 0.1em 1em;
	margin: 0.1em 0.1em 0.1em 0.1em;
	border: 1px solid black;
	text-decoration: none; 
	cursor: pointer;
	line-height: 2em;
}

a:hover.link_button{
	border: 1px solid black;
}

.required_field {
	margin: 0.1em 0.1em 0.1em 0.1em;
	font-weight: bold;
}

.required_field_legend {
	margin: 0.1em 0.1em 0.1em 0.1em;
	font-weight: bold;
	display: block;
}

td.feature_value {
	font-weight: bold;
}

td.feature_value_on {
	font-weight: bold;
}

td.feature_value_on {
	font-weight: bold;
}

/*
div#sup_count_table_div {
	max-height: 300px;
	overflow-y: auto;
	overflow-x: hidden;
}
div#sup_file_table_div {
	max-height: 300px;
	overflow-y: auto;
	overflow-x: hidden;
	margin-right: 2em;
	padding-right: 2em;
}
div#sup_file_table_div table {
	width: 99%;
}
*/

/*
 * TODO: Move color information out of structure sheet
 */
fieldset.count_block div#complex_select_hierarchy .hierarchy {
	padding: 5px;
	margin: 1em;
}

fieldset.count_block div#complex_select_hierarchy .hierarchy1 {
	background-color: #ddd;
}

fieldset.count_block div#complex_select_hierarchy .hierarchy2 {
	background-color: #fff;
}

fieldset.count_block div#complex_select_hierarchy .hierarchy label.node_type {
	margin-left: 1em;
	font-weight: bold;
}

fieldset.count_block div#complex_select_hierarchy .hierarchy label.not_node_type {
	text-align: center;	
	font: bold 18px auto "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

fieldset.count_block div#complex_select_hierarchy .hierarchy label.changed_node_type {
	font-weight: bold;
}

fieldset.count_block div#complex_select_hierarchy .changed_node {
	border: solid 3px #000;
}

fieldset.count_block div#complex_select_hierarchy .selection {
	padding: 0px;
	margin: 0px;
	background-color: inherit;
}


/***************************************************************************** 

	Node Actions

*/

div#complex_select_hierarchy table.node-actions {
	background-color: gray;
	border: hidden;
	border-collapse: collapse;
	border-spacing: 0;
}

div#complex_select_hierarchy table.node-actions tr {
	border: hidden;
}

div#complex_select_hierarchy table.node-actions td {
	border: hidden;
}

div#complex_select_hierarchy div.heirarchy_edit {
	background-color: #eee;
}

/***************************************************************************** 

	General Formatting Helpers 

*/
.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.top {
	vertical-align: top;
}

.clearboth {
	clear: both;
}

.hidden {
	display: none;
}

.inline {
	display: inline;
}

.outline {
	border: solid 1px #000;
	line-height: 1.5em;
}

.bold {
	font-weight: bold;
}

.annoy {
	text-decoration: blink;
}

.floatleft {
  float: left;
}

.floatright {
  float: right
}

/* Hides from IE5-mac \*/
* html .buggybox {height: 1%;}
/* End hide from IE5-mac */

