
/* GENERALE */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background-color: #ffffff;
}

a {
	color: #ffffff;
	text-decoration: underline;
}

p, h1, h2, h3, h4, h5, h6, ul, ol, pre {
	margin-top: 0px;
	margin-bottom: 15px;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 12px;
}

h4 {
	font-size: 11px;
}

h5, h6 {
	font-size: 10px;
}

ul {
	list-style-type: square;
}

ol {
	list-style-type: decimal;
}

pre {
	white-space: normal;
}

img {
	border: none;
}

/* FORM */

form {
	margin: 0px;
	padding: 0px;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

span.required {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990033;
}

div.select {
	height: 100px;
	width: 300px;
	border: 2px inset;
	overflow: auto;
	color: #000000;
	background-color: #ffffff;
}

input.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input.active {
	background-color: #ffffcc;
}

select.active {
	background-color: #ffffcc;
}

textarea.active {
	background-color: #ffffcc;
}

label {
	font-size: 11px;
}

/* TEXT */

.normalText {
	font-size: 12px;
}

.smallText {
	font-size: 11px;
}

.xsmallText {
	font-size: 10px;
}

.xxsmallText {
	font-size: 9px;
}

.largeText {
	font-size: 14px;
}

.xlargeText {
	font-size: 16px;
}

.xxlargeText {
	font-size: 18px;
}

.xxxlargeText {
	font-size: 20px;
}

/* COLORS */

.black {
	color: #000000;
}

.blue {
	color: #003399;
}

.gray {
	color: #808080;
}

.red {
	color: #ff3333;
}

.orange {
	color: #ff9900;
}

.green {
	color: #66ff00;
}

.pink {
	color: #ff99ff;
}

/* CLEAR */

.clear {
	clear: both;
}

.clearLeft {
	clear: left;
}

.clearRight {
	clear: right;
}

/* ALIGN */

.alignLeft {
	text-align: left;
}

.alignRight {
	text-align: right;
}

.alignCenter {
	text-align: center;
}

.alignMiddle {
	vertical-align: middle;
}

.alignTop {
	vertical-align: top;
}

.alignBottom {
	vertical-align: bottom;
}

/* FLOAT */

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

/* WIDTH */

.widthMax {	width: 100%; }
.widthHalf { width: 50%; }
.width0 { width: 0px; }
.width3 { width: 3px; }
.width5 { width: 5px; }
.width10 { width: 10px; }
.width15 { width: 15px; }
.width20 { width: 20px; }

/* HEIGHT */

.heightMax { height: 100%; }
.heightHalf { height: 50%; }
.height0 { height: 0px; }
.height3 { height: 3px; }
.height5 { height: 5px; }
.height10 { height: 10px; }
.height15 { height: 15px; }
.height20 { height: 20px; }

/* MARGIN */

.margin0 { margin: 0px; }
.margin3 { margin: 3px; }
.margin5 { margin: 5px; }
.margin10 { margin: 10px; }
.margin15 { margin: 15px; }
.margin20 { margin: 20px; }

.marginTop0 { margin-top: 0px; }
.marginTop3 { margin-top: 3px; }
.marginTop5 { margin-top: 5px; }
.marginTop10 { margin-top: 10px; }
.marginTop15 { margin-top: 15px; }
.marginTop20 { margin-top: 20px; }

.marginLeft0 { margin-left: 0px; }
.marginLeft3 { margin-left: 3px; }
.marginLeft5 { margin-left: 5px; }
.marginLeft10 { margin-left: 10px; }
.marginLeft15 { margin-left: 15px; }
.marginLeft20 { margin-left: 20px; }

.marginRight0 { margin-right: 0px; }
.marginRight3 { margin-right: 3px; }
.marginRight5 { margin-right: 5px; }
.marginRight10 { margin-right: 10px; }
.marginRight15 { margin-right: 15px; }
.marginRight20 { margin-right: 20px; }

.marginBottom0 { margin-bottom: 0px; }
.marginBottom3 { margin-bottom: 3px; }
.marginBottom5 { margin-bottom: 5px; }
.marginBottom10 { margin-bottom: 10px; }
.marginBottom15 { margin-bottom: 15px; }
.marginBottom20 { margin-bottom: 20px; }

/* PADDING */

.padding0 { padding: 0px; }
.padding3 { padding: 3px; }
.padding5 { padding: 5px; }
.padding10 { padding: 10px; }
.padding15 { padding: 15px; }
.padding20 { padding: 20px; }

.paddingTop0 { padding-top: 0px; }
.paddingTop3 { padding-top: 3px; }
.paddingTop5 { padding-top: 5px; }
.paddingTop10 { padding-top: 10px; }
.paddingTop15 { padding-top: 15px; }
.paddingTop20 { padding-top: 20px; }

.paddingLeft0 { padding-left: 0px; }
.paddingLeft3 { padding-left: 3px; }
.paddingLeft5 { padding-left: 5px; }
.paddingLeft10 { padding-left: 10px; }
.paddingLeft15 { padding-left: 15px; }
.paddingLeft20 { padding-left: 20px; }

.paddingRight0 { padding-right: 0px; }
.paddingRight3 { padding-right: 3px; }
.paddingRight5 { padding-right: 5px; }
.paddingRight10 { padding-right: 10px; }
.paddingRight15 { padding-right: 15px; }
.paddingRight20 { padding-right: 20px; }

.paddingBottom0 { padding-bottom: 0px; }
.paddingBottom3 { padding-bottom: 3px; }
.paddingBottom5 { padding-bottom: 5px; }
.paddingBottom10 { padding-bottom: 10px; }
.paddingBottom15 { padding-bottom: 15px; }
.paddingBottom20 { padding-bottom: 20px; }

/* MISCELLANEOUS */

.nowrap {
	white-space: nowrap;
}

.bold {
	font-weight: bold;
}

.noBold {
	font-weight: normal;
}

.italic {
	font-style: italic;
}

.noItalic {
	font-style: normal;
}

.underline {
	text-decoration: underline;
}

.noUnderline {
	text-decoration: none;
}

.hidden {
	display: none;
}

.inline {
	display: inline;
}

.block {
	display: block;
}

img.icon {
	vertical-align: middle;
	margin-right: 2px;
}

img.largeIcon {
	vertical-align: middle;
	margin-right: 5px;
}

div.wrapper {
	clear: both;
	height: 0px;
	overflow: hidden;
}

/* NAVIGATION */

div.navigation {
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 11px;
}

/* LIST (DIV) */

div.list {
	margin-top: 0px;
	margin-bottom: 15px;
}

div.list div.item {
	margin-bottom: 10px;
}

div.list div.item div.title {
	font-size: 12px;
	font-weight: bold;
}

div.list div.item div.title a {
	text-decoration: none;
}

div.list div.item div.description {
	font-size: 12px;
}

div.list div.item div.footer {
	font-size: 11px;
	color: #cccccc;
}

div.list div.item div.footer a {
	color: #cccccc;
}

/* PAGES */

div.pages {
	margin-top: 0px;
	margin-bottom: 15px;
}

/* THUMBNAILS */

table.thumbnails {
	margin-top: 0px;
	margin-bottom: 15px;
}

table.thumbnails td {
	text-align: left;
	vertical-align: top;
}

table.thumbnails td table.thumbnail {
	margin-right: 15px;
	margin-bottom: 15px;
	width: 120px;
	height: 104px;
}

table.thumbnails td table.thumbnail td.image {
	height: 90px;
	text-align: center;
	vertical-align: middle;
}

table.thumbnails td table.thumbnail td.image img {
	border: none;
	vertical-align: middle;
}

table.thumbnails td table.thumbnail td.title {
	padding-top: 2px;
	font-size: 10px;
	text-align: center;
}

/* IMAGE */

div.image {
	margin-top: 0px;
	margin-bottom: 15px;
}

div.image img {
	display: block;
}

/* LINKS */

ul.links {
	margin-top: 0px;
	margin-bottom: 15px;
	list-style-image: url(../images/li_icon.gif);
}

/* EDITOR */

div.editor p, div.editor h1, div.editor h2, div.editor h3, div.editor h4, div.editor h5, div.editor h6, div.editor ul, div.editor ol, div.editor pre {
	margin-top: 0px;
	margin-bottom: 0px;
}

div.editor table.form, div.editor div.navigation, div.editor div.list, div.editor div.pages, div.editor table.thumbnails, div.editor div.image, div.editor ul.links {
	margin-top: 0px;
	margin-bottom: 0px;
}

/* HEADER CONTAINER */

div#header-container {
	background-color: #ffffff;
}

