
html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 16px;
	margin-bottom: 16px;
	padding: 0;

	background: white;
	background-position: center;
	background-repeat: no-repeat;

	font: 70% Arial, sans-serif;
	line-height: 140%;
	width: 750px;
	height: 500px;
	text-align: left;
}

hr {
	color: #AAAAAA;
	background-color: #AAAAAA;
	height: 1px;
	border: 0;
}

form {
	margin:0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	line-height: normal;
	font-weight: bold;
}

h1 {
	font-weight: 600;
	font-size: 1.7em;
}
h2 {
	font-size: 1.6em;
	font-weight: 500;
}
h3 {
	font-size: 1.4em;
	font-weight: bold;
}
h4 {
	font-size: 1.3em;
	font-weight: bold;
}
h5 {
	font-size: 1.2em;
	font-weight: bold;
}
h6 {
	font-size: 1em;
	font-weight: bold;
}

p, ul, ol, dl, table {
	font-size: 1em;
}
ul, ol {
	margin: 0.5ex 0 1em;
	padding: 0;
}
li {
	padding: 0;
	margin: 0 0 0.1em 30px;
}
ul li {
	list-style: square;
}

p {
	margin: 0 0 1em;
}

strong, em {
	font-weight: bold;
	font-style: normal;
}

img {
	border: 0;
}

a {
	color: #00b3fe;
	text-decoration: underline;
}
a:hover {
	color: #00b3fe;
}
a:visited:hover {
	color: #00b3fe;
}
a:visited {
	color: #00b3fe;
}
a img {
	vertical-align: text-bottom;
}

a.news {
	color: #00b3fe;
	text-decoration: none;
}
a.news:hover {
	color: #00b3fe;
	text-decoration: underline;
}
a.news:visited:hover {
	color: #00b3fe;
}
a.news:visited {
	color: #00b3fe;
}

td {
	padding: 0;
}

dl {
	margin: 1em 0;
	padding: 0;
}

dt {
	font-weight: bold;
	margin: 0;
	padding: 0;
}

dd {
	margin: 0 0 1em 20px;
}

dd ul li {
	margin-left: 20px;
}

select {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	padding: 0.1ex 0;
	margin: 5px 5px 5px 0;
	color: #00b3fe;
}

input.submit, a.button, input.button {
	border: 3px double #0375a5;
	border-left-color: #93daf8;
	border-top-color: #93daf8;
	background-color: #00b3fe;
	margin: 5px 5px 5px 0;
	color: white;
	height: auto;
	text-decoration: underline;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1em;
	padding: 0.1ex 0;
	cursor: pointer;
}

input.login {
	border: 3px double #0375a5;
	border-left-color: #93daf8;
	border-top-color: #93daf8;
	background-color: #00b3fe;
	margin: 0 0 0 0;
	color: white;
	height: auto;
	text-decoration: none;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1em;
	padding: 0.1ex 0;
	cursor: pointer;
}

/* contenitore superiore per banner e login */
#top {
	/* border: 1px solid #000000; */
	width: 750px;
	height: 76px;
	text-align: left;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
}

/* rettangolo banner */
#banner {
	/* border: 1px solid #000000; */
	float: left;
	width: 288px;
	height: 60px;
	text-align: left;
	margin-top: 16px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: auto;
	background-image: url(img/ewlogo.gif);
}

/* rettangolo login */
#login {
	/* border: 1px solid #000000; */
	float: right;
	width: 270px;
	height: 76px;
	text-align: right;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: 0px;
	background-image: url(img/login.png);
	background-position: right;
	background-repeat: no-repeat;
	display: none;
}

/* contenitore menu principale di navigazione */
#topmenu {
	/* border: 1px solid #000000; */
	width: 750px;
	height: 25px;
	text-align: left;
	margin-top: 8px;
	margin-left: auto;
	margin-right: auto;
}

/* angolo sinistro menu principale di navigazione */
#topmenul {
  float: left;
  width: 5px;
  height: 25px;
  background-image: url(img/bar_left.gif);
}

