/*----- MENU  -----*/
.item_cell1{
	font-family:arial;
	color: #3F3F3F;
	font-size:12px;
	background-color: #95CAFF;
	font-weight: normal;

}
.item_cell0{
	font-family:arial;
	color: #3F3F3F;
	font-size:12px;
	background-color: #D9ECFF;
	font-weight: normal;

}
.sub_item_cell1{
	font-family:arial;
	color: #3F3F3F;
	font-size:12px;
	background-color: #e0e0e0;
	font-weight: normal;

}
.sub_item_cell0{
	font-family:arial;
	color: #3F3F3F;
	font-size:12px;
	background-color: #ffffff;
	font-weight: normal;

}


.admin_menu_item {
	font-family:arial;
	font-size:12px;
	background-color: #ffffff;
	font-weight: bold;
}
.admin_menu_item a{
	text-decoration:none;
	color:#0060A1;
}
.admin_menu_item a:hover{
	text-decoration:underline;
}



.admin_menu_table {
	background-color:#e0e0e0;
	border-collapse: separate;
	border-spacing: 1px 1px;
    empty-cells: hide;
    text-align: left;
    font-weight: normal;
}

.admin_menu_list {
	font-family:arial;
	font-size:12px;
	text-align:center;
	background-color: #ffffff;
}
.border
{
  font-family:Verdana;
  font-weight:normal;
  font-size:12px;
  color:#3F3F3F;
  text-align:left;
  border-top-style:solid;
  border-top-width:1px;
  border-top-color:#f5f5f5;
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-bottom-color:#f5f5f5;
  border-right-style:solid;
  border-right-width:1px;
  border-right-color:#f5f5f5;
  border-left-style:solid;
  border-left-width:1px;
  border-left-color:#f5f5f5;
}

.border_alt
{
  font-family:Verdana;
  font-weight:normal;
  font-size:12px;
  color:#3F3F3F;
  text-align:right;
  border-top-style:solid;
  border-top-width:1px;
  border-top-color:#808080;
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-bottom-color:#808080;
  border-right-style:solid;
  border-right-width:1px;
  border-right-color:#808080;
  border-left-style:solid;
  border-left-width:1px;
  border-left-color:#808080;
  background-color:#f5f5f5;
  padding-right:2px;
}

/*----- END MENU  -----*/