/*
		________    ________  _______   
		\_____  \  /  _____/  \      \  
		 /   |   \/   \  ___  /   |   \ 
		/    |    \    \_\  \/    |    \
		\_______  /\______  /\____|__  /
		        \/        \/         \/ 

		   ------------------------

	 	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.

*/
html, body {
	background-color: #F0F6F6;
	margin: 0px; padding: 0px;
	font-family:'Trebuchet MS',Verdana,Arial;font-size:12pt;
}

img {
	border-style: none;
}


div.page {
	position: relative;
	background-color: #FFFFFF;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	border-left: #BDD9D9 solid 2px;
	border-right: #BDD9D9 solid 2px;
	border-bottom: #8ABCBB solid 2px;
}

img.title {
	width: 760px; height: 140px;
}

div.header {
	background-color: #D0E3E7;
	border-bottom: #9BC5CD solid 4px;
}

div.header a {
	display: block;
	color: #000000;
	padding: 32px;
	font-size: 250%;
	font-size: 250%;
	text-align: center;
	text-decoration: none;
}

a.members {
	position: absolute;
	right: 4px; top: 4px;
	display: block;
	padding: 4px;
	border: #B5D6DB solid 1px;
	text-decoration: none;
	color: #000000;
	background-color: #D7E8EB;
}

a.members:hover {
	background-color: #54A688;
}

div.content {
	position: relative;
	padding: 32px;
}

a.button, a.buttonSmall {
	display: block;
	border: #000 outset 3px;
	margin-bottom: 32px;
	height: 72px;
	padding: 16px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #549BA6;
}

a.button h1 {
	margin: 0px; padding: 0px;
	font-size: 175%;
}

a.button:hover, a.buttonSmall:hover {
	background-color: #335D63;
}

a.buttonSmall {
	display: inline;
	height: auto; margin-bottom: 0px;
	padding: 4px; border-width: 1px;
	padding-left: 8px; padding-right: 8px;
}

.bg1 { background-color: #FFFFFF; } 
.bg2 { background-color: #EFEFEF; }

div.directory {
	position: relative;
	padding: 16px;
	min-height: 112px;
	cursor: pointer;
}

div.directory:hover {
	background-color: #DFDFDF;
}

div.directory img {
	float: left;
	width: 96px; height: 96px;
	padding: 0px 16px 8px 0px;
}

div.directory a {
	color: #000000;
	text-decoration: none;
}

div.directory a.url {
	display: block;
	text-decoration: underline;
	margin-top: 6px;
}