/* --------------------------------------------------------
	webservice css
	made by: Bruno Monteiro (GAEL)
	date: 20.03.2006
---------------------------------------------------------*/

body {
	font: 62.5%/1.5em "Lucida Grande", "Lucida Bright", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	background:#fff url("http://web.ist.utl.pt/info/images/webpages-header_bck.gif") repeat-x left top;
	}

h1 {
	text-indent: -9999px;
	width: 234px;
	margin: 0;
	padding: 0;
	}
	
	h1 a:link, h1 a:visited, h1 a:hover {
		background: url("http://www.ist.utl.pt/img/wwwist.gif") no-repeat top left;
		width: 234px;
		height: 51px;
		display: block;
		text-decoration: none;
		border: none;
		overflow: hidden;
		}

h2 {
	font: 2.8em Arial, "Lucida Grande", "Lucida Bright", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #A2AEBC;
	/* color: #0062af; */
	letter-spacing: -1px;
	}

a:link, a:visited {
 	color: #369;
 	text-decoration: underline;
 	}
	
a:hover {
	text-decoration: none;
	}


#container {
 	position: relative;
 	width: 400px;
 	margin: 0 auto;
 	}

#wrapper {
	float: left;
	position: absolute;	
	top: 200px;
	}

	#wrapper p {
	font: 1.1em/1.5em "Lucida Grande", "Lucida Bright", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	}
	
.skipnav {
	display: none;
	}
	
.username {
	font-weight: bold;
	color: #45556A;
	}

.info {
	background: url("http://web.ist.utl.pt/info/images/webpages-icon_info.gif") no-repeat 0 50%;
	padding-left: 2em;
	}