/*
Copyright (c) 2004 Ylab, http://www.ylab.nl
beige dark #D8D8C7
beige lite #F1F1EB
blue	dark #4B5481, 96
blue	midl #6972A7, 128
blue	lite #949AC0, 160
gray	dark #404040
red	  dark #CF5E1A
gray	lite #C0C0C0
egg        #FFB000
deep red   #800000
*/

body {
	margin: 10px 10px 10px 10px;
	background: #404040;
	font-size: 100%;
}
#slide{
	background: #404040;
}
body, table {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
img {
	border: 0;
}
/*LAYOUT*/
#canvas {
	height: 100%;
	width: 760px;
	font-size: 90%;
}
#canvas td {
	vertical-align: top;
	padding: 0;
}
/*menu*/
#menubar {
	background: #6972A7 url('../images/bg-blue.gif') repeat;
	height: 49px;
}
#servicemenu{
	padding: 5px 8px;
}
#mainmenu{
	padding: 0 0 0 8px;
	margin-bottom: 6px;
	background: #CF5E1A url('../images/bg-menu-end.gif') no-repeat center right;
	background-color: #CF5E1A;
	width: 670px;
	font-size: 16px;
	font-weight: bold;
}
#mainmenu a {
	float: left;
	padding: 2px 5px;
	border-left: 2px solid #DEA68A;
}
#mainmenu a:link, #mainmenu a:visited{
	color: #000;
	text-decoration: none;
}
#mainmenu a:hover{
	background: #D84107!important;
	color: #FFF;
}
#mainmenu a.hilite{
	background: #F1F1EB;
}
#submenu{
	padding: 0;
	float: right;
	margin: 0 0 5px 5px;
	background: #BB6236;
	width: 125px;
	background: #6972A7;
	border: 1px solid #404040;
}
#submenu a {
	display: block;
	padding: 2px 5px 2px 15px;
}
div#submenu a:link,
div#submenu a:visited {
	font-size: 80%;
	color: #FFF;
	text-decoration: none;
}
div#submenu a:hover {
	background: #949AC0;
	color: #FFF;
	text-decoration: none;
}
#submenu a.prime {
	font-weight: bold;
	border-bottom: 1px solid #949AC0;
}
#submenu a.hilite:link,
#submenu a.hilite:visited,
#submenu a.hilite:hover {
	background: #CF5E1A url('../images/bg-arrow-small.gif') no-repeat 0px 7px;
}
h1.submenuline{
	background: transparent url('../images/bg-h1.gif') no-repeat center right;
}
h2.submenuline{
	background: transparent url('../images/bg-h2.gif') no-repeat center right;
}
td#center {
	padding: 0;
	width: 439px;
	background: #F1F1EB;
}
#centerhome {
	padding: 0;
	width: 643px;
}
#contenthome p {
	width: 400px;
}
#contenthome ul,
#contenthome ol {
	margin-right: 196px;
}
img.keypic {
	margin-top: 50px;
}
td#leftbar {
	width: 117px;
}
td#rightbar {
	width: 204px;
}
#leftbar,
#rightbar {
	background: #6972A7 url('../images/bg-blue.gif') repeat;
}
#leftbar-inset,
#leftfooter-inset {
	height: 100%;
	overflow: hidden;
}
#printfooter{
	display: none;
}
div#leftbar-inset {
	height: 100%;
	text-align: center;
	background: transparent url('../images/bg-logo-top.gif') no-repeat bottom center;
}
#leftbar-inset img {
	display: none;
	border: 1px solid #000;
	margin: auto;
	margin-bottom: 5px;
}
#rightbar-inset {
	height: 100%;
	overflow: hidden;
	margin: 0 8px;
	border: 1px solid #000;
	border-bottom: 0;
	background: #FFF;
}
div.rightbar-empty#rightbar-inset {
	background: url('../images/bg-lblue.gif');
}
#rightbar-inset h3 {
	background: #FFB000;
	margin: 0 0 5px 0;
	font-size: 140%;
	padding: 5px 5px;
	text-align: center;
}
#rightbar-inset p, #rightbar-inset div {
	font-size: 80%;
	padding: 0 5px;
}
.window .what,
#rightbar-inset .what {
	font-size: 100%;
	font-weight: bold;
}
.window .who,
#rightbar-inset .who {
	font-style: italic;
}
#rightbar-inset #spotlight,
#rightbar-inset #spotlight p {
	font-size: 12px;
}
#rightbar-inset #spotlight p {
	padding: 0;
}
#leftfooter-inset {
	background: transparent url('../images/bg-logo-bot.gif') no-repeat top center;
}
#leftfooter,
#rightfooter {
	background: #C0C0C0;
	height: 100px;
}
#rightfooter-inset {
	color: #FFF;
	padding: 5px 15px 5px 5px;
	text-align: right;
	font-size: 12px;
}
div#rightfooter-inset a:link,
div#rightfooter-inset a:visited {
	color: #FFF;
}
div#rightfooter-inset a:hover {
	color: #E75C0A;
}

