@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
/*	background-image: url(../img/bg-left.gif); */
	background-repeat: repeat-x;
/*	background-color: #022E47; */
	background-color: #F5F5DC;
	font-family: Arial;
	font-size: 12px;
}

a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

form {
	margin: 0;
	padding: 0;
}

.top-wrapper {
/*	background-image: url(../img/bg-top.gif); */
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0 auto;
	max-width: 2560px;
}

.wrapper {
	width: 1340px;
	margin: 0 auto;
}

.header {
	height: 84px;
}

.header a.logo {
	background-image:url(../img/logo.png);
	width: 94px;
	height: 49px;
	float: left;
	margin-top: 20px;
}

* html .header a.logo {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
     src='../img/logo.png', sizingMethod='crop');
}

.header .slogan {
	font-family: "trajan Pro";
	font-size: 12px;
	font-weight: 100;
	color: #333333;
	padding-top: 38px;
	padding-left: 7px;
	height: 46px;
	float: left;
}

.header .slogan .url {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: 600;
	color: #cccccc;
	text-transform: uppercase;
}

.header .adverts {
	float: right;
	background-image: url(../img/advert.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding: 10px 0 0 7px;
}

a img {
	border: none;
}

.header .adverts a img {
	border: 2px solid #FFFFFF;
}

.nav {
	background-image: url(../img/nav-bg.gif);
	background-repeat: repeat-x;
	height: 39px;
	margin-bottom: 10px;
}

.nav ul {
	margin: 0 0 0 15px;
	padding: 0;
	list-style:none;
}

.nav ul li {
	float: left;
	line-height: 39px;
	position: relative;
}

.nav ul li a {
	float: left;
	margin-top: 14px;
	padding: 0 10px 0 10px;
	border-right: 1px solid #4483a7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	line-height: 11px;
	text-decoration: none;
}

.nav ul li a:hover {
	text-decoration: underline;
}

.nav ul li a.last {
	border-right: none;
}

.nav ul li ul {
	display: none;
	position: absolute;
}

.nav ul li:hover ul {
	display: block;
	top: 25px;
	left: -15px;
	background-color: #FFFFFF;
	border: 1px solid #333399;
	width: 220px;
	float: left;
}

* html .nav ul li:hover ul {
	top: 29px;
	background-color: #FFFFFF;
}

.nav ul li:hover ul li {
	float: left;
	width: 220px;
	border: none;
	line-height: 23px;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 1000;
}

.nav ul li:hover ul li a {
	padding: 0 0 0 10px;
	margin: 0;
	color: #000000;
	line-height: 23px;
	border: none;
	display: block;
	position: relative;
}

.nav .search-box {
	float: right;
	line-height: 22px;
	width: 200px;
	margin: 0;
	padding: 8px 0 0 0;
}

.nav .search-box input {
	width: 100px;
	padding-left: 23px;
	float: left;
	border: 1px solid #cccccc;
	background-image: url(../img/magnifying-glass.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #b4b1b1;
	height: 15px;
	padding-top: 4px;
	background-color: #FFFFFF;
}

.nav .search-box input.red-button {
	background: transparent;
	background-image: url(../img/red-button.png);
	width: 48px;
	height: 23px;
	margin: 0 10px 0 10px;
	border: none;
	text-align: center;
	padding: 0;
	color: #FFFFFF;
	line-height: 20px;
	font-size: 11px;
}

* html .nav .search-box input.red-button {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
     src='../img/red-button.png', sizingMethod='crop');
}

.nav .search-box input.red-button:hover {
	color: #000000;
	cursor: pointer;
}

.content input.red-button {
	background: transparent;
	background-image: url(../img/red-button.png);
	width: 48px;
	height: 23px;
	margin: 0 3px 0 3px;
	border: none;
	text-align: center;
	padding: 0;
	color: #FFFFFF;
	line-height: 20px;
	font-size: 11px;
}

* html .content input.red-button {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
     src='../img/red-button.png', sizingMethod='crop');
}

.content input.red-button:hover {
	color: #000000;
	cursor: pointer;
}

.content input.gray-button {
	background: transparent;
	background-image: url(../img/gray-button.png);
	width: 48px;
	height: 23px;
	margin: 0 3px 0 3px;
	border: none;
	text-align: center;
	padding: 0;
	color: #FFFFFF;
	line-height: 20px;
	font-size: 11px;
}

