/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
   	margin-bottom: 0;
	margin-right: 0;
	margin-left: 0;
	margin-top: 0;
        overflow: hidden;
}




/* Neu: Jnauuar 2009: SnapNavFooter + SnapNavFooterSelected  */

.SnapNavFooter
{
	color: black;
	background-color: transparent;
	
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
	padding-top: 2px;
	padding-left: 5px;
	border: none;
	height:16px;
	cursor: hand;
	
}




.SnapHeader
{
	color: black;
	background-color: #909DB2;
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
	padding-top: 2px;
	padding-left: 5px;
	border: none;
	height:16px;
	cursor: hand;
	
}


.SnapHeaderSelected
{
	color: white;
	background-color: #909DB2;
	-FILTER:alpha(opacity=80);
	-moz-opacity:0.80;
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
	padding-top: 2px;
	padding-left: 5px;
	border: none;
	height:16px;
	cursor: hand;
	
}
.SnapHeaderHoover
{
	color: yellow;
	background-color: #909DB2;
	-FILTER:alpha(opacity=80);
	-moz-opacity:0.80;
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
	padding-top: 2px;
	padding-left: 5px;
	border: none;
	height:16px;
	cursor: move;
	
}


.SnapContent
{
	background-color:transparent;
	padding-bottom:2px;
}

.Dock
{
	padding: 5px;
	border: #AFAFAF 1px solid;
	background-color: #D1D1D1;
}


.ViewButtonsSnapContainer 
{ 
	opacity:95;
  mozopacity:95;
  filter:'ALPHA(opacity=95)';
  background-color: white;
  border-style:none; 
  
}

