﻿/**Styling information specific to individual content pages**/

/* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5C99C8;          /* #2E4d7B; */
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
    padding: 3px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeader a
{
	color: White;
	background: none;
	text-decoration: none;
}

.accordionHeader a:hover
{
	color: Orange;
	background: none;
	text-decoration: none;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: White;
    background-color: #5078B3;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
    padding: 3px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeaderSelected a
{
	color: White;
	background: none;
	text-decoration: none;
}

.accordionHeaderSelected a:hover
{
	color: Orange;
	background: none;
	text-decoration: none;
}

.accordionContent
{
    border: 0px dotted #2F4F4F;
    border-top: none;
    color: #2E4d7B;
    background-color: White;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal; /*  lighter */    
    padding: 3px;
    padding-top: 7px;
}


/*Textbox Watermark*/

.unwatermarked
{
	height:18px;
	width:148px;
}

.watermarked
{
	height:20px;
	width:150px;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
}

.text_box_r{
	margin-top:0px;
	margin-left:5px;
	margin-right:5px;
	vertical-align:top;
    font-family:Verdana;
	font-style:italic;
	font-size:11px;
	font-weight:bold;
	color:#5C99C8;
	text-align:right;
}

.text_box_rb{
	margin-top:0px;
	margin-left:5px;
	margin-right:5px;
	vertical-align:bottom;
    font-family:Verdana;
	font-style:italic;
	font-size:11px;
	font-weight:bold;
	color:#5C99C8;
	text-align:right;
	background-color:White;
}

.text_box_l{
	margin-top:0px;
	margin-left:5px;
	margin-right:5px;
	vertical-align:top;
    font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color:#5C99C8;
	text-align:left;
	background-color:White;
}

.text_box_c{
	margin-top:0px;
	margin-left:5px;
	margin-right:5px;
	vertical-align:top;
    font-family:Verdana;
	font-style:normal;
	font-size:11px;
	font-weight:bold;
	color:#5C99C8;
	text-align:center;
	background-color:White;
}

/* Background texture celle menu */

.cella
{
	background-color: White;
	background-image: url(images/menuup_sf.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

.collapsePanel {
	
	background-color:white;
	overflow:hidden;
}

.collapsePanelHeader{
	width:100%;
	height:30px;
	background-image: url(images/menuup_sf.png);
	background-repeat:repeat-x;
	color:#FFF;
	font-weight:bold;
}

/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : inherit;
	color : blue;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 75px;
	width : 200px;
    text-align : left; 
    list-style-type : none;
    z-index: 100;
    font-family: Verdana;
    font-size: 11px;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ff8000;
	color: white;
	padding: 1px;
    font-family: Verdana;
    font-size: 11px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : blue;
	padding : 1px;
    font-family: Verdana;
    font-size: 11px;
}


/* Cornice */

.sx-alto
{
	width: 10px;
	height: 10px;
	background-image: url(images/angolo_alto_sx.gif);
	background-repeat: no-repeat;
}

.centro-alto
{
	background-image: url(images/bordotop.png);
}

.dx-alto
{
	width: 10px;
	height: 10px;
	background-image: url(images/angolo_alto_dx.gif);
	background-repeat: no-repeat;
}

.sx-basso
{
	width: 10px;
	height: 10px;
	background-image: url(images/angolo_basso_sx.gif);
	background-repeat: no-repeat;
}

.centro-basso
{
	background-image: url(images/bordobottom.png);
}

.dx-basso
{
	width: 10px;
	height: 10px;
	background-image: url(images/angolo_basso_dx.gif);
	background-repeat: no-repeat;
}

.centro-centro
{
	
}

.centro-sx
{
	background-image: url(images/bordodestro.png);
	background-repeat:repeat-y;
}

.centro-dx
{
	background-image: url(images/bordosinistro.png);
	background-repeat:repeat-y;
}

