/*
 * ADM MENU
 *
 */
table.pmenu {
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	color: #6c6c6c;;
	border-collapse: collapse;
	/*width : 99%;*/
	text-align: center;
}

/*clicked adm menu*/
td.pmisel {
	background: #6c6c6c;
	/*background-image: url(../ims/menu_sel.png);*/
	text-align: center;
	color: #FFD700;
	margin: 0 0 0 0;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #6c6c6c;
	border-right: 1px solid #6c6c6c;
}

/*not active adm menu*/
td.pmi {
	background: #ffffff;
	text-align: center;
	cursor: pointer;
	/*background-image: url(../ims/menu.png);*/
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #6c6c6c;
	border-right: 1px solid #6c6c6c;
}

/*adm menu with mouse over*/
td.pmiact { /*border: thin white outset;*/
	background: #6c6c6c;
	cursor: pointer;
	text-align: center;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #6c6c6c;
	border-right: 1px solid #6c6c6c;
}

/*
 * TOP MENU
 */ /*menu*/
table.tmenu {
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	color: #C2CACD;
	cursor: pointer;
	border-collapse: collapse;
	/*width : 99%;*/
	text-align: center;
}
.tmi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5B0000;
	cursor:pointer;
	text-decoration: underline;
}

.tmisel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	cursor:pointer;
	text-decoration: underline;
}
/*clicked top menu*/
td.tmisel1 {
	background: #C2CACD;
	color: #000000;
	margin: 0 0 0 0;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #C2CACD;
	border-right: 1px solid #C2CACD;
}

/*not active top menu*/
td.tmi1 {
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #C2CACD;
	border-right: 1px solid #C2CACD;
}

/*top menu with mouse over*/
td.tmiact {
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #C2CACD;
	border-right: 1px solid #C2CACD;
}

/*top submenu */
table.tsmenu {
	color: black;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border-collapse: collapse;
	cursor: pointer;
}

/*clicked top submenu*/
td.tsmisel {
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid white;
	border-right: 1px solid white;
	background-color: #7A898C;
}

/*not active top submenu*/
td.tsmi {
	color: black;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

/*top submenu with mouse over*/
td.tsmiact {
	padding-left: 10px;
	padding-right: 10px;
	color: #FFFFFF;
	/*background-color: #37464D;*/
	background-color: #7A898C;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

/*
 * LEFT MENU
 */
table.lmenu {
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	width: 150px;
	color: #C2CACD;
	border-collapse: collapse;
	padding: 0 0 0 0;
	text-align: left;
	cursor: pointer;
}
.lmi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5B0000;
	cursor:pointer;
	text-decoration: underline;
}

.lmisel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	cursor:pointer;
	text-decoration: underline;
}
/*clicked left menu*/
td.lmisel1 {
	width: 150px;
	/*background: #C2CACD;*/
	text-decoration: underline;
	color: #FFFFFF;
}

/*not active left menu*/
td.lmi1 {
	width: 150px;
}

/*left menu with mouse over*/
td.lmiact {
	width: 150px;
	color: #FFFFFF;
}

/*
 * LEFT SUBMENU
 */
table.lsmenu {
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	color: #C2CACD;
	border-collapse: collapse;
	padding: 0 0 0 0;
	margin-left: 10px;
	text-align: left;
	cursor: pointer;
}

/*clicked left menu*/
td.lsmisel { /*background: #C2CACD;
	color: #000000;***/
	text-decoration: underline;
	color: #FFFFFF;
}

/*not active left submenu*/
td.lsmi { /*width: 150px;	*/
	
}

/*left submenu with mouse over*/
td.lsmiact {
	color: #FFFFFF;
}

.inact_item_b {
	color: #363837;
	font-size: 12px;
	padding: 0px 10px 0px 10px;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

.inact_item_s {
	color: white;
	font-size: 10px;
	padding: 0px 10px 0px 10px;
	border-left: 1px solid #37464D;
	border-right: 1px solid #37464D;
}

.act_item_b {
	color: #363837;
	font-size: 12px;
	cursor: pointer;
	padding: 0px 10px 0px 10px;
	border-left: 1px solid #363837;
	border-right: 1px solid #363837;
}

.act_item_s {
	color: white;
	font-size: 10px;
	cursor: pointer;
	padding: 0px 10px 0px 10px;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

.sel_item_b {
	color: #363837;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

.sel_item_s {
	color: white;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
	border-left: 1px solid white;
	border-right: 1px solid white;
}
