/*
-----------------------------------------------
Grey Box Method - Layout CSS
----------------------------------------------- */

body {	
	background-color: #000;
	font: 12px/160% "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#808080;
}



/* anchors
	color: #474747; 
br { display: none; }

----------------------------------------------- */
a
{
	text-decoration: none;
	color:#fe0c12; /*#ff833f; #5b5b5b;*/
}

a:hover
{
	text-decoration: underline;
	color: #fff;
}


/* 960 grid system container background
----------------------------------------------- */
.container_12, .container_16 { background: transparent; }


/* headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 { line-height: 1.2em; margin-bottom: .3em; font-weight: normal; }
h2 { margin-top: 1em; }
h3 { font-size: 1.5em; }
h2 { font-size: 1.4em; }
h4 { font-size: 1.3em; font-weight: normal; }
h5 { font-size: 1.2em; }
h6 { font-size: 1em; text-transform: uppercase; }


h1 a { font-weight: normal; }


/* page heading
----------------------------------------------- */
h1.page-heading { display: none; }
h2.page-heading { font-weight: normal; padding: .5em; margin: 0 0 10px 0; }

h2 { clear: both; color: #800000; font: normal 22px Georgia, "Times New Roman" , Times, serif; }
h3 { color: #800000; font: normal 17px Georgia, "Times New Roman" , Times, serif; }

/* elementi specifici
----------------------------------------------- */
#logolgl { height: 41px; margin: 126px 0 0 197px; padding: 0; }

.edit { color: #8A0045; font-weight: normal; }
.editcp { color: #aaa; font-weight: normal; }
.edit_small { color: #8A0045; font-weight: normal; font-size: 80%; }

.edit_new_content { border: 1px solid #8A0045; margin: 30px; font-weight: bold; }
.edit_new_content_small { border: 1px solid #8A0045; margin: 10px; font-weight: bold; font-size: 80%; }
.edit_cp_content { border: 1px solid #8A0045; margin: 30px; font-weight: bold; background-color: #fff; }

span.thumb {
	border: #333 1px solid; 
	padding: 2px; 
	DISPLAY: block; 
	width:60px;
	height:60px;
}

td.cellstyle {padding-bottom:20px;}

/* elementi specifici
----------------------------------------------- */

#TopPane
{
text-align:left;
margin-top: 30px;
}

#MenuPane
{
text-align:left;
margin-top: 15px;
}

.rosso {
	color: #800000;
}

.botborder td {
	border-bottom: 1px dashed #800000;
}

.noborder tr td {
	border: 0;
}

a.tipPage
{
	text-decoration: none;
	color:#3b3b3b;/* #5b5b5b;*/
	font-size:.8em;
}

a:hover.tipPage
{
	text-decoration: underline;
	color: #fff;
	font-size:.8em;
}


