/*----------------------
  -- Main Body Styles --
  ----------------------*/


*{padding: 0; margin: 0;} 

img {
	border: 0;
}
body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

.strong {
    font-weight: bold;
}

.italic {
    font-style: italic;
}



/*--This is the main container of the template.  It sets the overall width of the tempalate as well as centers it--*/
#wrapper {
	width: 983px;
	background: #fff url('/static/skins/red/images/wrapper.jpg') no-repeat 50% top;
	margin: 0 auto; /*centers the template*/
}
/*--The main header--*/
#header {
	width: 983px;
	height: 105px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#header-left {
	width: 290px;
	height: 70px;
	margin: 0px;
	float: left;
}
#header-left a {
	display: block;
	width: 290px;
	height: 70px;
}

#header-main {
	width: 693px;
	height: 96px; 
	margin: 0px;
	float: right;
	position: relative;
}


/*--Greeting (Welcome mesage, login/out links etc...--*/
#greeting {
	color: #E3E3E3;
	font-size: 10px;
	float: right;
	margin: 2px 12px 0px 0px;
}
#greeting a:link {
	color: #E3E3E3;
	text-decoration: underline;
}
#greeting a:visited {
	color: #E3E3E3;
}
#greeting a:hover {
	color: #FFFF00;
	text-decoration: underline;
}
/*--Footer styles--*/
#footer {
	width: 100%;
	height: 154px;
	background-color: #e5e4e4;
	border-top: 4px solid #dddcdc;
	clear: both;/*Clears all columns and sets the footer at the bottom*/
}
/*--Set footer width and center--*/
#footer-wrapper {
	color: #999;
	width: 981px;
	margin: 0 auto;
	padding: 10px 0px;
}
#footer-wrapper p {
	text-align: center;
}
/*----------------------
  -- Link Styles      --
  ----------------------*/
/*-Main Links.  All links will show like this unless specified otherwise-*/
a:link, a:visited {
	color: #333333;
	text-decoration: none;
}
a {
	color: #5798ca;
	text-decoration: none;
}
a:hover {
	color: #740E02;
}
/*-----------------------
  -- Navigation Styles --
  -----------------------*/
#nav-bar {
	clear: both;
	float: right;
	width: auto;
	padding: 0px;
	position: absolute;
	bottom: 7px;
	right: 12px;
	margin: 0px;
}	

a.link_underline {
    text-decoration: underline;
}

#nav-main {
	height: 32px;
	float: left;
	background: url('/static/skins/red/images/nav-main.gif') repeat-x; 
}

/*-Main Nav Buttons-*/
#nav-main ul {
	list-style-type: none;
	width: auto;
	display: block;
	Margin: 0 auto;
}
#nav-main li {
	display: inline;
	width: auto;
	border: 1px #B93002 solid;
	border-right: 1px #B93002 solid;
	border-bottom: 1px solid #B93002;
	float: left;
	padding: 4px 6px;
	margin: 4px 4px 0px 4px;
}
#nav-main li:hover {
	border: 1px #D90000 solid;
	background: #8F0F01;
}
#nav-main li a:link {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}
#nav-main li a:visited {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
}
/*--Sub Navigation. (My Profile, My Messages, etc...)--*/
.sub-nav {
	font-size: 11px;
	text-align: right;
	margin: 2px 12px 0px 0px;
}
.sub-nav-links {
	color: #e7e7e7;
	font-size: 10px;
}
.sub-nav-links a:link, .sub-nav-links a:active, .sub-nav-links a:visited {
	text-decoration: none;
	font-size: 10px;
	color: #E5E4E4;
}
.sub-nav-links a:hover {
	color: #FFFF00;
}
/*--Browse Navigation. (Featured, Most Views, etc...)--*/
.browse-nav {
	text-align: right; 
	margin:  0px 3px 0px 0px; 
    padding-top: 5px;
	padding-right: 5px;
    height: 32px;
    
}

.browse-nav a {
	color: #fff;
	font-size: 12px;
}
.browse-nav a:hover {
	text-decoration: underline;
}

/*--Search Bar--*/
#search-bar {
	float: right;
	clear:right;
	margin: 2px 12px 2px 0px;
}
/*--Form BUttons--*/
.button-form {
	height: 21px;
	font-size: 11px;
	font-family: verdana;
	border: 1px solid #666666;
	background: url('/static/skins/red/images/button-form.gif') repeat-x;
	padding: 0px 0px 2px 0px;
}
.button-form:hover {
	border: 1px solid #cccccc;
}
/*-----------------------
  -- Advert Styles     --
  -----------------------*/
#advert-top {
	width: 100%;
	margin: 0px;
	text-align: center;
}
#advert-bottom {
	width: 100%;
	margin: 0px;
	text-align: center;
}
#advert-right {
	width: 256px;
	height: auto;
	padding: 2px 0px;
	text-align: center;
	border: 1px solid #d0d2d4;
	border-top: none;
	border-bottom: none;
	text-align: center;
}
#advert-left {
	width: 256px;
	padding: 2px 0px;
	text-align: center;
	border: 1px solid #d0d2d4;
	border-top: none;
	border-bottom: none;
	text-align: center;
}
/*-----------------------
  -- Column Styles     --
  -----------------------*/

#vehicles_tree {
	float: left;
	width: 100px;
	margin: 15px 0px 5px 0px;
	border: 1px solid #d0d2d4;
}

