/*
	Tags
*/


body {
	background: #f1efef url(/images/bg-globus.gif) no-repeat left top;
	margin: 0px;
	padding-left: 150px;
	text-align: left;
}
img {
	border: none;
}
h1 {
	font: 16px arial;
	color: #900;
	font-weight: bold;
	margin: 5px 0px 15px;
	text-align: center;
}
h2 {
	font: 15px arial;
	color: #006;
	font-weight: bold;
	text-align: left;
	margin: 10px 0px 15px 15px;
}
h4 {
	font: 13px arial;
	color: #006;
	font-weight: bold;
	text-align: left;
	margin: 15px 0px 10px 15px;
}
h6 {
	font: 11px arial;
	color: #900;
	font-weight: bold;
	margin: 7px 0px;
	text-align: center;
}
a {
	color: #111;
	text-decoration: none;
}
a:hover {
	color: #9c0;
	text-decoration: none;

}
ul {
	list-style-type: square;
	list-style-image: url(/images/ico-arrow.gif);
	margin: 3px 0px 5px 25px;
}

/*
	Classes
*/

.darkBlue {
	color: #006;
}
.bold {
	font-weight: bold;
}
img.bordered {
	border: #6797cb 1px solid;
}

td.menuTd {
	background-color: #f7f6f6;
	vertical-align: top;
	padding: 10px 5px 5px 0px;
	text-align: left;
}
td.main {
	background: #FFF url(/images/line.gif) repeat-y left top;
	padding: 5px 10px 25px 50px;
	vertical-align: top;
}
td.rightTd {
	padding: 10px;
	vertical-align: top;
}
.change {
	background: #FFF url(/images/bg-change-line.gif) repeat-x left bottom;	
	vertical-align: bottom;
	padding: 0px;
	text-align: left;
	margin: 0px;

}
a.blank {
	color: #FFF;
	text-decoration: underline;
}
div.button {
	background-color: #FFF;
	
	padding: 0px;
	margin: 0px;
	text-align: left;
	vertical-align: bottom;
}
div.box {
	border: #6797cb 1px solid;
	padding: 10px;
	margin: 30px 0px;
	background-color: #efefef;
}
div.boxChange {
	border-left: #6797cb 1px solid;
	border-right: #6797cb 1px solid;
	border-bottom: #6797cb 1px solid;
	padding: 10px;
	margin-top: 0px;
	margin-bottom: 20px;
	background-color: #efefef;
	vertical-align: top;
	position: relative;
}
.positionFull {
	POSITION: relative;
}
.positionAbs {
	POSITION: absolute;
}


/*
	Identificators
*/

#basic {
	margin: 0px;
	background-color: #FFF;
}
#basic td {
	text-align: justify;
	font: 11px arial;
	color: #000;
}
#top {
	background: #6797cb url(/images/bg-top.gif) no-repeat left top;
	margin: 0px;
}
#top td {
	vertical-align: middle;
	text-align: center;
	padding: 0px;
}
#bottom {
	margin: 0px;
	background-color: #6797cb;
}
#bottom td {
	text-align: center;
	vertical-align: middle;
	color: #FFF;
}
#radio_div {
	VISIBILITY: hidden;
	overflow: hidden;
	position: absolute;
}
#downloads_div {
	VISIBILITY: hidden;
	position: relative;
}
#video_div {
	VISIBILITY: visible;
	overflow: hidden;
	position: relative;
}
#codes {
	background-color: #FFF;
	margin: 0px;
}
#codes th {
	background-color: #5a84b1;
	font: 12px arial;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	padding: 5px;	
}
#codes td {
	background-color: #f5f4f4;
	padding: 3px;
}