/* ---- HTML ---- */

html, body {
	height: 100%;
}

body,thbody {
	background-color: white;
	color: black;
	font-family: verdana;
	font-size: x-small;
}

h1 {
	color: #002C61;
	background-color:inherit;  
	font-size: large;
	font-family: verdana;
	margin: 5px;
	margin-top: 12px;
	text-decoration: none;
}
h2 {
	color: black;
	font-size: medium;
	font-weight: bold;
	font-family: verdana;
	margin-bottom: 0.6em;
	margin-top: 1em;
	padding: 0px;
}

td {
    font-size: small;
    padding: 0px;
}

.servicesMenuTd {
    margin:0;
	padding:0;
}

button,input,select {
	color: #002C61;
	border-style: solid;
	border-width: 1px;
	border-color: #002C61;
	font-size: small;
	font-weight: bold;
	font-family: verdana;
	padding-left: 2px;
	margin: 2px;
}


#site {
	position: absolute;
	z-index: 98;
	top : 100px;
	left : 220px;
	padding: 5px;
	width: 1000px;
}

div#site label{
	width: 230px;
	display: inline;
	float: left;
}

div#site img{
	display: inline;
	padding-right: 13px;
}

input[type=button],input[type=submit],input[type=reset]{
     background-color: #CCCCCC;
}

input[readonly] {
	background: white;
	border-width: 0px;
}

input .dateTime {
	color:red;
	width:16px;
}

.inputClassic {
	width:200px;
	text-align: justify;
}
.inputBig {
	width:300px;
}

.inputLittle {
	width:50px;
}

.selectBig{
width:308px;
}

.maskInput {
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #002C61;
	padding-left: 0px;
	padding-right: 0px;
	font-weight: normal;
}

.radio, .checkbox {
	border-width: 0px; 
	margin-right: 10px; 
	padding:0px;
} 

textarea {
	border-style: solid;
	border-width: 1px;
	border-color: #002C61;
	font-size: small;
	font-family: verdana;
	padding-bottom: 2px;
	padding-left: 2px;
	margin: 2px;
	width: 303px;
}

textarea[readonly] {
	background: white;
}

option {
	color: #002C61;
	border-style: solid;
	border-color: #002C61;
	border-width: 0px;
	font-size: small;
	font-weight: bold;
	font-family: verdana;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 20px;
}

hr {
	border-width: 0px;
	background-color: #002C61;
	color: #002C61;
	height: 2px;
	margin: 0px;
	border: 0;
}

.multipleSelectVeryVeryBig {
	width:500px;
	height:200px;
}

.multipleSelectVeryBig {
	width:500px;
	height:125px;
}

.multipleSelectBig {
	width:300px;
	height:125px;
}

.dualSelectBig {
	width:300px;
	height:35px;
}

.multipleSelect {
	width:200px;
	height:125px;
}

.simpleSelect {
	width:200px;
}
.simpleSelectBig {
	width:300px;
}
.simpleSelectVeryBig {
	width:400px;
}

/* ---- LOGIN ---- */

div#login{
	margin-top: 110px;
	margin-left: 25%;
	width: 50em;	
}

div#login form{
	width: 50em;	
	text-align: center;	
}

div#login h1{
	text-align: center;	
}

div#login form p{
	margin: 0;
	padding-top : 0.2em;
	height: 2em;
	width: 315px;
	margin-left: 150px;
}

div#login form label{
	width: 32%;
	text-align: right;
	font-size: 1em; 
	font-weight: normal;
	display:block;
	float: left;
	height: 2em;
	margin: 0px;
	margin-top: 0.2em;
	margin-right: 0.2em;
	padding: 0px;
}

div#login form input[type=text],input[type=password],input[type=submit]{
	display:block;
	margin-top: 0.2em;
}

div#login img#logo{
		width: 315px;	
		margin-left: 25%;
}

div#login p#beta{
	width: 50em;	
	text-align: center;
}

div#login div#contactMessage{
	width: 50em;	
	text-align: center;	
}

div#login div#contactMessage p{
	margin-top: 1em;
	margin-bottom: 0.5em;
	line-height: 1em;
}

/* ---- INFO DISPLAY ---- */

