
/* GENERALE */

body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
}

a {
	color: #2d457f;
	text-decoration: none;
}

a:hover {
	color: #e57f00;
}

p, h1, h2, h3, h4, h5, h6, ul, ol, pre {
	margin-top: 0px;
	margin-bottom: 15px;
}

h1 {
	font-weight: bold;
	line-height: 26px;
	font-size: 16px;
	color: #2d457f;
	padding-left: 5px;
	background-image: url(../images/h1-background.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

h2 {
	font-weight: bold;
	font-size: 14px;
	color: #000000;
}

h3 {
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}

h4 {
	font-weight: bold;
	font-size: 11px;
	color: #000000;
}

h5, h6 {
	font-weight: bold;
	font-size: 10px;
	color: #000000;
}

ul {
	list-style-type: square;
}

ol {
	list-style-type: decimal;
}

pre {
	white-space: normal;
}

img {
	border: none;
}

img.icon {
	vertical-align: middle;
	margin-right: 5px;
}

/* 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 {
	color: #ff0000;
}

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;
}

/* 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: 19px;
}

.xxxlargeText {
	font-size: 21px;
}

/* COLORS */

.blue {
	color: #003399;
}

.gray {
	color: #999999;
}

.red {
	color: #ff0000;
}

.orange {
	color: #da630c;
}

.green {
	color: #339900;
}

.pink {
	color: #ff00ff;
}

/* 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%; }

/* HEIGHT */

.heightMax { height: 100%; }

/* 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; }

/* MISCELLANEOUS */

.nowrap {
	white-space: nowrap;
}

/* FORM (DIV) */

div.form {
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 11px;
}

div.form div.fieldGroup {}

div.form div.fieldGroup div.title {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 13px;
	color: #2d457f;
}

div.form div.fieldGroup div.fields {}

div.form label {
	display: block;
	margin-bottom: 2px;
}

div.form label.inline {
	display: inline;
	margin-bottom: 0px;
}

div.form div.field {
	margin-bottom: 5px;
}

div.form div.buttons {
	margin-top: 10px;
}

/* ICONS */

table.icons {
	margin-top: 0px;
	margin-bottom: 15px;
}

table.icons td {
	width: 70px;
	text-align: center;
	vertical-align: top;
	font-size: 11px;
}

table.icons td a {
	color: #008b00;
}

table.icons td img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* LIST GROUP (DIV) */

div.listGroup {
	margin-top: 0px;
	margin-bottom: 15px;
}

div.listGroup div.title {
	font-size: 12px;
	font-weight: bold;
	color: #da630c;
}

div.listGroup div.items {
	margin-top: 5px;
	margin-left: 8px;
	border-left: dotted 1px #da630c;
	padding-left: 5px;
}

div.listGroup div.items table.thumbnails {
	margin-bottom: 0px;
}

/* LIST (DIV) */

div.list {
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 11px;
}

div.list div.item {
	margin-bottom: 10px;
}

div.list div.item div.title {
	font-size: 11px;
	font-weight: bold;
}

div.list div.item div.title img {
	vertical-align: middle;
}

div.list div.item div.description {
}

div.list div.item div.footer {
	color: #808080;
}

div.list div.item div.footer a {
	text-decoration: none;
}

/* PAGES */

div.pages {
	margin-top: 0px;
	margin-bottom: 15px;
}

/* THUMBNAILS (TABLE) */

table.thumbnails {
	margin-top: 0px;
	margin-bottom: 15px;
}

table.thumbnails td.thumbnail {
	width: 126px;
	height: 98px;
	text-align: center;
	vertical-align: middle;
	background-image: url(../images/thumbnail-background.gif);
	background-repeat: no-repeat;
}

table.thumbnails td.thumbnail img {
	margin: 7px;
	border: none;
	display: block;
}

/* INFO */

div.info {
	margin-top: 0px;
	margin-bottom: 15px;
	border: solid 1px #96965e;
	padding: 3px;
	font-size: 10px;
	background-color: #ffffcc;
}

/* DETAILS */

div.details {
	margin-top: 0px;
	margin-bottom: 15px;
}

div.details div.title {
	font-weight: bold;
	color: #e57f00;
}

div.details div.fields {
	margin-top: 5px;
	margin-left: 5px;
	border-left: solid 1px #e57f00;
	padding-left: 5px;
}

div.details div.field {
	line-height: 15px;
}

div.details div.field span.fieldName {
	font-weight: bold;
}

div.details div.field span.fieldValue {}

div.details div.fieldLongValue {
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	border-left: solid 1px #000000;
	padding-left: 5px;
}

div.details iframe.preview {
	margin-top: 5px;
	margin-left: 5px;
	border: solid 1px #000000;
	width: 500px;
	display: block;
}

/* LINKS */

ul.links {
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 10px;
	padding: 0px;
	list-style-type: none;
}

ul.links li {
	padding-left: 14px;
	background-image: url(../images/icon-li.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

/* EDITOR */

div.editor {
	margin-top: 0px;
	margin-bottom: 15px;
}

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 div.form, div.editor table.icons, div.editor div.listGroup, div.editor div.list, div.editor div.pages, div.editor table.thumbnails, div.editor div.info, div.editor div.details, div.editor ul.links {
	margin-top: 0px;
	margin-bottom: 0px;
}

/* CONTAINER */

table.container {
	width: 100%;
}

/* CONTAINER > HEADER */

table.container td.header {
	height: 120px;
	text-align: center;
	vertical-align: middle;
	background-image: url(../images/header-background.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

table.container td.header img {
}

/* CONTAINER > BAR */

table.container td.bar {
	height: 25px;
	background-image: url(../images/bar-background.gif);
	background-repeat: repeat-x;
}

table.container td.bar table.barTable {
	width: 100%;
	height: 25px;
}

table.container td.bar table.barTable td {
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}

table.container td.bar table.barTable td.logo {
	padding: 0px 10px;
}

table.container td.bar table.barTable td.links {
	width: 370px;
}

table.container td.bar table.barTable td.links table.linksTable {
	width: 100%;
}

table.container td.bar table.barTable td.links table.linksTable td {
	padding: 0px 10px;
	font-size: 12px;
	background-image: url(../images/bar-separator.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

table.container td.bar table.barTable td.links table.linksTable td a {
	font-weight: bold;
	color: #2d457f;
	text-decoration: none;
}

table.container td.bar table.barTable td.links table.linksTable td a:hover {
	color: #e57f00;
}

table.container td.bar table.barTable td.links table.linksTable td a.selected {
	color: #e57f00;
}

/* CONTAINER > BODY */

table.container td.body {
}

table.container td.body table.bodyTable {
	width: 100%;
	background-color: #ffffff;
}

/* CONTAINER > BODY > MENU */

table.container td.body table.bodyTable td.menu {
	padding-top: 10px;
	padding-left: 10px;
	width: 160px;
	vertical-align: top;
	text-align: left;
}

/* CONTAINER > BODY > MENU > BANNER */

table.container td.body table.bodyTable td.menu div.banner {
	width: 160px;
	overflow: hidden;
	padding-bottom: 10px;
}

table.container td.body table.bodyTable td.menu div.banner img {
	float: left;
}

table.container td.body table.bodyTable td.menu div.banner object {
	float: left;
}

/* CONTAINER > BODY > MENU > BOX */

table.container td.body table.bodyTable td.menu div.box {
	width: 160px;
	padding-bottom: 10px;
}

/* CONTAINER > BODY > MENU > BOX > HEADER */

table.container td.body table.bodyTable td.menu div.box div.header {
	line-height: 23px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: #2d457f;
	background-image: url(../images/box-header-background.gif);
	background-repeat: no-repeat;
}

/* CONTAINER > BODY > MENU > BOX > BODY */

table.container td.body table.bodyTable td.menu div.box div.body {
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	padding: 4px 6px;
	background-color: #ffffff;
	background-image: url(../images/box-body-background.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

/* CONTAINER > BODY > MENU > BOX > BODY > ITEMS */

table.container td.body table.bodyTable td.menu div.box div.body div.item {
	margin: 2px;
	padding-left: 12px;
	background-image: url(../images/box-item-icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

table.container td.body table.bodyTable td.menu div.box div.body div.item a {
	text-decoration: none;
}

table.container td.body table.bodyTable td.menu div.box div.body div.item a:hover {
	color: #e57f00;
}

table.container td.body table.bodyTable td.menu div.box div.body div.itemSelected {
	margin: 2px;
	padding-left: 12px;
	background-image: url(../images/box-itemSelected-icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

table.container td.body table.bodyTable td.menu div.box div.body div.itemSelected a {
	color: #e57f00;
	text-decoration: none;
}

/* CONTAINER > BODY > MENU > BOX > BODY > FORM */

table.container td.body table.bodyTable td.menu div.box div.body form div.field {}

table.container td.body table.bodyTable td.menu div.box div.body form label {
	display: block;
	line-height: 15px;
	font-size: 11px;
	color: #404040;
}

table.container td.body table.bodyTable td.menu div.box div.body form label.inline {
	display: inline;
}

table.container td.body table.bodyTable td.menu div.box div.body form div.field label span.required {
	color: #2d457f;
}

table.container td.body table.bodyTable td.menu div.box div.body form div.field input {
	font-size: 11px;
}

table.container td.body table.bodyTable td.menu div.box div.body form div.field select {
	font-size: 11px;
}

table.container td.body table.bodyTable td.menu div.box div.body form div.field textarea {
	font-size: 11px;
}

table.container td.body table.bodyTable td.menu div.box div.body form div.field input.fixed {
	width: 140px;
}

table.container td.body table.bodyTable td.menu div.box div.body form div.field select.fixed {
	width: 145px;
}

table.container td.body table.bodyTable td.menu div.box div.body form div.buttons {
	padding-top: 4px;
	padding-bottom: 2px;
}

table.container td.body table.bodyTable td.menu div.box div.body form div.buttons input.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* CONTAINER > BODY > CONTENT */

table.container td.body table.bodyTable td.content {
	padding: 10px;
	text-align: left;
	vertical-align: top;
}

/* CONTAINER > FOOTER */

table.container td.footer {
	padding-left: 0px 10px;
	text-align: center;
	line-height: 20px;
	font-size: 10px;
	background-image: url(../images/footer-background.gif);
	background-repeat: repeat-x;
}