﻿.pgtext {font-family: Arial; font-size: 9pt; color: #414141; text-align:justify; line-height:150%}
.pghead {font-family: Arial; font-size: 10pt; color: #3366CC; text-align:justify; line-height:130%; font-weight:bold}
.pgsubhead
{
	font-family: Arial;
	font-size: 9pt;
	color: #333333;
	text-align: justify;
	line-height: 130%;
	font-weight: bold;
}
.pgsubtitle {font-family: Arial; font-size: 9pt; color: #800000; font-style: italic; text-align:justify; line-height:130%; font-weight:normal}
.dttext {font-family: Arial; font-size: 9pt; color: #454b94; text-align:justify; line-height:150%}


a.pglinks   { font-family: Arial; font-size: 9pt; color: #454b94; text-decoration: none }
a:hover.pglinks	{font-family: Arial; font-size: 9pt; color: #800000; text-decoration: none }
a:visited.pglinks	{font-family: Arial; font-size: 9pt; color: #454b94; text-decoration: none }
a:visited:hover.pglinks	{font-family: Arial; font-size: 9pt; color: #80000; text-decoration: none }

a.mlinks   { font-family: Arial; font-size: 8pt; color: #454b94; text-decoration: none }
a:hover.mlinks	{font-family: Arial; font-size: 8pt; color: #800000; text-decoration: none }
a:visited.mlinks	{font-family: Arial; font-size: 8pt; color: #454b94; text-decoration: none }
a:visited:hover.mlinks	{font-family: Arial; font-size: 8pt; color: #80000; text-decoration: none }

a.newslinks   { font-family: Arial; font-size: 10pt; color: #414141; text-decoration: none }
a:hover.newslinks	{font-family: Arial; font-size: 10pt; color: #454b94; text-decoration: none }
a:visited.newslinks	{font-family: Arial; font-size: 10pt; color: #414141; text-decoration: none }
a:visited:hover.newslinks	{font-family: Arial; font-size: 10pt; color: #454b94; text-decoration: none }


a.menulinks { font-family: Arial; font-size: 8pt; color: #003399; text-decoration: none }
a:hover.menulinks {font-family: Arial; font-size: 8pt; color: #414141; text-decoration: none }
a:visited.menulinks {font-family: Arial; font-size: 8pt; color: #003399; text-decoration: none }
a:visited:hover.menulinks {font-family: Arial; font-size: 8pt; color: #414141; text-decoration: none }


a.submenulinks { font-family: Arial; font-size: 8pt; color: #800000; text-decoration: none }
a:hover.submenulinks {font-family: Arial; font-size: 8pt; color: #414141; text-decoration: none }
a:visited.submenulinks {font-family: Arial; font-size: 8pt; color: #800000; text-decoration: none }
a:visited:hover.submenulinks {font-family: Arial; font-size: 8pt; color: #414141; text-decoration: none }


td.menutdout  { color: #333333; }
td.menutdon   { color: #003399; }

td.submenutdout  { color: #333333; }
td.submenutdon   { color: #800000; }

.collapsePanel {
	width: 100%;
	height:0px;
	background-color:white;
	overflow:hidden;
}

.collapsePanelHeader
{
	font-family: Arial;
	font-size: 9pt; 
	color: #800000; 
	font-style: italic; 
	text-align:justify; 
	line-height:130%; 
	font-weight:bold;
	width:50%;		
	height:20px;
	float:left;
	padding:5px; 
	cursor: pointer; 
	vertical-align: middle;
}

.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.accordionLink
{
 background-color: #D3DEEF;
    color: white:
}

.watermark {
	background: #FFAAFF;
}

.popupControl {
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}

.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:3px;
	width:250px;
}

.sampleStyleA {
	background-color:#FFF;
}

.sampleStyleB {
	background-color:#FFF;
	font-family:monospace;
	font-size:10pt;
	font-weight:bold;
}

.sampleStyleC {
	background-color:#ddffdd;
	font-family:sans-serif;
	font-size:10pt;
	font-style:italic;
}

.sampleStyleD {
	background-color:Blue;
	color:White;
	font-family:Arial;
	font-size:10pt;
}

.MyCalendar .ajax__calendar_container {
    border:1px solid #646464;
    background-color: OldLace;
    color: maroon;
}
.MyCalendar .ajax__calendar_other .ajax__calendar_day,
.MyCalendar .ajax__calendar_other .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar .ajax__calendar_hover .ajax__calendar_month,
.MyCalendar .ajax__calendar_hover .ajax__calendar_year {
    color: red;
    font-weight:bold;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_day,
.MyCalendar .ajax__calendar_active .ajax__calendar_month,
.MyCalendar .ajax__calendar_active .ajax__calendar_year 
{
	border:1px solid #646464;
    color: blue;
    font-weight:bold;
}

/* General styling for both valid and invalid input */
.invalidInput,.validInput{
	display:block ;
	padding:1px;
}
/* Style for invalid input */
.invalidInput{
	border:1px solid #F00;
}

/* Style for valid input */
.validInput{
	border:1px solid #FFF;
}