/*======================================
      WELCOME TO THE STYLESHEET
--------------------------------------      
     Copyright Mike Crittenden
      Author: Mike Crittenden
======================================*/
 
div.span-1 input.text, div.span-1 input.title { width:  35px; }
div.span-2 input.text, div.span-2 input.title { width:  55px; }
div.span-3 input.text, div.span-3 input.title { width:  95px; }
div.span-4 input.text, div.span-4 input.title { width: 135px; }
div.span-5 input.text, div.span-5 input.title { width: 175px; }
div.span-6 input.text, div.span-6 input.title { width: 215px; }
div.span-7 input.text, div.span-7 input.title { width: 255px; }
div.span-8 input.text, div.span-8 input.title { width: 295px; }
div.span-9 input.text, div.span-9 input.title { width: 335px; }
div.span-10 input.text, div.span-10 input.title { width: 375px; }

div.span-1 select { width:  35px; }
div.span-2 select { width:  55px; }
div.span-3 select { width:  95px; }
div.span-4 select { width: 135px; }
div.span-5 select { width: 175px; }
div.span-6 select { width: 215px; }
div.span-7 select { width: 255px; }
div.span-8 select { width: 295px; }
div.span-9 select { width: 335px; }
div.span-10 select { width: 375px; }

div.span-1  textarea { width:  35px; height:  25px; }
div.span-2  textarea { width:  55px; height:  50px; }
div.span-3  textarea { width:  95px; height:  75px; }
div.span-4  textarea { width: 135px; height: 100px; }
div.span-5  textarea { width: 175px; height: 125px; }
div.span-6  textarea { width: 215px; height: 150px; }
div.span-7  textarea { width: 255px; height: 175px; }
div.span-8  textarea { width: 295px; height: 200px; }
div.span-9  textarea { width: 335px; height: 225px; }
div.span-10 textarea { width: 375px; height: 250px; }
 
/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
- black		#000
- white		#fff
\**************************************/

/* F1DDC4 */
.required-text {
	color: red;
}

/**************************************/
/*              GLOBALS               */
/**************************************/

div.error {
	padding-left: 0px;
}

ul.errorlist {
	margin-bottom: 0;
}

/**************************************/
/*              HEADER                */
/**************************************/

.text-icon {
	vertical-align: middle;
}

.vtborder {
	border: 1px solid #cbcbcb;
}

.vtborderr {
	border-right: 1px solid #cbcbcb;
}
.vtborderl {
	border-left: 1px solid #cbcbcb;
}
.vtborderb {
	border-bottom: 1px solid #cbcbcb;
}
.vtbordert {
	border-top: 1px solid #cbcbcb;
}

.heading-right {
	text-align: right;
}
.inline-avatar {
	vertical-align: middle;
	margin-right: 3px;
}

#menu-bar {
	background-color: #FFFFFF;
	/*font-size: 150%;*/
}

#menu-right {
	text-align: right;
}

.pagelist {
	text-align: right;
	padding-right: 30px;
}

.attr_head {
	font-weight: bold;
}

/*.dentry_addr {
	font-size: 80%;
	font-weight: bold;
}*/

.inbox-wrapper {
	margin-bottom: 10px;
}

.main_message {
	margin: 0 -2px;
	border: 1px solid #cbcbcb;
	border-top: none;
	/*margin-bottom: 10px; */
}

.main_message_first {
	border-top: 1px solid #cbcbcb;
}

.message-read {
	background-color: #fcfaf0;
	padding-top: 5px;
	padding-bottom: 5px;
}

.message-unread .subject {
	font-weight: bold;
}

.message-unread {
	padding-top: 5px;
	padding-bottom: 5px;
}

