/*
##########################################
# Script: /css/rj-2008.css               #
# Copyright (C) 2003-2008 Forwart Design #
# Author: Peter Arts                     #
# http://www.forwart.nl                  #
##########################################
*/

/* 
Compressed CSS files in c/ directory
Additional CSS files:
 ie6.css - Some non-compliant IE6 CSS fixes
 print.css - Print layout
*/

/* ############# Basic website elements ############# */

body {
	margin: 0;
	text-align: center;
	font-family: Verdana, sans-serif;
	font-family: "Segoe UI", "Segoe Media Center", "Microsoft Sans Serif", Verdana, Geneva, Sans-Serif;
	font-size: 12px;
	color: black;
	background-image: url('/img/body-bg.png');
	background-repeat: no-repeat;
}

/* Colors main background: */
body.pink {
	background-color: rgb(136,64,137);
}

body.blue {
	background-color: rgb(0,139,214);
}

body.orange {
	background-color: rgb(233,130,12);
}

body.red {
	background-color: rgb(211,0,103);
}

/* Do not show borders around images and table frames */
body img, td, table, tbody, tr {
	border: none;
}

div#frame {
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 945px;
	height: auto;
}

img#header {
	position: absolute;
	left: 0px;
	top: 93px;
	width: 945px;
	height: 75px;
	border-top: 16px solid rgb(14,30,107);
}

p#breadcrumb {
	position: absolute;
	left: 0px;
	top: 172px;
	height: 16px;
	line-height: 16px;
	width: 938px;
	padding-right: 7px;
	background-color: rgb(14,30,107);
	color: white;
	text-align: right;
}

p#breadcrumb a {
	color: white;
	text-decoration: none;
}

p#breadcrumb a:hover {
	color: rgb(233,130,12);
}

/* ############# Content elements ############# */

div#content {
	position: relative;
	width: 943px;
	height: auto;
	top: 200px;
	margin-bottom: 200px;
	padding: 1px;
	background-color: white;
}

div#content div#txt {
	position: relative;
	z-index: 10;
	width: 497px;
	height: auto;
	min-height: 400px;
	margin-left: 195px;
	padding-left: 50px;
	padding-right: 4px;
	padding-bottom: 40px;
	border-left: 1px solid rgb(86,97,151);
	border-right: 1px solid rgb(86,97,151);
}

div#content div#txt strong {
	color: rgb(14,30,107);
}

div#content div#txt h1, h2, h3, h4 {
	color: rgb(14,30,107);
	margin: 0;
	padding: 0;
}

div#content div#txt h1 {
	font-size: 18px;
}

/*
div#content div#txt h1#sub {
	margin-top: 10px;
}
*/

div#content div#txt h2 {
	font-size: 16px;
}

div#content div#txt h3 {
	font-size: 14px;
}

div#content div#txt h1#main {
	position: relative;
	margin: 0;
	padding: 0;
	padding-left: 7px;
	left: -51px;
	margin-right: -58px;
	margin-bottom: 10px;
	width: 544px;
	height: 28px;
	line-height: 28px;
	background-color: rgb(0,148,195);
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	font-size: 14px;
	color: white;
}

div#content div#txt h1#main a {
	color: white;
	text-decoration: none;
}

div#content div#txt h1#main a:hover {
	color: black;
}

div#content div#txt p {
	margin: 0;
	padding: 0;
	padding-top: 2px;
	padding-bottom: 8px;
}

div#content div#txt ul {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 6px;
}

div#content div#txt a {
	color: rgb(0,148,195);
}

div#content div#txt a:hover {
	color: rgb(233,130,12);
}

/* Top background image (eg. logo, menu shade) */
div#top {
	position: absolute;
	z-index: 1;
	left: 4px;
	top: 10px;
	width: 954px;
	height: 83px;
	background-image: url('/img/top-bg.png');
	background-repeat: no-repeat;
}

div#menuarrow {
	position: absolute;
	z-index: 6;
	left: 92px;
	top: 62px;
	width: 66px;
	height: 57px;
	background-image: url('/img/menu-arrow.png');
	background-repeat: no-repeat;
}

