html, body {
	font: 80% Tohama, Arial, sans-serif;
	background: #fff;
	color: #000;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

a {
	text-decoration: none;
	color: #2A3396;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

#container {
	height: 100%;
	width: 100%;
}

#container td {
	font-size: 1.1em;
	padding: 0px;
	margin: 0px;
}

#container td .wrapper {
	padding: 10px;
	font-size: 1.1em;
	margin: 0px;
}

#middle { background: #FFFFFF; }

#middle p, #middle table, #middle ul, #middle dl, #middle h3, #middle h5 {
	margin: 20px 10px;
	text-align: justify;
}

#middle #home-en {
	width: auto; height: 315px; overflow: hidden; 
	background: url(images/home_en2.jpg) 0 0 no-repeat; 
	margin: 30px 10px 30px 1.5em;
	text-align: center;
}

#middle #home-en span { 
	display: none; 
	overflow: hidden;
}

#middle h5 {
	margin-bottom: -1em;
	padding: 0px;
	font-weight: bold;
	font-size: 1.1em;
}

#middle #articlesList {
	margin: 1.6em 2.3em;
	list-style-type: square;
}

#middle #articlesList li {
	font: bold .9em verdana, sans-serif;
}

#middle #articlesList li ul {
	margin: 2px 1.6em;
}

#middle div.addContentForms {
	margin: 2em 4em; 
	border: 1px solid #333; 
	background: #f1f1f1;
}

#middle div.addContentForms ul {
	margin: 2px 1.6em;
}

#middle div.addContentForms p.submits {
	text-align: right; margin-right: 13em;
}

#linksList dt { 
	font: bold 1.1em "Trebuchet MS", sans-serif;
	background: #fff;
	padding: 2px;
}

#linksList dd {
	margin: 0px 0px 1em 1em;
}

.large { font-size: 1.2em; }

#header {
	background: #000264 url(images/header5.jpg) 
		top left no-repeat;
	height: 90px;
	margin: 0px;
	padding: 0px;
}

#header h1 {
	display: none;
	overflow: hidden;
}

#headerBottom {
	height: 10px;
	background: url(images/headerBottomBg.gif) repeat-x;
}

#navcontainer {
	width: 100%;
	height: 17px;
}

#navcontainer ul {
	padding: 0px;
	margin: 0px;
	background: #FFD940 url(images/navUl2.gif) left top repeat-x;
	color: #eee;
	float: left;
	width: 100%;
	height: auto;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a {
	padding: 0.2em 1em;
	background: #FFCC00 url(images/navBg.gif) left top repeat-x;
	color: #000;
	text-decoration: none;
	float: left;
	border-right: 1px ridge #000;
	font: bold 8pt verdana, sans-serif;
	margin: 0px;
}

#navlist #active a { background: #DADFE4; }

#navcontainer ul li a:hover, #navlist #active a:hover {
	background: #41546A;
	color: #ffffe0;
}



.titles {
	font: bold 1.3em "Trebuchet MS", sans-serif;
	color: #000;
	margin: 0px 4px 0px 0px;
	border-bottom: 1px solid #2A3396;
	padding: 2px 4px;
}

.mainPageTitles { margin: 20px 10px; }

#container td#left, #container td#right {
	 width: 18%; 
	 background: #eee;
	 height: 79%;
}

#left p, #right p {
	border-left: 2px solid #999; 
	padding-left: 6px; 
	padding-right: 4px;
	margin-left: 6px;
	margin-top: 0px;
	font-size: .84em;
	background: #f9f9f9;
}

/* Author of the testamonial */
.author, .addArticle {
	display: block; text-align: right; color: #C91F08;
}

.backButtons {
	margin-top: -1.4em; margin-right: 5px;
	display: block; text-align: right; color: #C91F08;
}

#date, #languages {
	background: #3672B7; color: #fff;
	padding: 10px;
	border-top: 1px solid #5957C4;
	text-align: center;
	height: 2em;
	margin: 0px;
}

#languages { color: #ddd; }

#languages a { 
	color: #fff; 
	font: bold 1em verdana, sans-serif;
	border-bottom: 1px solid yellow; 
}

