/*Generali Struttura*/
body
{
    text-align: center;   
	background-color:#EEEEEE;
	font-family: Times;
	margin: 0 0 0 0;
}

table#TableMain
{
	background-color: #FFFFFF; 
	border: solid 1px #014E7C;
	width: 534px;
}

table#TableHeader
{
    color:#FFFFFF;
    font-size:20pt;
    font-weight:bold;
    width: 550px;
}

.header
{
	height: 225px;
	background-image: url(../img/base/index_r1_c1.jpg);
	background-position:top;
	background-repeat: no-repeat;
	text-align: right;
	vertical-align:top;
}

div#leftside
{
	text-align: left;
	vertical-align:top;
	padding: 8px;
	font-size: 10px;
	background-color: #666666;
	width: 216px;
}

.LeftSideBorder
{
    border-right:none 2px #E2E2E2;
    padding-top: 20px;
    padding: 20px 3px 0px 5px;  
}

div#centerside
{
	height: 100%;
	width: 534px;
	font-size: 14pt;
	text-align: left;
	vertical-align: top;
}

.CenterHeaderCell
{
    border-top: solid 1px #333333;
    border-left: solid 1px #333333;
    border-right: solid 1px #333333;
    padding-left: 10px;
    font-family: Tahoma;
    font-size: 10pt;
    font-weight: bold;
    color: #DB2518;
}

.CenterBodyCell
{
	font-size: 14px;
	text-align: center;
	vertical-align: top;
    border: solid 1px #333333;
}

div#rightside
{
	width: 200px;
	float: left;
}

.RightBottomSide
{
     background:url(../img/homepage/sfondosx_basso.gif);
     background-repeat:repeat-x;
     background-position:top;
     width: 202px;
     padding-top: 30px;
}

.RightSideBorder
{
    border-left: dashed 2px #E2E2E2;
}

div#footer
{
	text-align:center;
	font-weight:bold;
	height: 40px;
	margin-top:10px;
	font-family:Arial;
    font-size: 10px;
    font-weight: bold;
    color:#000000;
}

/*News */
.NewsBox
{
 background-image:url(../img/homepage/home_19.jpg);
 background-position:top;
 background-repeat: repeat-x;
}

div#marqueecontainer
{
 position: relative;
 width: 160px; /*marquee width */
 height: 400px; /*marquee height */
 overflow: hidden;
 padding: 2px;
 padding-left: 4px;
}

/* Left Side */
.MenuHeaderCell
{
 background-image:url(../img/titoli/basebox_sx.jpg);
 background-repeat:no-repeat;
 background-position:right;
 text-align:left;
 font-family: Tahoma;
 padding-left: 15px;
 margin-right: 5px;
 font-size:8pt;
 font-weight: bold;
 color:#FFFFFF;
 width: 202px;
}

.MenuHeaderCellShadow
{
  background-image:url(../img/titoli/ombra_up_dx.jpg);
  background-repeat:no-repeat;
  background-position:left;
}

.MenuBodyCell
{
 background-color:#FFFFFF;
 background-image: url(../img/titoli/sfondo_box_sx.jpg);
 background-repeat:repeat-x;
 background-position: top;
 border: solid 1px #333333;
 margin-left: 5px;
 margin-right: 5px;
 text-align: left;
 color: #333333;
 padding: 3px 5px 5px 3px;
 font-size: 12px;
}

.MenuBodyCellShadow
{
 background-image:url(../img/titoli/ombra_dx.jpg);
 background-position:left;
 background-repeat:repeat-y;
 width:6px;
}

.MenuFooterCell
{
 background-image:url(../img/titoli/ombra_dw.jpg);
 background-position:top;
 background-repeat:repeat-x;
}

.MenuFooterCellShadow
{
 background-image:url(../img/titoli/ombra_dw_dx.jpg);
 background-position: left;
 background-repeat:no-repeat;
 width: 6px;
 height: 6px;
}

/* Forms */
.FormHeaderCell
{
 font-family: inherit;
 background-color: #69BE08;
 text-align: center;
 color: #FFFFFF;
 font-size: 18px;
 font-weight: bold;
 vertical-align:middle;
 height:25px;
}

.FormLabelCell
{
 font-family: inherit;
 color: #004A7B;
 padding-right: 10px;
 padding-left: 3px;
 text-align: right;
 font-weight: bolder;
 vertical-align:middle;
 height:25px;
}

.FormHelpCell
{
 background-color: #FFFFFF;
 border-top: solid 1px #CCCCCC;
 border-bottom: solid 1px #CCCCCC;
 font-family: inherit;
 color: #333333;
 text-align: right;
 font-weight: normal;
 vertical-align:middle;
 height:25px;
}

.FormFieldCell
{
 font-family: inherit;
 text-align: left;
 padding-left: 10px;
 vertical-align:middle;
 height:25px;
}

.Alternate
{
    background-color: #FFFFFF;
    border-top: solid 1px #CCCCCC;
    border-bottom: solid 1px #CCCCCC;
}

table.Form , div.Form , td.Form
{
    background-image: url(../img/base/sfondoforms.jpg);
    background-position: top;
    background-repeat: repeat;
}

input.btn
{
   color: #004A7B;
   font-size:84%;
   font-weight:bold;
   font-family:'trebuchet ms',helvetica,sans-serif;
   background-color:#CCCCCC;
   border:solid 1px #333333;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#CCCCCC');
}

