/* 
    Document   : selectDoc
    Created on : 14-gen-2010, 20.39.32
    Author     : miky
    Description:
        Purpose of the stylesheet follows.
*/

div#pageCirc {
	background-image: url('../images/testatine/circolari.gif');
	background-position: top left;
	background-repeat: no-repeat;
        	width: 680px;
	height: 740px;
	margin-left: 9px;
	padding: 30px 10px 10px 10px;
	background-color: #e7ecf3;
	border: 1px solid #f3f6f9;
}

div#pageCom {
	background-image: url('../images/testatine/comunicatifull.gif');
	background-position: top left;
	background-repeat: no-repeat;
        	width: 680px;
	height: 740px;
	margin-left: 9px;
	padding: 30px 10px 10px 10px;
	background-color: #e7ecf3;
	border: 1px solid #f3f6f9;
}

div#pageDel {
	background-image: url('../images/testatine/delibere.gif');
	background-position: top left;
	background-repeat: no-repeat;
        	width: 680px;
	height: 740px;
	margin-left: 9px;
	padding: 30px 10px 10px 10px;
	background-color: #e7ecf3;
	border: 1px solid #f3f6f9;
}

div#circolari1 {
	width: 640px;
	height: 700px;
	padding: 10px;
	overflow: auto;
}

div#comunicati1 {
	width: 640px;
	height: 700px;
	padding: 10px;
	overflow: auto;
}

div#delibere1 {
	width: 640px;
	height: 700px;
	padding: 10px;
	overflow: auto;
}



div#sfondo {
	width: 660px;
	height: 720px;
	padding: 10px;
	background-image: url('../images/spagebg.gif');
}

div#rimg {
	width: 139px;
	height: 60px;
	background-image: url('../images/rimgtwo.jpg');
	background-repeat: no-repeat;
	position: absolute;
	margin-left: 415px;
	margin-top: -10px;
}

div#rimg h5{
	font-size: 14px;
	font-weight: bold;
        line-height:15px;
	text-align: right;
	margin-right: 20px;
	margin-top: 2px;
	padding: 10px;
}


