/*
MinM Cascading Style Sheet
Version		1.0
Author(s)		 PRW
Date				16 Sept 2006
*/

/*HTML Selectors*/
body
{
	background-color: white;
	margin: 10px;
	font-family: Arial, helvetica, Verdana, sans-serif ;
	font-size: medium;
	color:#256000;
}

h1
{
	font-size: xx-large;
}

h2
{
	font-size: x-large;
}

h3
{
	font-size: large;
}

table
{
	background-color: white;
	font-family: Arial, helvetica, Verdana, sans-serif ;
	font-size: medium;
	color:#256000;
}
/*Layout Logic*/
#container 
{
  padding: 0px, 3px, 0px, 5px; 
  margin:  0px, 3px, 0px, 5px;  
  position :absolute;
  left:0px;
  top:0px;
	max-width:1280;
	min-width:800;
}

#navigation_block
{
	width: 225px;
	height: auto;
	float: left;
	padding-top: 5px;
}

#main_block
{
	float: left;
	padding-top: 5px;
	padding-bottom: 30px;
	padding-left: 5px;
	padding-right: 5px;
	width: auto;
	height: auto;
}

#header_block
{
	width: auto;
	height: 70px;
  background-image: url(./images/musica-in-maschera.jpg); 
  background-repeat: no-repeat; 
	background-position: left middle; 
	margin-top: 10px;
}

#footer_block 
{
  clear: both;
	display: block;
	width: auto;
	height: 20px; 
	border-top: 1px solid #999; 
	border-bottom: 1px solid #999; 
	padding-top: 4px;
	text-align: right;
	font-size: 9px; 
	color: #ffffff;
}

/*Image classes*/
.imgleft 
{ 
  float: left;
	margin-right: 25px; 
	margin-bottom: 25px; 
}
.imgright 
{ 
  float: right; 
	margin-left: 25px; 
	margin-bottom: 25px; 
}

/*colours*/
.color_blue
{
  color: #00f;
}

.color_red
{
  color: #f00;
}

/* selected link */
.done
{
  background-image: url(./furniture/arrow_across_done.gif); 
  background-repeat: no-repeat; 
	background-position: left middle; 
	text-decoration: none;
	font-weight: bold;
	color: #256000; 
	padding: 0px 2px 0px 25px;
	display:block;
	height: 50px;
}

/*pseudo classes*/
a {
	color: #52aa52; 
}

#navigation_block a
{ background-image: url(./furniture/arrow_across.gif);
  background-repeat: no-repeat; 
	background-position: left middle; 
	text-decoration: none;
	color: #256000; 
	padding: 0px 2px 0px 25px;
	display:block;
	height: 50px;
}

#navigation_block a:hover
{
  background-image: url(./furniture/arrow_down.gif); 
	font-weight: bold;
}

#navigation_block a.selected 
{
  font-weight: bold;
}

#footer_block a 
{ 
  display: block;
	text-decoration: none;
	color: #00F;
}