#inner-templates-container {
    clear: both;
	width: 100%;
  /* margin: 0px auto; */
}
#column-wide {
	width: 980px;
	margin: 15px 0px 5px 0px;
	float: left;
}
#column-left-1 {
	width: 712px;
	float: left;
	margin: 3px 5px 10px 0px;
}
#column-right-1 {
	width: 258px;
	float: left;
	margin: 3px 0px 10px 5px;
}
#column-left-2 {
	width: 258px;
	float: left;
	margin: 3px 5px 10px 0px;
}

#column-right-2 {
	width: 712px;
	float: left;
	margin: 3px 0px 10px 5px;
}

#column-left-3 {
	width: 465px;
	padding: 5px;
	float: left;
	margin: 5px 0px 0px 0px;
}
#column-right-3 {
	width: 465px;
	padding: 5px;
	float: right;
	margin: 5px 0px 0px 0px;
}
/*------------------------------------
  -- Containers, Headers and Blocks --
  ------------------------------------*/
/*--Wide Container Header--*/
.header-wide {
	color: #fff; 
	font-size: 14px;
	font-weight: bold;
	width: 712px;
	height: 32px;
	margin: 0px;
    padding-left: 5px;
    line-height: 32px;
    background: url('/static/skins/red/images/sprite.png');background-position: 0 -1005px; width: 707px; height: 32px;
}

#spot_like_bar {
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    padding: 10px;
}

.spot_likes_count, .spot_favs_count {
    font-size: 25px;
    font-weight: bold;
}

.spot_likes_count {
    color:#b43825;
}

.spot_favs_count {
    color: #f68d1e;
}

.rating_button {
 -moz-text-shadow:0 1px 0 rgba(255,255,255,0.8);
 -webkit-text-shadow:0 1px 0 rgba(255,255,255,0.8);
 text-shadow:0 1px 0 rgba(255,255,255,0.8);
 -moz-box-shadow:0px 1px 3px rgba(0,0,0,0.15);
 -webkit-box-shadow:0px 1px 3px rgba(0,0,0,0.15);
 box-shadow:0px 1px 3px rgba(0,0,0,0.15);
 -moz-border-radius:3px;
 -webkit-border-radius:3px;
 border-radius:3px;
 cursor:pointer;
 -webkit-transition-duration:0.3s;
 -webkit-transition-timing:ease-out;
 -o-transition-duration:0.3s;
 -o-transition-timing:ease-out;
 -moz-transition-duration:0.3s;
 -moz-transition-timing:ease-out;
 -ms-transition-duration:0.3s;
 -ms-transition-timing:ease-out;
 transition-duration:0.3s;
 transition-timing:ease-out;
 -webkit-touch-callout:none;
 -webkit-user-select:none;
 -khtml-user-select:none;
 -moz-user-select:none;
 -ms-user-select:none;
 -o-user-select:none;user-select:none;
 -webkit-appearance:button;
}

.do {
    color: #ffffff;
}

.undo {
    color: #595959;
}

#fav_button, #like_button {
    width: 130px;
    font-weight: bold;
    font-size: 14px;
    padding: 2px;
    cursor: pointer;
    height: 30px;


    -moz-text-shadow:0 1px 0 rgba(0,0,0,0.25);
    -webkit-text-shadow:0 1px 0 rgba(0,0,0,0.25);
    text-shadow:0 1px 0 rgba(0,0,0,0.25);
} 


#like_button {
    background-color:#d43825; 
    border:1px solid #bb3120;
}

#like_button:hover {
    background-color:#bb3120;
}

#fav_button {
    background-color:#f68d1e;
    border:1px solid #da7307;
}

#fav_button:hover {
   background-color:#da7307; 
}
/*
#like_button {
    background-color:#249125; 
    border:1px solid #1f7020;
}

#like_button:hover {
    background-color:#1f7e20;
}

#fav_button {
    background-color:#f68d1e;
    border:1px solid #da7307;
}

#fav_button:hover {
   background-color:#da7307; 
}
*/

.images_navigation_bar {
	background-color: #DAD9D9;
	font-size: 12px;
	font-weight: bold;
	width: 704px;
	height: 26px;
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 0px 8px;
}


.header-wide-comments {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	width: 704px;
	height: 24px;
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 0px 8px;
    background: url('/static/skins/red/images/sprite.png');
    background-position: 0 -1005px; width: 704px; height: 24px;
}


.header-wide h1 {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 5px 0px 0px;
	text-align: left;
}

.header-wide h1 a {
	color: #FFFF00;
}

.header-wide h2 {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	text-align: left;
}
/*--Wide Container--*/
.container-wide {
	width: 704px;
	text-align: center; 
	border: 1px solid #d0d2d4;
	border-top: none; 
	border-bottom: none;
	padding: 0px 3px;
}

#spot-image-container {
    margin-left: 3px;
    float: left;
	padding: 2px 0px;	
	width: 640px;
}

#prev-image-arrow {
	margin-left:5px;
	float:left;
	margin-top:1px;
	width: 24px;
}

#next-image-arrow {
	margin-left:5px;
	float:left;
	margin-top:1px;
	width: 24px;
}


/*--Bottom border. This is to give the wide containers rounded bottom corners.--*/
.container-wide-footer {
	width: 712px;
	height: 6px;
	margin: -2px 0px 22px 0px;
    background: url('/static/skins/red/images/sprite.png');background-position: 0 -693px; width: 712px; height: 6px;
}
/*--Top border. This is to give the wide containers rounded top corners.--*/
.container-wide-header {
	width: 712px;
	height: 6px;
	margin: 5px 0px 0px 0px;
    background: url('/static/skins/red/images/sprite.png');
    background-position: 0 -805px; width: 712px; height: 6px;
}

