.hide {
display:none;
}

.show{
display:block;
}

.highlight{
	color : #e20304;
	cursor: hand;
	cursor: pointer;
	border-bottom : 1px solid #bababa;
	border-right : 1px solid #c0c0c0;
	border-left : 1px solid #DEDCDC;
	border-top : 0px solid #ffffff;
	background-image : url("images/gray_highlihht.gif");
	background-repeat : repeat;
}

.menu_highlight{
	color : #EE0000;
	cursor: hand;
	cursor: pointer;
	background-image : url("images/seperator_highlight.gif");
	background-repeat : repeat;
	padding : 5 0 5 5;
}

.menu_normal{
	color : #666666;
	background-repeat : repeat;
	background-color : White;
	padding : 5 0 5 5;
}
.dividend{
	color:#666633;
	text-align:left;
	border:1px solid #c1c6a9;
	width:80%;
}
.dividend th{
	background-color:#d6dbc7;
	color:#2d2d2d;
	text-align:center;
}
.dividend td{
	padding: 1px 0px 1px 10px;
	background-color : #ffffff;
	color : #333333;
	border: 0px;
	border-top : 1px solid #DEDCDC;
	text-align:center;
}
.normal{
	background-color : #ffffff;
	color : #333333;
	border-top : 1px solid #DEDCDC;
	border-right : 0px solid #ffffff;
	border-left : 0px solid #ffffff;
	border-bottom : 0px solid #ffffff;
}

.View-hide, .View-hide a:link, .View-hide a:active, .View-hide a:visited, .View-hide a:link,{
	color : #e20304;
	cursor: hand;
}
.View-hide a:hover,{
	color : #e20304;
	cursor: hand;
	text-decoration: underline;
}
.small-bullet ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}
.small-bullet li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: transparent url(images/bullet2.gif) no-repeat left 4px;
list-style-type: none;
padding-left: 15px;
margin-bottom: 0px;
font-size: 10px;
}


