@import url(menubar.css);
@import url(user-tools.css);

html {
	height:100%
	}
	
body {
	margin:0;
	padding:0;
	min-width:800px;
	width:100%;
	height:100%;
	background-image:url('/media/stylecontents/backbox.png');
	background-position:194px 0;
	background-repeat: repeat-y;
	font-family: Helvetica,Arial,sans-serif;
	}

dd{
	margin-bottom: 10px;
}
li{
	margin-bottom: 5px;
}
#container {
	position:relative;
	z-index:3;
	}

#header {
	background-image:url('/media/stylecontents/aied-logo-top.png');
	background-position:2px bottom;
	background-repeat:no-repeat;
	border-bottom-style:solid;
	border-width:2px;
	background-color: #75a8c3;
	border-color:#496879;
	z-index:0;
	margin-bottom:-10px;
	text-align:left;
	min-height:135px;
	}

#header a {
    color:#283942;
	}

#header img {
	padding: 0 10px;
	vertical-align:center;
	margin: 20px 0 0 185px;
}
	
#page-wrapper {
	margin: -70px 0px 0px 200px;
	height:100%;
	}
#page {
	position:relative;
	border-color:#152339;
	background-color: #feffd6;
	border-style:solid;
	border-width:2px;
	height:100%;
	}

#billboard{
	background-color:#4e71a9;
	color:white;
	border-bottom-style:solid;
	border-width:1px;
	border-color:#2a4470;
	background-repeat: repeat-x;
	background-position:bottom;
	font-family: verdana, sans-serif;
	}
	
#billboard h2{
	margin: 0 10% 0 0;
	padding: 27px 25px 25px 25px;
	}

#content {
	color:#333300;
	background:inherit;
	padding: 10px 30px 30px 30px;
	height: auto;
	margin: 0;
	height: 100%;
	}

#content h1 {
	display:none;
	}

#content h2 {
	display:none;
	}

#content h3 {
	font-size:19px;
	color:black;
	padding-left:10px;
	border-bottom:solid 1px #d9d98d;
	}
	
#content h4 {
	font-style:italic;
	color:black;
	font-size:18px;
	margin-bottom:10px;
	}

#empty-div-1 {
	float:right;
	width:0;
	height:100%;
	margin-bottom:-14px; /*must be equal to the total height of the footer*/
	}
	
#footer {
	color:#283942;
	border-color:#496879;
	border-top-style:solid;
	border-width:2px;
	//margin-top:-10px;
	text-align:right;
	font-size:small;
	height: 10px;
	//padding: 15px 10px 10px 15px; 
	z-index:-1;
	background-color: #75a8c3;
	//bottom: 0px;
	//position: absolute;
	}	
	
.spacer{
	clear:both;
	}

a { 
	color:#b2b200; 
	text-decoration: none; 
	}

a:visited {
	color:#86b200;
	}

.a-anonym, .a-anonym:visited{
	color:inherit;
	text-decoration:none;
	}

a:hover, .a-anonym:hover { 
	background-color:#d0e7de;
	color:#4e71a9;
	text-decoration:none; 
	}



.author a:hover{
	background-color:#d0e7de;
	color:#4e71a9;
	text-decoration:none; 
	}

.a-img {
	display:inline-block;
	background:inherit;
	padding:2px;
	font-size:0;
	}

.a-img img {
	border-style:none;
	margin: 0;
}

.a-img:hover {
	border-style:solid;
	border-width:2px;
	border-color:#d0e7de;
	padding: 0;
}

.a-without-style, .a-without-style:hover, .a-without-style:visited{
	color:inherit;
	text-decoration:none;
	background:none;
	}

.pub-name {
	font-style:italic;
}

.designed-table {
	color:black;
	border:solid 1px black;
	background: white;
	padding:10px;
	text-align:center;
}

.edit-link {
	font-size:12px;
	text-align:right;
}
