﻿/* bof shared */

.forward {
	float: right;
	}
	
.back {
	float: left;
	}

.clearBoth {
	clear: both;
	}

.inline {
	display: inline;
	}

.alignLeft {
	text-align: left;
	}

.alignCenter {
	text-align: center;
	}
	
.alignRight {
	text-align: right;
	}

/* eof shared */

body {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 72.5%;
	padding: 1em 0;
	line-height: 1.3em;
	}
	
a {
	color: #000000;
	text-decoration: none;
	}

a:hover {
	color: #666666;
	text-decoration: underline;
	}

h1 {
	font-size: 1.2em;
	color: #CC0000;
	}

h2 {
	font-size: 1.2em;
	}

h3 {
	font-size: 1.1em;
	margin-top: .2em;
	margin-bottom: .2em;
	}
	
.mainWrapper {
	width: 799px;
	margin-left: auto;
	margin-right: auto;
	}

.headerWrapper {
	height: 113px;
	}

.headerAdminNavWrapper {
	text-align: right;
	margin: 0em 3em 1em 0em;
	}

.headerNavWrapper {
	_height: 25px;
	min-height: 25px;
	padding: 0px 0px 0px 0px;
	color: #627931;
	background: #A8BB82 url(../../App_Media/Images/header-nav-bg-sa.png) no-repeat;
	}

.headerNavLanguage {
	width: 129px;
	text-align: center;
	}

.headerNavContent {
	margin-left: 150px;
	}
	
.headerNavContent, .headerNavLanguage {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	padding-top: 5px;
	}

.headerNavContent ul {
	margin: 0em;
	padding: 0em;
	}

.headerNavContent ul li {
	margin: 0em 0em 0em .6em;
	padding-left: .3em;
	padding-right: .3em;
	display: inline;
	}

/*--bof content --*/
.contentWrapper {
	position: relative;
	background: url(../../App_Media/Images/body-bg-cib.png) repeat-y;
	text-align: center;
	min-height: 480px;
	_height: 480px;
	}

.contentShared {
	padding: 1em 1em 0em 1em;
	}

.columnOne {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 124px;
	}
	
.columnCenter {
	margin-left: 144px;
	margin-right: 129px;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 144px;
	margin-right: 129px;
	}
    
html>body .columnCenter {
	margin-left: 144px;
	margin-right: 129px;
	text-align: left;
	}

.contentSelectWrapper {
	text-align: center;
	}

.columnLeftNavWrapper {
	height: 20px;
	color: #627931;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	padding-top: 0px;
	margin-bottom: 0em;
	text-align: left;
	}

.columnLeftNavWrapper ul {
	margin: 0em;
	padding: 0em;
	list-style: none;
	}

.columnLeftNavWrapper ul li {
	margin-bottom: 1em;
	padding-left: .3em;
	padding-right: .3em;
	}

.select {
    padding: .3em;
    }

.columnTwo {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 107px;
	}

.columnTwoContentWrapper {
	background: url(../../App_Media/Images/en-flag.gif) no-repeat center bottom;
	min-height: 60px;
	}

/*--eof content --*/

.footerWrapper {
	height: 20px;
	background: url(../../App_Media/Images/footer-bg-cib.png) no-repeat;
	}
    