﻿.UpperCase
{
	text-transform:uppercase;
}

.AlertDiv{
left: 30%; top: 40%;
/*position: absolute; */
position:fixed;
width: 250px;
padding: 20px; 
border:1px solid #6699cc; 
background-color:Gray;
text-align: left;
font-weight:bold;
color:White;
visibility: hidden;
z-index: 99;
}

.AlertButtons{
position: absolute; right: 5%; bottom: 5%;
}

.tdCadCV
{
	width:100px;
	text-align:left;
	vertical-align:top;
}

.tdTituloEvento
{
	text-align:center;
	vertical-align:middle;
	font-family:Tahoma;
}

.TituloEvento01
{
	font-family:Tahoma;
	font-size:42px;
	font-weight:bold;
	color: White;
}

.TituloEvento02
{
	font-family:Tahoma;
	font-size:32px;
	color: #8080ff;
}

.TituloEvento03
{
	font-family: Tahoma;
	font-size: 24px;
	color: White;
}

.tdConteudo
{
	text-align:left;
	font-family:Tahoma;
	font-size:12px;
	color:Black;
	vertical-align:top;
}

.tdRodape
{
	width:100%;
	text-align:center;
	font-family:Tahoma;
	font-size:10px;
	color:Black;
	vertical-align:top;
	padding:10px;
}

input, textarea
{
	font-family:tahoma; 
	font-size:11px; 
	border:1px solid #6699cc; 
	background:#ffffff; 
	color:#003366; 
	padding:2px 0px 0px 4px; 
	overflow:hidden;
}

.DropDown
{
	font-family:tahoma; 
	font-size:11px; 
	border:1px solid #6699cc; 
	background:#ffffff; 
	color:#003366; 
	padding:2px 0px 0px 4px; 
}

.Check
{
	font-family:tahoma; 
	font-size:11px; 
	color:#003366; 
}

.Rb
{
	font-family:tahoma; 
	font-size:11px; 
	color:#003366; 
}

a
{
	text-decoration:underline;
	color:#0066cc;
}

a:hover
{
	text-decoration:none;
	color:#000033;
}

img
{
	border:0px;
}

strong
{
	color:#006891;
}

.TabelaMae
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;	
	
    background-image: url("~/../images/fundo_repeat.jpg");
	background-repeat: repeat-x;
}

.TabelaTopo
{
	width:766px;
	height:185px;	
}

.TabelaConteudo
{
	width:766px;
	height:500px;
	border:2px solid #6699cc;
	
	background-image: url("~/../images/fundo_conteudo_meio.jpg");
	background-repeat: repeat-y;
}

.TabelaClientes
{
	height:100%;
	padding:0px 20px 0px 100px;
}

.Col_link1
{
	width:450px;
	margin: 26px 26px 0px 26px;

	font-family:Tahoma;
	font-size:12px;
	color:Black;
	vertical-align:top;
	line-height:18px;
}

.Col_link2
{
	width: 450px;
	margin: 26px 26px 0px 26px;
}

.ColunaLateral
{
	width:200px;
	margin: 26px 26px 0px 26px;
	vertical-align:top;
}

.TabelaLateral
{
	height:100%;
	vertical-align:top;
}

.AccordionHeader
{
	padding:1px;
	background-image: url("~/../images/bgAccordionHeader.png");
	background-color:Transparent;
	font-family: Arial, Verdana;
	font-size:13px;
	color:White;
	cursor:pointer;
	height:57px;
}

.AccordionHeaderSelected
{
	padding:1px;
	border-top:none;
	background-image: url("~/../images/bgAccordionHeader.png");
	background-color:Transparent;
	font-family: Arial, Verdana;
	font-size:15px;
	font-weight: bold;
	vertical-align:middle;
	height:57px;
	color:#FFFFCC;
}

.AccordionContent
{
	border-top:none;
	background-color:Transparent;
	font-family: Arial, Verdana;
	font-size: 13px;
	color:#000033;
}

.UpdatePG_Centro
{
	position:fixed;
    /*position: absolute; */
    top:45%;  
    left:40%;
    border:1px solid #6699cc; 
    background-color: gray; 
    height:50px; 
    width:180px;
    text-align:center;
    vertical-align:middle;
    font-weight:bold;
    color:White;
    
}
