﻿body, div, p, h1, h2, h3, h4, ul, li, table
{
	margin:0;
	padding:0;
	border:0;
}
	 
body
{
	background: White;	
	font-family: Tahoma, Arial, sans-serif;
	font-size:75%;
	min-width:1003px;
}



/* Masterpage General layout */
#left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 181px;
	height: 559px;
	border-right: solid 1px #303030;
	max-height:559px;
	overflow: hidden;
}

#header {
	position: absolute;
	top: 0px;
	left: 181px;
	width: 822px;
	height: 49px;
}

#content_header {
	position: absolute;
	top: 49px;
	left: 181px;
	width: 822px;
	height: 22px;
}

#content {
	position: absolute;
	top: 71px;
	left: 181px;
	width: 593px;
	height: 488px;
	border-right: solid 1px #303030;
}

#right {
	position: absolute;
	top: 71px;
	left: 774px;
	width: 229px;
	height: 488px;
}

#footer {
	position: absolute;
	top: 559px;
	left: 0px;
	width: 1003px;
	height: 15px;
	vertical-align: top;
	text-align: center;
	padding-top: 3px;
	background: #E0E0E0;
	z-index: 0;
}


/* Masterpage AdminMP layout */
#header_AdminMP {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1003px;
	height: 49px;
}

#content_header_AdminMP {
	position: absolute;
	top: 49px;
	left: 0px;
	width: 1003px;
	height: 22px;
}

#content_AdminMP {
	position: absolute;
	top: 71px;
	left: 0px;
	width: 774px;
	height: 488px;
	border-right: solid 1px #303030;
}

#right_AdminMP {
	position: absolute;
	top: 71px;
	left: 774px;
	width: 229px;
	height: 488px;
}

#footer_AdminMP {
	position: absolute;
	top: 559px;
	left: 0px;
	width: 1003px;
	height: 15px;
	vertical-align: top;
	text-align: center;
	padding-top: 3px;
	background: #E0E0E0;
}



/* Masterpage Admin2MP layout */
#header_Admin2MP {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1003px;
	height: 49px;
}

#content_header_Admin2MP {
	position: absolute;
	top: 49px;
	left: 0px;
	width: 1003px;
	height: 22px;
}

#content_Admin2MP {
	position: absolute;
	top: 71px;
	left: 0px;
	width: 1003px;
	height: 488px;
}

#footer_Admin2MP {
	position: absolute;
	top: 559px;
	left: 0px;
	width: 1003px;
	height: 15px;
	vertical-align: top;
	text-align: center;
	padding-top: 3px;
	background: #E0E0E0;
}



.MunuButton
{
	float: left;
	margin-top: 3px;
	margin-left: 6px;
	margin-right: 6px;
	width: 50px;
	height: 40px;
	background-color: Yellow;
	padding: 2px 0px 0px 2px;
}















#system_messages
{
	background: Black;
	width: 229px;
	height: 80px;
}

#controls
{
	background: Blue;
	float: right;
	width: 100%;
	height: 124px;
	z-index: 2;
}






.MainMenu{	
	width:100%;		
	height:49px;
	background-image: url(Images/bg_main_menu.png);
	background-repeat:repeat-x;
	color:#FFF;
	font-weight:bold;
}

.PanelHeader{	
	width:100%;		
	height:22px;
	background-image: url(Images/bg_panel_header.png);
	background-repeat:repeat-x;
	font-weight:bold;
    padding: 0px;
    margin-top: 0px;
}

.PanelHeaderAccordion{	
	width:100%;		
	height:22px;
	background-image: url(Images/bg_panel_header.png);
	background-repeat:repeat-x;
	font-weight:bold;
    padding: 0px;
    margin-top: 0px;
}

#left .PanelHeaderAccordion div
{
	/*margin-top: 3px;
	margin-left: 6px;*/
	padding-top: 3px;
	padding-left: 6px;
}

#left .PanelHeaderAccordion div a
{
	color: black;
	background: none;
	text-decoration: none;
}

#left .PanelHeaderAccordion div a:hover
{
	background: none;
	text-decoration: underline;
}


.accordionContent
{
    background-color: White;
    border: none;
}

#left div
{
    opacity:1!important;    
}



.PopupBackground
{
	background-color: Gray;
	filter:alpha(opacity=60);
	opacity:0.6;
	z-index: 20000;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 200px;
	position: absolute;
}

.PanelErrorPopup
{
	background: LightYellow;
	font-family: Tahoma, Arial, sans-serif;
	font-size:100%;
	font-weight: normal;
}

.PanelOptionsPopup
{
	background: #C0C0C0;
	font-family: Tahoma, Arial, sans-serif;
	font-size:100%;
	font-weight: normal;
}

.PanelOptionsOption
{
	background: #B2B2B2;
	border-top: solid 1px #808080;
	border-left: solid 1px #808080;
	border-right: solid 1px #EAEAEA;
	border-bottom: solid 1px #EAEAEA;
	margin-top: 10px;
	width: 260px;
	height: 26px;
	padding: 1px 1px 1px 1px;
	position: relative;
}




.modalPopup
{
}


.linkMicrosoft
{
	font-family:Verdana;
	font-size:8px;
	font-style:normal;
}


.PrintHeaders
{
    font-size:         12px;
    font-family:      Verdana;
}
.PrintHeadersData
{
    font-size:         12px;
    font-family:      Verdana;
    font-weight: bold;
}
.PrintTitle
{
    font-size:         18px;
    font-family:      Verdana;
    font-weight:		bold;
}



.LabelStyle
{
    font-size:         12px;
    font-family:      Verdana;
}
.DataStyle
{
    font-size:         12px;
    font-family:      Verdana;
    font-weight: bold;
}
.TitleStyle
{
    font-size:         16px;
    font-family:      Verdana;
    font-weight:		bold;
}