.il8-item-container {
	clear: both;
	width: 650px;
	font-size: 12px;
	padding: 20px 10px 10px 10px;
	border-top: 1px solid #dddddd;
}

.il8-item-container-top {
	border-top: 0px;
}

.il8-item-container img {
	padding: 10px;
	border: 1px solid #dddddd;
	margin: 12px 20px 12px 12px;
}



.imagebox-il8 {
	width: 290px;
	height: 230px;
	float: left;
}

.imagebox-il48 {
	width: 160px;
	height: 120px;
	float: left;
	margin: 6px;
}

.descbox-il8 {
	height: 30px;
	width: 350px;
	float: left;
	padding: 28px 0 0 0;
	
}

.spot-details-list {
    margin: 10px 10px;
    width: 410px;
	font-size: 14px;
	list-style-type: none;
	float: left;
	text-align: left;
}
.spot-details-list li {
	margin: 3px 0;
	padding: 2px 0px;
	font-size: 12px;
}




.li-spacer {
}
.rating {
	float: left;
}

/*--Narrow Column Header--*/
.header-narrow {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	width: 256px;
	height: 22px;
	margin: 0px 0px -3px 0px;
	padding: 3px 0px 0px 8px;
    background: url('/static/skins/red/images/sprite.png'); 
    background-position: 0 -933px; width: 256px; height: 22px;
}
.header-narrow-2 {
	color: #444444;
	font-size: 14px;
	font-weight: bold;
	width: 256px;
	height: 22px;
	margin: 0px 0px -3px 0px;
	padding: 3px 0px 0px 8px;
/* 	background: url('/static/skins/red/images/column-header-narrow-2.gif') no-repeat; */
    background: url('/static/skins/red/images/sprite.png');
    background-position: 0 -861px; width: 256px; height: 22px;
}
/*-- Narrow Container.  These are used in the right column--*/
.container-narrow {
	width: 252px;
	border: 1px solid #d0d2d4;
	border-top: none;
	border-bottom: none;
	padding: 0px 2px;
}

.vehicles-tree-container {
	width: 246px;
	border: 1px solid #d0d2d4;
	border-top: none;
	border-bottom: none;
	padding: 5px 5px;
}

/*--This gives the narrow containers rounded top corners when needed.--*/
.container-narrow-top {
	width: 258px;
	height: 6px;
    background: url('/static/skins/red/images/sprite.png');
    background-position: 0 -749px; width: 258px; height: 6px;
}
/*--This gives the narrow containers rounded bottom corners.--*/
.container-narrow-bottom {
	width: 258px;
	height: 6px;
	margin: 0px 0px 10px 0px;
    background: url('/static/skins/red/images/sprite.png');background-position: 0 -637px; width: 258px; height: 6px;
}
/*--Container List Styles--*/
.container-narrow ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
/*--The Stats Container--*/
.container-stats {
	width: 252px;
	border: 1px solid #d0d2d4;
	border-top: none;
	border-bottom: none;
	padding: 0px 2px;
}
.container-stats ul {
	list-style-type: none;
}
.container-stats li {
	line-height: 1.8;
}
/*--The Login Form Container--*/
#login-box {
	color: #fff;
	width: 258px;
	height: 170px;
	background: url('/static/skins/red/images/login-back.gif') no-repeat;
	margin: 0px 0px 18px 0px;
}
#login-box ul {
	display: block;
	list-style-type: none;
	margin: 0px 0px 0px 10px;
	padding: 9px 10px 0px 0px; 
}
#login-box ul li {
	list-style-type: none;
	margin: 3px 12px 8px 0px; 
	text-align: left;
}
#login-box a {
	color: #444444;
	font-size: 10px;
	line-height: 11px;
}
#login-box a:hover {
	color: #fff;
}

.howlong {
	margin: 0px 5px 0px 0px;
}

/*--Upload Video Container--*/
#upload-images {
	width: 648px;
	padding: 30px;
	text-align: left;
}
#upload-images ul {
	list-style-type: none;
}
#upload-images li {
	margin: 8px 0px;
    text-align: left;
    width: 640px;
}

#images-uploaded-message {
    font-size: 15px;
}

#images-uploaded-message a {
    text-decoration: underline;
}

#images-uploaded-message p {
    margin: 5px;
    text-align: left;
}

.il8-item-title {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

.il8-descbox-item {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 8px;
}

.il8-descbox-item-content {
    font-weight: normal; font-size: 12px;
}

/*--Members Info--*/
.member-info {
	list-style-type: none;
	text-align: left;
	line-height: 0.5px;
}
.member-info li {
	font-size: 11px;
	line-height: 12px;
}
/*--Member Details--*/
#member-details {
    margin: 3px;
	padding: 2px;
	width: 242px;
    float: left;
}
.member-details-list {
	float: left;
    text-align: left;
}

#member-details-links {
	width: 130px;
    margin-left: 5px;
}

