﻿body {
	background-color: #ffffff;
	/*background-image: url(images/background.gif);
	background-repeat: repeat-x;*/
	margin: 0;
	padding: 0;
	/*text-align: center;*/
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.7em;
	/*font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;*/
	color: #666666;
}

img {
	border-width: 0;
}

input
{
    font-family: verdana, arial, helvetica, sans-serif;
    font-size:.95em;
}

.h1 {
	font-size: 20px;
	margin: 0;
	font-family: tahoma, arial, helvetica, sans-serif;
	color: White;
	font-weight:bold;
}

.h2 {
	font-size: 11px;
	margin: 0;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-weight:bold;
}

.h3
{
    position: absolute;
	right: 27px;
	top: 30px;
	font-size: 11px;
	margin: 0;
	font-family: tahoma, arial, helvetica, sans-serif;
}

.fullyExpandedTransparentTable
{
    width:100%;
    background-color:Transparent;
    border-bottom-style:none;
}


.tdHeaderMiddleTop
{
    background-image: url(images/headerMiddleTop.jpg);
    background-repeat:repeat-x;
    background-position:left;
}

.tdHeaderLeftTop
{
    background-image: url(images/headerLeftTop.jpg);
    width: 8px;
    height: 52px;
    background-position:right;
    background-repeat:no-repeat;
    background-position:top;
}

.tdHeaderRightTop
{
    background-image: url(images/headerRightTop.jpg);
    width: 8px;
    height: 52px;
    background-position:left;
    background-repeat:no-repeat;
    background-position:top;
}

.tdHeaderMiddleBottom
{
    background-image: url(images/headerSpacerBottom.jpg);
    background-repeat:repeat-x;
}

.tdHeaderLeftBottom
{
    background-image: url(images/headerLeftBottom.jpg);
    width: 8px;
    height: 29px;
    background-position:right;
    background-repeat:no-repeat;
    background-position:Top;
}

.tdHeaderRightBottom
{
    background-image: url(images/headerRightBottom.jpg);
    width: 8px;
    height: 29px;
    background-position:left;
    background-repeat:no-repeat;
    background-position:Top;
}

.tdBodyLeft
{
    background-image: url(images/bodyLeft.jpg);
    width: 8px;
    background-position:right;
    background-repeat:repeat-y;
}

.tdMainBody
{
    padding:3px;
}

.tdBodyRight
{
    background-image: url(images/bodyRight.jpg);
    width: 8px;
    background-position:left;
    background-repeat:repeat-y;
}

.tdFooterMiddle
{
    background-image: url(images/footerMiddle.jpg);
    background-repeat:repeat-x;
    vertical-align:top;
}

.tdFooterLeft
{
    background-image: url(images/footerLeft.jpg);
    width: 8px;
    height: 75px;
    background-position:right;
    vertical-align:top;
    background-repeat:no-repeat;
}

.tdFooterRight
{
    background-image: url(images/footerRight.jpg);
    width: 8px;
    height: 75px;
    background-position:left;
    background-repeat:no-repeat;
    vertical-align:top;
}

/*.MasterHeader 
{
    font-size:25px;
    font-weight:bold;
    padding-left: 25px;
}

.MasterPageName
{
    font-size:15px;
    font-weight:bold;
    padding-left: 10px;
    vertical-align:bottom;
}*/

.StandardLabel
{
    font-weight:bold;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size:11px;
}

.StandardLabelSmall
{
    font-weight:bold;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size:.95em;
}

.StandardPlainLabel
{
    font-weight:normal;
    font-family: verdana, arial, helvetica, sans-serif;
}

.StandardPlainLabelSmall
{
    font-weight:normal;
    font-size: .95em;
    font-family: verdana, arial, helvetica, sans-serif;
}


.smallerText
{
    font-size:.9em;
}


.WarningLabel
{
    color:Red;
    font-family: verdana, arial, helvetica, sans-serif;
}

.RightAlign
{
    text-align:right;
}

.LeftAlign
{
    text-align:left;
}

.CenterAlign
{
    text-align:center;
}

.TopAlign
{
    vertical-align:top;
}

.MiddleAlign
{
    vertical-align:middle;
}

.BottomAlign
{
    vertical-align:bottom;
}

.WizardStepLabel
{
    font-weight:bold;
    font-size: 20pt;
}

.GroupPanelHeaderText
{
    font-weight:bold;
    font-size: 20pt;
    color: Black;
}

a.BoldLink {
	text-decoration:none;
	color: #0057B3;
	font-weight: bold;
}

a.BoldLink:visited 
{
    text-decoration: none;
    color: #0057B3;
    font-weight: bold;
}

a.BoldLink:hover {
	text-decoration: underline;
	color: #D19C00;
	font-weight: bold;
}

a.BoldLink:active {
	color: #D19C00;
	text-decoration: underline;
	font-weight: bold;
}

/*a {
	text-decoration:none;
	color: #0057B3;
	font-weight:normal;
}

a:visited 
{
    text-decoration: none;
    color: #0057B3;
    font-weight:normal;
}

a:hover {
	text-decoration: underline;
	color: #D19C00;
	font-weight:normal;
}

a:active {
	color: #D19C00;
	text-decoration: underline;
	font-weight:normal;
}*/

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:0px,0px,3px,0px;
	width:250px;
	text-align:center;
}

.modalPopupHeader {
	background-color:Blue;
	border-bottom:solid,3px,Gray;
	padding: 0px,0px,3px,0px;
	width:250px;
	font-weight:bold;
	color:White;
}

.keepHidden
{
    display: none;
}

/*
.tblThinGridlines
{
    border-color:Black;
    border-style:inset;
    border-width:1px;
    border-collapse:collapse;
}

.tblThinGridlines
{
    border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
}

.NoGridlines td
{
    border-style:none;
    border-color:Green;
    border-width:0px;
    padding:0px;
}
*/