/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: #98A2AC;
}

/* background color for the content part of the pages */
Body
{
    background-color: white;
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: white;
}

.pic {background-image: url(f_pintas.gif);}


.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 10px;
    color: #4A4A4A;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
	
}
.menu1 {
	background-image: url(curva1.gif);
}

.menu2 {
    font-weight: bold;
    font-size: 9px;
    color: #4A4A4A;
    font-family: verdana, Tahoma, Arial, Helvetica;
    text-decoration: none;
    background-image: url(bot_f_1.gif);
}

.menu3 {
	background-image: url(curva2_b.gif);
}

.menu4 {
    font-weight: bold;
    font-size: 9px;
    color: #4A4A4A;
    font-family: verdana, Tahoma, Arial, Helvetica;
    text-decoration: none;
    background-image: url(bot_f_2.gif);
}

.menu3_Aut {
	background-image: url(curva2.gif);
}

.footer{background-image: url(bottom.gif);}

.footerText
{	color:White;
	background-color:#98A2AC;
	font-size: 9px; 
	font-family: Verdana;}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color:#4A4A4A;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color:#4A4A4A;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:#4A4A4A;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color:#4A4A4A;
	text-decoration: underline;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 10px;
    color: #4A4A4A;
    font-family: verdana, Tahoma, Arial, Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:#4A4A4A;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#4A4A4A;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:hover    {
    text-decoration:    none;
    color:#4A4A4A;
	text-decoration: underline;
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: verdana, Tahoma, Arial, Helvetica;
    font-size:  15px;
    font-weight:    bold;
    color: #333333;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: verdana, Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #4A4A4A;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: verdana, Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: verdana, Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

.NormalRed
{
    font-family: verdana, Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family:  verdana, Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: verdana, Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #4A4A4A;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #4A4A4A;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #4A4A4A;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #4A4A4A;
}
    
/* GENERIC */
H1  {
    font-family: verdana, Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: verdana, Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: verdana, Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #4A4A4A;
}

H4  {
    font-family: verdana, Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #4A4A4A;
}

H5, DT  {
    font-family: verdana, Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #4A4A4A;
}

H6  {
    font-family: verdana, Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #4A4A4A;
}

TFOOT, THEAD    {
    font-family: verdana, Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #4A4A4A;
}

TH  {
    vertical-align: baseline;
    font-family: verdana, Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #4A4A4A;
}

A:link  {
    text-decoration:    none;
    color:  #4A4A4A;
}

A:visited   {
    text-decoration:    none;
    color:  #4A4A4A;
}

A:active    {
    text-decoration:    none;
    color:  #4A4A4A;
}

A:hover {
    text-decoration:    underline;
    color:  #4A4A4A;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: verdana, Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: verdana, Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #4A4A4A;
}

.Normalcinza {
	font-family: verdana, Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
	color: #4A4A4A;
}
.divisortabela {
	background-color: #DFE6ED;
}
.fundocortabela {
	background-color: #FCFCFD;
}
.titulosinst {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #4A4A4A;
}
.forms {
	font-family: verdana;
	font-size: 10px;

	border: 1px solid #AFB4B8;
}
.baseazul {
	background-color: #FCFCFD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #4A4A4A;
	text-decoration: none;
}
.separadorazul {
	background-color: #DFE6ED;
}
.titulostabelas {
	font-family: verdana;
	font-size: 10px;
	color: #4A4A4A;
	font-weight: bold;
	background-color: #DFE6ED;
	text-align: center;
}
.textotabelas {
	font-family: Verdana;
	font-size: 10px;
	color: #4A4A4A;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}

.titcinza {
	font-family: Verdana;
	font-size: 11px;
	color: #4A4A4A;
	font-weight: bold;
}


.titcinzasublinhado {
	font-family: Verdana;
	font-size: 11px;
	color: #4A4A4A;
	font-weight: bold;
	text-decoration: underline;
}

.menulateral1 
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #4A4A4A;
	text-decoration: none;
}
.menulateral2 
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #4A4A4A;
	text-decoration: none;
}.vermais:link {
	font-family: Verdana;
	font-size: 10px;
	color: #97B7DD;
	text-decoration: underline;
}.vermais:hover {
	font-family: Verdana;
	font-size: 10px;
	color: #97B7DD;
	text-decoration: underline;
}.vermais:visited {
	font-family: Verdana;
	font-size: 10px;
	color: #97B7DD;
	text-decoration: underline;
}.vermais:active {
	font-family: Verdana;
	font-size: 10px;
	color: #97B7DD;
	text-decoration: underline;
}.datanoticia {
	font-family: Arial;
	font-size: 9px;
    font-weight: bold;
	color: #0C3C88;
	text-decoration: none;
}
.bullet {
	PADDING-RIGHT: 6px; PADDING-LEFT: 3px; PADDING-BOTTOM: 0px; FONT: 100% Verdana; COLOR: #a6a6a6; PADDING-TOP: 2px
}
TABLE.subbullets {
	MARGIN-TOP: 3px
}
.subbullet {
	PADDING-RIGHT: 4px; PADDING-LEFT: 4px; PADDING-BOTTOM: 0px; FONT: 80% Verdana; COLOR: #a6a6a6; PADDING-TOP: 2px
}



