/*
		________    ________  _______   
		\_____  \  /  _____/  \      \  
		 /   |   \/   \  ___  /   |   \ 
		/    |    \    \_\  \/    |    \
		\_______  /\______  /\____|__  /
		        \/        \/         \/ 

		   ------------------------

	 	OGN: Open Gaming Network - January 08, 2009 
	 	Website: ogn.bsgonlinegames.com

	 	License for CSS:

	 	Do what you want with this css file for personal
	 	or commericial. No credit is due.

*/
div.ogn_main {
	position: relative;
	width: 720px; height: 42px;
	background-image: url('http://ogn.bsgonlinegames.com/images/canvas.bg.png');
	background-repeat: no-repeat;
	font-family:"Trebuchet MS",Verdana,Arial;font-size:9pt;			
}

div.ogn_main img {
	border-style: none;
}
		
div.ogn_main img.ogn_box {
	position: absolute;
	left: 0px; top: 0px;
	width: 98px; height: 42px;
}

div.ogn_main div.ogn_icons {
	position: absolute;
	left: 282px; top: 5px;
	width: 442px; height: 32px;
	overflow: hidden;
}

div.ogn_main div.ogn_icons img {
	float: left;
	width: 32px; height: 32px;
	margin-right: 8px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
div.ogn_main div.ogn_featured {
	cursor: pointer;
	position: absolute;
	left: 100px; top: 1px;
	width: 176px; height: 40px;
	overflow: hidden;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: 4px center;
	opacity: 0.75;
	filter: alpha(opacity=75);
}
div.ogn_main div.ogn_featured div {
	margin: 2px 4px 2px 40px;
	font-size: 7pt;
	text-align: justify;
	line-height: 12px;
}
div.ogn_main div.ogn_featured b {
	display: block;
	font-size: 9pt;
}

div.ogn_main div.ogn_featured a {
	text-decoration: none;
	color: #000000;
}

div.ogn_menu {
	position: absolute;
	display: none;
	left: 0px; top: 42px;
	width: 200px;
	background-color: #3D747F;
}
div.ogn_menu div.item {
}
div.ogn_menu div.item a {
	display: block;
	padding: 6px 16px 6px 16px;
	color: #FFFFFF;
	text-decoration: none;
	border: #000 outset 1px;
	color: #FFFFFF;
	font-size: 125%;
	text-align: justify;
}
div.ogn_menu div.item a:hover {
	background-color: #2A4F56;
}
div.ogn_menu div.small {
	padding: 6px 16px 6px 16px;
	color: #FFFFFF;
	text-align: justify;
	font-size: 100%;
	cursor: default;
}

div.ogn_tooltip {
	position: absolute;
	display: none;
	left: 0px; top: 0px;
}

div.ogn_tooltip img.ogn_tooltip_tip, div.ogn_tooltip img.ogn_tooltip_downtip  {
	position: absolute;
	top: 0px;
	width: 16px; height: 6px;
	z-index: 99;
}

div.ogn_tooltip img.ogn_tooltip_downtip {
}

div.ogn_tooltip div#ogn_tooltip_text {
	margin-top: 5px;
	background-color: #FFFFE1;
	border: #636400 solid 1px;
	border-right-color: #C6C800;
	border-bottom-color: #C6C800;
	padding: 6px;
	color: #000000;
	font-family:"Trebuchet MS",Verdana,Arial;font-size:9pt;
	text-align: justify;
	width: 280px;
	cursor: default;
	z-index: 98;
}

div.ogn_tooltip div#ogn_tooltip_text img {
	float: left;
	padding-right: 8px;
	width: 64px; height: 64px;
}