/* corpo menu principale di navigazione */
#topmenub {
  float: left;
  width: 740px;
  height: 25px;
  color: #FFFFFF;
  background-color: #FF6600;
}

/* angolo destro menu principale di navigazione */
#topmenur {
  float: left;
  width: 5px;
  height: 25px;
  background-image: url(img/bar_right.gif);
}

/* contenitore principale per menu di sinistra e pagina */
#mybody {
	/* border: 1px solid #000000; */
	width: 750px;
	max-width: 750px;
  min-width: 750px;
	min-height: 500px;
  text-align: left;
	margin-top: 12px;
	margin-left: auto;
	margin-right: auto;
}

/* menu di sinistra */
#leftmenu {
	/* border: 1px solid #000000; */
	max-width: 185px;
	float: left;
	text-align: left;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

/* pagina principale */
#main {
  /* border: 1px solid #000000; */
	float: right;
	overflow: hidden;
	text-align: left;
	margin: 0px;
	max-width: 750px;
	min-height: 500px;
}

/* angolo superiore sinistro menu di sinistra */
#menutl {
  float: left;
  overflow: hidden;
  width: 10px;
  height: 10px;
  background-image: url(img/f_tl.gif);
}

/* angolo superiore destro menu di sinistra */
#menutr {
  float: left;
  overflow: hidden;
  width: 10px;
  height: 10px;
  background-image: url(img/f_tr.gif);
}

/* barra superiore ed inferiore menu di sinistra */
#menutb,#menubb {
  float: left;
  overflow: hidden;
  width: 165px;
  height: 10px;
  background-color: #00b3fe;
}

/* angolo inferiore sinistro menu di sinistra */
#menubl {
  float: left;
  overflow: hidden;
  width: 10px;
  height: 10px;
  background-image: url(img/f_bl.gif);
}

/* angolo inferiore destro menu di sinistra */
#menubr {
  float: left;
  overflow: hidden;
  width: 10px;
  height: 10px;
  background-image: url(img/f_br.gif);
}

/* contenitore barra inferiore */
#bottom {
	/* border: 1px solid #000000; */
	width: 750px;
	height: 22px;
	text-align: left;
	margin-top: 8px;
	margin-left: auto;
	margin-right: auto;
}

/* scritta barra inferiore sinistra */
#bottomleft {
  float:left;
}

/* scritta barra inferiore destra */
#bottomright {
  float:right;
}

/* link barra inferiore */
#bottomleft a,#bottomright a {
  text-decoration: none;
  font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 95%;
}

/* angolo sinistro barra inferiore */
#bottoml {
  float: left;
  overflow: hidden;
  width: 10px;
  height: 10px;
  background-image: url(img/f_bl.gif);
}

/* angolo destro barra inferiore */
#bottomr {
  float: left;
  overflow: hidden;
  width: 10px;
  height: 10px;
  background-image: url(img/f_br.gif);
}

/* corpo barra inferiore */
#bottomb {
  float: left;
  overflow: hidden;
  width: 730px;
  height: 10px;
  background-color: #00b3fe;
}

/* stile "normale" delle voci del menu principale */
.topmenuitem {
  float:left;
  height: 25px;
  padding-left: 12px;
  padding-right: 12px;
}

/* stile "selezionato" delle voci del menu principale */
.topmenuitemsel {
  float:left;
  height: 25px;
  padding-left: 12px;
  padding-right: 12px;
  background-color: #93daf8;
}

/* contenitore elementi del menu di sinistra */
#menuframe {
  clear: both;
  padding: 0px;
  margin: 0px;
  width: 183px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}

/* contenitore elemento del menu di sinistra */
.menuborder {
  clear: both;
  padding-top: 6px;
  padding-bottom: 6px;
  width: 183px;
	border-bottom: 1px solid #999999;
}

/* elemento del menu di sinistra */
.menuitem {
  padding-left: 10px;
  text-align: left;
	font-size: 13px;
	color: #999999;
	font-weight: bold;
  text-decoration: underline;
}
.menuitem a, .menuitem a:visited {
  color: #999999;
	text-decoration: underline;
}
.menuitem a:visited:hover, .menuitem a:hover {
  color: #00b3fe;
	text-decoration: underline;
}

