/* Welcome page body style */
A {
	color: #890a0a;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	text-decoration: underline;
}
A:Visited {
	color: #890a0a;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	text-decoration: underline;
}
A:Hover {
	color: #593f1e;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	text-decoration: underline;
}
BODY.welcome {
	background-image: URL(images/welcome/bg.jpg); 
	background-repeat: no-repeat; 
	background-position: top center;
	background-color: #090b05;
	color: #000000;
	font-family: Arial, Helvetica, Sans-Serif;
	margin: 0px;
	padding: 0px;
}
BODY {
	background-image: URL(images/bg.jpg); 
	background-repeat: no-repeat; 
	background-position: top center;
	background-color: #090b05;
	color: #000000;
	font-family: Arial, Helvetica, Sans-Serif;
	margin: 0px;
	padding: 0px;
}
td, ol, ul{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}
FORM {
	margin: 0px;
	padding: 0px;
}
HR.recentnews {
	background-color: #49342d;
	height: 7px;
}
DIV.recentnews {
	color: #49342d;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
}
P{
	margin-top:20px;
}
TABLE.recentnews {
	border-bottom: 1px #000000 solid; 
	margin-bottom: 15px;
	/* margin-left: 10px; */
}
#login TD {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
/*********** Left sidebar/menu **********/
#leftsidebar {
	border-left: 1px solid #FFFFFF; 
	background-image: URL(images/bg_left.gif); 
	background-position: top left; 
	background-repeat: no-repeat; 
	padding-left: 9px;
}
#adleft {
	background-color: #f0eae2;
	background-image:URL(images/bg_advert_left.gif); 
	background-repeat: no-repeat; 
	background-position: top left;
	border:1px solid #5d4a44;
	color: #bfb3a7;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 15px;
	margin-top: 20px;
}
#adleftheader {
	color: #bfb3a7;
	background-image: URL(images/menu_header.jpg); 
	background-position: bottom center; 
	background-repeat: no-repeat; 
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 15px;
	font-weight: bold;
	height: 30px;
	padding-right: 10px;
}
#mainmenu, #mymenu {
	background-image:URL(images/menu_bg.gif); 
	background-repeat:no-repeat;
	border:1px solid #5d4a44;
	color: #bfb3a7;
}
#mymenu{
	margin-top: 20px;
	background-repeat:repeat-y;
}
#mainmenu TD, #mymenu TD {
	height: 30px;
	padding-right: 10px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 15px;
}
#mainmenu TH, #mymenu TH {
	background-image: URL(images/menu_header.jpg); 
	background-position: top center; 
	background-repeat: no-repeat;
	font-weight: bold;
	font-size:15px;
	color:#ffffff;
	/* padding-right: 20px; */
	height:37px;
}
#flash_menu {
	padding: 0px;
	margin: 0px;
	
}
#mainmenu A, #mymenu A {
	color: #8f1716;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
#mainmenu A:Visited, #mymenu A:Visited {
	color: #8f1716;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
#mainmenu A:Hover, #mymenu A:Hover {
	color: #8f1716;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
}

/*********** Content **********/
#contentbg {
	border-right: 1px solid #FFFFFF; 
	background-image: URL(images/bg_right.gif); 
	background-position: top right; 
	background-repeat: no-repeat;
	color: #000000;
	padding-left: 2px;
}
#mainbg {
	background-color: #eadecc;
}
.content {
	color: #000000;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	/* padding-left: 10px; */
}
#content A {
	color: #890a0a;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
#content A:Visited {
	color: #890a0a;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#content A:Hover {
	color: #593f1e;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
#title {
	color: #890a0a;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	padding-left: 5px;
}
#breadcrumbs {
	background-image:URL(images/bg_breadcrumb.jpg); 
	background-repeat:repeat-x;
	color: #000000;
	color: #000000;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0px 0px 10px;
}
#breadcrumbs A, #breadcrumbs A:Visited, #breadcrumbs A:Hover {
	color: #000000;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
