/*----------------------------*/
/* CSS style untuk Tournament */
/*----------------------------*/
/*----------------------------*/

/* Iklan dan Berita untuk Prediksi */
/* tambah nama file dengan id Tournament */
#header
{
	background: url(HeadTournament3.gif) no-repeat;
	height: 170px;
}

#predic
{
	background: url(FrontPredicTournament3.gif) no-repeat;
	height: 225px;
	color: black;
	position: relative;
	width: 647px;
}

#predic #content 
{
	float:left;
	padding:5px;
	height: 115px;
	margin-top: 90px;
	margin-left:5px;
	overflow: auto;
	width: 505px;
	background:white;
}
/*-------------------------------------------------*/


/* css untuk warna background dan text pada Footer */
#footer
{
	background:#1A569F ;
}

#footer p
{
	color: White;
}

#footer a
{
	color: Red;
}
/*-------------------------------------------------*/


/* css untuk warna background dan text Menu */
#menu .dynamic
{
	background: #006751;
}

#menu .staticItem
{
	background: #006751;
}
/*-------------------------------------------------*/


/* css untuk warna background dan text untuk headline news */
.headline .header
{
	background: #006751;
}

.headline .header a
{
	text-decoration:none;
	color:Black;
}

.headline .header a:hover
{
	text-decoration:underline;
}
/*-------------------------------------------------*/


/* css untuk warna backgroung dan text untuk side box sebelah kiri */
.sideBox100, .sideBox300
{
	background: #DF8291;
}

.sideBox100 a 
{
	text-decoration:none;
	color:white;
}

.sideBox100 a:hover
{
	text-decoration:underline;
}

.sideBox300 a 
{
	text-decoration:none;
	color:white;
}

.sideBox300 a:hover
{
	text-decoration:underline;
}

.sideBox500 a 
{
	text-decoration:none;
	color:white;
}

.sideBox500 a:hover
{
	text-decoration:underline;
}

.sideBox700 a 
{
	text-decoration:none;
	color:white;
}

.sideBox700 a:hover
{
	text-decoration:underline;
}
/*-------------------------------------------------*/
