@import url(common.css);
@import url(controls.css);
/*****************************
GLOBAL
*****************************/
body {
	background: #039;
}

body, td, th {
	color: #000;
	font: normal 14px/18px Georgia, "Times New Roman", Times, serif;
}

h1 {
	color: #036;
	margin: 0 0 0.5em 0;
	font: normal 30px/32px Georgia, "Times New Roman", Times, serif;
}

h2 {
	color: #000;
	margin: 0.5em 0;
	font: normal 26px/28px Georgia, "Times New Roman", Times, serif;
}

h3 {
	color: #000;
	margin: 0.5em 0;
	font: normal 22px/24px Georgia, "Times New Roman", Times, serif;
}

h4 {
	color: #000;
	margin: 0.5em 0;
	font: normal 20px/22px Georgia, "Times New Roman", Times, serif;
}

p, .p {
	margin: 0.5em 0;
}

big, .big {
	font-size: 16px;
	line-height: 20px;
}

small, .small {
	font-size: 12px;
	line-height: 16px;
}

/*****************************
LINKS
*****************************/
a, a:visited {
	color: #069;
	cursor: pointer;
	text-decoration: underline;
}

a:hover, a:active {
	color: #09C;
}

a.white, a.white:visited, .awhite a, .awhite a:visited {
	color: #FFF !important;
}

a.white:hover, a.white:active, .awhite a:hover, .awhite a:active {
	color: #6CF !important;
}

a.gray, a.gray:visited, .agray a, .agray a:visited {
	color: #777 !important;
}

a.gray:hover, a.gray:active, .agray a:hover, .agray a:active {
	color: #000 !important;
}

a.red, a.red:visited, .ared a, .ared a:visited {
	color: #C30 !important;
}

a.red:hover, a.red:active, .ared a:hover, .ared a:active {
	color: #F60 !important;
}

/*****************************
LAYOUT
*****************************/
.wrapper {
	padding: 0;
	width: 940px;
	margin: 0 auto;
	position: relative;
}

.header {
	padding: 23px 0;
	background: #FFF url('../img/bg/header.png') repeat-x bottom left;
}

.header big {
	font-size: 18px;
	line-height: 20px;
}

.language a, .language a:visited {
	color: #039;
	padding: 2px 0;
	display: inline-block;
	margin: 5px 10px 5px 0;
}

html[dir=rtl] .language a {
	margin: 5px 0 5px 10px;
}

.language a.active {
	color: #FFF;
	padding: 2px 4px;
	background: #039;
	font-weight: bold;
	text-decoration: none;
}

.content {
	border-color: #FFF;
	border-style: solid;
	border-width: 1px 0;
	background: #005F00 url('../img/bg/pattern.png') repeat top center;
}

td.sidecol {
	width: 200px;
	padding: 30px 0;
	vertical-align: top;
}

td.maincol {
	background: #FFF;
	padding: 30px 20px;
	vertical-align: top;
}

.menu, .menu li, .menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu li {
	margin: 0;
	padding: 8px 15px 8px 15px;
}

.menu li.active {
	background: #FFF;
}

.menu li a.big, .menu li a.big:visited {
	color: #FFF;
	font-size: 18px;
	line-height: 20px;
	text-decoration: none;
}

.menu li.active a.big {
	color: #000;
}

.menu ul {
	display: none;
	padding-bottom: 3px;
}

.menu li.active ul {
	display: block;
}

.menu ul li {
	padding: 2px 0;
}

.footer {
	font-size: 12px;
	padding: 15px 0 30px 0;
}

/*****************************
CONTAINERS
*****************************/
div.hr {
	height: 19px;
	margin: 2em 0;
	background: #FFF url('../img/bg/hr.png') no-repeat center center;
}

img.event {
	padding: 1px;
	background: #FFF;
	border: 5px solid #DDD;
}

div.box {
	margin: 1em 0;
	padding: 10px 15px;
	background: #F5F5F5;
}

.az {
	margin: 0;
	color: #03C;
	background: #EEE;
	font-weight: bold;
	padding: 5px 10px;
}

table.grid {
	border: 1px solid #FFF;
}

.grid th {
	padding: 10px;
	font-weight: bold;
	background: #C0C6CC;
	border-right: 1px solid #FFF;
}

.grid td {
	padding: 5px 10px;
}

/*****************************
COLORS
*****************************/
.white {
	color: #FFF !important;
}

.gray {
	color: #888 !important;
}

.black {
	color: #000 !important;
}

.blue {
	color: #03C !important;
}

.green {
	color: #090 !important;
}

.red {
	color: #C00 !important;
}

.bgwhite {
	background-color: #FFF !important;
}

.bggray {
	background-color: #F5F5F5 !important;
}

.bgorange {
	background-color: #FFF3D0 !important;
}

