﻿body
{
	width: 1002px;
	margin: 0 auto;
	background-color: #8CA4C5;
}

h1
{
	font-size: x-large;
	text-align: center;
	margin: 0 0 0.5em 0;
}

#body
{
	background-color: White;
	border: 1px solid #292C4B;
	border-bottom-style: none;
}

#header
{
	background-color: #292C4B;
	color: White;
}

#header a
{
	text-decoration: none;
	color: White;
	font-weight: bold;
}

#titleText
{
	text-align: left;
	color: #292C4B;
}

#environmentMessage
{
	color: red;
	margin: 0;
	float: right;
}

#pageContent
{
	padding-top: 0px;
	padding-bottom: 50px;
}

#footer
{
}

#footerContent
{
	height: 19px;
	background-color: White;
	margin-left: 16px;
	margin-right: 16px;
	border-bottom: 1pt solid #292C4B;
}

.indentedContent
{
	width: 850px;
	margin: 0 auto;
}

.ui-multiselect.multiselect
{
	font-size: small;
}

.ui-multiselect-menu.multiselect
{
	font-size: small;
}

/* tooltip styling. by default the element to be styled is .tooltip  */
.tooltip {
	display:none;
	background: transparent url(../images/black_arrow.png);
	
	font-size:14px;
	height:70px;
	width:160px;
	padding:25px;
	color:#fff;	
}

/* Used to hide border of text box on the RevenueDistributionPayments Default page*/
.alertMessageText {
    background-color: #ffffff;
    border: none 0px #ffffff;
    font-size:16px;
}

.standardText {
    font-family: 'Times New Roman';
    font-size: medium;
}