﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
img
{
	border: none 0px;
}
body
{
    background-color: #fff;
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    
    color: #696969;
    width:100%;
}

a:link
{
    color:#FFAA00; 
    /*color:#034af3;*/
    text-decoration: underline;
}
a:visited
{
	color:#FFAA00; /* #034af3;*/
    text-decoration: underline;
    /*color: #505abc;
   */
}
a:hover
{
    
    color:White;/* #505abc;*/
    background-color:#FFAA00;
    /*color: #1d60ff;
    text-decoration: none;*/
}
a:active
{
    color:Red; /*#12eb87;*/
}



/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
    color:Black;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
   
    margin-left: auto;
    margin-right: auto;
}

#header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
    background-color:#000000;
}

#header h1
{
    font-weight: bold;
    margin: 0;
    color: #fff;
    border: none;
    font-family: Arial, Helvetica, sans-serif;
}

#main
{
    padding: 0px 30px 15px 30px;
	background-color: #000000;
    margin-bottom: 30px;
    /*text-align:center;*/
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

#footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

/* TAB MENU   
----------------------------------------------------------*/
/*ul#menu
{
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li
{
    display:inline-block;
    list-style: none;
}

ul#menu li#greeting
{
    font-weight: bold;
    text-decoration: none;
    color: #fff;
}

ul#menu li a
{
    font-weight: bold;
    text-decoration: none;
    background-color: #e8eef4;
    color: #034af3;
}

ul#menu li a:hover
{
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
}
*/
/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

#menucontainer
{
    margin-top:0px;
}

div#title
{
    display:block;
    float:left;
    text-align:left;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:Black;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

#content 
{
	margin: 0px;
	padding: 0px;
	width: 800px;
	height: 95%;
	border:solid 2px White;
	background-color:White;
	border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
}

#content-left 
{
	vertical-align: top;
    /*width: 500px;*/
    background-color: #A64B00; 
    color:White;
    background-color: White; 
    color:Black;
	padding: 0px 0px 0px 0px;
	font-size: 0.8em;
	
	width:500px;
	padding:0px 0px 0px 5px;
}
#content-mid
{
	width:200px;
	padding:0px 0px 0px 0px;
	background-color:#FF5C00;
	-moz-border-radius-bottomleft: 2em;
	-webkit-border-bottom-left-radius : 2em; 
	-moz-border-radius-bottomright: 2em; 
	-webkit-border-bottom-right-radius: 2em; 
	border-radius: 1em;
	
}
#content-main
{
	background-color:White;
	color:Black;
	min-width:600px;
	max-width:700px;
}
#content-right 
{
	
    width:100px;
    background-color:White;
    /*text-align:center;*/
    
}

.mainBackground
{
	/*background-color:#A64B00;*/ 
	/*background-color:White;*/
}

.MenuCells
{
	
	border-top:solid 3px White;
	border-bottom:solid 3px White;
	border-left:none 0px Black;
	border-bottom:none 0px Black;
}
.BlackBoard
{
	border:none 0px;
	color:Yellow;
	padding: 1px 5px 1px 5px;
}
.titolNoticia 
{
	 font-size: 1.5em;
}
.BlackBoardRow
{
	background-color:White;/*#A60000;*/
}
.BlackBoardAlternateRow
{
	background-color:White;/*#BF3030;*/
}
.BlacBoardNick
{
	text-align:left; 
	border:none 0px;
	color:#A60000;
	padding: 0px 0px 0px 0px;
	font-size:0.8em;
}
.BlackBoardBody
{
	text-align:left;
	border:none 0px;
	color:Black;
	padding: 0px 0px 0px 0px;
	font-size:0.8em;
}
.ComentariRow
{
	background-color: White;
}
.ComentariHeader
{
	font-size:1.2em;
	color:#A60000;
	font-weight:bold;
}
.ComentariDate
{
	font-size:1.2em;
	color:#A60000;
	font-weight:bold;
}
.ComentariBody
{
	font-size:1.2em;
	
}
.LasComentaris_Header
{
	border:none 0px; 
	background-color:#A60000;
	color:Black;
	padding: 0px 0px 0px 0px;
	height:30px;
	font-size: 1.2em;
}
.LasComentaris_Comentari
{
	background-color:#A60000;
	border:none 0px;
	color:White;
	padding: 4px 2px 2px 4px;
	text-align:left;
	width:100%;
	border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	
}
.NextGamesTable
{
	font-size:0.8em;
	text-align:center;
	color:White;
	background-color:#2C0100;
	border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	/*border: solid 4px #FFAA00;*/
}
.ItemTable
{
	border:solid 1px Black;

}
.hightlightBanner
{
border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
}


/*.menuRow
{
	border:none 0;
	background-color:White; 
	color:#A64B00;
	padding-right: 0px; 
	padding-left: 0px;
    padding-bottom: 0px; 
    margin: 0px; 
    padding-top: 0px;
}*/
.headerRow
{
	border:none 0;
	background-color: #FFFFFF;/* #b6b6b6;*/ 
	padding-right: 0px; 
	padding-left: 0px;
    padding-bottom: 0px; 
    margin: 0px; 
    padding-top: 0px;
}

.contentLeft
{
	
	/*width:400px;padding:0px 0px 0px 0px;*/
}


.EsponsorsHeader
{
	color:White; /*#A60000;*/
	font-size:1.3em;
	font-weight:bold;
	background-color: #A60000;/*#CC5500;*/
	text-align:center;
}
.CommentInLast
{
    max-width:180px;
    overflow:hidden;
}
.CosNoticia
{
	width:98%;
	text-align:justify;
	
}
.tdImg
{
	width:100px;
	height:110px;
	border:solid 1px Black;
	background-color:#fffccc;
}

.divNoticia:hover
{
	cursor:pointer;
	background-color:#CCCC99;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
}

.divNoticia:hover a 
{
	font-weight:bold;
	color:#FF5C00;
}
.divNoticia:hover a:hover
{
	color:#FF5C00;
	font-weight:bold;
	background-color:#CCCC99;
}

.CategoriaHeader 
{
	font-size:1.2em;
}


.menu 
{
	width:800px; 
	height:32px; 
	font-size:0.85em; 
	position:relative; 
	z-index:100; 
	border-right:1px solid #000;
}
/* hack to correct IE5.5 faulty box model */
* html .menu 
{
	width:800px; 
	w\idth:800px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul 
{
	padding:0;
	margin:0;
	list-style-type:none;
}
.menu ul ul 
{
	width:113px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li 
{
	float:left;
	width:113px;
	position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited 
{
	display:block;
	font-size:11px;
	text-decoration:none; 
	color:#fff; 
	width:113px; 
	height:30px; 
	border:1px solid #000;
	 border-width:1px 0 1px 1px; 
	 background:#333333; 
	 padding-left:5px; 
	 line-height:29px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited 
{
	width:114px;
	w\idth:113px;
}
 
/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited 
{
	background:#666666 url(http://www.cssplay.co.uk/graphics/drop.gif) bottom right no-repeat;
}
/* style the second level hover */
.menu ul ul a.drop:hover
{
	background:#EE6600 url(http://www.cssplay.co.uk/graphics/drop.gif) bottom right no-repeat;
}
.menu ul ul :hover > a.drop 
{
	background:#EE6600 url(http://www.cssplay.co.uk/graphics/drop.gif) bottom right no-repeat;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited 
{
	background:#333333;
}
/* style the third level hover */
.menu ul ul ul a:hover 
{
	background:#EE6600;
}
 
 
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul 
{
	visibility:hidden;
	position:absolute;
	height:0;
	top:31px;
	left:0; 
	width:114px;
	border-top:1px solid #000;
}
/* another hack for IE5.5 */
* html .menu ul ul 
{
	top:30px;
	t\op:31px;
}
 
/* position the third level flyout menu */
.menu ul ul ul
{
	left:114px; 
	top:-1px; 
	width:114px;
}
 
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left 
{
	left:-114px;
}
 
/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table 
{
	position:absolute; 
	top:0; 
	left:0; 
	border-collapse:collapse;
}
 
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited 
{
	background:#666666; 
	color:#FFF; 
	height:auto; 
	line-height:1em; 
	padding:5px 5px; 
	width:103px;
	border-width:0 1px 1px 1px;
}
/* yet another hack for IE5.5 */
* html .menu ul ul a{width:115px;w\idth:103px;}
 
/* style the top level hover */
.menu a:hover, .menu ul ul a:hover
{
	color:#fff; 
	background:#EE6600;
}
.menu :hover > a, .menu ul ul :hover > a 
{
	color:#fff;
	background:#EE6600;
}
 
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}
 


