/* Main stylesheet */
@import url("stylesheet_tags.css");
@import url("form.css");
@import url("menu.css");
@import url("tables.css");
@import url("search.css");
@import url("rightcol.css");

/* Tag Definitions limited to ID's */
html {
	height: 100%;
	overflow-y: scroll;
}

body {
	margin: 0 0 20px 0;
	padding: 0;
  background-color: #539cd6;
}

A {
	color: black;
}

A:hover {
	text-decoration: none;
}

/* Layout classes and ID's */
.pagewidth {
	background-color: #FFFFFF;
	width: 960px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.headerRow {
	height: 220px;
	width: 960px;
	background-image: url(../images/head.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

.logoLangArea {
  height: 220px;
  width: 750px;
  float: left;
} 

.logo {
	float: left;
	margin: 0;
}

.logo IMG {
	display: block;
}

.menuLang {
  float: right;
  text-align: right;
  padding: 0;
}

.menuHeader IMG {
  display: inline;
}

.menuHeader {
  position: relative;
  top: 0;
  left: 0;
	width: 210px;
	height: 220px;
	float: right;
}

.menuMeta {
  width: 200px;
  padding: 6px 10px 0 0;
  position: absolute;
  right: 0;
  bottom: 10px;
}

.searchDiv {
  float: right;
}

.statusRow {
	float:left;
	width:700px;
	margin: 13px 0 10px 30px;
}

.menuMain { 
	margin-bottom: 25px;
	/* border-bottom: 2px solid #539cd6; */
}

.wrapper {
	height: 100%;
	/* margin-top: 24px; */
	background-image: url(../images/wrapper_bg.png);
	background-position: left top;
	background-repeat: repeat;
}

.leftcol {
	width: 220px;
	float: left; 
}

.oneCol {
	width: 680px;
	float: left;
	padding: 0 30px 10px 30px;
	min-height: 400px;
	background-color: #ffffff;
	/* background-image: url(../images/twocols_bg.png);
	background-position: left;
	background-repeat: repeat-y; */
}

.twocols {
	width: 740px;
	float: right;
}
 
.rightcol {
	float: right;
	width: 210px;
	padding: 0;
  margin-bottom: 10px;
}

.maincol {
	float: left;
	width: 470px;
	padding: 0 0 30px 30px;
	min-height: 400px;
}


/* Footer */
.footerRow {
	height: 25px; 
	clear: both;
	padding: 0;
	font-size: 100%;
	background-color: #539cd6;
}

.copyright,
.address {
	float: left;
	padding: 0;
	line-height: 25px;
	color: #d4e6f5;
	font-size: 90%;
}
.address A {
	color: #d4e6f5;
	text-decoration: none;
}
.address P {
	line-height: 25px;
}

.copyright {
	padding-left: 0;
	width: 220px;
}

.copyright A {
	color: #d4e6f5;
	text-decoration: none;
}

.copyright A:hover {
	color: #404d56;
}

.menuFooter {
	color: #d4e6f5;
	float: right;
	text-align: right;
}



/* CLASSES */
/* Classes for Filelinks */
.fileContainer {
	margin-bottom: 10px;
}

.fileIcon,
.fileLink {
	min-height: 18px;
}

.fileLink {
	padding-left: 30px;
}

.fileIcon {
	width: 30px;
	float: left;
	clear: left;
}

.fileRemark,
.fileInfos {
	font-size: 90%;
	padding-left: 30px;
	clear: both;
}

.clear {
	clear: both;
}


/* classes for 3 cols with layout option */
.threeColBox1st2nd,
.threeColBox3rd {
	width: 160px;
	float: left;
	margin: 0 15px 15px 0;
}

.threeColBox3rd {
	margin-right: 0;
}

/* this box is required after 3 col boxes */
.oneColBox {
	width: 500px;
	float: left;
	margin-bottom: 15px;
}

.backLink {
	clear: both;
	float: right;
	margin-top: 10px;
}


/* CSS STYLED CONTENT OVERRIDES */
.maincol .csc-linkToTop {
	margin: 10px 0 10px 0;
	text-align: right; 	
	background-image: url(../images/separator.gif);
	background-position: center bottom;
	background-repeat: repeat-x;
}
	
.maincol .csc-linkToTop A { 
	color: #000000; 
	text-decoration: none; 
}

.csc-frame-rulerAfter {
	background-image: url(../images/separator.gif);
	background-position: center bottom;
	background-repeat: repeat-x;
	height: 12px;
	width: 470px;
	clear: left;
}

.csc-mailform-field IMG {
	margin-top: 4px;
}


/* extensions with minimal styles */
#captchaResponse {
	margin: 4px 5px 0pt 120px;
	vertical-align: top;
	width: 114px;
}

.tx-flvplayer-pi1 {
	text-align: left;
}
