/* *********** IMAGE VIEWER *********** */

div#logo_bar {
  background-image: url(../images/image_viewer_bg.gif);
  width: 100%;
  height: 30px;
  text-align: left;
}

/* *********** INDENTS *********** */

div#indent_bar_r {
	padding: 2px 0px 0px 7px;
}

div#indent_box_r {
	padding: 2px 2px 2px 5px;
}

div#indent_box_center {
	padding: 2px 2px 2px 5px;
	text-align: center;
}

div#indent_bay {
	padding: 2px 2px 2px 0px;
	width: auto;
	height: 13px;
}

/* *********** HR'S FOR BOXES *********** */
div#hr_box {
	background-image: url(../images/hr.gif);
	height: 1px;
	width: 205px;
	font-size: 2px;
	margin-left: 5px;
	margin-right: auto;
	text-align: left;
}

/* HR for the main content box */
div#hr_content {
	background-image: url(../images/hr.gif);
	height: 1px;
	width: 368px;
	font-size: 2px;
	margin-left: 1px;
	margin-right: auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

div#hr_bay {
	background-image: url(../images/hr.gif);
	height: 1px;
	width: 280px;
	font-size: 2px;
	margin-left: 0px;
	margin-right: auto;
	text-align: left;
}

div#hr_xl {
	background-image: url(../images/hr.gif);
	height: 1px;
	width: 435px;
	font-size: 2px;
	margin-left: 1px;
	margin-right: auto;
	padding: 0;
	text-align: left;
}

div#hr_grouplist {
	background-image: url(../images/hr.gif);
	height: 1px;
	width: 210px;
	font-size: 2px;
	margin-left: 75px;
}

/* *********** ROLLOVERS *********** */
 .more_images a { 
	display:block; 
	width:382px; 
	height: 16px;
	background-image: url(../images/bar_black_lg.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 9px 0px;
	margin-left: 1px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	font-style: italic;
	text-align: right;
 }
 
.more_images a:hover {
	background-image: url(../images/bar_red_lg.gif);
	background-repeat: no-repeat;
}

 .small_btn a { 
	display:block; 
	width:74px; 
	height: 21px;
	background-image: url(../images/btn_main_off.gif);
	background-repeat: no-repeat;
	padding: 3px 0px 0px 0px;
	margin-bottom: 3px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
 }
 
.small_btn a:hover {
	background-image: url(../images/btn_main_on.gif);
	background-repeat: no-repeat;
}

.contactseller a { 
	display:block; 
	width:94px; 
	height: 15px;
	background-image: url(../images/btn_contactseller_off.gif);
	background-repeat: no-repeat;
	float: right;
	text-decoration: none;
	font-size: 1px;
 }
 
.contactseller a:hover {
	background-image: url(../images/btn_contactseller_on.gif);
	background-repeat: no-repeat;
}

.ridesfs a { 
	display:block; 
	width:145px; 
	height: 21px;
	background-image: url(../images/btn_forsale_off.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	font-size: 1px;
	text-align: center;
	margin-left: 1px;
 }
 
.ridesfs a:hover {
	background-image: url(../images/btn_forsale_on.gif);
	background-repeat: no-repeat;
}

/* *********** MISC *********** */
div#left {
	float: left;
}

div#left_bold {
	float: left;
	font-weight: bold;
}

/* For dual-box view in xl layout */
div#left_box_xl {
  width:221px;
  float:left;
  padding-right: 8px;
}

div#left_box_news {
  width:296px;
  float:left;
  padding-right: 8px;
}

/* Used in the buddy list */
div#left_pad {
	float: left;
	font-weight: bold;
  padding: 1px 5px 0px 0px;
}

div#right {
	float: right;
}

/* Used in the buddy/group list */
div#right_pad {
	float: right;
	font-weight: bold;
  padding: 2px 0px 0px 0px;
}

div#bay_info {
	height: auto;
	width: 280px;
	margin-left: 85px;
	margin-right: auto;
	text-align: left;
	padding: 2px 0px 3px 0px;
}

/* Buddy list container + two classes to give the container a min-height when it is low on content */
/* Clear not used due to display: table;, container used in group list */
div#buddy_list_container {
  height: auto;
  width: 371px;
  font-size: 11px;
}

.prop {
  height:57px;
  float:right;
  width:1px;
}
.iprop {
  height:200px;
  float:right;
  width:1px;
}
.clear {
  clear:both;
  height:1px;
  overflow:hidden;
}
  
/* *********** TEXTFIELDS & BUTTONS *********** */
.altButtonGo {
	background-color: #C6CEDF;
	border-color: #C3C3C3;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	color: #4A4A4A;
	font-size: 11px;
	width: 35px;
	font-weight: bold;
}

.altButton {
	background-color: #C6CEDF;
	border-color: #C3C3C3;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	color: #4A4A4A;
	font-size: 11px;
	font-weight: bold;
}

.altTextfield {
	background-color: #ffffff;
	color: #4A4A4A;
	font-size: 11px;
	font-family: arial, sans-serif;
	border: #C3C3C3 1px solid;
	padding-left: 2px;
}

