table.ad_menuTable{
	background: #bdc7e1;
	margin-top: 2px;
	width: 100%;
}

table.ad_menuTable td{
	background: #eaedf7;
	cursor: pointer;
}

table.ad_menuTable td.selected{
	background: #eaf8df;
}

table.ad_menuTable td:hover{
	background: #eaf8df;
}

table.ad_list{
	background: #bdc7e1;
	width: 100%;
}

table.ad_list td{
	background: #eaedf7;
	cursor: pointer;
}

table.ad_list td:hover{
	background: #eaf8df;
}

textarea{
	width: 100%;
	height: 200px;
}

select.selMult{
	height: 150px;
}

label{
	cursor: pointer;
}

#slideMenu1{
	display: none;
	border: 1px solid #bdc7e1;
}

