/* ---- THIS FILE SITS ON THE LIVE SERVER ---- */
/* this file is used as a raw scheduler for TA websites ads.*/
/* ====== BANNER ====== */
/*             VISIBLE STUFF ===== */
 #none{
	margin-top: 15px;
	margin-bottom: 25px;
	display:block;
}


/*             HIDDEN STUFF ===== */

#MGU_IT_UI_home_banner_div  /*URO promo*/,#DIA_IT_home_banner_div  , #DIA_DE_home_banner_div /* Junior Cup 08 */ , #DIA_ES_home_banner_div /* Junior Cup 08 */,  #MGU_IT_FI_home_banner_div /*PA promo*/, #DIA_FR_home_banner_div  /* Junior Cup 08 */, #DIA_FR_home_banner_div_test /* just to check */ {
	margin-top: 15px;
	margin-bottom: 25px;
	display:none;
}

/* ====== LEFT BOX ====== */
#none
/* no generic name, it allows show/hide of specific ad  */
{
	margin-top: 5px;
	margin-bottom: 5px;
	display:block;
}

#Pain_FR_home_leftbox_div /* Doctissimo */
/* no generic name, it allows show/hide of specific ad  */
{
	margin-top: 5px;
	margin-bottom: 5px;
	display:none;
}
/*
BANNER   ========================================================================
********** SIZE L =========

*/
#MGU_IT_UI_home_banner_div,
.MGU_IT_UI_home_iframe,  
.MGU_IT_UI_banner ,
#MGU_IT_FI_home_banner_div,
.MGU_IT_FI_home_iframe,  
.MGU_IT_FI_banner 
{
/*  DIV in the home/host page + div in the HTML insert + iframe in the home/host page */
	height: 110px;
	width: 581px;
}

/* 
********** SIZE XL =========
Used for Junior Cup Diabetes 08
*/
#DIA_home_banner_div,
.DIA_home_banner_iframe, 
.DIA_home_banner 
{
/*  DIV in the home/host page + div in the HTML insert + iframe in the home/host page */
	height: 110px;
	width: 581px;
}
/*
BOX   ======================================================================== */

#Pain_FR_home_leftbox_div, .Pain_FR_home_leftbox_iframe, /* obsolete -->*/.home_leftbox_iframe, .home_leftbox {
/*  DIV in the banner page + iframe in the host page */
	height: 120px;
	width: 159px;
}

/*
ALL   ========================================================================*/
.MGU_IT_UI_home_iframe, .MGU_IT_FI_home_iframe, .Pain_FR_home_leftbox_iframe, .DIA_home_banner_iframe
 /* <-- generic left column in TA. First in France TA */
/* iframe in the TA page */
 {
	overflow: hidden;
}

/*SPECIFIC  ========================================================================*/
/* decoration */
.DIA_home_banner_iframe{ border-color:#FCD669; border-width:1px; border-style:solid}


/* //--//--//--//--//--//--//--//--//--//--//--//--//--//--//--//--//--//--//
EXPLANATION
#MGU_IT_UI_home_banner_div = The div in the home page. Set as visible or hidden
      .MGU_IT_UI_home_iframe = the iFrame
	  _____________________________________________________
            .MGU_IT_UI_banner = the div in the html insert


*/
/*
Sample code for the home page banner:

<div id="MGU_IT_UI_home_banner_div"><link href="http://www.medtronic.com/css/TA_banner.css" rel="stylesheet" type="text/css">
	  <iframe src="http://www.medtronic.com/banners/TA/MGU_IT_UI_homeFoot.html" marginwidth="0" marginheight="0" class="MGU_IT_UI_home_iframe" frameborder="0" scrolling="no"></iframe>
	  </div>
	  
	  */