.topbar-opened{
	height: 100px;	
}

.topbar-closed{
	height: 2px;
}


#dynamic-topbar{
	height: 2px;
	border-bottom:2px solid #4A4A4A;	
}
.logged-in #dynamic-topbar{
	height: 2px;
}

#topbar-toggle-visibility{
/*	border:1px solid; */
	bottom:-25px;
	height:25px;
	padding:0;
	position:absolute;
	right:4%;
	vertical-align:bottom;
	width:25px;
}


#topbar-toggle-visibility:hover{
	cursor: pointer; cursor: hand;
}
#topbar-toggle-visibility .topbar-opened{
	background:url("images/RuleHomev2/help_xicon.png") no-repeat scroll center center #AAAAAA;
	bottom:25px;
	height:25px;
	position:absolute;
	right:-35px;
	width:30px;
}

#topbar-toggle-visibility .topbar-closed{
	background:url("images/questionmark.png") no-repeat scroll center center #AAAAAA;
	bottom:-7px;
	height:30px;
	position:absolute;
	right:-35px;
	width:30px;

}

.widget-topbar{
	font-weight:normal;
	margin:0 auto;
	padding:5px;
	width:900px;
	display:none;
}

.widget-topbar .column{
	float: left;
}
.widget-topbar .column-315{
	padding:10px 10px 10px 5px;
	width:315px;
}


.logged-in  .widget-topbar{

}

.vertical-seperator{
	border-color:-moz-use-text-color;
	border-style:solid;
	border-width:0 0 0 1px;
	margin-top:30px;
	padding-left:0;
	padding-right:10px;
	padding-top:30px;
}



#help_ruleicon{
	background:url("images/RuleHomev2/help_ruleicon.png") no-repeat scroll center center #AAAAAA;
	height: 50px;
	width: 50px;
	padding: 10px;
	
}

.topbar-icon{
	margin-top:35px;
	padding:3px 8px;
}


.topbar-image{

}


