body {
    font-family: Verdana,Helvetica,Arial,sans;
    font-size: 11px;
    font-weight: bold;
    background-color: #ececec;
}

div {
    z-index: 1;
    overflow: hidden;
}

applet {
    z-index: 2;
}

applet#fieldApplet {
    z-index: 10;
}

a {
    color: #ffffff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.right {
    float: right;
}

.left {
    float: left;
}

.invisible {
    display: none;
}

.visible {
    display: block;
}

.clear {
    clear: both;
}

.tabContent {
    overflow: hidden;
}

#headerDiv {
    background-color: #fffff7;
}

#filtersDiv {
    width: 223px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #dfdfdf;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    border-top: 3px solid #dfdfdf;
    clear: both;
}

#filtersTabDiv {
    font-family: arial,sans-serif;
    height: 25px;
}

#filtersTabDiv div.tab {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 5px;
    cursor: pointer;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial,sans;
}

.tabselected {
    border-top: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    background-color: #dfdfdf;
    color: #000;
}

.tabunselected {
    border-top: 1px solid #b8b8b8;
    border-left: 1px solid #b8b8b8;
    border-right: 1px solid #b8b8b8;
    background-color: #b8b8b8;
    color: #444;
}

.tabunselected:hover {
    background-color: #b8b8b8;
    border-top: 1px solid #b8b8b8;
    border-left: 1px solid #b8b8b8;
    border-right: 1px solid #b8b8b8;
    color: #000000;
}

#topDiv {
    overflow: hidden;
    background-color: #f8f8f8;
    border: 1px solid #555;
    margin-bottom: 3px;
	position:relative;
	left:4px;
	width:600px;
}

#footerDivWrapper {
    overflow: hidden;
    clear: both;
}

#footerDiv {
    overflow: hidden;
    height: 35px;
    width: auto;
    background-color: #f8f8f8;
    border: 1px solid #555;
    text-align: center;
}

#textSearchDiv {
    background-color: #eeeeee;
}

#cellLabelsDiv {
    float: left;
    text-align: center;
    margin-left: 150px;
}

#status {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#exportDiv {
    float: left;
    width: 150px;
    background-color: #f8f8f8;
    text-align: left;
}

#rightpanel {
    width: 225px;
    height: auto;
    position: absolute;
    top: 130px;
    right: 5px;
    overflow: hidden;
	padding:8px;
    background-color: #f8f8f8;
    border: 1px solid #939393;
}

#stateDiv {
    float: right;
    width: 330px;
    background-color: #f8f8f8;
    text-align: right;
}

#hivebar_wrapper {
    margin-top: 5px;
    border-top: 1px solid #555;
    border-left: 1px solid #555;
    border-right: 1px solid #555;
}

#hivebar {
    cursor: default;
    text-align: center;
    overflow: hidden;
    background-color: #555;
    height: 20px;
}

#hivebar_hideshow {
    color: #ffffff;
    text-align: left;
    width: 250px;
    height: 20px;
}

#hivebar_hideshow input {
    padding: 0;
    line-height: 20px;
    vertical-align: middle;
}

#hivebar_hideshow span {
    margin-left: 0.3em;
    vertical-align: middle;
}

#hivebar_version {
    font-variant: small-caps;
    color: #ffffff;
    text-align: right;
    width: 250px;
    padding-left: 0.5em;
    padding-right: 0.5em;
    vertical-align: middle;
    line-height: 20px;
}
.controlsArrow {
	position:relative; 
	float:left; 
	padding-left:4px;
}
.controlsMoreInfo {
	position:relative; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size:10px; 
	color:#222; 
	padding-bottom:10px; 
	padding-left:25px; 
	width:170px; 
	text-align:left;
	font-weight:normal;
}