.member-details-list ul {
	list-style-type: none;
}
.member-details-list li {
	margin: 2px 0px;
    padding: 2px;
}
#member-details-thumb {
	float: left;
	width: 102px;
}
#member-details-thumb img {
	border: 2px solid #666666;
}
#member-details-thumb img:hover {
	border: 2px solid #dddcdc;
}
#member-status {
	margin: 5px 3px 0px 3px;
	text-align: left;
}
#member-content {
	width: 258px;
	float: left;
	font-weight: bold;
	text-align: center;
	padding: 5px 0px 0px 0px;
}
.member-others {
	float: left;
	margin: 5px 5px 3px 20px;
	text-align: center;
}
/*--Member List--*/

.member-list {
    width: 980px;
    margin: 0px;
    text-align: center;
}

.member-list ul {
	list-style-type: none;
}

.member-list-box {
    background: #f9f9f9;
    float: left;
    margin: 5px;
    padding-top: 5px;
    border: 1px solid #dddcdc;
}

.member-list li {
    border: 1px solid #dddcdc;
    width: 167px;
    margin: 3px 3px 0px 0px;
    color: #333333;
    padding: 3px;
    margin: 4px;
}

.il24-item-container {
	width: 693px;
	display: inline-block;
	list-style-type: none;
	border: 1px solid #dddcdc;
	margin-bottom: 5px;
	float: left;
}

.il24-item-container li {
	list-style-type: none;
}
.content-list-narrow {
	width: 256px;
	padding: 5px 4px;
}
#content-list-narrow li {
	margin-top: 5px;

}
#content-list a:link {
	color: #740E02;
	text-decoration: none;
}
#content-list a:visited {
	color: #740E02;
	text-decoration: none;
}
#content-list a:hover {
	color: #740E02;
	text-decoration: underline;
}
.content-list-thumb {
	width: 102px;
	list-style-type: none;
	float: left;
	padding: 2px 0px 0px 2px;
	margin: 2px 0px;
}

.thumb-il24 {
	width: 120px;
	list-style-type: none;
	float: left;
	padding: 2px 0px 0px 2px;
	margin: 2px 0px;
}

.content-list-thumb li {
	display: inline;
}

.content-list-thumb-il24 li {
	display: inline;
}

.content-list-info {
	display: inline-block; 
	list-style-type: none;
	width: 588px;
	float: right;
	margin: 2px 0px;
	border-left: 1px solid #dddcdc;
}

.info-il24 {
	display: inline-block; 
	list-style-type: none;
	width: 500px;
	float: left;
	margin: 7px;
	padding: 0px;
	clear: none;
    text-align: left;
}

.content-list-info-il24 li {
	padding: 0px;
	clear: left;
	width: 580px;
	float: left;
	text-align: left;
	margin: 0px;
}

.content-list-info li {
	padding: 2px;
}
/*--Comment List Container--*/
.comment-list {
	width: 710px;
}
.comment-list-block {
	display: inline-block;
	list-style-type: none;
}
.comment-list-block li {
	padding: 5px 0px;
	margin-bottom: 3px;
}
.comment-list-thumb {
	width: 118px;
	list-style-type: none;
	float: left;
}
.comment-list-thumb img {
	border: 2px solid #666666;
}
.comment-list-thumb img:hover {
	border: 2px solid #dddcdc;
}
.comment-list-thumb li {
	display: inline;
	list-style-type: none;
}
.comment-list-info {
	display: inline;
	list-style-type: none;
	width: 588px;
	float: right;
	border: 1px solid #dddcdc;
	text-align: left;
}
.comment-list-info li {
	padding: 4px 5px;
}
/*--Signup/Login Form Container--*/




.Signup {
	background-color: #FFFFFF;
	text-align: left;
}
.Signup ul {
	list-style-type: none;
	padding: 0px;
	margin: 25px 0px 0px 25px;
	width: 340px;
}
.Signup li {
	display: block;
	margin: 0px 0px 10px 6px;
}
.signup-left {
	width: 460px;
	margin: 5px 2px;
	padding: 2px 0px 0px 10px;
	background: #fff;
	border: 3px solid #dddcdc;
	float: left;
}
.signup-left p {
	font-weight: bold;
}
.signup-left ul {
	margin: 5px 0px 5px 30px;
}
.signup-right {
	width: 460px;
	margin: 5px 2px;
	padding: 5px;
	background: #fff;
	border: 3px solid #dddcdc;
	float: right;
}
.signup-right a {
	color: #317eb8;
	font-weight: bold;
}
.signup-right a:hover {
	text-decoration: underline;
}
.login-button {
	margin-left: 78px;
}

/*--Misc--*/
#spots-carousel {
	margin: 5px 0px;
}
/*--Warning Message Container--*/
.warning-message {
	margin: 2px auto;
	text-align: center;
	border: 1px dashed #ee0000;
	color: #ee0000;
	font-weight: bold;
	font-size: 14px;
	line-height: 15px;
	padding: 3px;
}
/*--Welcome Page Container--*/
#welcome-container {
	width: 100%;
	border: 2px solid #dddcdc;
	text-align: left;
	height: 356px;
	font-weight: bold;
	margin: 0 auto;
}
#welcome-container ul {
	list-style-type: none;
	margin: 24px 0px;
}
#welcome-container li {
	margin: 0px 0px 10px 90px;
	display: inline;
	width: 320px;
	float: left;
}
/*--Member Search Container--*/
#members-search {
	text-align: center;
	margin: 10px 3px;
	border: 1px solid #E3E3E3;
	clear: left;
}
#members-search ul {
	margin: 0px;
	padding: 5px 0px;
	background-color: #FAFAFA;
}
#members-search li {
	display: inline;
	margin-right: 15px;
}
/*--Generic Container--*/
#spotters-listing-container {
	border: 2px solid #dddcdc;
	padding: 5px;
    height: 1230px;
    margin-bottom: 10px;
}
#spotters-listing-container p {
	line-height: 2;
}
/*----------------------
  -- General Styles   --
  ----------------------*/
