select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #f4e9e9;
}
.body_home {
	background-color: #f4e9e9;
	background-image: url(images/bg_cal.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
}
.body_home A{
	color: #000099;
	text-decoration: none;
}
.body_home A:hover{
	color: #333333;
	text-decoration: none;
	background-color: #f4e9e9;
}
.body_home A:visited{
	color: #660099;
	text-decoration: none;
}
.body_home A:active{
	color: #FF0000;
	text-decoration: none;
}

.container {
	padding: 2px;
}
.greyFrameTop {
	background-color: #EEEEEE;
	background-image: url(images/grey_frame_top.gif);
	background-repeat: repeat-x;
}
.greyFrameBottom {
	background-color: #EEEEEE;
	background-image: url(images/grey_frame_bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.greyFrameLeft {
	background-color: #EEEEEE;
	background-image: url(images/grey_frame_left.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.greyFrameRight {

	background-color: #EEEEEE;
	background-image: url(images/grey_frame_right.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.contentFrameTop {
	background-color: #C58585;
	background-image: url(images/content_frame_top.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	font-size: 11px;
}
.contentFrameBottom {
	background-color: #FFFFFF;
	background-image: url(images/content_frame_bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.contentFrameLeft {
	background-color: #FFFFFF;
	background-image: url(images/content_frame_left.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.contentFrameRight {

	background-color: #FFFFFF;
	background-image: url(images/content_frame_right.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.contentFrameCentre {
	padding-top: 2px;
	padding-bottom: 2px;
}
.textBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #f4e9e9;
}
.textBoxDisabled {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #EEEEEE;
}
.contentFrameTabGrad {
	background-image: url(images/tab_gradient_cal.gif);
	background-repeat: repeat-x;
}

.contentFrameTabGradShadow {

	background-image: url(images/tab_gradient_cal_shadow.gif);
	background-repeat: repeat-x;
}

a              { text-decoration: none; }
a:hover        { text-decoration: underline; }

.caltitle      { font-size: 16pt; font-family: Verdana, Arial, Helvetica;
                 font-style: normal; font-weight: normal; }
.caldayheader  { font-size: 8pt; font-family: Verdana, Arial, Helvetica;
                 font-style: normal; font-weight: bold }
.calday        { font-size: 12pt; font-family: Verdana, Arial, Helvetica;
                 font-style: normal; font-weight: normal }
.calweekend    { font-size: 12pt; font-family: Verdana, Arial, Helvetica;
                 font-style: normal; font-weight: normal; color: rgb(0,0,255); }
.calvisibleday { font-size: 12pt; font-family: Verdana, Arial, Helvetica;
                 font-style: normal; font-weight: bold }
.calweeknum    { font-size: 8pt; font-family: Verdana, Arial, Helvetica;
                 font-style: normal; font-weight: bold }
                 
                 
.helpHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
}
.helpSubheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-indent: 15pt;
	text-align: left;
	display: block;
}
.appName {
	font-style: italic;
	font-weight: bold;
	font-variant: small-caps;
}
.MenuOptions {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #0000FF;
}
.softkey {
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1pt;
}
.weekday {
	margin-left: 17px;
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.weekend {
	color: #000000;
}
.ToDo {
	list-style-image: url(images/icotodo.gif);
}
.Meeting {
	list-style-image: url(images/icomeeting.gif);
}
.Call {
	list-style-image: url(images/icocall.gif);
}
.row1 {
	background-color: #EEEEEE;
	padding-right: 5px;
	padding-left: 5px;
	text-align: left;
	vertical-align: top;
}
.row2 {
	background-color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
	text-align: left;
	vertical-align: top;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

tr.calHeading { background-color:#C58585; }


td.greyCell { background-color:#CCCCCC; }

td.weekendCell { background-color:#E2C3C3; }

td.weekdayCell { background-color:#FFFFFF; }

td.todayCell { background-color:#C58585; }
