

*
{
    padding: 0px;
    margin-top: 0px;
}
body
{
    font: 11px Tahoma, Arial, Helvetica, sans-serif;
    color: #666;
    background: #fff;
    text-align: center;
}

img
{
    border: none;
}
a
{
    color: #007b3d;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
/*input[type=text], input[type=password]
{
    border: 1px solid #666;
    background-color: Transparent;
    height: 16px;
    line-height: 18px;
    font-size: larger;
    vertical-align: baseline;
    font: bold 11px "Arial" , Times, serif;
    color: #007b3d;
}*/

.textBoxClass
{
    border: 1px solid #666;
    background-color: Transparent;
    height: 16px;
    line-height: 18px;
    font-size: larger;
    vertical-align: baseline;
    font: bold 11px "Arial" , Times, serif;
    color: #007b3d;
}

textarea
{
    border: 1px solid #666;
    font: bold 11px "Arial" , Times, serif;
    color: #007b3d;
}
select
{
    border: 1px solid #666;
    height: 18px;
    font-size: xx-small;
}
select:hover, input[type=password]:hover, input[type=text]:hover
{
    border: 1px solid #3cb778;
}
/*, textarea:hover*/
p
{
    /*text-align: justify;*/
    padding: 2px 4px 2px 2px;
}
h2
{
    font: normal 18px "Trebuchet MS" , "Times New Roman" , Times, serif;
    letter-spacing: -1px;
    color: #3cb778;
    text-transform: uppercase;
    line-height: 18px;
}
h3
{
    font: bold 12px "Trebuchet MS" , "Times New Roman" , Times, serif;
    color: #3cb778;
    text-transform: uppercase;
    line-height: 12px;
}
h4
{
    font: bold 10px "Trebuchet MS" , "Times New Roman" , Times, serif;
    color: #007b3d;
    text-transform: uppercase;
    line-height: 12px;
}
hr
{
    color: #e7f7df;
    clear: both;
}

.txtGridValues
{
    text-align: justify;
    padding: 2px 2px 2px 2px;
    vertical-align: text-top;
}

.x-small
{
    font: 10px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.small
{
    font: 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.medium
{
    font: 16px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.bold
{
    font-weight: bold;
}
.gray
{
    color: #767676;
}
.darkGreen
{
    color: #007b3d;
}
.lightGreen
{
    color: #3cb778;
}

.CabecalhoFixo
{
    border-top: 6px #FFFFFF solid;
    height: 20px;
    background-color: #ebebeb;
    font-weight: bold;
    color: #000;
    position: relative;
    top: expression(this.parentNode.parentNode.parentNode.scrollTop-1);
}

.HeaderCssClass
{
    color: #555555;
    text-decoration: underline;
    font-weight: normal;
    font-size: x-small;
    cursor: pointer;
}

.HeaderSelectedCssClass
{
    color: #007b3d;
    text-decoration: underline;
    font-weight: bold;
    font-size: x-small;
    cursor: pointer;
}

.link
{
    background: #ebf5f0;
    border: 1px solid #99c2ad;
    color: #000;
    font-family: Tahoma, Verdana, Arial;
    font-size: 1em;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    padding: 2px;
}

.link:hover
{
    background: #004a80;
    border: 1px solid #ebf5f0;
    color: #fff;
    font-family: Tahoma, Verdana, Arial;
    font-size: 1em;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    padding: 2px;
}

.white
{
    color: #fff;
}
.mais
{
    float: right;
    text-align: right;
    font-weight: bold;
}
.leftImg
{
    float: left;
    vertical-align: middle;
}
.rightImg
{
    float: right;
    vertical-align: middle;
}
.both
{
    clear: both;
}
.hline
{
    margin: 0px;
    padding: 0px;
    border-bottom: 2px solid #ededed;
}
.txtMini
{
    font-size: xx-small;
    font-weight: normal;
}

#main
{
    /*margin: 0px auto;*/
    height: 100%;
    width: 778px;
    min-width: 778px;
    background-color: #fff;
    text-align: left;
}
.divContent
{
    width: 100%;
    text-align: left; /*margin-left: 5px;*/
}
#BodyContent
{
    width: 100%;
    text-align: left; /*margin-left: 5px;*/
}
#BodyContent table
{
    border: 1px solid #f0f0f0;
    width: 100%;
    background-color: #f9f9f9;
}
#BodyContent td
{
    border: 1px solid #d7d7d7;
    padding: 2px 2px 2px 2px;
}
#BodyContent th
{
    border: 1px solid #f0f0f0;
}

.Pager
{
    font: normal 12px "Trebuchet MS" , "Times New Roman" , Times, serif;
}
.PagerSelectedItem
{
    font: bold 18px "Trebuchet MS" , "Times New Roman" , Times, serif;
}

.PagerDefault
{
    font: normal 10px "Trebuchet MS" , "Times New Roman" , Times, serif;
    color: #3cb778;
}
.PagerDefaultSelectedItem
{
    font: bold 10px "Trebuchet MS" , "Times New Roman" , Times, serif;
    color: #007b3d;
}

.flyOutDiv
{
    display: none;
    position: absolute;
    width: 183px;
    height: 223px;
    z-index: 99;
    opacity: 0;
    filter: (progid:DXImageTransform.Microsoft.Alpha(opacity=0));
    font-size: 14px;
    border: 0px;
    background-color: Transparent;
    padding: 5px;
}

.flyOutDivCloseX
{
    background-color: #007b3d;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    border: outset thin #FFFFFF;
    padding: 5px;
}

.modalConteudo
{
    margin: 15px;
    font-size: medium;
    overflow: scroll;
    height: 340px;
    width: 480px;
}

.modalConteudo ul
{
    list-style-type: none;
}

.modalBackground
{
    background-color: #FFFFFF;
    filter: alpha(opacity=70);
    opacity: 0.7;
    -moz-opacity: 0.7;
}

.MenuItem
{
    color: #000;
    line-height: 16px;
    height: 22px;
    vertical-align: baseline;
    background: #cce5d9;
    border-bottom: 1px solid #e4f8ee;
}
.MenuItem a
{
    margin-left: 5px;
}

.MenuHover
{
    background-color: #fff;
}
.Menu
{
    background-color: #cce5d9;
    line-height: 22px;
    vertical-align: baseline;
}

.validatorCalloutHighlight
{
    background-color: #fff799;
}

.divToolbar
{
    background-color: #f9f9f9;
    height: 40px;
    text-indent: 5px;
    padding: 1px 1px 1px 1px;
    vertical-align: top;
    width: 100%;
}

/* 007b3d - verde escuro */
.divTitle
{
    background: transparent url(/images/fundoTitle.png) 10px 0px repeat-x;
    height: 22px;
    text-indent: 4px;
    padding: 8px 0px 2px 0px; /*margin-top: 4px; */
    text-align: left;
    vertical-align: baseline;
    width: 100%;
}

.divTitleJornal
{
    background: #fff url(/images/fundoTitle.png) bottom repeat-x;
    height: 48px;
    margin: 4px 0px 16px 0px;
    vertical-align: baseline;
    width: 100%;
}

.divTitleLines
{
    background: transparent url(/images/fundoTitle.png) 10px 0px repeat-x;
    height: 14px;
    vertical-align: baseline;
    width: 100%;
}

.cssListSearchPrompt
{
    font-weight: bold;
    text-align: right;
    vertical-align: bottom;
}

.cssLabel
{
    font-weight: bold;
    padding-right: 2px;
    text-align: right;
    vertical-align: top;
    line-height: 22px;
}
.cssValue
{
    font-weight: normal;
    padding-left: 2px;
}

#divJornal
{
    clear: both;
    width: 100%; /*margin-top: 5px;*/
}
#FiltroEdicoes
{
    text-align: right;
    height: 24px;
    margin-top: 28px; /*padding: 5px 5px 0px 0px;*/
}
#ListaEdicoes
{
    float: right; /*padding: 15px 0px 0px 0px;*/
    width: 560px;
}
.JornalFrame
{
    width: 100%;
}
.JornalCover
{
    float: left;
    width: 150px;
    height: 100%;
}
.JornalHeader
{
    float: right;
    width: 400px;
    height: 30px;
    font-size: medium; /*padding: 0px 0px 0px 0px;*/
}
.JornalContent
{
    float: right;
    width: 400px;
    height: 100%;
    font-size: small; /*padding: 10px 0px 0px 0px; */
    text-indent: 30px;
    line-height: 24px;
    text-align: left;
}
.JornalFooter
{
    clear: both;
    width: 100%;
    vertical-align: top;
    height: 40px;
    font: small; /*padding: 0px 0px 0px 0px;*/
}

.Titulo
{
    font: normal 18px "Trebuchet MS" , "Times New Roman" , Times, serif;
    letter-spacing: -1px;
    color: #3cb778;
    text-transform: uppercase;
    line-height: 18px;
}

#topRegion
{
    /*margin: 0px auto;*/
    width: 100%;
    height: 100px;
    background-color: #fff;
}
#topRegion a
{
    color: #fff;
}
#topRegion a:hover
{
    color: #3cb778;
    text-decoration: none;
}
#divLogo
{
    float: left;
    width: 206px;
    height: 100%; /*margin-left: 10px;*/
    background: url(/images/logo.png) top left no-repeat;
}
#topBar
{
    float: right;
    width: 540px;
    height: 30px;
    color: #fff;
    font-weight: bold;
    background: #fff url(/images/topBar.png) top right no-repeat;
}
#divPesquisa
{
    /*padding: 1px 1px 1px 5px;*/
    float: right;
    background: transparent;
    height: 100%;
    margin-right: 4px;
}
#divPesquisa input[type=text]
{
    /*width: 125px;*/
    text-indent: 2px;
}
#statusLogin
{
    padding-right: 10px;
    float: right;
    color: #007b3d;
    text-align: right;
}
#topBanner
{
    float: right;
    width: 480px;
}

#midBar
{
    clear: both;
    width: 100%;
    background: #f0f0f0 url(/images/midBar.png) top repeat-x;
    height: 20px; /*margin: 1px 0px 1px 0px; */
}
#divNavigation
{
    /*padding: 1px 1px 1px 5px;*/
    line-height: 20px;
    float: left;
    background: transparent;
    height: 100%;
    vertical-align: bottom;
    font-weight: bold;
}
#divShortcuts
{
    line-height: 20px;
    float: right;
    vertical-align: middle;
}

#midRegion
{
    clear: both;
    background: #fff;
    width: 100%;
    height: 100%;
    color: #000;
}
#leftBar
{
    float: left;
    background: #fff;
    width: 20%;
    height: 100%;
    display: inline;
}
#divMenu
{
    clear: both;
    background: #fff;
    width: 100%; /*margin-top: 5px; padding: 1px 1px 1px 1px;*/
}
#divMenu ul
{
    list-style: none; /*padding-left: 5px;*/
    width: 100%;
}
#divMenu ul li
{
    float: left;
    width: 100%;
    border-bottom: 1px dotted #f0f0f0;
}
#divMenu ul li:hover
{
    background: #f0f0f0;
    float: left;
    width: 100%;
    border-bottom: 1px dotted #f0f0f0;
}
#divMenu ul li a
{
    /*padding: 2px 2px 2px 2px;*/
    text-decoration: none;
    color: #666;
}
#divTools
{
    clear: both;
    background: #fff;
    width: 100%; /*margin-top: 10px;padding: 1px 1px 1px 1px;*/
    display: inline;
}
#divLogin
{
    font-weight: bold;
    /*float: left;*/
    width: 100%;
    /*height: 100%;*/
    display: inline;
}
#divLogin input[type=text], input[type=password]
{
    width: 138px;
    text-indent: 4px;
}
#divDisque
{
    margin-left: 10px;
}
#mainContent
{
    float: left;
    background: #fff;
    color: #333;
    margin-left: 5px;
    width: 79%;
}
#leftContent
{
    float: left;
    width: 64%;
    border-right: 1px dotted #ccc;
}
#divDefaultContent
{
    width: 100%;
    line-height: 14px;
}
#divPlanos
{
    width: 100%;
}
#divArtigos
{
    width: 100%;
}
#divNoticias
{
    width: 100%;
}
#rightContent
{
    float: right;
    width: 35%;
}
#divCanalDireto
{
    clear: both;
    width: 100%;
    height: 120px; /*margin-top: 5px;*/
}
#divRedeCredenciada
{
    clear: both;
    width: 100%;
}
#divRedeCredenciada table
{
    font-weight: bold;
    text-align: right;
    width: 100%;
}
#divRedeCredenciada select
{
    border: 1px solid #666;
    width: 100%;
    height: 18px;
    font-size: xx-small;
}
#divRedeCredenciada input[type=image]
{
    float: right;
}
.redeLabel
{
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    line-height: 22px;
}
.redeValue
{
    font-weight: normal;
    vertical-align: middle;
}

#divComunicacao, #divPromocaoSaude, #divApoioComunidade
{
    margin-top: 10px;
}

#divBoxSearch
{
    background: #fff url(/images/interativa.png) top center no-repeat;
    clear: both;
    width: 573px;
    height: 183px; /*margin-top: 5px;*/
    text-align: right;
    vertical-align: top;
}
#divBoxSearchControls
{
    float: right;
    margin: 115px 20px 10px 80px;
    color: #fff;
    font-weight: bold;
}
#divBoxSearchControls input[type=text]
{
    font-size: medium; /*padding: 2px 2px 2px 2px;*/
}
#divTags
{
    clear: both;
    width: 100%; /*margin-top: 10px;*/
    text-align: center;
}
#divTags a:hover
{
    background: #cce5d9;
}
#SearchResults
{
    clear: both;
    width: 100%;
    margin-top: 20px;
}

#botRegion
{
    margin: 0px auto;
    margin-top: 20px;
    width: 100%;
    text-align: center;
    background: #f9f9f9;
}
#footer
{
    display: inline;
    width: 100%; /* margin-top: 5px; padding: 2px;*/
}
#footerleft
{
    display: inline;
    float: left;
    width: 19%; /* margin-top: 5px; padding: 2px;*/
}
#footerright
{
    display: inline;
    float: right;
    width: 19%; /* margin-top: 5px; padding: 2px;*/
}
#copyrights
{
    clear: both;
    color: #999; /* margin-top: 1px; padding: 2px;*/
}

/* Auto complete da rede credenciada */
.autocomplete_completionListElement
{
    visibility: hidden;
    margin: 0px !important;
    background-color: #fff;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
    overflow: auto;
    height: 100px;
    text-align: left;
    list-style-type: none;
    z-index: 999;
}

.autocomplete_highlightedListItem
{
    background-color: #d4f0d0;
    color: #007b3d;
    padding: 1px;
    z-index: 999;
}

.autocomplete_listItem
{
    background-color: #fff;
    color: #000;
    padding: 1px;
    z-index: 999;
}

/* 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);
}

/*  GRID VIEW */
.HeaderStyle
{
    background-color: #cce5d9;
    height: 20px;
}
.AlternatingRowStyle
{
    background-color: #f8fef7;
    height: 20px;
}
.RowStyle
{
    background-color: #FFF;
    height: 20px;
}


/* FIM - CSS Strips */

/* AspNetAdmin 
th {
	background-color: #cce5d9;
	text-align: left;
}
*/
/*
table.list, td.details table.list {
	width: 100%;
	border: 1px solid #000;
}
table.list tr th, td.details table.list tr th {
	text-align: left;
	background-color: #666;
	color: #FFF;
	font-size: 100%;
	border-style: none;
	padding: 2px 20px 2px 2px;
}
table.list tr td, td.details table.list tr td {
	border-bottom: 1px solid #999;
	padding: 2px 20px 2px 2px;
}
table.list tr {
	background-color: #FFC;
}
table.list tr.odd {
	background-color: #CCC;
}
table.gnav tr td {
	background-color: #FFC;
	border: 1px solid #000;
	padding: 2px 10px;
	font-weight: bold;
}
table.gnav tr td a {
	color: #009;
	text-decoration: none;
}
table.gnav tr td a:hover {
	color: #900;
	text-decoration: underline;
}
table.webparts tr th {
	background-color: #009;
	padding: 5px;
	color: #FFF;
	font-size: 130%;
	border: 1px solid #009;
}

td.details div table tr td, td.details div table tr td.detailheader
{
	border-style: none;
}
td.detailheader
{
	text-align: right;
	font-weight: bold;
	white-space: nowrap;
	border-style: none;
	padding: 3px 10px 3px 0px;
}
td.details div table 
{
	border-style: none;
}
td.details div table tr td.detailitem 
{
	width: 100%;
	padding: 3px 10px 3px 0px;
}
td.details
{
	border: 2px solid #009;
	padding: 10px;
	background-color:#EEE;
}
*/
.alert
{
    color: #C00;
    font-weight: bold;
}

/* FIM */