a#homelink {
	position: absolute;
	z-index: 6;
	left: -10px;
	top: 175px;
	width: 50px;
	height: 36px;
	line-height: 32px;
	padding-left: 36px;
	color: white;
	font-size: 13px;
	text-decoration: none;
	background-image: url('/img/home.png');
	background-repeat: no-repeat;
}

a#homelink:hover {
	color: rgb(233,130,12);
}

/* ############# Sidebar elements ############# */

div#sidebar-left {
	z-index: 9;
	left: 1px;
	top: 1px;
}

div#sidebar-right {
	z-index: 9;
	left: 749px;
	top: 1px;
}

div.sidebar {
	position: absolute;
	width: 195px;
	height: auto;
}

div.sidebar p {
	padding: 5px;
	padding-top: 0;
	padding-bottom: 10px;
}

div.sidebar h2 {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	padding-left: 7px;
	width: 188px;
	height: 28px;
	line-height: 28px;
	background-color: rgb(233,130,12);
	font-size: 14px;
	color: white;
}

div.sidebar a {
	text-decoration: none;
	color: rgb(233,130,12);
}

div.sidebar a:hover {
	color: black;
}

div#sidebar-right.sidebar h2 {
	position: relative;
	left: -1px;
	border-left: 1px solid white;
	border-bottom: 1px solid white;
}

div.sidebar ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

div.sidebar ul li {
	display: block;
}

div.sidebar ul li a {
	display: block;
	width: 183px;
	height: 19px;
	margin-left: 2px;
	padding-left: 7px;
	line-height: 19px;
	border-bottom: 1px solid rgb(191,191,191);
	text-decoration: none;
	color: rgb(14,30,107);
	font-size: 12px;
	font-weight: bold;
}

div.sidebar ul li a:hover {
	color: rgb(233,130,12);
}

div.sidebar ul ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.sidebar ul ul li a {
	width: 160px;
	height: 16px;
	line-height: 16px;
	padding: 0;
	padding-left: 8px;
	margin-left: 15px;
	border: none;
	color: black;
	background-image: url('/img/dot.gif');
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

/* ############# Tab (top) elements ############# */

ul#tab {
	position: absolute;
	z-index: 2;
	right: 0px;
	top: 69px;
	width: auto;
	height: 24px;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#tab li {
	float: left;
}

ul#tab li a {
	display: block;
	width: 100px;
	height: 24px;
	line-height: 24px;
	margin-left: 2px;
	background-color: rgb(61,147,36);
	text-decoration: none;
	text-align: center;
	font-size: 13px;
	color: white;
}

ul#tab li a:hover {
	color: rgb(14,30,107);
	font-weight: bold;
}

ul#tab li a.active {
	background-color: rgb(14,30,107);
}

ul#tab li a.active:hover {
	color: white;
	font-weight: normal;
	background-color: rgb(14,30,107)
}

/* ############# Menu elements ############# */

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

ul.menu li {
	display: block;
}

