html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	color: #000000;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	line-height: 1.5;
}

body#body-ku {
	color: #333333;
	background-color: #CCCCCC;
	background-attachment: fixed;
	background-position: center top;
}

body.contentpane {
	color: #000000;
	font-size: 12px;
	line-height: 1.3em;
	margin: 0;
	margin: 1em 2em;
	width: auto;
}

body.font-size-10px {
	font-size: 10px;
}

body.font-size-11px {
	font-size: 11px;
}

body.font-size-12px {
	font-size: 12px;
}

body.font-size-13px {
	font-size: 13px;
}

body.font-size-14px {
	font-size: 14px;
}

body.font-size-15px {
	font-size: 15px;
}

#wrapper-ku {
	width: 990px;
	margin: 0 auto;
	clear: both;
	background: url(../images/wrapper-bg.png);
}

#main-body-ku {
	width: 73%;
	float: left;
}

#content-wrapper-ku {
	padding: 5px 20px;
}

#header-ku {
	line-height: normal;
	position: relative;
	padding: 0;
	margin: 0 8px;
	height: 115px;
	background: url(../images/header-bg.png) repeat-x;
}

#logo-ku a {
	width: 300px;
	height: 60px;
	display: block;
	top: 10px;
	margin: 0 10px;
	position: absolute;
	background: url(../images/logo.png) no-repeat center;
}

#banner-ku {
	position: absolute;
	right: 10px;
	top: 7px;
}

#navmenu-ku {
	height: 40px;
	position: absolute !important;
	bottom: 0px;
	left: 0;
	width: 100%;
	background: url(../images/navmenu-bg.png) repeat-x;
}

#navmenu-ku a, #subnavmenu-ku a {
	outline: none;
	line-height: normal;
}

#subnavmenu-ku {
	clear: both;
	background: #333333;
	margin: 0 8px;
	padding: 0 10px;
	height: 30px;
}

#subnavmenu-ku ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#subnavmenu-ku li {
	background: none;
	margin: 0;
	padding: 0;
	display: inline;
}

#subnavmenu-ku a {
	display: block;
	float: left;
	outline: none;
	padding: 0 15px;
	line-height: 30px;
	text-decoration: none;
	color: #FFFFFF;
}

#subnavmenu-ku a:hover,
#subnavmenu-ku a:active,
#subnavmenu-ku a:focus {
	color: #FFFFFF;
	background: url(../images/subnavmenu-hover.gif) no-repeat center bottom;
	text-decoration: none;
}

#subnavmenu-ku li.active a {
	color: #FFFFFF !important;
	font-weight: bold;
	background: url(../images/subnavmenu-hover.gif) no-repeat center bottom;
	text-decoration: none;
}

a {
	color: #CC0000;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #000000;
	text-decoration: none;
}

a img {
	border: none;
}

.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4 {
	line-height: normal;
}

img {
	margin: 0;
	padding: 0;
}

.img_caption img {
	border: 1px solid #CCCCCC;
}

.img_caption p {
	text-align: center;
	color: #666666;
}

.img_caption.left, .img_caption.right {
	margin-top: 3px;
}

.no-caption {
	margin: 3px 0 3px 5px;
	border: 1px solid #CCCCCC;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 175%;
}

h3 {
	font-size: 150%;
}

h4 {
	font-size: 125%;
}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 1em 0;
	padding: 0;
}

ul {
	list-style: none;
}

ul li {
	background: url(../images/arrow.png) no-repeat 20px 6px;
	padding-left: 30px;
}

ol li {
	margin-left: 35px;
}

th {
	font-weight: bold;
	padding: 7px 8px;
	text-align: left;
}

fieldset {
	padding: 7px 5px 5px !important;
	border: none;
	margin: 1em 0 0;
	background: url(../images/tick-2.gif) repeat-x top;
}

fieldset legend {
	font-weight: bold;
	background: #FFFFFF;
}

fieldset a {
	font-weight: bold;
}

fieldset.input {
	padding: 0;
	background: none;
}

hr {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #CCCCCC;
	height: 1px;
}

br {
	height: 1px;
	font-size: 1px;
}

td, th, div {
	font-size: 100%;
}

form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

textarea, textarea.inputbox {
	background: #FFFFFF;
	color: #333333;
	border: 1px solid #DDDDDD;
}

.inputbox {
	padding: 3px 2px;
	border: 1px solid #DDDDDD;
	background: url(../images/form-bg.png) repeat-x top #FFFFFF;
	color: #333333;
	font-size: 100%;
}