#languages a:hover {
	text-decoration: none;
	border-bottom: 1px dotted white;
}

#currUser {
	background: #3672B7; color: #fff;
	padding: 10px;
	border-top: 1px solid #5957C4;
	height: 3em;
	margin: 0px;
	border-bottom: 1px solid #000;
}

#currUser dl { margin: 0px; }

#currUser dt { 
	font: bold 1.15em "Trebuchet MS", sans-serif; 
	color: #f5fffa; 
}

dl.mainPageDl {
	width: 100%;
    padding: 0px;
	margin: 0px 0px 10px 0px;
}

dl.mainPageDl dt {
	font: bold 1.15em "Trebuchet MS", sans-serif;
	letter-spacing: 2px;
	border-bottom: 2px solid #ddd;
}

dl.mainPageDl dd {
	margin: 0px 4px;
}

.mainDate {
	position: absolute;
	top: 12px;
	right: 0px;
	width: 80px;
	background: #33345D;
	padding: 4px;
	font-size: 11px;
	height: auto;
	color: #fff;
	z-index: 200;
}

#logout a {
	position: absolute;
	top: 80px;
	right: 0px;
	z-index: 200;
	color: #000;
	letter-spacing:1px;
	background: #FFCC00 url(images/logout.gif) left top repeat-x;
	border-right: 1px solid #333;
	border-left: 1px solid #333;
	padding: 0px 5px;
	text-decoration:none;
	font-weight: bold;
	font-size: 12px;
}

#right #date {
	margin-bottom: 10px;
}

#left .login-mailList, #right .login-mailList  {
	margin: 2px 0px 20px 0px;
}


.login-mailList form {
	text-align: right;
	margin: 0px;
}


.login-mailList legend {
	color: #3672B7;
	font: bold .8em verdana, sans-serif;
	letter-spacing: .2em;
	text-transform: uppercase;
}

.login-mailList form div {
	padding: 4px;
	margin: 0px;
}

.login-mailList strong {
	font: bold .75em verdana, sans-serif;
}

.login-mailList input {
    border: 1px solid #ccc;
	width: 6em;
	font-size: .9em;
}

#ml { width: 8em; } 

.login-mailList input.s, .addSubmit {
    border: 1px solid #999;
    font: bold .8em verdana, sans-serif;
    background: #f9f9f9;
    color: #333;
	width: auto;
}

#right input.s { width: 7em; }

#bLeft, #bRight  {
	background: #3672B7; color: #fff;
}

#bRight { padding: 0px; margin: 0px auto; text-align: center; }

#bLeft { text-align: center; }

#bLeft a {
	display: block;
	color: #ffffe0;
	font: bold 1.1em verdana, sans-serif;
	margin: 0px;
	background: #3672B7;
	padding: 6px;
}

#bLeft a:hover {
	background: #41546A;
}


#footer {
	background: #000264;
	font-weight: bold;
	font-size: xx-small;
	text-align: center;
	color: #eee;
	height: 26px;
	padding: 4px;
}
#footer a {
	color: #f0f8ff;
}

h1 {
	font: bold 1.4em "Trebuchet MS", sans-serif;
	color: #000066;
	text-transform: uppercase;
}
	
	
	#menuWrap {
		background: #FFD940 url(images/navUl2.gif) left top repeat-x;
		position: absolute;
		top: 80px;
		left: 0px;
		height: 15px;
		width: 100%;
		z-index: 100;
	}

	#menubar {
		font-size:12px;
		font-family:arial, sans-serif;
		margin: 0px; padding: 0px;
		position: relative;
		width:99%;
		left:0px;
		top:0px;
		height: 15px;
	}
	#menubar a {
		color:#333;
		letter-spacing:1px;
		background: #FFCC00 url(images/navBg.gif) left top repeat-x;
		border-right: 1px solid #333;
		border-left: 1px solid #333;
		padding: 0px 6px;
		text-decoration:none;
		margin: 0px -3px;
		font-weight: bold;
	}
	#menubar a.active {
		border-right-color:#000;
		border-left-color:#000;
		background: #41546A;
		color:#e5e5e5;
	}
	
	.menu .options {
		border-right:1px solid #000;
		border-bottom:1px solid #000;
		border-left:1px solid #000;
		background:#FFD940;
	}
	.menu a {
		color:#000;
		display:block;
		padding:2px 10px;
		text-decoration:none;
		margin: 0px;
		font-size: 10px;
	}
	.menu a:hover, #menubar a.home:hover {
		background: #41546A;
		color:#eee;
	}
	
	#header2 {
		position: absolute; 
		top:0px; left: 0px; 
		background: #000264 url(images/header5.jpg) 
		top left no-repeat;
		width: 100%;
		height: 90px;
	}
	
