/*#############################################################
Name: Fluid Solution
Date: 2006-09-06
Description: Totally liquid three-column layout, clean and simple.
Author: Viktor Persson
URL: http://arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */

* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
body {
	background: #FFF url(img/bg.gif) repeat-x;
	color: #444;
	font: normal 62.5% "Lucida Sans Unicode",Verdana,sans-serif;
	padding-top: 40px;
}
p,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
li {
	list-style: none;
}
h1 {
	font-size: 1.4em;
}
code {
	background: url(img/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #F06;	
	color: #444;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
blockquote {
	background: #FBFCF5;
	border-bottom: 1px solid #EED;
	border-top: 1px solid #EED;
	color: #444;
	display: block;
	font: normal 0.9em Verdana,sans-serif;
	margin-bottom: 12px;
	padding: 12px;
}
h1,h2,h3,h4 {
	font: normal 1.2em "Trebuchet MS",sans-serif;
	color: #F06;
}
/* misc */
.clearer {
	clear: both;
}

/* header */
.header {
	background: #000000;
/*
	background: url(img/stripes.gif) no-repeat;
*/

	border-bottom: 16px solid #000000;
/*	
	height: 160px;
*/
	margin-bottom: 44px;
}
.header h1 {
	color: #222;
	font: normal 4em sans-serif;
	margin-top: 40px;
	text-align: center;
}
.header h2 {
	border-top: 1px solid #EEE;
	color: #666;
	text-align: right;
}
.header h2 span {
	background: #222;
	color: #EEE;
	padding: 0 6px;
}

/* left side (main content) */
.left {
	margin: 0 42% 20px 3%;
}
.content .descr {
	color: #06F;
	font-size: 1.2em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
.content h1 {
	font-size: 2.4em;
	margin-bottom: 4px;
}

.content h2 {
	font-size: 1.8em;
	margin-bottom: 4px;
	color: #993300
}

.content h3 {
	font-family: "serif", Times, Times New Roman;
	font-weight: bold;
	font-size: 3.8em;
	margin-bottom: 4px;
	color: #666633
}

.content sub {
	font-size: .8em;
	margin-bottom: 2px;
	color: #993300
}

.content a,.footer a {
	color: #F06;
	text-decoration: none;
	font-size: 1.2em;
}
.content a:hover,.footer a:hover {
	color: #444;
	border-bottom: 1px solid #F06;
	font-size: 1.2em;
}

/* nav & subnavigation */
.nav,.right {
	margin-bottom: 20px;
	position: absolute;
	top: 40px;
}	

/* navigation */
.nav {
	right: 23%;
	text-align: center;
	width: 17%;
}
.nav .logo {
	background: url(img/flag.png) no-repeat center top;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	height: 200px;	
}

.nav h1 {
	color: #F60;
	margin: 12px 0;
}
.nav li {
	border-bottom: 1px solid #EEE;
}
.nav li a {
	color: #888;
	display: block;
	font: normal 1.4em serif;
	padding: 8px 0;
}
.nav li a:hover {
	background: #FAFAFA;
	color: #F06;
}

/* subnav */
.right {
	background: #222;
	right: 3%;
	width: 18%;
}
.subnav {
	padding: 12px 12px 0;
}
.subnav h1 {
	color: #F06;
	font-size: 1.4em;
	height: 20px;
	margin-left: 8px;
}
.subnav ul {
	margin: 0 0 16px;
	padding: 0;
}
.subnav li { 
	list-style: none;
	margin: 0;
	border-bottom: 1px solid #333;
}
.subnav li a {	
	color: #777;
	display: block;
	font-size: 0.9em;
	padding: 3px 6px 3px 8px;
	text-decoration: none;
}
.subnav li a:hover {
	color: #DDD;
}

/* round edges */
.roundtl,.roundtr,.roundbl,.roundbr {
	background: url(img/round.gif);
	height: 16px;
	width: 14px;
}
.roundtl,.roundbl {
	float: left;
}
.roundtr,.roundbr {
	float: right;
}
.roundtr {
	background-position: right top;
}
.roundbr {
	background-position: right bottom;
}
.roundbl {
	background-position: left bottom;
}


/* round edges */
.roundtla,.roundtra,.roundbla,.roundbra {
	background: url(img/rounda.gif);
	height: 16px;
	width: 14px;
}
.roundtla,.roundbla {
	float: left;
}
.roundtra,.roundbra {
	float: right;
}
.roundtra {
	background-position: right top;
}
.roundbra {
	background-position: right bottom;
}
.roundbla {
	background-position: left bottom;
}




/* footer */
.footer {
	color: #666;
	border-top: 1px solid #EEE;
	font: normal 1em Verdana,sans-serif;
	margin: 0 42% 0 3%;
	padding: 8px 6px;
}



.table 
	{
	margin:0px;padding:0px;
	width:100%;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #000000;	

	-moz-border-radius-bottomleft:15px;
	-webkit-border-bottom-left-radius:15px;
	border-bottom-left-radius:15px;	

	-moz-border-radius-bottomright:15px;
	-webkit-border-bottom-right-radius:15px;
	border-bottom-right-radius:15px;	

	-moz-border-radius-topright:15px;
	-webkit-border-top-right-radius:15px;
	border-top-right-radius:15px;	

	-moz-border-radius-topleft:15px;
	-webkit-border-top-left-radius:15px;
	border-top-left-radius:15px;
}

.table table
	{
	width:100%;
	height:100%;
	margin:0px;padding:0px;
	}

.table tr:last-child td:last-child 
	{
	-moz-border-radius-bottomright:15px;
	-webkit-border-bottom-right-radius:15px;
	border-bottom-right-radius:15px;
	}

.table table tr:first-child td:first-child 
	{
	-moz-border-radius-topleft:15px;
	-webkit-border-top-left-radius:15px;
	border-top-left-radius:15px;
	}

.table table tr:first-child td:last-child 
	{
	-moz-border-radius-topright:15px;
	-webkit-border-top-right-radius:15px;
	border-top-right-radius:15px;
	}

.table tr:last-child td:first-child
	{
	-moz-border-radius-bottomleft:15px;
	-webkit-border-bottom-left-radius:15px;
	border-bottom-left-radius:15px;
	}

.table tr:hover td
	{
	background-color:#ffffff;
	}

.table th
	{
	text-align:left;
	padding:10px;
	font-size:11px;
	font-family:Arial;
	font-weight:normal;
	}
	
.table td
	{
	vertical-align:middle;
	background:-o-linear-gradient(bottom, #ffaa56 5%, #ffffff 100%);				background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffaa56), color-stop(1, #ffffff) ); 
	background:-moz-linear-gradient( center top, #ffaa56 5%, #ffffff 100% );
/*	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffaa56", endColorstr="#ffffff");	background: -o-linear-gradient(top,#ffaa56,ffffff);
*/
	background-color:#ffaa56;
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:11px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
	}

.table tr:last-child td
	{
	border-width:0px 1px 0px 0px;
	}

.table tr td:last-child{
	border-width:0px 0px 1px 0px;
	}

.table tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
	}

.table tr:first-child td
	{
		background:-o-linear-gradient(bottom, #ffc700 5%, #bf5f00 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc700), color-stop(1, #bf5f00) );
	background:-moz-linear-gradient( center top, #ffc700 5%, #bf5f00 100% );
/*	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffc700", endColorstr="#bf5f00");	background: -o-linear-gradient(top,#ffc700,bf5f00);
*/
	background-color:#ffc700;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#e5e0e0;

	}

.table tr:first-child:hover td
	{
	background:-o-linear-gradient(bottom, #ffc700 5%, #bf5f00 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc700), color-stop(1, #bf5f00) );
	background:-moz-linear-gradient( center top, #ffc700 5%, #bf5f00 100% );
/*	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffc700", endColorstr="#bf5f00");	background: -o-linear-gradient(top,#ffc700,bf5f00);
*/
	background-color:#ffc700;
	}

.table tr:first-child td:first-child
	{
	border-width:0px 0px 1px 0px;
	}

.table tr:first-child td:last-child
	{
	border-width:0px 0px 1px 1px;
	}
