/* ##################### OVERALL SETTINGS ##################### QM: ok */
body {
  margin           : 0px;
  padding          : 0px;
  background       : #ffffff;
  font-family      : verdana, arial, sans-serif;
  font-size        : 11px;
  color            : #000;
  background       : url(../images/back.gif) repeat;

}

td, tr, p, div {
  font-family      : verdana, arial, sans-serif;
  font-size        : 11px;
  color            : #666;
}

hr {
  color            : #eee;
  height           : 1px;
  width            : 100%;
}

/* ############## MAIN TABLE CONTAINER SETTINGS ############### QM: ok */
.maincontainer {
  border           : 0px solid #eee;
}

.logocontainer {
  width            : 180px;
  height           : 115px;
  background       : #FFFFFF;
}

.headercontainer {
  width            : 600px;
  height           : 83px;
  background       : #FFFFFF;
}

.maincssmenucontainer {
  height           : 32px;
  background-color : #FFFFFF;
}

.subcssmenucontainer {
  width            : 240px;
  height           : 163px;
  padding          : 5px;
  background-color : #F5F5F5;
  vertical-align   : top;
  margin:0;
}

.imagecontainer {
  width            : 530px;
  height           : 173px;
  vertical-align   : top;
  text-align       : left;
  background-color : #121212;
  
}

.leftcontainer {
  width            : 200px;
  height           : 270px;
  vertical-align   : top;
  background-color : #F5F5F5;
  margin:0;
  border           : 5px solid #FFFFFF;
}

.contentcontainer {
  width            : 510px;
  padding          : 5px;
  padding-right    : 50px;
  vertical-align   : top;
  background-color : #fff;     
}

.footercontainer {
  font-family      : verdana, arial, sans-serif;
  font-size        : 10px;
  padding          : 5px;
  width            : 770px;
  height           : 28px;
  color            : #FFFFFF;
  background-color : #8698A9;

  
}

.leftborder1 {
  width            : 10px;
  background       : url(../images/backl.gif) repeat;
}

.leftborder2 {
  width            : 10px;
  background       : url(../images/backl2.gif) repeat;
}

.rightborder1 {
  width            : 10px;
  background       : url(../images/backr.gif) repeat;
}

.rightborder2 {
  width            : 10px;
  background       : url(../images/backr2.gif) repeat;
}



/* ################## TOP CSS MENU SETTINGS ################### QM: ok */
#navcontainer {
  font-family      : verdana, arial, sans-serif;
  font-size        : 10px;
  width            : auto;
  line-height : 12px;
}

#navlist {
  margin           : 0px;
  padding          : 0px;
  background       : #ffffff;
}

#navlist ul, #navlist li {
  margin           : 0px;
  padding          : 4px 0px;
  display          : inline;
  list-style-type  : none;
  position         : relative;
  top              : 0;
 /* border-right     : 1px solid #FFCC00;*/
  

}

#navlist a:link, #navlist a:visited {
  padding          : 0px 5px;
  margin           : 0px;
  text-decoration  : none;
  color            : #006AD0;
  vertical-align   : top;
  line-height      : 20px;
  position         : relative;
  top              : 4;
  border-right     : 1px solid #FFCC00;


}

#navlist a:link#current, #navlist a:visited#current {
  
  padding          : 0px 5px;
  margin           : 0px;
  text-decoration  : none;
  position         : relative;
  top              : 4;
  color            : #555555;
  background       : #ffffff;
  border-right     : 1px solid #FFCC00;


  
}

#navlist a:hover {
  
  margin           : 0px;
  text-decoration  : none;
  color            : #000000;

}

#subnavcontainer {
  font-family      : verdana, arial, sans-serif;
  font-size        : 10px;
  width            : auto;
}

#subnavlist {
  margin           : 0px;
  padding          : 0px;
}

#subnavlist ul, #subnavlist li {
  margin           : 0px;
  padding          : 0px;
  position         : relative;
  list-style-type  : none;
  
}

#subnavlist a:link, #subnavlist a:visited  {
  padding          : 0px 5px 2px 2px; 
  font-weight      : bold;
  margin           : 0px;
  text-decoration  : none;
  background       : url(../images/green_arrow_l.gif) no-repeat;
  padding-left     : 20px;
  color            : #006AD0;
  height           : 15px;
  line-height      : 15px; 
  
}

