.overlay_alphacube {
	background-color: #85BBEF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.alphacube_nw {
	background: transparent url(alphacube/left-top.gif) no-repeat 0 0;			
  width:10px;
  height:25px;
}

.alphacube_n {
  background: transparent url(alphacube/top-middle.gif) repeat-x 0 0;			
  height:25px;
}

.alphacube_ne {
  background: transparent url(alphacube/right-top.gif) no-repeat 0 0;			
  width:10px;	  
  height:25px;
}

.alphacube_w {
  background: transparent url(alphacube/frame-left.gif) repeat-y top left;			
  width:7px;
}

.alphacube_e {
  background: transparent url(alphacube/frame-right.gif) repeat-y top right;			
  width:7px;	  
}

.alphacube_sw {
  background: transparent url(alphacube/bottom-left-c.gif) no-repeat 0 0;			
  width:7px;
  height:7px;
}

.alphacube_s {
  background: transparent url(alphacube/bottom-middle.gif) repeat-x 0 0;			
  height:7px;
}

.alphacube_se, .alphacube_sizer  {
  background: transparent url(alphacube/bottom-right-c.gif) no-repeat 0 0;			
  width:7px;
  height:7px;
}

.alphacube_sizer {
	cursor:se-resize;	
}

.alphacube_close {
	width: 23px;
	height: 23px;
	background: transparent url(alphacube/button-close-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:11px;
	cursor:pointer;
	z-index:1000;
}

.alphacube_minimize {
	width: 23px;
	height: 23px;
	background: transparent url(alphacube/button-min-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:55px;
	cursor:pointer;
	z-index:1000;
}

.alphacube_maximize {
	width: 23px;
	height: 23px;
	background: transparent url(alphacube/button-max-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:33px;
	cursor:pointer;
	z-index:1000;
}

.alphacube_title {
	float:left;
	height:14px;
	font-size:14px;
	text-align:center;
	margin-top:2px;
	width:100%;
	color:#123456;
}

.alphacube_content {
	overflow:auto;
	color: #000;
	font-family: Tahoma, Arial, sans-serif;
  font: 12px arial;
	background:#FDFDFD;
}

/* For alert/confirm dialog */
.alphacube_window {
	border:1px solid #F00;	
	background: #FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

.alphacube_message {
  font: 12px arial;
	text-align:center;
	width:100%;
	padding-bottom:10px;
}

.alphacube_buttons {
	text-align:center;
	width:100%;
}

.alphacube_buttons input {
	width:20%;
	margin:10px;
}

.alphacube_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background: #FFF url('alert/progress.gif') no-repeat center center
}

.alphacube_wired_frame {
	background: #FFF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;	
}

div#tabs{
	width:550px;
	font-size:11px;
	border-top:solid 1px #232343;
	
	
}	
/* DIV that holds each tab*/
div.my_tab{
	width:550px;
	
}
	
/* Title of each tab, used when user don't have Javascript'*/	
div.my_tab h5{
	color:#414141;
	border-bottom:solid 1px #cacaca;
		
}
	
/* Tab Bar, created via JS*/
div#tab-bar{
	padding:0px 0px 0px 10px;
	margin:0px;
	height:50px;
	background:#f1f1FF;
	border-bottom:solid 1px #414141;
	margin-bottom:20px;
	font:normal 10px "Trebuchet MS";
}
	
/* Single Tab */
div#tab-bar div.mt-tab{
	float:left;
	
	display:inline;
	position:relative;
	text-align:center;
	margin:14px 5px -3px 0px;
	cursor:pointer;
	border-top:solid 1px #414141;
	border-left:solid 1px #414141;
	border-right:solid 1px #414141;
	border-bottom:solid 1px #414141;
	font:bold 10px "Tahoma";
	height:20px;
	color:#414141;
	padding:10px 10px 5px 10px;		
}
	
/* Single Tab, when active */
div#tab-bar div.mt-tab-active{
	float:left;
	
	display:inline;
	text-align:center;
	margin:14px 5px -5px 0px;
	cursor:pointer;
	border-top:solid 1px #414141;
	border-left:solid 1px #414141;
	border-right:solid 1px #414141;
	border-bottom:none;
	height:21px;
	color:Black;
	font-weight:bold;
	padding:10px 10px 5px 10px;	
		
}

div#vtabs{
	width:550px;
	font-size:11px;
	border-top:solid 1px #232343;
	valign:top;
	align:top;
	
}	
/* DIV that holds each tab*/
div.my_vtab{
	width:450px;
	position:absolute;
	top: 100px;
	left: 100px;
	height: 300px;
	overflow:auto;
}
div.my_vMEAtab{
	width:450px;
	position:absolute;
	top: 100px;
	left: 100px;
	height: 300px;
	overflow:auto;
}
div.my_vEUtab{
	width:450px;
	position:absolute;
	top: 100px;
	left: 100px;
	height: 300px;
	overflow:auto;
}

