/*@import url(tabpane.css);*/

body {
  background-color:   #FFFFFF;
  font-family:        Tahoma;
  font-size:          11px;
  font-weight:        normal;
  color:              #58595B;
  margin:             0;
  padding:            0;
  }

a {
  text-decoration:    none;
  outline:            none;
  }
a:hover,
a:active {
  text-decoration:    underline;
  outline:            none;
  }

h1,td.h1 {
  font-size:          13px;
  font-weight:        bold;
  color:              #002C72;
  margin:             0;
  }
h2, h3 {
  font-size:          11px;
  font-weight:        bold;
  color:              #002C72;
  margin:             0;
  }


td, p {
  line-height:        16px;
  margin:             0;
  font-size:          11px;
  }
  

  
td.InfoLine {
  background-color:   #FFFFFF;
  border-top:         1px solid #BBBEC1;
  border-bottom:      1px solid #BBBEC1;
  color:              #BBBEC1;
  padding:            0;
  padding-left:       10px;
  }
td.InfoDate {
  background-color:   #BBBEC1;
  border-top:         1px solid #BBBEC1;
  border-bottom:      1px solid #FFFFFF;
  color:              #FFFFFF;
  padding:            4px;
  padding-left:       24px;
  }
td.Navigation {
  background-color:   #E9EAEB;
  color:              #FFFFFF;
  }
td.SubMenu {
  border-bottom:      1px solid #FFFFFF;
  }
td.MainContent {
  padding:            12px;
  padding-right:      0;
  }
td.MainContentDiv {
  border-right:       1px solid #BBBEC1;
  }
td.MainContent th {
  height:             24px;
  background-image:   url('../imgs/th-bg.gif');
  color:              #DCE7F9;
  font-weight:        normal;
  font-size:          11px;
  text-align:         left;
  padding-left:       8px;
  }
td.MainContentTeaser {
  }
  
td.Line {
  background-color:   #BBBEC1;
  }
  
td.Small {
  font-size:          10px;
  line-height:        12px;
  }
  
table.News {
  border-left:        1px solid #BBBEC1;
  border-bottom:      1px solid #BBBEC1;
  }
  
input, select, option {
  font-size:          11px;
  }
  


/* MenuBar Letters */
.MenuBarLetter {
  background-color:		        #3C5782;
  padding:                    0px;
  padding-left:               1px;
  }
.MenuBarLetter a:hover,
.MenuBarLetter a:active {
  color:                      #FFFFFF;
  text-decoration:            none;
  }
.MenuBarLetter_active {
  background-color:		        #BBBEC1;
  padding:                    0px;
  padding-left:               1px;
  }
.MenuBarLetter_active a,
.MenuBarLetter_active a:hover {
  color:                      #FFFFFF;
  text-decoration:            none;
  }