



.divisionBody
{
	/*background-color: rgb(247,245,239);*/
	background-color: rgb(244,247,254);
	width: 100%;
	border-style: none;
	font-family: Arial;
	font-weight: normal;
	font-size: 8pt;
	color: #000000;
	padding: 3pt;
}


.divisionBodyAlt
{
	background-color: rgb(228,235,252);/*#e0dede;*/
	width: 100%;
	border-style: none;
	font-family: Arial;
	font-weight: normal;
	font-size: 8pt;
	color: #000000;
	padding: 3pt;
}


.dataField /*Read Only Box*/
{
	background-color: rgb(240,236,224);/*rgb(235,230,213);*/
	border-style: solid;
	border-width: 1px;
	border-color: #888888;
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	padding: 1pt;
}

.dataFieldAlignRight /*Read Only Box*/
{
	background-color: rgb(240,236,224);/*rgb(235,230,213);*/
	border-style: solid;
	border-width: 1px;
	border-color: #888888;
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	text-align: right;
	padding: 1pt;
}

.note
{
	border-right: gray 1px solid;
	padding-right: 2px;
	border-top: gray 1px solid;
	padding-left: 2px;
	font-weight: bold;
	font-size: 10px;
	padding-bottom: 2px;
	border-left: gray 1px solid;
	color: gray;
	padding-top: 2px;
	border-bottom: gray 1px solid;
	font-family: Verdana;
	background-color: rgb(255,239,193);
	text-align: center;
}

.noteLeft
{
	border-right: gray 1px solid;
	padding-right: 2px;
	border-top: gray 1px solid;
	padding-left: 2px;
	font-weight: bold;
	font-size: 10px;
	padding-bottom: 2px;
	border-left: gray 1px solid;
	color: gray;
	padding-top: 2px;
	border-bottom: gray 1px solid;
	font-family: Verdana;
	background-color: rgb(255,239,193);/*ivory;*/
	text-align: left;
}


.datagridFooter
{
	background-color: #D1CFCF; /*#F9F9F9;ivory;*/
	font-family: Arial, Helv;
	font-size: 9pt;
	font-weight: bold;
}


.datagridItem
{
	background-color: #F9F9F9;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 9pt;
	font-weight: normal;
}

.truncateEllipsis
{
	text-overflow:ellipsis;
	overflow:hidden;
}

.datagridAlternatingItem
{
	background-color: #EEEEEE;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 9pt;
	font-weight: normal;
}

.datagridHeading
{
	background-color: #D1CFCF;
	font-family: Arial;
	font-weight: bold;
	font-size: 8pt;
	color: #000000;
	text-align: left;
}


























.majorHeading
{
	background-color: #21459C;
	width: 100%;
	border-style: none;
	font-family: Arial;
	font-weight: bold;
	font-size: 13pt;
	color: #FFFFFF;
	text-align: center;
}

.minorHeading
{
	text-align: left;
	background-color: #21459C;
	width: 100%;
	border-style: none;
	font-family: Arial, Helv;
	font-weight: bold;
	font-size: 11pt;
	color: #FFFFFF;
	padding: 3pt;
}

.minorHeadingAlignRight
{
	text-align: right;
	background-color: #21459C;
	width: 100%;
	border-style: none;
	font-family: Arial, Helv;
	font-weight: bold;
	font-size: 11pt;
	color: #FFFFFF;
	padding: 3pt;
}

.minorHeadingNote
{
	font-family: Arial, Helv;
	font-weight: bold;
	font-size: 7pt;
	color: #FFFFFF;
}

.divisionHeading
{
	background-color: #21459C;
	border-style: none;
	font-family: Arial;
	font-weight: bold;
	font-size: 9pt;
	color: #FFFFFF;
	padding: 2pt;
}







.groupHeader
{
	background-color: rgb(217,226,247);
	border: 1px  solid #21459C;
	font-family: Arial;
	font-weight: bold;
	font-size: 9pt;
	color: #000000;
	padding: 2pt;
	text-align: center;
}
.groupTableWithBoarder
{
	border: 1px  solid #21459C;
	font-family: Arial;
	font-weight: normal;
	font-size: 8pt;
	color: #000000;
	padding: 3pt;
	background-color: #FFFAFA;
	
}

.groupTableBottomBoarder
{
	border-bottom: 1px solid #21459C;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	text-align: left;
}

