body {
	width: 100%;
	border: none;
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #BFA6C6;
	background-color: #7E7F83;
}

table {
	border: none;
}

table.top-bar {
	width: 100%;
}

table.top-bar td {
	background-color: #6A317A;
	white-space: nowrap;
}

table.top-bar span.profile-label {
	color: #D8D5D6;
}

td.btn {
	text-align: right;
}

a:link,
a:visited {
	/*color: #D8D5D6;*/
	color: #c6c4c5;
	text-decoration: none;
}

a:hover {
	/*color: #F7F6F7;*/
	color: #DEDEDE;
}

tr.admin-tab {
	background-color: #7E7F83;
}

img.led {
	margin-right: 5px;
}

table.report-config-switch {
	/*background-color: Lime;*/
	/*border: 1px solid Aqua;*/
	position: absolute;
	top: 32px;
	left: 12px;
}

table.report-config-switch td {
	vertical-align: middle;
	white-space: nowrap;
}

table.report-config-switch td.report-config-switch {
	padding-right: 14px;
	color: #D8D5D6;
}

/******************************************************
main toolbar
******************************************************/

table.parent-toolbar {
	/*border: 1px solid Fuchsia;*/
	/*background-color: Lime;*/
	position: absolute;
	/*top: 47px; defined in templates because of different height when generating report files!*/
	left: 0;
	width: 100%;
}

table.parent-toolbar td {
	vertical-align: top;
	white-space: nowrap;
}

img.toolbar {
	border: none;
	padding-bottom: 4px;
	/*background-color: Yellow;*/
}

td.toolbar {
	text-align: center;
	/*vertical-align: bottom;*/
}

a.toolbar,
span.toolbar-disabled {
	padding: 4px 12px 4px 12px;
	margin-left: 0px; /*distance between buttons*/
	text-decoration: none;
	/*white-space: nowrap;*/
}

span.toolbar-disabled {
	color: #AFB0B0;
}

div.toolbar span.toolbar-disabled {
	float: left;
}


div.toolbar a:link,
div.toolbar a:visited,
div.toolbar a:hover {
	background-color: transparent;
	border: 1px solid #7E7F83;
	text-decoration: none;
	float: left;
}

div.toolbar a:hover {
	/*color: White;*/
	border: 1px solid #AEAEAE;
	/*background-color: #666666;*/
}

a.toolbar:hover img.toolbar  {
	/*background-color: Lime;*/
}

div.about-section {
	position: absolute;  /*total height, including padding = 45px!*/
	top: 27px;
	right: 0;
	width: 320px;
	/*height: 46px;* defined in templates!*/
	padding: 0;
	margin: 0;
	color: #EAEAEA;
	background-color: #949598;
	/*background-image: url(../picts/about_bg.gif); defined in templates!*/
	background-position: bottom left;
	background-repeat: no-repeat;
	font-weight: normal;
	z-index: 10;
}

div.about-section p {
	padding: 0;
	margin: 6px 0 0 9px;
	line-height: 1.6em;
}