/* elemento selezionato del menu di sinistra */
.menuitemsel, .menuitemsel a, .menuitemsel a:visited, .menuitemsel a:visited:hover, .menuitemsel a:hover {
  color: #00b3fe;
	text-decoration: underline;
}

/* sottoelemento "normale" del menu di sinistra */
.menusub {
  font-size: 11px;
  padding-top: 2px;
  padding-bottom: 2px;
	color: #999999;
	padding-left: 32px;
	font-weight: normal;
	text-decoration: none;
}
.menusub a, .menusub a:visited {
  color: #999999;
	text-decoration: none;
}
.menusub a:visited:hover, .menusub a:hover {
  color: #00b3fe;
	text-decoration: none;
}

/* sottoelemento "selezionato" del menu di sinistra */
.menusubsel, .menusubsel a, .menusubsel a:visited, .menusubsel a:visited:hover, .menusubsel a:hover {
	color: #00b3fe;
  text-decoration: none;
}

/* intestazione pagine contenuti */
.ruler {
  font-weight: bold;
  padding-bottom: 3px;
  border-bottom: 1px solid #A0A0A0;
  clear: both;
  margin-bottom: 8px;
}

/* pagina standard con menu di sinistra presente */
.page {
  width: 550px;
  max-width: 550px;
  min-width: 550px;
  text-align: left;
}

/* pagina standard senza menu di sinistra */
.fullpage {
  width: 750px;
  max-width: 750px;
  min-width: 750px;
  text-align: left;
}

/* tabella con bordi ed elementi centrati */
table.btab {
  border-collapse: collapse;
  text-align: center;
  vertical-align: middle;
  margin: 0px;
  margin-left: 1px;
}

.btab tr {
  margin: 0px;
  vertical-align: middle;
}

.btab td {
  border: 1px solid #000000;
  text-align: center;
  margin: 0px;
  padding: 6px;
}

.btab th {
  border: 0px;
  text-align: center;
  padding: 2px;
}

/* tabella senza bordi ed elementi a sinistra, 2px padding */
table.stab {
  border-collapse: collapse;
  text-align: left;
  vertical-align: middle;
  margin: 0px;
  margin-left: auto;
  margin-right: auto;
}

.stab tr {
  margin: 0px;
  vertical-align: middle;
}

.stab td {
  border: 0px;
  text-align: left;
  margin: 0px;
  padding: 2px;
}

.stab th {
  border: 0px;
  text-align: left;
  padding: 2px;
}

h2 {
  text-align: center;
  padding-top: 24px;
}

h4 {
  text-align: center;
  padding: 24px;
}

#lista {
		background-color: #eee;
		width: 100%;
		font-family: verdana;
		font-size: 11px;
		}

#lista td, #lista th {
		text-align: left;
		background-color: #fff;
		height: 20px;
		}

#lista th {
		background-color: #f9f9f9;
		height: 20px;
		border-bottom: 1px solid #ccc;
		}

#lista td.titolo {
		text-align: center;
		font-weight: bold;
		background-color: #eee;
		border-bottom: 1px solid #00b3fe;
		height: 25px;
		}

#lista td.titoletto {
		font-style: italic;
		}

#lista td.sep {
		background-color: #eee;
		height: 5px;
		border-bottom: 1px solid #00b3fe;
		font-size: 5px;
		}

a {
		text-decoration: none;
		font-weight: bold;
		font-size: 12px;
		color: #00b3fe;
		}

a:hover {
		text-decoration: underline;
		}

#error {
  text-align: center;
  vertical-align: middle;
 	font-weight: bold;
 	border-bottom: 1px solid #000000;
 	border-top: 1px solid #000000;
 	margin-bottom: 16px;
 	margin-top: 16px;
 	background-color: #00b3fe;
 	color: #FFFFFF;
 	padding-top: 1px;
 	padding-bottom: 1px;
}

#mtitolo {
  text-align: center;
  font-weight: bold;
 	font-size: 1.7em;
  color: #00b3fe;
  margin-top: 60px;
  margin-bottom: 16px;
}

