* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
	color: #000;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	padding: 10px 0 25px 0;
}
#wrap {
	position: relative;
	/*height: 100%;*/
	width: 100%;
}
#middle {
	position: relative;
	height: auto;
	min-height: 100%; /* for modern browsers, to push the footer down */
	margin-right: 30px; /* right column width */
	margin-left: 0; /* left column width */
	/*	margin-bottom: -50x; /* footer height */
	width: auto;
}
#middle:after { /* this will keep the floats contained, for modern browsers */
    content: "."; 
    display: block; 
    height: 0; 
    overflow: hidden; 
    clear: both; 
    visibility: hidden; 
} 
* html #middle {
	height: 100%; /* for IE because it doesn't do min-height */
}
#main {
	position: relative; /* IE float bug workaround */
	float: left;
	width: 100%; 
	margin-right: -1px;
}
#content {
	position: relative;
	float: right;
	width: 100%;
	margin: 0 -27px;
	padding: 10px 0 0 10px;
}
#header {
}
#header .symbol {
	height: 73px;
	vertical-align:bottom;
}
.pdos {
	background: #fff url(../images/logo/logo_symbol_small.gif) no-repeat 30px 15px;
}
.sdpsp {
	background: #fff url(../images/logo/logo_symbol_small.gif) no-repeat 35px 15px;
}
#header .symbol p {
	margin: 0 0 0 281px;
	padding: 40px 0 0 0;
	color: #e51b24;
}
#header #logotext {
	margin: 0 0 0 30px
}
#breadcrumb {
	padding: 0;
	margin: 0 0 0 30px;
}
#footer {
	clear: both;
	margin: 0 auto;
	padding: .5em;
	color: #333;
	text-align: center;
}
#text_a {	font-size: 12px;}
#text_aa {	font-size: 14px;}
#text_aaa {	font-size: 16px;}
#text_aaaa {	font-size: 20px;}

#content ul {	margin: 0 0 0 40px;}
#content ol {	margin: 0 0 0 43px;}
#content ul li {	list-style-image: url(../images/layout/ul.gif);}
#content ul li ol {	margin: 15px 0 0 20px;}
#content ul li ol li {	list-style-image: url(../images/layout/ol.gif);}
#content ul li ul {	margin: 15px 0 0 20px;}
#content ul li ul li {	list-style-image: url(../images/layout/ul.gif);}
#content ul li, #content ol li {	padding: 0 0 15px 0;}
#content ul.subtitle {	margin: 0 0 0 20px;}
/*------------------------------------------------------------------------------------------------------------------------------*/
img {	border: 0;}
p, hr {	clear: both;}
a {	color: #4f4637;}
a:visited {	color: #968e80;}
hr {
	margin: 10px 0 10px 0;
	border: 1px solid #d9d7d2;
	height: 1px
}
/*------------------------------------------------------------------------------------------------------------------------------*/
.stat_graph {
	border: 1px solid #000;
}
.graph_title {
	color: #e51b24;
}	
.SysTitleAndFooterContainer,
.systitleandfootercontainer {
	color: #e51b24;
	/*text-transform: uppercase;*/
}
.c {
	text-align: left;
}
.SystemTitle,
.systemTitle {
	line-height: 25px;
}
.l {
	text-align: left;
}
.r {
	text-align: right;
}
.Table,
.table {
	border-right: 1px solid #d9d7d2; 
	border-left: 1px solid #d9d7d2; 
}
.Header, .RowHeader, .Data,
.header, .rowheader, .data {
	border-bottom: 1px solid #d9d7d2; 
	border-top: 1px solid #d9d7d2; 
	padding: 4px 5px 4px 5px;
	vertical-align: top;
	border-right: 1px solid #d9d7d2; 
	border-left: 1px solid #d9d7d2; 
}
.Header, .RowHeader,
.header, .rowheader {
	background-color: #f0efed;
	font-size: 80%;
	font-weight: bold;
}
.Data,
.data {
	vertical-align: top;
	background-color: #fff;
}