.button {
	padding: 3px 8px 2px;
	border: 1px outset #CCCCCC;
	background: url(../images/button-bg.png) repeat-x top #CC0000;
	color: #FFFFFF;
	font-size: 92%;
	font-weight: bold;
	cursor: pointer;
}

select#ordering, select#limit {
	background-image: none;
}

.article_separator, .article_seperator {
	clear: both;
	display: block;
	height: 30px;
	margin: 0;
	background: url(../images/tick-2.gif) repeat-x center;
}

.column_separator {
	padding: 0 25px;
}

.sectiontableheader {
	background: url(../images/table-bg.gif) repeat-x top #373737;
	border: 1px solid #DDDDDD;
	padding: 6px 8px;
	color: #FFFFFF;
	font-weight: bold;
}

.sectiontableheader a,
.sectiontableheader a:hover,
.sectiontableheader a:active,
.sectiontableheader a:focus {
	color: #FFFFFF;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
	padding: 8px;
	background: url(../images/tick-2.gif) repeat-x bottom;
}

table.contentpane {
	border: none;
	width: 100%;
}

table.contentpaneopen {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 30%;
	float: right;
}

table.contenttoc td {
	background: url(../images/arrow.png) no-repeat 12px 8px;
	padding: 1px 5px 1px 20px;
}

table.contenttoc th {
	background: url(../images/tick-2.gif) repeat-x bottom;
	padding: 0 0 3px;
	text-indent: 5px;
}

table.poll {
	border-collapse: collapse;
	padding: 0;
	width: 100%;
}

table.pollstableborder {
	border: none;
	padding: 0;
	text-align: left;
	width: 100%;
}

table.pollstableborder img {
	vertical-align: baseline;
}

table.pollstableborder td {
	border-collapse: collapse;
	border-spacing: 0;
	padding: 4px !important;
	background: none;
}

table.pollstableborder tr.sectiontableentry1 td {
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px!important;
}

.blog_more {
	margin: 15px 0 0;
	padding: 15px 0 0;
	background: url(../images/tick-2.gif) repeat-x top;
}

.blog_more strong {
	display: block;
	margin: 0 0 5px;
}

.blog_more ul {
	margin: 0;
	padding: 0;
}

.blog_more ul li {
	background: url(../images/arrow.png) no-repeat 4px 8px;
	margin: 0;
	padding: 0 0 0 12px;
}

.category {
	font-weight: bold;
}

h1.componentheading, .componentheading {
	font-size: 200%;
	margin: 0 0 15px;
	padding: 0;
	color: #CC0000;
}

.contentdescription {
	padding-bottom: 30px;
}

h2.contentheading, .contentheading {
	margin: 0;
	padding: 0;
	font-size: 150%;
	color: #CC0000;
}

table.blog .contentheading {
	font-size: 135%;
}

a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
	color: #CC0000;
}

a.readon {
	font-weight: bold;
}

a.readon:hover, a.readon:focus, a.readon:active {
}

table.contentpaneopen td, table.contentpane td {
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}

.moduletable {
	padding: 0;
}

ul.pagination {
	margin: 20px auto;
	padding: 20px 0 0;
	color: #666666;

}

ul.pagination li {
	background: none;
	display: inline;
	margin: 0;
	padding: 0;
}



ul.pagination li span {
	padding: 2px 5px;
	text-decoration: none;
	background: url(../images/pagination-bg.gif) repeat-x top;
	color: #666666;
	border: 1px solid #DDDDDD;

}

ul.pagination a {
	padding: 2px 5px;
	text-decoration: none;
	background: url(../images/pagination-bg.gif) repeat-x top;
	color: #666666;
	border: 1px solid #DDDDDD;
}

ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
	background: url(../images/pagination-hover.png) repeat-x top;
	color: #000000;

}

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background: none;
}

.article-toolswrap {
	display: block;
	margin: 0 0 10px;
	padding: 0;
	position: relative;
}

.article-tools {
	display: block;
	padding: 0 10px 0 0;
}

.article-meta {
	width: 70%;
	float: left;
	margin-top: 3px;
	color: #666666;
}

.createby {
	font-size: 92%;
	font-weight: bold;
}

.createdate {
	font-size: 92%;
	padding-right: 6px;
	margin-right: 5px;
	background: url(../images/line.gif) no-repeat right;
}

.modifydate {
	width: 100%;
	display: block;
	color: #CC0000;
	margin: 15px 0;
}

.article-section {
	padding-left: 6px;
	margin-left: 5px;
	background: url(../images/line.gif) no-repeat left center;
}

.article-section a {
	color: #666666;
}

.article-category a {
	color: #666666;
}

div.buttonheading {
	position: absolute;
	top: 0;
	right: 10px;
}

