﻿/* Global Styles */
html {
	overflow-y: scroll;
}

body {
	margin: 0px; font-family: Tahoma, Arial, Geneva, sans-serif;
	background-image:url('../images/Background3.jpg'); 
	background-repeat: repeat;
}
	
table {
	border-collapse: collapse;
	border: 0px solid;
}
	
a {
	color: #cc0000;
	text-decoration:none;
	font-weight:bold;
}
	
a:hover {
	color: #990000;
	text-decoration:underline;
}

span {
	font-family: Tahoma, Arial, Geneva, sans-serif;
	text-align: center;
}

option {
	background-color: #EBD5BF;
}

textarea { 
	font-size: 11px; 
	font-family: Tahoma, Arial, Geneva, sans-serif; 
	color: #000000;
	margin: 1px;
}
	
input { 
	font-size: 11px; 
	font-family: Tahoma, Arial, Geneva, sans-serif; 
	color: #000000;
	margin: 1px;
}
	
select { 
	font-size: 11px; 
	font-family: Tahoma, Arial, Geneva, sans-serif; 
	color: #000000;
	margin: 1px;
}
	
/* ID Styles */
	

/* Class Styles */

.main {
	background-image: url('../images/Background3.jpg'); background-repeat: repeat;
}

.popup {
	background-color: #E2C68B !important;
}

.outer { 
	width: 766px;
	height: 750px;
}

.h1 {
	width: 766px;
}

.ttip {
	background-color: #B05800;
	height: 39px;
}

.leftside {
	width: 153px;
	background-color: #E2C68B;
	vertical-align: top;
	height: 615px;
}

.rightside {
	width: 613px;
	background-color: #E2C68B;
	vertical-align: top;
}

.logintable {
	margin-top: 50px;
	width: 100%;
}

.logintable td {
	text-align: center;
	font-family: Tahoma, Arial, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.logintable img {
	border: none;
	width: 153px;
	height: 8px;
}

.notactive td {
	text-align: center;
	font-family: Tahoma, Arial, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.header {
	font-size: 20px;
	font-weight: bold;
}

.subheader {
	font-size: 12px;
	font-style: italic;
}

.cookiehead {
	font-size: 14px;
	font-weight: bold;
}

.cookiebody {
	font-size: 10px;
}

.vat {
	vertical-align: top;
}

.vab {
	vertical-align: bottom;
}

.vam {
	vertical-align: middle;
}

.ctr {
	text-align: center;
}

.innernb {
	width: 610px;
}

.inner {
	width: 610px;
}

.innerpro td {
	border: 1px solid; border-color: #D8AC80 #B05800 #B05800 #D8AC80;
	padding: 0 3px 0 3px;
}

.innerod td {
	border: 1px solid; border-color: #D8AC80 #B05800 #B05800 #D8AC80;
	padding: 0 3px 0 3px;
}

.inner td {
	border: 1px solid; border-color: #D8AC80 #B05800 #B05800 #D8AC80;
	padding: 0 3px 0 3px;
}

.innerpronb {
	width: 350px;
}

.innerpro {
	width: 350px;
}

.innerodnb {
	width: 555px;
}

.innerod {
	width: 555px;
}

.fon10 {
	font-size: 10px;
}

.fon12 {
	font-size: 12px;
}

.b {
	font-weight: bold;
}

.darkfill {
	background-color: #B05800;
	height: 5px;
	color: #ffffff;
}

.medfill {
	background-color: #C48240;
}

.lightfill {
	background-color: #D8AC80;
}

.r {
	text-align: right;
}

.switchcontent {
	display: none;
}

.fh {
	height: 100%;
}

.5p {
	width: 5%;
}

.10p {
	width: 10%;
}

.15p {
	width: 15%;
}

.20p {
	width: 20%;
}

.25p {
	width: 25%;
}

.30p {
	width: 30%;
}

.45p {
	width: 45%;
}