/* text objects */
h1, h2, h3, p {
	margin-top: 0em;
}

h1 {
	margin-bottom: 1em;
}

h2 {
	margin-bottom: 0.3em;
}

h3 {
	margin-bottom: 0.25em;
}

p {
	margin-bottom: 1.5em;
	letter-spacing: 0.01em;
	line-height: 140%;
}

/* lists */
li {
	padding-bottom: 5px;
}

ol li, ul li ol li {
	list-style: decimal;
}

ul li {
	list-style: disc;
}

ol li ol li {
	list-style: lower-alpha;
}

ol li ul li, ul li ul li {
	list-style: square;
}

ol ul, ul ol, ol ol, ul ul {
	font-size: 1em;
}

/* ABOUT */
#about {
	text-align: right;
	font-size: 74%;
}

#about a {
	display: block;
	text-decoration: none;
	color: #999;
}

/* QUICKSEARCH */
#quicksearch {
	position: absolute;
	top: 82px;
	right: 30px;
}

#quicksearch input.text, #quicksearch textarea.textarea {
	font-family: verdana, arial, sans-serif;
	font-size: 74%;
	border: 1px solid #B2BFC8;
	width: 247px;
	height: 18px;
	padding: 0px;
	margin: 0px 2px;
	padding: 0px;
	vertical-align: middle;
}

#quicksearch .submit {
	border-top: 1px solid #B2BFC8;
	border-left: 1px solid #B2BFC8;
	border-right: 1px solid #3F6075;
	border-bottom: 1px solid #3F6075;
	background-color: #788F9E;
	font-family: verdana, arial, sans-serif;
	font-size: 74%;
	font-weight: bold;
	color: #fff;
	width: 48px;
	height: 20px;
	vertical-align: middle;
}

/* TOP */
#top {
	background: #FFC61E url('/gfx/bg-top.gif') repeat-y left top;
	padding: 4px 20px 5px 20px;
	text-align: right;
	border-bottom: 1px solid #fff;
}


/* BC */
#bc {
	background: #658091;
	color: #fff;
	padding-left: 5px;
	margin-bottom: 30px;
	font-size: 74%;
	height: 26px;
}

#bc a:link, #bc a:visited {
	color: #fff;
}

div#bc div {
	padding-top: 5px;
}

/* MENU */
#menu {
	position: absolute;
	left: 10px;
	top: 130px;
	width: 24%;
	font-size: 74%;
}

#menu a {
	color: #000;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #C4C4C6;
	padding: 2px 0px 2px 0px;
	margin-bottom: 5px;
}

#menu a:hover {
	background: #E0E6E9;
	border-bottom: 1px solid #333;
}

#menu .active a {
	color: #000000;
	background: #E0E6E9;
	border-bottom: 1px solid #999;
}

.submenu {
	background: #EFF2F4;
	font-weight: 400;
	margin-top: -5px;
	margin-bottom: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #999;
}

.submenu .submenu {
	border: 0px;
}

#menu .submenu a {
	margin-bottom: 2px;
	color: #333;
	border-bottom: 1px solid #eee;
}

#menu .submenu a:hover {
	background: #fff;
}

#menu .submenu .active a {
	background: #EFF2F4;
	font-weight: bold;
}

/* RELATED */
#related {
	float: right;
	width: 24%;
	padding-bottom: 20px;
}

#related .related {
	border: 1px solid #C4C4C6;
	padding: 10px;
	margin-bottom: 10px;
}

#bodyfunc a {
	display: block;
	float: left;
	background: #fff no-repeat 2px 4px;
	font-size: 71%;
	color: #000;
	padding: 4px;
	margin-bottom: 10px;
}

#bodyfunc a.margin {
	margin-right: 10px;
	padding-left: 22px;
}

#bodyfunc a:hover {
	border-color: #900;
}

/* BODY */
#body {
	margin: 0% 0% 0% 27%;
	min-height: 400px;
}

#body.related {
	margin-right: 27%;
}

/* body TABLE */
#body table tr td {
	font-size: 74%;
}

#body table tr td p, #body table tr th p {
	font-size: 1em;
	margin-bottom: 0em;
}

#body table tr td h2 {
	font-size: 120%;
}

#body table tr td h3 {
	font-size: 110%;
}

#body table tr td h4 {
	font-size: 100%;
}

#body table {
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin-bottom: 10px;
}

#body table th, #body table td {
	border: 1px solid #ccc;
	padding: 2px;
}

.modified {
	font-size: 71%;
	padding-top: 0.5em;
	margin-bottom: 1em;
	color: #666;
}

/* FOOTER */
#footer {
	border-top: 1px solid #C4C4C6;
	font-size: 74%;
	text-align: center;
	clear: both;
}

.mandatory {
	color: #008;
}

.invalid {
	background-color: #D5E4F9;
}

/* FRONT */
#clickbox {
	font-size: 74%;
	background: #D5E4F9;
	border: 1px solid #555299;
	padding: 5px;
	margin-bottom: 1em;
}

#clickbox a {
	display: block;
	width: 180px;
	background: #efefef;
	border: 1px solid #333;
	color: #000;
	text-decoration: none;
	text-align: center;
	padding: 2px;
}

#clickbox img {
	float: right;
	margin: 23px 10px 10px 10px;
}

#clickbox h2 {
	font-size: 122%;
}