#subnavlist li#active a, #subnavlist li a:visited#current {
  padding          : 0px 5px 2px 2px;
  font-weight      : bold;
  margin           : 0px;
  texAt-decoration  : none;
  position         : relative;
  background       : url(../images/green_arrow_l.gif) no-repeat;
  padding-left     : 20px;
  color            : #555555;
  height           : 15px;
  line-height      : 15px; 
}

#subnavlist a:hover {
  padding          : 0px 5px 2px 2px;
  font-weight      : bold;
  margin           : 0px;
  text-decoration  : none;
  background       : url(../images/green_arrow_l.gif) no-repeat;
  padding-left     : 20px;
  position         : relative;
  color            : #000000;
}
/* ##################### MODULE SETTINGS ###################### QM: ok */
table.moduletable {
  width            : 100%;
}

table.moduletable th {
  font-size        : 11px;
  font-weight      : bold;
  text-align       : center;
  letter-spacing   : 1px;
  color            : #284B82;
  background       : #EAB766;
  border-bottom    : 1px solid #A1A1A0;
  border-top       : 1px solid #A1A1A0;
}

table.moduletable td {
  padding          : 2px;
}

/* ##################### FORMULAR SETTINGS #################### QM: ok */
.button {
  border-top       : 1px solid #ddd;
  border-left      : 1px solid #ddd;
  border-bottom    : 1px solid #666;
  border-right     : 1px solid #666;
  background-color : #ccc;
}

.inputbox {
  border           : 1px solid #ccc;
  background-color : #F0F0F0;
  margin           : 2px;
}

/* ################# SECTION LISTING SETTINGS ################# QM: ok */
.sectiontableheader {
  font-size        : 12px;
  font-weight      : bold;
  letter-spacing   : 1px;
  color            : #FFF;
  background       : #006AD0;
  border-bottom    : 1px solid #A1A1A0;
  border-top       : 1px solid #A1A1A0;
  padding          : 3px;
}

.sectiontableentry1 {
  vertical-align   : top;
  padding          : 6px;
  background       : #F8F8F8;
}

.sectiontableentry2 {
  vertical-align   : top;
  padding          : 6px;
  background       : #F0F0F0;
}

/* ################# MAIN AND SUB MENU SYSTEM ################# QM: ok */
.mainlevel {
  width            : 145px;
  height           : 20px;
  padding          : 2px;
}

a.mainlevel:link, a.mainlevel:visited {
   text-decoration  : none;
}

a.mainlevel:hover {
   text-decoration  : none;
}

.sublevel {
  font-size        : 10px;
   
}

a.sublevel:link, a.sublevel:visited {
  text-decoration  : none;
 

}

/* ########################### LINKS ########################## QM: ok                */
a:link, a:visited {
  text-decoration  : none;
 

}

a.category:link, a.category:visited {
  font-weight      : regular;
   
}

.readon {
  font-weight      : regular;

}

/* ##################### PAGE NAVIGATION ###################### QM: ok */
.pagenavbar {
  border-top       : 1px solid #A1A1A0;
  padding          : 2px;
  letter-spacing   : 1px;
}

.pagenav {
  font-weight      : bold;
  color            : #555555;
}

a.pagenav:link, a.pagenav:visited {
  text-decoration  : underline;
}

a.pagenav:hover {
  text-decoration  : underline;
}

/* ################### SMALL FONT SETTINGS #################### QM: ok */
.small {
  font-size        : 10px;
  color            : #999;
}

.smalldark {
  font-size        : 10px;
  color            : #000;
}

.createdate, .modifydate {
  font-size        : 10px;
  color            : #999;
}

/* ##################### VOTING SETTINGS ###################### QM: ok */
.content_rating {
  font-size        : 10px;
  color            : #999;
}

.content_vote {
  font-size        : 10px;
  height           : 22px;
  padding-top      : 2px;
  padding-bottom   : 2px;
  padding-left     : 10px;
  padding-right    : 10px;
  background-color : #eee;
  border           : 1px solid #A1A1A0;
}

