
/* menù default*/

body
{
    background-position: top;
    margin: 0;
    padding: 0;
    background-image: url(/App_Themes/Comprel/images/bg_theme/wm_background_default_up.png);
    background-repeat: repeat-x;
    
}

div#outside
{
    width: 100%;
    height :auto;
    position: relative;
    top: 0px;
    left: 0px;
    margin-right: auto;
    margin-left: auto;
  
}
div#mainContent
{ 
    margin-right:auto;
	margin-left:auto;
	width:964px;
	height:100%;
 }

div#head
{
    margin: 0;
    padding: 0;
    background-image: url('/App_Themes/Comprel/images/bg_theme/head_grey.jpg');
    width: 964px;
    height: 160px;
    background-repeat: no-repeat;
    background-color:White;
}

div#footer
{
    background-image: url('/App_Themes/Comprel/images/bg_theme/footer_grey.jpg');
    width: 964px;
    height: 100px;
    font-size: 10px;
    color: #666666;

    
   
}

div#home_sx
{
    background-position: left bottom;
    margin: 0;
    padding: 0;
    background-image: url(/App_Themes/Comprel/images/bg_theme/sx_grey.jpg);
    width: 4px;
    height: 619px;
    background-repeat: no-repeat;
}
div#home_dx
{
    background-position: dx;
    margin: 0;
    padding: 0;
    background-image: url(/App_Themes/Comprel/images/bg_theme/dx_grey.jpg);
    width: 4px;
    height: 619px;
    background-repeat: no-repeat;
}

.box_quick
{
   
    
    height: 110px;
    overflow: auto;
    padding: 4px;
}
.field_quick
{
    width: 90%; 
    height:130px;
}
