/**
*   Copyright (c) 2008, All rights reserved.
*   António Rodrigues, www.alfarod.net
*   
*   The author does not authorize the copy of this code, fully or partially,
*   without expressed permission according to the law and international conventions.
*/

/** 
* ====================================
*            Page styles
* ==================================== 
*/
body {
	margin: 0;
	padding: 0;
	text-align: center;
}

.mainBox {
	margin: 0 auto 0 auto;
	width: 900;
	height: 100%;
	border: 0;
}
.headerBox {
	vertical-align: top;
	height: 1%;
}
.contentBox {
	vertical-align: top;
	height: 98%;
	padding: 10 10 10 10;
}
.footerBox {
	vertical-align: bottom;
	height: 1%;
}
.centered {
	text-align: center;
	margin: 0 auto 0 auto;
}

/** 
* ====================================
*                HEADER STYLES
* ==================================== 
*/
table.logoTable {
	width: 100%;
	margin-top: 15;
}
table.topMenuTable {
	width: 100%;
	margin-top: 15;
}
td.topMenuBar {
	background-color: #ffffff;
	background-image: url('../img/bkgMenuBar.jpg');
	background-repeat: repeat-x;
	background-position: top left;
}
td.topMenuCell {
	background-color: #ffffff;
	background-image: url('../img/bkgMenuBar.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	width: 110;
	vertical-align: top;
}

/** 
* ====================================
*                MENU STYLES
* ==================================== 
*/
div.topMenu {
	padding-bottom: 15;
}
div.downMenu {
	Position: absolute;
	visibility: hidden;
	background-color: #1789C8;
	background-image: url('../img/bkgMenuBarInv.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	width: 102;
	min-width: 102;
	padding: 5 5 5 5;
}
.topMenu {
	font-family: verdana, helvetica, arial;
	font-size: 10;
	font-weight: bold;
	color: #666666;
	text-transform: uppercase;
	text-align: center;
}
.downMenu {
	font-family: verdana, helvetica, arial;
	font-size: 10;
	color: #ffffff;
	text-align: left;
	white-space: nowrap;
	line-height: 160%;
}
.language {
	
}

/** 
* ====================================
*                FOOTER STYLES
* ==================================== 
*/
table.footerTable {
	height: 10;
	width: 100%;
	border-top: 1px solid #1789C8;
}
td.footerCell {
	height: 10px;
	text-align: center;
	vertical-align: middle;
	padding: 2 0 2 0;
}
.footerText {
	font-family: verdana, helvetica, arial;
	font-size: 9;
	color: #666666;
}




/** 
* ====================================
*                CONTENT STYLES
* ==================================== 
*/
.contentTitle {
	font-family: verdana, helvetica, arial;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
.contentText {
	font-family: verdana, helvetica, arial;
	font-size: 11px;
	color: #333333;
}
.language, .tinyText {
	font-family: verdana, helvetica, arial;
	font-size: 10px;
	color: #666666;
}


/** 
* ====================================
*                ANCHORS
* ==================================== 
*/
a {
	text-decoration: none;
	color: #0066cc;
}
a:hover {
	text-decoration: underline;
	color: #0066cc;
}
.language a {
	text-decoration: none;
	color: #666666;
}
.language a:hover {
	text-decoration: underline;
	color: #666666;
}
.topMenu a {
	text-decoration: none;
	color: #666666;
}
.topMenu a:hover {
	text-decoration: underline;
	color: #666666;
}
.downMenu a {
	text-decoration: none;
	color: #ffffff;
}
.downMenu a:hover {
	text-decoration: underline;
	color: #ffffff;
}


/** 
* ====================================
*                IMAGES
* ==================================== 
*/
img.decoration {
	border: 1px double #aaaaaa;
	display: inline;
}
div.decoration {
	margin: 0 0 10 10;
	height: auto;
	width: auto;
	float: right; 
	text-align: center;
}
div.caption {
	font-family: verdana, helvetica, arial;
	font-size: 8px;
	color: #333333;
	text-transform: uppercase;
	text-align: center;
}
