body {
	background-color: #ffffff;
	background-image: url(/templates/kthdk/images/bg.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	color: #000000;
	font-family: trebuchet, sans-serif;
	font-size: 11px;
	position: relative;
	margin: 0;
}

iframe.wrapper {
	border-width: 0;
}

.componentheading + .contentheadingtbl .contentpaneopen {
	margin-top: 8px;
}

h1, .componentheading, .contentpagetitle, div.blog > h2 {
	display: inline;
	font-size: 15px;
	margin-left: -10px;
	font-weight: bolder
	border-bottom: 0px;
}

h2, .contentheadingtbl .contentpaneopen {
	width: 100%;
	border-bottom: 1px dotted #888888;
	font-size: 13px;
	margin-left: -10px;
	margin-right: -10px;
	font-weight: bolder
}

h2 {
	font-size: 12px;
}

h3 {
	font-size: 11px;
	margin-bottom: 0;
}

.contentpaneopen tr td p {
	margin-bottom: 0;
}

a:link {
	background-color: inherit;
	color: #004488;
	text-decoration: none;
}

a:visited {
	background-color: inherit;
	color: #004488;
	text-decoration: none;
}

a:active {
	background-color: inherit;
	color: #004488;
	text-decoration: none;
}

a:hover {
	background-color: inherit;
	color: #0077cc;
	text-decoration: none;
}

div#logo {
	width: 95%;
	left: 20px;
	position: absolute;
	top: 10px;
}

ul.menu, .menu ul {
	list-style-type: none;
	padding-left: 20px;
	margin: 0 0;
}

.menu ul {
	margin: 8px 0px 5px 5px;
}

div#menu {
	border-right: 1px solid #888888;
	left: 10px;
	padding: 5px 10px 5px 0;
	position: absolute;
	text-align: left;
	top: 130px;
	width: 129px;
}

ul.menu a {
	background-color: inherit;
	border-right: 2px solid white;
	color: #555555;
	padding-right: 3px;
}

ul.menu a:hover {
	background-color: inherit;
	border-right: 2px dotted #0077cc;
	color: #555555;
}

div.submenu, a.sublevel {
	margin: 10px 0px 10px 10px;
}

div#chosen a, a#active_menu, li.current > a {
	background-color: inherit;
	color: #000000;
}

div#chosen a:hover, a:hover#active_menu, li.current > a:hover {
	background-color: inherit;
	color: #000000;
}

div#chosen a:link, a:link#active_menu, li.current > a:link {
	background-color: inherit;
	color: #000000;
}

div#chosen a:visited, a:visited#active_menu, li.current > a:visited {
	background-color: inherit;
	color: #000000;
}

div#news {
	position: absolute;
	right: 10px;
	top: 130px;
	width: 220px;
}

div#newsitem {
	background-color: #ffffcc;
	border: 1px solid #888888;
	color: inherit;
	margin-bottom: 5px;
	padding: 2px;
	width: 214px;
}

div#newsitem p {
	margin-bottom: 0;
}

div#content {
	background-color: inherit;
	color: inherit;
	left: 160px;
	padding: 0 10px 0 10px;
	position: absolute;
	right: 230px;
	top: 120px;
}

div#widecontent {
	background-color: inherit;
	color: inherit;
	left: 160px;
	padding: 0 10px 0 10px;
	position: absolute;
	right: 10px;
	top: 120px;
}

dl.article-info dd {
	padding: 0 0 0 0;
	margin: 0 0 0 10px;
}

dl.article-info dt.article-info-term {
	display: none;
}

.frame {
	border: 1px solid #888888;
}

.center {
	text-align: center;
	margin-left: -10px;
	margin-right: -10px;
}

.center table {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	text-align: left;
}

table {
	border-collapse: collapse;
	font-family: trebuchet, sans-serif;
	font-size: 11px;
}

.even {
	background-color: #f0f0ff;
	color: inherit;
	padding: 2px;
}

.odd {
	background-color: #e6e6ff;
	color: inherit;
	padding: 2px;
}

tr.even td {
	padding: 2px;
}

tr.odd td {
	padding: 2px;
}

tr.even th {
	padding: 2px;
}

tr.odd th {
	padding: 2px;
}

div.activelogin {
	float: right;
	padding: 0 20px 0 0;
}

div.activelogin table {
	border: 2px ridge #000000;
	padding: 4px 4px 4px 4px;
}

form#login-form p {
	padding: 0 0;
	margin: 0 0;
}

form#login-form fieldset, form#login-form div {
	border: 1;
	margin: 20px 0 0 0;
	padding: 1px 1px;
}

.userdata + ul {
	list-style-type: none;
	padding-left: 15px;
}

p.left {
	float: left;
	margin-top: 0;
	text-align: left;
}

p.right {
	float: right;
	margin-top: 0;
	text-align: right;
}

img.right {
	border: 0;
	float: right;
}

form {
	display: inline;
}

input, select, textarea {
	font-family: trebuchet, sans-serif;
	font-size: 11px;
}

.red {
	background-color: inherit;
	color: #ff0000;
}

li {
	margin-left: -15px;
}

ul {
	margin-bottom: 10px;
	margin-top: 10px;
}

p {
	margin-bottom: 10px;
	margin-top: 10px;
}

blockquote {
	margin-left: 10px;
}

div#footer {
	border-top: 1px solid #888888;
	clear: both;
	font-size: 7px;
	margin: 20px -10px 0 -10px;
}

/* -- TOOLTIP STYLES ----------------------------- */
.tip {
    float: left;
    background: #ffc;
    border: 1px solid #D4D5AA;
    padding: 5px;
    max-width: 400px;
    z-index: 50;
}

.tip-title {
    padding: 0;
    margin: 0;
    font-size: 1em;
    font-weight: bold;
    margin-top: -15px;
    padding-top: 15px;
    padding-bottom: 5px;
    background: url(../images/selector-arrow.png) no-repeat;
}

.tip-text {
    font-size: 1em;
    margin: 0;
}
