/* GENERAL fonts */
/*
P, OL, UL, LI, DIV, H1, H2 {
	font-family: verdana, arial;
	font-size: 12px;
}
H1 { font-size: 15px; }
H2 { font-size: 13px; }
P, H1, H2 {margin: 0px 0px 5px 0px;}
*/

#leftcont {
 width: 180px;
}

#search {
 margin: 0px 0px 0px 0px;
 padding: 5px 0px 0px 5px;
 border-bottom: 1px solid #CECEFD;
 margin-left: 0px;
 height: 25px;
 background-image: url(../images/menubackground.jpg);
 vertical-align: middle;
}

#maintable {
 /*border-right: 1px dotted #010179;*/
}

.inputfields {
 background-color: #EEF6FF;
 border: #BCD5FA solid 1px;
}

form, input
{
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 /*border:0px solid;*/
}


TD#contentheader {
 /*border-bottom: 1px dotted #010179;*/
 padding-top: 2px;
 height:30px;
 background-repeat: repeat-y;
 background-image: url(../images/contentheader-background.jpg);
 font-size: 20px;
 font-weight:bold;
 color: #00007A;
}

#rightcontent {
  background-image: url(../images/menubackground.jpg);
  background-repeat: no-repeat;
}

#rightcontent h1{
  font-size:12px;
  background-color: #D5D5E6;
  color: #8A0020;;
	text-decoration: none;
	display:block;
  padding-top:5px;
  padding-left:5px;
  padding-bottom:5px;
  margin-top:0px;
}

TD#content, TD#contentheader {
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
}



TD#footer {border-top: dotted 1px #C0C0DA;}
TD#footer P {
	font-size: 10px;
	text-align: center;
}

/* Content column */
TD#content {
	padding-top: 15px;
	width: 790px;
}

/* Menu 1 column */
TD#menu_1 {	
	vertical-align: top; 
	background-image: url(../images/menubackground.jpg);
	background-repeat: no-repeat;
	/*padding-top: 10px;*/
}

TD#menu_1 DIV {
	width: 100%;
}

TD#menu_1 DIV A {
	color: #00007A;
	text-decoration: none;
	display:block;
  padding-top:5px;
  padding-left:5px;
  padding-bottom:5px;
}

TD#menu_1 DIV.menu1-level2-no A,  TD#menu_1 DIV.menu1-level2-act A{
  padding-top:2px;
  padding-bottom:2px;
  padding-left:20px;
}

TD#menu_1 DIV A:hover {
/*	background-image: url(../images/menuhover.gif);*/
	/*background-repeat: no-repeat;*/
	background-color: #D5D5E6;
}


/*  MENU 1, level 1, normal state (NO) */
TD#menu_1 DIV.menu1-level1-no {
  border-bottom: 1px dotted #C0C0DA;
  font-size: 12px;
  font-weight:bold;
}

/*  MENU 1, level 1, active state (ACT) */
TD#menu_1 DIV.menu1-level1-act {
  border-bottom: 1px solid #C0C0DA;
  font-weight:bold;
  font-size: 12px;
  background-color: #D5D5E6;
  filter:alpha(opacity='70', style='0');
}
TD#menu_1 DIV.menu1-level1-act A {
  color:black;
}

/*  MENU 1, level 2, normal state (NO) */
TD#menu_1 DIV.menu1-level2-no {
  font-size: 12px;
  border-bottom: 1px dotted #C0C0DA;
}
/*  MENU 1, level 2, active state (ACT) */
TD#menu_1 DIV.menu1-level2-act {
  font-size: 12px;
  font-weight:bold;
  border-bottom: 1px dotted #C0C0DA;
}


/*  MENU 1, level 3, normal state (NO) */
TD#menu_1 DIV.menu1-level3-no {
  font-size: 12px;
  border-bottom: 1px dotted #C0C0DA;
}
/*  MENU 1, level 3, active state (ACT) */
TD#menu_1 DIV.menu1-level3-act {
  font-size: 12px;
  font-weight:bold;
  border-bottom: 1px dotted #C0C0DA;
}



TD#menu_1 DIV.menu1-level3-no A,  TD#menu_1 DIV.menu1-level3-act A{
  padding-top:2px;
  padding-bottom:2px;
  padding-left:35px;
}


/* Style for the Path-menu: */
TD#path {
  white-space: nowrap;
  background-color: #F8F8EC;

  font-family: verdana, arial;
  font-size: 11px;
  font-style: italic;
  font-weight: bold;
  padding: 1px 1px 5px 5px;
}
TD#path A {
  text-decoration: none;
  color:black;
}
TD#path A:hover {
  text-decoration: underline;
}