.infoDisplayLeft{
	text-align:left;

}

.infoDisplayLeft p{
	margin: 0;
	height: 1.5em;
	padding-top : 0.2em;
}


/* ---- SUBMIT ---- */
.submit, .veryLittleSubmit, .littleSubmit, .bigSubmit, .veryBigSubmit, .veryVeryBigSubmit {
	width: 140px;
	margin-bottom: 10px;
}
.veryLittleSubmit {
	width: 50px;
}
.littleSubmit {
	width: 100px;
}
.bigSubmit {
	width: 250px;
}

.veryBigSubmit {
	width: 305px;
}

.veryVeryBigSubmit {
	width: 350px;
}
/* ---- IMAGE BUTTON ---- */
.transferAll, .transfer, .returnAll, .return {
	display: block;
	background-color: transparent;
	background-repeat: no-repeat;
	float:right;
	width: 55px;
	height: 29px;
	margin: 5px 10px 5px ;
}

.transferAll {
	background-image: url(/epowerplant/WEB/images/common/arrow_down_all.png);
}
.transfer {
	background-image: url(/epowerplant/WEB/images/common/arrow_down.png);
}
.returnAll {
	background-image: url(/epowerplant/WEB/images/common/arrow_up_all.png);
}
.return {
	background-image: url(/epowerplant/WEB/images/common/arrow_up.png);
}
.rightToLeftArrowPlus {
	background-image: url(/epowerplant/WEB/images/common/rightToLeftArrowPlus.png);
}
/* ---- MENU ( HORIZONTAL) ----- */
.preload16 {background: url(/epowerplant/WEB/images/common/pro16/pro16_2.gif);}
.preload16a {background: url(/epowerplant/WEB/images/common/pro16/pro16_2a.gif);}

body {
margin: 0;
padding: 0;
background: white;
font: 80% verdana, arial, sans-serif;
}

#menu dl,#menu dt, #menu dd, #menu ul,#menu li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute;
width: 100%;
list-style-type: none;
height: 43px;
padding: 0 0 0 1em;
z-index:100;
background: transparent url(/epowerplant/WEB/images/common/pro16/pro16_back.gif) repeat-x left top;
font-size: 11px;
}

#menu dl {
float: left;
height: 43px;
}

#menu dl dt a b{
color:#002C61;		
}

#menu dl dt{
display: block;
float: left;
height: 40px;
line-height: 35px;
color:#002C61;
text-decoration: none;
font-family: arial, verdana, sans-serif;
text-align: center;
font-weight: bold;
padding: 0 0 0 20px;
cursor: pointer;
background: url(/epowerplant/WEB/images/common/pro16/pro16_0a.gif) no-repeat;
}

#menu dl dt b{
float:left;
display:block;
padding:0 60px 0 0;
background:url(/epowerplant/WEB/images/common/pro16/pro16_0.gif) no-repeat right top;
}

#menu dl.current dt{color:#000; background: url(/epowerplant/WEB/images/common/pro16/pro16_2a.gif) no-repeat;}

#menu dl.current dt b{
color: #000;
background: url(/epowerplant/WEB/images/common/pro16/pro16_2.gif) no-repeat right top;
}

#menu dl dt:hover {color:#000; background: url(/epowerplant/WEB/images/common/pro16/pro16_2a.gif) no-repeat;}
#menu dl dt:hover b {color:#000; background:url(/epowerplant/WEB/images/common/pro16/pro16_2.gif) no-repeat right top;}

#menu dl dd{
margin-top: 40px;
background: white;
border-top: 1px solid #c0c0c0;
border-bottom: 1px solid #c0c0c0;
border-right: 1px solid #c0c0c0;
border-left: 1px solid #c0c0c0;               
height: 100%;
position:absolute; 
}

#menu dl dd ul
{
line-height: 15px;
text-align: justify;
}

#menu dl dd li {
text-align: center;
background: white;
margin:0px;
padding-top: 0px;
}

#menu dl dd li a{
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
color: #002C61;
font-size: x-small;
font-weight: bold;
text-align: left;
}

#menu dl dd li a:hover{
margin:0px;
color: black;
}

/* ---- LINK TYPES ---- */
a:link, a:visited, a:hover {
	color: black;
	text-decoration: underline;
	font-style: normal;
}

