
body {
	background-color: #FFFFFF;
	margin-top: 0;
	padding-top: 0;
	margin-left: 0;
	padding-left: 0;
	margin-right: 0;
	padding-right: 0;
	font-size: 11px;
	font-family: Tahoma;
}

select, input, textarea{
	color: #000000;
	font-size: 11px;
	font-family: Tahoma;
	font-weight: normal;
}

input.button {
	color: #000000;
	font-size: 11px;
	font-family: Tahoma;
	height: 22px;
	cursor: pointer;
}

td.main_cell{
	width:630px;
	padding-top: 15px;
}
td.right_cell{
	width:132px;
	padding-top: 15px;
}
td.delimiter_cell{
	width:18px;
}

A {text-decoration: underline;  font-size: 11px; font-family: Tahoma; color: #0088CC;}

.home_menu {
	background-color: #65B1FF;
}

.home_menu_font {
	color:#ffffff;
	font-size: 12px;
	font-family: Tahoma;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

.home_search {
	background-color: #edeef0;
}

.header {
	color: #073266;
	font-size: 12px;
	font-family: Tahoma;
	font-weight: bold;
}
.content {
	border: solid 1px #edeef0;
}
.content_active {
	background-color: #edeef0;
}

.text {
	font-family: Tahoma;
	font-size: 11px;
	color:#000000;
	text-decoration: none;
}

.text_head {
	font-family: Tahoma;
	font-size: 11px;
	color:#000000;
	font-weight: bold;
	text-decoration: none;
}

.text_hidden  {
	font-family: Tahoma;
	font-size: 11px;
	color:#000000;
	font-style: italic;
}

.text_active {
	font-family: Tahoma;
	font-size: 11px;
	color:#000000;
	background-color: #edeef0;
}

.link {
	font-family: Tahoma;
	font-size: 11px;
	color:#0088CC;
}

.link_menu {
	font-family: Tahoma;
	font-size: 11px;
	color:#ffffff;
	text-decoration: underline;
}

.link_active {
	font-family: Tahoma;
	font-size: 11px;
	color:#ffffff;
	background: #0A4149;
}

.font_menu {
	color: #0A4149;
	font-size: 11px;
	font-family: Tahoma;
}

.font_copyright {
	color: #000000;
	font-size: 11px;
	font-family: Tahoma;
}

.font_powered {
	color: #000000;
	font-size: 10px;
	font-family: Tahoma;
}

.error_msg{
	color: #0088CC;
	font-size: 11px;
	font-family: Tahoma;
}

.icon{
	border: solid 2px #edeef0;
}

.tab{
	background-color: #ffffff;
	border-top: solid 1px #edeef0;
	border-right: solid 1px #edeef0;
	padding: 0px 10px;
}

.tab_first{
	background-color: #ffffff;
	border-top: solid 1px #edeef0;
	border-right: solid 1px #edeef0;
	border-left: solid 1px #edeef0;
	padding: 0px 10px;
}

.tab_active{
	background-color: #edeef0;
	border-top: solid 1px #edeef0;
	border-right: solid 1px #edeef0;
	padding: 0px 10px;
}

.delimiter {
	border-top: solid 1px #edeef0;
	font-size: 1px;
}

.page_div_active{
	width: 26px;
	height: 26px;
	background-color: #0088CC;
	text-align: center;
	float: left;
	margin:1px;
}
.page_div{
	width: 26px;
	height: 26px;
	background-color: #edeef0;
	text-align: center;
	float: left;
	margin:1px;
}
.page_link_active{
	color: #FFFFFF;
	font-size: 11px;
	font-family: Tahoma;
	text-decoration: underline;
	margin-top:10px;
}
.page_link{
	color: #0088CC;
	font-size: 11px;
	font-family: Tahoma;
	text-decoration: underline;
	margin-top:10px;
}

/*--------------- calendar ------------------*/
.month{
	color: #000000;
	font-size: 11px;
	font-family: Tahoma;
	text-align: center;
}
.monthname, .monthnavigation{
	color: #000000;
	font-size: 11px;
	font-family: Tahoma;
	font-weight: bold;
	text-align: center;
}
.monthlink{
	font-size: 11px;
	font-family: Tahoma;
	font-weight: bold;
}
.dayname{
	color: #777777;
	font-size: 11px;
	font-family: Tahoma;
	text-align: center;
	width: 20px;
}
.monthday, .sunday, .saturday {
	font-size: 11px;
	font-family: Tahoma;
	text-align: center;
	color: #000000;
	background-color: #ffffff;
	border: solid 1px #000000;
	height: 15px;
	width: 20px;
}
.nomonthday{
	font-size: 11px;
	font-family: Tahoma;
	text-align: center;
	color: #777777;
	background-color: #ffffff;
	border: solid 1px #777777;
	height: 15px;
	width: 20px;
}
.today{
	color: #000000;
	background-color: #ffffff;
	border: solid 1px #0088CC;
	font-size: 11px;
	font-family: Tahoma;
	text-align: center;
	height: 15px;
	width: 20px;
}
.selectedday{
	font-size: 11px;
	font-family: Tahoma;
	text-align: center;
	color: #ffffff;
	background-color: #65B1FF;
	border: solid 1px #0088CC;
	height: 15px;
	width: 20px;
}
.notemptyday{
	font-size: 11px;
	font-family: Tahoma;
	text-align: center;
	color: #000000;
	background-color: #edeef0;
	border: solid 1px #000000;
	height: 15px;
	width: 20px;
}
.daylink{
	color: #000000;
	font-size: 11px;
	font-family: Tahoma;
	text-align: center;
	text-decoration: underline;
}

/*--------------------- mailbox ---------------------*/
.mailbox_div_active{
	background-color: #edeef0;
	height: 30px;
}
.mailbox_div{
	background-color: #ffffff;
	height: 30px;
}
.mailbox_div_view{
	background-color: #ffffff;
	border: solid 1px #edeef0;
}

.mailbox_text_active{
	color: #000000;
	font-size: 11px;
	font-family: Tahoma;
	font-weight: bold;
	text-decoration: none;
}
.mailbox_text{
	color: #000000;
	font-size: 11px;
	font-family: Tahoma;
	font-weight: 100;
	text-decoration: none;
}

.top_menu_1 {
	font-family: Tahoma;
	font-size: 11px;
	color:#ffffff;
	text-decoration: underline;
}

.top_menu_2{
	font-family: Tahoma;
	font-size: 11px;
	color:#ffffff;
	text-decoration: underline;
}

td.calendar_header_top_cell { font-family: Tahoma; font-size: 11px; color: #000000; font-weight: bold; text-decoration:none; background-color: #edeef0; border-bottom: 1px solid #000000; border-right: 1px solid #000000; padding-top: 8px; padding-bottom: 8px; }
td.calendar_header_right_cell { font-family: Tahoma; font-size: 11px; color: #000000; font-weight: bold; text-decoration:none; background-color: #edeef0; border-bottom: 1px solid #000000; padding-top: 8px; padding-bottom: 8px; }
td.calendar_top_cell { font-family: Tahoma; font-size: 11px; color: #000000; font-weight:normal; text-decoration:none; background-color: #FFFFFF; border-right: 1px solid #000000; border-bottom: 1px solid #000000; padding-top: 3px; padding-bottom: 3px; padding-left:3 px;}
td.calendar_right_cell { font-family: Tahoma; font-size: 11px; color: #000000; font-weight:normal; text-decoration:none; background-color: #FFFFFF; border-bottom: 1px solid #000000; padding-top: 3px; padding-bottom: 3px; padding-left:3 px;}
td.calendar_top_cell_empty { background-color: #edeef0; border-right: 1px solid #000000; border-bottom: 1px solid #000000; padding-top: 3px; padding-bottom: 3px; padding-left:3 px;}
td.calendar_right_cell_empty { background-color: #edeef0; border-bottom: 1px solid #000000; padding-top: 3px; padding-bottom: 3px; padding-left:3 px;}
td.calendar_top_cell_today { font-family: Tahoma; font-size: 11px; color: #000000; font-weight:normal; text-decoration:none; background-color: #FFFFFF;border: 1px solid #0088CC; padding-top: 3px; padding-bottom: 3px; padding-left:3 px;}
td.calendar_right_cell_today { font-family: Tahoma; font-size: 11px; color: #000000; font-weight:normal; text-decoration:none; background-color: #FFFFFF; border: 1px solid #0088CC; padding-top: 3px; padding-bottom: 3px; padding-left:3 px;}
td.calendar_day_number { font-family: Tahoma; font-size: 11px; color:#000000; font-weight: bold; }
a.calendar_url { font-family: Tahoma; font-size: 11px; font-weight: normal; color: #0088CC; text-decoration:underline; }