.thumb {
	border: 2px solid #ccc;
}

h1 {
	color: #740E02;
	font-size: 20px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}
h2 {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}
h3 {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}
h4 {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
}
h4 a {
	color: #5798ca;
}

.font4_14 {
	color: #000;
	font-size: 14px;
	font-weight: bold;
}
.font4_13 {
	color: #000000;
	font-size: 11px;
}
.font4_12 {
	color: #A60100;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
}
.font5_14 {
	color: #800000;
	font-size: 14px;
	font-weight: bold;
}
.font5_15 {
	color: #800000;
	font-size: 16px;
	font-weight: bold;
}
.font5_4B {
	color: #800000;
	font-size: 12px;
	font-weight: bold;
}
.font5_12 {
	font-size: 12px;
	font-weight: bold;
}
.font5_16 {
	font-size: 18px;
	font-weight: bold;
}
.stats-label {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	margin: 5px;
	float: left;
}
.stats-value {
	float: right;
	margin: 5px 2px;
}
.signup-label {
	font-weight: bold;
	margin: 0px 17px 0px 0px;
}
.signup-label-user {
	font-weight: bold;
	margin: 0px 12px 0px 0px;
}
.signup-label-new {
	font-weight: bold;
	width: 100%;
	background-color: #d7d7d7;
	padding: 0px 5px;
}
.clear-fix {
	clear: both;
}
/* Pagination */
#pagination {
	margin-top: 28px;
	margin-bottom: 8px;
}
#pagination ul {
	list-style-type: none;
	padding-left: 0px;
}
#pagination li {
	display: inline;
	margin: 10px 5px 0 0;
}
#pagination li a {
	padding: 4px;
	border: 1px solid #999999;
	text-decoration: none;
}
#pagination li a:hover {
	border: 1px solid #333333;
	background-color: #ffffff;
	color: #0000DD;
	ZZZfont-weight: bold;
	ZZZfont-size: 12px;
	ZZZpadding: 5px;
}
/*----------------------
  -- Promoted Videos  --
  ----------------------*/
#UploadImage td {
	padding: 8px 0;
	font-size: 15px;
	font-family: arial, helvetica;
}
#UploadImage img {
	padding: 4px;
	border: 1px solid #dedede;
}
#None_ChatboxMain {

}
/* Video Comments thumb */
.ThumbMembersVideos_Comments {
	float: left;
	width: 65px;
	height: 65px;
	margin-left: 8px;
	margin-top: 0px;
	margin-right: 8px;
}

.comment-container {
    margin-top: 5px;
    font-weight: normal;
}

.comment-container-top {
    margin-top: 0px;
}

.comment-text {
    font-size: 15px; 
    color: #222222;
    margin-left:12px;
    margin-top: 5px;
    text-align: left;
    padding: 10px 2px;
    overflow: auto;
}

.comment-avatar {
    float: left;
    width: 81px;
}

.comment-avatar img {
    padding: 6px;
    border: 1px solid #e8e8e8;
}

.comment-box {
    margin-left: 5px;
	color: #444444; 
	background-color: #f8f8f8;
	border: 1px solid #c5c5c4;
	padding: 4px 10px; 
	float: left;
	width: 590px;
	background-repeat: repeat-x;
	background-position: left top;
}

.comment-box-top-links {
	margin: 0px;
	padding: 0px;
}

.edit-spot-form-row {
    float: left;
    margin: 5px 0px;
}

.edit-spot-form-row-label {
    float: left;
    font-weight: bold;
    width: 80px;
    text-align: right;
    padding-right: 5px;
    padding-top: 3px;
}

.edit-spot-form-row-input {
    float: left;
}

.edit-spot-form-row-input input[type="text"] {
	font-size: 9pt;
	width: 130px;
	height: 20px; 
	letter-spacing: 1px;
	border: 1px solid #DFDCDC; 
	background-color: #FDFDFD;
}

.edit-spot-form-row-input textarea {
	font-size: 9pt;
	width: 270px;
	height: 70px;
	letter-spacing: 1px; 
	border: 1px solid #DFDCDC;
	background-color: #FDFDFD;
}

.edit_spot_form_close {
    margin-left: 30px;
    font-size: 90%;
}

.ajax_error {
    color: red;
    display: none;
}

/* TODO: remove "image_form" */

.image_form {
	font-size: 9pt;
	margin-left: 10px;
	width: 230px;
	height: 20px; 
	color: #666666;
	letter-spacing: 1px;
	border: 1px solid #DFDCDC;
	background-color: #FDFDFD;
}

.image_form_text {
	font-size: 9pt;
	margin-left: 10px;
	width: 230px;
	height: 50px;
	color: #666666;
	letter-spacing: 1px; 
	border: 1px solid #DFDCDC;
	background-color: #FDFDFD;
}


#register_form input.form-error, #register_form select.form-error,
        #spot_details_form input.form-error, #spot_details_form select.form-error {
    border: 1px solid red;
    background-color: #FFFFD5;
}

input[type="text"].form-error, textarea.form-error, select.form-error {
    border: 1px solid red;
    background-color: #FFFFD5;
}

