﻿.frame
{
position:absolute;
font-family:Tahoma,clean,sans-serif;
padding:2px 2px 2px 2px;
}

.header
{
cursor:move; /* Because the DragPanelExtender doesn't do this for me ;( */
background: url(../img/general/bk_header.png) repeat-x;	
color: #000;	
border-bottom:solid 1px #ccc;
padding: 5px 0px 5px 5px;
} 

.header_one
{
cursor:move; /* Because the DragPanelExtender doesn't do this for me ;( */
background: url(../img/general/bk_header.png) repeat-x;	
color: #000;	
border-bottom:solid 1px #ccc;
text-align: left;
} 

.footer
{
text-align:center;
background: url(../img/general/bk_footer.png) repeat-x;	
color: #000;	
border-top:solid 1px #ccc;
padding: 5px 0px 4px;
}

.overlay
{  
 border:solid 1px #808080;
 border-width:1px 1px;
} 

.underlay
{
 position:absolute;
 background-color:#000;    
 filter:alpha(opacity=25);
 bottom:-6px;
 left:12px;
 right:-6px;
 top:12px;
 z-index:-1;
}

.body
{
background-color:White;
}

.mBG
{
background-color:Gray;
filter:alpha(opacity=70);
opacity:0.7;
}
