/*
html, body
{
    width: 100%;
    height: 100%;
    
    color: #FFFFFF;
    
}
*/


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    /*width: 1024px;*/
    width: 1024px;
    background-color: blue;
    margin: 0px;
    border: 0px;

    /*
    overflow-x: hidden;
    overflow-y: hideen;*/
    /*height: 768px;*/
    /*background-color:Transparent;*/
    background-color:#000000;
}
/*Main wrapper class*/
.ContainerWrapper
{
	background-color: #DFE8F6;
	border-right: 1px solid #5A5A5A;
	border-bottom: 1px solid #5A5A5A;
	border-left: 1px solid #5A5A5A;
	width: 100%;
}
/*Gap between wrapper and container*/
.ContainerMargin
{
	padding: 4px;
}
/*Container*/
.Container
{
	border: 1px solid #99BBE8;
	background-color: White;
}
/*Header of each container*/
.ContainerHeader
{
	/*background-image: url(../Images/Container_Header.gif);*/
	height: 23px;
	font-size: 12px;
	font-weight: bold;
	color: #133047;
}
/*Margin of Header of each container*/
.ContainerHeader td
{
	padding: 4px;
}

.VentanaLogin
{
    /*
    width:992px;
     height:568px;
*/

     
     border:0;
     overflow-x:hidden;
     overflow-y:hidden; 
}

.LoginError
{
    font-family: Tahoma;
    font-size: 11pt;
    color:Red;
}

.LabelValRequired
{
    color:#FF0000;
    font-family:"Trebuchet MS", Helvetica, sans-serif;
    font-size:11px; 
}
.labelInput {
	
	font-size:12px;
    font-family:"Trebuchet MS", Helvetica, sans-serif;
    color:#000000;
    text-align:center;	
}
.labelInfo {
	
	font-size:12px;
    font-family:"Trebuchet MS", Helvetica, sans-serif;
    color:#FFFFFF;	
}
.lblCloseSession {
	
	font-size:12px;
    font-family:"Trebuchet MS", Helvetica, sans-serif;
    color:#FFFFFF;
    text-decoration: underline;
    cursor:pointer;	
}

.tituloGrids
{
    font-size:24px;
    font-family:"Trebuchet MS", Helvetica, sans-serif;
    color:#E31E24;
    text-align:center;   
    width:100%; 
}
.labelField
{
	height: 23px;
	font-size: 12px;
	font-weight: bold;
	color: #23C111;
}
.labelSection
{
    font-size:15px;
    font-family:"Trebuchet MS", Helvetica, sans-serif;
    color:#000000;
    font-weight:bold;   
    width:100%; 
}

.titleContainer
{
    height: 32px;
    padding: 6px 10px;
    line-height: 145%;
    text-align: left;
}

.valueSearch {
	
	font-size:12px;
    font-family:"Trebuchet MS", Helvetica, sans-serif;
    color:#1569A6;
    text-align:left;	
}
.fieldSearch {
	
	font-size:12px;
    font-family:"Trebuchet MS", Helvetica, sans-serif;
    color:#1C8ADB;
    text-align:left;	
}

.labelSep
{
    font-size:8px;
    font-family:"Trebuchet MS", Helvetica, sans-serif;
    color:#FFFFFF;
    font-weight:bold;   
    width:100%; 
}
.labelStep
{
    font-size:17px;
    font-family:"Trebuchet MS", Helvetica, sans-serif;
    color:#FFFFFF;
    font-weight:bold;   
    width:100%; 
}