/* CSS Document */

html
{
	overflow: -moz-scrollbars-vertical;
}

body
{
	margin: 0;
	margin-top: 10px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/page_bg.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
}

#dev_env
{
	border: 2px solid white;
	background-color: #000066;
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	padding: 10px;
	position: fixed;
	bottom: 0px;
	width: 100%;
}

.heading
{
	 color:#999999;
	 font-size: 22px;
	 font-weight: bold;
}

.sub_heading
{
	border-bottom:1px solid #999999;
	margin-bottom: 10px;
	padding-bottom:5px;
}

#container
{
	padding: 10px 20px;
	width: 915px; /* 955px w/ padding */
	margin: 0px auto;

	border: 1px solid #9aa69a;	
	background-color: #ffffff;
}

#page_footer
{

	width: 955px; /* 955px w/ padding */
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	
	text-align: center;
	font-size: 10px;
}

#error_box
{
	margin-top:10px;
	margin-bottom: 10px;
	padding:5px;
	border:1px solid #FF0000;
	color:#FF0000;
	background-color:#eee;
	/*width:300px;*/
}

#error_box ol
{
	margin:0px;	
}

/*IE HACKS*/
* html #error_box ol { margin-left:25px; }
html > body #error_box ol { *margin-left:25px; }

#message_box
{
	margin-top:10px;
	padding:5px;
	border:1px solid #66B535;
	color:#66B535;
	background-color:#eee;
	/*width:300px;*/
}

a
{
	color: #7aa67a;

	/*border-bottom: 1px dotted red;*/
}

pre
{	
	font-size: 11px;
	color: blue;
	padding: 5px;
	border: 1px solid #cccccc;
}

input[type="submit"]
{
	border-style: solid;
  border-top-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-width: 1px;
  border-top-color: #a6a6a6;
  border-left-color: #a6a6a6;
  border-bottom-color: #9a9a9a;
  border-right-color: #9a9a9a;
  background-color: #9aa69a;
  color: #FFFFFF;
  font-size: 12px;
	padding: 5px;
  text-align: center;
}

