@charset "UTF-8";
body {
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #333333;
	background-color: #000000;
	vertical-align: top;
	padding: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	background-position: center top;
	margin-top: 150px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
	background-attachment: fixed;
}
a:link, a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover, a:active {
	text-decoration: none;
	color: #0033CC;
}
p {
	margin-top: 0; margin-bottom: 5px;
}
hr {
	height: 1px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h3 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #406a80;
}

/*****************************************/
/*** Classes ***/
/*****************************************/

/* Backgrounds */

.welcometbl {
	background-image:url(../images/tit_welcome.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 282px;
	padding-right: 60px;
	padding-left: 132px;
}


/* Tables */

.tbl_cnr_01 {
	background-image: url(../images/tbl_cnr_01.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	/*padding: 13px;*/
	height: 26px;
	width: 26px;
}
.tbl_cnr_02 {
	background-image: url(../images/tbl_cnr_02.png);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	/*padding: 0px;*/
	height: 26px;
}
.tbl_cnr_03 {
	background-image: url(../images/tbl_cnr_03.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	/*padding: 13px;*/
	height: 26px;
	width: 26px;
}
.tbl_cnr_04 {
	background-image: url(../images/tbl_cnr_04.png);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 26px;
	width: 26px;
}
.tbl_bg_05 {
	background-image: url(../images/tbl_bg_05.png);
	background-repeat: repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: left;
	vertical-align: top;
}
.tbl_cnr_06 {
	background-image: url(../images/tbl_cnr_06.png);
	background-repeat: repeat-y;
	background-position: right top;
	margin: 0px;
	padding: 0px;
	height: 26px;
	width: 26px;
}
.tbl_cnr_07 {
	background-image: url(../images/tbl_cnr_07.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
	height: 26px;
	width: 26px;
}
.tbl_cnr_08 {
	background-image: url(../images/tbl_cnr_08.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
	height: 26px;
}
.tbl_cnr_09 {
	background-image: url(../images/tbl_cnr_09.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px;
	padding: 0px;
	height: 26px;
	width: 26px;
}
.tbl_eagle_top {
	text-align: center;
	vertical-align: middle;
}


/* Columns */

.col01 {
	text-align: left;
	vertical-align: top;
	width: 230px;
}
.col02 {
	text-align: left;
	vertical-align: top;
	width: 470px;
}
.col03 {
	text-align: left;
	vertical-align: top;
	width: 230px;
}
.col_left {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9c9791;
	width: 245px;
	padding-right: 15px;
}
.col_middle{
	padding-left: 10px;
	padding-right: 10px;
}
.col_right {
	padding-left: 10px;
}

/* Titles */

.tits_img {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.tits_text {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #206080;
}
.contentpagetitle {
	font-size:24px;
	line-height:22px;
	color:#000000;
	padding-top: 20px;
	letter-spacing: -1px;
}



/* Buttons */

.bt_entrar {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 170px;
}
.buttonheading {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/* Forms */

input {
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #403f3d;
	background-color: #FFFFFF;
	margin: 1px;
	padding: 3px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.formstyle {
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #403f3d;
	background-color: #CCCCCC;
	margin: 0px;
	padding: 2px;
	height: 24px;
	width: 480px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.formstyle2 {
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #403f3d;
	background-color: #CCCCCC;
	margin: 0px;
	padding: 2px;
	height: 120px;
	width: 480px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/* Images */

.bnnrs_home {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
/*.contentheading {
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #006699;
}*/

/* Other */

.small {
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #403f3d;
}
.createdate {
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #403f3d;
	font-weight: bold;
}
.modifydate {
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #403f3d;
	font-weight: bold;
}
.readon {
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #403f3d;
	font-weight: bold;
}
.latestnews {
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #403f3d;
}
.contentheading {
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 26px;
	font-weight: normal;
	color: #403f3d;
	line-height: 24px;
}
.moduletable {
	color: #403f3d;
	line-height: 20px;
}
.moduletable2 {
	letter-spacing: -1px;
}
.bannergroup {
	margin-top: 10px;
	margin-bottom: 10px;
}
/*.componentheading {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9c9791;
}
.contentpaneopen {
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}*/
.whosonline {
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.randomimage {
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #403f3d;
	line-height: 20px;
	width: 230px;
	margin: 0px;
	padding: 0px;
	width: 230px;
	text-align: left;
}
.article_separator {
	margin-top: 10px;
	margin-bottom: 20px;	
}