/* Farkouh.NET style sheet http://farkouh.net/style.css */
/* Copyright 2005 Alex Farkouh - http://alex.farkouh.net/ - All Rights Reserved. */

/* default font and colour settings, included in html and body just to be on the safe side will all browsers */
html {
	font-family: "comic sans ms", arial, sans-serif;
	background: #000000;
	color: #ffffff;
}
body {
	font-family: "comic sans ms", arial, sans-serif;
	background: #000000;
	color: #ffffff;
	margin: 10px;
	text-align: center;
}

/* default table style */
table {
	background: #ffffff;
	color: #000000;
	text-align: left;
}

/* style for hr */
hr {
	color: #c0c0c0;
	background: #c0c0c0;
	width: 100%;
	height: 10px;
}

/* style for lists */
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}

/* the main table that positions the whole page */
.maintable {
	width: 100%;
	border-collapse: collapse;
	margin: auto;
	background: #808080;
	color: #000000;
}

/* the top box, at the top of the page */
.topbox {
	font-size: 18px;
	line-height: 30px;
	white-space: nowrap;
	padding: 10px;
	padding-bottom: 20px;
	width: 100%;
}

/* the main menu box, that runs down the left of the page */
.menubox {
	font-size: 16px;
	line-height: 30px;
	white-space: nowrap;
	width: 10%;
	vertical-align: top;
	padding: 10px;
	padding-top: 0px;
}

/* the main box, it holds the page contents */
.mainbox {
	border-width: 25px;
	border-style: solid;
	border-color: #c0c0c0;
	padding: 20px;
	vertical-align: top;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	color: #000000;
	background: #ffffff;
	width: 90%;
}

/* the bottom box, the one at the bottom of the page */
.bottombox {
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
	padding: 10px;
	padding-top: 20px;
	width: 100%;
}

/* the right box, the one at the right of the page, used as a filler */
.rightbox {
	padding: 10px;
	width: 5%;
}

/* the contact table used on the contacts and thankyou pages */
.contacttable, .webmailtable {
	font-size: 13px;
	line-height: 19px;
	margin: auto;
	width: 90%;
}

/* the contact input table used on the contacts and thankyou pages */
.contactinputtable, .webmaillogintable {
	font-size: 13px;
	line-height: 19px;
	margin: auto;
	width: 100%;
	color: #000000;
	background: #c0c0c0;
	border-width: 4px;
	border-style: solid;
	border-color: #c0c0c0;
}
.contactinputtable td, .webmaillogintable td {
	white-space: nowrap;
	padding: 2px;
	vertical-align: middle;
}

/* settings for the home page table */
.hometable {
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	margin: auto;
	width: 100%;
}
.hometable td {
	width: 50%;
	padding: 6px;
	vertical-align: middle;
}
.hometable hr {
	color: #c0c0c0;
	background: #c0c0c0;
	width: 80%;
	height: 10px;
}
.big {
  white-space: nowrap;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
}

/* settings for the accounts page table */
.accountstable {
	font-size: 12px;
	line-height: 18px;
	margin: auto;
	width: 90%;
}
.accountstable td {
	width: 100%;
	padding: 4px;
	text-align: justify;
}
.heading {
	font-size: 13px;
	line-height: 19px;
}
.notes {
	font-size: 11px;
	line-height: 16px;
}

/* settings for the news page table */
.newstable {
	font-size: 13px;
	line-height: 19px;
	margin: auto;
	width: 90%;
}
.newstable td {
	width: 100%;
	padding: 4px;
	text-align: justify;
}

/* settings for the users page table */
.userstable {
	font-size: 13px;
	line-height: 19px;
	margin: auto;
	width: 90%;
}
.userstable td {
	white-space: nowrap;
	width: 50%;
}

/* settings for the support page table */
.supporttable {
	font-size: 12px;
	line-height: 16px;
	margin: auto;
	width: 90%;
}
.supporttable td {
	width: 100%;
	text-align: justify;
}

/* the title of each page */
.title {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

/* format for error pages */
.error {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}

/* the company statement on the home page */
.statement {
	font-size: 13px;
	font-style: italic;
	line-height: 16px;
}

/* the header and content cells on the contacts and thankyou pages */
.header {
	font-weight: bold;
	vertical-align: middle;
	text-align: right;
	width: 15%;
}
.content {
	width: 85%;
}

/* settings for embeded images */
.fightanm {
	border: none;
	width: 140px;
	height: 104px;
	vertical-align: middle;
}

/* some standard settings */
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.justify {
	text-align: justify;
}
.center {
	text-align: center;
}

/* default link settings */
a {
	color: #000000;
	background: transparent;
}
a:link {
	color: #000000;
	background: transparent;
	text-decoration: none;
}
a:visited {
	color: #000000;
	background: transparent;
	text-decoration: none;
}
a:hover {
	color: #000080;
	background: transparent;
	text-decoration: none;
}
a:active {
	color: #000080;
	background: transparent;
	text-decoration: none;
}

/* validator link settings */
.validator {
	color: #c0c0c0;
	background: transparent;
	font-size: 10px;
	line-height: 16px;
	text-align: center;
}
.validator a {
	color: #c0c0c0;
	background: transparent;
}
.validator a:link {
	color: #c0c0c0;
	background: transparent;
	text-decoration: none;
}
.validator a:visited {
	color: #c0c0c0;
	background: transparent;
	text-decoration: none;
}
.validator a:hover {
	color: #ffffff;
	background: transparent;
	text-decoration: none;
}
.validator a:active {
	color: #ffffff;
	background: transparent;
	text-decoration: none;
}
