﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
    font-size: 10pt;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 20px 0px 20px 0px;
    color: #696969;
    background-image: url('../Images/background.bmp');
}

a:link, a:visited
{
    color: #94BABB;
    text-decoration: none;
}

a:hover
{
    color: #465c71;
    text-decoration: underline;
}

a:active
{
    color: #94BABB;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}





/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-family: arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    color: #808080;
}


/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 961px;
    background-color: #fff;
    margin: 0px auto 0px auto;
    padding: 10px 10px 10px 10px;
}

.header
{
    position: relative;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    background: #94BABB;
    width: 961px;
    height: 184px;
    background-image: url('../Images/Logo.jpg');
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px;
    margin-top: 20px;
    
}

.bannerContainer
{
    width: 949px;
    min-width: 949px;
    max-width: 949px;
    min-height: 219px;
    max-height: 219px;
    height: 219px;
    border: 1px solid #DFBFBF;
    padding: 5px 5px 5px 5px;
}

.banner
{
    width: 948px;
    min-width: 948px;
    max-width: 948px;
    min-height: 218px;
    max-height: 218px;
    height: 218px;
}

.bannerFirstItem
{
    display: block;
}

.bannerItem
{
    display: none;
}

.bannerImg
{
    border: 0px none;
    width: 948px;
    height: 218px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
    
}

.ButtonFacebook
{
    background-image: url('../Images/icon_facebook_escuro.png');
    width: 25px;
    height: 25px;
}

.ButtonFacebook:hover
{
    background-image: url('../Images/icon_facebook_claro.png');
}


.footer
{
    width: 971px;
    margin: 0px auto 0px auto;
    padding: 5px 0px 10px 0px;
    text-align:right;   
}


.AlbumImage
{
    width:135px; 
    height:135px; 
    border: 15px solid #E6E6E6; 
}

.AlbumImage:hover
{
    opacity:0.75; filter:alpha(opacity=75);
}

.ButtonImage:hover
{
    opacity:0.75; filter:alpha(opacity=75);
}

.ButtonEbook
{
    margin-top:10px;
    margin-left:40px;
    background-image: url('../Images/Ebook.jpg');
    width: 75px;
    height: 75px;
}

.ButtonEbook:hover
{
    background-image: url('../Images/EbookSel.jpg');
}

.ButtonPortuguese
{
    background-image: url('../Images/Portuguese.jpg');
    width: 50px;
    height: 25px;
    border:0px none;
}

.ButtonPortuguese:hover
{
    background-image: url('../Images/PortugueseSel.jpg');
}

.ButtonEnglish
{
    background-image: url('../Images/English.jpg');
    width: 50px;
    height: 25px;
    border:0px none;
}

.ButtonEnglish:hover
{
    background-image: url('../Images/EnglishSel.jpg');
}

/* TAB MENU   
----------------------------------------------------------*/

div.menu
{
    width: 100%;
    height: 17px;
    margin-top: 100px;
    text-align: center;
    font-family: arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: White;
    white-space: nowrap;
}


div.menu a, div.menu a:visited
{
    padding: 0px 5px;
    text-decoration: none;
    color: White;
    white-space: nowrap;
}

div.menu a:hover
{
    color: #465c71;
    text-decoration: underline;
}

div.menu a:active
{
    text-decoration: none;
}


/* LEFT MENU   
----------------------------------------------------------*/

.LeftMenuItem
{
    width: 193px;
    height: 30px;
    text-align: left;
    font-family: arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #696969;
    white-space: nowrap;
    padding: 0px 30px 0px 20px;
    border-style: None;
    background-color: white;
    background-image: url('../Images/MenuWhite.jpg');
    background-repeat: no-repeat;
}

.LeftMenu a
{
    text-decoration: none;
}

.LeftMenuItemSel
{
    width: 193px;
    height: 30px;
    text-align: left;
    font-family: arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: White;
    white-space: nowrap;
    vertical-align: middle;
    padding: 0px 30px 0px 20px;
    background-image: url('../Images/MenuBG.jpg');
    background-repeat: no-repeat;
    border-style:None;
    background-color:white;
    
}

.LeftMenuItem:hover
{
    width: 193px;
    height: 30px;
    text-align: left;
    font-family: arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #696969;
    white-space: nowrap;
    padding: 0px 30px 0px 20px;
    background-image: url('../Images/MenuBGSel.jpg');
    background-repeat: no-repeat;
    cursor: pointer;
}

.ListItemTitle
{
    font-size: 10pt; 
    color: #94BABB; 
    line-height: 22px;  
    background-color:white;
    border-style:None; 
    white-space: normal; 
    text-align:left; 
    margin:0px;
    padding:0px;
}

.ListItemTitle:hover
{
    color: #465c71;
    text-decoration: underline;
    cursor: pointer;
}

.ListItemLink
{
     color: #94BABB; 
    background-color:white;
    border-style:None; 
    white-space: normal; 
    text-align:left; 
    margin:0px;
    padding:0px;
}

.ListItemLink:hover
{
    color: #465c71;
    text-decoration: underline;
    cursor: pointer;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}


.headerbuttons
{
    text-align: right;
    width: 920px;
    padding-top: 21px;
    
}

.headerbuttons img
{
    margin:0px;
    border:0px;
    padding:2px;
}

.headerbuttons a, .headerbuttons a:visited
{
    text-decoration: none;
     padding: 10px, 10px, 10px, 10px;
}

.headerbuttons a:link
{
}

.headerbuttons a:hover
{
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}


/* Tables  
----------------------------------------------------------*/

.table
{
    margin: 0px;
    border: 0px;
    padding: 0px;
    width: 100%;
}

.tableOuterMargin
{
    width:35px;
    max-width:35px;
    min-width:35px;
}

.tableInnerMargin
{
    width:25px;
    max-width:25px;
    min-width:25px;
}

.tableVerticalSeparator
{
    background-color: #94BABB;
    width: 1px;
    max-width: 1px;
    min-width: 1px;
}

.tableVerticalSeparatorWhite
{
    width: 1px;
    max-width: 1px;
    min-width: 1px;
}

.tableHorizontalSeparator
{
    background-color: #94BABB;
    height: 1px;
    max-height: 1px;
    min-height: 1px;
}

.tableHorizontalSeparatorSpace
{
    height: 15px;
    max-height: 15px;
    min-height: 15px;
}

.tableContent
{
    /*width: 50%;*/
    padding-top: 15px;
    padding-bottom: 15px;
    vertical-align: top;
    /*min-width:420px;*/ 
}

.tableMenu
{
    width: 20%;
    padding-top: 15px;
    padding-bottom: 15px;
    vertical-align: top;
}

.tableContentMenu
{
    width: 80%;
    padding-top: 15px;
    padding-bottom: 15px;
    vertical-align: top;
}

.tableHeader
{
    height: 25px;
    max-height: 25px;
    min-height: 25px;
    font-family: arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #808080;
}