.disconnect {
	font-weight: bold;
	color: #002C61;
	background-color:inherit; 
	text-align:right;
	font-size: small;
	display :block;
}

.disconnect a:link, .disconnect a:visited {
	text-decoration:none;
}

.disconnect a:hover {
	text-decoration: underline;
}

.popUpLink {
	font-weight: bold;
	color: #002C61;
}

.simpleBlueLink, .simpleBlueLink a {
	color: #0033FF;
	display: inline;
	text-decoration: underline;
	text-align: center;
}

/* ---- TEXT TYPES ---- */
.required:before
{
	content: url(../images/common/red_asterix.gif);
	margin-left: -12px;
}

.errors, .messages, .informationMessage {
	font-weight: bold;
	font-size: small;
	text-align: center;
	position: absolute;
    width:100%;
	top: 93px;
	left: 0px;
	color: white;
	z-index: 99;
}

.errors {
	background-color: red;
}

.messages {
	background-color: green;
}

.informationMessage{
	background-color: blue;
}

#legend {
	color: #002C61;
	font-size: small;
	font-family: verdana;
	padding-left: 20px;
	padding-top:10px;
}

.info, .comment {
	color: #002C61;
	font-style: italic;
	font-family: verdana;
	font-size: small;
	margin-top: 8px;
	margin-bottom: 8px;
}

.info a:link,.info a:visited,.info a:hover,
.comment a:link,.comment a:visited,.comment a:hover {
	font-weight: bold;
	color: #002C61;
	font-size: small;
	text-decoration: none;
	font-style: italic;
}
.info a:hover,.comment a:hover {
	text-decoration: underline;
}

.greenText {
	color:green;
}
.redText {
	color:red;
}

.blacklistedmail {
	font-weight: bold;
	color : red;
	}

/* ---- HEADER ---- */

#headerContainer{
	padding: 0;
	height: 58px;
}
#headerContainer img{
  float:left;
  margin-left:30px;
}

#headerContainer a
{
	font-family: verdana;
	font-size: 13px;
	color:#002C61;
	background-color:inherit;
	margin-right: 0.7em;
}

#serviceLinkList
{
	position:relative;
	float:right;
	height: 58px;
	z-index: 101;
}

#serviceLinkListOnly
{
	margin-top: 10px;
	margin-bottom: 10px;
}

#serviceLinkListOnly li
{
	list-style-type: none;
	display: inline;
	margin-top: 10px;
}

#serviceWelcomeText {
    font-size: medium;
    width: 600px;
    height: 58px;
    position: absolute;
	z-index: 100;
	padding-top:5px;
	left: 260px;
    text-align:left;
}

/* ---- FOOTER ----*/
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -70px; /* the bottom margin is the negative value of the footer's height */
}
.footer {
	height: 70px; /* .push must be the same height as .footer */
	position: relative;
}

/* ---- OTHERS ----*/

.blueLink a {
	color: #0033FF;
}

.normal_text {
	font-weight: bold;
	color: #002C61;
}

.visibility{
	text-decoration: none;
	font-style: normal;
	font-size: small;
    font-style: italic;
    color: #4B4B4B;
}

#progressMsg
{
	position: absolute;
	width:800px;
	height:600px;
	text-align:center;
	border-style: dashed;
	border-width: 3px;
	border-color: #002C61;
	top: 9%;
	background-color:white;
}
#progressMsg img
{
	margin-top: 20%;
}
#applianceSet,#applianceSet.input
{
}

#confirmFile{
	border-style: dashed;
	border-width: 1px;
	border-color: #002C61;
	padding:0.5em;
	width: 100%;
}

#dashedBorder {
	border-style: dashed;
	border-width: 1px;
	border-color: #002C61;
}

.listBlock{
	padding-left:5px;
	padding-bottom:2px;
	background-color:threedface;
	margin-bottom: 5px;
}

.dashedBorderedGroup label {
	margin-left: 20px;
}

.dashedBorderedGroup {
	border-style: dashed;
	border-width: 1px;
	border-color: #002C61;
	padding: 5px;
	width: 715px;
	margin: 10px 0px 10px 0px;
}
.dashedBorderedGroup h2 {
	margin: 5px 0px 10px 0px;
}
/* ---- DATES AND CALENDAR ---- */
.calendar{
	z-index: 189;
}

