﻿
/************* theme specific **************/
.themeHeader{
    font-family:Arial;
    font-size:18px;
    color:#A4400F;
}

.themeSubHeader{
    font-family:Arial;
    font-size:14px;
    color:#A4400F;
}

.themeTitle{
    font-family:Arial;
    font-size:16px;
    color:#A4400F;
}

.themeBodyText{
    font-family:Arial;
    font-size:12px;
    color:#A4400F;
}

.themeLogout{
    font-family:Arial;
    font-size:10px;
    color:#FFFFFF;
}

.themeBackground{
    background-color:#A4400F;
}

/************* MessageBoard ****************/
.themeMSGSubject{
    font-family:Arial;
    font-size:16px;
    color:#A4400F;
}

.themeMSGMessage{
    font-family:Arial;
    font-size:12px;
    color:#666666;
}

.themeMSGMiniHeader{
    font-family:Arial;
    font-size:18px;
    color:#A4400F;
}

.themeMSGMiniSubject{
    font-family:Arial;
    font-size:12px;
    color:#A4400F;
}

.themeMSGMessageSubject{
    font-family:Arial;
    font-size:14px;
    color:#A4400F;
}

.themeMSGMonthHeader{
    font-family:Arial;
    font-size:14px;
    color:#ffffff;
    background-color:#999999;
}



/** lnf of the mini calendar selected day **/
.themeDayCurrentMini{
    text-align:center;
    vertical-align:middle;
    font-family:Arial;
    font-size:12px;
    color:#A4400F;
    font-weight:bold;
    /*background-color:#CC3333;
    border:solid 1px #999999;*/
}


/**lnf of the calendar **/
.themeCalendar
{
    background-color:#ffffff;
    cursor:default;
    margin:0px;
    
}

.themeDay
{
  width:110px;
  height:100px;
  text-align:right;
  vertical-align:top;
  font-family:Arial;
  font-size:14px;
  color:#000000;
  background-color:#ffffff;
  border:solid 1px #999999;
}

.themeDayCurrent{
    text-align:right;
    vertical-align:top;
    font-family:Arial;
    font-size:12px;
    color:#ffffff;
    background-color:#A4400F;
    border:solid 1px #999999;
}

.themeDayHeader{
    background-color:#ffffff;
    color:#A4400F;
    text-align:center;
    vertical-align:top;
    border-left:solid 1px #999999;
    border-right:solid 1px #999999;
    border-bottom:solid 1px #999999;
}

.themeWeekend{
    color:#000000;
    text-align:right;
    vertical-align:top;
    border:solid 1px #999999;
    font-family:Arial;
  font-size:12px;
  background-color:#ffffff;
}

.themeoOtherMonthDay
{
  
  text-align:right;
  vertical-align:top;
  font-family:Arial;
  font-size:10px;
  color:#000000;
  background-color:#cccccc;
  border:solid 1px #999999;
}

/**
.themeMonth
{
  background-color:#ffffff;
   margin-left:0px;
  margin-right:0px;
  margin-bottom:0px;
  margin-top:0px;
  border:solid 1px #999999;
}
**/
.themeTitle
{
   background-image:url('AppImages/top_of_calendar_bar.png');
   color:#A4400F;
   height:30px;
   border:none;
}

.backImage{
    background-image:url('AppImages/Calendar/title_back.jpg');
}

.themeNextPrev
{
  cursor:pointer;
  color:#A4400F;
  font-family:Arial;
  font-size:12px;
   vertical-align:middle;
}

A:link {color: #000000;}
A:visited {color: #000000;}
A:active {color: #000000;}
A:hover {color: #000000;}

/************* Web Training ****************/
.themeSelectedItem, .themeSelectedRow
{
	background-color: #A4400F;
	color: White;
	cursor: pointer;
}

.themeSelectableItem:hover, .themeSelectableRow:hover
{
	color: #A4400F;
}