
/******************************
*** o-tools
*** 2009 © Ghiroblu.com
******************************/

/*
colors: #346
*/

body, table, th, td, input, select, textarea {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
}

img {
	border: 0px;
}

body {
	/*background: #0F1B35;*/
	background-color: #000000;
	background-attachment: fixed;
	background-image: url(img/background.jpg);
	background-position: top;
	background-repeat: no-repeat;
	color: #E6EBFB;
	margin: 0px;
}

table {
	border: 0px;
}

th {
	background-color: #346;
	background-image: url(img/bg1.gif);
	font-weight: bold;
	padding-left: 4px;
	padding-right: 4px;
	text-align: center;
}

td.cell {
	background-color: #346;
	padding-left: 3px;
	padding-right: 3px;
	text-align: center;
}

td.container {
	background-color: #346;
	text-align: center;
}

td.container input {
	text-align: center;
}

td.link {
	background-color: #346;
	border: 1px #415680 solid;
	color: #00ff00;
	cursor: pointer;
	padding-left: 3px;
	padding-right: 3px;
	text-align: center;
}

td.link:hover {
	text-decoration: underline;
}

td.left_align, th.left_align {
	padding-left: 4px;
	text-align: left;
}

td.right_align, th.right_align {
	padding-right: 4px;
	text-align: right;
}

input, select, textarea {
	/*	background-color: #346; */
	background-color: #304060;
	width: 100%;
}

th, td.cell, td.container, input, select, textarea {
	border: 1px #415680 solid;
	color: #E6EBFB;
}

a {
	color: #E6EBFB;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #CDD7F8;
	text-decoration: underline;
}

h1 {
	border-bottom: 0px #346;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	text-align: center;
	width: 98%;
}

/********** BUTTON **********/
.button {
	background-color: #304060;
	border: 1px #415680 solid;
	color: #E6EBFB;
	margin-top: 1px;
	padding: 1px 3px;
	text-align: center;
}

.button:hover {
	color: #CDD7F8;
	cursor: pointer;
	text-decoration: underline;
}

/********** NAVIGATION **********/
#nav {
	background-color: transparent;
	clear: both;
	float: left;
	margin-bottom: 20px;
	width: 150px;
}

#nav ul {
	list-style-type: none;
	margin: 0px 15px;
	padding: 0px 0px;
}

#nav li {
	background-color: #346;
	border-top: 0px solid #415680;
	font-size: 11px;
	list-style-type: none;
	padding: 2px 3px 2px 3px;
	text-align: center;
}

#nav li.title {
	background-image: url(img/bg1.gif);
	border: 1px #346 solid;
	font-weight: bold;
}

#nav li.selected a {
	color: #6FC;
}

#nav li.main-separator {
	background-image: url(img/main120.jpg);
	height: 40px;
	padding: 0px;
	width: 120px;
}

#nav li.main-separator img {
	display: block;
}

#nav li.separator {
	background-image: url(img/small.jpg);
	height: 19px;
	padding: 0px;
	width: 110px;
}

#nav li.separator img {
	display: block;
}

#nav li.validator {
	background: none;
	padding: 5px 3px 0px 3px;
}

#nav li.validator img {
	height: 15px;
	width: 80px;
}

#nav a {
	cursor: pointer;
}

/********** SUBNAVIGATION **********/
#nav li .subnav {
	border:1px solid #415680;
	position: absolute;
	visibility: hidden;
	width: 100px;
}
#nav li .subnav ul {
	margin: 0;
	padding: 0;
}

/********** TOOLTIP LINK **********/
/*a.tip {
	position:relative;
	z-index:24;
	color: #000;
	text-decoration: none;
}

a.tip:hover {
	z-index: 25;
	color: #00F;
	text-decoration: underline;
}

a.tip span {
	display: none;
}

a.tip:hover span {
	display: block;
	position: absolute;
	top: 0;
	left: 10px;
	width: 20em;
	border: 1px solid #0cf;
	background-color: #cff;
	padding: 5px;
	color:#000;
	font-size: 90%;
	text-align: center;
}*/

/********** HEADER **********/
#header {/*
	margin: 5px 0px 15px 209px;*/
	background-image: url(img/bg1.gif);
	background-repeat: repeat-x;
	border: 1px solid #415680;
	height: 23px;
	/*background-color: #346;
	background-image: url(img/header.jpg);
	background-position: 1px 1px;
	background-repeat: no-repeat;
	width: 562px;
	height: 102px;*/
}

#header img {
	/*visibility: hidden;*/
	background-color: #346;
	padding: 1px;
}

#header .version {
	border: 1px #415680 solid;
	float: left;
	height: 15px;
	margin: 3px 16px 0px 14px;
	text-align: center;
	width: 118px;
}

#header .language {
	border: 1px #415680 solid;
	float: left;
	height: 15px;
	margin: 3px 3px 0px 0px;
	text-align: center;
	width: 3.0em;
}

#header .selected a {
	color: #6FC;
}

#header .support {
	border: 1px #415680 solid;
	float: left;
	height: 15px;
	margin: 3px 3px 0px 100px;
	padding: 0 10px;
	text-align: center;
}

#header .support a {
	color: #FF5;
}

/********** CONTENT **********/
#content {
	margin-top: 10px;
}

/********** NEWS **********/
#news img {
	border: 1px #346 solid;
	display: block;
	margin-bottom: 10px;
}

#news ul {
	/*display: table;*/
	margin: 5px 0 20px 0;
	padding: 0 20px;
	width: 540px;
}

#news li {
	padding: 5px 0;
}

#news li span.title  {
	display: block;
}

#news li span.content {
	color: #CDF8D7;
	font-size: 12px;
}

/********** SUPPORT **********/
#support span, #support a {
	color: #FF5;
}

#support ul {
	margin-top:2px;
}

/********** FOOTER **********/
#footer {
	clear: both;
	/*color: #EEEEEE;
	margin: 20px 0px 20px 150px;*/
	background-image: url(img/bg3.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	border: 1px solid #415680;
	border-left: 0px;
	height: 25px;
	margin-top: 10px;
	width: 830px;
}

#footer div#validator {
	border: 1px #415680 solid;
	float: left;
	height: 15px;
	margin: 3px 0px 0px 15px;
	padding: 1px;
	text-align: center;
	width: 165px;
}

#footer div#nowarranty {
	float: left;
	margin: 5px 0px 0px 0px;
	text-align: center;
	text-decoration: underline;
	width: 460px;
}

#footer div#copyright {
	border: 0px #415680 solid;
	float: right;
	height: 15px;
	margin: 5px 5px 0px 0px;
	padding: 0px 3px;
}
