﻿* { margin: 0; padding: 0 }
/*.PanelHeight
{
	overflow:hidden;
}*/
.loading
{
	color:#04bc5a;
	font-weight:bold;
}
.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 0px 0 0px;
	font-weight:bold;

}
.stripViewer 
{
	float:left;
	position: relative;
	overflow: hidden; 
	width: 500px; 
	clear: both;
}
.stripViewer .panelContainer 
{ 
	position: relative;
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;
}
.stripViewer .panelContainer .panel { 
	float:left;
	min-height:100%;
	_height: 100%;
	position: relative;
	width: 500px;
}
.stripViewer .panelContainer .panel .wrapper 
{
	padding-top:1px;
	padding-left:10px;
}
.stripNav 
{
	float:left;
	margin: 0; 
	padding-bottom: 10px;
	width: 100% !important;
	background-color:#41c1f0;
	background-position:left top;
	background-repeat:no-repeat;
}
.stripNav ul {
	list-style: none; 
	margin-left:0px;
}
.stripNav ul li 
{
	float: left;
	margin-right: 0px;
	color:White;
}
.stripNav a 
{
	font-size: 15px;
	font-family:Arial, sans-serif;
	text-align: center;
	min-height:17px;
	color: #545654;
	text-decoration: none;
	display: block;
	padding-top:5px;
	padding-bottom:5px;
	margin-right:1px;
	_height:17px;
}
.stripNav li a
{
	background-color:#0063c8;
	margin-right:1px;
	color: White;
	padding-left:20px;
	padding-right:20px;
}
.stripNav li a:hover 
{
	background-color:#41c1f0;
}
.stripNav li a.current 
{
	font-weight:bold;
	background-color:#41c1f0;
	border:none;
}
.stripNavL, .stripNavR { /* The left and right arrows */
	position: absolute;
	top: 230px;
	text-indent: -9000em;
}
.stripNavL a, .stripNavR a {
	display: block;
	height: 40px;
	width: 40px;
}
.stripNavL {
	left: 0;
}
.stripNavR {
	right: 0;
}
.stripNavL {
	
	display:none;
}
.stripNavR {
	display:none;
}
p.Loading
{
	float:left;
}
.Home .stripNav li {
	width:158px;
	
}
.Home .stripViewer .panelContainer .panel .wrapper 
{ 
	padding-top:1px;
	padding-left:10px;
	padding-right:5px;
	min-height:118px;
	max-height:118px;
	line-height:14px;
	_height:118px;
	overflow:hidden;
}
.Home .LeftArea .stripViewer .panelContainer .panel .wrapper 
{
	padding-top:3px;
	padding-left:15px;
	float:left;
}
.Home .RightArea .stripViewer .panelContainer .panel .wrapper 
{
	min-height:120px;
	_height:120px;
}
.Home .stripViewer 
{ 
	position: relative;
	overflow: hidden; 
	background-color:#f6fef7;
}

.TabPanelBottom
{
	display:none;
}

.TopDiv
{
	display:none;
}