input.btn:hover
{
   border-top-color:#DB2518;
   border-left-color:#DB2518;
   border-right-color:#DB2518;
   border-bottom-color:#DB2518;
   color: #DB2518;
}

/* Table */
.HeaderStyle
{
    border: solid 0px #FFFFFF;
    border-bottom: solid 1px #E2E2E2;
    color: #000000;
    font-family: inherit;
    font-weight:bold;
    text-align: left;
}

.RowStyle
{
    border: solid 0px #FFFFFF;
    color: #000000;
    font-family: inherit;
    text-align: left;
    font-weight:normal;
}

.AlternatingRowStyle
{
    border: solid 0px #FFFFFF;
    color: #000000;
    font-family: inherit;
    text-align: left;
    font-weight:normal;
    background-color: #A3A3A3;
}

.EditRowStyle
{
    border: solid 0px #FFFFFF;
    background-color: #A3A3A3;
    color: #000000;
    font-family: inherit;
    text-align: left;
}

.TableRowHeader
{
    font-family: inherit;
    font-size: 14px;
    font-style: italic;
    color: #333333;
    border: solid 0px #FFFFFF;
    border-bottom: solid 1px #AEAEAE;
    text-align:left;
    padding-left: 3px;
}

.TableRowLabel
{
    font-family: inherit;
    font-size: 12px;
    font-style: normal;
    color: #333333;
}

.TableRowField
{
    font-family: inherit;
    font-size: 12px;
    font-style: normal;
    color: #333333;
}

/* Links */
table#TableHeader a:hover , table#TableHeader a:active
{
 color:#FFFFFF;
 font-size:14px;
 font-weight:bold;
 text-decoration:underline;
}

table#TableHeader a:link , table#TableHeader a:visited
{
 color:#FFFFFF;
 font-size:14px;
 font-weight:bold;
 text-decoration:none;
}

/* Menu Link */
.HeaderLink
{
 color: #333333;
 text-align:center;
 font-weight:bold;
 font-family:inherit;
 font-size:14px;
 border-bottom: solid 1px #000000;
}

a:link , a:visited
{
 font-family:inherit;
 font-size: 12px;
 font-weight: bold;
 color: #333333;
 text-decoration:none;
}

a:hover , a:active
{
 font-family:inherit;
 font-size: 12px;
 font-weight: bold;
 color: #003300;
 text-decoration: underline;
}
 
#LinkMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#LinkMenu li div {
	padding: 0px 0px 0px 10px;
}

#LinkMenu li a:link div, #LinkMenu li a:visited div
{
 color:#666666;
 font-size:14px;
 font-weight:bold;
 text-decoration:none;
 cursor: pointer;
}

#LinkMenu li a:hover div , #LinkMenu li a:active div
{
 color:#666666;
 font-size:14px;
 font-weight:bold;
 text-decoration:none;
 background-color: #FFFFFF;
 cursor: pointer;
}

/* Home */
.HomeText
{
 color:#333333;
 text-align: left;
 vertical-align:top;
 padding: 10px 15px 10px 15px;
}

.LoginBox
{
  text-align: left;
  vertical-align:top;
  background-color:#E2E2E2;
}

.CellBFGPowered
{
    vertical-align: bottom;
    padding-top: 20px;
    padding-bottom: 5px;
    font-family:Arial;
    font-size: 10px;
    font-weight: bold;
    color:#000000;
    text-align: center;
}

.ArtsTVTitle
{
 font-size: 18px;
 font-weight: bold;
}

.Blinking
{
    text-decoration: blink;
    color: #FFFF00;
}

.imgMain
{
    border: solid 1px #333333;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.LogoBackGround
{
 background-image: url(../img/homepage/sfondosezioni.gif);
 background-position:top;
 background-repeat: repeat-y;
}

.LegalNotice
{
    border: solid 1px #333333;
    height: 200px;
    width: 500px;
    text-align: left;
    overflow: scroll;
    vertical-align: top; 
    background-color: #FFFFFF;
    color: #004A7B;
}

.ErrorMessage
{
   text-align:center;
   background-color:#DB2518; 
   color: #FFFFFF;
   font-size: 10pt;
   font-weight: bold;
   border: solid 1px #333333;
}

.GoodMessage
{
   text-align:center;
   background-color:#009933; 
   color: #FFFFFF;
   font-size: 10pt;
   font-weight: bold;
   border: solid 1px #333333;
}
/*Message Window*/
#OverMessage
{
    width:100%; height:100%;
    position:absolute;top:0;left:0;
    margin: 0 0 0 0;
    z-index:90;
    
    border:1px solid #000000;
    background-image: url(../img/messagebackground.png);
}

#OverMessageContent
{
    width:550px; height:20%;
    position:absolute; top:200px;left:50%;
    margin: 10px 10px 10px -267px;
    z-index:100;
    vertical-align: top;
    text-align: left;
}

/*Classes*/
h1
{
    padding-left: 10px;
    font-family: Tahoma;
    font-size: 10pt;
    font-weight: bold;
    color: #DB2518;
}

ul
{
    color: #004A7B;
    list-style-position: outside;
    list-style-type: square;
}

ol
{
    color: #004A7B;
    list-style-position: outside;
    list-style-type: upper-roman;
    line-height: 1.5;
}

input[type=button],input[type=submit],input[type=text]
{
    text-transform: Capitalize;
}



select
{
    text-transform:Capitalize;
}