.PanelAlarms
{
	width: 230px;
	height: 386px;
	overflow-x: hidden;
	overflow-y: auto;
}


.PanelDetailsStyle
{
	background: #C0C0C0;
	padding: 10px 10px 10px 10px;
	top: 20px;
	left: 0px;
	border: solid 1px #A0A0A0;
}

.PanelDetailsOuterStyle
{
	background: #C0C0C0;
	padding: 10px 10px 10px 10px;
	top: 0px;
	left: 0px;
}

.TblNoData
{
   font-size:          10pt;
   font-family:      Verdana;
   color:            black;
   border-style:  solid;
   border-width:     1px;
   border-color:     black;	
}


.TblHdr
{
   font-size:          7pt;
   font-family:      Verdana;
   font-weight: bold;
   text-align: center;
   background-color: #B0B0B0;
   color:            Black;	
   border-style: solid;
   border-width:     1px;
   border-color:     black;
   text-decoration: none;
}


.TblD
{
   font-size:          7pt;
   font-family:      Verdana;
   color:            black;
   background-color: white;
}

.TblDA
{
   font-size:          7pt;
   font-family:      Verdana;
   color:            black;
   background-color: #E0E0E0;
}

.TblSel
{
   font-size:          7pt;
   font-family:      Verdana;
   color:            white;
   background-color: Navy;
}

.ReportDescription
{
	visibility: visible;	
}


.PanelSelectReport
{
	background: #C0C0C0;
	padding: 5px 10px 5px 10px;
	margin-top: 10px;
	border: solid 1px #A0A0A0;
	width: 455px;
	text-align: left;
}

.PanelReportDescription
{
	background: #C0C0C0;
	padding: 10px 10px 10px 10px;
	margin-top: 10px;
	border: solid 1px #A0A0A0;
	width: 455px;
	height: 100px;
	text-align: left;
}

.PanelAdminList
{
	background: #C0C0C0;
	padding: 5px 10px 5px 10px;
	margin-top: 15px;
	border: solid 1px #A0A0A0;
	width: 535px;
	text-align: left;
}

.PanelAdminDescription
{
	background: #C0C0C0;
	padding: 5px 10px 5px 10px;
	margin-top: 10px;
	border: solid 1px #A0A0A0;
	width: 535px;
	height: 60px;
	text-align: left;
}

.PanelAdminButtons
{
	background: #C0C0C0;
	padding: 0px 0px 0px 0px;
	margin-top: 10px;
	width: 555px;
	text-align: right;
}

.PanelReportFilters
{
	background: #C0C0C0;
	padding: 5px 5px 5px 5px;
	margin-top: 20px;
	border: solid 1px #A0A0A0;
	width: 465px;
	height: 400px;
	text-align: left;
}

.PanelReportButtons
{
	background: #C0C0C0;
	padding: 0px 0px 0px 0px;
	margin-top: 10px;
	width: 475px;
	text-align: right;
}

.PanelReportFilterTree
{
	border: solid 1px #A0A0A0;
	width: 353px;
	height: 145px;
	overflow: auto;
}

.PanelReportDTSel
{
	border: solid 1px #A0A0A0;
	padding: 4px 2px 4px 6px;
	width: 345px;
	overflow: hidden;
}


.TextBoxNoBorder
{
	border-style: none;
	border-width: 0px;
	border-spacing: 0px;
	
}


.Button
{
	border-style: outset;
}

.fixedHeader
{
   overflow: auto;
   height: 390px;
}

div.fixedHeader table th
{
   background-color: Gray;
   position: relative;
   top: expression(this.parentNode.parentNode.parentNode.scrollTop-1);
}

.fixedHeader2
{
   overflow: auto;
   height: 300px;
}

div.fixedHeader2 table th
{
   background-color: Gray;
   position: relative;
   top: expression(this.parentNode.parentNode.parentNode.scrollTop-1);
}

.fixedHeader120
{
   overflow: auto;
   height: 120px;
}

div.fixedHeader120 table th
{
   background-color: Gray;
   position: relative;
   top: expression(this.parentNode.parentNode.parentNode.scrollTop-1);
}


.fixedHeader200
{
   overflow: auto;
   height: 200px;
}

div.fixedHeader200 table th
{
   background-color: Gray;
   position: relative;
   top: expression(this.parentNode.parentNode.parentNode.scrollTop-1);
}

.fixedHeader160
{
   overflow: auto;
   height: 160px;
}

div.fixedHeader160 table th
{
   background-color: Gray;
   position: relative;
   top: expression(this.parentNode.parentNode.parentNode.scrollTop-1);
}

.fixedHeader350
{
   overflow: auto;
   height: 350px;
}


div.fixedHeader350 table th
{
   background-color: Gray;
   position: relative;
   top: expression(this.parentNode.parentNode.parentNode.scrollTop-1);
}

.TblHdrFixed
{
   font-size:          7pt;
   font-family:      Verdana;
   font-weight: bold;
   text-align: center;
   background-color: Gray;
   color:            Black;	
   border-style: solid;
   border-width:     1px;
   border-color:     black;
   text-decoration: none;
   position: relative;
   top: expression(this.offsetParent.scrollTop - 2);
}


.ButtonOverVE
{
   font-size:          7pt;
   font-family:      Verdana;
   text-align: center;
   background-color: Gray;
   color:            Black;	
   border-style: solid;
   border-width:     1px;
   border-color:     black;
   text-decoration: none;
   width: 72px;
}

.VELinkButton
{
   font-size:       8pt;
   font-family:     Verdana;
   font-weight:		bold;
   text-align:		center;
   text-decoration: none;
   color:			black;
}
