/* Stylesheet for CatView pages */

@import url("../mosessoft.css");

body {
	font-size: 10pt;
	font-family: Tahoma, serif;
	color: black;
	background: #eeeeee url("images/cat_bg.gif")
}

a:hover {
	background-color: #ffcc77;
}

.img_ralign {
	float: right
}

.procon {
	border: 1px groove;
	margin: 40px 100px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:15px;
}

.notcatview {
	background-color: #FFECEC;	
}

.iscatview {
	background-color: #EAFFEF;
}

.catmenu {
	float: left;
	padding-right: 15px;
}

.subheading {
	margin-top:20px;	
	margin-bottom:20px;	
}

.heading {
	font-size:120%;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:5px;
}

.obsolete {
	font-style:oblique;
	margin-bottom:10px;
}

.example {
	margin:20px;
}


