﻿#background-layer
{
    background-color: #E0F6E1;
}

#submenu
{
    background-image: url('/images/wsm/background/submenu-home.gif');
}

#main
{
    background-color: #E0F6E1;
	overflow: hidden;
}

#main #content
{
    margin-left: 10px;
    margin-right: 10px;
    width: 98%;
}

/* TABLE CLASSES */
#home_col1, #home_col2
{
    text-align: left;
    position: relative;
	float: left;
    vertical-align: top;
    width: 330px;
    display: block;
}
#rightcol
{
    background-image: url('/images/wsm/background/gwgrad-home.jpg');
}

#principal
{
	width: 650px;
	margin-left: 15px;
	margin-right: 0px;
}

/* Wind News  e  Calendário */
.newslink
{
    margin-bottom: 1px;
    margin-left: 4px;
    margin-right: 8px;
    padding: 5px;
    display: block;
    background-color: White;
    font-size: 8pt;
    font-family: Lucida Sans, Tahoma, Arial;
    text-decoration: none;
    color: #173c17;
    line-height: 16px;
    min-height: 100px;
    height: auto !important;
    height: 100px;
}
.newslink .date
{
    color: Maroon;
    display: block;
}

.newslink .title
{
    font-weight: bold;
    color: Black;
    padding-bottom: 4px;
    padding-top: 2px;
    display: block;
}

.newslink img
{
    border: 1px solid black;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
}

.calendar 
{
    height: 100px
}

/* Aloha */
.aloha
{
    margin-bottom: 1px;
    margin-left: 4px;
    margin-right: 8px;
    padding: 5px;
    display: block;
    background-color: White;
    font-size: 8pt;
    min-height: 13px;
    font-family: Lucida Sans, Tahoma, Arial;
    text-decoration: none;
    color: #173c17;
    line-height: 13px;
    vertical-align: middle;
}
.aloha:hover
{
    background-color: #cdf6cd;
}
/* Frames */
.frame
{
    margin-top: 10px;
    margin-bottom: 20px;
    width: 325px;
    display: block;
}

.frame .ftitle
{
    color: #022902;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 2px;
    margin: 0px;
    height: 15px;
    font-family: Verdana;
    font-size: 10pt;
    font-weight: bold;
}

.frame .plus
{
    text-align: right;
    font-size: 8pt;
    line-height: 16px;
}
.frame .plus .pluslink
{
    font-family: Lucida Sans, Tahoma;
    font-size: 8pt;
    color: black;
    text-decoration: none;
    padding-right: 8px;
}
.frame .plus .pluslink:hover
{
    text-decoration: underline;
}

.frame .photo
{
    text-align: center;
    background-color: White;

    margin-bottom: 2px;
    padding: 5px;
    font-size: 8pt;
    border: 0px;
    margin-left: 4px;
    margin-right: 8px;
}

/* Frame verde */
.frmgreen
{
    background-color: #E0F6E1;
}
.frmgreen .ftitle
{
    background-image: url('/images/wsm/background/frmgrntop.png');
}
.frmgreen .fmain
{
    background-image: url('/images/wsm/background/frmgrn.png');
    color: #022902;
    margin-top: -1px;
}
.frmgreen .fbottom
{
    background-image: url('/images/wsm/background/frmgrnbottom.png');
    background-position: top;
    height: 10px;
    background-repeat: no-repeat;
}

.frmgreen .newslink:hover
{
    background-color: #cdf6cd;
}

/* Frame laranja */
.frmorange
{
    background-color: #E0F6E1;
}

.frmorange .ftitle
{
    background-image: url('/images/wsm/background/frmoratop.png');
}
.frmorange .fmain
{
    background-image: url('/images/wsm/background/frmora.png');
    color: #022902;
    margin-top: -1px;
}
.frmorange .fbottom
{
    background-image: url('/images/wsm/background/frmorabottom.png');
    background-position: top;
    height: 10px;
    background-repeat: no-repeat;
}
.frmorange .newslink:hover
{
    background-color: #f8f0c8;
}
