html {
width: 100%;
height: 100%;
}

body {
min-width: 1000px;
margin: 0px;
font-size: 0.8em;
font-family: Verdana, Trebuchet, Helvetica, Sans-Serif;
color: #000000;
background-image: url(/images/students/menubackground.gif);
background-repeat: repeat-y;
}

p {
margin: 0px 0px 10px 0px;
font-size: 1.0em;
font-family: Verdana, Trebuchet, Helvetica, Sans-Serif;
color: #000000;
}

/* Links */
a:link {
color: #0066CC;
text-decoration: underlined;
}
a:active {
color: #0066CC;
text-decoration: underlined;
}
a:visited {
color: #800080;
text-decoration: underlined;
}
a:hover {
color: #ff0000;
text-decoration: underlined;
}

/*The general flowing layout*/
/*allthree=menucolumn+centercolumn+sponsorcolumn*/
#allthree {
padding-left: 200px;      /* Menucolumn width */
padding-right: 150px;     /* Sponsorcolumn width */
}
#allthree .column {
position: relative;
float: left;
}
#centercolumn {
width: 100%;
top: 33px;
position: absolute;
}
#menucolumn {
width: 200px;             /* Menucolumn width */
right: 200px;             /* Menucolumn width */
margin-left: -100%;
}
#sponsorcolumn {
width: 150px;             /*Sponsorcolumn width */
margin-right: -100%;
position: absolute;
right: 5px;
top: 31px;
}

/* HEADER */
#eageheader1 { /* TOP HEADER */
	background-image:url(/images/students/logo_student.png);
	height: 76px;
	background-repeat:no-repeat;
	background-position:28px;
}

#eageheader2 {	/* SUB HEADER */
	background-image: url(/images/students/subheader.gif);
	position: absolute;
	top:76px;
	width:100%;
	height:18px;
	background-position:198px;
	background-repeat:no-repeat;
	/* background-color:#9d98ae; */
}

h1 {    /* headline non event pages / placed inside cms */
    margin:0px;
    font-size:1.1em;
    border-bottom:2px solid #364570;
}

#eageheaderbackground {
	background-image: url(/images/students/header.jpg);
	position: relative;
	background-repeat: repeat-x;
	height: 76px;
}


/* Top header leftcorner */
#topnavigation {
float: right;
margin-right: 10px;
font-size: 11px;
margin-top: 5px;
color: #ffffff;
}
#topnavigation a {
text-decoration: none;
color: #ffffff;
font-weight:bold;
}
#topnavigation a:hover {
text-decoration: none;
color: #c9c5d1;
font-weight:bold;
}

/* Content */
div.content {
width: 100%;
}


#content .textblocktitle, #printme .textblocktitle {
font-weight: bold;
margin-bottom: 8px;
margin-top: 25px;
}
#content .textblock{
margin-bottom: 20px;
}
div.container {
left: 230px;
right: 150px;
padding-left:15px;
}
#content .emptyline {
margin-bottom: 0px;
height: 20px;
}



/* Menu */
#navbar {
position: absolute;
top:85px;
left: 5px;
width: 200px;
}

#navbar table {
width: 200px;
}

#fundlogo {
	position:relative;
	top:40px;
	width:186px;
	height:29px;
	background-image:url(/images/students/logo_fund.png);
	background-repeat: no-repeat;
	background-position: center;
}

/* Homepage textblock */
#content .homepagetextblockheader{
margin-bottom: 0px;
padding: 2px;
margin-right: 210px;
font-weight:bold;
background-color: #364570;
color:#ffffff;
}
#content .homepagetext{
margin-bottom: 0px;
margin-right: 210px;
padding: 3px;
border-bottom: 1px solid #364570;
border-left: 1px solid #364570;
border-right: 1px solid #364570;
background-color: #ffffff;
}
#content .homepagetext img {
margin: 2px;
}


/* Image margin */
.textblock img {
margin: 2px;
}
.sltintrotext img {
margin: 2px;
}
.pagecontenttext img {
margin: 2px;
}


