/*:link    { color: White; }   /*:link    { color: #011842; }  */
/*:visited { color: White; } /*:visited { color: #011842; } */

/* Dialog Defaults*/
dl 
{
	height: 100%;
	/*width: 240px;*/
	width: 150px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;	
	background: #C50720 url(../images/box_bottom.gif) no-repeat bottom left;
}

dt {   /* Top of dialog box */
	margin: 0 0 10px 0;
	padding: 10px;
	font-size: 14;
	font-weight:bold;
	color: White;
	border-bottom: 1px solid #fff;
	background: White url(../images/box_top.gif) no-repeat top left;
}

dd {	/* Body of dialog box */
	margin: 0 0 0 12px;
	padding: 0 10px 10px 10px;	
	font-family: Verdana, sans-serif;
	font-size: 12;
	background: url(../images/arrow.gif) no-repeat 0 3px;
	cursor: hand;
}

/*******************************************************************************/	
/*TC Logo Dialog */
.addTCLogo dt  /* Top of dialog box */
{
	background-color: #011842;
}

.addTCLogo	/* Body of dialog box */
{
	background: #C50720 url(../images/logo_bottom.gif) no-repeat bottom left;	
	color: #011842;
}

/*******************************************************************************/
/*Player Dialog*/
.addPlayer dt /* Top of dialog box */
{
	background-color: #011842;
}

.addPlayer	/* Body of dialog box */
{
	background: #C50720 url(../images/player_bottom.gif) no-repeat bottom left;	
}

/*******************************************************************************/
/* Ad Dialog */
.adAd dt /* Top of dialog box */
{
	background-color: #C50720;
}

.adAd  /* Body of dialog box */
{
	background: #011842 url(../images/player_bottom.gif) no-repeat bottom left;
	/*style='color: #011842; cursor: hand;'*/	
	
}

.adAd dd {	/* Item in body of dialog box */	
	margin: 0 0 0 12px;
	padding: 0 10px 10px 10px;	
	font-family: Verdana, sans-serif;
	font-size: 12;
	background: url(../images/redarrow.gif) no-repeat 0 3px;	
	color: #C50720;
}