.buttonheading img {
	margin: 0 0 0 5px;
	border: 0;
	float: right;
}

#content-ku {
	clear: both;
	display: block;
	float: right;
	width: 69%;
	background: url(../images/content-center.png) repeat-y center #FFFFFF;
}

#content-top-ku {
	background: url(../images/content-top.png) no-repeat center top;
}

#content-bottom-ku {
	background: url(../images/content-bottom.png) no-repeat center bottom;
}

#content-layout-ku {
	padding: 15px;
	margin: 0;
}

#left-ku {
	float: left;
	overflow: hidden;
	width: 30%;
}

#left-ku div.left-menu {
	margin-top: 4px;
}

#right-ku {
	float: right;
	overflow: hidden;
	width: 250px;
}

#right-ku div.right-menu {
	margin-top: 4px;
}

#content-wrapper,
#content-wrapper-full,
#content-wrapper-left,
#content-wrapper-right {
	clear: both;
}

#content-wrapper-right #main-body-ku {
	width: 100%;
}

#content-wrapper-right #left-ku {
	width: 22%;
}

#content-wrapper-right #content-ku {
	width: 77%;
	background: url(../images/content-right-center.png) repeat-y center #FFFFFF;
}

#content-wrapper-right #content-top-ku {
	background: url(../images/content-right-top.png) no-repeat center top;
}

#content-wrapper-right #content-bottom-ku {
	background: url(../images/content-right-bottom.png) no-repeat center bottom;
}

#content-wrapper-left #content-ku {
	width: 100%;
	background: url(../images/content-left-center.png) repeat-y center #FFFFFF;
}

#content-wrapper-left #content-top-ku {
	background: url(../images/content-left-top.png) no-repeat center top;
}

#content-wrapper-left #content-bottom-ku {
	background: url(../images/content-left-bottom.png) no-repeat center bottom;
}

#content-wrapper-full #main-body-ku {
	width: 100%;
}

#content-wrapper-full #content-ku {
	width: 100%;
	background: url(../images/content-full-center.png) repeat-y center;
}

#content-wrapper-full #content-top-ku {
	background: url(../images/content-full-top.png) no-repeat center top;
}

#content-wrapper-full #content-bottom-ku {
	background: url(../images/content-full-bottom.png) no-repeat center bottom;
}

#content-wrapper-full #content-layout-ku {
	padding: 15px;
}

div.moduletable h3 {
	margin: 0 -8px 10px;
	padding: 0 0 0 30px;
	font-size: 100%;
	height: 28px;
	line-height: 28px;
	color: #333333;
	background: url(../images/h3-bg.png) no-repeat left;
}

div.moduletable h3 span {
	display: block;
	height: 28px;
	background: url(../images/h3-bg.png) no-repeat right;
}

div.moduletable {
	margin: 0;
	padding: 0 15px;
}

div.module h3,
div.module_text h3,
div.module_menu h3,
div.mainmenu-br h3 {
	margin: 0 -6px 10px;
	padding: 0 0 0 10px;
	font-size: 100%;
	height: 28px;
	line-height: 28px;
	color: #FFFFFF;
	background: url(../images/h3-bg.png) no-repeat left #333333;
}

div.module,
div.module_text,
div.module_menu,
div.mainmenu-br {
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
	background: url(../images/menu-bottom-right.png) no-repeat bottom right;
	overflow: hidden;
	margin-bottom: 5px;
}

div.module div,
div.module_text div,
div.module_menu div,
div.mainmenu-bl {
	margin: 0;
	padding: 0;
	background: url(../images/menu-bottom-left.png) no-repeat bottom left;
}

div.module div div,
div.module_text div div,
div.module_menu div div,
div.mainmenu-tr {
	padding: 0;
	margin: 0;
	background: url(../images/menu-top-right.png) no-repeat top right;
}

div.module div div div,
div.module_text div div div,
div.module_menu div div div,
div.mainmenu-tl {
	padding: 15px 20px 15px;
	background: url(../images/menu-top-left.png) no-repeat top left;
}

div.module div div div div,
div.module_text div div div div,
div.module_menu div div div div {
	margin: 0;
	padding: 0;
	background: none;
}

div.moduletable li,
div.moduletable_menu li,
div.moduletable_text li,
div.module li,
div.module_menu li,
div.module_text li {
	padding-left: 15px;
	background-position: 5px 7px;
}

ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}

ul.menu li {
	display: block;
	background: url(../images/tick.gif) repeat-x bottom;
	margin: 0;
	padding: 0;
	line-height: normal;
}

