div.tabs {
	width: 100%;
	background-color: #ffffff;
	border-bottom: solid 3px #b2b2b2;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 26px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9;
}

table.menutable {
	margin: 0px;
	padding: 0px;
	/*margin-left: 4px;*/
}

div.downloadtabs {
	width: 100%;
	background-color: #ffffff;
	margin-top: 20px;
	margin-bottom: -10px;
}

body.searchtabbody {
	background-color: #dddddd;
	height: 100%;
}

form.searchform {
	display: block;
	padding: 0px;
	margin: 0px;
	padding-left: 4px;
}

form.searchform input {
	font-size: 11px;
}

a.advancedsearch {
	color: #000000;
  display: block;  
}

a.advancedsearch:link {
	color: #000000;
}

a.advancedsearch:visited {
	color: #000000;
}

a.advancedsearch:active {
	color: #000000;
}


/** Common for both type of menues */
td.bothmenus {
	height: 22px;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	padding-left: 8px;
	padding-right: 8px;
	border-top: 0px;
	border-bottom: 0px;
	background-color: rgb(238, 238, 238);
  text-transform: uppercase;
}

td.bothmenus a:link {
    text-decoration: none;
}

td.bothmenus a:visited {
    text-decoration: none;
}

/** The selected menu */

td.selected {
  background-color: #5b7fa3;
  border-left: 1px solid #ffffff;
	color: #ffffff;
	font-weight: bold;
}

td.selected a:link {
    color: #ffffff;
}

td.selected a:visited {
    color: #ffffff;
}

td.submenu{
  /*background: rgb(238, 238, 238);*/
  text-transform: none;
  font-size: 12px;
  border-left: 1px solid #ffffff;
  text-align: center;
}

td.subselected {
  padding-left: 4px;
	font-weight: bold;
  background-color: #5b7fa3;
}

td.subnotselected {
    padding-left: 4px;
    background-color: #ddd;

}

/** The menu that is not selected */

td.notselected {
	border-left: 1px solid white;
	/*background-color: rgb(157,177,186);*/
	background-color: #ddd;
	color: #000;
  font-size: 11px;
  /*text-transform: capitalize;*/
  /*font-weight: bold;*/
}

td.notselected a:link {
  color: #000;

}

td.notselected a:visited {
  color: #000;

}

/** The disabled menu */
td.disabled {
	background-color: #dddddd;
	color: #808AA5;
	cursor: text;
	font-size: 12px;
	border-left: 1px solid white;
}

td.disabled a:link {
    color: #808AA5;
    cursor: text;
}

td.disabled a:visited {
    color: #808AA5;
    cursor: text;
}

div.menutab {
   font-weight: bold;
}

td.menuImageLeft {
  background-repeat: no-repeat;
  padding-left: 18px;
}

td.menubackground {
	padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 1px;
  vertical-align: middle;
  font-size: 0px;
}

td.menubackgroundlast {
	padding-right: 18px;
}

td.menubackground a img {
  visibility: hidden;
} 

td.menubackground a {
  display: block;
  height: 16px;
  background-position: top left;
  background-repeat: no-repeat;
  margin: 0px;
  padding: 0px;
  font-size: 0px; 
} 

td.menubackground span {
  display: block;
  height: 16px;
  margin: 0px;
  padding: 0px;
  font-size: 0px; 
} 

td.menubackground a:hover {
   background-position: 0px -34px;
}

a#imagehelp {   
  background-image: url(../images/menu/help_double.png);
} 

a#imagebookmark {
  background-image: url(../images/menu/bookmark_double.png);
}

a#imageprint {
   background-image: url(../images/menu/print_double.png);
}

a#imagepdf {
  background-image: url(../images/menu/pdf_double.png);
}

a#imagegetting_started {
  background-image: url(../images/menu/getting_started_double.png);
}

a#imagespreadsheet {
  background-image: url(../images/menu/spreadsheet_double.png);
}

a#imagedownload {
   background-image: url(../images/menu/download_double.png); 
} 

a#imageshoppingcart {
   background-image: url(../images/menu/shoppingcart_double.png); 
} 

a#imagetoolbox {
   background-image: url(../images/menu/toolbox_double.png);
}