* html .content input.gray-button {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
     src='../img/gray-button.png', sizingMethod='crop');
}

.content input.gray-button:hover {
	color: #FF0000;
	cursor: pointer;
}

.right-align {
	float: right;
}

.content-wrapper {
	background-image: url(../img/content-bg-1340.gif); 
	background-repeat: repeat-y;
}

.content-wrapper .ct {
	background-image: url(../img/content-top-1340.gif);
	background-repeat: no-repeat;
	height: 3px;
}

.content-wrapper .cb {
	background-image: url(../img/content-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 3px;
	clear: both;
	padding-top: 15px;
}

.content {
	padding: 15px 60px 15px 60px;
	min-height: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

* html .content {
	height: 200px;
}

.inner {
	padding: 15px 30px 15px 30px;
}

.left {
	float: left;
	line-height: 23px;
}

.right {
	float: right;
	line-height: 23px;
}

.clear {
	clear: both;
}

.content .top {
	font-size: 11px;
	color: #999999;
	line-height: 23px;
	margin-bottom: 15px;
	height: 25px;
	line-height: 25px;
}

* html .content .top {
	margin-top: -15px;
}

.content .top a {
	color: #cccccc;
	text-decoration: none;
}

.content .top a:hover {
	text-decoration: underline;
}

.content .top input {
	border: 1px solid #999999;
	width: 90px;
	padding-left: 6px;
	color: #999999;
	padding-top: 3px;
	height: 16px;
	line-height: 20px;
	padding-bottom: 3px;
}

* html .content .top input {
	padding: 0 0 0 6px;
	height: 21px;
}

.content .top form a {
	color: #999999;
	font-size: 11px;
	text-decoration: underline;
}

.content .top form strong {
	color: #033e5f;
}

.content input.black-button {
	background: transparent;
	background-image: url(../img/black-button.png);
	width: 48px;
	height: 23px !important;
	margin: 0 10px 0 10px;
	border: none;
	text-align: center;
	padding: 0;
	color: #FFFFFF;
	line-height: 20px;
	font-size: 11px;
}

* html .content input.black-button {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
     src='../img/black-button.png', sizingMethod='crop');
}

.content input.black-button:hover {
	color: #FF0000;
	cursor: pointer;
}

.content {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	line-height: 17px;
}

.content h1 {
	font-size: 19px;
	font-weight: 700;
	color: #222121;
	margin: 0px 0 15px 0;
	padding: 0;
	clear: both;
	display: block;
}

.table {
	margin: 25px 0 0 0;
	clear: both;
	font-size: 11px;
	line-height: 25px;
	clear: both;
}

.table a {
	line-height: 25px;
	text-decoration: underline;
}

.table a:hover {
	text-decoration: none;
}

.table h2 {
	background-repeat: no-repeat;
	line-height: 27px;
	height: 27px;
	padding: 2px 0 3px 34px;
	margin: 10px 0 5px 0;
	font-size: 16px;
	font-weight: 100;
	color: #333333;
	clear: both;
}

* html .table h2 {
	padding-top: 6px;
	padding-bottom: 0;
}

.table h2 img {
	margin-left: -27px;
	margin-right: 10px;
}

.orange h2 img {
	margin-left: -24px;
	margin-top: 2px;
}

.table-wrapper {
	padding: 3px;
}

.table table {
	margin: 0;
	background-color: #e3e3e3;
	width: 100%;
}

.table table td {
	background-color: #FFFFFF;
	min-height: 11px;
	padding: 7px;
	color: #333333;
	line-height: 16px;
}

.table table td a {
	line-height: 16px;
}

.table table th {
	background-color: #333333;
	line-height: 25px;
	padding: 0 7px 0 7px;
	color: #FFFFFF;
	font-weight: 100;
	text-align: left;
	white-space: nowrap;
}

.table table th a {
	color: #FFFFFF;
	text-decoration: underline;
}

.table table td img {
	margin: 3px 5px -3px 0;
}

* html .table table td img {
	margin: 3px 5px -3px 0;
}

.table tr.chequered td {
	background-color: #f5f5f5;
}

.table select {
	margin-bottom: 7px;
}

.table tr td.center {
	text-align: center;
}

.table tr td.gray-text {
	color: #999999;
}

/* Table color definitions */

.yellow .table-wrapper {
	background-color: #fcdb53;
}

.yellow h2 {
	background-image: url(../img/circle-yellow.png);
}

.yellow a {
	color: #e79609;
}

/*--*/

.green .table-wrapper {
	background-color: #cceaae;
}

.green h2 {
	background-image: url(../img/circle-green.png);
}

.green a {
	color: #cceaae;
}

/*--*/

.sky-blue .table-wrapper {
	background-color: #cae2fa;
}

.sky-blue h2 {
	background-image: url(../img/circle-sky-blue.png);
}

.sky-blue a {
	color: #e79609;
}

/*--*/

.red .table-wrapper {
	background-color: #f6dede;
}

.red h2 {
	background-image: url(../img/circle-red.png);
}

.red a {
	color: #d10211;
}

/*--*/

.orange .table-wrapper {
	background-color: #fde0ad;
}

.orange h2 {
	background-image: url(../img/circle-orange.png);
}

.orange a {
	color: #fd5a0a;
}

/*--*/

.green .table-wrapper {
	background-color: #cceaae;
}

.green h2 {
	background-image: url(../img/circle-green.png);
}

.green a {
	color: #cceaae;
}

/*--*/

.cyan .table-wrapper {
	background-color: #c4f2f2;
}

.cyan h2 {
	background-image: url(../img/circle-cyan.png);
}

.cyan a {
	color: #079597;
}

/*--*/

.light-green .table-wrapper {
	background-color: #e7f8cd;
}

.light-green h2 {
	background-image: url(../img/circle-light-green.png);
}

.light-green a {
	color: #7aae2a;
}

/*--*/

.violet .table-wrapper {
	background-color: #fdd9fd;
}

.violet h2 {
	background-image: url(../img/circle-violet.png);
}

.violet a {
	color: #980298;
}

/*--*/

.yellow-green .table-wrapper {
	background-color: #f0f6cc;
}

.yellow-green h2 {
	background-image: url(../img/circle-yellow-green.png);
}

.yellow-green a {
	color: #7b8638;
}

/*--*/

.brown .table-wrapper {
	background-color: #ecddce;
}

.brown h2 {
	background-image: url(../img/circle-brown.png);
}

.brown a {
	color: #775839;
}

/*--*/

.gray a {
	color: #999999;
}

.black a {
	color: #333333;
}

a.gray {
	color: #999999;
}

a.black {
	color: #333333;
}

a.dark-blue {
	color: #006699;
}

a.light-blue {
	color: #85afd8;
}

a.dark-green {
	color: #75a333;
}

/* end of table colors */

a.all {
	padding-left: 3px;
	color: #333333;
}

.content .advert {
	clear: both;
	margin: 0;
	padding: 20px 0 0 0;
	text-align: center;
}

.left-content {
	float: left;
	width: 190px;
}

.right-content {
	float: right;
	width: 1080px;
}

.right-content .top {
	margin-right: -17px;
}

.inner-type2 .top {
	margin-right: -17px;
}

.left-content {
	
}

.left-content h1 {
	background-image: url(../img/circle-yellow.png);
	background-repeat: no-repeat;
	line-height: 27px;
	height: 27px;
	padding: 2px 0 3px 34px;
	margin: 0;
	font-size: 16px;
	font-weight: 100;
	color: #333333;
}

.left-content h1 img {
	margin-left: -26px;
	margin-right: 10px;
	padding-top: 2px;
}

* html .left-content h1 {
	padding-top: 10px;
	height: 17px;
	line-height: 12px;
}

.left-content .narrow {
	line-height: 22px;
	border-bottom: 1px solid #efeeee;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
	width: 100%;
}

.left-content .narrow span.left {
	font-weight: bold;
	float: left;
	width: 30px;
}

.left-content .narrow span.middle {
	float: left;
	width: 125px;
	padding-top: 6px;
}

* html .left-content .narrow span.middle {
	padding-top: 1px;
}

.left-content .narrow span.middle a {
	color: #066ba5;
	text-decoration: none;
	font-weight: bold;
	line-height: 12px;
}

.left-content .narrow span.middle a:hover {
	text-decoration: underline;
}

.left-content .narrow span.right {
	float: right;
	width: 25px;
	text-align: right;
}

.left-content a.all {
	margin: 10px 0 40px 0;
	display: block;
	clear: both;
}

.left-content .wide {
	padding: 12px 0 15px 0;
	border-bottom: 1px solid #efeeee;
	font-size: 11px;
	font-family: Arial;
	float: left;
	width: 100%;
}

.left-content .wide .left {
	float: left;
	width: 30px;
	line-height: 12px;
}

.left-content .wide .left img {
	margin: 4px 0 0 3px;
}

.left-content .wide .date {
	float: left;
	width: 150px;
	line-height: 12px;
	color: #999999;
}

.left-content .wide .middle {
	padding-left:30px;
	float: left;
	width: 130px;
	min-height: 14px;
	line-height: 22px;
}

* html .left-content .wide .middle {
	padding-left: 0px;
}

*+html .left-content .wide .middle {
	padding-left: 0px;
}

.left-content .wide .middle a {
	color: #066ba5;
	text-decoration: underline;
}

.left-content .wide .middle a:hover {
	text-decoration: none;
}

.left-content .wide .right {
	color: #999999;
	float: right;
	width: 25px;
	text-align: right;
}

.inner-type2 {
	padding: 15px 30px 15px 30px;
}

.inner-type2 .left-content {
	width: 683px;
	float: right;
}

.inner-type2 .right-content {
	width: 188px;
	text-align: right;
	float: left;
}

.inner-type2 .left-content h1 {
	background-image: none;
	padding-left: 0;
	font-size: 20px;
	font-weight: bold;
}

.inner-type2 .left-content form {
	margin: 0px 0 0 0;
	padding: 21px 0 0 0;
	border-top: 4px solid #fcdb53;
	clear: both;
}

.inner-type2 .left-content form fieldset {
	border: none;
	padding: 0;
}

.inner-type2 .left-content form legend {
	margin: -66px 0 0 0;
	float: left;
	font-family: Arial;
	font-size: 16px;
	color: #095784;
	font-weight: bold;
	text-transform: uppercase;
}

* html .inner-type2 .left-content form legend {
	margin: -51px 0 0 0;
}

*+html .inner-type2 .left-content form legend {
	margin: -51px 0 0 0;
}


.inner-type2 .left-content form label {
	width: 167px;
	margin-right: 15px;
	float: left;
	text-align: right;
	line-height: 23px;
	margin-bottom: 6px;
}

.inner-type2 .left-content form fieldset input {
	float: left;
	width: 296px;
	border: 1px solid #cccccc;
	height: 18px;
	line-height: 21px;
	color: #333333;
	padding-top: 3px;
	margin-bottom: 6px;
}

.inner-type2 .left-content form fieldset input.file-input {
	float: left;
	width: 296px;
	border: none;
	height: auto;
	line-height: inherit;
	color: #333333;
	padding-top: 0;
	margin-bottom: 6px;
}

.inner-type2 .left-content form fieldset input.arrow {
	background-image: url(../img/input-arrow.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 20px;
	width: 276px;
}

.inner-type2 .left-content form fieldset input.error {
	background-image: url(../img/input-arrow-red.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 20px;
	width: 276px;
	border-color: #e60016;
	color: #e60016;
}

.inner-type2 .left-content form div.error {
	margin-bottom: 6px;
	color: #e60016;
	padding-left: 8px;
	font-size: 12px;
	font-style: italic;
	float: left;
	line-height: 23px;
}

* html .inner-type2 .left-content form fieldset input {
	line-height: 23px;
	padding-top: 0;
	padding-bottom: 3px;
}

*+html .inner-type2 .left-content form fieldset input {
	line-height: 23px;
	padding-top: 0;
	padding-bottom: 3px;
}

.inner-type2 .left-content form fieldset select {
	width: 297px;
	border: 1px solid #cccccc;
	margin-left: 0;
	float: left;
}

* html .inner-type2 .left-content form fieldset select {
	margin-left: -3px;
}

.inner-type2 .left-content form fieldset .checkbox {
	width: 120px;
	line-height: 23px;
	float: left ;
	margin: 0;
	text-align: left;
}

.inner-type2 .left-content form fieldset .checkbox input {
	border: none;
	width: auto;
	
}

.inner-type2 .left-content form fieldset textarea {
	width: 296px;
	border: 1px solid #cccccc;
	height: 102px;
	margin-left: 0;
	overflow: auto;
	line-height: 21px;
	color: #333333;
}

.inner-type2 .left-content form fieldset textarea.error {
	border-color: #e60016;
}

.inner-type2 .left-content form .actions {
	width: 481px;
	text-align: right;
	clear: both;
	padding-top: 10px;
}

.footer {
	padding: 25px 0 25px 18px;
	color: #999999;
	line-height: 16px;
	font-size: 11px;
	font-family: Arial;
}

.footer a {
	color: #999999;
	line-height: 16px;
	font-size: 11px;
	font-family: Arial;
	text-decoration: none;
	margin: 0 7px 0 7px;
}

.footer a:hover {
	text-decoration: underline;
}

.footer div {
	padding-left: 7px;
}

.error-msg {
	color: #CC3300;
	border: 1px solid #CC3300;
	padding: 10px;
	margin-bottom: 30px;
	font-size: 9px;
	background-color:#FFFFCC;
}

.error-msg span {
	color: #0033FF;
	font-weight: bold;
}

.inner-type2 .left-content form fieldset select.date {
	width: auto;
	float: none;
	line-height: normal;
}

.error .correct {
	font-weight: bold;
	text-transform: capitalize;
	color: #99FF33;
}

.congrats {
	color: #009933;
	border: 1px solid #00CC00;
	padding: 10px;
	margin-bottom: 30px;
	display: block;
	font-size: 9px;
	background-color:#FFFFCC;
}

.more {
	border: 2px solid #CCCCCC;
	padding: 10px;
	text-align: left;
}

.more a {
	margin-right: 20px;
	color: #999999;
	text-decoration: none;
}	

.more a:hover {
	text-decoration: underline;
}

.right-content .more {
	min-height: 458px;
}

* html .right-content .more {
	height: 458px;
}

.right-content .more a, .right-content .more a:visited {
	clear: both;
	margin: 0;
	line-height: 16px;
	color: #022E47;
}

.management {
	clear: both;
	margin: 20px 0 10px 0;
}

.management table {
	width: 100%;
	border: 1px solid #eeeeee;
	margin: 10px 0 10px 0;
}

.management table th {
	text-align: left;
}

.management table tr.striped {
	background-color: #eeeeee;
}

.pager a {
	margin: 0 2px 0 2px;
	text-decoration: underline;
	color: #3366FF;
}

.pager a:hover {
	text-decoration: none;
}

.pager a.selected {
	color: #66CC66;
	text-decoration: none;
}


div.hidden {
	display: none;
}

table.matches {
	clear: both;
	margin: 20px 0 10px 0;
	width: 100%;
	border: 1px solid #eeeeee;
	margin: 10px 0 10px 0;
	background-color: #eeeeee;
}

table.matches th {
	text-align: left;
}

table.matches td, table.matches th {
	background-color: #FFFFFF;
	padding: 5px;
}

table.matches tr.striped {
	background-color: #eeeeee;
}

ul.admin-management {
	list-style: none;
	margin: -20px 0 0 0;
	padding: 0;
}


ul.admin-management li {
	font-weight:bold;
	color: #022E47;
	text-align: left;
	font-size: 13px;
	padding: 0;
	margin: 5px 0 5px 0;
	list-style: none;
}

ul.admin-management li a {
	font-size: 13px;
	font-style:normal;
	color: #022E47;
	text-decoration: underline;
}

ul.admin-management li a:hover {
	text-decoration: none;
}

ul.admin-management li ul {
	margin: 0 0 10px 10px;
	padding: 0;
}

ul.admin-management li ul li {
	margin: 0;
}

ul.admin-management li ul li a {
	font-size: 10px;
}

.cms {
	clear: both;
	text-align: right;
}

.cms a {
	text-decoration: none;
}

.cms a:hover {
	text-decoration: underline;
}

select.filter {
	max-width: 150px;
}

.table a {
	color: #333333;
}

table td {
	text-transform: capitalize;
}

table.nowrap td {
	white-space: nowrap;
}

td.nowrap, th.nowrap {
	white-space: nowrap;
}

.image-style {
	float: left;
	padding-right: 20px;
}

.shorter {
	width: 130px;
	float: left;
}