/**
  * Tag-based styles
  */
body {
	background-color: #5c3317;
	font: 10pt verdana;
	text-align: center;
	}

/**
  * The main and its container
  */
#main {
	margin: 0 auto;
	text-align: left;
	width: 917px;
	position: relative;
	}

/**
  * The header styles
  */
#header h1 {
	text-indent: -9999em;
	}
#header h1 {
	position: absolute;
	top: 0px;
	left: 269px;
	width: 585px;
	height: 134px;
	background: url("../images/layout.png") no-repeat -269px 0px;
	}
#header h2 {
	display: none;
	}

/**
  * The navigation styles
  */
#main-navigation {
	position: absolute;
	top: 123px;
	left: 323px;
	width: 531px;
	background: #aaa url("../images/layout.png") no-repeat -323px -123px;
	}
#main-navigation li {
	float: left;
	}
#main-navigation a {
	display: block;
	height: 38px;
	text-indent: -9999em;
	}
#main-navigation a:hover {
	background-image: url("../images/layout.png");
	background-repeat: no-repeat; 
	}
	#items {
		width: 99px;
		}
	#safebox {
		width: 70px;
		}
	#bank {
		width: 70px;
		}
	#shop {
		width: 72px;
		}
	#gallery {
		width: 72px;
		}
	#trades {
		width: 70px;
		}
	#forums {
		width: 72px;
		}
	/**
	  * The main-navigation links when they're hovered over
	  */
	#items:hover {
		background-position: -323px -166px;
		}
	#safebox:hover {
		background-position: -422px -166px;
		}
	#bank:hover {
		background-position: -492px -166px;
		}
	#shop:hover {
		background-position: -562px -166px;
		}
	#gallery:hover {
		background-position: -634px -166px;
		}
	#trades:hover {
		background-position: -706px -166px;
		}
	#forums:hover {
		background-position: -776px -166px;
		}

/**
  * The panels styles
  *
  * The following styles control the location of the panels,
  * and the dimensions of them and their data (the dd elements).
  *
  * The dd elements are where the content is kept
  * and their dimensions determine how much is visible.
  * Just as well, the top- and left-margins control the
  * top and left offsets from the containing panel.
  * 
  * Adjust the panels location to change where the panel is,
  * and adjust the panels dd for the width, height, and offset.
  *
  * Un-comment the following styles to show a solid background
  * for the panels and their dd elements. 
  */
/*
#mistica-panels dl { background: #f00 !important; }
#mistica-panels dd { background: #0f0 !important; }
*/
#mistica-panels dl {
	display: block;
	background-image: url("../images/layout.png");
	background-repeat: no-repeat;
	position: absolute;
	}
#mistica-panels dd {
		overflow: auto;
		text-align: justify;
		font-size: 8pt;
		}
#mistica-panels dt { display: none; }
	#user-status {
		top: 9px;
		left: 6px;
		width: 140px;
		height: 128px;
		background-position: -6px -9px;
		}
		#user-status dd {
			width: 120px;
			height: 78px;
	 		margin-top: 31px;
	 		margin-left: 8px;
			}
	#mistica-status {
		top: 9px;
		left: 146px;
		width: 146px;
		height: 120px;
		background-position: -146px -9px;
		}
		#mistica-status dd {
			width: 119px;
			height: 67px;
			margin-top: 42px;
			margin-left: 12px;
			}
	#sub-navigation {
		top: 137px;
		left: 6px;
		width: 140px;
		height: 383px;
		background-position: -6px -137px;
		}
		#sub-navigation dd {
			width: 119px;
			height: 345px;
			margin-top: 27px;
			margin-left: 8px;
			}
	#search-site {
		top: 520px;
		left: 9px;
		width: 132px;
		height: 109px;
		background-position: -9px -520px;
		}
		#search-site dd {
			width: 120px;
			height: 78px;
			margin: 25px 0 0 5px;
			}
	#site-favourites {
		top: 625px;
		left: 9px;
		width: 132px;
		height: 200px;
		background-position: -9px -625px;
		}
		#site-favourites dd {
			width: 120px;
			height: 153px;
			margin-top: 35px;
			margin-left: 5px;
			}

/**
  * The content styles
  */
#content-container {
	position: absolute;
	top: 165px;
	left: 154px;
	width: 692px;
	padding-bottom: 1em;
	}
#content #content-middle {
	background: url("../images/content-middle.jpg") repeat-y top left;
	}
#content #content-top {
	background: url("../images/content-top.jpg") no-repeat top left;
	padding-top: 19px;
	}
#content #content-bottom {
	background: url("../images/content-bottom.jpg") no-repeat bottom left;
	padding-bottom: 26px;
	text-align: center;
	}
#content p {
	padding: 0.5em 0;
	}
#content a:link{color:#446000;                                                                 
text-decoration:none;
font-weight: bold;                                                                 
}
#content a:visited{color:#446000;                                                                
text-decoration:none; 
font-weight: bold;                                                                    
}
#content a:hover{color:#446000;                                                                  
text-decoration:none; 
font-weight: bold;                                                                  
}
#content a:active{color:#446000;                                                                
text-decoration:none;    
font-weight: bold;                                                                 
}
/**
  * The body where content goes
  */
	#content #content-body {
		font:10pt trebuchet ms;
		text-align: justify;
		width: 620px;
		margin: 0 auto;
		padding-right: 10px;
		color: #5c3317;
		}
	
	/**
	  * Page-specific styles start here
	  */
	#welcome-h3 {
  margin-left: 30px;
  display: block;
  padding-top: 20px;
}