div.my_vNAtab{
	width:450px;
	position:absolute;
	top: 100px;
	left: 100px;
	height: 300px;
	overflow:auto;
}
div.my_vSAtab{
	width:450px;
	position:absolute;
	top: 100px;
	left: 100px;
	height: 300px;
	overflow:auto;
}

	
/* Title of each tab, used when user don't have Javascript'*/	
div.my_vtab h5{
	color:#414141;
	border-bottom:solid 1px #cacaca;
		
}
	
/* Tab Bar, created via JS*/
div#vtab-bar{
	padding:10px 0px 10px 0px;
	margin:0px 10px 20px 0px;
	width:92px;
	background:#ffffff;
	border-right:solid 1px #414141;
	margin-bottom:20px;
	font:normal 10px "Trebuchet MS";
	float:left;
	display:inline;
}
	
/* Single Tab */
div#vtab-bar div.mt-vtab{
	width:80px;
	position:relative;
	text-align:center;
	margin:4px -1px 0px 0px;
	cursor:pointer;
	border-top:solid 1px #414141;
	border-left:solid 1px #414141;
	border-right:solid 1px #414141;
	border-bottom:solid 1px #414141;
	font:normal 9px "Trebuchet MS";
	float:right;
	display:inline;
	color:#414141;
	padding:5px 5px 5px 15px;
	valign:top;
}


	
/* Single Tab, when active */
div#vtab-bar div.mt-vtab-active{
	text-align:center;
	margin:4px -1px 0px 0px;
	position:relative;
	cursor:pointer;
	border-top:solid 1px #414141;
	border-left:solid 1px #414141;
	border-right:solid 1px #ffffff;
	border-bottom:solid 1px #414141;
	float:right;
	display:inline;
	color:Black;
	font-weight:bold;
	padding:5px 5px 5px 15px;	
	valign:top;
		
}
/* Tab Bar, created via JS*/
div#vtab-barAS{
	padding:10px 0px 10px 0px;
	margin:0px 10px 20px 0px;
	width:92px;
	background:#ffffff;
	border-right:solid 1px #414141;
	margin-bottom:20px;
	font:normal 10px "Trebuchet MS";
	float:left;
	display:inline;
}
	
/* Single Tab */
div#vtab-barAS div.mt-vtab{
	width:80px;
	position:relative;
	text-align:center;
	margin:4px -1px 0px 0px;
	cursor:pointer;
	border-top:solid 1px #414141;
	border-left:solid 1px #414141;
	border-right:solid 1px #414141;
	border-bottom:solid 1px #414141;
	font:normal 9px "Trebuchet MS";
	float:right;
	display:inline;
	color:#414141;
	padding:5px 5px 5px 15px;
	valign:top;
}


	
/* Single Tab, when active */
div#vtab-barAS div.mt-vtab-active{
	text-align:center;
	margin:4px -1px 0px 0px;
	position:relative;
	cursor:pointer;
	border-top:solid 1px #414141;
	border-left:solid 1px #414141;
	border-right:solid 1px #ffffff;
	border-bottom:solid 1px #414141;
	float:right;
	display:inline;
	color:Black;
	font-weight:bold;
	padding:5px 5px 5px 15px;	
	valign:top;
		
}

/* Tab Bar, created via JS*/
div#vtab-barMEA{
	padding:10px 0px 10px 0px;
	margin:0px 10px 20px 0px;
	width:92px;
	background:#ffffff;
	border-right:solid 1px #414141;
	margin-bottom:20px;
	font:normal 10px "Trebuchet MS";
	float:left;
	display:inline;
}
	
/* Single Tab */
div#vtab-barMEA div.mt-vtab{
	width:80px;
	position:relative;
	text-align:center;
	margin:4px -1px 0px 0px;
	cursor:pointer;
	border-top:solid 1px #414141;
	border-left:solid 1px #414141;
	border-right:solid 1px #414141;
	border-bottom:solid 1px #414141;
	font:normal 9px "Trebuchet MS";
	float:right;
	display:inline;
	color:#414141;
	padding:5px 5px 5px 15px;
	valign:top;
}


	
/* Single Tab, when active */
div#vtab-barMEA div.mt-vtab-active{
	text-align:center;
	margin:4px -1px 0px 0px;
	position:relative;
	cursor:pointer;
	border-top:solid 1px #414141;
	border-left:solid 1px #414141;
	border-right:solid 1px #ffffff;
	border-bottom:solid 1px #414141;
	float:right;
	display:inline;
	color:Black;
	font-weight:bold;
	padding:5px 5px 5px 15px;	
	valign:top;
		
}

