﻿.N_prova2_B
{
      background-image: url('../Images/N_prova2_B.png');
      background-repeat: repeat-x;
	  width : 28.5%;

}
  
.N_prova2_D
{
      background-image: url('../Images/N_prova2_B.png');
      background-repeat: repeat-x;
	  width : 100%;

}
            
.N_prova2_D_OLD
{
      background-image: url('../Images/N_prova2_D.png');
      background-repeat: no-repeat;
      width:823px;

 
}


.MenuOff
{
      background-image: url('../Images/menu_off.gif');
      background-color: #C6DDFF;
      cursor: hand;
      width:11px;
      height:53px;
}



.MenuOn
{
      background-image: url('../Images/menu_on.gif');
      background-color: #C6DDFF;
       cursor: hand;
       width:11px;
       height:53px;
}


.ContainerWrapperWhite
{
	background-color: White;
	border-right: 1px solid #9ABBE8;
	border-bottom: 1px solid #9ABBE8;
	border-left: 1px solid #9ABBE8;
	width: 100%;
}

.ContainerWrapper
{
	background-color: #DFE8F6;
	border-right: 1px solid #9ABBE8;
	border-bottom: 1px solid #9ABBE8;
	border-left: 1px solid #9ABBE8;
	width: 100%;
}

*
{
	margin: 0px;
	padding: 0px;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
}

.ContainerMargin
{
	padding: 4px;
}

.Container
{
	border: 1px solid #99BBE8;
	background-color: White;
}

.ContainerHeader
{
	background-image: url(../Images/Container_Header.gif);
	height: 23px;
	font-size: 12px;
	font-weight: bold;
	color: #133047;
}

.ContainerHeader td
{
	padding: 4px;
}

.ContainerHeader2
{
	background-image: url(../Images/Container_Header2.gif);
	height: 30px;
	font-size: 12px;
	font-weight: bold;
	color: #133047;
}

.ContainerHeader2 td
{
	padding: 4px;
}

.GridFooter
{
	background-image: url(../Images/Grid_Footer.gif);
	height: 25px;
}

.GridFooter td
{
	padding: 0px 3px 0px 3px;
}


#notification
{
    position:absolute;
	bottom:0%;
	right:0%;
	height:175px;
	width:200px;

}

#notificationClose
{
 cursor: hand;  
}

#notificationIn{

}












