/* Copyright Flameport Enterprises 2006 */
/* Global Style Sheet for www.cryptacet.com */

/* Page defaults */
body {
	font-size: 0.8em;
	font-family: arial, helvetica, sans-serif;
	color: #000000;
	background-color: #f7fff7;
	margin: 0;
	min-width: 770px;  
	text-align: center;
}

/* Page header, container for title and advertising */
#header {
	background: url(/fixtures/header_back.png) repeat-x top left;
	clear: both;
	border: 0;
	padding: 0;
	margin: 0;
	height: 190px;
}

/* Main page title or logo */
#title {
	background-color: #f7fff7;
	border: 0;
	float: left;
	clear: none;
	padding: 0;
	margin: 0;
	height:178px;
}
#title h1 {
	background: url(/fixtures/2007_title.png) no-repeat top left; 
	border: 0; 
	margin: 0;
	padding: 0;
	width: 273px; 
	height: 190px;
}
#title h1 span {
	display:none;
}

/* Advertising panel */
#banner {
	background-color: transparent;
	border: 0;
	text-align: right;
	clear: none;
	padding: 0;
	margin: 0;
	height:178px;
	min-width: 470px;
	float:right;
}
#banner p {
	color: #fe7600;
	margin: 0;
	padding: 0;
	border: 0;
	position: relative;
	top: 15px;
       	right: 5px;
}
#banner img {
	border: 0;
}

/* Site navigation menu */
#topmenu {
	background: transparent url(/fixtures/2007_menuback.png) repeat-x top left; 
	border: 0;
	clear: both;
	padding: 0;
	margin: 0;
}
#topmenu ul {
	text-align: center;
	color: #003;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 15px;
	margin: 0;
	border: 0;
	position: relative;
	top: 10px;
	}
#topmenu li {
	font-size: 1.0em;
	background: url(/fixtures/menudiv.png) no-repeat center left;
	display: inline;	
	padding-left: 15px;
	padding-right: 2px;
}
#topmenu a:link {
	color: #002000;
	font-weight: bold;
	text-decoration: none;
}
#topmenu a:visited {
	color: #002000;
	font-weight: bold;
	text-decoration: none;
}
#topmenu a:active {
	color: #f00;
	font-weight: bold;
}
#topmenu a:hover {
	color: #00c300;
	font-weight: bold;
	text-decoration: none;
}

/* Main content of page */
#content {
	background-color: #f7fff7;
	color: #000000;
	border: 0;
	clear: both;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0;
}
#content p {
	color: #002000;
	text-align: left;
	font-size:1.1em;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 15px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 5px;
	padding-right: 0;
	border: 0;
}
#content h2 {
	color: #002000;
	text-align: left;
	font-weight: bold;
	font-size:1.3em;
	text-decoration: underline;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 5px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 5px;
	padding-right: 0;
	border: 0;
}
#content h3 {
	color: #002000;
	text-align: left;
	font-weight: bold;
	font-size:1.1em;
	text-decoration: underline;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 5px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 5px;
	padding-right: 0;
	border: 0;
}
#content a:link {
	color: #002090;
	text-decoration: underline;
}
#content a:visited {
	color: #902000;
	text-decoration: underline;
}
#content a:active {
	color: #f00;
}
#content a:hover {
	color: #00c300;
	text-decoration: underline;
}

/* Tables - commom entries */
#content table {
	background-color: #e6eee6;
	color: #002000;
	padding: 0;
	margin-top: 4px;
	margin-left: auto;
	margin-bottom: 15px;
	margin-right: auto;
	border-top: 1px solid #efffef;
	border-left: 1px solid #efffef;
	border-right: 1px solid #abbbab;
	border-bottom: 1px solid #abbbab;
	border-spacing: 3px;
}
#content td {
	font-size:1.1em;
	padding: 5px;
	font-weight: normal;
	margin: 0;
	text-align: center;
	border-top: 1px solid #abbbab;
	border-left: 1px solid #abbbab;
	border-right: 1px solid #efffef;
	border-bottom: 1px solid #efffef;
}
#content th {
	font-size:1.1em;
	padding: 5px;
	margin: 0;
	border: 0;
	font-weight: bold;
	text-align: center;
}
/* Specific cell types for data entry forms */
#content th.entry {
	text-align: right;
}
#content td.entry {
	text-align:left;
}
#content td.entryerror {
	background-color: #ffbbb3; 
	text-align: left; }
#content td.money {
	text-align: right;
}
/* Form input fields */
#content input {
	font-size:1.1em;
	background: transparent;
	color: #002000;
	border-style: groove;
}
#content select {
	font-size:1.1em;
	background: transparent;
	color: #002000;
}


/* Page footer */
#footer {
	background: url(/fixtures/2007_footback.png) repeat-x top left; 
	border: 0;
	padding: 0;
	margin: 0;
	text-align: right;
	clear: both;
}
#footer p {
	font-size:0.8em;
	color: #002000;
	margin: 0;
	border: 0;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 0;
	padding-right: 10px;
}
#footer a:link {
	color: #002000;
	font-weight: bold;
	text-decoration: underline;
}
#footer a:visited {
	color: #002000;
	font-weight: bold;
	text-decoration: underline;
}
#footer a:active {
	color: #f00;
	font-weight: bold;
	text-decoration: underline;
}
#footer a:hover {
	color: #00c300;
	font-weight: bold;
	text-decoration: underline;
}