/* Nice tables... */
.homepagetext table {
border: 1px solid #364570;
border-collapse: collapse;
margin-top:5px;
}
.homepagetext table td{
border: 1px solid #364570;
padding: 3px;
}
.homepagetext table th{
text-align: left;
font-weight: bold;
background-color: #364570;
color: #ffffff;
}
.textblock table {
border: 1px solid #364570;
border-collapse: collapse;
margin-top:5px;
}
.textblock table td{
border: 1px solid #364570;
padding: 3px;
}
.textblock table th{
text-align: left;
font-weight: bold;
background-color: #364570;
color: #ffffff;
}
.sltintro table {
border: 1px solid #364570;
border-collapse: collapse;
margin-top:5px;
}
.sltintro table td{
border: 1px solid #364570;
padding: 3px;
}
.sltintro table th{
text-align: left;
font-weight: bold;
background-color: #364570;
color: #ffffff;
}
.pagecontenttext table {
border: 1px solid #364570;
border-collapse: collapse;
margin-top:5px;
}
.pagecontenttext table td{
border: 1px solid #364570;
padding: 3px;
}
.pagecontenttext table th{
text-align: left;
font-weight: bold;
background-color: #364570;
color: #ffffff;
}

.lecturetourtable{
border: 1px solid #364570;
border-collapse: collapse;
margin-top:5px;
margin-bottom:10px;
}

.lecturetourtable td{
border: 1px solid #364570;
padding: 3px;
vertical-align:top;
}
.lecturetourtable th{
text-align: left;
font-weight: bold;
background-color: #364570;
color: #ffffff;
}

.titletable{
border:0px;
}

.lecturetourtable a{
text-decoration:none;
}

/* Basic table */
table {
font-size: 1.0em;
font-family: Verdana, Trebuchet, Helvetica, Sans-Serif;
background-color: #ffffff;
}
table td {
background-color: #ffffff;
padding: 2px;
}
table th {
text-align: left;
font-weight: bold;
background-color: #364570;
color: #ffffff;
}
table header {
text-align: left;
padding: 2px;
}
customtableheader {
background-color: #364570;
text-align: left;
padding: 2px;
color: #ffffff;
}

/* table for layout purpose only  */
.tablelayout {
background-color: transparent;
font-family: Verdana, Trebuchet, Helvetica, Sans-Serif;
width: 100%;
}

/* table for layout purpose only  */
.emptylayout {
background-color: transparent;
font-family: Verdana, Trebuchet, Helvetica, Sans-Serif;
width: 100%;
}
.emptylayout td {
background-color: transparent;
}

/* empty tablecell */
.emptycell {
font-size: 1px;
height: 2px;
}
.emptycellnews {
font-size: 1px;
height: 1px;
}
/* for forms */
fieldset {
margin-right: 10px;
margin-bottom: 20px;
padding-bottom: 10px;
padding-left: 5px;
padding-right: 7px;
border: 1px solid #364570;
}
legend {
margin-bottom: 20px;
padding: 1px 5px;
font-weight: bold;
color: #000000;
}
button {
margin: 0px 2px;
cursor: pointer;
}
.formtitle {
font-weight: bold;
width: 120px;
}
.obligatory {
color: #aa1020
}

/* for CfP submission */
#content .helpbar {
margin-bottom: 0px;
padding: 2px;
margin-left: 5px;
background-color: #364570;
}
#content .helpbutton {
margin-bottom: 2px;
text-align: center;
height: 20px;
padding: 1px;
border: 2px solid #364570;
color: #364570;
background-color: #ffffff;
}
.helpbuttontext {
font-weight: bold;
color: #364570;
}
.numberblock, .numberblockpast {
/* using max-height here for FF and height for IE  :) */
float: left;
margin: 5px;
width: 40px;
max-height: 36px;
height: 40px;
font-size: 24px;
text-align: center;
padding: 5px 0px 0px 0px;
color: #ffffff;
background-color: #c9c5d1;
}
.numberblockpast {
cursor:pointer;
}
.numberblockactive {
/* using max-height here for FF and height for IE  :) */
float: left;
margin: 5px;
width: 40px;
height: 40px;
max-height: 34px;
font-size: 24px;
text-align: center;
padding: 3px 0px 0px 0px;
color: #364570;
background-color: #ffffff;
border: 2px solid #364570;
}

