﻿html, body {
	font-family: arial;
	font-size: 12px;
	border: 0;
	color: #A06750;
}

body, img, p, h1, h2, h3, h4, h5, ul, ol, li, form, blockquote {
	margin: 0;
	padding: 0;
}

body {
	background-color: #419AB1;
}

#header {
	width: 100%;
}

.wrap-out {
	width: 100%;
	border: 0px,transparent,none;
	padding: 0px 0px 0px 0px;
}

.logo_header {
	border: 0px,transparent,none;
	background-image: url('images/header01.jpg');
	width: 800px;
	height: 114px;
	padding: 0px 0px 0px 0px;
}

.sidewindow {
	width: 200px;
	height: 600px;
	float: right;
	background-color: white;
}

.tabwindow {
	float: inherit;
	background-color: white;
}

.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	background-image: url('images/header02.jpg');
	margin: 0px;
	padding: 0px 0px 0px 0px;
	height: 35px;
}

.mootabs_title li {
	float: left;
	padding: 2px 8px 2px 8px;
	margin-right: 2px;
	cursor: pointer;
	color: black;
	border-left:
	background-image: url('images/button1.jpg');
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 35px;
	line-height: 35px;
}
.mootabs_title a {
      float:left;
      background:url("images/tableftF.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }

.mootabs_title li.active {
	color: white;
	background-image: url('images/barra.gif');
}

.mootabs_panel {
	display: none;
	position: relative;
	width: 100%;
	top: -1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	clear: both;
	color: #993300;
	overflow: auto;
	text-align:left;
	padding: 0px;
}

.mootabs_panel.active {
	background-color: white;
	color: #333333;
	display: block;
	
}