INPUT.submit {
	border: solid 1px #eadecc; 
	background-color: #593f1e; 
	color: #ffffff; 
	cursor: pointer;
	font-size: 15px; 
	font-family: Arial, Helvetica, Sans-Serif; 	
}
#sectionheader {
	color: #49342d;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
}
.tabs {
	border-bottom: 7px solid #49342d;
}
.tab_unselected {
	background-image:url(images/tab_1px_off.gif);
	background-repeat:repeat-x;
	background-position:0px 7px;
	color:#FFFFFF;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	padding-left:10px;
	padding-right:10px;
	padding-top:16px;
	cursor:pointer;
}
.tab_selected {
	background-image:url(images/tab_selected_1px.gif);
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	padding-left:10px;
	padding-right:10px;
	padding-top:16px;
	cursor:pointer;
}
.buttonbg {
	background-image: URL(images/bttn_red_bg.jpg); 
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}
#newlyadded {
	border-left: 1px solid #49342d; 
	padding-left:10px;
}
#ajaxcontent {
	padding-top: 10px;
}
/*********** Spam Form **********/
#spam {
	background-color: #ddcdb6;
	background-image: URL(images/bg_spam.gif); 
	background-repeat: no-repeat;
	background-position: right bottom;
	border: 1px solid #9b8b80;
	margin: 10px 10px 0px 10px;
}
#spamheader {
	font-size: 18px; 
	color: #5d4a44;
}
#spamadheader {
	font-size: 15px; 
	font-weight: bold;
	color: #000000;
}
#spam FORM TABLE {
	color: #000000;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}
#spamerror {
	background-color: #8d0a0a;
	color: #ffffff;
	font-size: 15px; 
	font-weight: bold;
}
#contactform TD {
	color: #000000;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	padding-left: 5px;
}
/*********** Footer **********/
#footer {
	color: #FFFFFF;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}
#footer A {
	color: #FFFFFF;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#footer A:Visited {
	color: #FFFFFF;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#footer A:Hover {
	color: #FFFFFF;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
.profile_list_side{
	background-color:#49342d;
	padding-left:6px;
	padding-top:6px;
	padding-right:6px;
	padding-bottom:14px;
}
.profileName{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#eadecc;
}
.profilescreen{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	font-style:italic;
	color:#eadecc;
}
.profilesidedetails{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#eadecc;
}
.profile_sidelinks,.profile_sidelinks:visited{
	font-family:Arial, Helvetica, sans-serif;
	color:#49342d;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}
.profile_sidelinks:hover{
	text-decoration:underline;
}
.profile_heading{
	font-family:Arial, Helvetica, sans-serif;
	color:#49342d;
	font-size:16px;
	font-weight:bold;
	padding-bottom: 10px;
}
.profile_actboxes{
	background-color:#d7c9b4;
	border: 1px solid #49342d;
	padding-top:9px;
	padding-bottom:9px;
	padding-left:13px;
	padding-right:9px;
}
.group_actboxes{
	background-color:#d7c9b4;
	border: 1px solid #49342d;
	padding-top:9px;
	padding-bottom:9px;
	padding-left:13px;
	padding-right:6px;
}
.profile_detaillinks{
	color:#8f1716;
	text-decoration:underline;
}
.outfitters_headers{
	color:black;
	font-size:16px;
	font-weight:bold;
}

.profile_detaillinks:visited{
	color:#6d2020;
	text-decoration:underline;
}
.profile_detaillinks:hover{
	color:#000000;
	text-decoration:none;
}
.tanLinks{
	color:#f5d8ae;
	text-decoration:underline;
}
.tanLinks:visited{
	color:#d7b584;
	text-decoration:underline;
}
.tanLinks:hover{
	color:#ffffff;
	text-decoration:none;
}
.article {
	margin-left: 10px;
}
/*#droptitle_en { padding: 3px; width: 150px; border: 1px solid #999; font-family: verdana; arial, sans-serif; font-size: 12px;background-color:white;}
ul { list-style-type: none; font-family: verdana; arial, sans-serif; font-size: 12px;  margin: 5px 0 0 0;} */
#droptitle_en { padding: 3px; width: 150px; border: 1px solid #999; font-family: verdana, arial, sans-serif; font-size: 12px;background-color:white;}
ul { list-style-type: none; font-family: verdana, arial, sans-serif; font-size: 12px;  margin: 5px 0px 0px 0px;}
ul:hover{background-color: #50596e;color:white; }
li { margin: 0 0 5px 0; cursor: default;color:black;}
li:hover { background-color: #50596e;color:white; }
li.selected { background-color: #50596e;color:white;}