﻿html
{
   /* height: 100%;*/
}

body 
{
   /* height: 100%;*/
    background: #FFFFFF;
    font-family: Verdana;
    font-size: 11px;
    color: Black;
  
    padding: 0px;
    margin: 0px;
}
table
{
    font-size: 11px;
}

.tdHeader
{
    color: White;
    font-weight: bold;
    padding-left: 10px;
    font-family: Arial;
    font-size: 18px;
    height: 50px;
    /*background: url(../images/headerBG_003.jpg);*/
  /*  filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#0B6BCF,endColorStr=#FFFFFF);*/
}
.tdheaderTitle
{
    color: White;
    font-weight: bold;
    padding-left: 10px;
    font-family: Arial;
    font-size: 18px;
    text-align: left;
    vertical-align: middle;
}
.tdMain
{
    border: solid 1px #8C8C8C;
    background-color: #ffffff;
    padding: 0px;
    margin: 0px;
    border-collapse: collapse;
}
.divMenuTitle
{
    
    width: 100%;
    height: 25px;
    font-weight: bold;
    font-size: 12px;
    color: White;
    line-height: 25px;
    margin: 0px;
    padding-left: 5px;
   /* filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#5987D6,endColorStr=#033893);*/
}
div.out
{
    width: 100%;
    height: 40px;
    /*line-height: 43px;*/
    vertical-align: middle;
    display: block;
    text-decoration: none;
    padding-left: 5px;
    font-weight: bold;
    color: White;
    border-top: solid 1px #FFFFFF;
    /*border-bottom: solid 1px #002D96;*/
    /*filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#BC0000,endColorStr=#B00000);*/
	/*filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#C8E0FC,endColorStr=#7EA5DE);*/
/*	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ADADAF,endColorStr=#818181);*/
    cursor: pointer;
    border-collapse: collapse;
}
div.on
{
    cursor: pointer;
    width: 100%;
    height: 40px;
    /*line-height: 43px;*/
    vertical-align: middle;
    display: block;
    text-decoration: none;
    padding-left: 5px;
    font-weight: bold;
    color: White;
    border-top: solid 1px #ffffff;
    /*border-bottom: solid 1px #002D96;*/
    /*filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#FFFED8,endColorStr=#F6C05E);*/
   /*  filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#EA0000,endColorStr=#CC0000);*/
}
.divMenuItems
{
    width: 100%;
    border-top: solid 1px #FFFFFF;
    padding: 0px;
     
    }
.amenu
{
    display: block;
    text-decoration: none;
    color: #8C8C8C;
    line-height: 16px;
    background-image: url(../images/web.gif);
    background-repeat: no-repeat;
    background-color: Transparent;
    background-position: 10px 3px;
    padding-left: 28px;
    padding-top: 3px;
    padding-bottom: 3px;
    border: solid 1px White;
    width: 100%;
}
.amenu:hover
{
    display: block;
    text-decoration: none;
    color: #8C8C8C;
    line-height: 16px;
    background-image: url(../images/web.gif);
    background-repeat: no-repeat;
    background-color: #E2E2E2;

    border: solid 1px #8C8C8C;
}
.textField
{
    font-size: 11px;
}
.aGaleria
{
    color: Navy;
    text-decoration: none;   
}
.aGaleria:hover
{
    text-decoration: underline;
}
div.separator
{
    margin-top: 5px;
    margin-bottom: 5px;
    height: 1px;
 /*   filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#002D96,endColorStr=#FFFFFF);*/
}
.divButtonContainer
{
    background: #C3DAF9;
    height: 18px;
}
.aButton
{
    line-height: 18px;
    color: Black;
    border: solid 1px #C3DAF9;
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
    background: #C3DAF9;
   /* filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#DAEAFD,endColorStr=#81A9E2);*/
}
.aButton:hover
{
    line-height: 16px;
    border: solid 1px #000080;
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
    background: #FFD091;
  /*  filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#FFF2C8,endColorStr=#FFD091);*/
}