/* HEADER CONTAINER > HEADER */

div#header-container div#header {
	margin-left: auto;
	margin-right: auto;
	width: 885px;
	height: 320px;
	background-image: url(../images/header-background.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

/* HEADER CONTAINER > HEADER > HEADER LEFT */

div#header-container div#header div#header-left {
	float: left;
	width: 245px;
	height: 320px;
}

/* HEADER CONTAINER > HEADER > HEADER LEFT > LANGUAGE */

div#header-container div#header div#header-left div#language {
	width: 245px;
	height: 20px;
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	text-align: center;
}

div#header-container div#header div#header-left div#language a {
	color: #666666;
	text-decoration: none;
}

div#header-container div#header div#header-left div#language a:hover {
	color: #c4014b;
}

div#header-container div#header div#header-left div#language a.selected {
	color: #c4014b;
}

/* HEADER CONTAINER > HEADER > HEADER LEFT > LOGO */

div#header-container div#header div#header-left div#logo {
	padding-bottom: 15px;
	width: 245px;
	height: 285px;
}

div#header-container div#header div#header-left div#logo img {
	display: block;
}

/* HEADER CONTAINER > HEADER > BANNER */

div#header-container div#header div.banner {
	float: left;
	padding-left: 170px;
	padding-right: 160px;
	padding-bottom: 90px;
	width: 310px;
	height: 230px;
	overflow: hidden;
}

