/* CSS Document */


/* ### OVERALL SETTINGS ### */
body{
	margin				: 0px;
	padding				: 0px;
	height				: 101%;
	background			: url(/img/background.gif) #f0f0f0;
	font-family			: arial, sans-serif;
	font-size			: 12px;
	color				: #000000;
}

d, tr, p, div {
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 12px;
	color				: #000000;
}

hr {
	color				: #e0e0e0;
	height				: 1px;
	width				: 100%;
}

img{
	border				: None;
}

form{
	padding				: 0px;
	margin				: 0px;
}


/* ### MAIN TABLE CONTAINER SETTINGS ###  */
.maincontainer {
	border				: 10px solid #ffffff;
	width				: 900px;
	background-color	: #ffffff;
}

.headercontainer {
	height				: 70px;
	border				: 1px solid #e0e0e0;
	padding				: 1px;
}

.subheadercontainer {
	border-left			: 1px solid #e0e0e0;
	border-right		: 1px solid #e0e0e0;
	border-bottom		: 1px solid #e0e0e0;
	padding				: 0px 2px 1px 10px;
	background			: #f8f8f8;
}

.logocontainer {
	width				: 660px;
	float				: left;
	vertical-align		: middle;
	height				: 66px;
	margin-left			: 10px;
}

.searchcontainer {
	width				: 200px;
	background			: url(/img/search.png) #f0f0f0 no-repeat top right;
	float				: right;
	height				: 66px;
	text-align			: center;
}

.pathwaycontainer {
	width				: 660px;
	height				: 20px;
	vertical-align		: middle;
}

.languagecontainer {
	width				: 200px;
	height				: 20px;
	float				: right;
	text-align			: right;
}

.leftmenucontainer {
	width				: 200px;
	background-color	: #f0f0f0;
	border				: 1px solid #e0e0e0;
}

.footercontainer {
	height				: 20px;
	border				: 1px solid #e0e0e0;
	padding				: 5px;
	text-align			: right;
	background			: #f8f8f8;
}

.clear {
	clear				: both;
}

.footer {
	text-align			: center;
}


/* ### PATHWAY SETTINGS ### */
.pathway {
	font-size			: 12px;
	color				: #000;
}

a.pathway:link, a.pathway:visited {
	font-size			: 12px;
}

a.pathway:hover {
	font-size			: 12px;
}


/* ### MODULE SETTINGS ### */
table.moduletable {
	width				: 100%;
}

table.moduletable th {
	font-size			: 11px;
	font-weight			: bold;
	text-transform		: uppercase;
	text-align			: center;
	letter-spacing		: 1px;
	color				: #044497;
	height				: 20px;
	vertical-align		: middle;
	background			: #f8f8f8;
}

table.moduletable td {
	padding				: 2px;
}

table.moduletable tr.livestream a{
	height				: 100%;
	width				: 100%;
	display				: block;
	background-image	: url(/img/1x1_0.png);
}

table.moduletable tr.livestream a:hover{
	background-image	: url(/img/1x1_50_gray.png);
}

table.contentmenu {
	width				: 100%;
}

table.contentmenu th {
	font-size			: 11px;
	font-weight			: bold;
	text-transform		: uppercase;
	text-align			: center;
	letter-spacing		: 1px;
	color				: #044497;
	height				: 20px;
	vertical-align		: middle;
	background			: #f8f8f8;
}

table.contentmenu td {
	padding-bottom		: 4px;
}

table.alarm{
	width				: 100%;
	border				: 1px solid #ff0000;
	background			: #ffeeee;
}

table.alarm td{
	padding				: 4px;
	font-size			: 14px;
	color				: #ff0000;
}

table.success{
	width				: 100%;
	border				: 1px solid #00ff00;
	background			: #eeffee;
}

table.success td{
	padding				: 4px;
	font-size			: 14px;
	color				: #008000;
}


/* ### FORMULAR SETTINGS ### */
.button {
	border				: 1px solid #e0e0e0;
	background-color	: #ffffff;
}

.inputbox {
	border				: 1px solid #d0d0d0;
	background			: #e9e9e9;
	color				: #044497;
	margin				: 2px;
}


/* ### LINKS ### */
a:link, a:visited {
	color				: #044497;
	text-decoration		: underline;
}

a:hover {
	color				: #F69804;
	text-decoration		: underline;
}


/* ### MENU SYSTEM ###  */
.mainlevel {
	border				: 1px solid #e0e0e0;
	height				: 20px;
	display				: block;
}

a.mainlevel:link, a.mainlevel:visited {
	background			: #ffffff;
	text-decoration		: none;
	padding-top			: 2px;
	padding-bottom		: 2px;
	padding-left		: 10px;
	line-height			: 150%;
}

a.mainlevel:hover {
	border				: 1px solid #d0d0d0;
	background			: #e9e9e9;
	text-decoration		: none;
}

.mainlevelactive {
	background			: #ffffff;
	text-decoration		: none;
	padding-top			: 2px;
	padding-bottom		: 2px;
	padding-left		: 10px;
	border				: 1px solid #e0e0e0;
	height				: 20px;
	display				: block;
	line-height			: 150%;
}

.sublevel {
	border				: 1px solid #e0e0e0;
	display				: block;
}

a.sublevel:link, a.sublevel:visited {
	background			: #ffffff;
	text-decoration		: none;
	padding-top			: 4px;
	padding-bottom		: 4px;
	padding-left		: 10px;
	padding-right		: 10px;
}

a.sublevel:hover {
	border				: 1px solid #d0d0d0;
	background			: #e9e9e9;
	text-decoration		: none;
}


/* ### SECTION LISTING SETTINGS ### */
.sectiontableheader {
	font-size			: 11px;
	font-weight			: bold;
	text-transform		: uppercase;
	text-align			: left;
	letter-spacing		: 1px;
	color				: #044497;
	height				: 20px;
	vertical-align		: middle;
	background			: url(/img/shading.gif) #b0b0b0;
	border-bottom		: 1px solid #000000;
}

.sectiontablesubheader {
	font-size			: 11px;
	font-weight			: bold;
	text-align			: left;
	letter-spacing		: 1px;
	color				: #044497;
	vertical-align		: middle;
	background			: #f8f8f8;
}

.sectiontableentryone {
	vertical-align		: middle;
	padding				: 3px;
	background			: #f0f0f0;
}

.sectiontableentrytwo {
	vertical-align		: middle;
	padding				: 3px;
	background			: #e9e9e9;
}


/* ### TEXT ELEMENTS ### */
.title{
	font-size			: 30px;
	color				: #000099;
	white-space			: nowrap;
}

.subtitle{
	font-size			: 12px;
	color				: #808080;
	font-weight			: bold;
}

.content {
	padding				: 0px;
	border-collapse		: collapse;
}

.contentheading, .componentheading {
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 14px;
	font-weight			: bold;
	color				: #000000;
	width				: 100%;
	border-bottom		: 1px solid #f0f0f0;
}

.contentpagetitle {
	font-weight			: bold;
	color				: #000000;
}

a.contentpagetitle:link, a.contentpagetitle:visited, a.contentpagetitle:active {
	text-decoration		: none;
}
