/*Login footer Css*/
html, body {
    font:normal 12px verdana;
    margin:0;
    padding:0;
    border:0 none;
    overflow:hidden;
    height:100%;
    background-color: #3E5C76;
}

.logoLabelCSS
{
    width: 340px;
    height: 75px;
    left: 1px;
    top: 1px;
    font-size: 24px;
    color: #FF9900;
    z-index: 20;
    position: relative;
    font-family: Verdana;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    top: 3px;
}

.footer-container{
	padding-left: 5px;
	padding-top: 4px;
	text-decoration: none;
	font:normal 12px arial,helvetica,sans-serif;
	background-color: #43464B;
	color: #fff;
}

#footer {
	border-top-width: 1px;
	border-top-color: #fff;
	border-left-color: #43464B;
	border-right-color: #43464B;
}

#footer .x-panel-body{
	background-color:#43464B;
}

#header {
	border-bottom-width: 1px;
	border-bottom-color: #fff;
}

#header .x-panel-body{
	background-color:#1F3447;
}

/*Css for link*/
.link:link {	
	color: #fff;	
	text-decoration: none;
	font:normal 12px arial,helvetica,sans-serif;		
}

.link:visited {
	color: #fff;	
	text-decoration: none;	
}

.link:hover {
	color: #fff;
	text-decoration: underline;	
}

.link:active {
	color: #fff;
	text-decoration: none;	
}

/* start- css for header images */
#incidentcommand
{
    position: absolute;
    right: 185px;
    top: 5px;
    cursor: pointer;
    color: #fff;
    empty-cells: show;
    font:normal 11px arial,helvetica,sans-serif;
}
#incidentcommandlabel{
	position: absolute;
	right: 362px;
	top: 60px;
	cursor: pointer;
	color: #fff;
	font:normal 12px arial,helvetica,sans-serif;
}
#lockout{
	position: absolute;
	right: 314px;
	top: 20px;
	cursor: pointer;		
}
#lockoutlabel{
	position: absolute;
	right: 309px;
	top: 60px;
	cursor: pointer;
	color: #fff;
	font:normal 12px arial,helvetica,sans-serif;		
}
#lackdown{
	position: absolute;
	right: 255px;
	top: 20px;
	cursor: pointer;		
}
#lackdownlabel{
	position: absolute;
	right: 245px;
	top: 60px;
	cursor: pointer;
	color: #fff;
	font:normal 12px arial,helvetica,sans-serif;
}
#evacuate{
	position: absolute;
	right: 197px;
	top: 20px;	
	cursor: pointer;	
}
#evacuatelabel{
	position: absolute;
	right: 190px;
	top: 60px;
	cursor: pointer;
	color: #fff;
	font:normal 12px arial,helvetica,sans-serif;
}
#shelter{
	position: absolute;
	right: 147px;
	top: 20px;
	cursor: pointer;		
}
#shelterlabel{
	position: absolute;
	right: 144px;
	top: 60px;
	cursor: pointer;
	color: #fff;
	font:normal 12px arial,helvetica,sans-serif;
}
/* end- css for header images */

/* start- css for viewport */
.page-container-cls {
	border-top:1px solid #000;
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000; 
}
