/*
// 
// 2005-12-01  ksc  Initial release
// 2005-12-07  ksc  Add css for selflink
// REGS
*/

html,body {
	height: 100%;
}
/* identifica il colore testo dell'are di visualizza bianca*/
body {
	position: relative;    
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	/*color: #666;*/
	color: #333333;	/* colore testo su biamco*/
	font-size: 9pt;
    margin: 0px auto;
    width: 900px;
    background: #CCCCCC url(images/ri2body.jpg) top center repeat-y; 
}
/*
hr { border: none; height: 1px; background-color: #ccc; color: #52B1D9; width: 100%; }
    height: 12px;
    max-width: 599px;
	border-bottom: 1px solid #877;
	border-top: 1px solid #877;
	border-left: 1px solid #877;
	border-right: 12px solid #877;
	color: #fff;
    background-color: #fff;
*/
hr { 
    border: none; height: 1px; background-color: #5C5C5C; color: #52B1D9; width: 100%;	
}
/* Questo blocco identifica i titoli sezione */
a {    
	color: #FF9900;              /*arancio nuovo*/
	text-decoration: underline;  
	/*font-weight: bold;    */
}
a:hover {
	color: #0099CC;		/*azzurro*/
	text-decoration: underline; 
	/*font-weight: bold; 	*/
}
/*-----------------------------------------*/
/* including bkacground again (mostly) covers up a problem with the background in 
Firefox & Camino when resizing the window to less than content width */
#wrapper {
	position: relative;
    width: 900px;
	/*height: 97.3%;*/
    margin: 0px auto;
	background: #CCCCCC url(images/ri2body.jpg) top center repeat-y;    
}

/* The #wikilogo element is the logo from $PageLogoFmt #cccccc TOP=25 */
#wikilogo {
    position: absolute;
	/* top: 25px;     per RI2.gif */
	/* top: 10px;     per RI3.gif */
    top: 10px;
	left: 60px;
}
#wikihead { 
  position:absolute;
  top:75px; 
  right:65px;
  font-family:Verdana,sans-serif;
  font-size: 100%;
  /*font-weight: bold;    font-size: 85%;*/
}
#wikihead input { font-size:85%; } 

#head {
	position: relative;
	top: 0px;
    height: 124px;
    background: url(images/ri2header.jpg) top center no-repeat;
    /* border: 1px solid red; */	
}
#page-title {
    position: absolute;
    top: 75px;
	left: 240px;
	width: 605px;
	font-size: 11pt;
	font-weight: bold;
	color: #000; /*6E6454*/
}
#page-subtitle {
    position: absolute;
    top: 65px;
	left: 235px;
	width: 605px;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
}
#head #page-actions {
    position: absolute;
	top: 101px;
    left: 235px;
	width: 605px;
	font-size: 9pt;
	text-align: right;
}
#page-actions ul { list-style: none; margin: 0px; padding: 2px; }
#page-actions li { display: inline; margin: 0px; padding: 2px; }
#page-actions li a { text-decoration: none; color: #ffffff; margin: 0px; padding: 2px; }
#page-actions li a:hover { text-decoration: underline; color: #ffffff; margin: 0px; padding: 2px; }

#head #logout{
    position: absolute;
	top: 101px;
    left: 10px;
	width: 90px;
	font-size: 8pt;
	text-align: right;
}

#content {
    width: 900px;
    margin: 0px auto;
}
#col-left {
    position: relative;
    float: left;
    width: 171px;
	margin: 15px 0px 0px 10px;
	padding-left: 10px;
}
#col-right {
    position: relative;
    float: right;    
    width: 600px;
    margin: 15px 61px 0px 0px;
}

#wikitext h1, h2, h3, h4, h5 { color: #333333; }
#wikitext h1 { font-size: 16pt; }
#wikitext h2 { font-size: 14pt; }
#wikitext h3 { font-size: 12pt; }
#wikitext h4 { font-size: 10pt; } 
#wikitext h5 { font-size: 10pt; font-style: italic; }

#sidebar { text-align: left;}
#sidebar ul { list-style: none; margin: 0px; padding: 0px; }
#sidebar li { display: list-item; margin: 0px; border-bottom: 1px solid #666666; } /*separatore fra i menu*/
#sidebar li a { text-decoration: none; color: #ffffff; padding: 2px 2px 4px 2px; text-indent: 4px; }	/* colore testo menu*/
#sidebar ul li a { display: block; }	/*altezza fra il testo menu*/

#sidebar ul li a:hover { 
    text-decoration: underline; 
    /*color: #CC0000; 	/*rossor*/
	color:#99CC00;
    padding: 2px 2px 4px 2px; 
    text-indent: 4px;		
	/*background: #333333 url(images/selector.gif) center right no-repeat; */
}
#sidebar a.selflink { 		/*hover premuto*/
    text-decoration: underline; 
    color: #CCCC66; 
   
    /*background: #CCCC99 /*url(images/check.gif) center left no-repeat; /*barra illuminata, grigio*/
    /*padding: 2px 2px 4px 2px; */
    /*text-indent: 4px;*/
}

#sidebar h2 { font-size:150%; color: #ffffff; margin-bottom: 0px; border-bottom: 1px solid #333333; }
#sidebar h3 { font-size:130%; color: #ffffff; margin-bottom: 0px; border-bottom: 1px solid #333333; }
#sidebar h4 { font-size:100%; color: #ffffff; margin-bottom: 0px; border-bottom: 1px solid #333333; }

#wikiedit form { margin:0px; }
#wikiedit textarea { width:99%; font-family: monospace; }
#footer { text-align: right; color: #666666; border-top: 1px solid #333333; margin-top: 18px; padding: 10px 0px 10px 0px;}

.difftype,.difftime,.diffrestore { font-size: 8pt; }

.quickref table { margin: 2px auto; }
.quickref tr { border: 1px solid #999; }
.quickref td { padding: 2px; vertical-align: top; }

table.markup { border: 1px solid #ccc; }
td.markup1 { border-bottom: 1px solid #ccc; }
dd { margin-left: 18px; }

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.inputbox, .inputtext { color:#5F5F30; background: #EEEEDD;
			border-top:1px solid #ACA899; 
			border-left:1px solid #ACA899;
			border-right:1px solid #EEEEDD;
			border-bottom:1px solid #EEEEDD; }
.inputbox:hover, .inputbox:focus, .inputtext:focus { color:#000; background:#fff; }
/* comment next six lines to get a standard button */
.inputbutton {color:#5F5F30; background:#EEDA93; 
			border-top:1px solid #EEEEDD; 
			border-left:1px solid #EEEEDD;
			border-right:1px solid #ACA899;
			border-bottom:1px solid #ACA899;}
.inputbutton:hover { color:#ff6600; background:#ffe }

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


