﻿.error
{
	font-family:Verdana;
	font-size:  x-small;
	color:Red;
}

.btn
{
	font-family:Verdana;
	font-size:x-small;
	height:27px;
	cursor: hand;
}

.btngv
{
	font-family:Verdana;
	font-size:x-small;
	cursor: hand;
}

.numero
{
	font-family:Verdana;
	font-size:  x-small;
	text-align:  right;
}

.decimal
{
	font-family:Verdana;
	font-size:  x-small;
	text-align:  right;
}

.texto
{
	font-family: Verdana;
	font-size:  x-small;
	text-align: left;
}

.titulo
{
	font-family:Verdana;
	font-size:large;
	text-align: center;
}

.hyperlink
{
    font-family:Verdana;
    font-size:  x-small;
	text-align:  center;
	cursor: hand;
	text-decoration: underline;
	color:#003b83;
	
    }

.menuprincipal 
{
	position: relative;
	width: 940px;
	height: 39px;
	background-repeat: no-repeat;
	background-color: #A3C1E4;
    top: 0px;
    left: -1px;
    }







.span1 {
	display:block;
	position:relative;
	margin:4px 1px;
	border-width:1px 0;
	border-style:solid;
	text-decoration:none;
	background-color: #A3C1E4;
	
}

.div1 {
	display:block;
	background-color: #A3C1E4;
	margin:0 -1px;
	padding:2px 16px;
	color:white;
	width: 940px;
	height: 39px;
}



.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: Black ;
    background-color: #a3c1e4;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
	font-family:Verdana;
	font-size:  x-small;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color:  Black;
    background-color: #a3c1e4;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
	font-family:Verdana;
	font-size:  x-small;
}

.accordionContent
{
    background-color: #e2e2e2;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
	font-family:Verdana;
	font-size:  x-small;
}


.LockOff 
{
    display: none;
	visibility: hidden;
}
		
.LockOn 
{
    display: block;
    visibility: visible;
	position: absolute;
	z-index: 999;
	top: 0px;
	left: 0px;
	width: 105%;
	height: 105%;
	background-color: #ccc;
	text-align: center;
	padding-top: 20%;
    filter: alpha(opacity=75);
	opacity: 0.75;
}


.ModalBackground 
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.ModalPopup 
{
    font-family:Verdana;
	background-color: #eeeeee;
	border-width: 1px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	font-size: small;
}

.progressbar
{
    display: block;
    position: absolute;
    padding: 2px 3px;
    border: solid 1px #000;
    border-width: 1px;

}
.backgroundprogressbar 
{
    background-color:#CCC;
    opacity:0.75;
    filter:alpha(opacity=75);
}  

.GridView
{
    color: #333333;
    font-family:Verdana;
	font-size:  x-small;
    text-align: center;
}  

.RowStyle
{
    background-color: #F7F6F3;
    color: #333333;
    cursor: hand;
}  

.FooterStyle
{
    background-color: #5D7B9D;
    color: White;
} 

.PagerStyle
{
    background-color: #284775;
    color: White;
} 

.SelectedRowStyle
{
    background-color: #E2DED6;
    color: #333333;
}    

.HeaderStyle
{
    background-color: #5D7B9D;
    color: White;
}  

.EditRowStyle
{
    background-color: #999999;
} 

.AlternatingRowStyle
{
    background-color: White;
    color: #284775;
    cursor: hand;
} 