/* Tab Bar, created via JS*/
div#vtab-barEU{
	padding:10px 0px 10px 0px;
	margin:0px 10px 20px 0px;
	width:92px;
	background:#ffffff;
	border-right:solid 1px #414141;
	margin-bottom:20px;
	font:normal 10px "Trebuchet MS";
	float:left;
	display:inline;
}
	
/* Single Tab */
div#vtab-barEU div.mt-vtab{
	width:80px;
	position:relative;
	text-align:center;
	margin:4px -1px 0px 0px;
	cursor:pointer;
	border-top:solid 1px #414141;
	border-left:solid 1px #414141;
	border-right:solid 1px #414141;
	border-bottom:solid 1px #414141;
	font:normal 9px "Trebuchet MS";
	float:right;
	display:inline;
	color:#414141;
	padding:5px 5px 5px 15px;
	valign:top;
}


	
/* Single Tab, when active */
div#vtab-barEU div.mt-vtab-active{
	text-align:center;
	margin:4px -1px 0px 0px;
	position:relative;
	cursor:pointer;
	border-top:solid 1px #414141;
	border-left:solid 1px #414141;
	border-right:solid 1px #ffffff;
	border-bottom:solid 1px #414141;
	float:right;
	display:inline;
	color:Black;
	font-weight:bold;
	padding:5px 5px 5px 15px;	
	valign:top;
		
}
/* Tab Bar, created via JS*/
div#vtab-barNA{
	padding:10px 0px 10px 0px;
	margin:0px 10px 20px 0px;
	width:92px;
	background:#ffffff;
	border-right:solid 1px #414141;
	margin-bottom:20px;
	font:normal 10px "Trebuchet MS";
	float:left;
	display:inline;
}
	
/* Single Tab */
div#vtab-barNA div.mt-vtab{
	width:80px;
	position:relative;
	text-align:center;
	margin:4px -1px 0px 0px;
	cursor:pointer;
	border-top:solid 1px #414141;
	border-left:solid 1px #414141;
	border-right:solid 1px #414141;
	border-bottom:solid 1px #414141;
	font:normal 9px "Trebuchet MS";
	float:right;
	display:inline;
	color:#414141;
	padding:5px 5px 5px 15px;
	valign:top;
}


	
/* Single Tab, when active */
div#vtab-barNA div.mt-vtab-active{
	text-align:center;
	margin:4px -1px 0px 0px;
	position:relative;
	cursor:pointer;
	border-top:solid 1px #414141;
	border-left:solid 1px #414141;
	border-right:solid 1px #ffffff;
	border-bottom:solid 1px #414141;
	float:right;
	display:inline;
	color:Black;
	font-weight:bold;
	padding:5px 5px 5px 15px;	
	valign:top;
		
}

/* Tab Bar, created via JS*/
div#vtab-barSA{
	padding:10px 0px 10px 0px;
	margin:0px 10px 20px 0px;
	width:92px;
	background:#ffffff;
	border-right:solid 1px #414141;
	margin-bottom:20px;
	font:normal 10px "Trebuchet MS";
	float:left;
	display:inline;
}
	
/* Single Tab */
div#vtab-barSA div.mt-vtab{
	width:80px;
	position:relative;
	text-align:center;
	margin:4px -1px 0px 0px;
	cursor:pointer;
	border-top:solid 1px #414141;
	border-left:solid 1px #414141;
	border-right:solid 1px #414141;
	border-bottom:solid 1px #414141;
	font:normal 9px "Trebuchet MS";
	float:right;
	display:inline;
	color:#414141;
	padding:5px 5px 5px 15px;
	valign:top;
}


	
/* Single Tab, when active */
div#vtab-barSA div.mt-vtab-active{
	text-align:center;
	margin:4px -1px 0px 0px;
	position:relative;
	cursor:pointer;
	border-top:solid 1px #414141;
	border-left:solid 1px #414141;
	border-right:solid 1px #ffffff;
	border-bottom:solid 1px #414141;
	float:right;
	display:inline;
	color:Black;
	font-weight:bold;
	padding:5px 5px 5px 15px;	
	valign:top;
		
}



table#tableContent{
   border-collapse: collapse;
   border:solid 2px #414141;
}

table#tableContent td.colContent{
     border-collapse: collapse;
     border:solid 2px #414141;
     padding:5px 5px 5px 15px;
}

div#cityContent{
    valign:top;
    float:top;
    display:inline;
    float:top;
}


