body {font-family:Tahoma; color:#333333; font-size:12px}
.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: white url(../image/list.gif) no-repeat left center;
list-style-type: none;
padding-left: 22px;
margin-bottom: 3px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: white url(../image/closed.gif) no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}
a {text-decoration: none;color: #2F4F4F;}
a:hover {color: #FF0000;}
a:active {color: #2F4F4F;}
.title {font-family: Tahoma;font-size: 20px;color: #FF6600;background-color:#EFEFEF;border: 1px solid #FF6600;padding-right: 10px;padding-left: 10px; vertical-align:middle; align:center}
.title_sm {font-family: Tahoma;font-size: 15px;color: #FF6600;border: 1px solid #FF6600;padding-right: 10px;padding-left: 10px; vertical-align:middle; align:center; font-weight:bold}
.tab_brd_or {
	border: 1px solid #741d1d;
	margin-top:10px;
}
