@charset "iso-8859-1";
/* CSS Document */
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
	color:#666666;
}
.clear {
	clear: both;
}
.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}


.error .icon{
	float: left;
	padding: 5px 0;
}
.error .icon, .question .icon{
	float: left;
	
	text-align: center;
	width: 37px;
}
.question2{
	text-align: left;
}
.question2 .icon{
	float: left;
	
	text-align: center;
	width: 22px;
}
.question2 .errorButtons input {
	font-size: 10px;
	border: 0;
	width: 20px;
}
.error .errorText{
	padding-top: 10px;
	font-weight: bold;
}
.question .errorText{
/*	font-weight: bold;*/
}
.question .errorButtons{
	padding-top: 3px;	
	margin-bottom: 4px;	
}
.question .errorButtons input {
	font-size: 10px;
	border: 0;
/*	width: 20px;*/
}

.page {

}
.pageHeader {
	padding: 10px 0;
}
.pageContent {
	padding: 10px 0;	
}
.pageFooter {
	padding-bottom: 10px;	
}
.page .top {
	text-align: right;
	clear:right;
}

h2.pageTitle {
	font-size: 1.25em;
	font-weight: bold;
	color: #336699;

	padding: 2px 0;
	
	border-bottom: 1px dotted #336699;
	background:url(../Immagini/Loghi/ccss_logo_small.gif) right top no-repeat;
}
h3.pageSubtitle {
	color:#333333;
	padding: 2px 0;	
	
	font-size: 1em;
}

.edit, .delete, .fileEdit, .imageEdit{
	display: none;
}

.item {
	padding-bottom: 15px;
}
#list .item {
	width: 470px;
}
.item .tools {
/*	border: 1px solid #FF0000;*/
}
.item .tools a{
	color:#336699;
	font-weight: bold;
}

.item .edit {
	padding-bottom: 10px;
}

.item .edit input.text {
	width: 600px;
}
.item .edit textarea.text {
	width: 600px;
	height: 200px;
}

.item .upload {
/*	padding: 5px;*/
}
.item .upload input.text{
	width: 300px;
}
.item .upload #buttons{
	padding-top: 5px;
}

.files{
	float: right;
	width: 200px;
/*	margin-left: 20px;
	margin-top: 20px;*/
}
.files .fileItem {
	padding: 1px 0;	
}
.files .icon {
	padding-right: 1px;
}
.files .title {
	border-bottom: 1px solid #99cccc;
	padding-bottom: 3px;
	margin-bottom: 3px;	
	color: #99cccc;
	font-weight: bold;
}

.images{
	margin: 10px;
}
.images .imageItem{
	float: left;
	text-align: center;
}
.images .image{
/*	height: 130px;*/
}
.images .tools{
/*	height: 130px;*/
}
.images .imageItem img.thumb{
	height: 80px;
}
.images .imageItem{
	padding-right: 10px;	
}

#pager #buttons {
	float: left;	
}
#pager #pages {
	padding-top: 3px;
	margin-left: 50px;	
}
#pager #pages span {
	padding: 2px 3px;	
	font-weight: bold;
}

#pager #pages span a{
	color: #336699;
}

#pager #pages span.current {
	border: 1px solid #CCCCCC;
	background-color: #336699;
	color: #FFFFFF;
}

#navigator .items .icon{
	float: left;
	width: 20px;
	height: 28px;
}
#navigator .items .group{
	margin-left: 25px;
	padding-bottom: 10px;
	padding-left: 5px;
	border-left: 1px solid #FFFFFF;
}
#navigator .items .item {
	padding: 2px 0;
}
#navigator a:hover{
	color: #003366;
}