div#header-container div#header div.banner img {
	display: block;
}

/* BODY CONTAINER */

div#body-container {
	background-color: #c4014b;
}

/* BODY CONTAINER > BODY */

div#body-container div#body {
	margin-left: auto;
	margin-right: auto;
	width: 885px;
	background-image: url(../images/body-background.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

/* BODY CONTAINER > BODY > MENU */

div#body-container div#body div#menu {
	float: left;
	width: 245px;
}

/* BODY CONTAINER > BODY > MENU > BOX */

div#body-container div#body div#menu div.box {
	padding-top: 30px;
	padding-left: 40px;
	width: 205px;
}

div#body-container div#body div#menu div.box div.box_body {}

div#body-container div#body div#menu div.box div.box_body ul.box_links {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

div#body-container div#body div#menu div.box div.box_body ul.box_links li {
	margin-bottom: 5px;
	padding-left: 5px;
	font-size: 14px;
	border-left: solid 2px #ffffff;
}

div#body-container div#body div#menu div.box div.box_body ul.box_links li a {
	text-decoration: none;
}

div#body-container div#body div#menu div.box div.box_body ul.box_links li.box_link a:hover {
	text-decoration: underline;
}

div#body-container div#body div#menu div.box div.box_body ul.box_links li.box_linkSelected {
	font-weight: bold;
}

/* BODY CONTAINER > BODY > CONTENT */

div#body-container div#body div#content {
	float: left;
	padding-left: 70px;
	padding-right: 65px;
	width: 505px;
	min-height: 180px;
	background-image: url(../images/content-background.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/* FOOTER TOP CONTAINER */

div#footer-top-container {
	background-color: #c4014b;
}

/* FOOTER TOP CONTAINER > FOOTER TOP */

div#footer-top-container div#footer-top {
	margin-left: auto;
	margin-right: auto;
	padding-top: 130px;
	width: 885px;
	height: 20px;
	line-height: 20px;
	font-size: 11px;
	color: #ffffff;
	background-image: url(../images/footer-top-background.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

/* FOOTER BOTTOM CONTAINER */

div#footer-bottom-container {
	background-color: #ffffff;
}

/* OOTER BOTTOM CONTAINER > FOOTER BOTTOM */

div#footer-bottom-container div#footer-bottom {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;
	width: 885px;
	height: 20px;
	line-height: 20px;
	font-size: 11px;
	color: #666666;
	background-image: url(../images/footer-bottom-background.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

div#footer-bottom-container div#footer-bottom a {
	color: #666666;
}
