html,body{
    height:100%; 
    margin:0;
}
.tbmain{ 
 /* Changes on the form */
 background: #D7E9F3 !important; 
}
.left{
  /* Changes on the form */
  color: #394F5F !important; 
  font-family: Tahoma !important;
  font-size: 11px !important;
}
table{
	font-size: 11px;
	border: 1px solid #EEF0F1;
	color: #5E686E;
}
td.left {
   font-family: Tahoma;
   font-size: 11px;
   font-weight: bold;
   color:#394F5F;
   vertical-align: top;
   text-align: left;
}
td.left_ltg {
   font-family: Tahoma;
   font-size: 11px;
   color:#394F5F;
   vertical-align: top;
   text-align: left;
}
td.center {
   font-family: Tahoma;
   font-size: 11px;
   font-weight:bold;
   color:#394F5F;
   vertical-align: top;
   text-align: center;
}
.pagebreak{
   font-family: Tahoma;
   font-size: 11px;
   font-weight:bold;
   color:black;
}
td.right {
   font-family: Tahoma;
   font-size: 11px;
   font-weight: bold;
   color:#394F5F;
   vertical-align: top;   
   text-align: right;   
}

.trEscura{
	background: #EEF0F1;
}

.tbmain{
   height:100%;
   color:#394F5F;
   background: #D7E9F3;
}
.head{
   font-family: Tahoma;
   font-size:medium;
   font-weight:bold;
   color:#394F5F;
   vertical-align: top;
   text-align: left;
}
.notvalid{
   border:2px red solid;
   font-family:Tahoma;
}
.text{
   color:#394F5F;
   font-family: Tahoma;
   font-size: 11px;
   font-weight:normal;
   border:0px;
   background:#ABCADB;
}
select.other{
   color:#394F5F;
   font-family: Tahoma;
   font-size: 11px;
   font-weight:normal;
   border:0px;
   background:#ABCADB;
}
.btn{
   color:#ffffff;
   font-family: Tahoma;
   font-size: 11px;
   font-weight:bold;
   border:1px #8aaabc solid;
   background: url(images/styles/style5_btn_bg.gif) #9bbed0 top repeat-x;
}
span.required{
  font-size: 11px !important;
  color: red !important;
}
div.backButton{
    background: transparent url("/images/btn_back.gif") no-repeat scroll 0 0;
    height:16px;
    width:53px;
    float:left;
    margin-bottom:15px;
    padding-right:5px;
}
div.backButton:hover{
    background: transparent url("/images/btn_back_over.gif") no-repeat scroll 0 0;
}
div.backButton:active{
    background: transparent url("/images/btn_back_down.gif") no-repeat scroll 0 0;
}
div.nextButton{
    background: transparent url("/images/btn_next.gif") no-repeat scroll 0 0;
    height:16px;
    width:53px;
    float: left;
    margin-bottom:15px;
    padding-right:5px;
}

div.nextButton:hover{
    background: transparent url("/images/btn_next_over.gif") no-repeat scroll 0 0;
}

div.nextButton:active{
    background: transparent url("/images/btn_next_down.gif") no-repeat scroll 0 0;
}

h3{
    font: bold 20px "Trebuchet-MS", Arial, Tahoma;
    border-bottom:2px solid #183986;
    padding:3px;
}

p{
    font: 13px "Trebuchet-MS", Arial, Tahoma;
    padding:5px;
}
