﻿/* CSS layout */
#masthead {
}

#top_nav {
/* border-bottom:thin aqua solid */
}

#container {
	position: relative;
	width: 100%; 
	height: 450px;
	letter-spacing:0px;
	padding:0px
}

#left_col {
	width: 180px;
	position: relative;
	left: 0px;
	top: 0px;
	height: 100%;
/*	border-right:thin aqua solid; */
	margin-top:0px;
	vertical-align:top;
}

#right_col {
	width: 180px;
	position: relative;
	left: 0px;
	top: 0px;
	height: 100%;
/*	border-left:thin aqua solid; */
	margin-top:0px;
	vertical-align:top;
}

#page_content {
	margin-left: 180px;
	height: 100%;
	vertical-align:top;
	text-align:left;
	width:80%;
}

#footer {
/*	border-top:thin aqua solid; */
}

.BodyLayout {
	top: 0px;
	left: 0px;
	margin:0px;
/*	background-image:url('Azul.jpg'); */
	background-position:center; 
/*	background-repeat:no-repeat; */
}
.pageTitle {
	font-size:42pt;
	text-align:center;
}

table.Main
{
	height:100%;
}

.Login
{
	font-size:9pt;
}
.menuBackdrop_jpg
{
	position: relative;
	left:0px;
	top:0px;
	width:180px; 
	height:305px;
	background: url("menuBackdrop1.jpg") no-repeat;
}
.menuTitle
{
	position: absolute;
	left: 10px;
	top: 12px;
	width: 160px;
	height: 20px;
	font-family: Verdana, Arial, Helvetica;
	font-size: small;
	font-weight: bold;
	text-align: center;
	font-style: italic;
}
.menuButton1
{
	position: absolute;
	left:10px;
	top:40px;
}
.menuButton2
{
	position: absolute;
	left:10px;
	top:66px;
}
.menuButton3
{
	position: absolute;
	left:10px;
	top:92px;
}
.menuButton4
{
	position: absolute;
	left:10px;
	top:118px;
}
.menuButton5
{
	position: absolute;
	left:10px;
	top:144px;
}
.menuButton6
{
	position: absolute;
	left:10px;
	top:170px;
}
.menuButton7
{
	position: absolute;
	left:10px;
	top:196px;
}
.menuButton8
{
	position: absolute;
	left:10px;
	top:222px;
}
.menuButton9
{
	position: absolute;
	left:10px;
	top:248px;
}
.menuButton10
{
	position: absolute;
	left:10px;
	top:274px;
}
.menuButtonOn
{
	width:160px; 
	height:25px;
	background: url("menuButtonon.png") no-repeat;
	font-size:x-small;
	font-weight:bold;
	color: rgb(252,194,0);
	font-family:Verdana, Arial, Helvetica;
	padding-top:6px;
	padding-left:14px;
	cursor:pointer;
}
.menuButtonOn:hover
{
	width:160px; 
	height:25px;
	background: url("menuButtonhot2.png") no-repeat;
	font-size:x-small;
	font-weight:bold;
	color:#734A12;
	font-family:Verdana, Arial, Helvetica;
	padding-top:6px;
	padding-left:14px;
	cursor:pointer;
}
.menuButtonOff
{
	width:160px; 
	height:25px;
	background: url("menuButtonoff.png") no-repeat;
	font-size:x-small;
	font-weight:bold;
	color: rgb(252,194,0);
	font-family:Verdana, Arial, Helvetica;
	padding-top:6px;
	padding-left:14px;
	cursor:pointer;
}
.menuButtonOff:hover
{
	width:160px; 
	height:25px;
	background: url("menuButtonhot.png") no-repeat;
	font-size:x-small;
	font-weight:bold;
	color:#734A12;
	font-family:Verdana, Arial, Helvetica;
	padding-top:6px;
	padding-left:14px;
	cursor:pointer;
}
