﻿div.id_content{
	margin:9px 339px 0 19px;
}

table.three_col{
   border-collapse: collapse;
}

div.id_main{	
	float:right;
	width:339px;
	margin-bottom:9px;
}

/* Used in ThreeColumnRightOverlay.master */
div.id_left{	
	float:left;
	padding-bottom:10px;
}
div.id_center{
   float:right;
   padding-bottom:10px;
}

@media screen
{
   td.three_col_left{
      width:250px;
      padding-right: 14px;
   }
  
   td.three_col_center{
      padding-right: 14px;
   }
   td.three_col_right{
      width:250px;
   }

   /* Used in ThreeColumnRightOverlay.master */
   div.id_overlay{
      width:614px;
   }
   div.id_left{	
	   width:217px;
   }
   div.id_center{
      width:380px;
   }
}

@media print
{
   table.three_col
   {
      width: 672px;   
   }
   td.three_col_left
   {
      width: 208px;
      padding-right: 4px;
   }
   td.three_col_center{
      width: 240px;
      padding-right: 4px;
   }
   td.three_col_right
   {
      width: 216px;
   }
   td.three_col_left div.id_widgets
   {
      width: 208px;
   }
   td.three_col_center div.id_widgets
   {
      width: 240px;
   }
   td.three_col_right div.id_widgets
   {
      width: 216px;
   }
   div.widget 
   {
      padding-left: 3px;
   }

   /* Used in ThreeColumnRightOverlay.master */
   div.id_overlay{
      width:465px;
   }
   div.id_left{	
	   width:217px;
   }
   div.id_center{
      width:238px;
   }
}
