﻿#map
{
	height: 650px; 
	width: 70%; 
	float: right;
	z-index:-25;
}

#divMenu
{
     float:left;
     width:293px;
     }
     
 #divCampos
{
     float:right;
     width:654px;
     }    
    /*Popup Control*/
.popupControl{
	background-color:White;
	position:absolute;
	visibility:hidden;
}
.TransparentGrayBackground 
{

	position: fixed;
	top: 0;
	left: 0;
	
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
	
	height: 100%;
	width: 100%;
	min-height: 100%;
	min-width: 100%;
	
	
}
/*body {
    background: #FFF url(images/Fundo.png) center center no-repeat;
	background-attachment: fixed;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #555; 
	}*/

body {
	background: White ;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #555; 
	
	 z-index:0;
	}


#Conteudo{
	width: 900px;
	background:#CCC url(images/content.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#wrap {
	width: 992px;
	background: url(images/_loop.png) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#content-wrap 
{
		background:#CCC url(images/loop.png) repeat-y center top;

	clear: both;
	width: 973px;
	padding: 7px; 
	margin: 7px auto;
	height: 22px;
}
#header {
	width: 992px;
	position: relative;
	height: 87px;
	background: #CCC url(images/_banner.png) no-repeat center top;
	padding: 0;	
	color: #FFF;
	top: 0px;
	left: 0px;
	margin: 0 auto;
	
}
#bannerb {
	width: 992px;
	position: relative;
	height: 57px;
	padding-top:10px;
	background: url(images/_bannerb.png) no-repeat center top;
	text-align: center;
}

#headeranalista {
	width: 992px;
	position: relative;
	height: 196px;
	background: #CCC url(images/bannerAnalista.png) no-repeat center top;
	padding: 0;	
	color: #FFF;
	top: 0px;
	left: 0px;
}
/* Menu Horizontal*/
/* Menu */
#menu{

	/*font: bold 12px/37px Verdana, Arial, Tahoma, Sans-serif;*/
	height: 63px;
	width: 992px;
	text-align: left;
	margin: 0 auto;
}


/* Main Column */
 #main1 {
	float:left;
	width: 100px;
	padding: 0; margin:   0 0 0 0;
	display: inline;
	text-align: center;
}

/* Header main*/
 #main {
	float:left;
	width: 98%;
 padding: 10px;
	display: inline;
	text-align: left;
}

/* Header main*/
#mainHeader
{
	background: url(images/conteudo_header.png) repeat-x 0 0;
	height: 68px;
	width: 986px;
}

#mainFooter
{	background: url(images/conteudo_footer.png) repeat-x 0 0;
	height: 57px;
	width: 986px;

	}
/* Sidebar */	
#sidebar {
    float: left;
    width: 192px;
    padding: 0;
    margin: 0px;
    color: #68774A;
}	



/* Footer */	
#footer {
	color: #C6DDEE;
	background: white url(images/_footer.png) no-repeat center top;
	clear: both;
	width: 992px;
	height: 69px;
	text-align: center;
	font-size: 92%;
	position: relative;
	top: 0px;
	left: 0px;
	z-index:0;
}
#footer a { 
	color: #FFF;
	text-decoration: none; 
}


#LoginMap
{
    width:206px;
    height:293px;
    	background: #CCC url(images/Login.png) no-repeat center top;
}
/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(images/FilledStar.png);

}

.emptyRatingStar {
    background-image: url(images/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(images/SavedStar.png);
}

/*Configurar CSS de uma TextBox*/
.textbox
{

    border: 1px solid black; 
    /*border-bottom: 3px solid black;*/
    border-collapse: collapse;
    font-family:Cambria;
    color: #666666;
    font-size:10pt; 
    background-color:white;
    text-align:left;
     }
/*Configurar CSS de uma DropDownList*/
.dropdownlist
{
  border: 1px solid black; 
   /* border-bottom: 3px solid black;*/
    border-collapse: collapse;
    font-family:  Century Gothic;
    color: #666666;
    font-size:small; 
    background-color:white;
    text-align:left;
     }
     
.button {
  /* normal button style */
  color: red;
}

.button:hover {
  color: blue;
}
.dropdownlist
{
  border: 1px solid black; 
   /* border-bottom: 3px solid black;*/
    border-collapse: collapse;
    font-family:  Century Gothic;
    color: #666666;
    font-size:small; 
    background-color:white;
    text-align:left;
     }
     
.button {
  /* normal button style */
  color: red;
}

.button:hover {
  color: blue;
}
/*Configurar CSS do conteudo da GRIDVIEW
.dropdownlist
{
    border: 1px solid #dbddff; 
    border-bottom: 3px solid #dbddff;
    border-collapse: collapse;
    font-family:  Century Gothic;
    color: #666666;
    font-size:small; 
    background-color:white;
    text-align:left;
     }*/
/*Configurar CSS do conteudo da GRIDVIEW*/
body.template table.listview, table.gridview, table.detailstable 
{
    border: 1px solid #dbddff; 
    border-bottom: 3px solid #dbddff;
    border-collapse: collapse;
    font-family:tahoma;
    color: #666666;
    font-size:9pt; 
    background-color:#f8f9f9;
    text-align:left;

}

body.template table.listview th, table.gridview th, table.detailstable th,
body.template table.listview td, table.gridview td, table.detailstable td 
{
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.1em;
}
/*Configurar CSS do header da GRIDVIEW*/
body.template table.listview th, table.gridview th, table.detailstable th
{
    background-position: 1px 1px;
    background-repeat: repeat-x;
    background-color: #ffffff;
    font-size:9pt;
    text-align: left;
    line-height: 1.3em;
    color: #666666;
    border-left: 1px solid #dbddff;
    border-right: 1px solid #dbddff;
    border-bottom: 1px solid #dbddff;
}

body.template table.listview td, table.gridview td, table.detailstable td
{
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px dotted #dadada;
}


table.gridview a
{
 color:#3a3ec9;
 text-decoration : none;
font-weight: bold; 
}

table.gridview a:hover
{
  color: #babce8;
  text-decoration: none;
  font-weight: lighter ; 
  }
table.gridview
{
    width: 100%;
    margin-top: 0px;
}
table.gridview table td
{
    
    color: #718ABE;
    text-decoration: none;
    padding-left: .5em;
    padding-right: .5em;
   
}

table.gridview th {
    background-image:url(images/header_back2.gif);
}

table.listview
{
    width: 100%;
}
table.listview td a:link, 
table.listview td a:visited
{
    font-size: 100%;
}
table.listview table td
{
    padding-left: .5em;
    padding-right: .5em;
}

table.listview th {
    background-image:url(images/header_back.gif);
}
tr.footer td
{
    background: #dbddff;
    height: 1.5em;
}

/*Drag Panel*/
.dragMe {
	width:100%;
	height:21px;
	background-color:#FFF;
	background-image:url(images/header-opened.png);
	text-align:center;
	cursor:move;
	font-weight:bold;
}

.MyCalendar .ajax__calendar_container {
    border:1px solid #646464;
    background-color: #fefefe;
    color: A9BD;}

.MyCalendar .ajax__calendar_other .ajax__calendar_day,
.MyCalendar .ajax__calendar_other .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar .ajax__calendar_hover .ajax__calendar_month,
.MyCalendar .ajax__calendar_hover .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_day,
.MyCalendar .ajax__calendar_active .ajax__calendar_month,
.MyCalendar .ajax__calendar_active .ajax__calendar_year {
    color: black;
    font-weight:bold;
}