BODY {
	background-color: #000000;
	background-attachment: fixed;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial;
	font-size: 10pt;
	color: #000000;
}

H1, H2, H3, P {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}
LI {
	margin-bottom: 5px;
}

H1 {
	font-family: Arial;
	font-size: 16pt;
	font-weight: bold;
	color: #14344F;
}
H2 {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #14344F;
}
H2.underline {
	border-bottom: 1px dotted #14344F;
}
H3 {
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	color: #14344F;
}
H3.underline {
	border-bottom: 1px dotted #14344F;
}

HR {
	border: 0px;
	border-bottom: 1px dotted #14344F;
}

A:link {
	color: #3181C1;
	text-decoration: none;
}
A:visited {
	color: #3181C1;
	text-decoration: none;
}
A:hover {
	color: #3181C1;
	text-decoration: underline;
}

A IMG {
	border: 0px;
}

.xSmallGrey {
	font-size: 7pt;
	color: #666666;
}

#wrappertop {
	width: 980px;
	height: 13px;
	margin: 0 auto;
	margin-top: 10px;
	background-image: url(../images/top.png);
	background-repeat: no-repeat;
}
#wrapper {
	width: 980px;
	margin: 0 auto;
	background-image: url(../images/bg_contents.png);
	background-repeat: repeat-y;
}
#wrapperbot {
	width: 980px;
	height: 13px;
	margin: 0 auto;
	background-image: url(../images/bot.png);
	background-repeat: no-repeat;
}
#copyright {
	width: 980px;
	margin: 0 auto;
	margin-bottom: 20px;
	text-align: center;
	font-size: 7pt;
	color: #CCCCCC;
}
#copyright A:link {
	color: #CCCCCC;
	text-decoration: none;
}
#copyright A:visited {
	color: #CCCCCC;
	text-decoration: none;
}
#copyright A:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

#top {
	width: 950px;
	margin: 0 auto;
	padding-left: 5px;
	padding-right: 5px;
	background-image: url(../images/top_bg.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	height: 108px;
}
#top #right {
	float: right
}
#top #right #bannerplaceholder {
	height: 93px;
	clear: both;
	text-align: right;
}
#top #right #bannerplaceholder #banner {
	padding-top: 17px;
	padding-right: 17px;
	text-align: right;
}
#top #right #menu {
	height: 15px;
	padding-right: 17px;
	text-align: right;
	font-family: Arial;
	font-size: 8pt;
	color: #FFFFFF;
	font-weight: bold;
}
#top #right #menu A:link {
	height: 15px;
	line-height: 15px;
	background-image: url(../images/menu_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
#top #right #menu A:visited {
	height: 15px;
	line-height: 15px;
	background-image: url(../images/menu_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
#top #right #menu A:hover {
	height: 15px;
	line-height: 15px;
	background-image: url(../images/menu_bg_over.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	padding-right: 10px;
	color: #000000;
	text-decoration: none;
}
#top #right #menu A.active:link {
	background-image: url(../images/menu_active_bg.png);
	color: #000000;
}
#top #right #menu A.active:visited {
	background-image: url(../images/menu_active_bg.png);
	color: #000000;
}
#top #right #menu A.active:hover {
	background-image: url(../images/menu_active_bg.png);
	color: #000000;
}

#submenu {
	width: 910px;
	height: 20px;
	margin: 0 auto;
	padding-left: 25px;
	padding-right: 25px;
	line-height: 20px;
	background-image: url(../images/submenu_bg.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	text-align: right;
	font-size: 7pt;
}
#submenu A:link {
	color: #000000;
	margin-left: 15px;
	text-decoration: none;
}
#submenu A:visited {
	color: #000000;
	margin-left: 15px;
	text-decoration: none;
}
#submenu A:hover {
	color: #000000;
	margin-left: 15px;
	text-decoration: underline;
}

#contents {
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	min-height: 260px;
	/* largura de 940px */
	background-image: url(../images/bg_contents_ws.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.newsimage {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
	padding: 2px;
	border: 1px solid #999999;
}

.newscol {
	width: 450px;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}


TABLE.dataTable {
	border-collapse: collapse;
	margin: auto;
	margin-bottom: 20px;
}
TABLE.dataTable TH, TABLE.dataTable TD {
	border: 1px solid #000000;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
}
TABLE.dataTable TH {
	background-color: #14344F;
	font-size: 8pt;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
}
TABLE.dataTable TD {
	background-color: #EEEEEE;
	font-size: 8pt;
}
TABLE.dataTable TR.effectOver TD {
	background-color: #DDDDDD;
}
TABLE.dataTable TD.center {
	text-align: center;
}

.equipaLocal {
	font-size: 7pt;
	font-style: italic;
}

TABLE.gameTable {
	margin: auto;
	margin-bottom: 10px;
}
TABLE.gameTable TD {
	padding: 10px;
	text-align: center;
}
TABLE.gameTable TD.logo {
	padding: 20px;
	vertical-align: middle;
}
TABLE.gameTable TD.equipa {
	vertical-align: top;
	font-weight: bold;
	font-size: 12pt;
	color: #14344F;
}
.equipaInfo {
	width: 800px;
	float: left;
}
.equipaLogo {
	float: right;
}

#homepageLeft {
	width: 350px;
	float: left;
	margin-right: 20px;
}
#homepageCenter {
	width: 350px;
	float: left;
	margin-right: 20px;
}
#homepageRight {
	width: 200px;
	float: left;
}
