/* --------------------------------------------------
      file:   core.css
      author: steven yuen
      date:   may 2008
   -------------------------------------------------- */
body{
  margin:0px;
  background-color:#000;
  background-image: url(bg.jpg);
  background-repeat:repeat-x;
  background-attachment: fixed;
  padding:0px 0px 0px 180px;
  font-family:arial, helvetica, sans-serif;
 }
a img {
  border: 0;
}
/* ---------- Layout ---------- */
@media screen{
  body>div#header{
   position:fixed;
  }
  body>div#footer{
   position:fixed;
  }
  body>div#sidebar{
   position:fixed;
  }
 }
 * html body{
  overflow:hidden;
 } 
 * html div#content{
  height:100%;
  overflow:auto;
 }
 #content{
	width:820px;
	margin-left:8px;
	font-size:14px;
	font-weight:bold;
	color:#aaa;
 	padding:0px 0px 30px 13px;
}
.imageright {
	float:right;
	padding-right:15px;
}
.imagesplash {
	width:100%;
}
.imagethumb {
	width:150px;
	height:67px;
	float:left;
	margin-right:12px;
	border: 3px solid #333;
}

#dark {
	background-color:#202020;
	height:70px;
 	background-image: url(header_bg2.jpg);
	background-repeat:no-repeat;

}
#dark2 {
	background-color:#1a1a1a;
	background-image: url(header_bg.jpg);
}
#white {
	background-color:#fff;
	padding:80px;
	min-height:0px;
	font-size:13px;
	color:#666;
	font-weight:normal;
}
#white a:link, #white a:visited, #white a:hover {
	font-size:13px;
	color:#666;
	font-weight:normal;
} 
#black {
	background-color:#111;
	min-height:600px;
}
#wrapper {
	width:820px;
	min-height:600px;
	background-color:#fff;
	border: 1px solid #464646;
	border-width: 0px 1px 1px 1px;
}
div#sidebar{
	position:absolute;
 	background-color:#000;
  	top:0px;
  	left:0px;
  	width:200px;
  	height:100%;
	background-image: url(bg.jpg);
	background-repeat:repeat-x;
	background-attachment: fixed;
}
#sidebar .nav a:link, #sidebar .nav a:visited {
	float:right;
	width:130px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:10px;
	padding:3px 8px 0 0px;
	text-decoration:none;
	color:#555;
	border: 1px solid #222;
	border-width: 1px 0px 0px 0px;
	margin: 0 0 12px 0;
}
#sidebar .nav a:hover {
	color:#c1c1c1;
	border: 1px solid #c1c1c1;
	border-width: 1px 0px 0px 0px;
}

/* ---------- User Bar ---------- */
#ustatus {
	background-color:#000;
	height:25px;
	line-height:25px;
	font-family:Lucida Sans Unicode,Lucida Grande,Garuda,sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#fff;	
	padding:0 0 0 0;
	border: 1px solid #333;
	border-width: 0 0 1px 0;
}
#ustatus a:link,  #ustatus a:visited {
	color:#838383;
	padding-left:5px;	
} 

/* ---------- Links ---------- */
#header {
	height:34px;
	line-height:34px;
	padding: 20px 0 8px 20px;
	
}
#header .title {
	float:left;
	font-size:15px;
	font-weight:bold;
	color:#dcdcdc;
}
#header .title_sub {
		float:left;
		font-size:11px;
		font-weight:normal;
		color:#7e7e7e;
}
#subnav {
	height:30px;
	line-height:30px;
	font-size:11px;
	font-weight:normal;
	font-family:Lucida Sans Unicode,Lucida Grande,Garuda,sans-serif;
	background-color:#222;
	border: 1px solid #333;
	border-width: 4px 0px 0px 0px;
	padding: 0 0 0 10px;
}
#subnav a:link, #subnav a:visited {
	padding:0 8px 0 8px;
	color: #898282;
	text-decoration:none;
}
#subnav a:hover {
	color: #8de8f6;
}
#dashboard {
	width:820px;
	margin:auto;
}
#dnav {
	height:35px;
	background-color: #111;
	background-image: url(tab_bg.jpg);
	line-height:42px;
	font-size:11px;
	font-weight:normal;
	font-family:Lucida Sans Unicode,Lucida Grande,Garuda,sans-serif;
	padding: 0 0 0 10px;
	overflow:hidden;
}
#dnav .active {
	width:80px;
	display:block;
	float:left;
	text-align:center;
	text-decoration:none;	
	color: #222;
	background-image: url(btn_active_tab.jpg);
	margin-left:3px;
}
#dnav a:link, #dnav a:visited {
	width:100px;
	display:block;
	float:left;
	text-align:center;
	color: #ccc;
	text-decoration:none;
}
#dnav a:hover {
	overflow:hidden;
	color: #8de8f6;
	background-image: url(tab_bg_hover.jpg);
}
#menuwrapper {
float:right;
}
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

#p7menubar, #p7menubar ul {
	padding: 0;
	margin: 0;
	list-style: none;

}

#p7menubar a {
	display: block;
	text-decoration: none;
	padding: 0px 20px 0px 0px;
	color: #CCC;
}

#p7menubar a.trigger {
	padding: 0px 16px 0px 10px;
	background-image: url(arrow2.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#p7menubar li {
	float: left;
	width: 9em;
}

#p7menubar li ul, #p7menubar ul li  {
	width: 12em;
}

#p7menubar ul li a  {

	border-right: 0;
	padding: 0px 0px 0px 0px;
	
}

#p7menubar li ul {
	position: absolute;
	display: none;
	background-color: #000;
	border: 1px solid #333;

}


#p7menubar li:hover a, #p7menubar a:focus,
#p7menubar a:active, #p7menubar li.p7hvr a {
	color: #fff;


}

#p7menubar li:hover ul, #p7menubar li.p7hvr ul {
	display: block;
	
}

#p7menubar li:hover ul a, #p7menubar li.p7hvr ul a {
	color: #777;
	background-color: transparent;
	
}

#p7menubar ul a:hover {
	background-color: #333!important;
	color: #fff!important;

}

#p7menubar li {width: auto;}
