﻿BODY			{	MARGIN: 0px																									}
BODY.common		{
	background-repeat: no-repeat;
	background-position: left bottom;
}

.main			{	HEIGHT: 100%;	TEXT-ALIGN: center;	WIDTH: 100%																}
.passArea		{
	BACKGROUND-COLOR: #ffffcc;
	BORDER: 1px ridge #cccccc
}
.loginInfo		{
	FONT-WEIGHT: bold;
	TEXT-ALIGN: center;
}
.loginTitle		{
	FONT-FAMILY: Verdana, Arial;
	FONT-SIZE: 11pt;
	FONT-WEIGHT: bold;
	TEXT-ALIGN: center;
	color: #666666;
}
.navLeft		{																												}
.loginText		{
	FONT-SIZE: 10pt;
	color: #666666;
}
.breakLine		{	BACKGROUND-COLOR: #cccccc;	FONT-SIZE: 2pt																	}
.header			{
	BORDER-BOTTOM: 3px ridge #0000ff;
	border-bottom-color: #000066;
	border-bottom-width: 1px;
}
.footer			{	BORDER-TOP: 1px ridge #0000ff																				}
.pageTitle		{
	BORDER-BOTTOM: 3px ridge #0000ff;
	FONT-FAMILY: Verdana, Arial;
	FONT-SIZE: 12pt;
	FONT-WEIGHT: bold;
	color: #666666;
	border-bottom-color: #000066;
	border-bottom-width: 1px;
}
.pageSubTitle	{
	BORDER-TOP: 3px ridge #0000ff;
	BORDER-BOTTOM: 3px ridge #0000ff;
	FONT-FAMILY: Verdana, Arial;
	FONT-SIZE: 11pt;
	FONT-WEIGHT: bold;
	color: #666666;
	border-top-color: #000066;
	border-bottom-color: #000066;
	border-top-width: 1px;
	border-bottom-width: 1px;
}
.textTitle		{
	FONT-SIZE: 12pt;
	FONT-FAMILY: Verdana, Arial;
	TEXT-ALIGN: center;
	color: #666666;
}
.tableHeader
{
    FONT-WEIGHT: bold; 
    FONT-SIZE: medium; 
    COLOR: white; 
    BACKGROUND-COLOR: navy;
}

.collapsePanelHeader{
	width:100%;
	height:30px;
	background-image: url(../images/bg-menu-main.png);
	background-repeat:repeat-x;
	color:#FFF;
	font-weight:bold;
}

.demoheading {
	padding-bottom:20px;
	color:#5377A9;
	font-family:Arial, Sans-Serif;
	font-weight:bold;
	font-size:1.5em;
}

.MyCalendar .ajax__calendar_container {
    border:1px solid #646464;
    background-color: lemonchiffon;
    color: black;
}
.MyCalendar .ajax__calendar_other .ajax__calendar_day,
.MyCalendar .ajax__calendar_other .ajax__calendar_year {
    color: #c0c0c0;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar .ajax__calendar_hover .ajax__calendar_month,
.MyCalendar .ajax__calendar_hover .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_day,
.MyCalendar .ajax__calendar_active .ajax__calendar_month,
.MyCalendar .ajax__calendar_active .ajax__calendar_year {
    color: black;
    font-weight:bold;
}