/* CSS Document */

/* Standard elements */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #70a0d0;
	text-align: left;
}

h2 {
	font-size: 1.2em;
	font-weight: 800;
}

table {
	border: 0px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img {
	vertical-align: middle;
}

a img {
	border: 0px;
}

a {
	color: #004080;
	background-color: inherit;
	font-weight: 800;
	text-decoration: none;
}

a:visited {
	color: #001030;
	background-color: inherit;
	text-decoration: none;
}

a:hover {
	color: #A0D0FF;
	background-color: inherit;
	text-decoration: underline;
}

/* Standard attributes */

.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

ul.menu {
	margin-left: 0px;
	padding-left: 20px;
}

.valid {
	font-size: 0.8em;
	font-style: italic;
}

.copyright {
	font-size: 0.8em;
	text-align: center;
}

.moo {
	text-align: right;
}

/* Global elements */

table.body {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

table.bottom {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

td.bottomside {
	width: 25%;
}

table.toolborder {
	width: 200px;
}

td.tool {
}

td.spacer {
	width: 20px;
}

td.main {
	width: 100%;
}

table.mainborder {
	color: inherit;
	background-color: #000000;

/*	height: 750px;*/
	width: 100%;
}

td.mainbody {
	color: inherit;
	background-color: #80C0FF;
	background-image: url("http://images.drzeus.cx/text_bg.png");
	background-position: -150px -50px;

	padding: 20px;

	vertical-align: top;
}

/* Title elements */

table.title {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

td.titleleft {
	width: 300px;
	height: 100px;
	background-image: url("http://images.drzeus.cx/drzeus.png");
}

td.titlemiddle {
	width: 400px;
	background-image: url("http://images.drzeus.cx/top_bg.png");
	
	font-size: 2em;
	text-align: right;
}

td.titleright {
	width: 30px;
	background-image: url("http://images.drzeus.cx/top_right.png");
}

div.securetitle {
	font-size: 0.3em;
	color: #CC0000;
	background-color: inherit;
}

td.qotd {
	font-size: 0.8em;
	text-align: right;
}

/* Standard elements */

table.titleborder {
	color: inherit;
	background-color: #000000;
}

td.titlebody {
	color: inherit;
	background-color: #80C0FF;
	padding: 5px;
}

.newstitle {
	font-size: 1.1em;
	font-weight: bold;
}

.newsbody {
}

.faq_question {
	width: 100%;
}

img.titleicon {
	vertical-align: middle;
}

.note {
	color: inherit;
	background-color: #CBE2BA;
	border: 1px solid #000000;
	padding: 2px;
}

.header {
	color: inherit;
	background-color: #80C0FF;
	border: 1px solid #000000;
	padding: 5px;
	width: 100%;
}