#html {
        overflow-x: hidden;
}

#menu {
	margin: 0px; 
	padding: 0px; 
	font-family: calibri; 
	color: #787878; 
	opacity:0;
}

a:link {
color: #787878;
text-decoration: none;
}
a:visited {
color: #6D7B8D;
text-decoration: none;
}
a:hover {
color: #CCCCCC;
text-decoration: none;
}
a:active {
color: #333333;
text-decoration: none;
}

.cover {
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: .80;
	filter: alpha(opacity=80);
}

.help {
	display: none;
	position: fixed;
	text-align: center;
	top: 5%;
	left: 5%;
	width: 90%;
	height: 90%;
	padding: 0px;
	z-index: 1002;
	overflow: auto;
	font-family: calibri;
}

.sbox {
	height:32px;
	margin:4px 0;
}

#release {
	background:#fff;
	border:1px solid #ccc;
	border-bottom-color:#999;
	border-right-color:#999;
	color:#000;
	font:18px arial,sans-serif bold;
	height:30px;
	margin:0;
	padding:0px 8px 0 6px;
	vertical-align:middle;
}

.fonttype {
	font-family: calibri;
}

.textinput {
	border-style: none solid solid;
	font-family: calibri;
	vertical-align: middle;
	border: 1px solid #AAA;
	padding: 4px;
	color: #555;
	width: 150px;
	margin: 0;
}


.button {
   font-size:11px;
   color:#555555;
   width:100px;
   background-color:#FFFFFF;
   border-style:solid;
   border-color:#BBBBBB;
   border-width:1px;
   cursor: pointer;
}

.middle {
	display: table-cell;
    vertical-align: middle;
}

#floater { 
	width:1px;
	margin-bottom:-13.75em;
	float:left;
}

#content {
	margin:0 auto;
	position:relative;
	text-align:left;
	height:auto;
	clear:left;
}


.idTabs {  width: 450px; }
.idTabs ul { background:#222; padding:5px; float:left; margin-left: 100px; }
.idTabs li { list-style:none; float:left; }
.idTabs a { display:block; background:#222; color:snow; padding:0 13px; font:bold 16pt calibri; text-decoration:none; }
.idTabs a.selected { background:#FFF; color:#000; }
.idTabs ul, .idTabs a { border-radius:4px; -moz-border-radius:4px; }
.items { clear:both; padding:6px 0; position:relative; top:0; left:0; height:1em; }
.items>div { display:none; }

.slide-out-div  {
	padding: 20px;
	background: #ccc;
}  

#filter_tbl *[opt] {
	cursor: pointer;
}

.highlight {
	outline: #B3B3B3 dashed 1px;
	/*border: 1px dashed #B3B3B3;*/
}

.highlight-selected {
	outline: #B3B3B3 solid 1px;
	/*border: 1px soild #B3B3B3;*/
}

.ui-tooltip {
	font-family: calibri;
	max-width: 1000px;
}