﻿/* if body is changed, also change in EmailGenerator class */
body
{
	background-color: White;
	font-family: Verdana;
	font-size: 70%;
}

h3
{
	font-size: 1em;
	border: solid 1px #808080;
	padding: 2px 2px 2px 20px;
	width: 250px;
	background: RGB(0,146,221) url("../images/small_gear.png") no-repeat;
	margin: 0;
}

textarea
{
	font-family: Verdana;
	font-size: 1em;
	border: solid 1px #808080;
}

.ButtonHomeLink
{
  border-color:Black;
  border-style:ridge;
  border-width:2px;
  width:130px;
  height:97px;
}

.title_bar
{
	
	background-color: RGB(112,114,118);
	width: 95%;
	height: 50px;
	position: relative;
	min-width: 400px;
	
}

.footer_bar
{
	
	width: 95%;
	height: 10px;
	position: relative;
	
}
.footerlabeltext
{
	font-family: Verdana;
	font-size: 80%;
	width: 810px;
	height: 10px;
	position: absolute;

	text-align: center;
	color: black;
	font-weight: bold;
	
	
}

.titlelabeltext
{
	font-family: Verdana;
	font-size: 2.5em;
	width: 600px;
	height: 50px;
	position: absolute;
	font-weight: bold;
	text-align: center;
	color: White;
	
	
}

.labeltext
{
	font-family: Verdana;
	font-size:small;
	width: 200px;
	height: 22px;
	font-weight:normal;
	text-align: left;
	color:Black;
	padding-top:1px;	
	
	
}

.body
{
	
	width: 94%;
	margin-top: -3px;
	text-align: left;
	position: relative;
	min-height: 400px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	min-width: 400px;

}

.left_panel
{
	
	width: 120px;
	height: 100%;
	background-color: RGB(112,114,118);
	position:absolute;
	padding-right: 10px;
	border-width:thin;
	
 }

.content
{	
	padding: 0px 0px 0px 150px;
}

.calendar
{
	background-color: White;
	border: solid 1px #808080;
	width: auto !important;
	height: auto !important;
	text-align: center;
}

.calendar table
{
	width: 100% !important;
}

.calendar tr
{
	height: auto !important;
}

.calendar .title
{
	background-color: #e5f9ef;
	border: solid 1px #808080;
}

.calendar .today
{
	border: solid 1px #808080;
}



.MyCalendar .ajax__calendar_container {
    border:1px solid #646464;
    background-color:Transparent;
    color: red;
}
.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: 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;
}

.MenuLink A  
  
{  
  
color: White;  
  
}  
  
.MenuLink A:hover  
  
{  
  
color:White;  
  
}  
.MenuLink A:link {  
  
color:White;  
  
}  
  
.MenuLink A:visited {  
  
color:White;  
  
}  
  
.MenuLink A:active {  
  
color:White;  
  
}  


