body {
	font-family: Verdana, Helvetica, Arial;
}

a, a:link, a:visited {
	color: #764c22;
	text-decoration: underline;
}

a, a:active, a:hover {
	color: #c7a064;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial;
	color: #808080;
}

h1 {
	margin-top: 5px;
	margin-bottom: 10px;
}

h2, h3 {
	margin-top: 0px;
	margin-bottom: 5px;
}


td {
	font-size: 80%;
}

p {
	margin-top: 0em;
	margin-bottom: 0.5em;
}

hr {
	clear: both;
	border: none;
	color: #B0B0B0;
	background-color: #B0B0B0;
	height: 1px;
}

/* custom styles */

.grey {
	color: #808080;
}

.it {
	font-style: italic;
}

.st {
	font-weight: bold;
}

.smallr {
	font-size: 90%;
}

.evensmallr {
	font-size: 80%;
}

.tiny {
	font-size: 70%;
}


/* layout */

.theader {
	background: #F0F0F0;
	font-weight: bold;
	text-align: center;
}

div.leftmenu {
	clear: both;
	width: 160px;
	float: left;
	margin-left: 15px;

	color: #333333;
	font-size: 80%;
	
	margin-bottom: 15px;
}

div.centralcolumn {
	float: left;
	width: 747px;
	_width: 733px;
	margin-left: 10px;
	border-left: 1px #808080 solid;
	min-height: 300px;

	margin-bottom: 15px;
}

div.docbody {
	clear: both;
}

div.content {
	margin-left: 10px;
	color: #333333;
	font-size: 80%;
}

div.inheader {
	color: #333333;
	font-size: 80%;
	vertical-align: top;
	padding-top: 10px;
	padding-left: 5px;
	overflow: hidden;
	height: 115px;
	_height: 125px;
	width: 478px;
/*	_width: 483px;*/
}

div.breadcrumbs {
	margin-left: 10px;
	color: #333333;
	font-size: 70%;
	background: #F0F0F0;
	padding: 3px;
}

div.pagination {
	clear: both;
	background: #F0F0F0;
	border-top: 1px solid #B0B0B0;
	border-bottom: 1px solid #B0B0B0;
	color: #333333;
	text-align: center;

	margin-bottom: 5px;
	padding: 3px;
}

div.footer {
	clear: both;

	color: #808080;
	font-size: 75%;
	border-top: 1px #808080 solid;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
	margin-right: 15px;
	
	padding-top: 5px;
}	

/* progpage */

div.screenshot {
	float: right;
	width: 300px;
	_width: 308px;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align: center;
	padding: 3px;
	border: 1px solid #B0B0B0;
	font-size: 80%;
}

div.progdesc {

}

div.progdesc1 {
	margin-right: 315px;
}

div.proglinks {
	font-size: 110%;
	padding-left: 20px;
	border-top: 1px solid #B0B0B0;
	border-bottom: 1px solid #B0B0B0;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 315px;
}

div.authorinfo {
	clear: right;
	float: right;
	width: 286px;
	_width: 308px;
	padding: 10px;
	border: 1px solid #B0B0B0;
	font-size: 80%;

	margin-left: 10px;
	margin-bottom: 10px;
}

div.progclean {
	margin-top: 10px;
}

span.desc_title {
	color: #808080;
	font-style: italic;
	font-weight: bold;
}

div.tagcloud {
	clear: both;
	border: 1px solid #B0B0B0;
	margin-top: 20px;
	padding: 5px;
}

div.sysmessage {
	clear: both;
	margin: 10px;
	padding: 3px;
	background: red;
	color: white;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}

div.syscontrol {
	clear: both;
	margin: 10px;
	padding: 3px;
	background: #FFFF88;
	color: black;
	font-size: 110%;
	text-align: center;
	border: 2px dotted red;
}

div.right200 {
	float: right;
	width: 200px;
	margin: 0 0 0 0;
}

/* cat tree */

div.bigcat {
	font-size: 90%;
}

div.smallcat {
	margin-left: 10px;
	font-size: 80%;
}

/* progline */

div.progline {
	clear: both;
	border-top: 1px solid #B0B0B0;
	padding-top: 5px;
	margin-bottom: 5px;
}

div.progline_screen {
	float: left;
	width: 150px;
	margin-right: 10px;
	margin-bottom: 5px;
}

div.progline_text {
	margin-left: 160px;
}

div.progline_title {

}

div.progline_desc {

}

div.progline_links {
	padding-left: 10px;
}

div.progline_tags {
	margin-top: 10px;
	font-size: 75%;
}

/* tit */

div.tit_block1 {
	float: left;
	width: 365px;
	
	margin-bottom: 10px;
}

div.tit_block2 {
	margin-left: 367px;
	_margin-left: 363px;
	border-left: 1px solid #B0B0B0;
	padding-left: 10px;
	
	margin-bottom: 10px;
}

/* misc */

tr.row0 {
	background: #F0F0FF;
}

tr.row1 {
	background: #FFFFFF;
}

/* FRAMES */

.bg_l {
	background: url('/images/bg_l.gif') top right repeat-y;
	width: 26px;
}

.bg_r {
	background: url('/images/bg_r.gif') top left repeat-y;
	width: 26px;
}

.header_rbg {
	background: url('/images/header_rbg.gif') top left repeat-x;
	height: 30px;
}

div.header {

}

td.maintd {
	font-size: 100%;
}

div.header_l {
	float: left;
	width: 450px;
	height: 150px;
	background: url('/images/header_l.gif') top left no-repeat;
	vertical-align: top;
	_margin-right: -4px;
}

div.header_r1 {
/*	margin-left: 449px; */
/*	float: left;*/
	margin-right: 15px;
	height: 134px;
	_height: 135px;
	border-bottom: 1px solid #808080;
}

div.wrapper {
	overflow: auto;
	width: 100%;
}



