/* theia main css
----------------------------------------------- */
/*
body {
	color:#FFFFFF;  
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
	height:100%;
	margin-top:20px;
}
*/


.news h1 {color:#FF0000;}
.center_facts {text-align:center;}

/* Color and font size */
.theia_text_size7{font-size: 48px;}
.theia_text_size6{font-size: 38px;}
.theia_text_size5{font-size: 24px;}
.theia_text_size4{font-size: 21px;}
.theia_text_size3{font-size: 12px;}
.theia_text_size2{font-size: 9px;}
.theia_text_size1{font-size: 6px;}

.theia_focus1_color{color: rgb(187,148,232);}
.theia_focus2_color{color: rgb(242,120,120);}
.theia_focus3_color{color: rgb(178,158,73);}  
.theia_focus4_color{color: rgb(187,189,191);}  

.theia_normal_text_color{color: rgb(166,168,171);}
.theia_higligth_text_color{color: rgb(229,229,228);}


/* *************************** */

.theia_center_panel {margin-top:5px; margin-left:10px;display:block;height:auto;margin-left:auto;margin-right:auto;}
.theia_header_footer_container {background: rgb(35,31,32);border-bottom-style: solid;	border-bottom-width: 1px;	border-bottom-color:rgb(94,106,113)} 
.theia_header {padding:10px 10px 1px 30px;display:block;height:60px;width:960px;margin-left:auto;margin-right:auto;}
.theia_footer {clear:both;color:#FFFFFF;padding:5px 10px 2px 30px;height:20px;width:960px;margin-left:auto;margin-right:auto;}

.theia_GrapTable{padding-top:10px;padding-left:20px;padding-right:20px;height:100%;}
.theia_GrapTable .row{ padding-bottom:10px; padding-top:10px; width:100%; higth:32%}
.theia_GrapTable .row .info{float:left; width:140px; higth:100%}
.theia_GrapTable .graph {width:550px;display:block;float:left;}


.theia_system_header{margin:0;padding:0;display:block;height:22px;width:100%; list-style:none;background:rgb(94,106,113);border-bottom-color:#FFFFFF; border-bottom-style:solid; border-bottom-width:1px
 }

.theia_system_header .wether,
.theia_system_header .siteName,
.theia_system_header .caption{padding-top:3px; float:left; height:19px;}
.theia_system_header .caption{padding-left:10px; width:200px; background:rgb(229,229,228); color:rgb(64,64,65);}
.theia_system_header .siteName{width:250px;}

.theia_system_header .wether span{background:url('../images/Weather Symbols/24x24-Sun-Cloud.png')  0px -5px no-repeat; height:22px; width:22px; float:left; padding-right:10px;}
.theia_system_header .siteName span{padding-left:10px;padding-right:10px;}
.theia_system_header .timeDate{ float:right;width:30%; padding-top:3px;}
.theia_system_header .timeDate .text,
.theia_system_header .timeDate .time,
.theia_system_header .timeDate .date,
.theia_system_header .timeDate .year { float:left; width:22%;}
.theia_system_header .timeDate .time,
.theia_system_header .timeDate .date{ border-right-color:#FFFFFF; border-right-style:solid; border-right-width:1px;}
.theia_system_header .timeDate .date,
.theia_system_header .timeDate .year {padding-left:10px;}



/*
.theia_status_panel_right {
 width:	200px;
 float: left;
 border-left-style: solid;
 border-left-width: 1px;
} 
*/


.theia_status_panel {padding-left:5px;}
.theia_status_panel .left { background:url(../images/Normal-170x115.png)  no-repeat left top; width: 170px; height:115px; float:left; padding-top:5px;}
.theia_status_panel .left .status { height: 60px; border-bottom-style:solid; border-bottom-width:1px; border-bottom-color:rgb(166,168,171); display:block;        margin-left:10px; margin-right:10px;}
.theia_status_panel .status .text{font-size:12px;padding-top:20px;padding-left:20px;text-align:center;}
.theia_status_panel .mode {height: 55px; margin-top:5px; margin-left:10px;  margin-right:10px;}
.theia_status_panel .mode .image  { background:url(../images/16x16-RunningMode.png)  no-repeat left top;height: 16px; width:16px; float:left; margin-top:5px;  margin-left:30px;}
.theia_status_panel #mode_text { padding-top:5px; padding-left:20px;text-align:center;}
.theia_status_panel img{padding-left:20px;padding-top:10px;float:left;display:block;} 

.theia_site_info_panel {float: left;width:550px;height:165px;margin-top: 5px;padding-left:15px}
.theia_site_info_panel img {display:block;margin:auto;} 


.theia_ProcessBar {padding:10px;color: rgb(166,168,171);font-size:9px;}
.theia_ProcessBar .heading{padding-bottom:5px;}
.theia_ProcessBar .bar{height:10px;width:388px;margin:auto;background:url(../images/1x388-Bar-Segment.png)  repeat-y left top;border-style:solid;border-width:1px 1px 1px 1px;border-color:rgb(187,148,232);}
.theia_ProcessBar .minText{float:left;}
.theia_ProcessBar .maxText{float:right;}
.theia_ProcessBar #TodaysValue{height:100%;width:50%;float:right;background-color:rgb(64,64,65);}

.theia_graph_value_panel {float: left;width: 200px;padding-top:30px;padding-left: 30px;height:250px;}
.theia_graph_panel{float:left;margin-top:20px;margin-left:20px;width: 600px; height:150px;}


.clear{clear:both;}
