
html {
    height: 100%;
}



body {
	margin: 0  auto;
	font-size: 100%;
	line-height: 100%;
	font-family: Helvetica;
	text-align: center;
	vertical-align: top;
	background-color: white;
	width: 100%;
	height: 100%;
}


b.hitachi {
    font-size: 16px;
}

div.slidingDiv{
	position:absolute;
	top:54;
	left:0;
	background-color: black;
	z-index: 1;
}

table.help{
	border: 1px solid black;
	min-width: 520px;
}

table.help th{
	border: 1px solid black;
	padding: 4;
	background-color: #8B8BAC;
	color: white;
}

table.help td{
	border: 1px solid black;
	padding: 4;
	text-align: center;
}

table.page{
	border-width: 0px;
	border-collapse: collapse;
	height: 100%;
	width: 100%;
}

td,tr.page{
	padding: 0;
}

tr.header{
	align: center;
}

table.header{
	border-width: 0px;
	width: 100%;
	width:100%;
	text-align: center;
	align: center;
	
	background: rgb(56,56,56); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(56,56,56,1) 0%, rgba(0,0,0,1) 48%, rgba(7,7,7,1) 50%, rgba(66,66,66,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(56,56,56,1)), color-stop(48%,rgba(0,0,0,1)), color-stop(50%,rgba(7,7,7,1)), color-stop(100%,rgba(66,66,66,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(56,56,56,1) 0%,rgba(0,0,0,1) 48%,rgba(7,7,7,1) 50%,rgba(66,66,66,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(56,56,56,1) 0%,rgba(0,0,0,1) 48%,rgba(7,7,7,1) 50%,rgba(66,66,66,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(56,56,56,1) 0%,rgba(0,0,0,1) 48%,rgba(7,7,7,1) 50%,rgba(66,66,66,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(56,56,56,1) 0%,rgba(0,0,0,1) 48%,rgba(7,7,7,1) 50%,rgba(66,66,66,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#383838', endColorstr='#424242',GradientType=0 ); /* IE6-9 */
	/*Gradient: http://www.colorzilla.com/gradient-editor/#383838+0,000000+48,070707+50,424242+100;Custom */
}

table.mainTable {
    width: 100%;
    height: 100%; 
    border-width: 0px; 
    border-spacing: 0px;
    border-style: none;
    border-color: black black black black;

    /*background-color: #E5F3FF; */

    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(top, #FFFFFF 0%, #A8BAFF 100%);

    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(top, #FFFFFF 0%, #A8BAFF 100%);

    /* Opera */
    background-image: -o-linear-gradient(top, #FFFFFF 0%, #A8BAFF 100%);

    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #A8BAFF));

    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #A8BAFF 100%);

    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to bottom, #FFFFFF 0%, #A8BAFF 100%);
	
	background-color: #DBE3FF;
}

div.title{
        Background-color: black;
        width: 100%;
        min-height: 59px;
        border-width: 0px 0px 0px 0px;
        border-spacing: 0px;
        border-style: outset outset outset outset;
        border-color: black black black black;
        border-collapse: collapse;
        text-align: center;
}

div.globalRight{
        float: right;
        width: 99%;
        height: 100%;
        vertical-align: bottom;
}

div.cen_left{
        float: left;
        width: 100%;
        height: 100px;
}

div.content{
        float: left;
        width: 100%;
        height: 100%;
}

div.cen_right{
        float: right;
        width: 100%;
        border-width: 0px 1px 1px 1px;
        border-spacing: 0px;
        border-style: outset outset outset outset;
        border-color: blue blue blue blue;
        border-collapse: collapse;
        padding: 1px 0px 0px 0px;
        overflow-y: scroll;
        overflow-x: hidden;
}

div.tit_cen_right{
        float: right;
        width: 100%;
        border-width: 1px 1px 0px 1px;
        border-spacing: 0px;
        border-style: outset outset outset outset;
        border-color: blue blue blue blue;
        border-collapse: collapse;
        padding: 1px 0px 0px 0px;
}

div.bot_left{
        vertical-align: bottom;
        align: right;
        float: left;
        width: 100%;
        height: 100%;
}

div.tree{
        vertical-align: bottom;
        text-align: left;
        width: 100%;
        height: 100%;
}

div.tabs{
        float: right;
        width: 100%;
        height: 18px;
}

div.tabbedPane{
        float: left;
        Background-color: #C6DAFF;
        width: 100%;
        height: 261px;
        padding: 2px 0px 0px 1px;
}

div.footer{
        width: 100%;
        min-height: 22px;
        clear: both;
        text-align: left;
		
		background: rgb(227,229,234); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(227,229,234,1) 0%, rgba(224,224,224,1) 24%, rgba(239,239,239,1) 54%, rgba(204,209,221,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(227,229,234,1)), color-stop(24%,rgba(224,224,224,1)), color-stop(54%,rgba(239,239,239,1)), color-stop(100%,rgba(204,209,221,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(227,229,234,1) 0%,rgba(224,224,224,1) 24%,rgba(239,239,239,1) 54%,rgba(204,209,221,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(227,229,234,1) 0%,rgba(224,224,224,1) 24%,rgba(239,239,239,1) 54%,rgba(204,209,221,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(227,229,234,1) 0%,rgba(224,224,224,1) 24%,rgba(239,239,239,1) 54%,rgba(204,209,221,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(227,229,234,1) 0%,rgba(224,224,224,1) 24%,rgba(239,239,239,1) 54%,rgba(204,209,221,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e5ea', endColorstr='#ccd1dd',GradientType=0 ); /* IE6-9 */
		/* Gradient: http://www.colorzilla.com/gradient-editor/#e3e5ea+0,e0e0e0+24,efefef+54,ccd1dd+100;Custom */
		
		
}

span.depressed {
	border-style: inset;
	border-width: 1px;
	border-color: #CCCCCC;
	color: black;
	background-color: #E4E3DC;
	-moz-border-radius: 0px;
	padding: 2px 2px 5px 5px;
	line-height: 29px;
        vertical-align: middle;
}
span.raised {
	border-style: outset;
	border-width: 1px;
	border-color: #CCCCCC;
	color: black;
	background-color: #F3F3EE;
	-moz-border-radius: 0px;
	padding: 2px 2px 5px 5px;
	line-height: 29px;
        vertical-align: middle;
}
span.depressed:hover {
	cursor: pointer;
	/*cursor: hand;
	background-color: #FFFF00;*/
}
span.raised:hover {
	cursor: pointer;
	/*cursor: hand;
	background-color: #FFFF00;*/
}

table.menudiv{
	width: 100%;
	height: 100%;
}

tr.menudiv{
	color: black;
	vertical-align: middle;
	
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
	
	background-color: white;
}

td.menuDiv{
	padding: 5px;
}

input.voiceinput{
	color: black;
}

div.alarm{
	color: red;
	display: inline;
}

img.alarm{
	
}

div.central{
	font-size: 20;
	display: inline;
}

img.central{
	
}

img.ImageBorder{
    width:64px;
    height:64px;
}

div.ImageBorder{
    width:66px;
    height:66px;
	background-color: black;
	padding-top: 1;
}

div.ImageBorder2{
    width:66px;
    height:66px;
	padding-top: 1;
}

div.helpTittle{
	width: 100%;
	height: 23px;
	
	border-style: solid;
	border-width: 1px;
	margin-bottom: 3px;
	
	vertical-align: middle;
	
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */

}

 div.helpExplanation{
	width: 100%;
	display: none;

 }