body
{
	background-color: rgb(0,0,153);

	font-family: verdana;
	font-size:10pt;
	margin: 0px;
	padding: 0px;
	color: white;

   scrollbar-arrow-color: dimgray;
   scrollbar-face-color: rgb(225,225,225);
   scrollbar-darkshadow-color: rgb(240,240,240);
   scrollbar-3dlight-color: rgb(245,245,245);
   scrollbar-highlight-color: rgb(245,245,245);
   scrollbar-shadow-color: rgb(200,200,200);
   scrollbar-track-color: rgb(225,225,225);

	/*background-image: url(../gfx/background.gif);*/
}

form{
   margin: 0px;
   padding; 0px;
}

table{
	font-size:10pt;
	font-family: verdana;
	background-color: rgb(0,0,153);
	width: 100%;
}

td{
   vertical-align: top;
}

select{
   color: rgb(65,65,65);
   background-color: rgb(250,250,250);
   width: 120px;
   font-size: 8pt;
   border: solid 1px black;
}

option{
   border: solid 1px transparent;
}

a{
   text-decoration: none;
   color: white;
}

a:hover{
   text-decoration: none;
   color: rgb(203,203,203);
}

.scrollcontent a{
   color: rgb(130,130,255);
   text-decoration: none;
}

.scrollcontent a:hover{
   text-decoration: underline;
}

.llink{
   color: rgb(203,203,203);
   background-color: rgb(0,0,163);
   border: solid 1px rgb(0,0,133);
   text-decoration: none;
   padding: 2px;
}

.llink:hover{
   background-color: rgb(0,0,173);
   color: rgb(203,203,203);
}

.llink2{
   color: white;
}

.llink2:hover{
   color: white;
}

p{
   margin-top: 3px;
   margin-bottom: 3px;
}

h1{
   font-size: 10pt;
   letter-spacing: 1px;
   margin-top: 15px;
   margin-bottom: 15px;
}

h2{
   font-size: 10pt;
   margin-top: 10px;
   margin-bottom: 5px;
}

.maintable{
   width: 920px;
   height: 100%;
}

.stretcher{
   background-color: rgb(0,0,153);
}

.mini_stretcher{
   background-color: rgb(0,0,153);
   height: 1px;
   font-size: 1px;
}

.okbtn{
   width: 30px;
   border: solid 1px black;
   background-color: rgb(225,225,225);
   color: rgb(100,100,100);
   font-size: 8pt;
}

.whitecell {
	background-color: rgb(0,0,153);
	color: white;
	/*border: 1px solid white;*/
	padding-bottom: 2px;
	vertical-align: middle;
	text-align: center;
	height: 10px;
	font-size: 7pt;
}

