@charset "utf-8";
/* CSS Document MAIN */

	BODY, DIV, ID, TD {
		margin: 0px 0px 0px 0px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #000000;
		background-color: transparent;
		vertical-align: top;
	}

	BODY {
		background-color: #AAAAAA;
	}

	A:link, a:visited, a:active { text-decoration: none; border-bottom: 0px solid #2C4F64; color: #2C4F64; }

	A:hover {text-decoration: none; border-bottom-width: 0px; color: #AA0000 }

	div#links a img {
		height: 0;
		width: 0;
		border-width: 0;
	}
	div#links a:hover img {
		position: absolute;
		top: 190px;
		left: 55px;
		height: 175px;
		width: 175px;
	}
	

	
	.output2{
		padding: 2px 2px 2px 2px;
		border-bottom: 1px solid #d0d0d0;
	}
	.output2p{
		padding: 10px 20px 10px 20px;
		border-bottom: 1px solid #d0d0d0;
		vertical-align: middle;
	}
	.output2pa{
		padding: 10px 20px 10px 20px;
		border-bottom: 1px solid #d0d0d0;
	}
	.output3{
		padding: 2px 2px 2px 2px;
		vertical-align: bottom;
		border-top: 1px solid #d0d0d0;
		border-bottom: 1px solid #d0d0d0;
		background-color: #EEEEEE;
	}
	.output3r{
		padding: 2px 2px 2px 2px;
		vertical-align: middle;
		border-top: 1px solid #d0d0d0;
		border-bottom: 1px solid #d0d0d0;
		background-color: #EEEEEE;
		text-align: right;
	}
	.output4{
		text-align: center;
		padding: 2px 0px 3px 0px;
		border-bottom: 1px dashed #d0d0d0;
		vertical-align: top;
	}
	.output4l{
		padding: 2px 0px 3px 0px;
		border-bottom: 1px dashed #d0d0d0;
		vertical-align: top;
	}
	.othermonth {
		background-color: #DDDDDD;
	}
	.today {
		background-color: #33CCFF;
	}

	div.header {
		position: relative;
		height: 1px;
		top: 0px;
		left: 0px;
	}
	
	div.logintab{
		position: absolute;
		top: 0px;
		left: 800px;
		width: 200px;
		height: 30px;
		background-color: #FF0000;
	}

	div.maintable{
		width: 1000px;
		background-color: #FFFFFF;
		min-height: 700px;
		padding: 0px 0px 60px 0px;
	}

	div.google {
		position: relative;
		top: 0px;
		left: 0px;
		width: 500px;
		min-height: 100px;
		padding: 0 5px 0 5px;
	}

	div.content {
		/**background-color: #DCE1E1;**/
		text-align: center;
		background-color: #BBBBBB;
		position: relative;
		top: 20px;
		left: 0px;
		width: 760px;
		/**min-height: 300px;**/
		padding: 20px 10px 20px 10px;
	}
	
	div.footer {
		background-color: #FFFFFF;
		text-align: center;
		color: #7E7E7E;
		padding-bottom: 10px;
		width: 1000px;
	}

	div.search_content {
		background-color: #ecf1f3;
		position: absolute;
		top: 117px;
		left: 700px;
		width: 250px;
		padding: 0 5px 0 5px;
	}

	div.inner {
		position: relative;
		top: 0px;
		left: 0px;
		text-align: left;
		width: 100%;
		min-height: 600px;
		padding: 10px 10px 10px 10px;
	}

	div.search_inner {
		position: relative;
		top: 0px;
		left: 0px;
		text-align: left;
		width: 100%;
		min-height: 40px;
		padding: 10px 10px 10px 10px;
	}

	div.personal {
		position: absolute;
		top: 100px;
		left: 700px;
		width: 200px;
		min-height: 150px;
		padding: 0px 5px 0px 5px;
		background-color: #ecf1f3;
	}

	div.avatar {
		position: relative;
		top: 5px;
		left: 10px;
		height: 90px;
		width: 90px;
		display: block;
		text-align: center;
		vertical-align: middle;	
		margin-top: 10px;
	}

	div.options {
		width: 95%;
		text-align: right;
		height: 20px;
		margin: 0 0px 10px 0;
		border-bottom: dotted 1px black;
	}

	div.modcp {
		position: absolute;
		top: 450px;
		left: 700px;
		width: 200px;
		min-height: 100px;
		padding: 0px 5px 0px 5px;
		background-color: #ecf1f3
	}

