* {
	margin: 0;
	padding: 0;
}
a {
	color: #36C;
}
a:hover {
	color: #06F;
}
body {
	background: #EEE url(images/bg.gif);
	color: #444;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 0;
}
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
.urlinput {
	width: 350px;
	font: normal 1.3em "Arial",sans-serif;
}
p {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
}
h1,h2,h3 {
	color: #367EA6;
	padding-top: 6px;
}
.hide {
	color: #FAFAFA;
	text-decoration: none;
}
.hide:link {
	color: #FAFAFA;
	text-decoration: none;
}
.hide:visited {
	text-decoration: none;
	color: #FAFAFA;
}
.hide:hover {
	text-decoration: none;
	color: #FAFAFA;
}
.hide:active {
	text-decoration: none;
	color: #FAFAFA;
}
.clearer {
	clear: both;
}
.container {
	background: url(images/bgcontainer.gif) repeat-y;
	margin: 0 auto;
	padding-bottom: 6px;
	width: 987px;
}
.header {
	background: url(images/header.gif) repeat-x;
	width: 953px;
	height: 70px;
}
.header_menu {
	background: #4C9AC5;
	width: 953px;
	height: 20px;
   	color: #FAFAFA;
	text-decoration: none;
}
.title h1 {
	color: #FFF;
	font: normal 3em Verdana,sans-serif;
	height: 40px;
	line-height: 50px;
	margin-bottom: 8px;
	margin-top: -18px;
	text-align: center;
}
.title_menu h1 {
	color: #FAFAFA;
	font: normal 1.1em Verdana,sans-serif;
	font-weight : bold;
	line-height: 8px; 
	margin-right: 5px;
	margin-top: -3px;
	margin-bottom: 6px;
	margin-left: 2px;
	text-align: right;
	vertical-align: top;
	text-decoration: none;
}
.main {
	clear: both;
	padding: 8px 18px;
}
.sidenav h1,.sidenav ul {
	padding-left: 12px;
}
.sidenav_right h1,.sidenav ul {
	padding-right: 12px;
}
.sidenav {
	background: #FFFFFF;
	border: 1px solid #EEE;
	float: left;
	width: 170px;
	height: 1800px;
	text-align: center;
	margin-top: 6px;
}
.sidenav_right {
	background: #FFFFFF;
	border: 1px solid #EEE;
	float: right;
	width: 170px;
	height: 1800px;
	text-align: center;
	margin-top: 6px;
}
.sidenav_tos {
	background: #FFFFFF;
	border: 1px solid #EEE;
	float: left;
	width: 170px;
	height: 1250px;
	text-align: center;
	margin-top: 6px;
}
.content {
	float: right;
	margin-right: 10px;
	width: 587px;
	margin-top: 6px;
}
.content .item {
	padding: 6px 12px;
	border: 1px solid #EEE;
	background: #FFF;
	margin-bottom: 8px;
}
.content .item2 {
	padding: 10px 17px;
	border: 0px solid #FFF;
	background: #FAFAFA;
	margin-top: -7px;
	margin-bottom: 5px;
	text-align: center;
	font-size: 1.0em;
	padding-bottom: 3px;
}
.content .item3 {
	padding: 6px 12px;
	border: 1px solid #EEE;
	background: #FFF;
	margin-bottom: 8px;
	text-align: center;
}
.content .descr {
	color: #333;
	margin-bottom: 6px;
}
form {
	padding: 0 0 6px 8px;
}
.footer {
	background: #FFF;
	border: 1px solid #EEE;
	color: #666;
	font-size: 1.1em;
	margin: 0 auto;
	text-align: center;
	padding: 6px;
	width: 720px;
}
.footer a {
	color: #36C;
	text-decoration: none;
}
.footer a:hover {
	color: #06F;
	text-decoration: underline;
}
#options { padding: 5px; }
#error { 
	color: #FF3333;
	border: 1px dotted #ccc;
	padding: 2px;
}

/* TOOLTIP HOVER EFFECT */
.tooltip { cursor: help; }
.tool-tip {
	color: #FAFAFA;
	width: 200px;
	z-index: 1000;
	background: #555;
	font-size: 100%;
}
.tool-title {
	font-weight: bold;
	margin: 0;
	padding: 4px;
}
.tool-text {
	padding: 0 6px 6px 6px;
}
