/*
SaToSS layout

*/

/* 
The general site structure:
 - A wrapper containing the header, the content and a special "Push" div
 - The footer div
*/

/*layout for the main site components */
body {
	text-align: center;
	margin: 0;
	padding:0;
	font-family:arial,sans-serif;
	font: 12px/1.5 arial,  sans-serif;
	background-color:#D9D9D9;	
	height:100%; 
}
.wrapper {
	width: 1000px;
	text-align: left;
	background-color:white;
}

.header {
	width: 1000px;
	height: 130px;
	background-image: url(../img/header.png);
	vertical-align: bottom;
}


.footer {
	width: 1000px;
	margin: 0 auto;
	background-position: bottom;
	background-image: url(../img/footer.png);
	
}

/*layout for the header */
#unilogo{
        width: 140px;
        padding: 30px 0px 0px 20px;
        float: left;
}

#unilu{
	width:100px;
	height:90px;
}

#headertext{
        padding: 34px 0px 0px 50px;
        float: left;
}

#satosslogo{
/*        width: 160px; */
        padding: 42px 30px 0px 0px;
        float:right;
        text-align:right;
        font-size:9pt;
}
#satoss{
/* New logo is 200x70, but let the browswer find that out?
        width:	160px;
        height:	69px;
*/
}


/*layout for the navigation bar (the gray horizontal bar)*/
#bar{
        background-color:#848484;
        padding: 5px 0px 3px 0 ;
        margin-bottom: 30px;
}

#nav{
        color: white;
        padding: 0px 0px 0px 210px ;
        font-size:7pt;
}


#nav a {
        color:white;
        text-decoration:underline;
}

#nav a:hover {
	text-decoration: underline overline;
}




/*layout for the left menu */
li.menuitem:hover{
	text-decoration: underline;
}


div#menu{
        float: left;
        width: 200px;
        padding: 0px 0px 0px 0px ;
	margin-left: 15pt;
}

div#leftpic{
        float: left;
        width: 210px;
        margin-top:50px;
        clear:left;
}

.menuitem a {
        color:#848484;
        font-weight:bold;
        text-align:center;
        text-decoration:none;
        width:150px;
        font-size: 13px;
}

.menumainpage a {
        color: #01A8DC;
        font-weight:bold;
        text-align:center;
        text-decoration:none;
        width:150px;
        font-size: 14px;
}

h3.menuheader {
	font-size: 14px;
	padding-top: 10px;
	margin-right: 40px;
        border-bottom-color: #01A8DC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}


/* a special class for the menu item which is the active page */
.nodecomenu{
        color:black;
        font-weight:bold;
        font-size: 14px;
}
li.nodecomenu{
        color:black;
}


/* layout for the real content of the page */
div#textcontent{
        width: 770px;
        margin-left: 220px;
}
#content{
        height: 100%;
}

p{
        padding: 0px 20px 10px 0px;

}

/*markup for links header and img elements */
a {
        color: #01A8DC;
        text-decoration:none;
}

#textcontent a:hover {
	text-decoration: underline;
}


h1,h2,h3,h4,h5,h6,h7,h8{
        color:		#848484;
        font-weight:	bold;
	padding-top:	2em;
	margin-bottom:	.5em;
}

headertext.h1 {
	margin-bottom:	0em;
}

h1.first,h2.first,h3.first,h4.first,h5.first,h6.first,h7.first,h8.first{
	padding-top:	0em;
}

img{    border: 0px;}

ul{
        padding: 0px 0px 10px 0px;
        margin-left: 20px;
}

td {
	vertical-align:	top;
}




/*layout for the footer */
.footer p {
	padding: 10px 0 0 0px;
	color: #848484;
        font: 0.8em arial,sans-serif;
}

.footer a{
        color: #848484;
	text-decoration:none
}

/* This is to give caption of figures the same format as the footer : Added by jorge */

figcaption{
	color: #848484;
    font: 0.8em arial,sans-serif;
}


/* some special CSS rules for the member page with the images...*/
div.member{
	/* width: 200px; */
	text-align: center;
}

.member img{
	border:0.5mm solid #848484;
}

.member img:hover {
	border: 0.5mm solid #01A8DC;
}

.floatleft, .startleft {
	float:	left;
	margin-right:	20pt;
}

.startleft {
	clear:	left;
}


/*special class for emailaddress obfuscation */
.removeme {
  display: none; 
}


h2,h3 {
        border-bottom-color: #01A8DC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.change {
	color: red;
}

.next {
	font-weight: bold;
}

.changenext {
	color: red;
	font-weight: bold;
}
