/* CSS Document */
/*--------------------------------------*/
/* Basic CSS found in header and footer */
/*--------------------------------------*/
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}

#geral{
	position:absolute;
	top: 0;
	left: 0;
}

#top{
	width: 910px;
	height: 138px;
	padding: 0;
	margin: 0;
	background-image:url(../imgs/top_bg.jpg);
}

#logo{
	position: relative;
	top: 3px;
	left: 10px;
	margin: 0;
	padding: 0;
}

#title{
	position: relative;
	top: 3px;
	left: 15px;
	margin: 0;
	padding: 0;
}

#header_pic{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

#blank_r{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 910px;
	width: 14px;
	height: 138px;
	background-image:url(../imgs/shadow_right.jpg);
	background-position:left;
	background-repeat: repeat-y;
}

#container{
	position: relative;
	top: 0;
	left: 95px;
	width: 824px;
	background-image:url(../imgs/shadow.jpg);
	background-position:left;
	background-repeat: repeat-y;
	padding: 0 10px 0 10px;
	margin: 0;
}

.linebar{
	position:relative;
	top: 0;
	width: 804px;
	height: 19px;
	background-image:url(../imgs/top_detail.jpg);
	background-repeat:repeat-x;
	clear: both;
}

.linebar span{
	position: absolute;
	top: 3px;
	left: 9px;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#bottom_detail{
	position: relative;
	top: 0;
	left: -10px;
	width: 824px;
	height: 10px;
	padding: 0;
	margin: 0;
	background-image:url(../imgs/shadow_bottom.jpg);
	background-repeat:no-repeat;
	clear: both;
	/* To correct a IE bug */
	font-size: 1px;
}

#content{
	width: 790px;
	margin: 7px 0 7px 7px; 
	padding: 0 0 5px 0;
}

/*----------------------------------*/
/* Basic CSS found on all the pages */
/*----------------------------------*/
h1, h2{
	margin: 0 0 7px 0;
	background-color: #0066a7;
	font-weight: bold;
	color: #ffffff;
	font-size: 13px;
}

h1{
	padding: 5px;
	text-transform:uppercase;
}

h2, p{
	padding: 1px 5px;
}

h2.link{
	padding: 0;
}

h2 a{
	padding: 1px 5px;
	display: block;
	color: #ffffff;
	text-decoration: none;
}

h2 a:hover{
	background-color: #0099FF;
}

.description{
	background-color: #ffffff;
	color: #0066a7;
	margin: 5px 8px 5px 4px;
}

/*-------------*/
/*  Warn boxes */
/*-------------*/
#backwindow{
	z-index: 0;
	border: none;
}

p.error{
	background-color: #ff0000;
	border: solid 2px #ffff00;
	color: #ffffff;
	font-weight:bold;
	padding: 5px;
	margin: 10px;
	z-index: 1;
}

p.warn{
	background-color: #ffffff;
	border: solid 2px #0066a7;
	color: #0066a7;
	font-weight:bold;
	padding: 2px 5px;
	margin: 10px;
	z-index: 1;
}

/*---------*/
/*  Tables */
/*---------*/

table{
	border: solid 1px #0066a7;
	margin: 0 10px;
	padding: 0;
}

tr{
	margin: 0;
	padding: 0;
}

th, td{
	margin: 0;
	padding: 2px;
	color: #0066a7;
	border: solid 1px #0066a7;
}

th{
	background-color: #ffffff;
}

th a,td a{
	display: block;
	color: #000000;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #ffffff;
}

th a img, td a img{
	display: block;
	margin: auto;
}

th a:hover, td a:hover{
	border: 1px solid #0066a7;
	background-color: #ffffff;
	color: #0066a7;
}

.name, .group{
	width: 200px;
}

.status{
	width: 150px;
}

/*----------------*/
/* buttons */
/*----------------*/
p.register{
	width: 98%;
	position: relative;
	height: 30px;
	margin: 0;
}

p.link{
	width: 96%;
	position: relative;
	height: 30px;
	margin: 0;

}

p.link a, p.register a{
	display: block;
	position: absolute;
	right: 10px;
	width: 100px;
	margin: 0;
	padding: 2px;
	background-color: #ffffff;
	color: #0066a7;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	border-left: 2px solid #ffffff;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #0066a7;
	border-bottom: 2px solid #0066a7;
}

#login p.register a{
	color: #0066a7;
}

p.link a:hover, p.register a:hover{
	color: #ffffff;
	background-color: #0066a7;
	border-left: 2px solid #0066a7;
	border-top: 2px solid #0066a7;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}

#main_area p.link a:hover{
	color:#ffffff;
}

#login p.register a:hover{
	color: #ffffff;
}

/*-------*/
/* Forms */
/*-------*/
form{
	position: relative;
	margin: 0;
	padding: 0 0 40px 0;
}

label{
	font-weight: bold;
	color: #0066a7;
}

input, textarea, select{
	border: solid 1px #0066a7;
	color: #0066a7;
}

.submit{
	position: absolute;
	right: 0;
	border: outset 1px #0066a7;
	background-color: #ffffff;
	font-weight: bold;
	margin: 5px 0 0 0;
}

form p{
	margin: 10px 0;
}

.newform{
	margin: 5px 10px;
}

.largeinput{
	width: 700px;
}

.mediuminput{
	width: 300px;
}

.smalltxtbox{
	width: 770px;
	height: 68px;
}

.largetxtbox{
	width: 770px;
	height: 136px;
	position: relative;
}

/*---------------------*/
/* Errors and warnings */
/*---------------------*/
.error, .warning{
	width: 90%;
	margin: auto;
	padding: 5px;
	text-align: center;
	font-weight: bold;
}

.error{
	background-color: #ffff99;
	border: 2px solid #ff0000;
	color: #ff0000;
}

.warning{
	background-color: #ffffff;
	border: 2px solid #ff0000;
	color: #ff0000;
}

#btnClose{
	display: block;
	background-color: #FFFFFF;
	color: #ff3333;
	border: 1px solid #ff3333;
	margin: 5px auto;
}

/*--------*/
/* Editor */
/*--------*/
iframe{
	border: solid 1px #0066a7;
	color: #0066a7;
}

/* ------- */
/* Content */
/* ------- */

#main_area table{
	border-collapse: collapse;
	border: 2px solid #0066a7;
	color: #000000;
	margin: auto;
	width: 90%;
}

#main_area table th, #main_area p table td{
	background-color: #ffffff;
	border-collapse: collapse;
	text-align: center;
	color: #000000;
}

#main_area table td a{
	width: 100%;
	padding: 0;
	margin: auto;
	border: none;
	color: #0066a7;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}

#main_area table td a:hover{
	border: none;
}