ul.menu li a {
	display: block;
	outline: none;
	padding: 6px 0 6px 0;
	background: url(../images/arrow.png) no-repeat 98% center;
	margin: 0;
	text-decoration: none;
	color: #000000;
}

ul.menu li a:hover,
ul.menu li a:active,
ul.menu li a:focus {
	color: #CC0000;
	text-decoration: none;
	background: url(../images/arrow-active.png) no-repeat 98% center;
}

ul.menu li.active a {
	font-weight: bold;
	background: url(../images/arrow-active.png) no-repeat 98% center;
	color: #CC0000;
}

ul.menu li ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.menu li li {
	border: none;
	background: none;
	padding: 0;
}

ul.menu li li a {
	color: #000000 !important;
	border: none;
	padding: 5px 5px 5px 25px !important;
	text-transform: none;
	font-weight: normal !important;
	background: url(../images/arrow.png) no-repeat 15px 10px !important;
}

ul.menu li li a:hover,
ul.menu li li a:active,
ul.menu li li a:focus {
	color: #CC0000 !important;
	text-decoration: underline;
}

ul.menu li li.active a {
	color: #CC0000;
	font-weight: bold !important;
}

ul.menu li li li a {
	color: #CC0000 !important;
	font-weight: normal !important;
	padding-left: 35px !important;
}

ul.menu li li li.active a {
	font-weight: bold !important;
}

.mainmenu-full, .mainmenu-left, .mainmenu-center, .mainmenu-right {
	float: left;
	overflow: hidden;
}

.mainmenu-left div.module, .mainmenu-center div.module {
}

#mainmenu-ku {
	clear: both;
	width: 100%;
	padding: 0 0 5px;
}

#mainmenu-2-ku {
	clear: both;
	margin: 0;
	padding: 5px 0;
}

#mainmenu-ku div.module, #mainmenu-2-ku div.module {
	margin: 0;
}

#mainmenu-ku div.module h3, #mainmenu-ku div.module h3 span,
#mainmenu-2-ku div.module h3, #mainmenu-2-ku div.module h3 span {
	background: none;
	color: #333333;
	height: auto;
	line-height: normal;
	padding-left: 4px;
}

#bottom-ku {
	clear: both;
	margin: 0 8px;
	padding: 15px 5px;
	background: url(../images/bottom-bg.png) repeat-x top #373737;
	border-top: 1px solid #1D1D1D;
	border-bottom: 1px solid #1D1D1D;
	color: #999999;
}

#bottom-ku a:hover, #bottom-ku a:active, #bottom-ku a:focus {
	color: #FFFFFF;
}

#bottom-ku div.moduletable h3, #bottom-ku div.moduletable h3 span {
	background: none;
	color: #FFFFFF;
	height: auto;
	line-height: normal;
	padding-left: 4px;
}

#footer-ku {
	background: #000000;
	clear: both;
	position: relative;
	padding: 8px 20px;
	margin: 0 8px;
	color: #999999;
	text-align: center;
	border-top: 1px solid #1D1D1D;
}

#footer-ku small {
	font-size: 92%;
}

#footer-ku a:hover, #footer-ku a:active, #footer-ku a:focus {
	color: #FFFFFF;
}

#bottom-menu {
	background: url(../images/bottom-menu-bg.png) repeat-x;
	clear: both;
	margin: 0 8px;
	padding: 10px 0;
	text-align: center;
	font-weight: bold;
}

#bottom-menu ul {
	margin: 0;
	padding: 0;
}

#bottom-menu li {
	margin: 0;
	padding: 0 20px;
	background: none;
	display: inline;
}

#bottom-menu li a {
	color: #999999;
}

#bottom-menu li a:hover, #bottom-menu li a:active, #bottom-menu li a:focus {
	color: #FFFFFF;
}

li.first-menu-ku {
	background: none !important;
}

.tool-tip {
	background: url(../images/tooltip-bg.gif);
	border: 1px solid #CCCCCC;
	float: left;
	padding: 5px;
}

.tool-title {
	background: url(../images/tooltip-arrow.gif) no-repeat;
	font-weight: bold;
	margin-top: -15px;
	padding-bottom: 5px;
	padding-top: 15px;
}

#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
	margin: 0 10px;
	padding: 0;
}

#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
	background: none;
	color: #FFFFFF;
	margin: 0;
	padding: 5px;
}

#system-message dd.message ul {
	background: #333333;
	border: none;
}

#system-message dd.error ul {
	background: #CC0000;
	border: none;
}

#system-message dd.notice ul {
	background: #D58400;
	border: none;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	display: block;
	width: 100%;
}

* html .clearfix {
	height: 1%;
}
