/*++
/*============================================================================
/* Produced by Logica UK, Energy & Utilities Division.
/* Copyright (c) 2000 Logica UK Ltd.
/*
/* FILENAME:    BMRSSystemData.ucs
/* VERSION:     1.3
/* PATHNAME:    /app/kfigkernel/master/neta/sw/bmra/server/bsp/css/s.BMRSSystemData.ucs
/* LAST CHANGE: 08/06/25
/*
/* DESCRIPTION
/* The CSS file that has all the styling information for the main electricity
/* BMRSSystemData template pages.
/*============================================================================
--*/

body {margin:0px 0px 50px 0px; padding:0px;}
h2 {text-align:center;}

tr {text-align:center;}

table {margin:auto}

#saveme { display:none}

#container {width:980px; height:auto; margin:auto;}

#divoutputs {width:auto;height:auto;width:700px;position:absolute; top:50%;left:50%; margin-left:-350px;overflow:auto; margin-top:-200px; background:white; padding:10px;display:none; border:3px solid black;}

.graph_div {padding:0px; margin:40px auto 10px auto; width:900px; height:300px; background:transparent; text-align:center;}

#tableinfo {width:900px; height:auto; margin:auto; padding:0px; margin-top:40px; text-align:center}

#maintitle {text-align:center; font-size:24px;}

#fake {width:99%;text-align:center; height:auto; margin:auto; padding:0px; }

#checkboxesform { font-size:12px;}


/* fake checkbox : unchecked (default/base) state */
.fakecheck {
	font: 14px Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	outline: none;
	background: url(../images/checkbox.gif) no-repeat;
	height: 16px;
	width: auto;
	display: inline;
	margin-left:10px;
	padding: 1px 0px 0px 20px;

}
/* fake checkbox : hover state */
.fakecheck:hover {
	color:#0066FF;
	text-decoration: underline;
}
/* fake checkbox : checked state */
.fakechecked {
	background-position: left -25px;
}

/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:20px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8px;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../images/asc.gif) ;
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../images/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}

#banner {
	
	background-image: url(/bwx_logo.gif);
	background-repeat: no-repeat;
	background-position: bottom right;	
	width:100%;  
	height:40px;
	border-bottom:2px solid black;
}

#options { width:100%; font-size:12px; line-height:2;  background:white; display:block;}
.orangeicon {border:1px solid;border-color:#FC9 #630 #330 #F96;padding:0 3px;font:bold 11px verdana,sans-serif;color:#FFF;background:#F60;text-decoration:none;margin:0;}
#fileoutputs {width:80px; text-align:center;height:100px; position:absolute; top:70px; right:20px; };


#overlay {width:150px; text-align:center; height:20px; color:black; }

#overcontainer {float:left;height:20px;width:100%; text-align:center; background:white; }
