/* @override http://theexitcoach.com/themes/exitcoachtheme/style.css */

/* @override http://www.theexitcoach.com/themes/exitcoachtheme/style.css */

/* @override http://www.theexitcoach.com/themes/exitcoachtheme/style.css */


/************  standard links - sitewide  *****************/
div, p {
	color: #3a3a3a;
	padding-right: 10px;
	padding-left: 5px;
	margin-right: 5px;
	font: 11px/17px Verdana, sans-serif;
	padding-bottom: 0;
	margin-bottom: 0;
}

ul {
	color: #3a3a3a;
	font: 11px Verdana, sans-serif;
	list-style-type: square;
	padding-left: 20px;
}

#Table_01 tbody tr td div.container_box div div ul li {
	padding-bottom: 10px;
	list-style-type: square;
	list-style-position: outside;
}

a {
color:#ff0000;
text-decoration:none;
font: 11px Verdana, sans-serif;
}



a:hover {
text-decoration:underline;
	font-family: Verdana, sans-serif;
	color: red;
}



h1 {
	color: #000000;
	font: 24px Helvetica, Arial, Geneva, sans-serif;
	padding-top: 10px;
	padding-left: 5px;
	
}

h2 {
	color: #000000;
	font: 18px Helvetica, Arial, Geneva, sans-serif;
	padding-top: 5px;
	padding-left: 5px;
	margin-bottom: 2px;
	margin-top: 2px;
}

h3 {
	color: #000000;
	font: 16px Helvetica, Arial, Geneva, sans-serif;
	padding-top: 10px;
	padding-left: 5px;
	
}

h4 {
	color: #000000;
	font: 14px/20px Helvetica, Arial, Geneva, sans-serif;
	padding-top: 5px;
	padding-left: 5px;
	
}

/* A litle fix for the dotten line under the header images... */

.imagebutton {
	border-bottom: 0px;
}

.imagebutton:hover {
	border-bottom: 0px;
}
input {
	border: 1px solid gray;
	margin: 0px 0px 10px;
	font-size: 11px;
	height: 21px;
	color: black;
	padding-top: 1px;
	padding-left: 1px;
	padding-right: 1px;
}

.loginbutton {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 0px;
	margin: 0px;
}

.currentlink{
color:#444444;
text-decoration:none;
border:0px;
font: bold 12px Verdana, sans-serif;
}

/* Generic Module-independent formatting */ 
.moduletitle {
	color: #000000; 
	border-bottom: 1px dotted gray;
	padding-left: 10px;
	margin-bottom: 5px;
	font: bold 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-top: 20px;
}
.summarytitle {
	font-weight: bold;
}


td.header, td.header a {
	background-color: silver;
	color: #3a3a3a;
	font-weight: bold;
	font-size: 15px;
	padding: 2px;
}


/* Error Message Style */
div.error {
	font-weight: bold;
	color: #F00;
	padding-bottom: 1em;
}

/* Navigation Styling */
.modulewrapper {
	padding: 20px;
}

/* Breadcrumb Styling */
#breadcrumb {
	clear: both;
	padding-left: 12px;
	text-decoration: none;
	font: 10px Verdana, sans-serif;
	
}

div.breadcrumb {
	font: 10px Verdana, sans-serif;
	text-decoration: none;
	color: #3a3a3a;
	text-transform: lowercase;
	padding-left: 25px;
	padding-top: 10px;
}

div.breadcrumb a {
	font: 10px Verdana, sans-serif;
	text-decoration: none;
	text-transform: lowercase;
}

div.breadcrumb a:hover {
	font: 10px Verdana, sans-serif;
	text-decoration: underline;
	text-transform: lowercase;
}

/* Container Styles */
div.container_box {
	padding: 0px 10px;
	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;
	font-weight: bold;
}


/* Themable Forms */
div.form_title {
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.form_header {
	
	border-bottom: 1px solid gray;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

tr.even_row {
	background-color: silver;
}

tr.row:hover td, tr.row:hover td a {
	background-color: gray;
	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;
}
/** New Tab style of interface for Nav manager **/
td.tab_btn {
	border: 1px solid gray;
	border-right: 0px solid gray;
	background-color: black;
	padding: .5em;
}

td.tab_btn_last {
}

td.tab_spacer {
	border-bottom: 1px solid gray;
	border-left: 1px solid gray;
}

td.tab_btn_current {
	background-color: inherit;
	border-bottom: 0px solid black;
}

td.tab_main {
	padding: 5px;
	border: 1px solid gray;
	border-top: 0px solid gray;
}

form {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#login form {
	padding-left: 16px;
	padding-top: 10px;
}

#login_username {
	margin-bottom: 10px;
	width: 150px;
}

#login_password {
	margin-bottom: 10px;
	width: 150px;
}

#login {
	border-color: gray;
	border-left-width: 1px;
	border-left-style: dotted;
}

#login a {
	padding-left: 5px;
	padding-right: 5px;
}

.contact_moduletitle {
	font-family:  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-left: 1px dotted gray;
}
/* Search Module */

div.search_result_item {
  margin-bottom: 15px;
  margin-top: 10px;
	margin-right: 60px;
}

