/*************************
 * General
 *************************/

html {overflow-y: scroll;} /* Keep page alignment uniform. */



body 
{
    /*
    background-color: black;
    background-image: url(../images/bg2.jpg);
    background-repeat: repeat-y;
    background-position: top center;
    */
    background: #b2091a url(../images/bg.png) repeat-x;

    font: 12px verdana,tahoma,arial,times;

}

a { color: #CC0A1D; text-decoration: underline; }
a:hover { color: #005247; text-decoration: underline;}

h3 {margin:0} /* Reset browser default margin */

/* Title for sections */
h2
{
    clear: both;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    width: inherit;
    font-size: 18px;
    font-weight: bold;
	margin:0 auto;
}

/* Container for rows */
div.row {width: inherit; clear: both; background-color: inherit;}

/* MAIN container */
div.everything {
    width: 1200px; 
    margin: auto; 
    background-color: #ececec;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
} /* Top level container */

/*
 *   The following three containers are the subsequent main containers within "div.everything".
 */

/* Banner */
div.banner {
    width: 1200px;
    height: 150px;
    background-color:  #fff ;
    border-radius: 4px 4px 4px 4px;
    background-image: url(../images/banner.png); /* 150x1000px */
    background-repeat: no-repeat;
    background-position: top center;
}

/* Menu */
div.menu {
    width: 100%;
    float: left;
}

/* Section code container */
div.section {
    margin: 5px; 
    padding-bottom: 40px; 
    background-color: inherit;
}

/*
 *   Box (inner) stylings.
 */
div.boxCommon,div.boxWide,div.boxCoachPage,div.boxTeamPage,div.boxPlayerPageInfo {
    margin: 20px; 
    border: 1px solid #545454;

	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;

	-moz-box-shadow: 3px 4px 10px #999;
	-webkit-box-shadow: 3px 4px 10px #999;
	box-shadow: 3px 4px 10px #999;
}
div.boxWide             {clear:both;}
div.boxCommon           {float:left;}
div.boxCoachPage        {float: left; width: 270px; margin: 15px; margin-bottom: 0px;}
div.boxTeamPage         {float: left; width: 270px; margin: 15px; margin-bottom: 0px;}
div.boxPlayerPageInfo   {float: left; width: 325px; margin-left: 30px;}

.boxTitle1,.boxTitle2,.boxTitle3,.boxTitle4,.boxTitle5 {
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

.boxTitle1 {background-color: #dddddd; padding: 6px; font-size: 12px; font-weight: bold; color: #000000;} /* Used for: Team/player/coach info & team news */
.boxTitleNomeGironi {background-color: #7c8f94; padding: 6px; font-size: 12px; font-weight: bold; color: #ffffff;} /* Used for: Team/player/coach info & team news */
.boxTitleColonneGironi {background-color: #000000; padding: 6px; font-size: 12px; font-weight: bold; color: #ffffff;} /* Used for: Team/player/coach info & team news */
.boxTitle2 {background-color: #CC0A1D; padding: 6px; font-size: 12px; font-weight: bold; color: #ffffff;} /* Used for: Management/actions/more box for ordinary coaches */
.boxTitle3 {background-color: #000000; padding: 6px; font-size: 12px; font-weight: bold; color: #ffffff;} /* Used for: Management/actions/more box for ordinary admins */
.boxTitle4 {background-color: #CC0A1D; padding: 6px; font-size: 12px; font-weight: bold; color: #ffffff;} /* Used for: Statistics (standings, player leaders, ES) */
.boxTitleClassifica {background-color: #CC0A1D; padding: 6px; font-size: 12px; font-weight: bold; color: #ffffff;} /* Used for: Statistics (standings, player leaders, ES) */
.boxTitle5 {background-color: #CC0A1D; padding: 6px; font-size: 12px; font-weight: bold; color: #ffffff;} /* Used for: Match summaries & recent games */
.boxTitleScommesse {background-color: #7c8f94; color: #ffffff; padding: 0px; font-size: 13px; font-weight: bold;} /* Used for: Match summaries & recent games */
.riga2Scommesse {background-color: #ebebeb; color: #000000; padding: 0px; font-size: 10px; font-weight: bold;} /* Used for: Match summaries & recent games */
.riga1Scommesse {background-color: #ffffff; color: #000000; padding: 0px; font-size: 10px; font-weight: bold;} /* Used for: Match summaries & recent games */
.rigaScommessevinte {background-color: #00ff00; color: #000000; padding: 0px; font-size: 10px; font-weight: bold;} /* Used for: Match summaries & recent games */
.rigaScommesseperse {background-color: #ff3300; color: #ffffff; padding: 0px; font-size: 10px; font-weight: bold;} /* Used for: Match summaries & recent games */

.boxBody   {border-top: 1px solid #545454; padding: 10px;}
table.boxTable {border-spacing: 5px; width: 100%;}

/* Other types of boxes. */
.helpBox {
	color: #FFFFFF;
	border: 2px solid #CC6633;
	background-color: #4C6260;
	padding:10px;
	line-height:1.4em;
}

/* Other types of boxes. */
.errorBox {
	color: #FFFFFF;
	border: 2px solid #000000;
	background-color: #800000;
	padding:10px;
	line-height:1.4em;
}

/*
.assistantBox {
	color: #000000;
	border: 2px solid #3D3D3D;
	background-color: #FFCCFF;
	padding:10px;
	line-height:1.4em;
}
*/

/* 
 *   Tables, TRs and TDs 
 */

/* Used almost everywhere */
table.common  {border: none; width: 100%; background-color: inherit;}
tr.commonhead {background-color: #CCCCCC;}

/* For the tours list */
table.tours {
    border: none; 
    width: 100%; 
    background-color: inherit; 
    padding-left: 5px;
    padding-right: 5px;
}

/* tour lists: titel boxes */
.leagues     {background-color: #659EC7;}
.divisions   {background-color: #8BB381;}
.tours       {background-color: #BBBBBB;}
td.round     {background-color: #CCCCCC;}
td.match     {background-color: #DDDDDD;}
td.seperator {height:15px;}

/* tour lists: node containers */
div.leaguesNCont     {margin-top:15px; margin-left:10px;}
div.divisionsNCont   {margin-top:5px;  margin-left:25px;}
div.toursNCont       {margin-top:0px;  margin-left:10px;}

/* 
 *   Section specific 
 */

/* Main page */
div.main_head       {clear: both; padding-left: 20px; padding-top: 20px; padding-bottom: 5px; font-size: 18px; background-color: inherit;}
div.main_foot       {clear: both; font-size: 10px; padding: 30px; padding-top: 20px; background-color: inherit;}
div.main_rightColumn {float: right; width: 600px; background-color: inherit;}
div.main_leftColumn {float: left; width: 540px; background-color: inherit;}
    div.main_leftColumn_head     {clear: both; text-align: right; padding-right: 20px; background-color: inherit;} /* Padding should be the same as lcolBox padding. */
        div.main_leftColumn_welcome  {clear: both; padding-left: 20px; padding-top: 3px; padding-bottom: 3px; background-color: inherit; text-align: left;}
        div.main_leftColumn_left  {padding-left: 20px; padding-top: 10px; padding-bottom: 10px; background-color: inherit; text-align: left; float:left;}
        div.main_leftColumn_right {padding-left: 20px; padding-top: 3px;  padding-bottom: 3px;  background-color: inherit; text-align: right; float:right;}

/* 
 *  Other
 */

/* Status bar */
div.messageContainer    {width:100%;padding:6px 0px 6px 0px;color:#fff;font-weight:bold;}
div.green               {clear:both;background-color:#390;border:1px solid #298000;}
div.red                 {clear:both;background-color:#F20000;border:1px solid #c00;}

/* Game result icon*/
.match_icon	{background:transparent url(../images/result_icon.gif) no-repeat 0 0;width:12px;height:12px}
.won		{background-position:-14px 0}
.draw		{background-position:-28px 0}
.lost		{background-position:-42px 0}

.riga1 {
  font-family: verdana, times, arial;
  font-size: 10px;
  font-weight: plain;
  color: #000000;
  background-color: #ffffff;
}

.riga2 {
  font-family: verdana, times, arial;
  font-size: 10px;
  font-weight: plain;
  color: #000000;
  background-color: #dddddd;
}


.partita1 {
  font-family: verdana, times, arial;
  font-size: 10px;
  font-weight: plain;
  color: #000000;
  background-color: #ffffff;
}

.partita2 {
  font-family: verdana, times, arial;
  font-size: 10px;
  font-weight: plain;
  color: #000000;
  background-color: #dddddd;
}

.partita3 {
  font-family: verdana, times, arial;
  font-size: 10px;
  font-weight: plain;
  color: #000000;
  background-color: #ffff99;
}

.partita4 {
  font-family: verdana, times, arial;
  font-size: 10px;
  font-weight: plain;
  color: #000000;
  background-color: #ffff5c;
}

.partita5 {
  font-family: verdana, times, arial;
  font-size: 10px;
  font-weight: plain;
  color: #000000;
  background-color: #ccff99;
}

.partita6 {
  font-family: verdana, times, arial;
  font-size: 10px;
  font-weight: plain;
  color: #000000;
  background-color: #ff99cc;
}

.partita7 {
  font-family: verdana, times, arial;
  font-size: 10px;
  font-weight: plain;
  color: #ffffff;
  background-color: #ff3300;
}

.pulsante_big  {
    color: #ffffff;
    font-size: 18Pt;
	background-color: #CC0A1D;
	width: 300px;
    font : bold 18px/30px Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration:none;
    padding: 10;
}
.pulsante_big2  {
    color: #ffffff;
    font-size: 18Pt;
	background-color: #ff3300;
	width: 700px;
    font : bold 18px/30px Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration:none;
    padding: 10;
}

.pulsante_big3  {
    color: #ffffff;
    font-size: 18Pt;
	background-color: #ff3300;
	width: 300px;
    font : bold 18px/30px Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration:none;
    padding: 10;
}

.input {
    color: #1841A5;
    font-size: 11px;
	background-color: #FFFFFF;
    font : normal 12px/13px Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-decoration:none;
	padding: 2px;
	border-style:solid;
	border-width: 1px;
}

.input_mandatory {
    color: #1841A5;
    font-size: 11px;
	background-color: #FFFFCC;
    font : normal 12px/13px Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-decoration:none;
	padding: 2px;
	border-style:solid;
	border-width: 1px;
}

.pulsante_naf  {
    color: #ffffff;
    font-size: 12Pt;
	background-color: #CC0A1D;
	width: 70px;
    font : bold 12px/14px Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration:none;
    padding: 10;
}


.input_big {
    color: #1841A5;
    font-size: 14px;
	background-color: #FFFFFF;
    font : normal 14px/16px Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-decoration:none;
	padding: 2px;
	border-style:solid;
	border-width: 1px;
}