.groupHeading
{
	border-bottom: 1px solid #21459C;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	text-align:center;
}


.divisionHeadingRightAlign
{
	background-color: #21459C;
	width: 100%;
	border-style: none;
	font-family: Arial;
	font-weight: bold;
	font-size: 7pt;
	color: #FFFFFF;
	text-align: right;
	padding: 2pt;
}

.divisionHeadingNote
{
	font-family: Arial, Helv;
	font-weight: normal;
	font-size: 7pt;
	color: #FFFFFF;
}





  .divisionBodyWhite  
{ 
   	
	width: 100%;
	border-style: none;
	font-family: Arial;
	font-weight: normal;
	font-size: 8pt;
	color: #000000;
	padding: 3pt;
}
.inputLabel
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
}

.inputLabelBold
{
	font-weight: normal;
	font-size: 8pt;
	font-family: Arial Black;
}

.inputLabelNote
{
	font-family: Verdana;
	font-size: xx-small;
	font-weight: lighter;
}

.inputLabelSmall
{
	font-family: Arial;
	font-size: 7pt;
	font-weight: bold;
}

.inputArea
{
}

.inputField
{
   
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: #888888;
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	padding: 1pt;
	z-index: 1;
}

.affectedField
{
	background-color: #FFDDDD;
	border-style: solid;
	border-width: 1px;
	border-color: #888888;
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	padding: 1pt;
}

.inputButton
{
    color: #21459C;
    font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
}

.dataLabel
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
}

.dataArea
{
}



.dataFieldRight
{
	background-color: #FFFFCC;
	border-style: solid;
	border-width: 1px;
	border-color: #888888;
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	padding: 1pt;
	text-align: right
}

.seperator
{
	width: 100%;
	color: #21459c;
	border: dotted;
	height: 1pt;
}

.separator
{
	width: 100%;
	color: #21459c;
	border: dotted;
	height: 1pt;
	
}

.separatorSolid,
.seperatorSolid
{
	width:100%;
	color: #21459c;
	border: solid;
	height: 1pt;
}
.separatorSolid90
{
	width:90%;
	color: #21459c;
	border: solid;
	height: 1pt;
}

.navMenu
{
	text-align:left;
}

.MenuLinks A:hover
{
  background-color:#eeeeee; 
  font-family:arial; 
  font-size:7pt; 
  text-decoration: none;
  color:#051080;
  cursor:hand;
  padding: 1px;
  padding-left: 5px;
}

.MenuLinks2 A:hover
{
  background-color:#eeeeee; 
  font-family:arial; 
  font-size:7pt; 
  text-decoration: none;
  color:#051080;
  cursor:hand;
  padding: 1px;
  padding-left: 14px;
}

.TenantPropertyLinks A:hover
{
  background-color:#cccccc; 
  font-family:arial; 
  font-size:7pt; 
  text-decoration: none;
  color:#051080;
  cursor:hand;
  padding: 1px;
  padding-left: 5px;
}

.MenuTenantProperty
{
  background-color:#eeeeee; 
  font-family:arial; 
  font-size:7pt; 
  text-decoration: none;
  color:#051080;
  cursor:hand;
  padding: 1px;
  padding-left: 5px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #4499EE;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #4499EE;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #4499EE;
  display:block;
}

.MenuNew
{
  background-color:#ffffff; 
  font-family:arial; 
  font-size:7pt; 
  text-decoration: none;
  color:#051080;
  cursor:hand;
  padding: 1px;
  padding-left: 5px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #4499EE;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #4499EE;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #4499EE;
  display:block;
}

.MenuNew2
{
  background-color:#ffffff; 
  font-family:arial; 
  font-size:7pt; 
  text-decoration: none;
  color:#051080;
  cursor:hand;
  padding: 1px;
  padding-left: 14px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #4499EE;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #4499EE;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #4499EE;
  display:block;
}

.MenuNewNonLink
{
  background-color:#eeeeee; 
  font-family:arial; 
  font-size:7pt; 
  text-decoration: none;
  color:#051080;
  cursor:hand;
  padding: 1px;
  padding-left: 5px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #4499EE;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #4499EE;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #4499EE;
  display:block;
}