div.search_result_item a {
  color: #0099CC;
  text-decoration: none;
  font-size: 14px;
	font-weight: bold;
}

span.search_result_item_body {
  font-size: 10px;
}

span.search_result_item_link {
  color: white;
}

span.search_results_excludes {
  font-style: italic;
}

div.search_results_options {
  width: 100%;
  border-bottom: 1px solid white;
  text-align: left;
  vertical-align: bottom;
  margin-bottom: 25px;
}

div.search_results_title {
  font-size: 20px;
  font-weight: bold;
}

div.search_result_cat {
  font-size: 12px;
  font-weight: bold;
  border-bottom: 1px solid black;
  margin-top: 20px;
}

/* Image Gallery */
div.imagegallery_gallerytitle {
        width: 95%;
        background-color: #3850a2;
        font-size: 12px;
        font-weight: bold;
        color: #ffffff;
        padding: 2px 5px 2px 5px;
	margin-bottom: 10px;
}

div.imagegallery_picbox{
        padding: 1em;
        position: absolute;
}

div.imagegallery_picbox a:hover {
        /*border: 1px solid blue;*/
}

div.imagegallery_picbox span {
        display: none;
}

div.imagegallery_picbox a {
        display: block;
        text-align: center;
        font: bold 1em sans-serif;
        padding: 5px 10px;
        margin: 0 0 1px;
        border-width: 0;
        text-decoration: none;
}

div.imagegallery_picbox a:hover span {
        display: inline;
        float:left;
        position: absolute;
        top: -125px;
        left: -20px;
        width: 260px;
        padding: 0 5px 5px;
        margin: 0px;
        z-index: 100;
        background: #7786be;
        color: #ffffff;
        font: 10px  sans-serif;
        text-align: center;
        border: 2px solid blue;
}
.level_1 a { 
	color: #ff0000; 
	text-decoration: none; 
	display: list-item; 
	padding: 11px 0 0 5px; 
	font: 12px/16px Verdana, sans-serif;
	list-style-type: square;
	list-style-position: inside;
}
.level_1 a:hover  { 
	color: #000000;
		}
.level_2 a       { 
	color:#c2c2c2; 
	font-size: 11px; 
	font-family: Arial; 
	line-height: 14px; 
	text-decoration: none; 
	text-transform: lowercase;
	text-align: left; 
	list-style-type: square; 
	list-style-position: inside; 
	display: list-item; 
	margin-top: 0; 
	margin-bottom: -10px; 
	margin-left: -20px; 
	padding: 3px 3px 3px 20px;
}
.level_2 a:hover     { 
	color:#026788; 
	font-size: 11px; 
	font-family: Arial; 
	line-height: 14px; 
	text-decoration: none; 
	text-transform: lowercase;
	text-align: left; 
	list-style-type: square; 
	list-style-position: inside; 
	display: list-item; 
	margin-top: 0; 
	margin-bottom: -10px; 
	margin-left: -20px; 
	padding: 3px 3px 3px 20px; 
}
.level_2 a#current  { 
	color:#ffffff; 
	text-decoration: underline; 
	text-transform: lowercase;
	text-align: left; 
	list-style-type: square; 
	list-style-position: inside; 
	display: list-item; 
	margin-top: 0; 
	margin-bottom: -10px; 
	margin-left: -20px; 
	padding: 3px;
	font: bold 11px/14px Arial;
}

#services tbody tr td h4 {
	
	padding: 10px 5px 5px;
	margin: 0;
}

#services tbody tr td {
	height: 100%;
	border-left: 1px solid black;
	padding-right: 10px;
	margin-right: 10px;
}

td.form_label {
	color: black;
	text-align: right;
	font: bold 10px/20px Verdana, sans-serif;
	float: right;
}

div.textwithoutheader.pad {
	margin: 0;
	padding: 0;
}

#toplevelnav {
	padding: 0;
}

#Table_01 tbody tr td div.container_box div div form table tbody tr td.form_input input {
	margin-bottom: 10px;
	border-width: 0;
}

select#state {
	margin-bottom: 10px;
}

select#product {
	margin-bottom: 10px;
}

#Table_01 tbody tr td div.container_box div div form table tbody tr td.form_input input {
	border-width: 1px;
	border-color: grey;
	margin-right: 10px;
	height: 20px;
}
 
#login div.container_box div div.textmodule div p {
	padding-left: 0;
}

select#title {
	margin-bottom: 10px;
}

#Table_01 tbody tr td div.container_box div div form table tbody tr td.form_input textarea {
	margin-bottom: 10px;
	border-width: 1;
}



#Table_01 tbody tr td div.container_box div div.textmodule div p table tbody tr td {
	color: white;
	font-size: 11px;
}

#Table_01 tbody tr td div.container_box div div.textmodule div table tbody tr td {
	color: white;
	font-size: 11px;
}

#frontnav a{
	color: gray;
	font: bold 12px/30px "Lucida Grande", Lucida, Verdana, sans-serif;
	float: right;
}
#frontnav a:hover{
	color: #ff0000;
}