.numbertitle {
margin: 5px;
width: auto;
height: 40px;
font-size: 12px;
padding: 5px;
font-weight: bold;
color: #364570;
background-color: #ffffff;
}
.numberfill {
margin: 0px 5px;
width: 1px;
height: 40px;
background-color: #ffffff;
}
.bodystyle {
font-size: 1.0em;
font-family: Verdana, Trebuchet, Helvetica, Sans-Serif;
color: #000000;
background-color: #ffffff;
}
.cfpbutton {
margin-bottom: 5px;
font-weight: bold;
cursor: pointer;
border: 2px solid #364570;
color: #364570;
background-color: #ffffff;
}
.cfpbutton_submit {
margin-bottom: 5px;
font-weight: bold;
cursor: pointer;
border: 2px solid #364570;
color: #364570;
background-color: #FFFFFF;
}
.helpbar {
float:right;
top: 0px;
width:150px;
margin: 0px;
padding: 0px;
}
.blockover {
float: left;
margin: 5px;
width: 40px;
font-size: 24px;
text-align: center;
padding: 4px;
cursor:pointer;
color:  #364570;
background-color: #ffffff;
border: 2px solid  #364570;
}
.blockout {
float: left;
margin: 5px;
width: 40px;
height: 40px;
font-size: 24px;
text-align: center;
padding: 5px;
background-color: #364570;
color: #ffffff;
}

/* TABLE CALENDAR (CALENDAR OF EVENTS) */
.table_calendar {
    width:100%;
    border-collapse:collapse;
    margin-bottom:16px;
}
    .table_calendar tr:first-child td {
            color:#fff;
            padding:2px 0px 2px 5px;
            background-color:#364570;
            border-bottom:none;
        }       
        .table_calendar td {
            vertical-align:top;
            padding:4px 0px 4px 10px;
            border-bottom:1px dotted #b4d9d4;       
        }
    .table_calendar tr:hover {
        color:#058270;
        background-color:#f3fdfc;
    }
.table_calendar img {
    position:relative;
    float:right;
    right:10px;
}
.table_calendar p { /* ff height fix*/
        margin:0px;
}

.calbutton, .wrldbutton { /* calendar of events, Worldmap */
    width:100px;
    height:24px;    
    color:#fff;     
    margin-top:5px;     
    cursor:pointer;             
    background-color:#364570;
    border:1px solid #fff;
}
    .calbutton:hover, .wrldbutton:hover {   
        color:#058270;
        background-color:#fff;
        border:2px solid #364570;
    }
    .caltabpos {
        margin-bottom:5px;
    }

/*registration steps*/
.done {
background-color: #C9C5D1;
}
.todo {
background-color: #c9c5d1;
}
.current {
background-color: #364570;
}
/* errorblock */
#content .errorblock {
margin: 0px 25px;
padding: 0px;
width: 100%;
}
#content .errorimage {
margin: 0px;
padding: 0px;
float: left;
}
#content .errordescriptions {
margin-bottom: 0px;
float: left;
color: #FF0000;
}
#content .errordescriptions ul {
margin-bottom: 0px;
list-style: square;
}

/* Small input */
.smallinput {
font-family: Verdana, Trebuchet, Helvetica, Sans-Serif;
font-size: 1.0em;
}

/* And when the mouse is on the object, we want to see a hand... */
.infobutton {
cursor: pointer;
}

/* FormProcessor stylesheet */
.form_container {
background-color: #ffffff;
font-size: 1.0em;
font-family: Verdana, Trebuchet, Helvetica, Sans-Serif;
padding: 1px;
}
.stdFPTable {
background-color:#ffffff;
}

/* Title of formelement */
.stdFPTitle {
font-weight: bold;
}
.stdFPErrTitle {
font: bold 10pt verdana,arial;
color:#aa1020;
}
.stdFPReqStar {
margin-left: 5px;
}
.stdFPLayoutTitle {
font: bold 10pt verdana,arial;
color:#364570;
}
.stdFPCheckBoxTitle  {
font: bold 10pt verdana,arial;
}
.stdFPRadioTitle  {
font: bold 10pt verdana,arial;
}
.stdFPError {
font: bold 10pt verdana,arial;
color:#aa1020;
}
.stdFPComment {
font: normal 8pt verdana,arial;
color:#555555;
}
.stdFPButton, .stdFPSubmitButton {
font-weight: bold;
padding: 2px;
font-size: 0.8em;
cursor: pointer;
}
.stdFPText {
text-align:center;
}
.stdFPFatalError {
font:bold 11pt verdana,arial;
color:#ff0000;
}
.stdFPGroupTbl {
border:1px solid #D7D7D7;
background-color:#ffffff;
width: 600px; }