#contenthome {
	background: #F1F1EB;
	padding: 15px 15px 15px 15px;
	border-left: 1px solid #404040;
}
#content {
	padding: 15px;
}
#content, #contenthome{
	height: 100%;
	min-height: 100px;
	overflow: auto;
}
/*lists*/
ul, ol {
	padding-left: 0;
	margin-left: 1.1em;
	margin-top: -1em;
}
ul ul, ul ol, ol ol, ol ul {
	margin-top: 0;
}
/*forms*/
table.form td   {font-size: 90%;}
textarea.text-l,
input.text-l  {border: 1px solid #4B5481; width: 300px;}
input.text-m  {border: 1px solid #4B5481; width: 225px;}
input.text-s  {border: 1px solid #4B5481; width: 150px;}
input.button  {font-weight: bold; color: #000; border: 1px solid #4B5481; cursor: pointer; cursor: hand; background: #949AC0;}
/*typography*/
h1 {
	font-size: 160%;
	margin-bottom: 0.3em;
}
h2 {
	font-size: 120%;
	margin-top: 0.3em;
}
h3 {
	font-size: 100%;
	margin-top: 0.3em;
}
.omennabij {
	color: #3E4982;
}
#rightfooter .omennabij {
	color: #5263AD;
}

.window a:link, .window a:visited,
#rightbar a:link, #rightbar a:visited,
#content a:link, #content a:visited,
#contenthome a:link, #contenthome a:visited {
	color: #E75C0A;
	text-decoration: none;
}
.window a:hover,
#rightbar a:hover,
#content a:hover,
#contenthome a:hover {
	color: #6972A7;
	text-decoration: underline;
}

#servicemenu, #servicemenu a:link, #servicemenu a:visited {
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
}
#servicemenu a:hover{
	text-decoration: underline;
}
#home {
	font-weight: bold;
}
.float-left {
	float: left;
	margin: 0 10px 2px 0;
}
.float-right {
	float: right;
	margin: 0 0 2px 10px;
}
.window {
	background: #FFF;
	border-style: solid;
	border-color: #FFB000;
}
.titlebar {
	background: #FFB000 url('../images/x.gif') no-repeat center right;
	color: #FFF;
	font-size: 90%;
	font-weight: bold;
	cursor: default;
}
.workspace {
	font-size: 90%;
	background: #FFF;
	padding: 10px;
	margin: 0;
	overflow: auto;
}
.serie-txt {
	padding: 2px 0;
}
.serie-img {
	padding: 2px 10px;
}
.continue {
	position: absolute;
	bottom: 10px;
	left: 0px;
	padding: 0px!important;
}
.error {
	color: #CF5E1A;
}
.clear{
	clear:both;
}