ul.menu li a {
	display: block;
	width: 183px;
	height: 19px;
	margin-left: 2px;
	padding-left: 7px;
	line-height: 19px;
	border-bottom: 1px solid rgb(191,191,191);
	text-decoration: none;
	color: rgb(14,30,107);
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

ul.menu li a:hover {
	color: rgb(233,130,12);
}

ul.menu li a.active, 
ul.menu li a.active-parent {
	color: white;
	background-color: rgb(0,148,195);
}

/* Submenu items */
ul.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.menu ul li a {
	width: 160px;
	height: 16px;
	line-height: 16px;
	padding: 0;
	padding-left: 8px;
	margin-left: 15px;
	border: none;
	color: black;
	font-family: Arial, sans-serif;
	font-size: 11px;
	background-image: url('/img/dot.gif');
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

ul.menu ul li a.active,
ul.menu ul li a.active-parent {
	color: black;
	background-image: url('/img/arrow-right.gif');
	background-position: 0px 5px;
	background-color: transparent;
}

/* Subsubmenu items */
ul.menu ul ul {
	width: 193px;
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid rgb(191,191,191);
}

ul.menu ul ul li a {
	width: 150px;
	height: 16px;
	line-height: 16px;
	padding: 0;
	padding-left: 11px;
	margin-left: 25px;
	border: none;
	color: rgb(14,30,107);
	background-image: url('/img/dash.gif');
	background-repeat: no-repeat;
	background-position: 0px 7px;
}

ul.menu ul ul li a.active {
	color: rgb(14,30,107);
	background-image: url('/img/arrow-right.gif');
	background-position: 0px 5px;
	background-color: transparent;
}

/* ############# Footer elements ############# */

/* content footer */

div#content-footer {
	clear: both;
	position: absolute;
	bottom: 0px;
	/*position: relative;*/
	width: 494px;
	border-top: 1px solid rgb(86,97,151);
	margin-top: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: right;
}

/* real page footer */

div#footer {
	position: relative;
	width: 100%;
	height: 16px;
	background-color: rgb(61,147,36);
	margin-bottom: 100px;
}

/* Slogan */
div#footer h2 {
	position: absolute;
	top: 18px;
	left: 3px;
	margin: 0;
	padding: 0;
	color: white;
	font-size: 16px;
	font-weight: bold;
}

/* Sitemap, disclaimer */
div#footer p {
	position: absolute;
	right: 4px;
	top: 24px;
	margin: 0;
	padding: 0;
	color: white;
}

div#footer p a {
	color: white;
	text-decoration: none;
}

div#footer p a:hover {
	color: black;
}

/* ############# Homepage elements ############# */

div#content div#txt div.branch-choice {
	position: relative;
	float: left;
	width: 173px;
	height: 110px;
	margin-right: 8px;
	margin-bottom: 8px;
	border: 1px solid rgb(195,202,224);
	background-image: url('/img/branch-choice-shade.gif');
	background-repeat: no-repeat;
	background-position: 0px 82px;
}

div#content div#txt div.branch-choice a.more {
	display: block;
	width: 146px;
	height: 14px;
	line-height: 14px;
	padding-right: 27px;
	margin-top: 7px;
	background-image: url('/img/icon/13x13/arrow-right.gif');
	background-repeat: no-repeat;
	background-position: 152px 1px;
	text-align: right;
	text-decoration: none;
	font-weight: bold;
	color: rgb(136,64,137);
}

div#content div#txt div.branch-choice a.more:hover {
	color: black;
}

/* Branch choice spacer */
div#content div#txt div.branch-choice-frame {
	position: absolute;
	padding-left: 6px;
	padding-top: 3px;
	width: 550px;
}

div#content div#txt div.branch-choice-frame p {
	padding-right: 10px;
}

body.home div#content div#txt {
	padding: 0;
	width: 551px;
}

body.home div#content div#txt h1#main {
	left: -1px;
	margin-right: -2px;
}

img#content-deco {
	position: absolute;
	left: 200px;
	top: 236px;
}

/* ############# Searchbox elements ############# */

form#search {
	/*position: absolute;
	left: -200px;*/
	position: relative;
	left: 0px;
	bottom: 10px;
}

form#search fieldset {
	width: 175px;
	border: none;
	margin: 0;
	padding: 7px;
	padding-left: 9px;
}

form#search fieldset input.text {
	width: 125px;
}

input.sbtn {
	border: 0;
	width: 22px;
	height: 21px;
	background-image: url('/img/btn-search.gif');
	background-repeat: no-repeat;
	cursor: pointer;
}

input.sbtn2 {
	border: none;
	width: 21px;
	height: 21px;
	background-image: url('/img/btn-search2.gif');
	background-repeat: no-repeat;
	cursor: pointer;
}

form#searchhome {
	position: relative;
	width: 100%;
	border-bottom: 1px solid rgb(86,97,151);
}

form#searchhome fieldset {
	width: 175px;
	border: none;
}

