﻿html, body {
	margin:0;
	padding:0;
    min-width:500px;
}
div#layout_container 
{
    position:relative; /* needed for footer positioning*/
	/*margin:5px ; /* center, not in IE5 */
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */    
}

div#layout_header {
    height: 158px;
    margin: 0px;
}
div#layout_subheader {
    margin: 0px;
}
div#layout_wrapper 
{
    height:100%; 
    margin: 2px 0px 0px 0px;
    text-align: center;
}
div#layout_left 
{
    float: left;
    width: 270px;
    height: 100%;
}
div#layout_right 
{
    float: right;
    width: 250px; 
    height: 100%; 
}
div#layout_footer {
	min-height: 20px; 
	margin: 0px;
}

div#layout_content 
{
    /*height: 100%; */
	overflow:auto;	
	min-height: 400px; 
	*height: 400px; 
}

/*

Dialogs Layout

*/

div#dlg_layout_container 
{
    position:relative; /* needed for footer positioning*/
	/*margin:5px ; /* center, not in IE5 */
}

div#dlg_layout_header {
    min-height: 20px; 
    margin: 0px;
}
div#dlg_layout_subheader {
    margin: 0px;
}
div#dlg_layout_wrapper 
{
    /*height:100%;*/
    margin: 0px;
    padding: 0px;
}
div#dlg_layout_left 
{
    float: left;
    width: 270px;
    height: 100%;
}
div#dlg_layout_right 
{
    float: right;
    width: 250px; 
    height: 100%; 
}
div#dlg_layout_footer {
	min-height: 20px; 
	margin: 0px;
}

div#dlg_layout_content 
{
    height: 100%; 
    width: 100%;
    overflow: auto;
}

.btnQuestionari
{
    font-size: 12px !important;
}

.bootbox-alert {
    z-index: 9999 !important;
}





