@charset "utf-8";
/* CSS Document */


/*===============
      tables
================*/

table {
	position:relative;
	top:-4px;
	left:-4px;
	width:100%;
	border:1px solid #000;
	background:#000;
	font-family:"Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size:13px;
	line-height:1.4em;
	letter-spacing:0;
	}

table caption {
	margin:0;
	padding:8px 20px;
	text-align:left;
	border:1px solid #000;
	border-bottom:none;
	background:#111;
	font-size: 15px;
	}

table th, table td {
	margin:0;
	padding:8px 20px;
	text-align:left;
	border-bottom:1px solid #000;
	width:20%;
	}

table th {
	color:##c3eaff;
	}

table .name {
	text-align:left;
	}

table tr {
	background:#000;
	}

table tr.alt {
	background:#111;
	}

table td a {
	display:block;
	font-weight:bold;
	}

table body {
	margin:0;
	padding:30px;
	font-family:"Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size:small;
	color:#000;
	background:#000;
	}

table a { color:#09f; }


#box {
	margin:20px;
	padding:20px;
	background:#000;
	border:#000 1px solid;
	}

#box h3 {
	padding:6px 3px 3px 6px;
	}
	
#box a:link {
	color:#09f;
	text-decoration:none;
	border:none;
	}

#box a:visited {
	color:#09f;
	text-decoration:none;
	border:none;
	}

#box a:hover {
	color:#3c0;
	text-decoration:none;
	}

#box a:active {
	color:#cc6;
	text-decoration:none;
	}

#box a:focus {
	color:#09f;
	}

#box ul {
	margin:0 1em;
	padding:0 1em;
	}

#box ul li {
	margin:.9em 0 .9em 0;
	padding:0 0 0 1.9em;
	list-style:none;
	background: url(../image-files/golficon.png) no-repeat -2px 1px;
	}
