/*-- new header --*/
#header, #header-expanded {
  width: 100%;
  margin-bottom: 1px;
  margin-top: 0px;
  background-image:url(/includes/images/yelllowHeader.gif);
  background-repeat:repeat-x;
}

#header img{
border:0px;
}

#header-align {
	width: 990px;
	margin: auto;
}

#header-logo {
	background: url(/includes/images/garaki_logo.PNG) no-repeat;
	border: 1px solid #838383;
	width: 89px;
	height: 22px;
	float: left;
	margin-top:2px;
	margin-left: 10px;
	margin-right: 15px;
	display: block;
}

#header-nav {
	height: 29px;
	list-style: none;
	margin: 0px;
	float: left;
	font-weight: bold;
	padding: 0px;
}

#header-nav li {
	display: inline;
	line-height: 29px;
}

#header-nav li a {
	float: left;
	padding: 0px 10px;
  color:#99CC00;
	font-size: 16px;
	margin-left: 1px;
}

#header-nav li a.subnav, a.dark {
	color:#0581C7;
	font-weight:bold;
}

#header-nav a.subnav  a:hover {
	color:#0581C7;
	font-weight:bold;
}


#header-nav li a:hover {
	color:#000000;
	text-decoration:none;
}


#user-options {
	color:#0581C7;
	font-weight:bold;
	float: right;
	text-align: right;
	line-height: 28px;
}



#user-alerts {
	width: 550px;
	float:right;
	text-align: right;
}



#user-alerts div.holder {
	line-height: 33px;
	display: inline;
}



#user-alerts div.holder a {
	background: #1A1A1A;
	padding: 1px 6px;
	border: 1px solid #474747;
}



#user-alerts div.holder a:hover {
	background: #88D9F3;
	color: #000;
	text-decoration: none;
}
.alerts-paging {
 float: right;
 margin-top: 9px;
	margin-left: 5px;
}

div#commentForm
{
  margin: 0px 0px 0px 0px;
  display: none;
}

.interact {
margin-top: 15px; 
padding-bottom:15px;
height: 38px;
}

.cmntCount {
	float:left;
	width:139px;
	margin: 0 0 0 10px;
	background:url(/includes/images/bkg_cmntCount.gif) 0 0 no-repeat;
	display:inline;
}

.cmntCount a {
	display:block;
	font-size:12px;
	height:28px;
	padding:10px 0 0 45px;
}

.cmntCount a span {
	color:#fb7306;
	font-size:1.2em;
	font-weight:bold;
}

.cmntCount a:hover {text-decoration:none;}
.cmntCount a:visited {color:#039;}

/* --- toolbar --- */

ul.toolbar {
	float: right;
	background: url(/includes/images/bkg_500x38.gif) 0 0 no-repeat;
	height: 38px;
	margin: 0 8px 0 5px;
	display:inline;
}

ul.toolbar li{
	float: left;
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0 0 0 1px;
	border: none;
	height: 38px;
}

ul.toolbar li a {
	display: block;
	padding: 38px 2px 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:38px;

}

ul.toolbar li a.last {background:none;padding-right:0;}
ul.toolbar li.recommend {background: url(/includes/images/recommend.gif) no-repeat;width:62px;padding-right:0;}
ul.toolbar li.recommend a {width: 62px;padding-right:0;background:none;}

ul.toolbar li.thanks {background: url(/includes/images/thanks.gif) no-repeat;width: 62px;}

ul.toolbar li.vote {
	background: url(/includes/images/votes.gif) right 0 no-repeat;
	padding: 0;
	margin: auto;
	text-align: center;
}

ul.toolbar li.vote .votecount {
	color: #fff;
	font-weight: bold;
	padding: 8px 0 0 0;
	margin: 0 5px;
	width: 30px;
	height: 30px;
	background: url(/includes/images/votecount.gif) top center no-repeat;
}


/* Loading Div Styles */
#hideshow
{
visibility:visible;
background:#333333;
width:300px; border:4px #787878 solid;
margin:0px auto;
z-index:99;
position:absolute;
font-family:verdana;
font-size:10px;
text-align:center;
vertical-align:middle;
color:#CCCCCC;
top:250px;
left:35%;
}

.ButtonGreenHelped
{
	color: #5f5f5f;
	background: #A3C914 url('../images/backgroundStripGreen40.gif'); 
	border: 1px solid #969696;
	padding-top: 1px;
	font-size: 13px;
	padding: 1px;	
}
.ButtonGreenHelped span
{
	color:White; 
	height:30px; 
	top:-5px
}
.ButtonGreenFleep
{
	color: #5f5f5f;
	background: #A3C914 url('../images/backgroundStripGreenFleep.gif'); 
	border: 1px solid #969696;
	padding-top: 1px;
	font-size: 13px;
	cursor: pointer;
	padding: 3px;
}

