body, table {
	font-size:9pt;
	font-family:arial;
}
.clsTitleBarLabel 
{
	color:red;
	font-weight:normal;
	font-family: tahoma;
	font-size:14pt;
	}
.clsFolders 
{
	color:black;
	font-weight:normal;
	font-family: arial, Verdana, Sans-Serif, Arial;
	font-size:12pt;
	}

/*clsFolders td:hover 
{
    background-color:gray;
}*/

.clsTableHeader 
{
	FONT-WEIGHT: bold; 
	COLOR: blue; 
	FONT-VARIANT: small-caps;
	text-decoration: underline;
	font-size:12pt;
}
.clsLogoff
{
	FONT-WEIGHT: normal; 
	COLOR: black; 
	FONT-VARIANT:normal;
	text-decoration: underline;
	font-size:10pt;
}
a {
	color: navy;
	font-family: arial, Verdana, Sans-Serif, Arial;
	text-decoration: none;
}
a:hover {text-decoration: underline;}
body, td {
	font-family: arial, Verdana, Sans-Serif, Arial;
	font-size:9pt;
	color:#333333;
}

.hyperlinkMain {
    color:black; 
    font-size:14px; 
    font-weight:bold;
}

.hyperlinkSub {
    color:white; 
    font-size:14px; 
}
.failureNotification {
    color:red;
}
.successNotification {
    padding: 10px;
    color:green;
    font-size:x-large;
    font-weight:normal;
}

.RedLine
{
    width:100%; 
    border-top:5px solid #D41246;
}

.label { height: 25px; line-height: 25px; }

.DialogPopupBackGround
{
background-color:Gray;
opacity:0.5;
filter:alpha(opacity=50);    
}

.RowTitle
{
    font-weight:normal;
    font-size:medium
}

.RowHeading {
    font-size: 20px;
    font-weight: bolder; 
}

.RowContent {
    font-size: 14px;
    font-weight: normal;
}


.CalendarCSS {
	background-color: White;
	color: Snow;
}

.custom-calendar .ajax__calendar_container {
	background-color: #ffc; /* pale yellow */
	border: solid 1px #666;
}

.custom-calendar .ajax__calendar_title {
	background-color: #cf9; /* pale green */
	height: 20px;
	color: #333;
}

.custom-calendar .ajax__calendar_prev,
.custom-calendar .ajax__calendar_next {
	background-color: #aaa; /* darker gray */
	height: 20px;
	width: 20px;
}

.custom-calendar .ajax__calendar_today {
	background-color: #cff; /* pale blue */
	height: 20px;
}

.custom-calendar .ajax__calendar_days table thead tr td {
	background-color: #ff9; /* dark yellow */
	color: #333;
}

.custom-calendar .ajax__calendar_day {
	color: #333; /* normal day - darker gray color */
}

.custom-calendar .ajax__calendar_other .ajax__calendar_day {
	color: #666; /* day not actually in this month - lighter gray color */
}
