﻿body {
	padding: 0;
	margin: 0 auto;
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 12px;
}
.pageTitle
{
	color: Red;
	font-weight: bold; 
	font-size: 20px;
	font-style: italic;
	text-align: left;
}
.sectionHeader
{
	color: #0000d5;
	/* background: #2c53a0; */
	border-bottom: #516aa4 1px solid;
	/* font-weight: bold; */
	margin: 8px 0;
	padding: 3px 5px;
	text-align: left;
}
.footer
{
	border-top: solid 1px #000;
	padding-top: 5px;
	font-size: 11px;
	text-align: left;
}
.ui-tabs ul 
{
	border-bottom: solid 1px #b0b0b0;
}
.ui-tabs ul li 
{
	border-bottom: solid 1px #b0b0b0;
}

div.ui-tabs 
{
	border-bottom: none;
}

.ui-tabs li a 
{
	text-decoration: none;
	padding: 3px 8px;
}

.ui-tabs .ui-tabs-hide {
     display: none;
}

.ui-tabs .ui-tabs-selected {
	border-color:#B0B0B0;
	border-style:solid solid none;
	border-width:1px 1px medium;
	border-bottom: solid 1px #fff;
	position:relative;
	font-weight: bold;
}

.ui-tabs li.ui-tabs-selected a {
	background:#ffffff;
}

.ui-tabs .ui-tabs-panel
{
	clear: left;
	padding-top: 5px;
}
.ui-tabs .ui-tabs-panel table
{
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 10px;
}
.ui-tabs .ui-tabs-panel table th,
.ui-tabs .ui-tabs-panel table td
{
	text-align: right;
	padding: 1px 5px;
}
.ui-tabs .ui-tabs-panel table tr.stripe
{
	background: #F3F3F3;
}
.ui-tabs .ui-tabs-panel table th
{
	background: #0000ff; color: #ffffff;
}
.ui-tabs .ui-tabs-panel table tr.stripe:hover,
.ui-tabs .ui-tabs-panel table tr:hover
{
	background: rgb(236,242,251); color: #4a82bd;
}
.ui-tabs .ui-tabs-panel table th:first-child,
.ui-tabs .ui-tabs-panel table td:first-child
{
	text-align:left;
}
.ui-tabs .hilite
{
	background-color: #ffffba;
}

#spanCurrentDateTime 
{
	margin-top: -16px;
	text-align: right;
	color: #fff;
}