.stdFPOuterTable {
background-color: #364570;
}
.stdFPOuterTableHeaderCell {
font-weight: bold;
color: #ffffff;
padding-left: 10px;
height: 30px;
background-color: #364570;
}
.stdFPOuterTableContentCell {
background-color:#c9c5d1;
}
.sc_bordergreen {
border: 2px solid #364570;
background-color: #ffffff;
text-align: center;
}
.sc_bordergrey {
border: 1px solid #c9c5d1;
text-align: center;
background-color: #ffffff;
}
input {
font-family: Verdana, Trebuchet, Helvetica, Sans-Serif;
font-size: 1.0em;
}
.smallcube {
font-size: 0.7em;
width: 75px;
height: 45px;
text-align: center;
background-color: #ffffff;
}
ul.error li {
color: red;
}
.smallcubetext {
font-size: 0.7em;
font-weight: bold;
}
td[nowrap] {
white-space: nowrap;
}

/* Technical programme */
.tptable {
border-collapse: collapse;
}
.tptable td {
padding-left:5px;
padding-right:5px;
border: solid 1px #c9c5d1;
}
.tph1 td {
height: 20px;
font-size: 12px;
font-weight: bold;
text-align: left;
background-color: #364570;
color: #ffffff;
border: solid 1px #364570;
}
.tph2 td {
height: 20px;
font-size: 12px;
font-weight: bold;
text-align: left;
background-color: #c9c5d1;
color: #000000;
}
.tpbutton {
background-color:#ffffff;
color:#364570;
border: 2px solid #364570;
}
.tptextfield {
background-color:#ffffff;
color:#000000;
border: 1px solid #364570;
}
.tpformtbl {
border-collapse: collapse;
}
.tpformtbl td {
padding-top:0px;
padding-bottom:10px;
}
.searchresults {
border-collapse: collapse;
}
.searchresults td {
padding-top: 10px;
padding-left:5px;
padding-right:5px;
}
.searchresults a {
font-size: 1.1em;
}
.subtext {
font-size: 0.7em;
}

/* Sponsors */
#sponsors {
position: absolute;
width: 130px;
right: 5px;
}
#sponsorheader{
padding: 2px;
font-weight: bold;
margin-bottom: 2px;
text-align: center;
background-color: #ffffff;
color: #364570;
}
#sponsor {
text-align: center;
margin-bottom: 5px;
/* border: 1px solid #f1f1f1; */
border: 1px solid  #d8e1fb;
}
#sponsor img {
border: 0px solid #000000;
width: 120px;
}

/* Advertisers */
#advertisers {
width: 130px;
right: 5px;
}
#advertiserheader {
padding: 2px;
font-weight: bold;
margin-bottom: 2px;
text-align: center;
background-color: #ffffff;
color: #364570;
}
#advertiser {
text-align: center;
margin-bottom: 5px;
border: 1px solid #f1f1f1;
}
#advertiser img {
border: 0px solid #000000;
width: 120px;
}

/* Banners */
#banners {
width: 130px;
right: 5px;
position: absolute;
}
.bannerbox {
background-color:#FFFFFF;
border:1px solid #d8e1fb;
padding:0px;
text-align:center;
margin-bottom:0px;
width:120px;
height:90px;
}
.bannerbox img {
display:block;
border:0px;
}

/* STUDENT SPONSORS */

#sponsor_plat {
	position:relative;
	width:100%;
	border:1px solid #313858;
	margin-bottom:20px;
}
	.plathead {
		display:block;
		height:20px;
		padding-left:10px;
		color:#fff;
		background-color:#313858;
	}

#sponsor_gold {
	position:relative;
	width:100%;
	border:1px solid #4a527c;
	margin-bottom:20px;
}
	.goldhead {
		display:block;
		height:20px;
		padding-left:10px;
		color:#fff;
		background-color:#4a527c;
	}

#sponsor_silv {
	position:relative;
	width:100%;
	border:1px solid #726c83;
	margin-bottom:20px;
}
	.silvhead {
		display:block;
		height:20px;
		padding-left:10px;
		color:#fff;
		background-color:#726c83;
	}
	
