body {
  background-color: #ffffff;
  font-size:12px;
  font-family:Arial, Verdana, Helvetica, sans-serif;
  color: #002EB8;
}

a:link { color: #59A9DE; }
a:visited { color: #59A9DE; }
a:active  { color: #59A9DE; }
a:hover{ color: red; }

a img { border: none; }
label { vertical-align: middle; 
        font-size:small; }
img {
  border: none;
  padding: 0px;
}

img.right { padding: 4px; margin: 0 0 2px 7px; display: inline; float: right;}
img.left { padding: 4px; margin: 0 7px 2px 0; display: inline; float: left;}

#sidebar ul {
  list-style: none;
  padding: 0em;
  margin: 0em;
  padding-left: 1em;
  text-indent: -1em;
}

div#outer {
    width: 700px;
    margin-top: 5px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
}

div#header {
    padding: 0px;
    margin: 0px;
    text-align: center;
}

div#sidebar {
    width: 150px;
    padding: 0px;
    margin-top: 1px;
    margin-left: 0px;
    float: left;
}

div#main {
    margin-left: 155px;
    margin-top: 1px;
    padding: 10px;
}

div#footer {
  padding: 0px;
  margin: 0px;
  text-align: center;
  clear: left;
}

div#sidebar div#authenticate label {
   font-size: x-small;
}

div#sidebar div#authenticate {
    border-style: solid;
    border-width: 1px;
    margin-top: 5px;
    padding-left: 3px;
    padding-bottom: 3px;
    font-size: x-small;
    width: 75%;
}

div#sidebar div#authenticate .full {
  display: block;
}

div#sidebar div#authenticate .linkOnly {
  display: none;
}
div#authenticate .linkOnly {
  display: none;
}

div#sidebar .conf_titles {
  display: none;
}


.conf_titles { text-align: center; font-size: 14px; font-weight: bold; line-height: 150%}
.conf_subtitles { font-size: 12px; font-weight: bold; line-height: 150%}
.conf_subsubtitles { font-size: 10px; font-weight: bold; line-height: 150%}
.conf_bold { font-weight: bold;}
.conf_caption { font-style: italic;}
.form_input {font-size: 12px; border-color: silver; background: white}


.centre-block {
  text-align: center;
  position: relative;
  float: none;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  bottom: auto;
}

img.padded {
  padding-left: 15px;
  padding-right: 15px;
}

input.invalid {
  background-color: #ffdddd;
}
span.owing {
  background-color: #ffdddd;
}
span.paid {
  background-color: #bbffbb;
}
.notLive {
  background-color: #ffdddd;
}
.live {
}
.abstract {
  background-color: #D0E6EF;
  padding: 3px;
	margin-bottom: 5px;
	border-style: solid;
	border-width: 1px;  
}
.abstract .title {
	font-size: larger;
	text-align: center;
}

.spam {
  font-size: medium;
  margin-bottom: 3px;
  padding: 4px;
  border-style: solid;
  border-width: 1px;
}

.spam .data {
  background-color: #ffff99;
  border-style: solid;
  border-width: 1px;
  margin: 1px;
  line-height: 150%;
}

.spam #body {
  width: 95%;
  margin: 2px;
  margin-left: auto;
  margin-right: auto;
}

td.centered {
  text-align: center;
}
td.invalid {
  color: #ff4444;
}

.absent {
	color: 	 #ff4444;
}

tr.oddRow {
	background-color: #eeeeee;
}
tr.evenRow {
	background-color: #dddddd;
}
table.cart {
	border-width: 1px;
	border-style: solid;
	background-color: #B0C4DE;
}

ul.noBullets{
  list-style: none;
  padding-left: 1em;
  text-indent: -1em;
}

.hangingIndent {
	text-indent: -2em;
	margin-left: 2em;
}

#programStructure th {
	text-align: center;
	font-size: x-small;
	font-weight: bold;
}
#programStructure td.period {
	text-align: center;
	background-color: #B0C4DE;
	border-width: 1px;
	border-style: solid;
	font-size: x-small;
}

#programStructure a {
  text-decoration: none;
  color: #002EB8;
}            


#programStructure td.empty {
	text-align: center;
	background-color: #eeeeee;
	border-width: 1px;
	border-style: none;
	font-size: x-small;
}

.programStructurePosterPeriod {
	text-align: center;
	background-color: #B0C4DE;
	margin: 2px;
	padding: 2px;
	border-width: 1px;
	border-style: solid;
	font-size: x-small;
	display: block;
	float: left;
}

.programStructurePosterPeriod a {
  text-decoration: none;
  color: #002EB8;
} 

#programOverview {
	table-layout:fixed;
	width: 510px;
	padding-bottom: 15px;
}
	#programOverview td {
		text-align: center;
		border-width: 1px;
		border-style: solid;
		font-size: x-small;
		height: 30px;
		overflow: hidden;
	}

	#programOverview a {
		text-decoration: none;
		color: #002EB8;
	}
           
#programOverview td.oral {
	background-color: #B0C4DE;
}

	#programOverview td.room {
		border-style: none;
	}
	#programOverview td.time {
		border-style: none;
	}
	#programOverview td.empty {
		border-style: none;
		background-color: #eeeeee;
	}

	table.programView a {
		text-decoration: none;
		color: #002EB8;
	}
	table.programView a:hover{ color: red; }

.mine {
	background-color: #bbffbb;
}
.myProgramButton {
	background-color: #B0C4DE;
	border-style: solid;
	border-width: 1px;
}

.message {
	border-style: solid;
	border-width: 1px;
}

.message p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 2px;
}