a.bluelink { color: blue; }
.bg_gray { background-color: #666; }
.bg_litegray { background-color: #aaa; }
.b_b { border-bottom:1px solid #000000; }
.b_t { border-top:1px solid #000000; }
.border_1_black { border: 1px solid black; }
.bold { font-weight:bold; }
.f9 { font-size:9px; }
.f10 { font-size:10px; }
.f11 { font-size:11px; }
.f12 { font-size:12px; }
.f14 { font-size:14px; }
.f16 { font-size:16px; }
.f19 { font-size:19px; }
.f22 { font-size:22px; }
.fl { float:left; }
.fr { float:right;}
.float_area { overflow:auto; }
* html .float_area { overflow:auto; height:100%;}
.fontgreen { color:#7aa67a; }
.fontred { color:#FF0000; }
.fontwhite { color:#FFFFFF; }
.m0 { margin:0; }
.mar5 { margin:5px; }
.mar_b5 { margin-bottom:5px; }
.mar_t5 { margin-top:5px; }
.mar_t15 { margin-top:15px; }
.mar_b15 { margin-bottom:15px; }
.mar_b10 { margin-bottom:10px; }
.mar_l10 { margin-left:10px; }
.mar_l20 { margin-left:20px; }
.mar_r5 { margin-right:5px; }
.mar_r10 { margin-right:10px; }
.m10 { margin: 10px; }
.m20 { margin: 20px; }
.mov_d4 { position:relative; top:4px; }
.mov_u4 { position:relative; top:-4px; }
.nodec {text-decoration:none; }
.nodec:hover {text-decoration:underline; }
.pad2 { padding:2px; }
.pad5 { padding:5px; }
.pad12 { padding:12px; }
.pad_b0 { padding-bottom:0px !important; }
.pad_b5 { padding-bottom:5px; }
.pad_b10 { padding-bottom:10px; }
.pad_l5 { padding-left:5px; }
.pad_r5 { padding-right:5px; }
.pad_t5 { padding-top:5px; }
.pad_t15 { padding-top:15px; }
.pad_l12 { padding-left:12px; }
.scroll { overflow: scroll; }
.h80 { height: 80px;}
.left { text-align:left; }
.link { cursor:pointer; text-decoration:underline; color:#7aa67a;}
.center { text-align:center; }
.right { text-align:right; }
.v_t { vertical-align:top; }
.w100 { width: 100px; }
.w100p { width:100%; }
.w30p { width:30%; }
.w45p { width:45%; }
.w285 { width:285px; }

.cb,.clear
{
	line-height: 0px;
  font-size: 0px;
  clear: both;
  height: 0px;
}

#topnav
{
	text-align: right;
}

#topnav ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#topnav ul li
{
	display: inline;	
}

/** VEHICLE BOX **/
.vehicle_box
{
	margin: 0px;
	margin-bottom: 5px;
	border: 1px solid #cccccc;
	padding: 9px;
	background-color: #ffffff;
}

.dev_comments
{
	color: #cccccc;
	display: none;
}

.vehicle_box_last
{
	margin: 0px;
}

.vehicle_box .image 
{
  vertical-align: top;
  text-align: left;
  width: 110px; 
}

.vehicle_box .info 
{
  vertical-align: top;
  width: 386px; 
}
  
.vehicle_box .info table 
{
	width: auto; 
}
	
.vehicle_box .info td 
{
	vertical-align: top;
	font-size: 11px;
	line-height: 14px;
	margin: 0px;
	padding: 0px 0px 1px 0px; 
}

.vehicle_box .info .label 
{
	width: 70px;
	color: gray; 
}

.vehicle_box .info .name 
{
	color: #333;
	font-weight: bold;
	font-size: 13px;
	vertical-align: bottom;
	line-height: 15px; 
}

.vehicle_box .info .name a 
{
	line-height: 15px; 
}

.vehicle_box .actions 
{
	vertical-align: top;
	width: 100px; 
}

.vehicle_box .actions a 
{
	display: block;
	margin: 0px;
	padding: 2px 4px;
	text-decoration: none;
	border-bottom: solid 1px #D8DFEA; 
}

.vehicle_box .actions .nolink 
{
	display: block;
	margin: 0px;
	padding: 2px 4px;
	text-decoration: none;
	font-weight: bold;
	color: #808080;
	border-bottom: solid 1px #D8DFEA; 
}

.vehicle_box .actions a:hover 
{
	/*color: white;*/
	/*background: #3B5998;*/
	background-color: #f7f7f7;
	text-decoration: none; 
}

.home_box
{
	border-right: 1px solid #999999;
	border-bottom: 2px solid #999999;
	margin-bottom: 10px;
}
.home_box td
{
	padding: 4px 5px;
	border-bottom: 1px solid #eeeeee;
}

.home_box .header
{
	padding: 4px 5px;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	background-color: #EEEEEE;
}

.home_box .data
{
	color: #9aa69a;
}

.home_box .important
{
	padding-left: 20px;
	background-image: URL(/images/important.gif);
	background-repeat: no-repeat;
	background-position: center left;
	color: #CC0000;
	
}

.home_box .newmessages
{
	padding-left: 20px;
	background-image: URL(/images/newmessages.gif);
	background-repeat: no-repeat;
	background-position: center left;
	color: #336699;
}

.home_box .newmessages a
{
	color: #336699;
	text-decoration: none;
}

.home_box .newmessages a:hover
{
	text-decoration: underline;
}

.home_box .newtscomments
{
	padding-left: 20px;
	background-image: URL(/images/newtscomments.gif);
	background-repeat: no-repeat;
	background-position: center left;
	color: #666666;
}

.home_box .pendingfriendrequests
{
	padding-left: 20px;
	background-image: URL(/images/group_add.png);
	background-repeat: no-repeat;
	background-position: center left;
	color: #666666;
}
#header{
	margin-bottom: 10px;
}

#home_left
{
	width: 590px;
	/*border: 1px solid black;*/

}

#home_right
{
	width: 300px;
	/*border: 1px solid black;*/
}	

.module
{
	 border: 1px solid #888;
}

.module .header
{
	padding: 5px;
	background-color: #eee;
	font-size: 16px;
	font-weight: bold;
	color: #666;
}

.module .content
{
	padding:5px;
}

#nav 
{
	margin-bottom: 10px;
}	

#nav .nav_item
{
	padding: 5px 15px;
	border: 1px solid #cccccc;
	float:left;
	margin-right: 5px;
	background-color: #000000;
	background-image: url(../images/nav_item_bg.gif);
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
}

#nav a
{
	color:#FFFFFF;
	text-decoration: none;
}

#nav a:hover
{
	text-decoration: underline;
}
	
#nav .login
{
	float: right;
	background-image: none;
	background-color: #333333;
}
#nav .register
{
	float: right;
	background-image: none;
	background-color: #00CC00;
}	

#nav .last
{
	margin-right: 0;
}	

#index_register_button
{
	padding: 5px;
	font-size: 16px;
	font-weight: bold;
	border: 2px solid #cccccc;
	color: #ffffff;
	background-color: #EE0000;

}	

#index_register_button a
{
	color: #ffffff;
	text-decoration: none;
}

#index_register_button a:hover
{
	text-decoration: underline;
}

#featured_timeslips
{
	background-image: url(../images/featured_timeslip.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	border: 2px solid #CCC;
	padding: 5px;
}
