/* CSS Document */


/* border properties for form buttons */
INPUT {
	border:1px solid #993333;
}
	
/* general formatting of the links */
A, A:link, A:active, A:visited, A:hover {
color: #993333;
}
	
/* background color of the header */
#header_wrapper {
	background-color: #993333;
}


#content_title H1 {
	color: #993333;
}

#short_desc {
	color: #993333;
}

#footer_wrapper {
	background-color: #993333;
}

#footer_left_column_wrapper {
	background-color: #993333;
}

#footer_right_column_wrapper {
	background-color: #993333;
}

.ko_list_title {
	background-color: #993333;
}

DIV.topic_name, DIV.ko_info_name {
	font-size: small;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 10px;
}

.ko_info_type {
	font-size: xx-small;
	padding-top:1px;
	padding-bottom: 1px;
	padding-left: 3px;
	padding-right: 3px;
	background-color: #993333;
	color: white;
}

DIV.topic_short_desc, DIV.ko_info_short_desc {
	color: #993333;
	font-size: 11px;
	line-height: 140%;
	font-weight: bold;
	margin-bottom: 10px;
}

DIV.topic_long_desc, DIV.ko_info_long_desc {
	padding-top: 10px;
	padding-bottom: 15px;
	font-size: 11px;
	line-height: 140%;
}

DIV.ko_info_divider {
	margin-bottom: 5px;
	margin-top: 3px;
	border-bottom: 1px dashed #993333;
}

#long_desc H3 {
	color:#993333;
	font-size: medium;
}

#long_desc H3.first {
	margin-top:0px;
}

#long_desc H4 {
	font-size: small;
	margin-top:25px;
	margin-bottom:5px;
}

#long_desc UL {
	margin-bottom:5px;
	margin-top:0px;
	margin-left:10px;
}