.bluecell_top {
	background-image:url(../gfx/simple_grad.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
	height: 100px;
}

.bluecell_bottom {
	background-image:url(../gfx/logo2.gif);
	background-position: center;
	background-repeat:no-repeat;

	text-align:right;
	color: rgb(225,225,225);
	vertical-align: bottom;
	padding-top: 3px;
	padding-bottom: 20px;
	padding-right: 7px;
	padding-left: 15px;
	height: 50px;
}

.bluecell{
	text-align:right;
	color: rgb(225,225,225);
	vertical-align: middle;
	padding-top: 0px;
	padding-right: 20px;
	height: 75px;
}

.whitesepcell{
   height: 3px;
   font-size: 0px;
   background-color: white;
}

.copyright{
   font-size: 8pt;
   color: gray;
   margin: 0px;
   padding: 0px;

   position: relative;
   top: -8px;
   left: 8px;
}

.tab_low{
   padding-bottom: 1px;
   padding-top : 1px;
   padding-left : 6px;
   padding-right : 6px;
   margin: 0px;
   margin-right: 5px;
   border-left : solid 1px rgb(100, 100, 100);
   border-right : solid 1px rgb(100, 100, 100);
   border-bottom : solid 1px silver;
   border-top : solid 2px rgb(160, 160, 160);

   background-color : rgb(240,240,240); /*rgb(225,225,225);*/

   color : dimgray;
   text-decoration: none;
}

.tab_low:HOVER{
   padding-bottom: 1px;
   padding-top : 1px;
   padding-left : 6px;
   padding-right : 6px;
   margin: 0px;
   margin-right: 5px;
   border-left : solid 1px gray;
   border-right : solid 1px gray;
   border-bottom : solid 1px silver;
   border-top : solid 2px #A3D900;

   background-color : rgb(250,250,250); /*rgb(235,235,235);*/

   color : dimgray;
   text-decoration: none;
}

.tab_active, .tab_active:HOVER{
   padding-bottom: 1px;
   padding-top : 1px;
   padding-left : 6px;
   padding-right : 6px;
   margin: 0px;
   margin-right: 5px;
   border-left : solid 1px gray;
   border-right : solid 1px gray;

   border-bottom : solid 1px white; /*rgb(245, 245, 245);*/

   border-top : solid 2px #A3D900;

   background-color : white; /*rgb(245, 245, 245);*/

   color : rgb(65,65,65);
   padding-bottom: 4px;
   position: relative;
   top: 5px;
   z-order: 1;
   text-decoration: none;
}

.inner{
   padding-right: 3px;
}

.tabcell{
   padding-right: 5px;
   padding-top: 10px;
   padding-bottom: 9px;
   text-align: right;
   vertical-align: bottom;
   background-image: url(../gfx/toplines.gif);
   background-repeat: repeat-x;
   background-position: bottom left;

   /*background-color: white;*/
}

.sideband{
   vertical-align: top;
   border-top: solid 1px rgb(200,200,200);
   border-bottom: solid 1px rgb(200,200,200);
   background-color: white;
   border-left: solid 3px #A3D900;
}

.tabsheets_top{
   vertical-align: top;
   text-align: left;

   background-color: white; /*rgb(245,245,245);*/

   border-right: solid 1px rgb(200,200,200);
   border-top: solid 1px rgb(200,200,200);

   padding: 12px;
   padding-right: 20px;
   background-image: url(../gfx/watermark.gif);
   background-repeat: no-repeat;
   background-position: bottom right;

   height: 369px;
   width: 100%;
}

.tabsheets_bottom{
   vertical-align: bottom;

   background-color: white; /*rgb(245,245,245);*/

   border-right: solid 1px rgb(200,200,200);
   border-bottom: solid 1px rgb(200,200,200);

   padding-right: 20px;
   padding-bottom: 12px;
   text-align: right;

   height: 20px;

   font-family: webdings;
   font-size: 12pt;
   color: rgb(120,120,120);
}

.subtable{
   width: 153px;
}

.subhead{
   padding-left: 8px;
   color: rgb(65,65,65);
}

.subitem{
   padding-top: 3px;
   padding-left: 20px;
   height: 20px;
   background-image: url(../gfx/row_default.gif);
   background-repeat: repeat-y;
   background-position: top left;
   border-left: solid 1px rgb(200,200,200);
   border-right: solid 1px rgb(200,200,200);
   background-color: rgb(245,245,245);
}

.subitem_active{
   padding-top: 3px;
   padding-left: 20px;
   height: 20px;
   background-image: url(../gfx/row_attention.gif);
   background-repeat: no-repeat;
   background-position: top left;
   border-left: solid 1px rgb(200,200,200);
   border-right: solid 1px rgb(200,200,200);
   background-color: rgb(245,245,245);
}

.subspacer_top{
   border-left: solid 3px #A3D900;
   border-bottom: solid 1px rgb(200,200,200);
}

.subspacer_bottom{
   border-left: solid 3px #A3D900;
   border-top: solid 1px rgb(200,200,200);
}

.subspacer{

}

.intro{
   padding: 0px;
   text-align: center;
   vertical-align: middle;
   color: rgb(225,225,225);
   height: 350px;
}

.intro1{
   padding: 0px;
   text-align: center;
   vertical-align: middle;
   color: rgb(225,225,225);
   height: 450px;
}

.introtext
{
   color: white;
}

.next{
   visibility: hidden;
   color: rgb(130,130,255);
}

.skip{
   color: white;
}

.pintro{
   visibility: hidden;
   filter:revealTrans(transition=5,duration=5);

   width: 100%;

   font-size: 12pt;
   text-align: center;
   vertical-align: middle;
}

.login{
   width: 125px;
   font-size: 8pt;
   color: rgb(65,65,65);
   border: 1px solid silver;
   padding-left: 5px;
}

.formfield{
   width: 125px;
   font-size: 8pt;
   color: rgb(65,65,65);
   border: 1px solid silver;
   padding-left: 5px;
}

.translationfield{
   width: 230px;
   font-size: 8pt;
   color: rgb(65,65,65);
   border: 1px solid silver;
   padding-left: 5px;
}

.formarea{
   font-size: 8pt;
   color: rgb(65,65,65);
   border: 1px solid silver;
   padding-left: 5px;
   overflow: auto;
   margin: 0px;

   scrollbar-arrow-color: dimgray;
   scrollbar-face-color: rgb(225,225,225);
   scrollbar-darkshadow-color: rgb(240,240,240);
   scrollbar-3dlight-color: rgb(245,245,245);
   scrollbar-highlight-color: rgb(245,245,245);
   scrollbar-shadow-color: rgb(200,200,200);
   scrollbar-track-color: rgb(225,225,225);
}

.formbtn_low{
   width: 125px;
   font-size: 8pt;
   color: rgb(65,65,65);
   border: 1px solid silver;

   background-color: rgb(235,235,235);
}


.formbtn_high{
   width: 125px;
   font-size: 8pt;
   color: rgb(65,65,65);
   border: 1px solid silver;

   background-color: rgb(240,240,240);
}

div.debug{
   position: absolute;
   border: dotted 1px gray;
   background-color: rgb(245,245,245);
   color: maroon;
   padding: 10px;
   width: 200px;
   height: 250px;
   overflow: auto;
}

.cmstable{
   width: 100%;
   background-color: transparent;
   color: black;
   font-family: arial;
   font-size: 8pt;
}

.cmsfulltable{
   width: 100%;
   background-color: transparent;
   border: solid 1px silver;
   font-family: arial;
   color: black;
   font-size: 8pt;
}

.cmscellleft{
   width: 59%;
   vertical-align: top;
   font-family: arial;
   color: black;
   font-size: 8pt;
}

.cmscellright{
   width: 41%;
   vertical-align: top;
   font-family: arial;
   color: black;
   font-size: 8pt;
}

.cmslist{
   border: solid 1px silver;
   width: 100%;
   background-color: transparent;
   font-family: arial;
   color: black;
   font-size: 8pt;
}

.cmsform{
   border: solid 1px silver;
   width: 100%;
   background-color: transparent;
   padding-left: 10px;
   font-family: arial;
   color: black;
   font-size: 8pt;
}

.cmshead1{
   border-bottom: double 3px gray;
   padding: 5px;
   font-weight: bold;
   font-size: 9pt;
   background-color: rgb(245,245,245);
   font-family: arial;
   color: black;
}

.cmshead2{
   border-top: solid 1px gray;
   border-bottom: solid 1px gray;
   padding: 3px;
   padding-left: 7px;
   font-weight: bold;
   font-size: 8pt;
   background-color: white;
   font-family: arial;
   color: black;
}

.cmshead3{
   border-top: solid 1px gray;
   border-bottom: solid 1px gray;
   padding: 3px;
   padding-left: 7px;
   font-weight: bold;
   font-size: 8pt;
   background-color: rgb(245,245,245);
   font-family: arial;
   color: black;
}

.cmsrow1{
   padding: 3px;
   padding-left: 10px;
   padding-right: 10px;
   background-color: rgb(245,245,245);
   font-family: arial;
   color: black;
   font-size: 8pt;
}

.cmsrow2{
   padding: 3px;
   padding-left: 10px;
   padding-right: 10px;
   background-color: white;
   font-family: arial;
   color: black;
   font-size: 8pt;
}

.cmsrow3{
   padding: 3px;
   padding-left: 10px;
   padding-right: 10px;
   font-family: arial;
   color: black;
   font-size: 8pt;
}

.cmsrow1b{
   padding: 3px;
   padding-left: 10px;
   padding-right: 10px;
   background-color: rgb(245,245,245);
   text-align: right;
   font-family: arial;
   color: black;
   font-size: 8pt;
}

.cmsrow1c{
   padding: 3px;
   padding-left: 10px;
   padding-right: 10px;
   background-color: rgb(245,245,245);
   text-align: right;
   vertical-align: middle;
   border-top: solid 1px silver;
   font-family: arial;
   color: black;
   font-size: 8pt;
}

.cmsrow1d{
   padding: 3px;
   padding-left: 10px;
   padding-right: 10px;
   background-color: rgb(245,245,245);
   text-align: left;
   vertical-align: middle;
   border-top: solid 1px silver;
   font-family: arial;
   color: black;
   font-size: 8pt;
}

.cmsrow2b{
   padding: 3px;
   padding-left: 10px;
   padding-right: 10px;
   background-color: white;
   text-align: right;
   font-family: arial;
   color: black;
   font-size: 8pt;
}

.cmsrow3b{
   padding: 3px;
   padding-left: 10px;
   padding-right: 10px;
   text-align: right;
   font-family: arial;
   color: black;
   font-size: 8pt;
}

.cmstext{
   text-align: left;
   font-family: arial;
   color: black;
   font-size: 8pt;
}

.cmsoperations{
   text-align: right;
   font-family: arial;
   font-size: 8pt;
}

.alert{
   color: red;
   font-size: 12pt;
   font-weight: bold;
   padding-left: 12px;
   font-family: arial;
}

.treerow0{
   padding: 0px;
   padding-left: 15px;
   font-family: arial;
   color: black;
   /*background-color: rgb(153,153,153);*/
}

.treerow0 a, .treerow0 a:hover{
   color: black;
}

.treerow1 a, .treerow1 a:hover{
   color: black;
}

.treerow2 a, .treerow2 a:hover{
   color: black;
}

.treerow1{
   padding: 0px;
   padding-left: 15px;
   background-image: url(../gfx/tvertline.gif);
   background-repeat: repeat-y;
   background-position: 17 top;
   font-family: arial;
   color: black;
   /*background-color: rgb(153,153,153);*/
}

.treerow2{
   padding: 0px;
   padding-left: 35px;
   background-image: url(../gfx/tvertline.gif);
   background-repeat: repeat-y;
   background-position: 17 top;
   font-family: arial;
   color: black;
   /*background-color: rgb(153,153,153);*/
}

.formbtnlink{
   width: 125px;
   background-color: rgb(235,235,235);
   border: solid 1px silver;
   color: rgb(65,65,65);
   text-align: center;
   padding-top: 1px;
   padding-bottom: 1px;
   font-family: arial;
}

.formbtnlink:hover{
   width: 125px;
   background-color: rgb(240,240,240);
   border: solid 1px silver;
   color: rgb(35,35,35);
   text-align: center;
   padding-top: 1px;
   padding-bottom: 1px;
   font-family: arial;
}

.formbtnlink2{
   width: 180px;
   background-color: rgb(235,235,235);
   border: solid 1px silver;
   color: rgb(65,65,65);
   text-align: center;
   padding-top: 1px;
   padding-bottom: 1px;
   font-family: arial;
}

.formbtnlink2:hover{
   width: 180px;
   background-color: rgb(240,240,240);
   border: solid 1px silver;
   color: rgb(35,35,35);
   text-align: center;
   padding-top: 1px;
   padding-bottom: 1px;
   font-family: arial;
}

.formbtnlink3{
   width: 230px;
   background-color: rgb(235,235,235);
   border: solid 1px silver;
   color: rgb(65,65,65);
   text-align: center;
   padding-top: 1px;
   padding-bottom: 1px;
   font-family: arial;
}

.formbtnlink3:hover{
   width: 230px;
   background-color: rgb(240,240,240);
   border: solid 1px silver;
   color: rgb(35,35,35);
   text-align: center;
   padding-top: 1px;
   padding-bottom: 1px;
   font-family: arial;
}

.progressbar{
   width: 125px;
   background-color: whitesmoke;
   border: solid 1px silver;
   color: #150185;
   padding: 2px;
   padding-top: 0px;
   margin-right: 15px;
   font-family: arial;
}

.spacer{
   margin-right: 10px;
}

.translationarea{
   font-size: 8pt;
   color: rgb(65,65,65);
   border: 1px solid silver;
   padding-left: 5px;
   overflow: auto;
   margin: 0px;

   scrollbar-arrow-color: dimgray;
   scrollbar-face-color: rgb(225,225,225);
   scrollbar-darkshadow-color: rgb(240,240,240);
   scrollbar-3dlight-color: rgb(245,245,245);
   scrollbar-highlight-color: rgb(245,245,245);
   scrollbar-shadow-color: rgb(200,200,200);
   scrollbar-track-color: rgb(225,225,225);
   font-family: arial;
}

.menutitle{
   font-size: 11pt;
   color: dimgray;
   font-weight: bold;
   padding-right: 10px;
   font-family: arial;
}

.menuopener_low{
   border: solid 1px white;
   color: black;
   cursor: pointer;
   padding: 2px;

   padding-left: 10px;
   padding-right: 20px;
   font-family: arial;
}

.menuopener_high{
   border: solid 1px white;

   border-top: solid 1px dimgray;
   border-left: solid 1px dimgray;
   border-right: solid 1px dimgray;

   color: black;
   cursor: pointer;
   padding: 2px;

   padding-left: 10px;
   padding-right: 20px;
   font-family: arial;
}

.menuentry_low{
   border: solid 1px white;
   color: black;
   cursor: pointer;
   padding: 2px;

   padding-left: 10px;
   padding-right: 10px;
   font-family: arial;
}

.menuentry_high{
   border: solid 1px white;
   color: black;
   cursor: pointer;
   padding: 2px;

   padding-left: 10px;
   padding-right: 10px;
   font-family: arial;
}

a.submenuentry{
   text-decoration: none;
   border: solid 1px white;
   color: gray;
   width: 100%;
   padding: 2px;

   padding-left: 10px;
   padding-right: 20px;
   margin: 1px;
   font-family: arial;
}

a.submenuentry:hover{
   text-decoration: none;
   border: solid 1px dimgray;
   color: black;/*dimgray;*/
   background-color: rgb(255,255,255);
   width: 100%;
   padding: 2px;

   padding-left: 10px;
   padding-right: 20px;
   margin: 1px;
   font-family: arial;
}

.menupane{
   border: solid 1px dimgray;
   background-color: white;
   padding: 5px;
   font-size: 8pt;
   font-family: arial;
}

.submenupane{
   visibility: hidden;
   border: solid 1px dimgray;

   /*border-top: solid 1px rgb(225,225,225);*/

   background-color: white;
   padding: 2px;

   position: absolute;
   top: 0px;
   left: 0px;
   z-index: 1;
   font-family: arial;
}

.submenuentries{
   width: 0px;
   background-color: white;
   font-family: arial;
}

.menuseperator{
   margin-left: 10px;
   margin-right: 10px;

   background-image: url(../gfxvertline.gif);
   background-repeat: no-repeat;
   background-position: center top;
}

.actionlow{
   cursor: pointer;
   background-color: rgb(235,235,235);
   width:145px;
   text-align: center;
   border: solid 1px silver;
   margin: 1px;
   padding: 1px;
   font-family: arial;
}

.actionhigh{
   cursor: pointer;
   color: rgb(65,65,65);
   background-color: rgb(240,240,240);
   width: 145px;
   text-align: center;
   border: solid 1px silver;
   margin: 1px;
   padding: 1px;
   font-family: arial;
}

ul{
   list-style-type: disc;
   /*color: dimgray;*/
}

ol{

}

.headercellnew{
   text-align: right;
   font-size: 12pt;
   font-weight: bold;
   color: #150185;
   height: 20px;

   letter-spacing: 2px;

   background-image: url(../gfx/dotline.gif);
   background-position: 60px left;
   background-repeat: repeat-x;
   padding: 0px;
}

.bluecellnew{
   background-color: #150185;
   height: 30px;
   color: white;
   text-align: center;
   vertical-align: middle;
}

.redbull{
   color: red;
   font-size: 10pt;
   font-weight: bold;
   position: relative;
   top: 1px;
}

.foldnavigation{
   /*border-right: solid 1px #150185;*/
   width: 160px;
   padding: 10px;
   padding-top: 12px;
}

.contentsheetnew{
   height: 280px;
   padding-right: 25px;
   padding-left: 18px;
   padding-top: 38px;/*40px;*/
   padding-bottom: 0px;
}

.contentsheetnew2{
   height: 330px;
   padding-right: 5px;
   padding-left: 18px;
   padding-top: 10px;
   padding-bottom: 0px;
   background-color: white;
   color: black;
   border-right: solid 1px rgb(0,0,153);
   font-size: 8pt;
}

.contentsheetnew2 div td{
   font-size: 8pt;
}

.photoart{
   height: 60px;
   width: 146px;
   border: 1px solid rgb(0,0,133);
   position: relative;
   top: -18px;
}

.scrollcontent{
   height: 300px;
   padding: 0px;
   padding-right: 40px;
   margin: 0px;
   overflow: auto;
   overflow-x: hidden;

   scrollbar-arrow-color: red;/*rgb(203,203,203);*/

   scrollbar-face-color: rgb(90,90,185);
   scrollbar-track-color: rgb(0,0,153);

   scrollbar-highlight-color: rgb(0,0,143);
   scrollbar-shadow-color: rgb(0,0,143);

   scrollbar-darkshadow-color: rgb(0,0,153);
   scrollbar-3dlight-color: rgb(0,0,153);
}

.foldhead{
   padding: 3px;
   padding-left: 15px;
   font-size: 10pt;
   font-weight: bold;
   color: #150185;
   height: 20px;
}

.foldhead2{
   padding: 3px;
   padding-left: 15px;
   font-size: 10pt;
   font-weight: bold;
   color: gold;
   height: 20px;
   text-decoration: none;
}

.folditem{
   padding: 2px;
   padding-left: 30px;
   color: #150185;
   height: 20px;
}

.folditem_active{
   padding: 2px;
   padding-left: 30px;
   color: #150185;
   font-weight: bold;
   background-image: url(../gfx/foldhighlight.gif);
   background-position: 1px left;
   background-repeat: no-repeat;
   height: 20px;
}

.foldunderline{
   border-bottom: solid 1px red; /*#A3D900;*/
}

.foldfoot{
   vertical-align: bottom;
   padding: 3px;
   padding-left: 12px;
   padding-bottom:10px;
}

a.maillink{
   text-decoration: none;
   color: white;
}

a.maillink:hover{
   text-decoration: none;
   color: white;
}

.headtitle{
   position: relative;
   top: -33px;
}