label.form-error {
    color: red;
    font-size: 80%;
    text-align: left;
}

#spot_details_form div label.form-error, #register_form div label.form-error,
    #edit_spot_form div label.form-error {
    color: red;
    font-size: 80%;
    text-align: left;
}

#register_form div label.form-error {
    clear: both;
    float: right;
    margin-right: 15px;
}

.form_errors_notification {
    font-size: 110%;
    font-weight: bold;
    color: red;
}

.form_success_notification {
    font-size: 110%;
    font-weight: bold;
    color: #003c00;
}

.image_form_tags {
	font-size: 9pt;
	width: 228px;
	height: 20px;
	font-weight: bold;
	color: #666666;
	letter-spacing: 1px;
	border: 1px solid #DFDCDC;
	background-color: #FDFDFD;
}
/*
input:focus, textarea:focus {
	color: #444444;
	border: 1px solid #0099FF;
}
*/
.special_file {
	border: 1px solid #FDFDFD;
	background-color: #FDFDFD;
}
.sort_by {
	font-size: 7pt;
	width: 138px;
	height: 16px;
	font-weight: bold;
	color: #888888;
	letter-spacing: 1;
	border: 1px solid #7AB0D8;
	background-color: #FFF;
}
.sort_by:focus {
	color: #FFFFFF;
	border: 1px solid #0099FF;
	background-color: #0099FF;
}
#sort_by ul {
	list-style-type: none;
}
#sort_by li {
	display: inline-block;
	margin: 8px 0px;
	float: left;
}

.images-listing-empty {
	padding: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}


/* Pagination */
#il-pagination {
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#il-pagination ul {
        list-style-type: none;
        padding: 0px;
	clear: none;
	float: left;
}

#il-pagination li {
        display: block;
	width: auto;
        margin: 2px;
	padding: 2px;
        list-style-type: none;
	float: left;
}

#il-pagination li a, #il-pagination .il-pagination-nav a {
        padding: 4px;
        border: 1px solid #999999;
        text-decoration: none;
}

#il-pagination li a:hover, #il-pagination .il-pagination-nav a:hover {
        border: 1px solid #333333;
        background-color: #ffffff;
        color: #0000DD;
        ZZZfont-weight: bold;
        ZZZfont-size: 12px;
        ZZZpadding: 5px;
}

#il-pagination .il-pagination-gap {
	float: left;
	padding: 4px;
	clear: none;
}

#il-pagination .il-pagination-nav {
	padding: 2px;
	margin: 2px;
	clear: none;
	float: left;
}

/* Generic pagination */

.generic-pagination ul {
    list-style-type: none;
    padding: 0px;
}

.generic-pagination li {
    float: left;
    display: block;
	width: auto;
    margin: 2px;
    list-style-type: none;
    padding: 5px 2px; 
}

.generic-pagination li a, .generic-pagination a {
    padding: 4px; 
    border: 1px solid #999999;
    text-decoration: none;
}

.generic-pagination li a:hover, .generic-pagination a:hover {
    border: 1px solid #333333;
    background-color: #ffffff;
    color: #0000DD;
    ZZZfont-weight: bold;
    ZZZfont-size: 12px;
    ZZZpadding: 5px;
}


/* End of generic pagination */


#vtree {
	margin: 0px;
	padding: 3px 0px 3px 0px;
}

#vtree ul {
	list-style-type: none;
}

#vtree li {
	border-bottom: 1px solid #dddcdc;
	padding-top: 2px;
	padding-bottom: 2px;
}

#vtree li .make { 
	margin-left: 2px;
}

#vtree .model {
	margin-left: 15px;
}

.dont-show a {
	color: #444444;
}

.close-meerkat a {
	color: #444444;
}

.input_form {
}

#register_form fieldset {
	border: 0px;
}

#register_form .field_label, #register_form .submit  { 
        font-weight: bold;
        float: left;
        margin-left: 15px;
}


#register_form .rows_separator {
	clear: both;
	height: 10px;
}

#register_form .input_field {
	float: right;
	margin-right: 15px;
    vertical-align: middle;
}

#register_form input[type=radio] {
	margin-left: 10px;
    vertical-align: middle;
}

#bdate {
	display: block;
	float: right;
	margin-right: 15px;
}


#register_form .constraint_required label {
    background: #f00;
}

#register_form .input_error {
	color: red;
}

#register_form #nick_checker_res_panel {
    margin: 5px 15px;
    padding: 2px;
}

#register_form #recaptcha {
	display: block;
	clear: both;
	margin-left: 15px;
}

#nick_checker_res_msg {
    float: left;
}

#nick_checker_res_li {
    float: right;
    width: 15px;
}

.nick_invalid, .nick_unavailable {
    color: red;
}

.nick_available, .nick_checking {
    color: green;
}

.registration_step_outcome {
    margin: 50px auto;
    height: 400px;
    width: 80%;
    text-align: center;
    font-weight: bold; 
    font-size: 16px;
}

.comment-submit-error {
    display: none;
    color: red;
    margin-right: 5px;
}


#spot_edit_area {
    display: none;
    width: 100%;
}



.member_profile_form_row {
    float: left;
    margin-bottom: 10px;
}

.member_profile_form_row_label {
    float: left;
    width: 150px;
    text-align: right;
    font-weight: bold;
    border-bottom: 1px solid #e1e1e1;
    padding: 10px 3px;
}

