/**************************************************************
   Visit FullAhead.org and studio7designs.com for more layouts and downloads for this template!
 **************************************************************/

/*********************************************************
   HTML Elements
 *********************************************************/

html,
body {
  height: 100%;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 200%;
	color: #020033;
	background-image: url(../images/bg/sfondo.jpg);
	background-repeat: repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}


/* Headers */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px 0;
  padding: 0;
}


h1 {
	padding-bottom: 0.2em;
	font: 400 2em arial, sans-serif;
	color: #2E38F9;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
	text-align: center;
}

h2 {
	font-size: 1.3em;
	color: #2E38F9;
	text-align: center;
}

h3 {
	font-size: 1.3em;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	text-align: justify;
	color: #000066;
}

h4 {
	font-size: 1.2em;
	line-height: 200%;
}

h5 {
 	font-size: 0.9em;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	text-align: center;
	color: #000066;
}

h7{
	font-size: 18px;
}

/* Needed to horizontally pad in a coloured container */
.horzPad h1,
.horzPad h2,
.horzPad h3,
.horzPad h4,
.horzPad h5,
.horzPad p {
  padding-left: 5px;
  padding-right: 5px;
}


/* Links */
a {
  text-decoration: none;
  color: #3B5D77;
}

a:hover {
  color: #2E38F9;
}

a img {
  border: 0;
}

a img.border {  
  border: 1px solid #0000FF;
}

a img.border2{
	border: 1px solid #000066;
	padding: 5px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
}

a:hover img.border2 {  
  /* Fixes IE bug - IE doesn't correctly apply the style on a:hover so need to mask it */
  border: 1px solid #668FA3 !important;
  border: 1px solid #FC3307;
}

a:hover img.border {  
  /* Fixes IE bug - IE doesn't correctly apply the style on a:hover so need to mask it */
  border: 1px solid #668FA3 !important;
  border: 1px solid #FC3307;
}



/* Images */
img.floatRight {
  margin: 5px 0 10px 10px;
  border: 1px solid #FFFFFF;
	padding: 1px;
}

img.floatLeft {
	margin: 10px 10px 10px 0;
	border: 1px solid #FFFFFF;
	padding: 1px;
}


/* Lists */
ul li {
	list-style-image: url(../images/bg/submenu1.gif);
	font-family: Arial, Helvetica, sans-serif;
}

ol li {
  font-weight: bold;
  color: #668FA3;
}

ol li span {
  font-weight: normal;
  color: #444;
}



/* Blockquote */
blockquote {
	margin: 0;
	background: #E7F1F3;
	border: 1px solid #AAD3DB;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 16px;
	font-weight: bold;
	line-height: 150%;
}



/**************************************************************
   Form Elements
 **************************************************************/

form {
  padding: 0;
  margin: 0;
}

/* If you're finding the input elements get pushed down, increase the width */
label {
  float: left;
  width: 25%;
  vertical-align: top;
}

input,
textarea,
select {
  padding: 1px;
  font: 400 1em verdana, sans-serif;
  color: #999;
  background: #EEE;
  border: 1px solid #CCC;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  color: #000;
  background: #E7F1F3;
  border: 1px solid #888;
}

input.noBorder,
input:focus.noBorder,
input:hover.noBorder {
  padding: 0;
  border: 0;
}

input.button {
  padding: 2px 5px;

  font: 400 0.9em verdana, serif;
  cursor: pointer;

  color: #fff;
  background: #FC3307;
  border-width: 1px;
  border-style: solid;
  border-color: #FF7800 #691300 #691300 #FF7800;
}

input.radio {
  background: none;
  border: 0px;
}

/* Tabelle */

table, td, th{
	border:1px solid #000066;
	border-collapse:collapse;
	text-align: left;
	color: #020033;
	font-size: 14px;
	font-weight: bold;
	line-height: 150%;
	text-indent: 20px;
}
td,th{
	padding:3px 5px;
	background-color: #B8D6DC;
}
tr.odd td,tr.odd th{
	background-color: #E7F1F3;
}
caption{font-weight:bold;color: #999
}
tr:hover td, coloOneLarga tr:hover th{
	background-color: #FFFFFF;
}

