﻿.conteudo
{
    margin-right: 10px;
    margin-left: 10px;
}

.titulo
{
    color: #a6b483;
    font-family: tahoma;
    font-weight: bold;
}

.titulo2
{
    color: #808080;
    font-size: 11px;
    font-family: tahoma;
    font-weight: bold;
    text-decoration: none;
}

a.titulo2:hover
{
    color: #000000;
}

.vermelho
{
    font-size: 14px;
    font-family: Tahoma;
    color: #FF0000;
    font-weight: bolder;
}

.roxo
{
    font-family: Tahoma;
    font-size: 14px;
    font-weight: bolder;
    color: #660033;
}

.icones
{
    color: #C0C0C0;
}
a.icones:hover
{
    color: #FF0000;
}

.ratingStar
{
    white-space:nowrap;
    margin:1em;
    height:17px;
}

.ratingStar .ratingItem 
{
    font-size: 0pt;
    width: 17px;
    height: 17px;
    margin: 0px;
    padding: 0px;
    display: block;
    background-repeat: no-repeat;
    cursor:pointer;
}

.ratingStar .Filled 
{
    background-image: url(ratingStarFilled.png);
}

.ratingStar .Empty 
{
    background-image: url(ratingStarEmpty.png);
}

.ratingStar .Saved 
{
    background-image: url(ratingStarSaved.png);
}

.texto
{
    font-family: Tahoma;
    font-size: 12px;
    font-style: italic;
    color: #808080;
}

.vejaMais
{
    font-family: Tahoma;
    font-size: 12px;
    color: #669900;
    text-decoration: none;
}

a.vejaMais:hover
{
    text-decoration: underline;
    color: #009900;
}

.tituloHome
{
    font-family: Tahoma;
    font-size: 14px;
    font-weight: bolder;
    color: #999966;
    text-decoration: none;
}

a.tituloHome:hover
{
    color: #333300;
}

floatPanel
{
    display:none;
    position:absolute;
    top:100px;
    left:100px;
    padding:10px;
    border:solid 4px black;
    background-color:white;
}

/*webWindow*/
.webWindow
{
    border:Outset;
    background-color:white;
}
.webWindowBody
{
    padding:10px;
}
.webWindowTitleBar
{
    font:14px Verdana,Sans-Serif;
    padding-left:10px;
    background-color:Blue;
    color:white;
    cursor:move;
}
.webWindowTitleText
{
    float:left;
}
.webWindowClose
{
    background-color:Maroon;
    font-weight:bold;
    cursor:pointer;
}

.modalPopup
{
    border: 3px solid #5F8971;
    background-color: #F0FFDD;
    padding: 8px;
    width: 400px;
}
.modalBackground 
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.textArea
{
    border: 1px solid #C0C0C0;
    width: 300px;
    height: 100px;
}

.texto
{
    font-family: Tahoma;
    font-size: 12px;
    color: #808080;
}

.button
{
    border: 2px solid #006600;
    background-color: #FF9900;
    color: #FFFFFF;
}

.modalLink
{
    color: #5F8971;
    text-align: right;
    text-decoration: none;
    font-weight: bolder;
}

a.modalLink:hover
{
    text-decoration: underline;
    font-weight: bolder;
}

.divUserControls
{
    width: 510px;
    margin: 0 auto;
}

.divImagem
{
    border-width: 1px;
    border-color: #C0C0C0;
    float: left;
    padding-right: 10px;
    border-right-style: solid;
}

.divVideo
{
    float: right;
    padding-left: 5px;
}

  .rodape_pagina
{
    background-color: #E6FFFE;
    font-weight: bold;
    padding: 5px 5px 5px 5px;
    border: 1px solid #00FFFF;
    font-family: Tahoma;
    text-align: center;
    color: #0099CC;
    border-radius: 10px;
    -moz-border-radius: 10px;
}

.teste
{
    border-style: solid;
    border-width: 1px 1px 10px 1px;
    border-color: #008000;
    background-color: #D7FFD7;
}

.teste
{
    background-color: #DCF3C5;
}

.verde2
{
     background-color: #E6E9C5;
}
.teste
{
    color: #009933;
}