.member_profile_form_row_elem {
    float: left;
    text-align: left;
    margin-left: 20px;
    padding: 10px 3px;
}

.member_profile_form_row_elem textarea {
    width: 400px;
    height: 80px;
}

.member_profile_form_row_elem input[type="text"] {
    width: 150px;
}


.clear-float {
    clear: both;
}

.spot-deleted {
 /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

  /* IE 5-7 */
  filter: alpha(opacity=50);

  /* Netscape */
  -moz-opacity: 0.5;

  /* Safari 1.x */
  -khtml-opacity: 0.5;

  /* Good browsers */
  opacity: 0.5;
}

#generic-container {
        border: 2px solid #dddcdc;
        padding: 5px;
}

#generic-container p {
        line-height: 2;
}

#noscript, #ie6-unsupported {
    clear: both;
    font-size: 110%;
    font-weight: bold;
    border: 2px solid red;
    padding: 5px;
    margin: 5px 0px;
    text-align: center;
}

.edit-blog-post-form-row {
    float: left;
    margin: 5px;
}

.edit-blog-post-form-row-label {
    float: left;
    width: 120px;
    font-weight: bold;
    text-align: right;
    padding-right: 10px;
}

.edit-blog-post-form-row-field {
    float: left;
    padding-left: 10px;
}

.edit-blog-post-form-row-field textarea {
    width: 500px;
    height: 400px;
}

.edit-blog-post-form-row-field input[type="text"] {
    width: 500px;
}

.blog_page_container, .blog_post_container {
    border-right: 1px solid #dddcdc;
    padding: 5px;
}

.blog_page_post {
    border-bottom: 1px solid #dddcdc;
}

.blog_page_post a, .blog_post a {
    text-decoration: underline;
}

.blog_post ul {
    padding: 3px 3px 3px 15px;
}

.blog_post p {
    padding: 4px 2px;
}

.blog_page_post_gap {
    height: 40px;
}

.blog_page_post_header {
    padding-bottom: 3px;
}

.blog_page_post_subject {
    float: left;
}

.blog_page_post_subject h1 a {
    text-decoration: none;
}

.blog_page_post_time {
    float: right;
    padding-right: 20px;
}

.blog_page_post_content {
}

.blog_page_post_footer {
    padding-top: 15px;
    padding-bottom: 5px;
}

.blog_page_post_footer_social {
    float: left;
}

.blog_page_post_footer_comments {
    float: right;
    padding-right: 20px;
}

.blog_post {
}

.blog_post_nav {
    background-color: #dddcdc;
    padding: 10px;
    font-weight: bold;
    font-size: 110%;
}

.blog_post_header {
    margin-top: 10px;
}

.blog_post_subject {
    float: left;
    padding-left: 5px;
}

.blog_post_time {
    padding-right: 20px;
    float: right;
}

.blog_post_content {
    padding: 5px;
}

.blog_post_tags {
    maring-top: 5px;
    padding: 5px;    
}

.blog_post_footer {
    maring-top: 5px;
    padding: 5px;    
}

.lsc_row {
    border-bottom: 1px solid #dddcdc;    
    margin: 5px 0px 20px 0px;
    padding-bottom: 5px;
}

.lsc_spot_img {
    float: left;
    width: 244px;
    padding: 3px;
}

.lsc_comment_area {
    float: left;
    width: 440px;
    text-align: left;
}

.lsc_comment_text {
    padding: 5px;
    text-align: left; 
    background-color: #dddcdc;
    overflow: auto;
    font-style: italic;
}

.lsc_other_comments {
    padding: 3px;
}

/* Comment alerts */
.ca_intro {
    text-align: left;
    padding: 5px;
}

.ca_row {
    border-bottom: 1px solid #dddcdc; 
    padding-top: 30px;
    padding: 2px 2px 5px 2px;
    margin: 3px;
    text-align: left;
}

.ca_row_last {
    border-bottom: none;
}

.ca_row_container {
    padding-top: 10px;
}

.ca_row a {
    text-decoration: underline;
}

.ca_img {
    float: left;
    width: 124px;
}

.ca_info {
    float: left;
    width: 550px;
    margin-left: 7px;
}

.ca_spot_info {
    clear: both;
    font-size: 110%;
}

.ca_comments_info {
    clear: both;
    margin-top: 10px;
}

.fav_spot_item {
    float: left;
    width: 170px;
    height: 140px;
    margin: 10px 3px;
    padding: 0px;
}

.fav_spot_item_container {
    padding: 3px;
}

.fav_spot_item_container:hover {
    padding: 2px;
    border: 1px solid #dddcdc;
}

.fav_spot_item_img {
}

.fav_spot_item_title {
    width: 135px;
    float: left;
}

.fav_spot_item_ctl {
    width: 25px;
    float: left;
    text-align: right;
}


.asl_row, .bsr_listing_row {
    text-align: left;
    border-bottom: 1px solid #C0C0C0;
    margin: 10px;
    padding: 10px;
}

.asl_row_approve_actions {
    float: left;
}

.asl_row_delete_actions {
    float: left;
    margin-left: 40px;
}

.asl_row_misc_actions {
    float: left;
    margin-left: 40px;
}

.bsr_listing_row_actions {
    float: left;
    padding-bottom: 10px;
}

.asl_image, .bsr_listing_image, .asl_moder_comment {
    float: left;
}

.asl_image {
    padding: 5px 0px;
}

.asl_moder_comment {
    padding: 3px 0px;
    margin: 3px;
}

