*{
    color:black;
    
}

div#menu {
display:none;
    width:90%;
}

@page { size:landscape }
.page
    {
     -webkit-transform: rotate(-90deg); -moz-transform:rotate(-90deg);
     filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    }


.panes div {
    display:inline;
    padding:15px 10px;
    height:auto;
}

/* root element for tabs  */
.tabs {
	list-style:none;
	margin:0 !important;
	padding:0;
	height:30px;
	border-bottom:1px solid #666;
}

/* single tab */
body #main .tabs li {
	float:right;
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important;
        background: none;
}

/* link inside the tab. uses a background image */
#main .tabs .current  {
	background: none;
        font-weight: bold;
	float: right;
}

.tab{
    display:none
}

/* menu::base */
div#menu {
    display: none;
}
#selectWord{
	display:none
}

#selectWord2{display:none;
}

#searchInput{
display: none;
}

#main img{
    display: none;
}

#inputAuto{
    display: none;
    
}

#switchClassic{
    display: none;
}

#go{
   display: none;
       
}

#result{
    
    
}

table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}
.tablelabelsmall {
    background-color: #D0C7C4;
   
    font-size: 0.7em;
   
}
td {
    border:1px solid black;
    white-space: normal;
}

th {
    background: url("../images/h2_grey.png") repeat-x scroll 0 -1px #D0C7C4;
    color: #666666;
    border: 1px solid black;
}



#curResult{
     display: none;
}

/*SELECTEDCRITERIA*/


body #sidebar ul li{
   float: left;
}
body #sidebar ul li:hover{
    background: none;
}
body #sidebar ul li ul li:hover{
    background: none;
}


.delete{
     display:none;
}

#pages{
    font-size:12px;
    color: #666;
}

#currentPage{
    font-weight: bold;
    color: black;
}