.MenuNewHome
{
  background-color:#ffffff; 
  font-family:arial; 
  font-size:7pt; 
  text-decoration: none;
  color:#051080;
  cursor:hand;
  padding: 1px;
  padding-left: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #4499EE;
  display:block;
}


.MenuGroup
{
	background-color:#4499EE;
}

.MenuItem 
{
  background-color:#ffffff; 
  font-family:arial; 
  font-size:7pt; 
  font-weight: normal;
  color:#051080;
  padding:2px;
  padding-left:5px;
  padding-right:15px;
  cursor:hand;
}

.MenuItemOver 
{
  background-color:#cccccc; 
  font-family:arial; 
  font-size:7pt; 
  font-weight: normal;
  color:#051080;
  padding:2px;
  padding-left:5px;
  padding-right:15px;
  cursor:hand;
}

.MenuItemChildSelected 
{
  background-color:#dddddd; 
  font-family:verdana; 
  font-size:10px; 
  font-weight: normal;
  color:#21459c;
  padding:2px;
  padding-left:5px;
  padding-right:15px;
  cursor:hand;
}

.datagridNote
{
	border-color: #888888;
	border-width: 1px;
	border-style: solid;
	background-color: #D1CFCF;
	font-family: Arial;
	font-weight: bold;
	font-size: 8pt;
	color: #000000;
}

.datagrid
{
	border-color: #888888;
	border-width: 1px;
	border-style: Solid;
}





.datagridText
{
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 9pt;
	font-weight: normal;
}



.datagridNewItem
{
	background-color: #C9FFCE;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 9pt;
	font-weight: normal;
}

.datagridNewAlternatingItem
{
	background-color: #89FF95;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 9pt;
	font-weight: normal;
}

.datagridDeletedItem
{
	background-color: #FFD7D6;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 9pt;
	font-weight: normal;
}

.datagridDeletedAlternatingItem
{
	background-color: #FF8585;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 9pt;
	font-weight: normal;
}

.datagridUpdatedItem
{
	font-weight: normal;
	font-size: 9pt;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	background-color: #ffffcc;
}

.datagridUpdatedAlternatingItem
{
	font-weight: normal;
	font-size: 9pt;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	background-color: #ffff99;
}

.datagridSelectedItem
{
	background-color: #C0C0FF;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 9pt;
	font-weight: normal;
}

datagridItemLink
{
	background-color: #F9F9F9;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 7pt;
	font-weight: normal;
}

.datagridPager
{
	color: #21459C;
	font-family: Arial, Helv;
	font-size: 12pt;
	font-weight: bold;
	background-color: #CCCCCC;
}

.datagridPager A
{
	color: #21459C;
	font-family: Arial, Helv;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: underline;
}

.datagridPager A:hover
{
	color: #21459C;
	font-family: Arial, Helv;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: underline;
}





.datagridPagerNoBgColor
{
	color: #21459C;
	font-family: Arial, Helv;
	font-size: 12pt;
	font-weight: bold;
}

.datagridPagerNoBgColor A
{
	color: #21459C;
	font-family: Arial, Helv;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: underline;
}

.datagridPagerNoBgColor A:hover
{
	color: #21459C;
	font-family: Arial, Helv;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: underline;
}







A
{
	font-size: 7pt;
	color: #21459c;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	text-decoration: underline;
}

A:hover
{
	font-size: 7pt;
	color: #ff0033;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	text-decoration: none;
}

A.paragraphLink:active
{
	font-size: 9pt;
}
A.paragraphLink:hover
{
	font-size: 9pt;
}
A.paragraphLink:link
{
	font-size: 9pt;
}
A.paragraphLink:visited
{
	font-size: 9pt;
}

.errorMessage
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #FF0000;
}

.calendarDayStyle
{
	font-family: Arial, Helv;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
}

.calendarOtherMonthDayStyle
{
	font-family: Arial, Helv;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
}

.tinyHeadingNote
{
	font-family: Arial, Helv;
	font-weight: normal;
	font-size: 7pt;
	color: #000000;
}

.printerItem /* displays only when the page is printed */
{
	display: none;
}

.screenItem /* displays only on the screen */
{
}

.deadLink
{
	font-size: 7pt;
	color: #B0B0B0;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	text-decoration: underline;
	font-weight: bold;
}

.sessionInfoPHAName
{
	font-size: 12pt;
	color: #000000;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
}