a#imagesubset {
  background-image: url(../images/menu/subset_double.png);
}

a#imageweight {
  background-image: url(../images/menu/weight_double.png);
}

a#imageclear {
  background-image: url(../images/menu/clear_double.png);
}

a#imagemap {
  background-image: url(../images/menu/map_double.png);
}

a#imagetimeline {
  background-image: url(../images/menu/timeline_double.png);
}

a#imagegraph {
  background-image: url(../images/menu/graph_double.png);
}

a#imagetable {
  background-image: url(../images/menu/table_double.png);
}

a#imagescatterplot {
  background-image: url(../images/menu/scatterplot_double.png);
}

a#imageregression {
  background-image: url(../images/menu/regression_double.png);
}

a#imagebar-hor {
  background-image: url(../images/graph/bar-hor_double.png);
}

a#imagebar-mean {
  background-image: url(../images/graph/bar-mean_double.png);
}

a#imagebar-mean-ver {
  background-image: url(../images/graph/bar-mean-ver_double.png);
}

a#imagebar-stc-hor {
  background-image: url(../images/graph/bar-stc-hor_double.png);
}

a#imagebar-stc-ver {
  background-image: url(../images/graph/bar-stc-ver_double.png);
}

a#imagebar-ver {
  background-image: url(../images/graph/bar-ver_double.png);
}

a#imageboxwhisk-hor {
  background-image: url(../images/graph/boxwhisk-hor_double.png);
}

a#imageboxwhisk-ver {
  background-image: url(../images/graph/boxwhisk-ver_double.png);
}

a#imageconfint-hor {
  background-image: url(../images/graph/confint-hor_double.png);
}

a#imageconfint-ver {
  background-image: url(../images/graph/confint-ver_double.png);
}

a#imagepie {
  background-image: url(../images/graph/pie_double.png);
}

a#imagetabellgraf {
  background-image: url(../images/graph/tabellgraf_double.png);
}

#charticons {
  display: none; 
  top: 1px; 
  left: 0px; 
  position: relative;
  font-size: 1px; 
}

#charticons ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
   font-size: 1px; 
   position: absolute;
}

#charticons ul li{
  margin-top: 0px;
}

#charticons ul li a {
   background-position: 0px 0px;
   padding-top: 1px;
   font-size: 1px; 
   vertical-align: bottom;
}

#charticons ul li a:hover {
   background-position: 0px -34px;
}

#charticons ul li a img {
  height: 16px;
  width: 23px;
  visibility: hidden; 
} 


div.function_icon {
	margin-right: 10px;
	width: 10px;
}

img.images {
	padding: 0px;
	margin: 0px;
}

.m a:link, .m a:visited {
    color:#000;
}

.m {
    color: #000;
    cursor:pointer;
}

ul.testmenu {
    padding: 0px;
    margin: 0px;
    list-style: none;
    width: 132px;
    background-color: #dddddd;
    text-align: left;
    position: absolute;
}

ul.testmenu li.m a, ul.testmenu li.m a:link, ul.testmenu li.m a:visited ul.testmenu {
    text-decoration: none;
    background-color: #dddddd;
    font-family:verdana,arial,sans-serif;
    font-size:10px;
    /*line-height:14px;*/
    padding-left:3px;
}

li.m a {
    display: block;
}

li.m a:hover {
	color: red;
}

ul.testmenu li {
    vertical-align: middle;
    border:1px solid;
    border-color: #EEE #999 #999 #EEE;
}

div.menu {
	display: none;
	position: absolute;
	background-color: #e6e7e8;
	font-size: 0.8em;
}

div#bookmarkmenu {
    display: none;
    top: 1px;
    left: 0px;
    position: relative;
    font-size: 1px;
}

div.header{
  border-top: solid rgb(178, 178, 178) 2px;
  border-bottom: solid rgb(178, 178, 178) 2px;

}

div.header table{
  background: #eee;
}

td.bothmenues {
    color: #000000;
}

td.subselected a {
    color: rgb(255, 255, 255) !important;
    font-weight: bold;
    text-decoration: none;
}

td.subnotselected a {
    color: rgb(0,0,0) !important;
    font-weight: normal;
    text-decoration: none;
}