﻿/* HTML TAGS ----------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	text-align: left;
	background-color: #FFF;
	background-image: url("interface/nav/background.gif");
	background-repeat: repeat-x;
	background-position: left top;
}

.IEbody {
	margin: 0;
	padding: 0;
	text-align: left;
	background-color: #FFF;
	background-image: url("interface/nav/background.gif");
	background-repeat: repeat-x;
	background-position: left top;
}

ul {
	list-style: none;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #F90;
}

img {
	display: block;
	border: 0;
}

input, textarea {
	border: 1px #BBB solid;
	background-color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 2px;
}

input:focus, textarea:focus {
	background-color: #FFF;
}

h4 {
	width: 100%;
	height: 14px;
	clear: both;
	border-bottom: 1px dotted #FF0;
	margin-bottom: 10px;
	color: #FF0;
	font-size: 10px;
}

/* MAIN CONTENT ------------------------------------------------ */

#container {
	margin-left: auto;
	margin-right: auto;
	width: 750px;
}

#content {
	color: #DDD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	width: 100%;
	height:  370px;
	padding: 0;
	margin: 0;
	float: left;
	clear: left;
}

#connection {
	width: 100%;
	height: auto;
}

#connection tr.header {
	border-bottom: 1px dotted #999;
}

#connection tr.colored {
	background-color: #111;
}

#connection td {
	padding: 10px;
	cell-spacing: 0;
}

#connection .info {
	width: 25%;
	text-align: left;
	background: transparent;
}

#connection .left {
	width: 25%;
	text-align: right;
}

#connection .right {
	width: 50%;
	text-align: left;
}

#logo {
	position: relative;
	float: right;
	display: inline;
	margin: 0 20px 0 20px;
	padding: 0;
}

#logo img {
	display: inline;
}

#desc {
	margin-bottom: 30px;
	line-height: 14px;
	font-size: 10px;
	font-weight: 300;
}

#footer {
	width: 100% !important;
	width /**/: 100%;
	float: left;
	clear: left;
	padding: 0;
	margin: 0;
}

/* FOLIO NAVIGATION --------------------------------------------- */

#folionav {
	width: 95%;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	clear: both;
	margin: 8px 0 0 0;
	padding: 0 0 0 30px;
}

#folionav a {
	padding-right: 5px;
	text-decoration: none;
	color: yellow;
	font-size: 10px;
	padding-top: 10px;
}

#folionav a:hover {
	background-image: url("interface/nav/black_arrow.gif");
	background-repeat: no-repeat;
	background-position: left top;
	color: white;
}

/* SUB NAVIGATION --------------------------------------------- */

#sub_nav {
	width: 60%;
	height: 29px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0 0 0 30px;
}

#sub_nav ul li {
	display: inline;
	padding-right: 10px;
	text-align: center;
	line-height: 29px;
	font-weight: bold;
}

#sub_nav ul li.tag {
	padding-right: 10px;
	line-height: 29px;
	font-weight: bold;
	color: #FFC;
}

#sub_nav ul li a {
	color: #000;
	padding-top: 9px;
}

#sub_nav ul li a:hover{
	color: #FF0;
}

#sub_nav ul li a.currentsubpage {	
	background-image: url("interface/nav/black_arrow.gif");
	background-repeat: no-repeat;
	background-position: center top;
}

/* MAIN NAVIGATION ------------------------------------------- */

#nav {
	width: 60%;
	height: 50px;
	padding-left: 30px;
	padding-top: 10px;
	margin: 0;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#nav ul li {
	display: inline;
	padding-right: 10px;
	text-align: center;
	font-weight: 500;
}

#nav ul li a {
	color: #FF0;
	padding-top: 10px;
}

#nav ul li a:hover {
	color: #FFF;
}

#nav ul li a.currentpage {	
	background-image: url("interface/nav/yellow_arrow.gif");
	background-repeat: no-repeat;
	background-position: center top;
}

/* CLASSES ---------------------------------------------------- */

.title {
	color: #FFF;
	font-size: 12px;
	font-weight: bolder;
	text-transform: uppercase;
	display: block;
}

.copyright {
	display: block;
	margin-top: 25px;
	font-size: 9px;
	color: #FFF;
}

.red_text {
	color: #F00;
}

.hide {
	display: none;
}