#sponsor_bron {
	position:relative;
	width:100%;
	border:1px solid #857f99;
	margin-bottom:20px;
}
	.bronhead {
		display:block;
		height:20px;
		padding-left:10px;
		color:#fff;
		background-color:#857f99;
	}
	
#sponsor_other {
	position:relative;
	width:100%;
	border:1px solid #9d98ae;
	margin-bottom:20px;
}
	.otherhead {
		display:block;
		height:20px;
		padding-left:10px;
		color:#fff;
		background-color:#9d98ae;
	}

#sponsor_personal {
	position:relative;
	width:100%;
	border:1px solid #9d98ae;
	margin-bottom:20px;
}
	.personalhead {
		display:block;
		height:20px;
		padding-left:10px;
		color:#fff;
		background-color:#9d98ae;
	}			


/* printing css */
@media screen {
#printme { visibility: hidden; }
}
@media print {
	body{ background-image: none; }
	.numberblock, .numberblockpast, .numberblockactive, .numbertitle { display: none; }
	.cfpbutton, .cfpbutton_submit { display: none; }
	#content .eventtitle { margin-bottom: auto; font-weight:bold; float:left;  background-image: none; height: auto; width: auto; text-align:left; }
	#navbar, #sponsors { visibility: hidden; }
	#container { visibility: visible; left: auto; right: auto; top: auto; width: 100%; }
	#eageheaderbackground, #eageheader2, #eageheader3, #eageheader4, #eageheader5 { display: none; }
	#content .eventtitle { height: auto; background: #ffffff; }
	#content .eventtitle span { visibility: visible; }
	#content .eventperiod { padding: 2px; }
}



/* Menu */
#menu div a {
display: block;
color: #000000;
text-decoration: none;
}
#menu div a:hover {
color: #364570;
text-decoration: none;
}
#navbar {
position: absolute;
top:15px;
left: 5px;
}
#navbar table {
width: 187px;
border: 1px solid #364570;
}
#menu {
cursor: pointer;
font-size: 12px;
font-family: Verdana, Trebuchet, Helvetica, Sans-Serif;
padding-left:2px;

}
.s {
display: none;
}
.seta {
float: right;
width: 12px;
height: 12px;
margin-top: 1px;
margin-right: 5px;
}
#menu_bakup {
cursor:pointer;
font-size: 16px;
font-family: Times New Roman, Times, serif;
padding-top: 2px;
padding-bottom: 2px;
font-weight: normal;
color: #000000;
}
#menu div a:hover {
display: block;
text-decoration: none;
}
#menu div a img {
border: 0px;
}
.n1 {
font-weight: bold;
padding-top: 2px;
padding-bottom: 2px;
}
.n2 {
padding-left: 0px;
padding-top: 1px;
padding-bottom: 1px;
}
.n3 {
padding-left: 10px;
padding-top: 1px;
padding-bottom: 1px;
}
.n4 {
padding-left: 20px;
padding-top: 1px;
padding-bottom: 1px;
}
.n5 {
padding-left: 40px;
padding-top: 1px;
padding-bottom: 1px;
}
.tablenavigation {
font-size: 12px;
margin: 0px;
padding: 0px;
border-collapse: collapse;
width: 100px;
}
.tablenavigation th {
height: 20px;
border-top: 1px solid #364570;
border-left: 1px solid #364570;
border-right: 1px solid #364570;
font-size: 12px;
font-weight: bold;
padding: 2px;
text-align: left;
background-color: #364570;
color: #ffffff;
}
.tablenavigation th1 {
height: 25px;
margin: 0px;
padding: 2px;
border: 1px solid #364570;
font-size: 13px;
text-align: left;
font-weight: bold;
background-color: #364570;
color: #ffffff;
}
.tablenavigation tr {
margin: 0px;
padding: 0px;
}
.tablenavigation td {
margin: 0px;
padding-left: 1px;
border: 0px solid #000000;
background-color: #c9c5d1;
color: #000000;
}
.tablenavigation .bottom {
border: 0px;
visibility: hidden;
}