/* AUTOCOMPLETE */

	div.autocomplete {
		position: absolute;
		color: #000000;
		background-color: #FFFFFF;
		border: 1px solid #272A2E;
		margin:0px;
		padding:0px;
	}
	
	div.autocomplete ul {
		list-style-type: none;
		padding: 0;
		margin: 0;
	}
	 
	div.autocomplete ul li.selected { background-color: #ADADAD;}
		div.autocomplete ul li {
		list-style-type: none;
		display:block;
		margin:0;
		padding:2px;
		cursor:pointer;
	}
	
	div.autocomplete span.informal {
		color:#666666;
		font-style:italic;
	}

/* PROFILE FORMATTING */

	div.news_post {
		width: 95%;
		text-align: left;
		min-height: 90px;
		margin: 0 0px 10px 0;
		border-bottom: dotted 1px black;
		padding-bottom: 10px;
	}

	div.faq {
		width: 95%;
		text-align: left;
		margin: 0 0px 10px 0;
		padding-bottom: 10px;
	}

	div.news_icon {
		float: right;
		margin: 0 auto;
		margin-top: -30px;
	}

	div.news_body {
		text-align: left;
		width: 450px;
	}

	div.profile_container {
		width: 95%;
		margin: 0 auto;
		margin-bottom: 10px;
		padding-bottom: 10px;

	}

	div.profile_container table {
		display: inline;
	}

	div.profile_container:after {		
		content: ".";
		display: block;
		overflow: hidden;
		clear: both;
		visibility: hidden;
		height: 0;
	}

	div.profile_contact_info {
		float: left;
		width: 250px;
	}

	div.profile_current_ranks {
		float: right;
	}

	div.profile_games_library {
		float: left;
		width: 250px;
		min-height: 90px;
	}

	div.profile_groups {
		float: left;
		width: 250px;
		min-height: 90px;
	}

	td.static {
		text-align: left;
		vertical-align: top;
		height: 15px;
		width: 120px;
		color: #999999;
		padding-right: 20px;
	}

	td.profile_avatar {
		height: 100px; 
		width: 130px;
		text-align: center;
		vertical-align: middle;
	}

	img.profile_library {
		border: 1px solid black;
		margin: 3px 3px 3px 3px;
		background-color: #A2A6A9;
	}

	img.icon {
		border: 1px solid black;
	}

	span.block_title {
		font-weight: bold;
		height: 16;
		vertical-align: top;
		text-align: left;
		width: 100%;
		display: block;
	}

	span.block_footer {
		height: 12;
		vertical-align: top;
		text-align: right;
		width: 100%;
		display: block;
	}
	input, select {
		border: 1px solid #BABABA;
		background-color: #FFFFFF;
		font-size: 11px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: black;
		padding-left: 2px;
	}
	.button {
		background-color: #4A86AA;
		border: 1px solid #2C4F64;
		color: white;
		padding: 5px 15px 5px 15px;
	}

/* MENU */

	html #menu ul#navigation { 
		display: inline; 
		bottom: 0px;
		height: 18px;
	}
	#menu {
		width: 100%;
		height: 18px;
		/* border-bottom: 1px solid #2C4F64; */
		display: inline;
	}
	#menu ul {
		width: auto;
		position: relative;
		float: left;
		margin-top: 0px;
		top: -20px;
		left: 10px;
		padding: 0px 0px 0px 0px;
		list-style: none;
		display: inline;
		z-index: 97;
	}
	#menu li {
		float: left;
		margin-right: 3px;
	}
	#menu ul li a {
		float: left; 
		padding: 2px 2px 4px 2px;
		/**background-color: #3D6E8B;**/
		background-color: #AAAAAA;
		color: #FFFFFF;
		text-decoration: none;
		margin: 0px 0px 0 0;
		border: 1px solid #2C4F64;
		display: inline;
	}

	#menu li a {
		width: 90px;
		height: 12px;
		text-align: center;
		vertical-align: middle;
		display: inline;
	}
	#menu ul li:hover a { background-color: #2C4F64; }
	#menu ul li:hover { background-color: #2C4F64; }
	#menu ul li.selected a { background-color: #FFFFFF; border-bottom-color: #FFFFFF; color: #000000; }
	#menu ul li.selected { background-color: #FFFFFF; border-bottom-color: #FFFFFF;	color: #000000;}