.inline-body {
	
	/*border-top: 1px solid #cbcbcb;*/
	border-bottom: 1px solid #cbcbcb;
	/*padding-left: 10px;
	padding-right: 10px;*/
}
.inline-read-body {
	/*margin: -2px;*/
	/*background-color: #fcfaf0; */
	/*border-top: 1px solid #cbcbcb; */
	border-bottom: 1px solid #cbcbcb;
	/*padding-left: 10px;
	padding-right: 10px;*/
}
.inline-reply-body {
	/*margin: -2px;*/
	/*border-bottom: 1px solid #cbcbcb; */
	border-top: 1px solid #cbcbcb;
	/*padding-left: 10px;
	padding-right: 10px;*/
}

.container a:link {color: #294E56;}
.container a:visited {color: #14556B;}
.container a:hover {color: #73AFB7;}
.container a:active, .container a:focus {color: #000;}


div.autocomplete {
	position:absolute;
	width: 234px;
	background-color: white;
	border: 1px solid #888;
	margin: 0;
	padding: 0;
	line-height: 1em;
	z-index: 100;
}
div.autocomplete ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div.autocomplete ul li.selected { background-color: #ffb;}
div.autocomplete ul li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 2px;
	height: 32px;
	cursor: pointer;
	border-bottom: 1px solid #cbcbcb;
}

div.sideadbar {
	margin-right: 0px;
	margin-left: -10px;
	padding-left: 10px;
}

.red {
	color: #CC0000;
}

.important {
	color: #CC0000;
}

.right {
	text-align: right;
}

div.message_compose_box {
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

ul.subsection_tabs {
	margin: 0;
	list-style: none;
}

ul.subsection_tabs li.tab {
	float: left;
	margin: 0;
	padding: 0;
}

ul.subsection_tabs li.tab a {
	display: block;
	padding: 5px 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #a2a2a2;
	background-color: #ededed;
}

ul.subsection_tabs li.tab a.active {
	background-color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #a2a2a2;
	border-right: 1px solid #a2a2a2;
	border-top: 1px solid #a2a2a2;
	padding: 5px 15px 4px;
}

ul.subsection_tabs li.tabs_pad {
	float: left;
	margin: 0;
	padding: 0;
}

ul.subsection_tabs li.tabs_pad span {
	display: block;
	padding: 5px 3px;
	margin-bottom: 20px;
	border-bottom: 1px solid #a2a2a2;
	background-color: #ededed; 
}

#wall_posts {
	margin-bottom: 15px;
}

div.wall-line {
	/*border-top: 1px solid #ededed;*/
	border-bottom: 1px solid #ededed;
}

div.wall-head {
	margin-right: -1px;
	border-right: 1px solid #ededed;
}

div.wall-body {
	padding-left: 5px;
	border-left: 1px solid #ededed;
}

p.pagelist a.pager_link {
	margin: 10px 4px;
}

p.key-line, div.key-line {
	/*margin-top: 10px;
	margin-bottom: 10px;*/
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: -10px;
	margin-bottom: -5px;
}

span.key-line {
	padding-left: 6px;
}

p.key-line a:link, p.key-line a:visited, p.key-line a:active,
p.key-line a:focus, p.key-line a:hover {
	padding: 6px;
	border: 1px solid #a2a2a2;
	text-decoration: none;
}

.key-line-border a {
	border: 1px solid #a2a2a2;
}

.key-line a:link, .key-line a:visited, .key-line a:active,
.key-line a:focus, .key-line a:hover {
	margin-right: 5px;
	/*text-decoration: none;*/
	white-space: nowrap;
	line-height: 3em;
}

.key-line a img {
	text-decoration: none;
}

.key-line a:hover {
	background-color: #ededed;
	color: #000;
}

.key-line img {
	vertical-align: middle;
}

.transactions-table td {
	padding: 2px;
}

.vehicle-box {
	padding: 10px 0;
	margin: 10px 0;
	border-top: 1px solid #a2a2a2;
	border-bottom: 1px solid #a2a2a2;
}

.facility-maps img {
	padding: 1px;
	border: 1px solid #000;
	margin-right: 10px;
}

.tab-important {
	font-weight: bold;
}

.invite-link {
	font-weight: bold;
	font-size: 1.5em;
}

div.tutorial-frame h3 {
	margin-top: 5px;
}

div.tutorial-frame {
	background-color: #fff8f8;
	border: 2px solid #ff6181;
	width: 730px;
}

#tutorial-body {
	padding-top: 2px;
}

.loud {
	font-weight: bold;
}

.center {
	text-align: center;
}

input[type="text"], input[type="password"], textarea {
	font-size: 110%;
}

.unread-highlight {
	border: 1px solid #ff0000;
}

tr.lb_ourselves {
	background-color: #fcfaf0;
}

#logo-link {
	display: block;
	position: relative;
	height: 57px;
	width: 357px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#logo-link span {
	display: block;
	position: absolute;
	left: 0; top: 0; z-index: 1;
	margin: 0;
	padding: 0;
	height: 57px;
	width: 357px;
	background-repeat:no-repeat;
	background-position: top left;
}

/* force container to be 750px, to make it look ok on facebook */
.container > .last {
	margin-left: -10px;
}

.container td {
	padding: .5em;
}

img.nounder {
	vertical-align: middle;
	text-decoration: none;
}

img.front-img {
	border: 1px solid #000;
	padding: 1px;
	margin: 5px;
}

div.in-map-tutorial, div.general-tips {
	border: 2px solid #FFD324;
	padding: .5em;
	margin-bottom: 5px;
	background-color: #fffdf0;
}

/*.in-map-tutorial-contents {
	float: left;
	width: 189px;
}*/

.in-map-tutorial-contents, .general-tips-contents {
	padding-left: 19px;
	font-size: 1.2em;
}

/*.in-map-tutorial-clear {
	clear: both;
	height: 1px;
}*/

.container div.dentry {
	border: 1px solid #cccccc;
	/* top right bottom left */
	margin: 10px 5px 10px 5px;
}

.container div.dentry_from, .container div.dentry_to {
}

.container div.dentry_from_label, .container div.dentry_to_label {
	font-weight: bold;
	float: left;
	clear: left;
	padding-left: 3px;
}

.container div.dentry_from_addr, .container div.dentry_to_addr {
	padding-left: 3px;
	float: left;
	margin-bottom: 5px;
}

.container div.dentry_info {
	clear: both;
	padding-left: 3px;
}

.container span.dentry_challenge {
}

.container span.dentry_fare {
	font-weight: bold;
}

.container div.dentry_action {
	padding: 3px;
}

.container div.dentry_action img {
	vertical-align: middle;
}

.navigation-contents {
	padding-left: 5px;
}

.container div.navigation-addr {
	padding-left: 5px;
	margin-bottom: 0;
}

.container .small-ad {
	margin-bottom: 10px;
	border: 1px solid #cccccc;
	padding: 5px;
}

.help_window {
    background-image:url("/stylesheets/window_background.png");  
    background-position:top left;  
    -moz-border-radius: 10px;  
    -webkit-border-radius: 10px;  
    padding:10px;  
    font-family:"Lucida Grande",Verdana;  
    font-size:13px;  
    font-weight:bold;  
    color:#fff;  
    min-width:150px;  
    min-height:100px;  
}

.help_window .window_contents {
	margin-top: 10px;
	width: 400px;
	height: 300px;
	color: #000;
	background-color: #fff;
	text-align: left;
	font-weight: normal;
}

.help_window .window_contents .window_real_contents {
	margin-right: 10px;
	position: relative;
	overflow: auto;
	width: 390px;
	height: 300px;
}

.help_window .window_header {
	text-align: center;
}

.help_window .window_title {
	margin-top: -7px;
	margin-bottom: 7px;
	font-size: 11px;
	cursor: move;
}

.help_window .window_close {
	display: block;
	position: absolute;
	top: 4px;
	left: 5px;
	height: 13px;
	width: 13px;
	background-image:url("/stylesheets/help_close.gif");
	cursor: pointer;
	cursor: hand;
}

.container thead {
	background-color: #ddd;
}

.container tr.rowodd {
	background-color: #fff;
}

.container tr.roweven {
	background-color: #f2f2f2;
}

.container .sortcol {
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: right center;
}
.container .sortasc {
	background-color: #ddffac;
	background-image: url(/icons/arrow_270_medium.png);
}
.container .sortdesc {
	background-color: #b9ddff;
	background-image: url(/icons/arrow_090_medium.png);
}

.container .nbr {
	white-space: nowrap;
}

.container .guide_navbox {
	padding: 10px;
	border: 1px solid #cccccc;
	float: left;
	clear: both;
}

.container .guide_contents {
	border: 0;
	margin-bottom: 0;
}

.container .guide_contents .guide_text {
	border: 0;
	border-right: 1px solid #cccccc;
	width: 536px;
}

.container .guide_contents .guide_extra {
	border: 0;
	width: 194px;
}

.container .guide_contents .guide_section_head td {
	border-bottom: 2px dotted #cccccc;
}

.container .guide_contents h2 {
	margin: 0;
	margin-top: 5px;
}

.container .guide_contents h3 {
	font-weight: lighter;
	margin: 0;
	margin-top: 19px;
	font-size: 1.3em;
}

.container .guide_contents .guide_text p {
	margin-top: 19px;
	margin-bottom: 0px;
}

.container .guide_contents .guide_text ul {
	margin-top: 19px;
	margin-bottom: 0px;
}

.container .guide_contents .guide_text ul:first-child {
	margin-top: 0;
	margin-bottom: 0px;
}

.container .guide_contents .guide_text p:first-child {
	margin-top: 0px;
}

.container .guide_contents td {
	vertical-align: top;
}

.container .guide_contents .guide_extra_thumb {
	vertical-align: top;
}

.container .guide_contents .guide_extra img {
	padding: 1px;
	border: 1px solid black;
	margin: 2px;
}

/* financial summary stuff */

.container .financial_summary_table {
	width: 575px;
	border: 0;
}

.container .financial_summary_table_head th {
	border: 0;
	border-bottom: 2px solid black;
}

.container .financial_summary_debit {
	text-align: right;
}

.container .financial_summary_credit {
	text-align: right;
}

.container .financial_summary_subhead td {
	border: 0;
	border-bottom: 2px solid black;
}

.container .financial_summary_subhead .financial_summary_desc {
	font-weight: bold;
}

.container .financial_summary_data .financial_summary_desc {
	padding-left: 40px;
}

.container .financial_summary_data td {
	border: 0;
	border-bottom: 1px solid #cccccc;
}

.container .financial_partners_table {
	width: 575px;
	border: 0;
}

.container .financial_partners_head th {
	border: 0;
	border-bottom: 2px solid black;
}
.container .financial_partners_trans {
	text-align: right;
}
.container .financial_partners_debit {
	text-align: right;
}
.container .financial_partners_credit {
	text-align: right;
}
.container .financial_partners_data td {
	border: 0;
	border-bottom: 1px solid #cccccc;
}

.container .guide_contents pre {
	margin-left: 20px;
	padding: 10px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
/*
#control_overlay {  
    background-color:#000;  
} 

.modal {
	background-image:url("/stylesheets/window_background.png");
	background-position: top left;
	-moz-border-radius: 10px;  
    -webkit-border-radius: 10px;  
	padding: 10px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	min-width: 400px;
	min-height: 500px;
	
}

.modal .modal_contents {
	background-color: #fff;
	color: #000;
	margin-top: 10px;
	width: 100%;
	height: 100%;
}

*/

/**************************************/
/*             NAVIGATION             */
/**************************************/



/**************************************/
/*            MAIN CONTENT            */
/**************************************/



/**************************************/
/*               FOOTER               */
/**************************************/


/*** Lightbox CSS ***/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left; /*background: url(/icons/lightbox/prevlabel.gif) left 15% no-repeat;*/}
#nextLink { right: 0; float: right; /*background: url(/icons/lightbox/nextlabel.gif) right 15% no-repeat;*/}
#prevLink:hover, #prevLink:visited:hover { background: url(/icons/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/icons/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