#mrelatore {
  font-size: 1.2em;
  margin-bottom: 20px;
  margin-top: 8px;
}

#mbuttond {
  margin-bottom: 50px;
}

#tpub {
    border-collapse: collapse;
		font-family: verdana;
		text-align: left;
		font-size: 11px;
		border: 1px solid #CCC;
		}

#tpub td {
		border: 1px solid #CCC;
		padding: 2px;
		}

#tpub td.titoletto {
		color: #005e7e;
    font-weight: bold;
}


.wbutton {
  width: 170px;
  height: 32px;
  text-align: center;
  background: url(/img/bottone-sx.png) top center no-repeat;
  padding-top: 18px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}

.wbutton a, .wbutton a:visited {
  color: #fff;
}

.wbutton a:hover, .wbutton a:hover:visited {
  color: #fff;
}

.qbutton {
  width: 240px;
  height: 30px;
  text-align: center;
  background: #fff url(/img/bottone-dx.png) top center no-repeat;
  padding-top: 10px;
  margin-bottom: 8px;
}

.qbutton a, .qbutton a:visited {
  color: #fff;
}

.qbutton a:hover, .qbutton a:hover:visited {
  color: #fff;
}

#dtitle {
  text-align: center;
  font-weight: bold;
  width: 100%;
  padding: 4px;
  background-color: #004982;
  color: #fff;
}

#punteggio {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  padding: 8px;
  font-size: 1.6em;
  width: 400px;
  border: 1px solid #00b3fe;
  background-color: #F0F0F0;
}

.qgrad {
  padding: 8px;
}

.qgrad li {
  margin-bottom: 12px;
  list-style-type: none;
}

table.requisiti {
  text-align: left;
  padding: 2px;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
}

.requisiti td {
  text-align: left;
  border: 1px solid #CCC;
  padding: 6px;
}

.requisiti td.primo {
  background-color: #005e7e;
  font-weight: bold;
  color: #fff;
}

.requisiti td.topl {
  border: 0px;
}

#blackthing {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
    text-align:right;
    background: black;
    filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    border-style: none;
    padding: 0;
    margin: 0;
    z-index: 998;
}
#ewpopup {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 600px;
    height: 350px;
    margin-left: -300px;
    margin-top: -175px;
    display: none;
    text-align: center;
    background: white;
    color: #222222;
    border: solid 2px #0375a5;
    padding: 0px;
    z-index: 999;
}

#left {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 326px;
    height: 100%;
    text-align: center;
    background: #0375a5;
    color: #FFFFFF;
    border: 0px;
    padding: 8px;
    margin: 0;
}

#title {
    position: absolute;
    left: 64px;
    top: 64px;
    width: 600px;
    height: 60px;
    text-align: left;
    background: #FFFFFF;
    color: #333333;
    border: solid 1px #0375a5;
    padding: 8px;
    margin: 0;
}

#pub {
    position: absolute;
    left: 64px;
    top: 200px;
    width: 600px;
    height: 300px;
    text-align: left;
    background: #FFFFFF;
    color: #333333;
    border: solid 1px #0375a5;
    padding: 8px;
    margin: 0;
}

input.submit.mybutton {
	color: #FFFFFF;
	background-color: #0375a5;
}

#login {
    position: absolute;
    left: 176px;
    top: 200px;
    width: 260px;
    height: 160px;
    text-align: left;
    background: #FFFFFF;
    color: #0375a5;
    border: solid 1px #0375a5;
    padding: 20px;
    margin: 0;
}

#ewlogin {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 250px;
    height: 160px;
    margin-left: -125px;
    margin-top: -80px;
    background: #FFFFFF;
    text-align: center;
    color: #0375a5;
    border: solid 4px #0375a5;
    padding: 0px;
    display: none;
    z-index: 999;
}

#ewendpub {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 300px;
    height: 160px;
    margin-left: -150px;
    margin-top: -80px;
    background: #FFFFFF;
    text-align: center;
    color: #0375a5;
    border: solid 4px #0375a5;
    padding: 0px;
    display: none;
    z-index: 999;
    overflow: hidden;
}