.border_tbl_main {
  background-color: #ffffff;
	border-color: #BABABA;
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	background-image: url(../images/background.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

textarea {
  width: 98%;
}

td.header {
  height: 75px;
}

td.content {
  height: 100%;
}
 

/* *********** FONTS & LINKS *********** */
.pages {
  font-size: 12px;
}
.pages a:link {color: #984546;font-size: 12px; text-decoration: none;}
.pages a:visited {color: #984546;font-size: 12px; text-decoration: none;}
.pages a:active {color: #984546;font-size: 12px; text-decoration: none;}
.pages a:hover {color: #984546;font-size: 12px; text-decoration: underline;}

.norm a:link {color: #984546;font-size: 11px; text-decoration: none;}
.norm a:visited {color: #984546;font-size: 11px; text-decoration: none;}
.norm a:active {color: #984546;font-size: 11px; text-decoration: none;}
.norm a:hover {color: #984546;font-size: 11px; text-decoration: underline;}

.tlink a:link {color: #984546;font-weight: bold;font-style: italic;font-size: 11px; text-decoration: none;}
.tlink a:visited {color: #984546;font-weight: bold;font-style: italic;font-size: 11px; text-decoration: none;}
.tlink a:active {color: #984546;font-weight: bold;font-style: italic;font-size: 11px; text-decoration: none;}
.tlink a:hover {color: #984546;font-weight: bold;font-style: italic;font-size: 11px; text-decoration: underline;}

.large a:link {color: #984546;font-size: 16px; font-weight: bold; text-decoration: none;}
.large a:visited {color: #984546;font-size: 16px; font-weight: bold; text-decoration: none;}
.large a:active {color: #984546;font-size: 16px; font-weight: bold; text-decoration: none;}
.large a:hover {color: #984546;font-size: 16px; font-weight: bold; text-decoration: underline;}

.newsbar a:link {color: #FFFFFF; text-decoration: none;}
.newsbar a:visited {color: #FFFFFF; text-decoration: none;}
.newsbar a:active {color: #FFFFFF; text-decoration: none;}
.newsbar a:hover {color: #FFFFFF; text-decoration: underline;}

.green     {  color: #33CC00; }
.blue      { color: #244990; }
.red       { color: #FF0000; }
.orange    { color: #FF9900; }
.purple    { color: #9900CC; }
.underline { text-decoration: underline }
.bold      { font-weight: bold }
.italic    { font-style: italic }
.strike    { text-decoration: line-through }

.large {
  color: #4A4A4A;
  font-size: 16px;
  font-weight: bold;
}

.stats {
  color: #4A4A4A;
  font-size: 12px;
  font-weight: bold;
}

.title {
  color: #244990;
  font-weight: bold;
  font-style: italic;
}

.title_green {
  color: #33CC00;
  font-weight: bold;
  font-style: italic;
}

.title_news {
  color: #244990;
  font-weight: bold;
  font-style: italic;
  font-size: 12px;
}

.thumb_brdr
{
  border-style: solid;
  border-color: #4A4A4A;
  border-width: 1px;
}

ul#archives {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#archives li {
	width: 40%;
	float: left;
	padding: 5px 75px 0 0;
}

ul#archives ul {
	margin: 0;
  padding-left: 1em;
}

ul#archives ul li {
	float: none;
	width: 100%;
	padding: 0;
	position: relative;
}

ul#archives a {
	color: #984546;
	text-decoration: none;
	position: relative;
	z-index: 1;
}

ul#archives a:hover {
	color: #984546;
	text-decoration: underline;
}

ul#archives span {
	font-size: 10px;
	position: absolute;
	width: 435px;
	text-align: right;
	left: 160px;
	border-bottom: 1px dashed #4A4A4A;
}

/* *********** HOMEPAGE TOOL TIP *********** */
blockquote.tipContents
{
	text-align: left;
	width: 190px;
	font-family: arial, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 5px;
	position: absolute;
	top: -1000px;
	left: -1000px;	
	border: 1px solid #000;
	z-index: 100;
	background-color: #FFFFFF;
	-moz-border-radius: 5px;
	-moz-opacity: .85;
	opacity: .85;
	filter: alpha(opacity=85);
}

/* *********** BROWSE FORM LISTS *********** */
ul.make_list { list-style-type:none; margin:0; padding:0; font-size:11px; line-height:14px; }

.make_list a:link {color: #984546;font-size: 11px; text-decoration: none;}
.make_list a:visited {color: #984546;font-size: 11px; text-decoration: none;}
.make_list a:active {color: #984546;font-size: 11px; text-decoration: none;}
.make_list a:hover {color: #984546;font-size: 11px; text-decoration: underline;}

.bc_list { position:relative;}
.bc_list_column { float:left; margin:0 13px 0 4px; vertical-align:top;}

ul.forumposts {
  list-style-image: url(../images/arrow_forumposts.gif);
  margin: 0;
	padding-left: 1.5em;
}

/* *********** PAGE NUMBERS *********** */
 .page_box_container { 
	display:block; 
	width:382px; 
	height: 16px;
	background-image: url(../images/bar_black_lg.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 9px 0px;
	margin-left: 1px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	text-align: right;
 }

div#page_box_label {
	float: right;
	font-weight: bold;
	font-style: italic;
  padding: 1px 3px 0px 0px;
}

#page_box {
font-size: 11px;
float: right;
width: 180px;
margin: 0px;
padding: 0px;
height: 21px;
text-align: center;
}

#page_box li {
float: right;
list-style-type: none;
margin: 0px;
}

#page_box ul {
margin: 0px;
padding: 0px;
}

#page_box a {
padding: 1px 0px 0px 2px;
background-image: url(../images/pages_off.jpg);
height: 15px;
width: 16px;
display: block;
color: #FFFFFF;
text-decoration: none;
font-weight: bold;
}

#page_box a:hover, #page_box a:active {
padding: 1px 0px 0px 2px;
background-image: url(../images/pages_on.jpg);
height: 15px;
width: 16px;
margin: 0px;
display: block;
text-decoration: none;
font-weight: bold;
}