﻿.clear 
{
    padding:0;
    margin:0;
}

.wzd-content 
{    
    font-family: Tahoma;
    font-size: 12px;
    border-left: solid 1px #D8D7D7;
    border-right: solid 1px #D8D7D7;   
    margin-left: 11px;
    margin-right: 11px;
    background-color:#f2f2f2;
}

.wzd-header 
{
    
    height: 55px;
    max-height: 55px;
    padding-top: 5px;
    /*background-color: #F3F4F3;*/
    background: #fff url(../images/top-blue.jpg) repeat-x;
    background-position: center bottom;    
    font-family: Helvetica,Tahoma,Arial;
    font-size: 18px;      
    color: #fff;
}

.wzd-header-text 
{
    font-family: Helvetica,Tahoma,Arial;
    font-size: 20px;      
    color: #fff; 
    font-weight: bolder;
    letter-spacing: 2px;   
}

.wzd-header-left 
{
    background: white url(../images/movi-left.gif) no-repeat;
    width: 25px; 
    height: 56px;     
}
.wzd-header-content
{
    background: #ffffff url(../images/movi-content.gif) repeat-x;    
    background-position: bottom;
    height: 56px;   
    font-family: Helvetica,Tahoma,Arial;
    font-size: 18px;      
    color: #fff;    
}
.wzd-header-right
{
    background: white url(../images/movi-right.gif) no-repeat;
    width: 25px; 
    height: 56px;     
}

.wzd-warning 
{   
    height: 35px;
    width: 800px;
    font: Helvetica, Tahoma, Arial;
    font-size: 13px;
    font-weight: bold;
    color: Red;
    background: #FFFFDF url('../images/warning_blue32.png') no-repeat;
    padding-left: 35px;    
}


/* Buscar en Negro */
.search-black-left 
{
    width: 10px;
    height: 50px;
    background: transparent url('../images/pageimg-searchBlack.png') no-repeat left top;   
}
.search-black-content
{    
    height: 50px;
    background: transparent url('../images/pageimg-searchBlackContent.png') repeat-x;   
}
.search-black-right
{    
    width: 14px;
    height: 50px;
    background: transparent url('../images/pageimg-searchBlack.png') no-repeat right top;   
}

.search-black-rightButton
{    
    width: 50px;
    height: 50px;
    background: transparent url('../images/pageimg-searchBlack.png') no-repeat right top;   
}

/* Buscar en Rojo*/
.search-red-left 
{
    width: 10px;
    height: 50px;
    background: transparent url('../images/pageimg-searchRed.png') no-repeat left top;   
}
.search-red-content
{    
    height: 50px;
    background: transparent url('../images/pageimg-searchRedContent.png') repeat-x center top;   
}
.search-red-right
{    
    width: 14px;
    height: 50px;
    background: transparent url('../images/pageimg-searchRed.png') no-repeat right top;
}

.search-red-rightButton
{    
    width: 50px;
    height: 50px;
    background: transparent url('../images/pageimg-searchRed.png') no-repeat right top;   
    color:Black; font-weight: bold;
}

/* Buscar en Amarillo*/
.search-yellow-left 
{
    width: 10px;
    max-width: 10px;
    height: 50px;
    background: transparent url('../images/pageimg-searchYellow.png') no-repeat left top;   
}
.search-yelllow-content
{    
    height: 50px;
    background: transparent url('../images/pageimg-searchYellowContent.png') repeat-x center top;   
}
.search-yellow-right
{    
    width: 14px;
    height: 50px;
    background: transparent url('../images/pageimg-searchYellow.png') no-repeat right top;
}

.search-yellow-rightButton
{    
    width: 50px;
    height: 50px;
    background: transparent url('../images/pageimg-searchYellow.png') no-repeat right top;   
    color:Black; font-weight: bold;
}

/* Buscar en Blanco*/
.search-white-left 
{
    width: 10px;
    max-width: 10px;
    height: 50px;
    background: transparent url('../images/pageimg-searchWhite.png') no-repeat left top;   
}
.search-white-content
{    
    height: 50px;
    background: transparent url('../images/pageimg-searchWhiteContent.png') repeat-x center top;   
}
.search-white-right
{    
    width: 14px;
    height: 50px;
    background: transparent url('../images/pageimg-searchWhite.png') no-repeat right top;
}

.search-white-rightButton
{    
    width: 48px;
    height: 50px;
    background: transparent url('../images/pageimg-searchWhite.png') no-repeat right top;   
    color:Black; font-weight: bold;
}


/* Formularios */
.caption 
{
        font-family: "Segoe UI","Arial";
        font-size: 13px;
        color: #2c4182;
        padding-right: 5px;
}

.captionTitle
{
        font-family: "Segoe UI","Arial";
        font-size: 13px;
        color: #2c4182;
        padding-right: 5px;
        text-transform: uppercase;
        background-color:#f3f3f3; 
        height:32px;
}
        
.captionEdit
{
        font-family: "Segoe UI","Arial";
        font-size: 14px;
        color: #ffffff;
        padding-left: 5px;
}

.information
{
        font-family: "Segoe UI","Arial";
        font-size: 10px;
        color: #2c4182;
}        
