* {
  margin: 0;
  padding: 0;
}

html, body{
  height:100%;
}

body {
  font-family: "Arial","Lucida Grande","Lucida Sans Unicode","Bitstream Vera Sans","Verdana","Futura","Helvetica","sans-serif";
  font-size: 12px;
  min-width: 800px;
  width: expression(Math.max(780, document.documentElement.clientWidth) + "px");
}

body.shade {
  background: #fff url(../images/menu_background.gif) top left repeat-y;
}

a {
  background: transparent;
  color: #071f71;
  text-decoration:none;
}

table.grid {
  height: 100%;
  width: 100%;
  border-collapse:collapse;
  background:transparent;
}

table.grid tr td {
  vertical-align:top;
}

#menu{
   top:108px;
}

#main {
  padding: 0 19px 19px 19px;
  margin:0;
}


/* box */
.box {
  padding: 0;
  margin-bottom: 22px;
  clear:both;
}

.bgcolor{
  background-color:#f3f6fb;  
}

.box .headline {
  background-color:#98a9c5;
  color: #fff;
  height: 17px;
  vertical-align: middle;
  width:100%;
}

.box span.norm{
  background-color:#98a9c5;
  color: #fff;
  height: 17px;
  vertical-align: middle;
  font-size: 12px;
  font-weight:bold;
  margin: 0;
  padding: 1px 7px 0 7px;
  white-space: nowrap;
  text-decoration:none;
}

.box .headline h2 {
  font-size: 12px;
  margin: 0;
  padding: 2px 0 0 7px;
  white-space: nowrap;
}

.box .boxcontent {
  border: 1px solid #99a8c9;
 /* border-top: none;*/
  margin: 0;
  padding: 0;
}

/* headlines inside box content */
.box .boxcontent .headline {
  background: #e9e9e9;
  color: #000;
  height: 19px;
  clear:both;
  margin-top: 8px;  
}

.box .boxcontent .headline h3 {
  margin: 0;
  padding: 2px 10px;
  white-space: nowrap;
}

.box .boxcontent .headline h3 a.core_button_normal {
  font-weight: normal;
  font-size: 12px;
  text-decoration: none;
  color: #000;
  background: transparent;  
}


.box ul li {
  list-style: none;
  padding-bottom: 6px;
}

.box ul li a {
  font-weight: bold;
}

.boxcontent ul, .boxcontentlist ul  {
  margin-top: 12px;
  margin-bottom: 20px;
}


/* box with icon */
table.iconbox {
	
}

table.iconbox td {
  padding: 4px 0 0 4px;
}

table.iconbox td.main {
  padding-top: 7px;
  padding-left: 0;
  margin-left: 0;
}

table.iconbox td.info {
  padding: 24px;
}

table.iconbox td.info p {
  width: 300px;
}
/* /box with icon */

/* align scaling float next to icon */


div.if {
  width: 100%;
}

.ificon {
  position: relative;
  top: 0px
  left: 0px;
  padding: 4px 6px;
}

.iffloat {
  position:static;
  voice-family: "\"}\""; 
  voice-family:inherit;
  position: relative;
  top: -35px;
  padding-left: 5px;
}


/* /align scaling float next to icon */      


/* messageboard */

.messageboard {
	border:1px solid #99a8c9;
	border-top:none;
	padding-bottom:5px;
}

.messageboard h2 {
  background: #224596 url(../images/h2_box_messageboard.gif) top left repeat;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  margin: 0;
  padding: 7px;
  height: 14px;
}

.messageboard h2 .subh2 {
  font-weight: normal;
  text-transform: none;
}

.messageboard .boxcontent {
  background: #fff url(../images/messages.gif) 5px 10px no-repeat;
  padding-left:45px;
  border:0;
}

.messageboard .boxcontent h3 {
}

.messageboard .boxcontent dl dt {
  float:left;
  width: 4.2em;
  text-align: right;
}

.messageboard .boxcontent dl a {
  margin-left: 8px;
  display: inline;
}


.help_active, .help_normal{
 font-weight:normal;
 font-size:8pt;
 text-decoration:underline;

}


/* pager box TaOverview */
#pager {
  background: url(../images/background.gif) top left repeat-x;
  height:28px;
  border: 1px solid #828B95 !important;
}

/* favorites box */
.hlnx {
  margin-left: 2px;
}

.hlnx h3,
.hlnx ul {
  padding: 0;
  margin: 0 0 12px 0;
}
.hlnx ul li a{
	font-weight:normal;
}
.pagelistnd ul {
  margin: 0;
  padding: 6px 0 0 0;
  position: relative;
  left: 6px;
}

.nx-box-toggle-img {
  float: right;
  margin: 1px 3px;
}

.iffloat .hlnx ul li a.core_button_normal, .iffloat .hlnx ul li a{
  text-decoration: none;
}

#quicknavigation{
	overflow:auto;
	width:300px;
	height:120px;
	background-color:#fff;
	margin-bottom:5px;
}
#quicknavigation ul{
   width:210px;
}




.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



#helpBox{
   margin: 20px 5px;
   background: #fff;
 }
#helpBox ul li a.help_normal{
     text-decoration: underline;
}
#helpBox h3{
    padding: 2px 2px;
    font-size: 11px;
}
#helpBox ul{
  background-color: #fff;
}
#helpBox ul li{
  padding-left:10px;
}
#helpBox ul li a.help_normal{
 text-decoration: underline;
}

