body {
    font-family: Helvetica, Arial, sans-serif;
    margin: 0;
}

a {
    color:rgb(0, 30, 156);
}

p {
    line-height: 1.5em;
}

header, footer, #content, menu {
    max-width: 1000px;
    margin: auto;
    padding: 0 12px;
}

#menu-bar {
    width: 100%;
    background-color: rgb(0, 17, 88);
    height: 2.5em;
    line-height: 2.5em;
}

menu a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    padding: 0 15px;
}

menu a:first-child {
    padding-left: 0;
}

footer {
    color: DimGrey;
    border-style: solid;
    border-color: lightgrey;
    border-width: 1px 0px 0px 0px;
    padding: 12px;
}

footer #univ-logo {
    height: 75px;
}

.intern-links {
    list-style:none;
}

.intern-links li a{
    font-size:1em;
}

.member-list a{
    font-size:1.1em;
}

.intern-links li a:link, .intern-links li a:visited, .member-list a:link, .member-list a:visited {
    font-weight: bolder;
    text-decoration:none;
}

.intern-links li a:hover, .member-list a:hover {
    color:DimGrey;
}



li {
    margin-top: 6px;
}

li:first-child {
    margin-top: 0;
}

.page-publications li {
    margin-top: 16px;
}

.page-publications li:first-child {
    margin-top: 0;
}

.page-publications .tags {
    color: #808080;
}

/*========Tabel layout======*/

table{
    	border-collapse: collapse;
        border-spacing: 0;
	/*width:100%;
	height:100%;*/
	margin:auto;padding:0px;
}

/*tr:nth-child(odd){ 
	background-color: #ffaa56; }
tr:nth-child(even)    { 
	background-color:#ffffff; 
}*/

td{
	vertical-align:middle;
	border:1px solid #000000;
	border-width:0px 0px 0px 0px;
	text-align:auto;
	padding:4px;
	color:#000000;
        padding-left: 10px;
}


tr:first-child th{
	/*background:-o-linear-gradient(bottom, #bf5f00 5%, #f05000 100%);	
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bf5f00), color-stop(1, #f05000) );
	background:-moz-linear-gradient( center top, #bf5f00 5%, #f05000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#bf5f00", endColorstr="#f05000");
	background: -o-linear-gradient(top,#bf5f00,f05000);
	background-color:#f05000;*/
	background-color:rgb(0, 17, 88);
	border:0px solid #000000;
	text-align:middle; /*left;*/
        padding-left: 10px;
	border-width:0px 0px 1px 0px;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
}

tr:last-child td:last-child {
	-moz-border-radius-bottomright:11px;
	-webkit-border-bottom-right-radius:11px;
	border-bottom-right-radius:11px;
}
table tr:first-child th:first-child {
	-moz-border-radius-topleft:11px;
	-webkit-border-top-left-radius:11px;
	border-top-left-radius:11px;
}
table tr:first-child th:last-child {
	-moz-border-radius-topright:11px;
	-webkit-border-top-right-radius:11px;
	border-top-right-radius:11px;
}
tr:last-child td:first-child{
	-moz-border-radius-bottomleft:11px;
	-webkit-border-bottom-left-radius:11px;
	border-bottom-left-radius:11px;
}


tr:last-child td{
	border-width:0px 0px 1px 0px;
}
tr td:last-child{
	border-width:0px 0px 0px 0px;
}
tr:last-child td:last-child{
	border-width:0px 0px 1px 0px;
}
tr:first-child th:first-child{
	border-width:0px 0px 1px 0px;
}
tr:first-child th:last-child{
	border-width:0px 0px 1px 0px;
}
