/*standard styles*/
html {
	margin: 0;
	padding: 0;
	height: 100%; /* needed for container min-height */
	background: #F0F0F0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666;
}

h1 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #046cbe;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px; 
	color: #046cbe;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #046cbe;
}

a {
	color: #046cbe;
	text-decoration: none;
}
a:visited {
	color: #046cbe;
	text-decoration: none;
}
a:hover {
	color: #62a1d6;
	text-decoration: none;
}
a:active {
	color: #62a1d6;
	text-decoration: none;
}

p { 
	line-height: 12px; 
	margin: 0 0 8px;
}

body {
	height: 100%; /* needed for container min-height */
	color: #000;
	margin: 0;
	padding: 0;
}

#container {
	position: relative; /* needed for footer positioning*/
	margin: 0 auto; /* center, not in IE5 */
	width: 900px;
	background: #ffffff;
	padding: 0px;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
}

header {
	background-color: #D8D8D8;
	padding: 1px;
	text-align: center;
	background-image: url('../images/ubb.png'), url('../images/ccsoom.png');
	background-position: left top, right top;
	background-repeat: no-repeat;
	background-size: 86px, 84px;
}

nav {
	background: #223344; /*cipri*/
	padding:0;
	margin:0;
}

footer {
	position: absolute;
	width: 100%;
	bottom: 0; /* stick to bottom */
	background: #D8D8D8;
	font-size: x-small;
	color: black;
}

#content {
	padding: 8px 8px 80px; /* bottom padding for footer */
	background: #ffffff;
}

#doi {
	/*text-indent: 450px;*/
	text-align: left;
}

#justify {
	text-align: justify;
}

#group_table table, td, th {
	padding: 2px 300px 2px 300px;
	text-align: center;
}

#group_table th {
	font-size: 14px; 
	color: #046cbe;	
}

#center  {
	margin-left: auto; 
	margin-right: auto;
	text-align: center;
}

table.center  {
	margin-left: auto; 
	margin-right: auto;
}

th.align_left,td.align_left {
	text-align: left;
	vertical-align: middle;
}

th.align_right,td.align_right {
	text-align: right;
	vertical-align: middle;
}

td.colour {
	color: #046cbe;
}

personal_table table, th, td {
	border: 0px;
	padding: 5px 0px 5px 0px;
	text-align: left;
	vertical-align: top;
}

td.first {
	width: 90px;
	text-align: left;
}

td.second {
	width: 210px;
}

td.center, th.center  {
	text-align: center;
}

td.vspan  {
	padding: 10px;
}

td.width {
	width: 400px;
	margin-left: auto; 
	margin-right: auto;
}

table.budget, td.budget, th.budget {
	border: 1px solid black;
	border-collapse:collapse;
	margin-left: auto; 
    margin-right: auto;
	padding: 5px;
}

#bubble {
	-moz-box-shadow: 0 0 3px #888;
	-webkit-box-shadow: 0 0 3px #888;
	box-shadow: 0 0 3px #888;
	background: #FFF;
	width: 840px;
	padding: 10px 10px 10px 10px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#panel_a,#flip_a,#panel_b,#flip_b,#panel_c,#flip_c,#panel_d,#flip_d,#panel_e,#flip_e {
	padding:2px;
	cursor:pointer;
}

#panel_a,#panel_b,#panel_c,#panel_d,#panel_e {
	padding:2px;
	display:none;
	-moz-box-shadow: 0 0 3px #888;
	-webkit-box-shadow: 0 0 3px #888;
	box-shadow: 0 0 3px #888;
	background: #FFF;
	padding: 10px 10px 10px 10px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#clear {
	clear: both;
}

/* personal pages */
#picture {
	float: right;
	margin-top: 5px;
	width: 256px;
	height: 256px;
}

#image {
	border: 0px;
	vertical-align: middle;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}


