*{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {	background: none transparent scroll repeat 0% 0%; color: #365069; text-decoration: none}
a:visited {	background: none transparent scroll repeat 0% 0%; color: #365069; text-decoration: none}
a:hover {	background: none transparent scroll repeat 0% 0%; color: #365069; text-decoration: underline}

input.menu_button {
	padding:2px;
	font-family:Tahoma;
	font-size:12px;
	color:#FFFFFF;
	background-color:#6AA2CA;
	border: 2px solid #4083B5;
}
input.button {
	padding:0px;
	font-family:Tahoma;
	font-size:10px;
	color:#FFFFFF;
	background-color:#6AA2CA;
	border: 2px solid #4083B5;
}

.menutable {
	width: 100%;
}
.menutable th {
	color:#436287;
	font-size:12px;
	background-color:#E4EDF3;
	padding:4px;
	font-weight: bold;
}
.menutable td {
	color:#365069;
	font-size:12px;
	background-color:#F1F1F1;
}

.edittable {
	width: 100%;
}
.edittable th {
	color:#436287;
	font-size:12px;
	background-color:#E4EDF3;
	padding:4px;
	font-weight: bold;
}
.edittable td {
	color:#365069;
	font-size:12px;
	background-color:#F1F1F1;
}

.edittable .white {
	background-color:#FFFFFF;
}

.edittable td .calendar * { text-align: center;}

.edittable td .calendar_red {background-color:#FF8C8C;	font-weight:bold; }
.edittable td .calendar_redToday {background-color:#FF8C8C;	font-weight:bold;  border: 2px solid #4083B5; }
.edittable td .calendar_gray {color:#ffffff;}
.edittable td .calendar_green {background-color:#C4FFDB; }
.edittable td .calendar_greenToday {background-color:#C4FFDB; border: 2px solid #4083B5; }
.edittable td .calendar_yellow {background-color:yellow; }
.edittable td .calendar_yellowToday {background-color:yellow; border: 2px solid #4083B5; }
.edittable td .calendar_borderLeft {background-image: url(../../templates/images/cal_border_left.gif); background-repeat:no-repeat;}
.edittable td .calendar_borderLeftToday {background-image: url(../../templates/images/cal_border_left.gif); background-repeat:no-repeat; border: 2px solid #4083B5; }
.edittable td .calendar_borderRight {background-image: url(../../templates/images/cal_border_right.gif); background-repeat:no-repeat;}
.edittable td .calendar_borderRightToday {background-image: url(../../templates/images/cal_border_right.gif); background-repeat:no-repeat; border: 2px solid #4083B5; }


.edittable TR.celll {
	/*background-color:#F8F8F8;*/
	border: 2px solid #4083B5;
	cursor: pointer;
}
.edittable TR.celll2 {
	/*background-color:#EBEBEB;*/
	border: 0;
	cursor: pointer;
}


.richtext_content {
	border-color: gray;
	background-color:#FFFFFF;
}
.article_header {	font-size:16px;}
.last_modified { font-style: italic;}

.error{ color: red; background-color:#FFFFEC;}

.info{ color: #365069; background-color:#FFFFEC;}

.notetable { background-color:#FFFFEC;}

.help{ border: none; }

.required{ color: red;}