/* style for the body tag; takes care of any text not inside a block element.
   We must style all block elements seperately as styles don't inherit through
   block elements */
BODY {
	background: #FFFFFF;
	border: 1px solid #1D4D5B;	
	margin: 0;
	padding-top: 10px;
	padding-left: 7px;	
	padding-bottom: 10px;
	padding-right: 7px;	

	background-image: url(../images/background.jpg);
	background-position: top center;
	background-repeat: repeat-x;

	font-size: 12px;
	font-family: Arial, sans-serif, Tahoma, Verdana, Helvetica ;
	

}

/* block element styles */
TABLE, DIV, P, INPUT, TEXTAREA, SELECT {
	color: #000000;
	font-size: 12px;
	font-family: Arial, sans-serif, Tahoma, Verdana, Helvetica ;
}

/* prevent textareas from forcing horizontal scroll bar
credit to lobos for this hint */
textarea {
	width: 99%;
}

/* remove border from linked images */
A IMG {
	border: 0px;
}

a.external
{
	background-image: url(../images/external.gif);
	background-position: top right;
	background-repeat: no-repeat;
	padding-right: 14px;
}

/* inline element styles */
h1, .pn-pagetitle {
	font-weight: bold;
	font-size: 1.2em;
}

.pn-pagetitle {
	text-align:center;
}

h2, .pn-title {
	font-weight: bold;
	font-size: 1.1em;
}

h3,h4,h5,h6 {
	font-weight: normal;
}


.pn-title {
	text-align:center;
}

/* anchor styles 
Note 1: Only add attributes to contextual (e.g. a.pn-title) styles that override the general style
Note 2: When all anchors are to be styled the same don't create specific styles 
for :visited etc.
*/
A {
	color: #0000FF;
	text-decoration: none;
	background: none;
}

/* form and control styles */
.input {
	border: 1px solid #000000;
	font-size: 1em;
}

/* PostNuke specific classes */
.pn-menu {
	text-align:left;
}



/* legacy opentable function styles */
.opentable1 {
	width:100%;
	border: 1px solid #000;
	margin-bottom: 5px;
}
.opentable2{
	border: 1px solid #000;
	margin-bottom: 5px;
}

/* defaut styling for lists */
ul { 
	margin-left:0.5em;
	padding-left:0em;
	text-indent:0em;
	list-style-type: square;
	list-style-position: inside;
	text-align: left;
	margin: 0;
	padding:0;
}


.pn-normal , .pn-normal A {
	font-size: 11px;

}


