#pane-wrapper{
	width:164px;
	text-align:left;
	/*border-right: 1px solid black;*/
}
#pane-wrapper1{
	width:170px;
	text-align:center;
	margin-left:0px;
	/*border-right: 1px solid black;*/
}

#pane-wrapper .panel{
	margin-left:10px;
	margin-right:10px;
	margin-bottom:15px;	
}
#pane-wrapper .panelContent{
	font-size:14px;
	background-color:#ffffff;
	padding:0 1px;
	overflow:hidden;
	position:relative;
	clear:both;
}
#pane-wrapper .panelContent div{
	position:relative;
}
#pane-wrapper .panel .topBar{
	background-image:url('../images/DropMenuHead.png');
	background-repeat:no-repeat;
	background-position:top right;
	height:25px;
	padding-right:5px;
	cursor:pointer;
	overflow:hidden;
}
#pane-wrapper .panel .topBar span{
	line-height:25px;
	vertical-align:middle;
	font-size:12px;
	font-weight:400;
	color:#494949;
	float:left;
	padding-left:5px;
}
#pane-wrapper .panel .topBar img{
	float:right;
	cursor:pointer;
}
#otherContent{	/* Normal text content */
	float:left;	/* Firefox - to avoid blank white space above panel */
	padding-left:10px;	/* A little space at the left */
}	

/*////////////////////////////////////////////////////////////////////////////*/
/*TABS*/
/*////////////////////////////////////////////////////////////////////////////*/
#tooltip{
	color:#333;
	background-color:#FFF;
	border:1px solid #C4A471;
	position:absolute;
	display:none;
	z-index:20000;
	padding:2px;
	font-size:12px;
	-moz-border-radius:6px;	/* Rounded edges in Firefox */
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
	
}
#tooltip-shadow{
	position:absolute;
	background-color:#C4A471;
	display:none;
	z-index:10000;
	opacity:0.7;
	filter:alpha(opacity=70);
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
	-moz-border-radius:6px;	/* Rounded edges in Firefox */
}

/*////////////////////////////////////////////////////////////////////////////*/
/*TABS*/
/*////////////////////////////////////////////////////////////////////////////*/
.basictab
{
	margin-top:10px;
}
.basictab ul{
	margin:4px 4px 0 4px;
	padding: 3px 0;
	margin-left: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
	display: inline;
	margin: 0;
}

.basictab li a{
	font-size:12px;
	font-weight:600;
	text-decoration: underline;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #C4A471;
	border-bottom: none;
	color: #735A31;
	background-color:#D0B07E;
}

.basictab li a:visited{
	font-size:12px;
	font-weight:600;
	color: #735A31;
	text-decoration:none;
}

.basictab li a:hover, .basictab li a.current{
	font-size:12px;
	font-weight:600;
	/*background-color:#D0B07E;*/
	background-color:#FFFFFF;
	color: #735A31;
}

.basictab li a:active{
	font-size:12px;
	font-weight:600;
	color: #735A31;
}

#tabcontentcontainer{
	width:598px;
	border:1px solid #C4A471;
	margin-bottom:10px;
}

.tabcontent{
	margin:4px;
	font-size:14px;
	display:none;
}

.tabcontent1{
	margin:4px;
	width:98.5%;
	font-size:14px;
}

/*---------------------------------*/
#option-control
{
	border:1px solid #9E0D0D;
	background-color:#fff;
	padding:2px;
	width:594px!important;
	width:598px;
	background-image:url("../images/optionbox_back.jpg");
}
#option-control1
{
	border:1px solid #9E0D0D;
	background-color:#fff;	
	padding:0px;
	width:166px!important;
	width:164px;
	text-align:center;
	background-image:url("../images/optionbox_back.jpg");
}
#option-control2
{
	border:1px solid #9E0D0D;
	background-color:#fff;
	padding:2px;
	width:650px!important;
	width:654px;
	background-image:url("../images/optionbox_back.jpg");
}
#option-control3
{
	border:1px solid #9E0D0D;
	background-color:#fff;
	padding:2px;
	width:166px!important;
	width:170px;
	margin-left:5px!important;
	margin-left:1px;
	background-image:url("../images/optionbox_back.jpg");
}

#option-control h5
{
	color:#fff;
}
#option-control2 h5
{
	color:#fff;
}
#option-content-box{
	border:1px solid #9E0D0D;
	border-top:none;
	background-color:#fff;
	padding:2px;
	width:594px!important;
	width:598px;
}
#option-content-box1{
	border:1px solid #9E0D0D;
	background-color:#fff;
	margin-bottom:8px;
	width:166px!important;
	width:164px;
	overflow:hidden;
	text-align:left;
}
#option-content-box2{
	border:1px solid #9E0D0D;
	border-top:none;
	background-color:#fff;
	padding:2px;	
	width:650px!important;
	width:654px;
	overflow:hidden;
}
#option-content-box3{
	border:1px solid #9E0D0D;
	border-top:none;
	background-color:#fff;
	padding:2px;	
	width:166px!important;
	width:170px;
	margin-left:5px!important;
	margin-left:1px;
	overflow:hidden;
}

#sponsor-box{
	border:1px solid #9E0D0D;
	background-color:#fff;
	margin-bottom:5px;	
	width:166px!important;
	width:164px;
	overflow:hidden;
}


#option-content-box a:link,#option-content-box a:active,#option-content-box a:visited {
	font-size:12px;
	text-decoration:underline;
}
#option-content-box a:hover {
	text-decoration:none;
}
/*----------STYLE FOR WORLDMAP POPUP----------------------*/
#worldmap-tooltip{
	z-index:1000000;
	text-align:left;
	position:absolute;
	display:none;
}
#worldmap-tooltip div{
	position:relative;
}
#worldmap-tooltip .worldmap-tooltip-arrow{	
	background-image:url('../images/arrow.gif');
	width:44px;
	position:absolute;
	left:0px;
	top:0px;
	background-repeat:no-repeat;
	background-position:center left;
	z-index:1000005;
	height:66px;
}

#worldmap-tooltip .worldmap-tooltip-content{
	border:2px solid #C4A471;
	left:42px;
	top:0px;
	position:absolute;
	width:350px;
	background-color:#FFF;
	padding:2px;
	overflow:auto;
	z-index:1000001;
}
.worldmap-heading
{
	background-color:#C4A471;
}
.worldmap-heading h5
{
	color:#ffffff;
	padding:3px;
}
.worldmap-subhead
{
	background-color:#AC0D0D;
}
.worldmap-subhead h5
{
	color:#FFFFFF;
}

.lcdstyle{
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	padding: 3px;
}

.lcdstyle sup{
	font-size: 80%;
	color:#FFFFFF;
}
#option-control-gtv
{
	border:1px solid #9E0D0D;
	background-color:#fff;
	padding:2px;
	width:790px!important;
	width:784px;
	background-image:url("../images/optionbox_back.jpg");
}
#option-control-gtv h5
{
	color:#fff;
}
#option-content-gtv{
	border:1px solid #9E0D0D;
	border-top:none;
	background-color:#fff;
	padding:2px;	
	width:790px!important;
	width:784px;
	overflow:hidden;
}
