<!--
a
{
	color: #14477c;
	outline: none;
	text-decoration: none;
}

a:hover
{
	color: #14477c;
	text-decoration: underline;
}

body
{
	background-image: url('../_graphics/background.png');
	background-repeat: repeat-x;
	background-color: #c0d1de;
	color: #3d404f;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
	padding: 24px;
}

h1, h2, h3
{
	color: #14477c;
	margin: 0px;
	padding: 0px;
}

img
{
    border: 0px;
}

label
{
	display: block;
	font-weight: bold;
}

select, .input
{
	background-color: #d8e4ec;
	margin: 0px;
	padding: 2px;
	border: 1px solid #14477c;
	width: 280px;
}

.input {
	padding: 4px;
	width: 280px;
}

table {
	width: 100%;
}

th, td {
	padding: 4px;
	vertical-align: top;
	text-align: left;
}

#page {
	background-color: #ffffff;
	box-shadow: 0 0px 2px rgba(0,0,0,0.5);
	-khtml-box-shadow: 0 0px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0px 2px rgba(0,0,0,0.5);
	clear: right;
	margin: 0px auto;
	width: 960px;
}

#header {
	font-weight: bold;
	padding: 0px 8px;
}

#header ul {
	background-color: #14477c;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#logo {
	padding: 8px 0px;
	text-align: right;
}

#navigation ul {
	float: left;
	width: 808px;
}

#navigation ul li {
	background-image: url('../_graphics/folder.png');
	background-position: right;
	background-repeat: no-repeat;
	float: left;
	margin: 0px;
	padding: 4px 20px 4px 16px;
}

#navigation ul li:hover {
	background-color: #00ace5;
}

#navigation ul li a {
	color: #ffffff;
}

#countries {
	float: right;
	width: 136px;
}

#countries ul {
	background-color: #ffffff;
}

#countries ul li {
	background-image: url('../_graphics/arrow.png');
	background-position: center right;
	background-repeat: no-repeat;
	border-color: #14477c;
	border-style: solid;
	border-width: 2px;
	color: #14477c;
	padding: 2px 6px;
}

#countries ul li:hover {
	background-image: url('../_graphics/arrow_hover.png');
	cursor: pointer;
}

#countries ul li ul {
	background-color: #c0d1de;
	border-color: #ffffff;
	border-style: solid;
	border-width: 2px;
	display: none;
	margin: 4px 0px 0px -8px;
	opacity: 0.90;
	position: absolute;
	width: 132px;
	z-index: 3;
}

#countries ul li ul li {
	background: none;
	border: none;
	display: block;
	text-align: left;
}

#countries ul li ul li:hover {
	background: none;
}

#content {
	border-right-color: #d9d7d2;
	border-right-style: solid;
	border-right-width: 1px;
	clear: both;
	float: left;
	margin: 8px;
	width: 628px;
}

#content th {
	padding-top: 32px;
}

#content .text {
	line-height: 15pt;
	padding: 16px;
}

#content .text h2 {
	font-size: 18px;
	font-weight: bolder;
	letter-spacing: 2px;
	line-height: 150%;
}

#content .text th {
	border-bottom-color: #d9d7d2;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #14477c;
}

#content #error {
	background-image: url('../_graphics/info.png');
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 40px;
}

#sidebar {
	float: right;
	margin: 8px 8px 8px 0px;
	width: 306px;
}

#sidebar h3 {
	font-size: 11pt;
	padding: 8px 0px;
}

#sidebar table {
	background-color: #d8e4ec;
}

#sidebar ul {
	border-top-color: #d9d7d2;
	border-top-style: solid;
	border-top-width: 1px;
	list-style-type: none;
	margin: 0px;
	padding: 8px 0px;
}

/*******************************************
// Footer
*******************************************/
#footer
{
	border-top-color: #d9d7d2;
	border-top-style: solid;
	border-top-width: 1px;
	clear: both;
	margin: 10px;
	padding: 10px;
}

#footer ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#footer ul li
{
	float: left;
	padding: 5px 10px;
}

/*******************************************
// Clear floats
*******************************************/
.clearfix:after
{
    content: "."; 
    display: block; 
    height: 0px; 
    clear: both; 
    visibility: hidden;
}

/* float clearfix for IE 6 */
* html .clearfix
{
	height: 1%;
}

/* float clearfix for IE 7 */
*:first-child+html .clearfix
{
	min-height: 0;
}

/*************************
// Text alignments
*************************/
.left
{
	text-align: left;
}

.center
{
	text-align: center;
}

.right
{
	text-align: right;
}

a.button
{
	padding: 4px 8px;
}

.button
{
	background-color: #00ace5;
	border: none;
	color: #ffffff;
	cursor: pointer;
	font-weight: bold;
	padding: 3px 8px;
	text-decoration: none;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-khtml-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
}
-->