#calendarFrom, #calendarFrom, #calendarTo {
	font-size: x-small;
	width:125px;
	margin-right: 2px;
}

input.calendar_trigger, input.calendarTime_trigger
{
	background-image:url(/epowerplant/WEB/images/common/calendar2.gif);
	background-position:100% 50%;
	background-repeat:no-repeat;
	cursor:pointer;
	padding-right:20px;
	width:8.5em;
	height: 1.45em;
}

input.calendarTime_trigger 
{
	width:11em;
}
input.completeDate 
{
	background-image:url(/epowerplant/WEB/images/common/calendar2.gif);
	background-position:100% 50%;
	background-repeat:no-repeat;
	cursor:pointer;
	padding-right:20px;
	width:11em;
	height: 1.45em;
}

#trigger0,#trigger1,#trigger2,#triggerFilter
{
	border-width: 0px;
	padding-right: 5px;
}

#triggerFilter
{
	position: relative;
	top:7px;
}
.date {
	width:115px;
}

/* ---- OTHER TABLE ---- */
table.graph, td.graph {
	border-style:dashed;
	border-color: #002C61;
	border-width: 1px;
}

tr.graph {
	background-color: #CDB79E;
}

table#tableResult td, th {
    padding: 5px;
    border: solid #000 1px;
}

.toprow {
	text-align: center;
	font-weight: bold;
}

.tableData {
    color: #000000;
    text-align: center;
    background-color: #CCCCCC;
}

th td {
	padding: 2px 4px 2px 4px;
	text-align: left;
	vertical-align: top;
	font-size: small;
}

thead tr {
	color: #002C61;
	background-color: #7474CC;
	font-size: small;
	border-style:dashed;
	border-color: #002C61;
	border-width: 1px;
}

td.centredCell{
	text-align: center;
}

th.graphLegend {
	background-color: #CDB79E;
	color: #002C61;
	font-size: small;
	font-family: verdana;
}

th.sorted {
	background-color: #CDB79E;
}

th a,th a:visited {
	color: white;
}

th a:hover {
	color: white;
}

th.sorted a,th.sortable a {
	background-position: right;
	color: white;
	display: block;
	width: 100%;
}

th.sortable {
	background-color: #002C61;
	text-decoration: none;
	color: white;
	width: 1%;
}

th.sortable a {
	text-decoration: none;
}

th.order1 a, th.order2 a {
	background-color: #002C61;
	text-decoration: none;
	color:white;
}

tr.odd {
	background-color: white;
}

tr.tableRowEven,tr.even {
	background-color: #60C4E5;
}

/* ---- DISPLAYTAG ---- */
div.exportlinks {
	background-color: white;
	color: black;
	border-width: 1px;
	border-style: dashed;
	border-color: #002C61;
	padding: 2px 2px 2px 2px;
	text-decoration: none;
	margin-bottom: 10px;
	font-size: small;
}

span.export {
	display: inline;
	cursor: pointer;
	color: black;
}

span.excel:before {
	content: url(../images/common/ico_file_excel.png) ;
}

span.csv:before {
	 content: url(../images/common/ico_file_csv.png) ;
}

span.xml:before {
	content: url(../images/common/ico_file_xml.png) ;
}

span.pdf:before {
	content: url(../images/common/ico_file_pdf.png) ;
}

span.pagebanner {
	background-color: #fff;
	color: black;
	font-family: verdana;
	font-size: small;
	background-color: white;
	color: black;
	border-width: 1px;
	border-style: dashed;
	border-color: #002C61;
	padding: 2px 4px 2px 4px;
	text-decoration: none;
	margin-top: 1px;
	display: block;
	border-bottom: none;
}

span.pagelinks {
	background-color: white;
	border-width: 1px;
	border-style: dashed;
	border-color: #002C61;
	padding: 2px 4px 2px 4px;
	display: block;
	border-top: none;
	margin-bottom: -5px;
	color: black;
	font-family: verdana;
	font-size: small;
}
/* ---- WELCOME ------ */
.servicesMenuList
{
color: #002C61; 
}

