﻿body {
	background-image: url(/Images/bg.gif);
	background-repeat: repeat-x;
	background-color: #414141;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #BD0014;
}
a:visited {
	color: #BD0014;
}
a:hover {
	color: #FF152D;
}
a:active {
	color: #FF152D;
}

input[type="text"],
input[type="password"],
textarea,
select
{
 border: solid 1px #626262;
 margin-top: 2px;
}

input[type="text"],
input[type="password"],
textarea
{
	padding: 3px;
}

select
{
	padding: 2px;
}

.ruInputs input
{
	 margin-top: inherit;
	 padding: inherit;
}

.smallText {
	font-size: 10px;
	font-style: italic;
}

.menu_bar {
	background-image: url(/Images/heading-bg.png);
	background-repeat: repeat-x;
	border: 1px solid #61050a;
	height: 22px;
	background-position: center;

}
.app_title {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #bd0014;
	font-size: 22px;
	padding: 2px;
}
.page_header {
	font-size: 20px;
	color: #CF0014;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BD0014;
	padding-bottom: 3px;
	margin-top: 12px;
	margin-bottom: 12px;
}
.page_subheader {
    font-size: 16px;
    color: #CF0014;
    font-weight: bold;
    padding: 0 0 10px 0;
}

.section_heading {
	background-image: url(/Images/section-heading-bg.png);
	background-repeat: repeat;
	border: 1px solid #61050a;
	height: 22px;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 4px;
	padding-left: 4px;
}
.section_subheader {
	padding: 8px 10px;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}
.section_body {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #61050A;
	border-bottom-color: #61050A;
	border-left-color: #61050A;
	background-color: #f6f6f6;
	padding: 8px;
}

legend
{
    color: Maroon;
}

.TooltipLink
{
    text-decoration:underline;
    cursor:pointer;
}
        
.siteTitle
{
	float:left;
	width:auto;
	height:auto;
}

.banner
{
	float:right;
	width:auto;
	height:auto;
}

.navigation
{
	float:left;
	height:auto;
}

.clearOut
{
	clear:left;
}

.FloatLeft
{
    float:left;
    padding-right:10px;
}

.LeftBlock
{
	float:left;
	width:auto;
	min-width:300px;
	height:auto;
	padding:0.15cm;
	margin: 0.1cm, 0.1cm, 0.1cm, 0.1cm;
}

.RadGrid_Default
{
    width:50%;
    min-width:600px;
}
    
.MasterTable_Default .GridHeader_Default
{
    height: 0.5cm;
}

.FormatTable
{
    border-top: solid 1px black;
    border-left: solid 1px black;
    border-bottom: solid 0px black;
    border-right: solid 0px black;
    padding: 0px;
}

.FormatTable td
{
    border-top: solid 0px black;
    border-left: solid 0px black;
    border-bottom: solid 1px black;
    border-right: solid 1px black;
    padding: 1px;
}

.Messages
{
    padding: 10px;
    margin: 5px;
    margin-bottom: 20px;
}

.ErrorText
{
    color: Red;
    font-weight: bold;
}

.SuccessText
{
    color: Green;
    font-weight: bold;
}

.TabData
{
    margin-top:-1px;
}

.NonVisible
{
    display: none;
}

.SelectedTab
{
	color: White;
}