/*                                                                           */

	.table-main {
		border: 0;
		
  }


	.table-header {
		width: 800px;
		border: 0;
		border-collapse: collapse;
		margin-bottom: 14px;
		border: 2px solid #1D4D5B;

		empty-cells: hide;
	}

	.table-header TD {
		border: 2px solid #1D4D5B;
		margin: 0;
		padding: 0;
		
	}

	.table-header-logo {
		/*	width: 160px;	*/
		text-align: center;
		vertical-align: top;
		background-color: #FFFFFF;
	}

	.table-header-ani {
		width: 450px;
		text-align: left;
		vertical-align: top;
	}

	.table-header-search {
		text-align:center;
		background: white;
	}

	.block-title {
		background: #015154;
		background-image: url(../images/block-title-background.gif);
		background-repeat: repeat-x;
		background-position: top left;
		color: #FFFFFF;
		height: 26px;
		border-bottom: 1px solid #000000;
		font-weight: bolder;
		text-align: left;
	}

	.block-title-left {
		background-image: url(../images/angolo-sx-box.gif);
		background-repeat: no-repeat;
		background-position: top left;
		width: 8px;
		height: 26px;
		border-bottom: 1px solid #000000;
		
	}

	.block-title-right {
		background-image: url(../images/angolo-dx-box.gif);
		background-repeat: no-repeat;
		background-position: top right;
		width: 27px;
		height: 26px;
		border-bottom: 1px solid #000000;
	}

	.block-content {
		border-left: 1px solid #000000;
		border-right: 1px solid #000000;
		padding-left: 0.5em;
	}

	.block-bottom-left {
		background-image: url(../images/angolo-giu-sx-box.gif);
		background-repeat: no-repeat;
		background-position: top left;
		width: 8px;
		height: 8px;
	}

	.block-bottom-right {
		background-image: url(../images/angolo-giu-dx-box.gif);
		background-repeat: no-repeat;
		background-position: top right;
		width: 8px;
		height: 8px;
	}

	.block-bottom {
		background-image: url(../images/block-bottom-background.gif);
		background-repeat: repeat-x;
		background-position: top center;
		height: 8px;
	}


	.block-cen-title {
		color: #015154;
		height: 26px;
		border-bottom: 2px solid #000000;
		font-size: 13px;
		font-weight: bolder;
		text-align: left;
	}

	.block-cen-title-left {
		width: 8px;
		height: 26px;
		border-bottom: 2px solid #000000;
		height: 3em;
	}

	.block-cen-title-right {
		background-image: url(../images/gear.gif);
		background-repeat: no-repeat;
		background-position: top left;
		width: 27px;
		height: 26px;
		border-bottom: 2px solid #000000;
	}

	.block-cen-content {
		
	}

	.w-5 {	width: 5%;}
	.w-10 {	width: 10%;}
	.w-15 {	width: 15%;}
	.w-20 {	width: 20%;}
	.w-25 {	width: 25%;}
	.w-30 {	width: 30%;}
	.w-35 {	width: 35%;}
	.w-40 {	width: 40%;}
	.w-45 {	width: 45%;}
	.w-50 {	width: 50%;}
	.w-55 {	width: 55%;}
	.w-60 {	width: 60%;}
	.w-65 {	width: 65%;}
	.w-70 {	width: 70%;}
	.w-75 {	width: 75%;}
	.w-80 {	width: 80%;}
	.w-85 {	width: 85%;}
	.w-90 {	width: 90%;}
	.w-95 {	width: 95%;}
	.w-100{	width: 100%;}
	
	.search_separator {
		background: #CCCCCC;
	}


	.pn-dotted-ul {
		list-style-image: url(../images/gear-ul.gif);
		list-style-position: outside;
		margin: 0.5em;
	}

	.pn-dotted-li {
		vertical-align: baseline;
		margin-left: 2em !important;
		padding-left: 0 !important;
		margin-left: 1em;
		padding-left: 0.5em;
		min-height: 1.6em;
		height: auto !important;
		height: 1.6em;
		line-height: 1.6em;
	}

	/* PostCE...*/

	.pn-menu-body {
		font-size: 11px;
	}

	.pn-postce-menublock-ul
	{
		list-style-image: url(../images/gear-ul.gif);
		list-style-position: outside;
		margin: 0.1em 0 0 0.5em;
	}

	.pn-postce-menublock-li
	{
		vertical-align: baseline;
		margin-left: 2em !important;
		padding-left: 0 !important;
		margin-left: 1em;
		padding-left: 0.5em;
		min-height: 1.6em;
		height: auto !important;
		height: 1.6em;
		line-height: 1.6em;
	}


	.pn-bold {
		font-weight: bold;
		vertical-align: baseline;
	}

	.pn-italic {
		font-style: italic;
		vertical-align: baseline;
	}

	.pn-underline {
		text-decoration: underline
	}
	
	
	/********* admin styles **********/
	
	/* styles for module admin menus */
	
	.pn-menu {
	text-align: center;
	}

	UL.pn-menu {
		width: auto;
		text-align: left;
		padding-top: 0.5em;
		padding-bottom: 0.5em;
	}

	UL.pn-menu LI {
		display: inline;
		position: relative;
		padding-left: 1em;
		padding-right: 1em;
		line-height: 2em;
	}

	UL.pn-menu LI A {
		white-space: nowrap;
	}

	
	/* style for main admin tables */
	.pn-admintable {
	  width: 100%;
	  padding: 4px;
	  border: 1px solid #A1A1A1;
	  empty-cells: show;
	}
	/* classes to define two colors for admin view table to cycle between.*/
	.pn-admintable tr.pn-even, .pn-adminform tr.pn-even  {
	  background-color: #FFFFFF;
	}
	.pn-admintable tr.pn-odd, .pn-adminform tr.pn-odd {
	  background-color: #EDF2F2;
	}
	/* stying for the cell elements in admin tables */
	.pn-admintable td, th{
	  border: 1px solid #A1A1A1;
	  padding: 4px;
	}
	
	.pn-admintable th{
		text-align: left;
		font-weight: bold;
		background: white;
	}
	
	.pn-admintable img {
		vertical-align: text-bottom;
	}
	
		
	/* main admin form style */
	form.pn-adminform {
	  border-top: 1px dashed #0074B0;
	  border-bottom: 1px dashed #0074B0;
	  margin: 0.5em 0 0.5em 0;
	  padding: 0.2em 0 0.2em 0;
	}
	
	form.pn-adminform input {
		vertical-align: baseline;
	}
	
	form.pn-adminform textarea {
		font-size: 1em;
		font-family: "Courier New", Courier, monospace;
		width: auto;
	}
	
	
	/* add the help cursor to labels that provide additional help via the title
	tag of the label */
	form.pn-adminform label.pn-adminformhelp {
	    cursor: help;
	}
	
	
.fck-image-align-left {
	float: left;
	position: relative;
	display: inline;
}

.fck-image-align-right {
	float: right;
	position: relative;
	display: inline;
}

.printpage {
	text-align: right;
	margin-right: 10px;
	
}

.printpage a {
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	background: url(../images/ico_print.gif) no-repeat right center;
	height: 12px;
	padding-right: 20px;
}

.collapse-trigger
{
	text-align:left;
	margin-top:1em;
}

.collapse-triggered
{
	
}

/*****************************************************************************/

h1 img
{
	vertical-align: middle;
}