/* Login */
.loginbox {
font-size: 10px;
margin: 0px;
padding: 0px;
border-collapse: collapse;
width: 160px;
}
.loginbox th {
height: 20px;
border-top: 1px solid #364570;
border-left: 1px solid #364570;
border-right: 1px solid #364570;
font-size: 12px;
font-weight: bold;
padding: 2px;
text-align: left;
width: 160px;
background-color: #364570;
color: #ffffff;
}
.loginbox tr {
margin: 0px;
padding: 0px;
}
.loginbox td {
margin: 0px;
padding-left: 4px;
border: 0px solid #000000;
background-color: #c9c5d1;
}

/* Personal box */
.personalbox {
margin: 0px;
padding: 0px;
border-collapse: collapse;
background-color: #ffffff;
}
.personalbox th {
font-size: 12px;
font-weight: bold;
padding: 2px;
text-align: left;
width: 160px;
background-color: #364570;
color: #ffffff;
}
.personalbox div {
font-weight: bold;
font-size: 12px;
font-family: Verdana, Trebuchet, Helvetica, Sans-Serif;
cursor: pointer;
}
.personalbox td {
background-color: #c9c5d1;
}

.lecturetourtext{
color: #000000;
font-weight: bold;
border-bottom: solid #364570 2px;
margin-bottom: 20px;
background-color: #ffffff;
}

.eventcalendartext{
color: #000000;
font-weight: bold;
border-bottom: solid #364570 2px;
margin-bottom: 2px;
background-color: #ffffff;
border-top: 0px;
border-left: 0px;
border-right: 0px;
}

.eventtext{
vertical-align: top;
}

.eventtext a:link {
color: #0066CC;
text-decoration: none;
}
.eventtext a:active {
color: #0066CC;
text-decoration: none;
}
.eventtext a:visited {
color: #800080;
text-decoration: none;
}
.eventtext a:hover {
color: #364570;
text-decoration: none;
}

.tipstext{
margin-bottom: 5px;
}

.sltintrotitle{
color: #000000;
font-weight: bold;
border-bottom: solid #364570 2px;
margin-bottom: 20px;
background-color: #ffffff;
}

.pagecontenttitle{
color: #000000;
font-weight: bold;
border-bottom: solid #364570 2px;
margin-bottom: 20px;
}

.emptycell{
height: 2px;
}

.box{
height: 20px;
background-color: #364570;
text-align: center;
color: #ffffff;
padding: 2px;
border: solid #364570 1px;
font-weight:bold;
margin-bottom:1px;
}

/* IAPCO logo */
#iapcocontainer {
	margin-top: 3px;
	font-weight:bold;
	height: 38px;
	width: 186px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(/images/homepage/iapco_students.gif);
	
}
#iapcologo {
	visibility:hidden;
}
.iapcologocenterer {
	text-align:center;
	position:absolute;
	left:0px;
}

.yearindicator {
	font-weight:bold;
	padding-left:3px;
	margin-top:10px;
}

.frontcontent{
	border: solid #364570 1px;
	vertical-align:	top;
	padding-bottom:5px;
	padding-top:5px;
}

.frontcontent img{
	margin: 2px;
}
.frontcontent p{
	margin-left: 2px;
	margin-right: 2px;
}
.frontcontent a:link {
	text-decoration: underline;
}
.frontcontent a:visited {
text-decoration: underline;
}
.newstitles{
border: solid #364570 1px;
background-color: #C9C5D1;
color: #2b3250;
font-weight:bold;
text-align: left;
height:20px;
padding-left:2px;
vertical-align:	top;
margin-top:2px;
}

.frontborders{
background-color: #364570;
color: #ffffff;
height: 20px;
text-align: center;
padding: 2px;
border: solid #364570 1px;
font-weight:bold;
margin-bottom:1px;
}

.frontevents{
border: solid #364570 1px;
background-color: #C9C5D1;
color: #2b3250;
font-weight:bold;
text-align: left;
height:20px;
padding-left:2px;
vertical-align:	top;
margin-top:2px;
}

h4{
font-size: 1.0em;
font-weight:bold;
}

div.studentchapter th {
        padding-left: .3em;
        padding-right: 1.2em;
}

div.studentchapter td {
        background-color: #e9e9e9;
        padding-left: .3em;
        padding-right: 1.2em;
}

div.studentchapter p {
        margin-top: 2em;
}
