@import url("css/blank_adpane.css");
@import url("css/home_explore.css");
/* 
================================
 Container Styles for Community SKIN
================================
*/   

/* controls the font of the title, overrides the skin css class */
.Head
{
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px;
  font-weight:bold; 
}

/* classes for the blank and blank with title containers*/

.Blank_Master
{
background: transparent;
width: 99%;
margin: 10px 2px 2px 2px;
}

.Blank_Head
{
  width: 100% ;
}

.Blank_Body
{
  padding:2px;
  width:100%;
  text-align:left;
  vertical-align:top;
}

.Blank_Footer
{
  width: 100% ;
}