#VeryLogo{
display: inline;
}

.VeryLogoLeaves{
display: inline;
}

.fabricDetailLabel{

font-weight: bold;

}

.categoryimage{
float: left;
position: absolute;

}


/*this line makes sure that your content items are stretched across the screen by default*/

.contentpaneopen{
    width: 100%;
}


.copyright{
text-align: center;
font-size: 10px;
}

#MenuCell {

vertical-align: bottom;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
body {
	background-color: 	#FFFFF;
	
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
text-decoration: none;
}
.style1 {color: #FFFFCC}


a.mainlevel:link, a.mainlevel:visited, div.mainlevel {
	display: block;
	vertical-align: middle;
	font-size: 15px;
	/*font-weight: bold;*/
	text-align: left;
	padding-top: 5px;
	margin-left: 45px;
     /*   padding-right: 30px;*/
	height: 20px !important;
        height: 25px;
	width: 100%;
	text-decoration: none;
        cursor: default;
color: white;
}

a.mainlevel:hover, div.mainlevel:hover .topMenuItemLISA {
	text-decoration: none;
}

a.mainlevel#active_menu, div.mainlevel#active_menu {
	color:#fff;
	font-weight: bold;
}

a.mainlevel#active_menu:hover, div.mainlevel#active_menu:hover  {
	color: #fff;
}

a.sublevel{
padding-right: 45px;
}

a.sublevel:link, a.sublevel:visited {
	padding-left: 1px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
        text-decoration: none;
}

a.sublevel:hover a.subMenuLISA:hover{
	color: #900;
	text-decoration: none;
}

a.sublevel#active_menu {
	color: #333;
}

.highlight {
	background-color: Yellow;
	color: Blue;
	padding: 0;
}

span.article_seperator {
	display: block;
	height: 1.5em;
}

.topFrame {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;

/*uncomment the next two line (i.e. remove the slashes-star, star slash at the front and end, and remove this text) to make the top bar "centered" so that it expands from the middle outwards...
margin: auto;
width: 70%;*/
}
.mainframe {
	background-color: 	#FFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}