/* Main stylesheet */
@import url("stylesheet_tags.css");
@import url("form.css");
@import url("menu.css");
@import url("tables.css");
@import url("rightcol.css");

/* Tag Definitions limited to ID's */
html {
	height: 100%;
	overflow-y: scroll;
}

body {
	margin: 0 0 0 0;
	padding: 0;
  background-color: #FFFFFF;
  background-image: url(../images/bg_header_large.jpg);
	background-position: top;
	background-repeat: repeat-x;
  height:100%;
}

A {
  color: #4894d7;
  text-decoration: none;  
}

A:hover {
  color: #4894d7;  
  text-decoration: underline;
}

/* Layout classes and ID's */
.pagewidth {
	width: 1000px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
  
  clear:both;
  
  background-image: url(../images/bg_maincol.gif);
  background-position: top;
  background-repeat: repeat-x;
  background-color: #FFFFFF;
}

.innerPagewidth {
  width: 960px; 
  text-align: left;
  margin-left: auto;
  margin-right: auto;

  background-image: url(../images/header_large.jpg);
  background-position: top;
  background-repeat:no-repeat;
}

.headerRow {
	height: 220px;
	width: 960px;
	background-position: left top;
	background-repeat: no-repeat;
}

.logoLangArea {
  height: 220px;
}

.logo {
	float: left;
	margin: 155px 0 0 10px;
}

.logo IMG {
	display: block;
}

.menuMain { 
	margin-bottom: 25px;
  padding-left:10px;
}

.logoEduqua {
  padding: 10px 20px 25px 23px;
  float:left;
}

.logoSea {
  padding: 10px 0 25px 0;
}

.wrapper {
	height: 100%;
	margin-top: 24px;
}

.leftcol {
	width: 220px;
	float: left; 
}

.oneCol {
    border-top: 1px solid #b8b0ae;
    width: 720px;
    float: left;
    margin: 0 10px 10px 10px;
    min-height: 400px;
}

.twocols {
	width: 740px;
	float: right;
}
 
.rightcol {
  
  border-top: 1px solid #b8b0ae;
	float: right;
	width: 200px;
	padding: 4px 0 0 0;
  margin: 0 10px 10px 0;
}

.maincol {
	float: left;
	width: 510px;
	padding: 4px 0 25px 0;
  margin: 0 0 0 10px;
	min-height: 400px;
  border-top: 1px solid #b8b0ae;
}



/* Footer */

.footerRow {
  height: 50px; 
}

.footerBar {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  
  height: 25px; 
  background-color: #b8b0ae; 
  color: #cec7c5; /* color for "|" between menuitems */
}


.menuFooterLeft {
  float: left;
  margin: 0 0 0 5px;
}

.menuFooterRight {
  float: right;
  margin: 0 5px 0 0;
}

.addressBar {
  width: 940px;
  margin-left: auto;
  margin-right: auto;  
}

.address {
	float: left;
}

.address P {
  color: #727272;
  font-size: 95%;
	line-height: 25px;

  margin-left: auto;
  margin-right: auto;
  padding: 0 10px 0 15px;
}

.address P A {
  color: #727272;
}

.address P A:hover {
  color: #4894d7;
}

.copyright {
  float:right;
  margin: 9px 15px 0 0;
}





/* 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;
}

/* 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: 10px;
	width: 510px;
	clear: left;
}

.csc-mailform-field IMG {
	margin-top: 4px;
}


/* extensions with minimal styles */
#captchaResponse {
	margin: 4px 5px 0pt 225px;
	vertical-align: top;
	width: 114px;
}

.tx-flvplayer-pi1 {
	text-align: left;
}