/* ================================
    CSS STYLES FOR THE PORTAL STATER KIT
    v1.0, 10/2002
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg
{
    background-position: 0% 0%;
    background-attachment: scroll;
 /*
    background-image: url(images/fundosite.jpg);
*/
    background-color: aliceblue;
}

/* background color for the content part of the pages */
Body
{
    font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: smaller;
    margin: 0;
    padding: 0;
    background:  url(bg-main.png) repeat-x;
}


/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle {
    font-family :'Trebuchet MS' ,Verdana Bold, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: bold;
    color:blue
}

/* background/border colors for the selected tab */
.TabBg
{
    background-color: Gold;
    border-color: blue;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg
{
    background-color: orange;
    border-color: black;
    color: yellow;
}

/* text style for the selected tab */
.SelectedTab {
    font-family: 'Trebuchet MS' , Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color:blue;
    font-weight: bold
}

/* text style for the unselected tabs */
.OtherTabs
{
    font-family: 'Trebuchet MS' , Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color: deepskyblue;
    text-decoration: none;
    font-weight: bold;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link
{
    text-decoration: none;
    color: indianred;
}

A.OtherTabs:visited
{
    text-decoration: none;
    color: dodgerblue;
}

A.OtherTabs:active
{
    text-decoration: none;
    color: #ff6633;
}

A.OtherTabs:hover
{
    text-decoration: underline;
    color: slateblue;
}
    
/* text style for the site links (at extreme top-right of header) */
.SiteLink
{
    font-family: 'Trebuchet MS' , Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #ff6633;
    background-color: lavender;
}   

/* hyperlink style for the site links */
A.SiteLink:link
{
    text-decoration: none;
    color: #ff6633;
}

A.SiteLink:visited
{
    text-decoration: none;
    color: #ff6633;
    font-weight: bold;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:darkorange;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:blue;
}

/* style for separator between site links */
.Accent
{
    color: cornflowerblue;
    font-weight: bold;
}



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: 'Trebuchet MS' , Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: 'Trebuchet MS' , Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: indianred;
}



/* GENERAL */
/* style for module titles */
.Head
{
    font-family: 'Trebuchet MS' , Verdana, Helvetica, sans-serif;
    font-size: 17px;
    font-weight:  normal;
    color: blue;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: 'Trebuchet MS' , Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: blue;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: 'Trebuchet MS' , Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: blue;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Trebuchet MS , Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-align: justify;
    color: blue;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: 'Trebuchet MS' , Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: 'Trebuchet MS' , Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: 'Trebuchet MS' , Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages EDIT LINK's */
.CommandButton     {
    font-family: 'Trebuchet MS' , Verdana, Helvetica, sans-serif;
    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: blue;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: blue;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: blue;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: indianred;
}

.FormLabel
{
    font-family: 'Trebuchet MS' , Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: Blue;
}
.StatusLine
{
    font-family: 'Trebuchet MS' , Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: blue;
}
.TextoGeral
{
    font-family: 'Trebuchet MS' , Verdana, Helvetica, sans-serif;
    font-size: 9pt;
    text-align: justify;
    color: indianred;
}


/* GENERIC */
H1  {
    font-family: 'Trebuchet MS' , Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: yellow;
}

H2  {
    font-family: 'Trebuchet MS' , Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: 'Trebuchet MS' , Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: blue;
}

H4  {
    font-family: 'Trebuchet MS' , Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: blue;
}

H5, DT  {
    font-family: 'Trebuchet MS' , Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: blue;
}

H6  {
    font-family: 'Trebuchet MS' , Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: blue;
}

TFOOT, THEAD    {
    font-family: 'Trebuchet MS' , Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: blue;
}

TH  {
    vertical-align: baseline;
    font-family: 'Trebuchet MS' , Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: blue;
}

A:link  {
    text-decoration:    none;
    color:  blue;
}

A:visited
{
    text-decoration: none;
    color: blue;
}

A:active    {
    text-decoration:   none;
    color:  blue;
}

A:hover {
    text-decoration:    underline;
    color:  red;
}

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
}
.MpayScreenTitle
{
	font-size: small;
	font-family: Verdana;
	background-color: lightblue;
}
.MpayTabHeader
{
	background-color: paleturquoise;
	font-size: x-small;
	font-family: Verdana;
	color: darkgray;
}
.MpayTabSelected
{
	background-color: lightcyan;
	font-size: x-small;
	font-family: Verdana;
	font-weight:bold;
}
.MpayTabBG
{
	background-color: lightcyan;
	font-size: x-small;
	font-family: Verdana;
}
.logo 
{
    position:  absolute;
    top:0;
    right:-1px;
}

.logo a
{
    border-width:0;
}

#corner-top-left 
{
    position:absolute;
    top:0;
    left:0;
    background:url(corner-top-left.png) no-repeat;
    width:56px;
    height:45px;
}

.dashboardLink
{
    background-position:left center;
    background:url(images/btn-blank-background.png)  repeat-x;
    height:53px;
    border-width:0;
    padding: 0 0 0 0;
}

.Legenda {
    font-family: Trebuchet MS , Verdana, Helvetica, sans-serif;
    font-weight: normal;
    text-align: justify;
    color: blue;
	font-size: x-small;
}
.Logon
{
    font-family: 'Trebuchet MS' , Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #ff6633;
    background-color: transparent;
}   