﻿
/* css styles for adserver ad slots */


/* css style used for the right hand side skyscraper advert on default template*/
div#rightcoladvert 
{
    float:left;
    margin-left:10px;
    width:120px;
    height:600px;
    overflow:hidden;
}

/*css style used for the right hand side skyscraper advert on profile template*/
#profilecontainer #rightcoladvert {
    float:left;
    margin-left:2px;
    width:120px;
    height:600px;
    overflow:hidden;
}


/*css for footer advert used throughout the site for all templates*/
#FooterAd{    
  clear: both; 
  text-align: left; 
  padding:10px;
  width:600px;
  height:120px;
  overflow:hidden; 
}


/*css for footer advert used on homepage*/

#thinMidColumn #FooterAd{    
  clear: both; 
  text-align: left; 
  padding:10px;
  width:385px;
  height:120px;
  overflow:hidden; 
}