/* STYLESHEET FOR PPVPORTAL CLIENT */

/* defaults used throughout the page are defined here */
body {
	size: +1;
	color: black; 
  font-size: 13;
  font-family: tahoma;
	background-color: #ffffff;
	font-family: tahoma,arial,sans-serif;

	/* place your background URL here */
	/*background-image: url(http://www.webcastia.com/images/clients/idolback.jpg);8?

  /* control the color of clickable links here */
	:link {color:black;}     /* color if never been clicked */
  :visited {color:black;}  /* color if this link was clicked */
  :hover{color:black}      /* color while hovering over link */
  :active {color:black}  /* color of mousedown before click */
}


/* this covers the heading which describes the event */
h2 {
	color: white;
	background-color:#000099; 
}

/* info table */	
.info_TABLE {
	border : 0;
	background-color: #cccccc; 

}

/* info inner title table */	
.info_titleTABLE {
	border : 0;
	background-color: #858587; 

}

/* info inner data table */	
.info_dataTABLE {
	border : 0;
	background-color: #000000; 

}

/* data link */	
.datalink {
  color: black;
	font: bold;
  font-size: 13;
  font-family: tahoma;
}

.datalink2 {
  color: black;
	font: bold;
  font-size: 13;
  font-family: tahoma;
}


/* page text */	
.pagetext {
  color: #111111;
	font: normal;
  font-size: 13;
  font-family: tahoma;
}

/* page textlarge */	
.pagetext14 {
  color: #87007f;
	font: normal;
  font-size: 15;
  font-family: arial;
}

/* page textlarge */	
.pagetext16 {
  color: #000000;
	font: bold;
  font-size: 18;
  font-family: tahoma;
}


/* blank text */	
.blanktext {
  color: black;
	font: normal;
  font-size: 1;
  font-family: tahoma;
}

/* rules text */	
.rulestext {
  color: blue;
	font: normal;
  font-size: 13;
  font-family: tahoma;
}

/* feature text */	
.featuretext16 {
  color: blue;
	font: bold;
  font-size: 16;
  font-family: tahoma;
}

/* feature text */	
.featuretext {
  color: blue;
	font: normal;
  font-size: 11;
  font-family: tahoma;
}

/* title text color */	
.info_titletext {
  color: black;
	font: bold;
	font-size: 15;	
	font-weight: bold;
	font-family: tahoma;
	text-align: center;
}

/* title text color */	
.info_titletext2 {
  color: white;
	font: bold;
	font-size: 13;	
	font-weight: bold;
	font-family: tahoma;
	text-align: center;
}

/* message text */	
.message3 {
  color: blue;
	font: bold;
	font-size: 16;	
	font-weight: bold;
	font-family: tahoma;
	text-align: center;
	background-color: #000000; 
}

.table {
  border: 0;
 	background = #000000;
  xbackground-image: url(http://www.webcastia.com/images/Webcastia Transparent logo2.png);
}

.tabletop {
  border: 0;
 	background = #ffffff;
  xbackground-image: url(http://www.webcastia.com/images/Webcastia Transparent logo2.png);
}

.tablemid {
  border: 0;
 	background = #f8f5f5;
  xbackground-image: url(http://www.webcastia.com/images/Webcastia Transparent logo2.png);
}

.tablebottom {
  border: 0;
 	background = #f8f5f5;
  xbackground-image: url(http://www.webcastia.com/images/Webcastia Transparent logo2.png);
}

.tablebar {
  border: 0;
 	background = #cccccc;
  background-image: url(http://www.webcastia.com/images/gbar.png);
}

.tableshow {
  border: 0;
 	background = #ffffff;
  xbackground-image: url(http://www.webcastia.com/images/Webcastia Transparent logo2.png);
}

.tablefoot {
  border: 0;
 	background = #cfd8d8;
  xbackground-image: url(http://www.webcastia.com/images/Webcastia Transparent logo2.png);
}