/* SUB-MENU */

	html #sub_menu ul#sub_navigation { 
		display: inline; 
		bottom: 0px;
		height: 18px;
	}
	#sub_menu {
		width: 100%;
		height: 18px;
		/* border-bottom: 1px solid #2C4F64; */
		display: inline;
	}
	#sub_menu ul {
		width: auto;
		position: absolute;
		float: left;
		margin-top: 0px;
		top: 97px;
		left: 60px;
		padding: 0px 0px 0px 0px;
		list-style: none;
		display: inline;
		z-index: 97;
	}
	#sub_menu li {
		float: left;
		margin-right: 3px;
	}
	#sub_menu ul li a {
		float: left; 
		padding: 2px 2px 4px 2px;
		background-color: #3D6E8B;
		color: #FFFFFF;
		text-decoration: none;
		margin: 0px -1px 0 0;
		border: 1px solid #2C4F64;
		display: inline;
	}
	#sub_menu li a {
		width: 80px;
		height: 12px;
		text-align: center;
		vertical-align: middle;
		display: inline;
	}
	#sub_menu ul li:hover a { background-color: #2C4F64; }
	#sub_menu ul li:hover { background-color: #2C4F64; }
	#sub_menu ul li.selected a { background-color: #ecf1f3; border-bottom-color: #ecf1f3; color: #000000; }
	#sub_menu ul li.selected { background-color: #FFFFFF; border-bottom-color: #FFFFFF; color: #000000;}

/* Round cornered boxes and backgrounds
---------------------------------------- */
span.corners-top, span.corners-bottom, span.corners-top span, span.corners-bottom span {
	font-size: 1px;
	line-height: 1px;
	display: block;
	height: 7px;
	background-repeat: no-repeat;
	
}
span.corners-top {
	background-image: none;
	background-position: 0 0;
	margin: 0 -5px;
}
span.corners-top span {
	background-image: none;
	background-position: 100% 0;
}
span.corners-bottom {
	background-image: none;
	background-position: 0 100%;
	margin: 0 -5px;
	clear: both;
}
span.corners-bottom span {
	background-image: none;
	background-position: 100% 100%;
}
span.corners-bottom {
	margin-bottom: -1px;
}
span.corners-top, span.corners-bottom, {
	margin: 0 -10px;
}
span.corners-top, span.corners-bottom { background-image: url("http://www.kaptainklak.com/gfx/corners_left.gif"); }
span.corners-top span, span.corners-bottom span { background-image: url("http://www.kaptainklak.com/gfx/corners_right.gif"); }

h3 {
	/* Sub-headers (also used as post headers, but defined later) */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	border-bottom: 1px solid #999999;
	margin-bottom: 3px;
	padding-bottom: 3px;
	font-size: 10px;
	color: #666666;
	margin-top: 0px;
	padding: 0 5px 0 5px;
}