﻿ 
 /*This is the main div that is parent of the rest elements in the userControll*/
 #AdboxWrapper
 {
 float:left;
 width:192px;
 text-align:center;
 color:black;
 font-size: 10px;



 }
  #AdboxWrapper ul
 {
     margin:0;
     padding:0;
 } 
 #AdboxWrapper li
{
    list-style-type: none;
    list-style-position: inherit;
} 


   
 
  
      #top_adbox{
	
	background:url('/structureIMG/ad_box/top.png') no-repeat left top;
	color: white;
	font-size: 11px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	text-align: center;
	color:white;
	height: 25px;
	

	}
#top_adbox span
{
position: relative;
    top:7px;
     
  } 	
	
	
	
	
	
	 #top_adbox2{
	
  background:url('/structureIMG/ad_box/top.png') no-repeat left top;
	color: white;
	font-size: 11px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	text-align: center;
	color:white;
	height:25px;
	margin-left:-10x;
	margin-top:10px;
	}
	
	 #top_adbox2 span
    {
       position: relative;
       top:8px;
      margin-left:0
    } 

    #adbottom_table {
	 background:url('/structureIMG/tab_box/bottom.png') no-repeat left bottom;
     height:33px;
     
      }
    
    /*This is the row that contains the Tittle of the show*/
    #adcontent_table
{
    text-align: right;
    background: url(  '/structureIMG/tab_box/middle.png' ) repeat-y left top;
    height: auto;
   /* padding: 3px;*/
    padding-left: 25px;
    padding-right: 25px;
    color: #000099;
    font-weight: bold;
    font-size: 1.1em;
    
}
	
	
	#adcontent_table text{
	top:-1px;
	}
	
    /*This want contains the date and TIME the show will be showing*/
	 #content_tableA {
    font-weight: bold;
    text-align:left;   
    height:15px;
    padding-top:2px;
	background:url('/structureIMG/tab_box/middleA.png') repeat-y left top;
    padding-left:25px;
    }