﻿
.textbox 
{
    font-size:11px;
    padding:3px;
	border:#c6c6c6 solid 1px;
	background:#f6f6f6;
	height:14px;
	text-align: left;
    margin-right: 0px;
    margin-top:5px;
    margin-left:5px;
    color:#404040;
}

.textbox:hover
{
    border-color: #0f9fcf;    
}


.label
{
    color:#034e6b;
}

.button {
	font-size:12px;	
	background:#0092c3 url("images/bg_btn.jpg") left top;
	border:#0093c5 solid 2px;
	color:#fff;
	font-weight:bold;
    margin-left: 0px;
    cursor:hand;
}


.contBorderEsq {
	background-color: #FFFFFF;
	background-image: url(images/cont_esq_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.contBorderDir {
	background-color: #FFFFFF;
	background-image: url(images/cont_dir_bg.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

.erro {
	font-size: 10px;
	color: Red;
	vertical-align: middle;
	float:left;
	text-align:left;
	padding:4px;
}


.table_titles {
	font-weight: bold;
	background-color: #014f69;
	text-align: center;
	padding: 6px;
	height:15px;
	color: #FFFFFF;
	vertical-align: top;
}

.table_cont {
	background-color: #fff;
	text-align: left;
	padding: 6px;
	height:15px;
	color: #000;
	font-size:10px;
	font-weight:bold;
	vertical-align: top;
}

.table_cont2 {
	background: #cff1fc;
    text-align: left;
	padding: 5px;
	height:15px;
	color: #000000;
	font-size:10px;
	vertical-align: top;
}


.dropdowList
{
    font-size:12px;
	border:#c6c6c6 solid 1px;
	background:#f6f6f6;
	height:20px;
    text-align: left;
    margin-right: 0px;
    color:#404040;
}

/*.linkbutton
{
    color:#ea5a24;   
 }*/
 
