/* CSS Rules for www-dse.ec.unipi.it */

/* -- General page layout ----------------- */

html, body {
	height: 100%;
} 

body {
	height : 100%;
	margin:0px;
	padding: 0px;
	font-family: Thaoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: white;
	text-align: center;
	background-image:url(/img/commons/background.gif); 
	background-repeat: repeat-y;
	background-position: center top;	
}

html > body {
	height : 100%;
	min-height : 100%;
}

/* -- Hyperlinks -------------------------- */

a {
	color: #6699CC;
	text-decoration: underline;
	font-weight: bold;
}

a:link {
	color: #6699CC;
	text-decoration: underline;
	font-weight: bold;
}

a:visited {
	color: #6699CC;
	text-decoration: underline;
}

a:hover {
	color: #E00000;
	text-decoration: underline;
}

a:active {
	color: #E00000;
	text-decoration: underline;
}

a.navLeftActive,
a.navLeftInactive,
a.navLeftActive:link,
a.navLeftInactive:link,
a.navLeftActive:visited,
a.navLeftInactive:visited,
a.navLeftActive:active,
a.navLeftInactive:active {
	width: auto;
	display:block; 
	padding: 5px;
	margin: 0px;
	font-weight: bold;
	text-decoration: none; 
	color: #FFFFFF;
	clear: both;
	border-bottom: 1px solid #FFFFFF;
}

a.navLeftActive {
	color: #FFFFFF;
	text-decoration: none; 
	background-color: #828282;
}
a.navLeftInactive {
	color: #FFFFFF;
	text-decoration: none; 
	background-color: #575757;
}

a.navLeftInactive:hover,
a.navLeftActive:hover {
	color: #FFFFFF;
	text-decoration: none; 
	background-color: #828282;
}

a.navLeftPeople {
	width: auto;
	display:block; 
	padding: 5px;
	margin: 0px;
	font-weight: bold;
	text-decoration: none; 
	color: #FFFFFF;
	clear: both;
	border-bottom: 1px solid #FFFFFF;
	background-color: #9BB8D1;
}

a.navLeftPeople:hover,
a.navLeftPeople:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #828282;
}

a.navTopActive,
a.navTopInactive {
	width: auto;
	display: block; 
	padding: 2px 10px 2px 10px;
	margin: 0px;
	font-weight: bold;
	text-decoration:none; 
	color: #FFFFFF;
	border-top: inherit;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: inherit;
	float: left;
}

a.navTopActive {
	background-color: #828282;
}
a.navTopInactive {
	background-color: #678BAB;
}

a.navTopInactive:hover,
a.navTopActive:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #828282;
}

/* -- Form elements ----------------------- */

form {
	margin: 0px 0px 0px 0px;
}

select {
	font-size: 8pt;
}

/* -- Custom text ------------------------- */

.txt7 {
	font-size: 7pt;
}

.txt8 {
	font-size: 8pt;
}

.txt9 {
	font-size: 9pt;
}

.txt10 {
	font-size: 10pt;
}

.txt11 {
	font-size: 11pt;
}

.txt12 {
	font-size: 12pt;
}

.txt13 {
	font-size: 13pt;
}

.txt14 {
	font-size: 14pt;
}

.txt15 {
	font-size: 15pt;
}

.gray {
	color: #999999
	font-weight: normal;
}

/* -- Lists ------------------------------- */

ol {
	list-style-image: none;
	list-style-position: outside
}

/* -- Horizontal rule --------------------- */

hr {
	color: #FFFFFF;
	height: 1px;
	border: none;
	border-bottom: 1px solid #DDDDDD;
	margin: 0;
	padding: 0;
}

/* -- Headers ----------------------------- */

h1, h2, h3 {
	font-family: Georgia, 'Times New Roman', serif;
	font-weight: normal;
	color: #999999;
	margin: 0px;
}

h1 {
	font-size: 18pt;
}

h2 {
	font-size: 17pt;
}

h3 {
	font-size: 13pt;
}

/* -- Page containers ------------------ */

#header {
	width: 100%;
	height: 109px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-image:url(/img/header/background_up.gif); 
	background-repeat:repeat-x;
	background-position: left bottom;
}

#header_tbl {
	width: 740px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding: 0px;
	text-align: left;
	clear: both;
}

#container {
	width: auto;
	min-height: 450px;
	height: auto !important;
	height: 450px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-image:url(/img/header/background_down.gif); 
	background-repeat:repeat-x;
	background-position: left top;
	clear: both;
}

#content { 
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-image:url(/img/commons/background_content_left.gif);
	background-repeat: no-repeat;
	background-position: 85px top;
}

#column-left { 
	width: 85px; 
	min-height: 450px;
	height: auto !important;
	height: 450px;
	background-color: #678BAB;
	background-image:url(/img/commons/logo_cherubino_column.gif);
	background-repeat: no-repeat;
	background-position: left 200px; 
	float: left; 
}

#column-right { 
	width: 640px;
	min-height: 550px;
	height: auto !important;
	height: 550px;
	background-image:url(/img/commons/logo_cherubino.gif); 
	background-repeat: no-repeat;
	background-position: right center;
	float: right;
}

#tbl_row {
	width: auto;
	min-height: 18px;
	height: auto !important;
	height: 18px;
	text-align: left;
	clear: both;
}

#tbl_left {
	width: 120px;
	float: left;
}

#tbl_right {
	width: 610px;
	float: right; 
}

#footer {
	width: auto;
	padding: 10px 10px 10px 100px;
	bottom: 0px;
	color: #999999;
	font-size: 9px;
	text-align: left;
	clear: both;
}

/* -- News ticker ------------------------- */

#news_container {
	width: 150px;
	min-height: 150px;
	height: auto !important;
	height: 150px;
	padding: 0px;
	margin: 0px 0px 10px 10px;
	background-color: #CCCCCC;
	filter: alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
	float: right;
}

#news_title {
	width: auto;
	display:block; 
	padding: 5px;
	margin: 0px;
	font-weight: bold;
	text-decoration: none; 
	color: #FFFFFF;
	background-color: #51718E;
	clear: both;
	border-bottom: 1px solid #FFFFFF;
}

#news {
	padding: 5px;
	font-size: 10px;
	line-height: 20px;
}

#news * {
	/* this will hide all children tags */
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	display: none;
}

#news a {
	/* add more tags to this list if you wish to display them inside the children */
	display: inline;
}


/* -- Misc style classes ------------------ */