#content #welcome {
  background:transparent url(../images/welcome.jpg) no-repeat scroll left top;
  height:52px;
  width:218px;
}

.postingnews TH, .deepseacell{
	background-image:url('http://images.misticpets.com/layouts/default/forestnews_top.gif');
	background-color:#FFFFFF;
	color:#D2F2B3;
}

.newsrepeat {
	background-image:url('http://www.misticpets.com/images/layouts/default/misticbgcenter.gif');
	background-repeat: repeat-y;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #CCCCCC;
	background-color: #fff;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}


.itempagination{
background: #95CE57; 
border: 1px solid #744E45; 
font-size: 11px; 
font-family: trebuchet ms, verdana, arial; 
width: 10px;
text-align: center;
}

/**
  * The ad styles
  */
#horizontal-ad {
	position: absolute;
	top: 170px;
	left: 373px;
	width: 475px;
	}

input, textarea, select{
    color: #744E45;
    background: #95CE57;
    border: 1px solid #744E45;
    font-weight: bold;
    font-size: 11px;
    font-family: trebuchet ms, verdana, arial;
    padding-left: 1px;
    padding-right: 1px;
}

#error a:link { text-decoration: none; color: #B6C675; }
#error a:visited { text-decoration: none; color: #B6C675; }
#error a:active { text-decoration: none; color: #B6C675; }
#error a:hover { text-decoration: none; color: #FFFFFF; }

#error{
    margin-top: 30px;
    background-image: url("../images/imgError.jpg");
    width: 450px;
    height: 110px;
    background-repeat: no-repeat;
    font-family: trebuchet ms, verdana, arial;
    font-size: 12px;
    color: #FFFFFF;
}
#errortext{
    padding-top: 10px;
    text-align: center;
    width: 90%;
	
}	
	a:link{color:#a8b935;                                                                 
text-decoration:none;
font-weight: bold;                                                                 
}
a:visited{color:#a8b935;                                                                
text-decoration:none; 
font-weight: bold;                                                                    
}
a:hover{color:#a18f13;                                                                  
text-decoration:none; 
font-weight: bold;                                                                  
}
a:active{color:#a8b935;                                                                
text-decoration:none;    
font-weight: bold;                                                                 
}

b {
color: #a8b935;
}

i {
color: #c3cd6d;
}

u {
color: #1c8119;
}

s {
color: #1f2e03;
}

/******* MENU *******/
.clear{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
#container-profile{
	margin: 1em auto;
	width: 625px;
}
#container-profile ul{
	list-style: none;
	list-style-position: outside;
}
#container-profile ul.menu li{
	float: left;
	margin-right: 5px;
	margin-bottom: -1px;
}
#container-profile ul.menu li{
	font-weight: 700;
	display: block;
	padding: 5px 10px 5px 10px;
	background: #efefef;
	margin-bottom: -1px;
	border: 1px solid #d0ccc9;
	border-width: 1px 1px 1px 1px;
	position: relative;
	color: #898989;
	cursor: pointer;
}
#container-profile ul.menu li.active{
	background: #fff;
	top: 1px;
	border-bottom: 0;
	color: #5f95ef;
}
/******* /MENU *******/
/******* CONTENT *******/
.content-profile{
	margin: 0pt auto;
	background: #efefef;
	background: #fff;
	border: 1px solid #d0ccc9;
	text-align: left;
	padding: 10px;
	padding-bottom: 20px;
	font-size: 11px;
}
.content-profile h1{
	line-height: 1em;
	vertical-align: middle;
	height: 48px;
	padding: 10px 10px 10px 52px;
	font-size: 32px;
}
/******* /CONTENT *******/
/******* NEWS *******/
.content-profile.userprofile h1{
	background: transparent url(images/news.jpg) no-repeat scroll left top;
}
.content-profile.userprofile{
	display: none;
}
/******* /NEWS *******/
/******* TUTORIALS *******/
.content-profile.userwall h1{
	background: transparent url(images/tuts.jpg) no-repeat scroll left top;
}
.content-profile.userwall{
	display: none;
}
/******* /TUTORIALS *******/
/******* LINKS *******/
.content-profile.userinfo h1{
	background: transparent url(images/links.jpg) no-repeat scroll left top;
}
.content-profile.userinfo{
	display: block;
}
.content-profile.userinfo a{
	color: #5f95ef;
}
/******* /LINKS *******/
/******* LINKS *******/
.content-profile.userfriends h1{
	background: transparent url(images/links.jpg) no-repeat scroll left top;
}
.content-profile.userfriends{
	display: none;
}
.content-profile.userfriends a{
	color: #5f95ef;
}
/******* /LINKS *******/
/******* LINKS *******/
.content-profile.userpets h1{
	background: transparent url(images/links.jpg) no-repeat scroll left top;
}
.content-profile.userpets{
	display: none;
}
.content-profile.userpets a{
	color: #5f95ef;
}
/******* /LINKS *******/
/******* LINKS *******/
.content-profile.usertrophies h1{
	background: transparent url(images/links.jpg) no-repeat scroll left top;
}
.content-profile.usertrophies{
	display: none;
}
.content-profile.usertrophies a{
	color: #5f95ef;
}
/******* /LINKS *******/

#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;
}
#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:384px;
width:408px;
background:#FFFFFF;
border:2px solid #cecece;
z-index:2;
padding:12px;
font-size:13px;
}
#popupContact h1{
text-align:left;
color:#6FA5FD;
font-size:22px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
}
#popupContactClose{
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
}
#button{
text-align:center;
margin:100px;
}