form#searchhome fieldset input.text {
	width: 125px;
}

div#content div#txt div#searchresults div.result {
	width: 458px;
	padding: 6px;
	margin-bottom: 6px;
	border-bottom: 1px solid rgb(86,97,151);
	color: black;
}

/* Display custom link headers */
div#content div#txt div#searchresults div.result a.head {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

div#content div#txt div#searchresults div.result a:hover.head {
	color: rgb(233,130,12);
}

/* ############# Default required CMS elements ############# */
/* Please refer to CMS documentation before modify of delete */

img.icon16 {
	vertical-align: -3px; 
	margin: 0;
	padding: 0;
	padding-right: 3px;
	border: none;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

.img-inline-align-left {
	float: left;
	margin: 0;
	margin-right: 10px;
}

.img-inline-align-left img {
	margin-right: 4px;
}

.img-inline-align-right {
	float: right;
	margin: 0;
	margin-left: 10px;
}

div.childlist {
	clear: both;
	padding: 6px;
	margin-bottom: 6px;
	color: black;
}

div.childlist h2 {
	margin: 0;
	padding: 0;
	padding-bottom: 6px;
}

div.childlist a:hover {
	color: black;
}

span.imgfloat img {
	float: left;
	padding-right: 8px;
}

div.clear {
	clear: both;
}

.nowrap {
	white-space: nowrap;
}

#hkz {
	position: absolute;
	left: 8px;
	top: -73px;
	width: 80px;
	height: 65px;
	background-image: url('/img/hkz.gif');
	background-repeat: no-repeat;
}

/*.home #hkz {
	top: -200px;
}*/

#hkz a {
	display: block;
	width: 80px;
	height: 65px;
	text-decoration: none;
}

.headlines {
	/*margin-top: 76px;*/
	margin-top: 16px;
	padding-bottom: 6px;
	margin-right: 1px;
	margin-bottom: 100px;
	border-bottom: 6px solid rgb(233,130,12);
}

.headlines .hlcontent {
	padding: 4px;
}

.headlines h2 {
	border-right: 1px solid white;
}

div.sidebar .headlines a {
	color: rgb(14,30,107);
	font-weight: bold;
}

div.sidebar .headlines a.link {
	display: block;
	padding-bottom: 3px;
	font-weight: normal;
	color: black;
}

div.sidebar .headlines a:hover {
	color: rgb(233,130,12);
}

div.intra-rs {
	margin-bottom: 39px;
}

#cct {
	position: relative;
	margin-left: -45px;
}

.cct_item_first {
	position: relative;
	float: left;
	width: 363px;
	padding: 4px;
	border: 1px solid rgb(205,205,205);
	background-image: url('/img/cct-item-fade.gif');
	background-repeat: repeat-x;
}

.cct_stats {
	position: relative;
	float: right;
	width: 147px;
	margin-right: 3px;
	padding: 4px;
	border: 1px solid rgb(205,205,205);
	background-image: url('/img/cct-item-fade.gif');
	background-repeat: repeat-x;
}

.cct_stats span.lbl {
	display: block;
	font-weight: bold;
}

.cct_stats span.val {
	display: block;
	margin-left: 8px;
	color: #646464;
}

span.status_submitted, 
.cct_stats span.status_submitted {
	color: #c61616;
	padding-left: 20px;
	background-image: url('/img/cct-status-icons.gif');
	background-repeat: no-repeat;
	background-position: 0px -34px;
}

span.status_pending, 
.cct_stats span.status_pending {
	/*color: black;*/
	padding-left: 20px;
	background-image: url('/img/cct-status-icons.gif');
	background-repeat: no-repeat;
	background-position: 0px -18px;
}

