@charset "utf-8";

.DIV_TopMenuBar .DIV_TopMenuBar_PADD {
	height: 2.6em;
}

.DIV_TopMenuBar .sf-menu {
    margin-bottom: 0;
}

.DIV_TopMenuBar .sf-menu a {
	border-left:	none;
	border-top:		none;
}

div.DIV_TopBar  {
	height:24px;
	padding: 2px; /* CSS short hand rule first value is top then right, bottom and left */
	margin-bottom: 8px;
}

@media print {
	div.DIV_TopBar  {
		display: none;
	}
}

.DIV_TopBar  div {
   padding: 0; /* CSS short hand rule first value is top then right, bottom and left */
   margin: 0 ;
   border: none;
}

.DIV_TopBar ul {
	list-style-type: none;
	margin:2px;
}

.DIV_TopBar ul li {
	display:inline;
	border: none;
	margin: 4px 2px 0 0;
	padding: 2px;
	font-weight:bold;
}

.DIV_TopBar ul li a {
	text-decoration:none;
	font-weight:normal;
}

div.DIV_LeftSideBar {
   float: left;        /* set sidebar on the left side. Change to right to float it right instead. */
   width: 210px;     /* sidebar width, if you change this please also change #main margins */
   height:inherit;
   margin-left: 0;
	margin-top:0;
	padding:0;
	text-align: left;
}
div.DIV_Content {
	padding-left: 10px; 
	padding-right: 10px;
	margin:0px 0px 0px 220px;
	border-left: 1px solid #afb2b3;
}

@media print {
	div.DIV_LeftSideBar {
		float:none;
		display: none;
	}
	div.DIV_Content {
		padding-left: 10px; 
		padding-right: 10px;
		margin:0px 0px 0px 0px;
		border-left: none;
	}
}

.DIV_NoLeftBar div.DIV_Content {
	border-left: 0;
	margin: 0;
}

/* Start of CMSMS style sheet 'my_menu_vertical' */
/********************
MENU
*********************/
.DIV_LeftSideBar {
   padding-left: 0;
}
