﻿* {
	margin: 0;
	padding: 0;
}
h2
{
    font-size: 25px;
    font-family: Lucida Sans, Verdana;
    color: #2A2;
    margin-top: 10px;
    margin-bottom: 10px;    
}
h3
{
    font-size: 18px;
    font-family: Lucida Sans, Verdana;
    color: green;
    margin: 7px;
}

body
{
	padding: 0px;
	background-color: gray;
    width: 820px;
}
#background-layer
{
    display: block;
    position: relative;
    width: 820px;
    background-color: #FFF;
    overflow: hidden;
}
a
{
	text-decoration: none;
}

p
{
    padding-top: 5px;
    padding-bottom: 5px;
}

img
{
	border: none;
}

input, select
{
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	margin: 2px;
	border: 1px solid #d2d2d2;
}
#header
{
    width: 100%;
    height: 113px;
    text-align: left;
}

#rightcol
{
    position: relative;
    float: right;
    vertical-align: top;
    padding-top: 10px;
    width: 140px;
    min-height: 656px;
    height: 656px;
    background-image: url('/images/wsm/background/gwgrad.jpg');
    background-repeat:repeat-x;
    background-color: #FFF;
    text-align: center;
    font-size: 8pt;
    bottom: 0px;
}

#main
{
	float: left;
    position: relative;
	display: block;
	width: 680px;
	background-color: #FFF;
}

#main #content
{
	display: block;
	float: left;
	width: 90%;
	position: relative;
	height: auto;
	font-family: Arial, Verdana, Lucida Sans;
    font-size: 12px;
    overflow: hidden;
    margin-left: 5%;
    margin-right: 5%;
}

#bottom
{
    position: relative;
    float: left;
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
    line-height: 17px;
    margin: 0px;
    background-color: #009700;
    color: white;
    font-size: 8pt;
    text-align: center;
}

#menu
{
	position: relative;
    border-top: 1px solid Black;
    background-color: #009700;
    width: 100%;
    height: 20px;
    line-height: 20px;
    margin: 0px;
    padding: 0px;
    font-family: Verdana;
    text-align: center;
    font-size: 8pt;
    color: White;
}

#menu a
{
    font-size: 8pt;
    color: White;
    text-decoration: none;
    display: block;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 19px;
    height: 19px;
}

#menu a:hover
{
    background-image: url('/images/wsm/background/menu-onover.gif');
    text-decoration: underline;
}

#submenu
{
	position: relative;
    background-color: #009700;
    float: left;
    width: 100%;
    font-family: Verdana;
    text-align: left;
    line-height: 20px;
    height: 25px;
    font-size: 8pt;
    color: White;
    background-image: url('/images/wsm/background/submenu.gif');
}

#submenu div
{
    color: #373737;
    padding-top: 2px;
    padding-left: 8px;
    height: 26px;
    float: left;
}

#submenu #form-login
{
    background-image: none;
    position: absolute;
    text-align: right;
    right: 10px;
    line-height: 14px;
    height: 14px;
    font-size: 8pt;
    font-family: Lucida Sans;
	padding-left: 0px;
}

#submenu #form-login input
{
    padding: 0px;
    margin: 0px;
    margin-top: 1px;
    line-height: 14px;
    border: green solid 1px;
    font-size: 8pt;
    font-family: Lucida Sans;
    height: 14px;
}

#submenu #form-login .button
{
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 3px;
    padding-right: 3px;
    vertical-align: bottom;
    border: white solid 1px;
    color: white;
    background-color: #009700;
    font-size: 8pt;
    line-height: 12px;
    height: 16px;
    font-family: Tahoma;
    cursor: pointer;
}

#submenu #form-login .button:hover
{
    border: #009700 solid 1px;
    background-color: #00C900;
}

#fullbanner
{
	margin-top: 20px;
	margin-bottom: 20px;
}

#banner
{
}

/* Pages */
.pagination
{
    width: 100%;
    text-align: center;
    margin: 10px;
}

.another_page
{
    font-size: 12px;
}

.actual_page
{
    font-size: 12px;
    font-weight: bold;
}

/* barra de controle */
.bar
{
	position: relative;
    display: block;
	width: 100%;
	font-family: Arial;
	font-size: 9pt;
	margin-bottom: 20px;
}
.bar .item
{
	font-size: 8pt;
	font-family: Tahoma, Arial;
	padding-left: 10px;
	padding-right: 10px;
}
.bar a, .bar a:visited
{
	color: Navy;
	font-weight: bold;
}
.bar a:hover
{
	text-decoration: underline;	
}

/* timer */
#timer
{
    display: none;
    position: fixed;
    top: 5px;
    right: 5px;
    font-family: Lucida Sans, Arial, Verdana;
    font-size: 8pt;
    color: white;
}
