﻿@import url("../reset.css");
@import url("../content.css");

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.25em;
	text-align: center; /* IE Center fix */
	color: #222;
	margin-bottom: 20px;
}

div.clear {
	clear: both;
	line-height: 0;
}

p {
	margin-bottom: 10px;
}

#page-wrap {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

/* Do not display the print logo */

#printlogo { display: none; }


/***** Header *****/
/******************/

#header {
	background: #EEE;
}

/* Left */

#header div.left {
	float: left;
	width: 185px;
}

#header div.left a.home {
	background: #FFF;
	display: block;
	height: 75px;
	width: 185px;
	padding: 5px 0 0 0;
	text-align: center;
}

#header div.left a.home img {
	width: 70px;
	height: 70px;
}

#header div.left ul.cornerMenu li {
	border-bottom: 1px solid #FFF;
}

#header div.left ul.cornerMenu a {
	background: url("../../images/menu.gif") -370px center no-repeat;
	display: block;
	padding: 4px 0 2px 6px;
	border-left: 4px solid #BBB;
	border-bottom: 1px solid #BBB;
	color: #999;
	text-decoration: none;
}

#header div.left ul.cornerMenu li.selected a,
#header div.left ul.cornerMenu a:focus,
#header div.left ul.cornerMenu a:hover {
	background: #EB177E url("../../images/menu.gif") -555px center no-repeat;
	border-left: 4px solid #FFF;
	border-bottom: 1px solid #FFF;
	color: #FFF;
}

#header div.left ul.cornerMenu li.selected a { font-weight: bold; }

/* Right */

#header div.right {
	float: right;
	width: 775px;
}

#header div.right div.fontsize {
	float: left;
	width: 40%;
	height: 23px;
	padding: 5px 0 0 5px;
}

#header div.right div.fontsize a {
	font-family: Arial, Helvetica;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

#header div.right div.fontsize a.normal { font-size: 11px; }
#header div.right div.fontsize a.large { font-size: 14px; }
#header div.right div.fontsize a.huge { font-size: 16px; }

#header div.right div.fontsize a:focus,
#header div.right div.fontsize a:hover,
#header div.right div.fontsize a.active { text-decoration: underline; }

#header div.right div.language {
	float: right;
	width: 40%;
	text-align: right;
	height: 20px;
	padding: 5px 5px 0 0;
}

#header div.right div.language a {
	color: #222;
	text-decoration: underline;
}

#header div.right div.language a:focus,
#header div.right div.language a:hover { text-decoration: none; }

#header div.right div.search {
	clear: both;
	background: #FFF;
	text-align: right;
	height: 42px;
	padding: 10px 5px 0 0;
}

#header div.right div.search input.textbox {
	border: 1px solid #BDBDBD;
}

#header div.right div.search input.button {
	background: #E8197D;
	border: none;
	color: #FFF;
	padding: 0 10px 0 10px;
	width: auto;
	overflow: visible;
	cursor: pointer;
}

#header div.right img.header {
	height: 120px;
	width: 775px;
}


/***** Tabs *****/
/****************/

#tabs {
	clear: both;
	background: #EEE url("../../images/tabs.gif") bottom repeat-x;
}

#tabs li {
	float: right;
	border-left: 1px solid #BBB;
}

#tabs a {
	display: block;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #BBB;
	padding: 5px 25px 3px 5px;
	color: #222;
	text-decoration: none;
}

#tabs li.selected a,
#tabs a:focus,
#tabs a:hover {
	background: #D6E300;
}

#tabs li.selected a { font-weight: bold; }


/***** Breadcrumbs *****/
/***********************/

#breadcrumbs {
	clear: both;
	background: #FFF;
	border-top: 1px solid #FFF;
	border-left: 4px solid #BBB;
	border-bottom: 1px solid #BBB;
	padding: 4px 0 4px 6px;
	color: #222;
}

#breadcrumbs a {
	color: #222;
	text-decoration: underline;
}

#breadcrumbs a:focus,
#breadcrumbs a:hover {
	color: #E8197D !important;
	text-decoration: none;
}

#breadcrumbs span.spacer {
	color: #BBB;
}


/***** Content *****/
/*******************/

#leftmenu {
	float: left;
	width: 185px;
	margin-top: 20px;
}

#leftmenu ul li {
	border-bottom: 1px solid #FFF;
}

#leftmenu ul a {
	display: block;
	background: url("../../images/menu.gif") 0 center no-repeat;
	padding: 4px 15px 2px 6px;
	border-left: 4px solid #BBB;
	border-bottom: 1px solid #BBB;
	color: #222;
	text-decoration: none;
}

#leftmenu ul li.selected a,
#leftmenu ul a:focus,
#leftmenu ul a:hover {
	background: #D6E300 url("../../images/menu.gif") -185px center no-repeat;
	border-left: 4px solid #FFF;
	border-bottom: 1px solid #FFF;
}

#leftmenu ul li.selected a { font-weight: bold; }

#leftmenu ul li.spacer {
	display: block;
	height: 15px;
	overflow: hidden;
}

/* Content */

#content {
	float: left;
	width: 575px;
	margin: 20px 0 20px 10px;
}

/* Boxes */

#boxes {
	float: right;
	width: 177px;
}

#boxes div.box {
	background: #EEE;
	border: 1px solid #BBB;
	border-top: 4px solid #BBB;
	margin-bottom: 10px;
}

#boxes div.box img {
	border-top: 1px solid #BBB;
}

#boxes div.box span.title {
	display: block;
	padding: 5px 10px 10px 10px;
	font-weight: bold;
}

#boxes div.box span.text {
	display: block;
	border-top: 1px solid #BBB;
	padding: 5px 10px 10px 10px;
}

#boxes div.box span.poll {
	display: block;
	border-top: 1px solid #BBB;
	padding: 5px 10px 10px 10px;
}

#boxes div.box a {
	display: block;
	text-decoration: none;
	color: #222;
}

#boxes div.box a:focus,
#boxes div.box a:hover {
	background: #D6E300;
}


/***** Footer *****/
/******************/

#footer {
	border-top: 1px solid #CCC;
	margin-top: 100px;
	padding-top: 5px;
	text-align: right;
	color: #BBB;
}

#footer a {
	color: #888 !important;
	text-decoration: underline;
}

#footer a:focus,
#footer a:hover {
	color: #E8197D !important;
}