.loginbar {
    left: 0px;
    top: 0px;
    width: 100%;
    height: 24px;
    background: #005E7E;
    text-align: right;
    font-size: 10px;
    color: #FFFFFF;
    border: 0;
    padding: 0px;
    margin: 0;
    z-index: 999;
    margin-bottom: 8px;
}

.loginbar a {
	color: #FFFFFF;
	text-decoration: none;
}
.loginbar a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.loginbar a:visited:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.loginbar a:visited {
	color: #FFFFFF;
}

.ewbacklink {
    margin-left: auto;
    margin-right: auto;
    width: 250px;
    text-align: center;
    border: 1px solid #fff;
    margin-top: 24px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-bottom: 8px;
}

.ewbacklink a {
	color: #FFFFFF;
	text-decoration: none;
}
.ewbacklink a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.ewbacklink a:visited:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.ewbacklink a:visited {
	color: #FFFFFF;
}
#ewdownlink {
    text-align: left;
    vertical-align: middle;
    font-size: 10px;
    color: #FFFFFF;
    border: 0px;
    padding: 0px;
    margin-left: 20px;
    margin-top: 14px;
    margin-bottom: 16px;
}

#ewdownlink a {
	color: #FFFFFF;
	text-decoration: none;
}
#ewdownlink a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#ewdownlink a:visited:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#ewdownlink a:visited {
	color: #FFFFFF;
}

ul.my li {
	list-style: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#slidecontainer {
  width: 800px;
  height: 600px;
  background-color: #ccc;
}

#playerleft {
  float: left;
  width: 320px;
  height: 6000px;
  padding: 16px;
  margin: 0;
  background-color: #004982;
}

#playerright {
  float: left;
  width: 800px;
  height: 6000px;
  margin: 0;
  padding: 16px;
  background-color: #fff;
}

/* box domanda */

#ewanim {
  height: 16px;
  width: 600px;
  text-align: center;
  visibility: hidden;
  background: #fff url(/img/anim.gif) top center no-repeat;
}

.testodomanda {
  font-size: 14px;
  font-weight: bold;
  padding: 16px;
}
.testorisposta {
  margin: 8px;
  font-size: 14px;
  text-align: left;
  margin-left: 40px;
  height: 140px;
}
.testocodice {
  margin-top: 10px;
  text-align: center;
  height: 40px;
  font-size: 11px;
}
.testobottone {
  width: 100%;
  margin-top: 10px;
  text-align: center;
  height: 30px;
  font-size: 11px;
}

#bottomlogo {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
  margin-bottom: 32px;
  width: 400px;
}

#bgplayer {
  width: 320px;
  height: 240px;
  background: #ccc url(/img/bgplayer.jpg) no-repeat center top;
}

#pubinfo {
  color: #fff;
  text-align: center;
  width: 298px;
  height: 120px;
  padding: 10px;
  overflow: hidden;
}

#pubinfo h1 {
  font-size: 18px;
  font-weigth: bold;
  line-height: 20px;
}

#pubinfo h2 {
  font-size: 14px;
  padding: 0;
  font-weigth: bold;
}

#pubinfo h3 {
  font-size: 12px;
}

.downlink {
  width: 250px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
}

.downlink img {
  float: left;
}

.downlink p {
  margin-top: 10px;
  margin-left: 4px;
  float: left;
}

.downlink a {
  color: #fff;
  float: left;
}

.titolomain, h2 {
 	font-family: Arial, sans-serif;
  font-size: 30px;
  color: #CCC;
  text-align: center;
  margin-top: 32px;
  margin-bottom: 32px;
}

table.tabellacorsi {
 	font-family: Arial, sans-serif;
  border: 1px solid 96cefd;
  border-collapse: collapse;
}

.tabellacorsi th {
  font-size: 12px;
  padding-top: 4px;
  padding-bottom: 4px;
  color: #005e7e;
  border: 1px solid #CCC;
  text-align: center;
}

.tabellacorsi tr {
  border: 1px solid #CCC;
}

.tabellacorsi td {
  font-size: 12px;
  padding: 4px;
  border: 1px solid #CCC;
  text-align: center;
}