/* ---- CURVE ---- */
.curveInterfaceListLegend {
	border-width: 1px;
	border-style: dashed;
	border-color: #002C61;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
}

.colorSquare{
	border:1px solid #999999;
	padding-top: 2px;
	padding-right: 12px;
	padding-bottom: 0pt;
	padding-left: 0pt;
	margin-top: 5px;
	background-color: #ffffff;
	border-top-width: 1px;
	border-right-width-value: 1px;
	border-right-width-ltr-source: physical;
	border-right-width-rtl-source: physical;
	border-bottom-width: 1px;
	border-left-width-value: 1px;
	border-left-width-ltr-source: physical;
	border-left-width-rtl-source: physical;
	border-top-style: solid;
	border-right-style-value: solid;
	border-right-style-ltr-source: physical;
	border-right-style-rtl-source: physical;
	border-bottom-style: solid;
	border-left-style-value: solid;
	border-left-style-ltr-source: physical;
	border-left-style-rtl-source: physical;
	border-top-color: #999999;
	border-right-color-value: #999999;
	border-right-color-ltr-source: physical;
	border-right-color-rtl-source: physical;
	border-bottom-color: #999999;
	border-left-color-value: #999999;
	border-left-color-ltr-source: physical;
	border-left-color-rtl-source: physical;
}

/* ---- Filter ---- */
div.filter
{
width: 10em;
padding-left: 1em;
position: absolute;
top: 50px;
left: -230px;
}

div.filter fieldset
{
width: 14em;
padding-left: 1em;
background-color: #eeeeee;
background:  #eeeeee;
z-index: 1;
}

.filter p{
}
.filter  input[type="text"],select{
	margin: 0;
	padding: 0;
	width: 14em;
	height: 1.7em;
}
.filter label{
	width: 12em !important; 
	float: left;
	text-align: left;
	display: block;
}

.filter p input.submit  {
	float: left;
	width:11em;
	margin-top:0.5em;
	margin-right:0.8em;
}

#triggerFilter
{
	margin :0;
	margin-top: -29px;
	padding: 0;
	float: right;
}


.cssform fieldset{
margin-top : 20px;
}

.cssform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -151px; /*width of left column, with some space for the aterix */
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;

}

/** DYNAMIC TREE **/ 
a.tree_root {
	margin-top: 8px;
	margin-bottom: 8px;
	display: block;
}

ul.tv a, a.tree_root, a.tree_link
{
	margin-left: 8px;
	color: blue;
}

ul.tv
{
font-weight:bold;
}

ul.tv, .tv ul { 
			padding: 0;
			margin: 0;
			list-style: none;
		}	

.tv li { 
	position: relative;
	margin: 0;
	padding: 4px 0 3px 20px;
	z-index: 10;
}

div.tvca { /* Clickable Area */
	_background: #fff;
	_filter: alpha(opacity=0);
	/* 
		border: 1px solid #fdd; 
	*/ /* Useful for showing the hit area */
	height: 15px;
	width: 15px;
	position: absolute;
	top: 1px;
	left: -1px;
	_left: -21px; /* IE... damnit! */
	cursor: pointer;
	z-index: 50;
}

.leftVerticalMenu{
	left:-220px;
	padding-left:1em;
	position:absolute;
	top:108px;
	height:439px;
	width:200px;
}

	.tv li, .tv .tvi /* Tree View Item */ {background: url(../images/common/tree/tvi.gif) 0 0 no-repeat; }
		
	.tv .tvic /* Tree View Item, Collapsable */ { background-image: url(../images/common/tree/tvic.gif); }
	.tv .tvie /* Tree View Item, Expandable */ { background-image: url(../images/common/tree/tvie.gif); }

	.tv .tvil /* Tree View Last Item */ { background-image: url(../images/common/tree/tvil.gif); }
	.tv .tvilc /* Tree View Last Item, Collapsable */ {background-image: url(../images/common/tree/tvilc.gif); }
	.tv .tvile /* Tree View Last Item, Expandable */ {  background-image: url(../images/common/tree/tvile.gif); }

	.tvload /* Loading Icon */ { background-image: url(../images/common/tree/tviload.gif); }