.opt-panel {
	/*
	position: relative;  
	left: -80px;
	width: 90px; 
	height: 90px;
	*/	 
}

#opt-panel, #overlay-panel{
	
	position: relative;
	float:left;
	display: none;

	/*
	position: absolute;
	top: 225px;
	left: 1080px;
	display: none;
	*/
	
	z-index: 99;
	height: 775px;
	width: 250px;
	background: #ccc;
	left: 2px;
	top: -20px;
	border: 2px solid black !important;;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;	
	opacity: 1.0;
	filter: alpha(opacity=100);
}

#opt-panel:hover, #options-tab:hover{
	opacity: 1.0;
	filter: alpha(opacity=100);
}

#overlay-panel:hover, #overlay-tab:hover{
	opacity: 1.0;
	filter: alpha(opacity=100);
}

#containment-wrapper {
	position: absolute;
	width: 400px;
	height: 760px;
	display: inline;
}

#options-wrapper, #overlay-wrapper{
	position: absolute;
	height: 100%;
	width: 1px;
	background: transparent;
	/*float: left;*/
	margin-left: 1px;
	padding-left: 1px;
}

#options-tab{
	border-top: 2px solid black;
	border-right: 2px solid black;
	border-left: 2px solid black; 
	border-bottom: 2px solid #ccc; 
	width: 100px;
	height: 36px;
	background: #ccc;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	font-family: Arial, Helvetica, sans-serif;
    	font-size: 14px;
	font-weight: bold;
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	
	position: relative;
	float: left;
	top: 250px;
	left: -68px;
	z-index: 100;
	
	display: block;
}

#overlay-tab{
	border-top: 2px solid black;
	border-right: 2px solid black;
	border-left: 2px solid black; 
	border-bottom: 2px solid #ccc; 
	width: 100px;
	height: 36px;
	background: #ccc;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	font-family: Arial, Helvetica, sans-serif;
    	font-size: 14px;
	font-weight: bold;
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	
	position: relative;
	float: left;
	top: 360px;
	left: -68px;
	z-index: 100;
	
	display: block;
}

#all-overlays{
	display: inline-block !important;
	font-size: 11px !important;
	margin-left: 10px;
	height: 99%;
	width: 95%;
}

#options-tab a, #overlay-tab a{
	position: relative;
	margin-right: 3px;
	margin-left: 4px;
}
#options-tab i, #overlay-tab i{
	position: relative;
	top: 4px;
	left: -2px;
	margin-right: 5px;
}

#order-opts ul, #order-opts li{
}

#outlook-opacity-text{
	font-size: 1.25em !important;
	font-weight: bold !important;
}

#outlook-opacity-slider{
	width: 85%;
	margin-top: 5px;
}

.column-left{
	float: left;
	width: 50%;
}
.column-right{
	float:right;
	width: 50%;
}
.column-center{
	display: inline-block;
	width: 25%;
}	


#otlk-opts{
	/*float: left;*/
}

#otlk-opts td{
	/*width: 50px;*/
}

#otlk-opts .ui-state-active{
	font-weight: bold;
}

#bg-opts{
	/*float: left;*/
	font-size: 10px !important;
}
.table-header{
	font-size: 15px !important;
	text-align: center;
}

#archive-opts{
	float: left;
}

#inner-content{
	position: relative;
	top: 10px;
	left: 10px;

	width: 100%;
	height: 100%;
	
	border:2px solid black;
	background: #ccc;	
}

.ui-icon-twitter-icon{
	background-image: url("twitter-bird-white-on-blue.png") !important;
	height: 18px;
	width: 18px;
}

#ticker{
	/*height:310px;*/
	overflow: hidden;
}

#ticker li{
	min-height: 40px !important;
	height: 40px !important;
	font-size: 75%;
}
#ticker li a{
	/*
	min-height: 45px !important;
	height: 40px !important;
	*/
	overflow: visible !important;
	white-space: normal !important;
	font-size: 75%;
}
