﻿/* Generated by KSW */
/* DO NOT CHANGE THIS CODE MANUALLY */

#divradio								/* div holds radio group and quickfindbox */
{
    background-color: ghostwhite;
	padding: 10px 0px 10px 16px;
}
#listradio
{
	list-style-type: none;
	white-space: nowrap;
	color: blue;
	display: block;
}
#listradio li
{
	display: inline;
	font-family: verdana,sans-serif;
	font-size: 68.75%;
	cursor: pointer;
}
#listradio label
{
	position: relative;
	left: -0.40em;
	top: -0.2em;
	cursor: pointer;
}
#quickfindbox
{
	font-family: verdana,sans-serif;
	font-size: 68.75%;
	margin-top: 5px;
	display: block;						/*has default size of 20 chars*/
}

/* ----link-divs---------------------------------------------------------------------------- */

div#wrap div, div#wrapex div
{
	white-space: nowrap;
	padding: 3px 0px 0px 0px;
}

#wrapex
{
	display: none;
}

/* ----maindiv-links------------------------------------------------------------------------ */

#mainDiv a
{
	text-decoration: none;
	color: black;
	padding: 1px 3px 1px 3px;
	border: 1px solid transparent;
}
#mainDiv a.selected
{
	background-color: white;
	border-color: #999999;
}
#mainDiv a.unselected 
{
	background-color: transparent;
}
#mainDiv a.halfselected
{
	background-color: transparent;
	border-color: #999999;
}
#mainDiv a:hover
{
	text-decoration: none;
	background-color: lavender;
	border-color: #999999;
}

/* ----------------------------------------------------------------------------------------- */

span
{
	cursor: pointer;
}
