/* CSS Document */

* { /* set margin and padding to zero in ALL page elements to avoid browser variations */
	padding:0;
	margin:0;
} 

html { /* give FF a scrollbar ALWAYS, even if the page ends above the fold */
	min-height:100%;
	margin-bottom:1px;
}

body {
	background-color:#f1f1f1;
	background-image:url(bg-body.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
h1{
	font-size: 200%;
}
h2 {
	font-size: 120%;
}
p {
	line-height:1.8;
}

a {
	color:#708d0d;
	text-decoration:none;
}

a:hover {
	color:#708d0d;
	text-decoration: underline;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#container { /* Main container */
	background-color:#f1f1f1;
	width:770px;
	margin:0 auto 0 auto;
}

#masthead { /* Logo, etc */
	width:770px;
	margin:10px auto 0 auto;
	position:relative;
}

#content { /* left container */
	float:left;
	width: 470px;
	padding: 0 25px 0 25px;
	min-height: 300px;
	background-image:url(right_borderline.gif);
	background-position:right;
	background-repeat:repeat-y;
}
#sidebar { /* right sidebar */
	float:right;
	width:200px;
	padding: 0 25px 0 25px;
}
#footer {
	background-image:url(SIF_DOTTORANDI_footer.png);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#f1f1f1;
	width:720px;
	margin:0 auto 5px auto;
	padding: 0 25px 0 25px;
	border-top:1px dashed #333333;
	text-align: left;
	font-size:9px;
	color:#aaaaaa;
}
#footer p {
	text-align:right;
	padding: 3px 33px 3px 0;
	
}
#footer a, #footer a:visited {
	font-size:9px;
	font-weight: bold;
	color:#aaaaaa;
	text-decoration:none;
}
#footer a:hover {
	font-size:9px;
	font-weight: bold;
	color:#ffffff;
	text-decoration:underline;
}

/***********************************************/
/* Specific TEXT formatting                    */
/***********************************************/

#content h1 {
	text-align:left;
	/*color:#296fa3;*/
	color: #744d5d;
	border-bottom:1px dashed #333333;
	padding:15px 0 0 0;
	margin:0 0 6px 0;
}
#content h2 {
	text-align:left;
	font-size:120%;
	color:#744d5d;
	padding:15px 0 0 0;
}
#content h3 {
	text-align:left;
	color: #744d5d;
	margin:0 0 6px 0;
	border-top:1px dashed #333333;
	/*border-bottom:1px dashed #333333;*/
}

#content p {
	text-indent:0px;
	padding:0 0 6px 0;
	color: #303d76;	
}

#content ol, #content ul {
	line-height:25px;
}

#content li {
	list-style-image:url(../_images/bkg/SIBBM_li_bullet.gif);
	margin-left:40px;
}

#sidebar h1 {
	text-align:right;
	/*color:#296fa3;*/
	color:#744d5d;
	border-bottom:1px dashed #333333;
	padding:15px 0 0 0;
}
#sidebar h2 {
	font-size: 150%;
	font-weight:bold;
	text-align:center;
	/*color:#296fa3;*/
	color:#744d5d;
	padding:15px 0 0 0;
}
#sidebar h3 {
	padding:15px 0 0 0;
	text-align:right;
	font-size: 120%;
	color:#744d5d;
	font-weight:bold;
}

#sidebar p {
	text-indent:0px;
	padding:0 0 6px 0;
	color: #303d76;	
}


/* Footer */

/* Other styles */
.SmallText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	}
.SmallText a, .SmallText a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ff7733;
	text-decoration:none;
	}
.SmallText a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #aa0000;
	text-decoration:none;
	}
.SIBBM_small_button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333333;
}
.SIBBM_button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #ff7733;
}
.red{color: #ee0000; }

.warning {
	color: #aa0000;
	font-weight: bold;
	}


/* temporarily disabled */
/*
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background-color: #ddd;
	border: 1px solid #fff;
	line-height: normal;
}
*/

.error_highlight {
	color: #ee0000;
	}
