﻿body
{
	background-color: #00033D;
	background-image:url('images/bgchecker.png');
	background-repeat: repeat;
	background-attachment: fixed;
	font-family:verdana ; color:#7755FF; font-size: 10pt;
}
table.head
{
	background-color: #000019;
	margin-right: 15%;
	margin-left: 15%;
	width: 70%;
	border-top-style: inset;
	border-left-style: inset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-bottom-width: 1px;
	border-color: #4400cc;
	border-bottom-color: #333333
}
tr.header
{
	width: 100%;
	font-family: Courier;
	color: #6600FF;
	width: 100%;
	height: 100px;
	text-align: center;
	background-color: #000000;
}
td.header
{
	vertical-align: top;
	padding-top: 10px;
	font-family: Courier;
	font-size: 30px;
	width: 100%
}
span.subtitle
{
	font-family: Verdana;
	font-size: 9pt;
}

span.navigation
{
	font-variant: small-caps;
	font-size: 14pt;
}

table.body
{
	background-color: #000019;
	margin-right: 15%;
	margin-left: 15%;
	width: 70%;
	height: 800px;
	border-bottom-style: outset;
	border-left-style: inset;
	border-right-style: outset;
	border-top-style: inset;
	border-top-width: 1px;
	border-color: #4400cc;
	border-top-color: #333333;
	border-width: medium;
	border-top-width: thin;
}
td.main 
{
	vertical-align: top;
	padding-left: 3px;
	padding-top: 5px;
	font-size: 10pt;
	
}
td.sidebar
{
	background-color: #000000;
	width: 20%;
	vertical-align: top;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #333333;
	color: #7755FF;
	font-size: 10pt;
}

hr {
	width: 75%;
	color: #333333;
}

h3{
margin-top: 0; font-family: Arial; font-size: 14.5pt; margin-bottom: 5}

h4{
	font-family: Courier; color: #6600FF; font-size: 18px
}

h5{
	font-size: 12pt;
}
.details{
font-size: 8pt;
font-family: Arial;
margin-top: 0;
color: #7755FF;
vertical-align: top;

}

.avatar{
	margin: 2px;
}

ul{
	list-style-position: outside;
	list-style-type: square;	
}

a {
	color: #4400FF;
	text-decoration: none;
	border: 0;
}

a:hover {
	color: #990099;
	}

a:active {
	color: #990099;
}

a:hover:visited {
	color: #990099;
}

a:visited {
	color: #7022ee;
}

.tooltip{
    position:relative;
}

.tooltip:hover {
	text-decoration:none;
	z-index: 1;
	}

.tooltip span {display: none;}

.tooltip:hover span {
    display:block;
    position:absolute;
    top: 1em;
    left:2em;
    width:200px;
    border:1px solid #333;
    background-color:#000019;
    color:#7755FF;
    padding:4px;
    font-size: 8pt;
    font-variant: normal;
    text-align: left;
    font-family: Verdana;
}

table.gallery {
	width: 85%;
	margin-left: 7.5%;
	margin-right: 7.5%;
	font-size: 10pt;
}

td.gallery {
	width: 135px;
}

td {
	vertical-align: top;
}


img {
	border: 0;
}