.sessionWelcome
{
	font-size: 9pt;
	color: #FFFFFF;
	font-family: Arial,Helvetica,sans-serif;
}

.copyright
{
	font-size: 8pt;
	color: #FFFFFF;
	font-family: Arial,Helvetica,sans-serif;
}

.sessionUsersOnline
{
	font-size: 7pt;
	color: #000000;
	font-family: Arial,Helvetica,sans-serif;
}

.homepageParagraphText
{
	font-size: 11pt;
	color: #000000;
	font-family: Arial,Helvetica,sans-serif;
}
.homePageLinks A:link
{
	font-weight: bold;
	font-size: 11pt;
	color: #21459c;
	font-family: Arial, Helvetica;
	text-decoration: underline;
}
.homePageLinks A:visited
{
	font-weight: bold;
	font-size: 11pt;
	color: #21459c;
	font-family: Arial, Helvetica;
	text-decoration: underline;
}
.homePageLinks A:hover
{
	font-weight: bold;
	font-size: 11pt;
	color: #ff0033;
	font-family: Arial, Helvetica;
	text-decoration: none;
}
.homePageLinks A:active
{
	font-weight: bold;
	font-size: 11pt;
	color: #21459c;
	font-family: Arial, Helvetica;
	text-decoration: underline;
}


.homePageLinkLoggedIn A:link
{
	font-weight: bold;
	font-size: 8pt;
	color: #21459c;
	font-family: verdana;
	text-decoration: underline;
}
.homePageLinkLoggedIn A:visited
{
	font-weight: bold;
	font-size: 8pt;
	color: #21459c;
	font-family: verdana;
	text-decoration: underline;
}
.homePageLinkLoggedIn A:hover
{
	font-weight: bold;
	font-size: 8pt;
	color: #ff0033;
	font-family: verdana;
	text-decoration: none;
}
.homePageLinkLoggedIn A:active
{
	font-weight: bold;
	font-size: 8pt;
	color: #21459c;
	font-family: verdana;
	text-decoration: underline;
}
.homePageNewsLinks A:link
{
	FONT-SIZE: 10pt; 
	FONT-FAMILY: verdana; 
	TEXT-DECORATION: none;
	color: #21459c;
	font-weight:bolder;
}

.homePageNewsLinks A:link
{
	FONT-SIZE: 10pt; 
	FONT-FAMILY: verdana; 
	TEXT-DECORATION: none;
	color: #336699;
	font-weight:bold;
}
.homePageNewsLinks A:active
{
	FONT-SIZE: 10pt; 
	FONT-FAMILY: verdana; 
	TEXT-DECORATION: none;
	color: #336699;
	font-weight:bold;
}
.homePageNewsLinks A:visited
{
	FONT-SIZE: 10pt; 
	FONT-FAMILY: verdana; 
	TEXT-DECORATION: none;
	color: #336699;
	font-weight:bold;
}
.homePageNewsLinks A:hover
{
	FONT-SIZE: 10pt; 
	FONT-FAMILY: verdana; 
	TEXT-DECORATION: none;
	color: red;
	font-weight:bold;
}



.lnkBtn
{
  	padding: 0pt;
	font-family: Arial;
	border-style: none;
	font-weight: bold;
	font-size: 8pt;
	text-decoration: none;
	color: #21459c;
	
}
.lnkBtn:link
{
	padding: 0pt;
	font-family: Arial;
	border-style: none;
	font-weight: bold;
	font-size: 8pt;
	text-decoration: none;
	color: #21459c;
}
.lnkBtn:active
{
	padding: 0pt;
	font-family: Arial;
	border-style: none;
	font-weight: bold;
	font-size: 8pt;
	text-decoration: none;
	color: #21459c;
	
}
.lnkBtn:visited
{
	padding: 0pt;
	font-family: Arial;
	border-style: none;
	font-weight: bold;
	font-size: 8pt;
	text-decoration: none;
	color: #21459c;
	
}
.lnkBtn:hover
{
	padding: 0pt;
	font-family: Arial;
	border-style: none;
	font-weight: bold;
	font-size: 8pt;
	color: #FF0000;
	text-decoration: none;
}






.stevesFatFont
{
	font-family: arial;
	font-size: 15px;
	line-height: 155%;
}