/* App tables Styles ---------------------------------------------------------------- */
/* Example

	<table class="appTable">
*/
	#middle .appTable {
		border-collapse: collapse;
		empty-cells: hide;
	}
	
	#middle .appTable tr.even td {
		background: #CFDBEB;
		color: #000;
	}
	
	#middle .appTable td {
		border: 1px solid #fff;
		padding: 4px;
		background: #eee;
		text-align: left;
	}
	
	#middle .appTable .headings, #middle .appTable th {
		background: #3672B7; 
		color: #fff;
		padding: 4px;
		font: bold .9em verdana, sans-serif;
		border: 1px solid #2B2E8A;
	}
	
	.center { text-align: center; }
	
	#middle .appTable .headings a {
		color: #fff;
		border-bottom: 1px solid #97ADDA;
	}
	
	#middle .appTable .headings a:hover {
		border-bottom: none;
	}
	
	#middle .appTable .fElements {
		background: #6D94C7; 
		color: #fff;
	}
	
	#middle .appTable .fElements textarea { width: 90%; height: 50px; }
	
	#middle .appTable input, #middle .appTable textarea {
		background: #f9f9f9;
		color: #000;
		font: .9em verdana, sans-serif;
		border: 1px solid #000;
	}
	
	#middle .appTable select {
		background: #E3EBFE;
		color: #2B2E8A;
		font: bold .8em verdana, sans-serif;
	}
	
	#middle .appTable .action {
		text-align: right;
		background: #CCD6ED;
	}
	
	#middle .appTable .action input {
		font: bold .8em verdana, sans-serif;
		background: #2D3293;
		color: #fff;
	}

/* FAQ STYLES */

	dl#faqs {
		padding: 10px;
		font: 1.1em Verdana, sans-serif;
		line-height: 1em;
		background: #EFF4FB;
		width: 95.7%;
		margin: 0px;
		text-align: left;
		border-right: 1px solid #C6D8F1;
		border-bottom: 1px solid #373E8C;
		border-left: 1px solid #C6D8F1;
	}
	
	 dl#faqs dt {
	 	color: #fff;
		background: #373E8C;
		font-weight: bold;
		padding: 2px;
		border: 1px solid #C6D8F1;
	 }
	 
	 dl#faqs dd { 
	 	text-align: left; 
	 }
	 
	dl#faqs dd ul {	
		list-style-type: none;
		padding: 0;
		margin: 1em 0; 
		font: bold .85em Verdana, sans-serif;
	}
	
	dl#faqs dd ul li {
		background-image: url(images/arrowUp.gif);
		background-repeat: no-repeat;
		background-position: 0 .2em;
		padding: 0px 0px 0.9em 1.2em;
		font-weight: bold;
		margin: 0px 0px 0px -20px;
		text-align: left;
	}
	
	dl#faqs dd ul li a {
		text-decoration: none;
		background: #EFF4FB;
		display: block;
		height: 1%;
	}
	
	dl#faqs dd ul li a:hover {
		background: #f9f9f9;
		color: #2C3371;	
	}
	
	dl#faqs dd div {
		font: .8em Verdana, sans-serif;
		
		background: #fff;
		padding: 4px;
		border: 1px solid #ddd;
	}
	
	.faqsOff {
		visibility: hidden;
		height: 0em;
		overflow: hidden;
		margin: -2em 0px -.3em -.6em;
	}

	.faqsOn {
		visibility: visible;
		height: auto;
		overflow: visible;
		margin: -2em 0px 2em -.6em;
	}

