﻿
.divMain
{
    text-align: left;
}
.divErros
{
    text-align: left;
    color: Red;
}

.tbox
{
    border: solid 1px Black;
}



.modalBackground {/*ajaxToolkit:ModalPopupExtender BackgroundCssClass="modalBackground"*/
	background-color:Gray;
	filter:alpha(opacity=50);
	opacity:0.5;

	-khtml-opacity: 0.5; /*Safari(1.x)*/	
}

.modalPopup { /*Panel  CssClass="modalPopup"*/
	
	background-color:#DDDDDD;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}





.divMain a:link
{
    color: #FF0000;
}
.divMain a:visited
{
    color: #FF0000;
}
.divMain a:hover
{
    color: #FF0000;
}
.divMain a:active
{
    color: #FF0000;
}

.formTable
{
    margin-left: 10px;
    text-align: left;
    width: 750px;
}

.formTable thead
{
    margin-bottom: 10px;
    font-family: Arial;
    font-size: 12px;
    display: block;
}


.formTableNormalization
{
    width: 90%;
    border-top: 1px solid #e5eff8;
    border-right: 1px solid #e5eff8;
    margin: 1em auto;
    border-collapse: collapse;
}


.formTableNormalization tr.odd td
{
    background: #f7fbff;
}

.formTableNormalization tr.odd .column1
{
    background: #f4f9fe;
}

.formTableNormalization .column1
{
    background: #f9fcfe;
}


.formTableNormalization td
{
    color: #678197;
    border-bottom: 1px solid #e5eff8;
    border-left: 1px solid #e5eff8;
    padding: .3em 1em;
    text-align: center;
}

.formTableNormalization th
{
    font-weight: normal;
    color: #678197;
    text-align: left;
    border-bottom: 1px solid #e5eff8;
    border-left: 1px solid #e5eff8;
    padding: .3em 1em;
}

.formTableNormalization thead th
{
    background: #f4f9fe;
    text-align: center;
    font: bold 1.2em/2em "Century Gothic" , "Trebuchet MS" ,Arial,Helvetica,sans-serif;
    color: #66a3d3;
}

.formTableNormalization tfoot th
{
    text-align: center;
    background: #f4f9fe;
}

.formTableNormalization tfoot th strong
{
    font: bold 1.2em "Century Gothic" , "Trebuchet MS" ,Arial,Helvetica,sans-serif;
    margin: .5em .5em .5em 0;
    color: #66a3d3;
}

.formTableNormalization tfoot th em
{
    color: #f03b58;
    font-weight: bold;
    font-size: 1.1em;
    font-style: normal;
}





.formTableNormalization thead
{
    background: #fc9;
}

.headRightColumn
{
    margin-right: 10px;
    text-align: right;
    border-bottom: solid 1px Black;
}

.headLeftColumn
{
    font-weight: bold;
    text-align: left;
    border-bottom: solid 1px Black;
}

.disabledDisplay
{
    background: Red;
}

.enabledDisplay
{
    background-color: Transparent;
}

.incorrectField
{
    background: Red;
}

.headLeftColumnTHEAD
{
    font-weight: bold;
    text-align: left;
    border-bottom: solid 1px Black;
    font-family: Arial;
    font-size: 12px;
}


.formTable tbody
{
    font-size: 10px;
}

.leftColumn
{
    text-align: left;
    width: 30%;
}

.rightColumn
{
    text-align: left;
    width: 1500;
}

.headRightColumn .Button
{
    margin-left: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: Transparent;
    font-weight: normal;
    border-style: none;
    color: #ED1C24;
    cursor: pointer;
    font-family: Arial;
    height: 15px;
    font-size: 10px;
    position: relative;
    width: auto;
}

.form_msg_ok
{
    font-size: 12px;
    color: #00AA00;
    margin-left: 12px;
    font-weight: bold;
}

.form_msg_error
{
    font-size: 12px;
    color: #AA0000;
    margin-left: 13px;
    font-weight: bold;
}

/*MAPEAMENTOS*/

.saved {
	    border: 0px solid green;
	    background-color: #90EE90;
}
	
.unsaved{
	    border: 0px solid #B22222;
	    background-color: #FF5E5E;
}
	
.saving{
	    border: 0px solid yellow;
	    background-color: #FFFFE0;
}

.lnk 
{
	font-size:90%;
	font-weight:bold;
	color:#990000;
	margin-bottom:2px;
	padding-bottom:5px;
	cursor:pointer;
}


.MapTextBox
{
	border:1px solid #999999;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:100%;
    margin-bottom:2px;
}

td > .MapTextBox
{
    
}

h1.MapTitle {
color:#990000;
font-family:"MS Sans Serif",Verdana,Arial,Helvetica,sans-serif;
font-size:130%;
font-weight:bold;
margin:0 0 10px;
width:100%;
}

h3.MapTitle {
font-size:100%;
	font-weight:bold;
	margin:0 0 2px;
	color:#990000;
}