/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

*
{
	padding: 0;
	margin: 0;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #FBF6ED;
}
a
{
	text-decoration: none;
	color: #584529;
	padding: 0;
	margin: 0;
}
a:hover
{
	text-decoration: none;
	color: #856940;
	outline: 0;
	padding: 0;
	margin: 0;
}

a.discrete
{
	text-decoration: none;
	color: #695067;
	padding: 0;
	margin: 0;
}
a.discrete:hover
{
	text-decoration: underline;
	color: #695067;
	outline: 0;
	padding: 0;
	margin: 0;
}
img
{
	border: 0;
}
ul
{
	list-style: none;
}

h3
{
	color: #968265;
	font-family: Trebuchet MS, georgia, serif;
	font-size:18px;
	font-weight: 100;
	line-height: 1em;
	padding: 0 0 5px 0;
	margin: 0 0 15px 0;
	/*text-align: left;*/
}
h4
{
	color: #968265;
	font-family: Trebuchet MS, georgia, serif;
	font-size: 18px;
	font-style: oblique;
}
h5
{
	color: #968265;
	font-family: Trebuchet MS, georgia, serif;
	font-size:22px;

}

#wrapper
{
	margin: 0 auto;
	width: 922px;
}
#header
{
	background-position: center;
	color: #333;
	width: 900px;
	float: left;
	padding: 10px;
	height: 221px;
	margin: 10px 0px 5px 0px;
	background: #FBF6ED url(../images/header.jpg) no-repeat;
}
#leftcolumn
{
	color: #362935;
	background: #FBF6ED;
	margin: 0px 5px 5px 10px;
	padding: 10px;
	height: 350px;
	width: 150px; /*195*/
	float: left;
	background-image: url(../images/left.jpg );
	background-repeat: repeat-y;
}


.menu
{
	font-family: Verdana, Arial, Tahoma;
	list-style: none;
	padding-bottom: 5px;
	font-size: 14px;
	padding-left: 5px;
	padding-top: 5px;
	margin-top: 4px;
}

.menu a
{
	color: #362935;
	text-decoration: none;
}
.menu a:hover
{
	text-decoration: underline;
}




#rightcolumn
{
	float: left;
	color: #333;
	background: #FBF6ED;
	margin: 0px 15px 5px 5px;
	padding: 10px 10px 10px 20px;
	width: 650px; /*678*/
	display: inline; /*	background-image: url(../images/right.jpg ); 	background-repeat: repeat-y;*/
	overflow: auto;
}

.td_corpo_right
{
	width: 80%;
	padding-right: 10px; /*text-align: left;*/
	vertical-align: top;
}
.td_corpo_menu
{
	border-style: none none none solid;
	border-width: 1px;
	border-color: #968265;
	vertical-align: top;
	text-align: right;
	padding-left: 5px;
}
.menucs
{
	font-family: Verdana, Arial, Tahoma;
	list-style: none;
	padding-bottom: 5px;
	font-size: 14px;
	padding-right: 5px;
	padding-top: 5px;
	text-align: right;
	border-bottom-style: none;
	margin-bottom: 3px;
	margin-top: 3px;
}

/*Menù contenuti speciali*/
.menucs a
{
	color: #362935;
	text-decoration: none;
}
.menucs a:hover
{
	text-decoration: underline;
}

/*TD Tabella dettaglio opera
.dettop_tdsx
{
	text-align: right;
	width: 50%;
	padding-right: 10px;
}
	
.dettop_tddx
{
	text-align: left;
	width: 50%;
	padding-left: 5px;
}*/
	

#footer
{
	height: 209px;
	width: 900px;
	clear: both;
	color: #333;
	margin: 20px 0px 10px 0px;
	padding: 10px;
	background: #FBF6ED url(../images/footer.jpg) no-repeat;
	text-align: center;
}

/* DROPDOWN LIST */
.CustomComboBoxStyle .ajax__combobox_textboxcontainer input
{
	/*background-image: url(   'imgs/nav_bg.gif' );*/
	font-family: Verdana, Arial, Tahoma;
	font-size: 14px;
	background-color: #FBF6ED;
	border-right: 0px none;
	color: #584529;
	border-style: none;
	cursor: default;
	margin: 0px;
	width: 90px;
	border-style: solid none solid solid;
	border-color: #e4dac6;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
}
.CustomComboBoxStyle .ajax__combobox_buttoncontainer button
{
	margin: 0px;
	background-color: #FBF6ED;
	border-style: solid solid solid none;
	border-color: #e4dac6;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	background-image: url(     '../images/ddl_bg.gif' );
	background-repeat: no-repeat;
	float: left;
}


.CustomComboBoxStyle .ajax__combobox_itemlist
{
	background-color: #f3f1ee;
	border-right: 0px none;
	color: #584529;
	border: 1px solid #e4dac6;
	width: 550px;
}


/*  *  .ajax__combobox_inputcontainer: A table element that contains and positions the ComboBox's button and text box input elements. Child Css classes: ajax__combobox_textboxcontainer, ajax__combobox_buttoncontainer.
    * .ajax__combobox_textboxcontainer: The table cell that contains the ComboBox's text box input element.
    * .ajax__combobox_buttoncontainer: The table cell that contains the ComboBox's button element.
    * .ajax__combobox_itemlist: The ul element that contains the ComboBox's list item (li) elements.
*/