/* ##################### PATHWAY SETTINGS ##################### QM: ok */
.pathway {
  letter-spacing   : 1px;
  font-size        : 12px;
  color            : #000;
}

a.pathway:link, a.pathway:visited {
  font-size        : 12px;
}

a.pathway:hover {
  font-size        : 12px;
}

/* ################### CONTENT PAGE SETTINGS ################## QM: ok */
.contentpane {
  padding-top      : 5px;
}

.contentpaneopen {
  padding          : 10px;
  line-height      : 20px;
}

.contentheading, .componentheading {
  font-family      : verdana, arial, sans-serif;
  font-size        : 12px;
  font-weight      : bold;
  color            : #006AD0;
  width            : 100%;
  
}

.contentpagetitle {
  font-weight      : bold;
  color            : #000;
}

a.contentpagetitle:link, a.contentpagetitle:visited, a.contentpagetitle:active {
  text-decoration  : none;
}

/* ###################### TABBED EDITING ###################### QM: ok */
.ontab {
  background-color : #FFF;
  border-left      : 1px solid #A1A1A0;
  border-top       : 1px solid #A1A1A0;
  text-align       : center;
  cursor           : hand;
  font-weight      : bold;
  color            : #C00;
  padding          : 5px;
}
.offtab {
  background-color : #F0F0F0;
  border-left      : 1px solid #A1A1A0;
  border-top       : 1px solid #A1A1A0;
  border-bottom    : 1px solid #A1A1A0;
  text-align       : center;
  cursor           : hand;
  font-weight      : normal;
  color            : #999;
  padding          : 5px;
}
.tabpadding {
  border-left      : 1px solid #A1A1A0;
  border-bottom    : 1px solid #A1A1A0;
}

.pagetext {
  visibility       : hidden;
  display          : none;
  position         : relative;
  top              : -19;
  border-left      : 1px solid #A1A1A0;
  border-right     : 1px solid #A1A1A0;
  border-bottom    : 1px solid #A1A1A0;
  background-color : #FFF;
}

.footer, a:link, a:visited  {
  font-family      : verdana, arial, sans-serif;
  font-size        : 10px;
  font-weight      : bold;
  text-decoration  : none;
  margin           : 0px;
  padding-top      : 8px;
  padding-left     : 0px;
  color            : #006AD0;
}
.sectiontablefooter{
	padding:15px;
}
.sfondopopup{
	background:#ffffff;
}
.pulsantiaree{
	vertical-align:center;
	height:20px;
	border: 0px solid #bbbbbb;
	background: #eee;
}.unnamed1 {
	vertical-align: super;
}
.esp {
	font-size: 8px;
	vertical-align: super;
}

.table_lancio{
	border: 0px;
	background-color: #E1DCD1;
	line-height: normal;
	width: 100%;
}
.table_lancio .titolo_lancio{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
}
.table_lancio a{
	text-decoration: underline;
}

.img_lancio{
	border: 1px solid blue;
}

.hr_lanci{
	border: 0;
	height: 1px;
	color: #000000;
	background-color: #000000;
}

/*--------------*/

#form_lanci{
	margin: 0px;
	padding: 0px;
}
#form_lanci input{
	font-size: 12px;
}
#form_lanci select{
	font-size: 12px;
}

/*** DIV DELLE INFO DEL PAGER DEI LANCI ***/
#pager_pages{
	width: 40%;
	float: left;
}

#pager_arrows{
	width     : 45%;
	float     : right;
	text-align: right;
}

#pager_clearer{
	clear: both;
}
.links{
	text-decoration:underline;
	color:#666666;
}
/******/

#tabella_premi{
	border-collapse: collapse;
	line-height: 15px;
}
#tabella_premi td, #tabella_premi th{
	border: 1px solid;
	padding: 7px;
}
#tabella_premi th{ border-color: black; }
#tabella_premi td{ border-color: #BBBBBB; }

#period_limit{
	border: 1px solid #BBBBBB;
	background-color: #FFFFCC;
	color: #003333;
	font-size: 16px;
	padding: 6px;
	margin-top: 10px;
}

#start_game{ margin-top: 15px; }
#start_game a{
	font-size  : 18px !important;
	font-weight: bold;
}
	