span.status_resolved, 
.cct_stats span.status_resolved {
	color: #158a15;
	padding-left: 20px;
	background-image: url('/img/cct-status-icons.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

a.cct_add {
	float: right;
	margin-right: 18px;
	margin-top: 16px;
	color: #158a15;
	outline: none;
	padding-left: 20px;
	white-space: nowrap;
	background-image: url('/img/cct-status-icons.gif');
	background-repeat: no-repeat;
	background-position: 0px -48px;
}

#cct h3 {
	margin-left: 10px;
	padding-top: 10px;
	clear: both;
}


.cct_item {
	position: relative;
	clear: both;
	margin-top: 2px;
	margin-left: 18px;
	margin-bottom: 4px;
}

#content #txt .cct_item p.message {
	width: 511px;
	padding: 4px;
	padding-top: 8px;
	border: 1px solid rgb(205,205,205);
	border-top: 0;
}

.cct_item span.top {
	display: block;
	width: 521px;
	height: 15px;
	padding-top: 8px;
	padding-left: 4px;
	color: rgb(100,100,100);
	background-image: url('/img/cct-item.gif');
	background-repeat: no-repeat;
}

.cct_item_first span.count, 
.cct_item span.count {
	position: absolute;
	right: 12px;
	top: 8px;
	/*color: rgb(0,148,195);*/
	color: rgb(233,130,12);
	font-weight: bold;
}

#content #txt .cct_item span.count a, 
#content #txt .cct_item_first span.count a {
	color: rgb(233,130,12);
}

.cct_item a.postid {
	position: absolute;
	right: 12px;
	top: 8px;
	color: rgb(100,100,100);
}

.timeline {
	float: left;
	width: auto;
	height: 30px;
	padding-left: 2px;
	padding-right: 6px;
	background-color: rgb(233,130,12);
}

#content #txt .timeline a {
	display: block;
	float: left;
	width: 10px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: white;
	outline: none;
}

#content #txt .timeline a:hover {
	color: black;
}

#content #txt p.timeline-tip {
	position: absolute;
	left: 414px;
	top: 57px;
	width: 110px;
	margin: 0;
	padding: 0;
	padding-left: 20px;
	color: #646464;
	background-image: url('/img/cct-status-icons.gif');
	background-repeat: no-repeat;
	background-position: 0px -63px;
}

.timeline span.status_pending {
	display: block;
	margin-top: 6px;
	width: 15px;
	height: 18px;
	background-image: url('/img/cct-status-icons-or.gif');
	background-repeat: no-repeat;
	background-position: 0px -16px;
}

.timeline span.status_resolved {
	display: block;
	margin-top: 6px;
	width: 15px;
	height: 15px;
	background-image: url('/img/cct-status-icons-or.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

form.forumtopicpost {
	padding: 4px;
}

form.forumtopicpost h2 {
	margin-bottom: 6px;
}

div.diagram {
	overflow: hidden;
}

div.diagram div.bar {
	position: relative;
	float: left;
	height: 20px;
	line-height: 20px;
	padding-left: 10px;
	color: white;
	margin-bottom: 1px;
}

div.diagram div.bar-empty {
	position: relative;
	float: left;
	height: 20px;
	line-height: 20px;
	padding-left: 8px;
	color: black;
	margin-bottom: 1px;
}

div.diagram div.bar.status_pending {
	background-color: #fcb314;
}

div.diagram div.bar.status_resolved {
	background-color: #87cc7b;
}

div.diagram div.bar.status_submitted {
	background-color: #e49191;
}

div.diagram div.bar-empty.status_pending {
	border-left: 4px solid #fcb314;
}

div.diagram div.bar-empty.status_resolved {
	border-left: 4px solid #87cc7b;
}

div.diagram div.bar-empty.status_submitted {
	border-left: 4px solid #e49191;
}

div.diagram span.barlbl {
	float: left;
	clear: both;
	display: block;
	width: 110px;
	line-height: 20px;
	margin-right: 10px;
}

/* ############# 3rd Party Lightbox elements ############# */

#lightbox {
	background-color: white;
	padding: 10px;
	border: 1px solid black;
}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
}
#lightboxCaption{ float: left; font-size: 12px; }
#keyboardMsg{ float: right; }
#lightbox img{ border: none; } 
#overlay img{ border: none; }