.divisionHeadingLink A:link
{
	padding: 2pt;
	font-family: Arial;
	border-style: none;
	width: 100%;
	background-color: #21459C;
	font-weight: bold;
	font-size: 9pt;
	color: #FFFFFF;
	font-family: Arial, Helvetica;
	text-decoration: underline;
}
.divisionHeadingLink A:visited
{
	padding: 2pt;
	font-family: Arial;
	border-style: none;
	width: 100%;
	background-color: #21459C;
	font-weight: bold;
	font-size: 9pt;
	color: #FFFFFF;
	font-family: Arial, Helvetica;
	text-decoration: underline;
}
.divisionHeadingLink A:hover
{
	padding: 2pt;
	font-family: Arial;
	border-style: none;
	width: 100%;
	background-color: #21459C;
	font-weight: bold;
	font-size: 9pt;
	color: #ff0033;
	font-family: Arial, Helvetica;
	text-decoration: none;
}
.divisionHeadingLink A:active
{
	padding: 2pt;
	font-family: Arial;
	border-style: none;
	width: 100%;
	background-color: #21459C;
	font-weight: bold;
	font-size: 9pt;
	color: #FFFFFF;
	font-family: Arial, Helvetica;
	text-decoration: underline;
}

.tosHeader
{
	background-color: #21459C;
	width: 100%;
	border-style: none;
	font-family: Arial;
	font-weight: bold;
	font-size: 13pt;
	color: #FFFFFF;
	text-align: center;
}

.footerLinks a:link
{
	font-family: arial;
	font-size: 7pt;
	color: #FFFFFF;
	text-decoration: underline;
}
.footerLinks a:visited
{
	font-family: arial;
	font-size: 7pt;
	color: #FFFFFF;
	text-decoration: underline;
}
.footerLinks a:hover
{
	font-family: arial;
	font-size: 7pt;
	color: #000000;
	text-decoration: none;
}
.footerLinks a:active
{
	font-family: arial;
	font-size: 7pt;
	color: #FFFFFF;
	text-decoration: underline;
}

.requirementsLabel
{
	font-size: 7pt;
	color: #000000;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-weight: bold;
}

.requirementsField
{
	font-size: 7pt;
	color: #000000;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
}

.requirementsHeader
{
	font-size: 9pt;
	color: #000000;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
}
.requirementsLink
{
	font-size: 7pt;
	color: #000000;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
}

.mockNote
{
	/*display: none;*/
}

.temp
{
	position:relative; 
	visibility:hidden; 
	z-index:1000;
}

/*.rollover --we are using the defaults (adjusted) of mcsScripts/overlib.js
	To reactivate this, de-comment line in infoPopup.vb server control
	although good luck changing the font size!
{
	font-family:Courier;
	background-color:Lime;
	border-width:1;
	border-style:solid;
}
*/

.popupInactive A
{
	text-decoration: none;
	color: Black;
	
}

.popupActive A
{
	
	color: Blue;
	
}

.bodyRow
{
	background: #e0dede;
}

.bodyAlternatingRow
{
	background: #eae8e8;
}





.checkBoxLabel
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
}

.phawebBanner
{
    background-image: url('banners/modifiedbanner.gif');
    background-repeat: no-repeat;
    height: 40px;
    
}

.groupTableLinkButtonShow
{
    font-family: Arial;
    font-size: 9pt;
    font-weight: bold;
}

.groupTableLinkButtonShow:hover
{
    font-family: Arial;
    font-size: 9pt;
    font-weight: bold;
}

.groupTableLinkButtonHide
{
    font-family: Arial;
    font-size: 9pt;
    font-weight: bold;
    text-decoration: none;
}

.groupTableLinkButtonHide:hover
{
    font-family: Arial;
    font-size: 9pt;
    font-weight: bold;
    text-decoration: none;
}
.modalTable
{
    width: 100%;
}
.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;

}
.modalPopup
{
    background-color: Gray;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
}

.calendarStyle .ajax__calendar_container
{
    padding: 4px;
    position: absolute;
    cursor: default;
    /*width: 190px;*/
    font-size: 11px;
    text-align: center;
    font-family: tahoma,verdana,helvetica;
    background-color: #e9e9e9;
     border: 2px solid #646464;
     color: #000000;
}

.calendarStyle .ajax__calendar_body
{
    height: 139px;
    width: 170px;
    position: relative;
    overflow: hidden;
    margin: auto;
    border: solid 1px #cccccc;
    background-color: #e9e9e9;
}