.asl_image_details, .bsr_listing_image_details {
    font-size: 80%;
}

.asl_spot_data {
    float: left;
    margin-left: 5px;
}

.bsr_listing_spot_data {
    float: left;
    margin-left: 20px;
    padding-bottom: 10px;
}

.bsr_listing_report_data {
    clear: both;
    padding-bottom: 10px;
}

.asl_spot_data_row {
    margin: 5px;
    clear: both;
    padding: 5px 0px;
}

.asl_spot_data_row_label {
    float: left;
    width: 100px;
    text-align: left;
}

.asl_spot_data_row_field {
    float: left;
}

.approve_spots_filtered_status {
    margin: 10px;
}

.approve_spots_check_all_ctl {
    margin: 10px;
    font-size: 80%;
    float: left;
}

.approve_spots_pagination, .bsr_pagination {
    margin: 10px;
    float: right;
}

.approve_spots_apply_button {
    font-size: 110%;
    font-weight: bold;
}

.vehicle_description {
    padding: 5px;
    margin-bottom: 5px;
}

.vehicle_description h2 {
    padding: 5px 0px;
    margin: 5px 0px;
}

.vehicle_description a {
    text-decoration: underline;
}

.vehicle_description p {
    padding: 4px 0px;
}

.vehicle_description ul {
    list-style-position: inside; 
    list-style-type: square;
    padding-left: 10px;
}




.sprite-arrow_next{ background: url('/static/skins/red/images/sprite.png');background-position: 0 0; width: 24px; height: 25px; } 
.sprite-arrow_prev{ background: url('/static/skins/red/images/sprite.png');background-position: 0 -75px; width: 24px; height: 25px; } 
.sprite-badge_admin{ background: url('/static/skins/red/images/sprite.png');background-position: 0 -150px; width: 120px; height: 21px; } 
.sprite-badge_hero{ background: url('/static/skins/red/images/sprite.png');background-position: 0 -221px; width: 120px; height: 21px; } 
.sprite-badge_jrmember{ background: url('/static/skins/red/images/sprite.png');background-position: 0 -292px; width: 120px; height: 21px; } 
.sprite-badge_member{ background: url('/static/skins/red/images/sprite.png');background-position: 0 -363px; width: 120px; height: 21px; } 
.sprite-badge_newbie{ background: url('/static/skins/red/images/sprite.png');background-position: 0 -434px; width: 120px; height: 21px; } 
.sprite-close11x11{ background: url('/static/skins/red/images/sprite.png');background-position: 0 -576px; width: 11px; height: 11px; } 
.sprite-column-border-bottom-narrow{ background: url('/static/skins/red/images/sprite.png');background-position: 0 -637px; width: 258px; height: 6px; } 
.sprite-column-border-bottom-wide{ background: url('/static/skins/red/images/sprite.png');background-position: 0 -693px; width: 712px; height: 6px; } 
.sprite-column-border-top-narrow{ background: url('/static/skins/red/images/sprite.png');background-position: 0 -749px; width: 258px; height: 6px; } 
.sprite-column-border-top-wide{ background: url('/static/skins/red/images/sprite.png');background-position: 0 -805px; width: 712px; height: 6px; } 
.sprite-column-header-narrow-2{ background: url('/static/skins/red/images/sprite.png');background-position: 0 -861px; width: 258px; height: 22px; } 
.sprite-column-header-narrow{ background: url('/static/skins/red/images/sprite.png');background-position: 0 -933px; width: 258px; height: 22px; } 
.sprite-column-header-wide{ background: url('/static/skins/red/images/sprite.png');background-position: 0 -1005px; width: 712px; height: 32px; } 
.sprite-delete_small{ background: url('/static/skins/red/images/sprite.png');background-position: 0 -1087px; width: 14px; height: 14px; } 
.sprite-edit_small{ background: url('/static/skins/red/images/sprite.png');background-position: 0 -1151px; width: 14px; height: 14px; } 
.sprite-facebook{ background: url('/static/skins/red/images/sprite.png');background-position: 0 -1215px; width: 30px; height: 32px; } 
.sprite-icon_offline{ background: url('/static/skins/red/images/sprite.png');background-position: 0 -1297px; width: 8px; height: 8px; } 
.sprite-icon_online{ background: url('/static/skins/red/images/sprite.png');background-position: 0 -1355px; width: 8px; height: 8px; } 
.sprite-icons_report{ background: url('/static/skins/red/images/sprite.png');background-position: 0 -1413px; width: 25px; height: 25px; } 
.sprite-progress_bar{ background: url('/static/skins/red/images/sprite.png'); background-position: 0 -1488px; width: 220px; height: 19px; } 
.sprite-rss_16{ background: url('/static/skins/red/images/sprite.png'); background-position: 0 -1557px; width: 16px; height: 16px; } 
.sprite-thumbs_down{ background: url('/static/skins/red/images/sprite.png'); background-position: 0 -1623px; width: 24px; height: 24px; } 
.sprite-thumbs_up{ background: url('/static/skins/red/images/sprite.png'); background-position: 0 -1697px; width: 24px; height: 24px; } 
.sprite-twitter{ background: url('/static/skins/red/images/sprite.png'); background-position: 0 -1771px; width: 30px; height: 32px; } 
.sprite-badge_moderator{ background: url('/static/skins/red/images/sprite.png?v=100'); background-position: 0 -1808px; width: 120px; height: 21px; } 
