
/*.tabSelected a{
	color:white;
	text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
}*/

.tabUnSelected {

	width:120px;
	background: #fff url(images/toolbar-bg.png) repeat-x;
	background-color:#fff;
	font-family: verdana;
	text-decoration: none;
	font-size: 12px;
	
	border-bottom:0px solid #000;	
}

/*.tabUnSelected a{
	font-family: verdana;
	font-size: 12px;
	color:white;
	font-weight:bold;		
}

 Drop Down Menu #d3d3d3*/
.drop_mnu{
    position:absolute;
    left:0px;
    top:0px;
	font-family:verdana;
    z-index:1000000001;
    border-left:1px solid #fff;
    border-right:1px solid #fff;
    border-bottom:1px solid #fff;
    width:125px;
    display:none;
    padding:0px;
    text-align:left;
    
background-color:#fff;
}

a.drop_down{
    width:130px;
    text-align:left;
    font-family:  verdana;
    font-size: 11px;
    line-height:20px;
    font-weight:normal;
    color:#33338c;
    background-color:#fff;
    
    border-top:1px solid #fafafa;
    border-bottom:1px solid #d3d3d3;
    display:block;
}

a.drop_down:Hover{
    
    width:130px;
    text-align:left;
    color:#0070BA;
    font-weight:normal;
    text-decoration:underline;
    background-color:#ffffcc;
}

. td_color
{
	background-color: #98afb1;
}


table
{
	width: 100%;
}
table th
{
	background-color: #008FDC;
	color: #fff;
	text-align: left;
}
table tr
{
	/*background-color: #d7e1e7;*/
}
table tr.odd
{
	background-color: #c6d5de;
}
table td, table th
{
	padding: 0px;
}

.cloud-amber .col2 table
{
	width: 100%;
	float: left;
	height: auto;
}
.cloud-amber .col1 img
{
	display: none;
	width: auto;
	height: auto;
	border: 1px solid #C0C0C0;
}
.cloud-amber .col1 h3
{
	display: none;
}
.cloud-amber .col1
{
	width: 50%;
}
.cloud-amber .col1 table
{
	width: 100% !important;
}
.cloud-amber .col2 img
{
	width: 270px;
	height: 176px;
}
.cloud-amber .VMSSignDisplay
{
	/*width: 50%;
	max-height: 250px;*/
	width: auto;
	height: auto;
	clear: both;
}
.cloud-amber .VMSSignDisplay img
{
	/*width: 50%;
	max-height: 250px;*/
	width: auto;
	height: auto;
}
.cloud-amber .cctvDisplay
{
	width: 60%;
	float: left;
}
.cloud-amber .cctvDisplay img
{
	width: 350px;
	height: 250px;
}

.network td.td_border1 {
 
  border-right:none !important;
  border-bottom: 2px #fff solid !important;

}
.td_border2 {
 border-right: 2px #fff solid !important;
 border-bottom: 2px #fff solid !important;

}