.calendarStyle .ajax__calendar_months,
.calendarStyle .ajax__calendar_years,
.calendarStyle .ajax__calendar_days
{
    top: 0px;
    left: 0px;
    height: 139px;
    width: 170px;
    position: absolute;
    text-align: center;
    margin: auto;
    background-color: #ffffff;
}

.calendarStyle .ajax__calendar_container TABLE
{
    font-size: 11px;
}
.calendarStyle .ajax__calendar_header
{
    height: 20px;
    width: 100%;
}
/*
.calendarStyle .ajax__calendar_prev
{
    cursor: pointer;
    width: 15px;
    height: 15px;
    float: left;
    color: #004080;
}
.calendarStyle .ajax__calendar_next
{
    cursor: pointer;
    width: 15px;
    height: 15px;
    float: right;
    color: #004080;
}
*/
.calendarStyle .ajax__calendar_title
{
    cursor: pointer;
    font-weight: bold;
    color: #21459C;
}
.calendarStyle .ajax__calendar_footer
{
    height: 15px;
    border-top: 1px solid #f5f5f5;
}
.calendarStyle .ajax__calendar_today
{
    cursor: pointer;
    padding-top: 3px;
}
.calendarStyle .ajax__calendar_dayname
{
    height: 17px;
    width: 18px;
    text-align: left;
    margin: 0 2px;
    font-weight: bold;
 
}
.calendarStyle .ajax__calendar_day
{
    height: 17px;
    width: 18px;
    text-align: center;
    margin: 0 2px;
    cursor: pointer;
}
.calendarStyle .ajax__calendar_month,
.calendarStyle .ajax__calendar_year
{
    height: 44px;
    width: 40px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
}

.calendarStyle .ajax__calendar_active .ajax__calendar_day
{
    background-color: #edf9ff;
    border-color: #0066cc;
  
    border: 1px solid #646464;
    color: #21459C;
    font-weight: bold;
}
.calendarStyle .ajax__calendar_active .ajax__calendar_month,
.calendarStyle .ajax__calendar_active .ajax__calendar_year
{
    background-color: #edf9ff;
    border-color: #0066cc;
    color: #0066cc;
}

.calendarStyle .ajax__calendar_other .ajax__calendar_day,
.calendarStyle .ajax__calendar_other .ajax__calendar_year
{

    color: #bbbbbb;
}

.calendarStyle .ajax__calendar_hover .ajax__calendar_month,
.calendarStyle .ajax__calendar_hover .ajax__calendar_year,
.calendarStyle .ajax__calendar_hover .ajax__calendar_day
{
    background-color: #edf9ff;
    color: #21459C;
    font-weight: bold;
}

.calendarStyle .ajax__calendar_hover .ajax__calendar_title
{
    color: #0066cc;
    
}
.calendarStyle .ajax__calendar_hover .ajax__calendar_today
{
    color: #21459C;
    
}

.calendarStyle .ajax__calendar_prev {cursor:pointer;width:15px;height:15px;float:left;background-repeat:no-repeat;background-position:50% 50%;background-image:url('/images/icons/arrow-left.gif');}
.calendarStyle .ajax__calendar_next {cursor:pointer;width:15px;height:15px;float:right;background-repeat:no-repeat;background-position:50% 50%;background-image:url('/images/icons/arrow-right.gif');}

/*-------------------double arrows widths for the mcs calendar extender are also manipulated in the calendarBehavior.js file, in the perform layout function----------------------*/
.calendarStyle .ajax__calendar_dbprev {cursor:pointer;width:15px;height:15px;float:left;background-repeat:no-repeat;background-position:50% 50%;background-image:url('/images/icons/doubleArrow-left.gif');}
.calendarStyle .ajax__calendar_dbnext {cursor:pointer;width:15px;height:15px;float:right;background-repeat:no-repeat;background-position:50% 50%;background-image:url('/images/icons/doubleArrow-right.gif');}

.hyperlinkMouseOver
{
    cursor:hand;
}

.labelSeparatorLine
{
    border-top-color: #21459c; 
    border-top-style: solid; 
    border-top-width: 1px; 
    font-size: 6px; 
    cursor: default;
}

.popupBackgroundColor
{
    background-color: rgb(244,247,254);
}

