/* General Styles */

@import 'content/copy.css';
@import 'content/tables.css';
@import 'content/reports.css';
@import 'content/mykn.css';
@import 'content/pods.css';
@import 'content/ui.css';
@import 'content/custom_reports.css';

@import 'components.css';
@import 'components/search.css';
@import 'components/chart.css';
@import 'components/authentication.css';
@import 'components/calendar.css';

@media print {



	iframe {
		width:100%;
		height:100%;
	}
}

body, 
html
{
	font-family: verdana, arial, helvetica;
	font-size:16px;
}

.left{
	float:left;
}

.right{
	float:right;
}

.white{
	color:#fff;
}

.grey{
	color:#ccc;
}

.hide
{
	display:none;
}

.bold{
	font-weight:bold;
}

.margin_10 {
	margin:10px;
}

.margin_20 {
	margin:10px;
}

.margin_30 {
	margin:10px;
}

.full
{
	width:97%;
	margin:0;
	padding:4px 0 0 0;
	clear:both;
}

div.clear
{
	width:100%;
	height:20px;
	float:left;
	clear:both;
}

br.clear
{
	clear:both;
}

.kn-text_pad{
	margin:15px;
	width:95%;
}

.upper{
	text-transform:uppercase;
}

h1
{
	font-size: 1.8em;
	font-weight:bold;
	margin:10px 0 5px 0px;	
	padding:0;
	width:100%;
	display:block;
	line-height:30px;
	color:#BE1E2D;	
	font-weight:normal
}

h1.kn-secure_icn{
	background:#fff url('/html/images/icons/med/secure.png') no-repeat center right;
	padding:4px 0;
	float:left;
}

h2
{
	font-size: 1.3em;
	margin:10px 0 10px 0;
	padding:0;
	color:#404040;
}

.kn-main_content h2 a,
.kn-main_content h4 a {
	color:#404040;
}


h4
{
	font-size: 1em;
	margin:5px 0 0 0;
	width:100%;
	padding:0;
	float:left;
	clear:both;
	color:#404040;
}

/* Color Classed */

.kn-orange
{
	color:#EE4036;
	font-weight:normal
}

.kn-lt_orange
{
	color:#F6921E;
	font-weight:normal
}

.kn-red
{
	color:#BE1E2D;
	font-weight:normal
}

.kn-normal
{
	font-weight:normal
}

/* Buttons */

.kn-sm_submit
{
	width:29px;
	height:23px;
	background:#000 url(/html/images/framework/submit_sm.png) center;
	display:block;
	float:left;
	border:0px;
}

.kn-md_submit
{
	width:39px;
	height:23px;
	background:#000 url(/html/images/framework/submit_md.png) center;
	display:block;
	float:left;
	border:0px;
}

.kn-login_cred input.kn-md_submit
{
	width:39px;
}

.kn-sm_submit span,
.kn-md_submit span
{
	display:none;
}

div.kn-login .kn-md_submit{
	float:right;
	margin-right:4px;
	margin-top:6px;
	height:23px;
}


#kn-acs_top
{
	margin-top:20px;
	font-size:0.75em;
	float:right;	
	margin-right:5px;
	height:15px;
	line-height:15px;
	padding-top:20px;
	background:#333 url(/html/images/icons/raquo_u.png) no-repeat right top;
}

/* Logo */
#kn-logo
{
	width:466px;
	height:112px;
	margin-top:7px;
	padding-left:30px;
	float:left;
}

#kn-logo a
{
	display:block;
	width:100%;
	height:100%;
}

#kn-crumbs {
	margin-top:127px;
	font-size:0.85em;
	margin-left:190px;
}

#kn-crumbs ul li a{
	color:#b3b3b3;
	font-size:0.8em;
	padding-left:5px;
}

#kn-crumbs ul li.glue {
	background: url(/html/images/icons/crumb.gif) no-repeat right center;
	width:15px;
}

#kn-crumbs ul li {
	float:left;
}

.kn-module_text
{
	font-size:0.7em;
	color:#fff;
	padding:100px 0 0 10px;
	float:left;
	line-height:14px;
	width:90%;
}

/* Personalise Pod */
.kn-personal_pod
{
	width:100%;
	padding-top:40px;
	background:transparent url(/html/images/framework/personalise.jpg) 10px 5px no-repeat;
	float:left;
	height:auto;
	display:block;
	font-size:0.7em;
	font-weight:bold;
	line-height:13px;
	margin-bottom:15px;
}

/* Personalise Pod Display List*/
ul.kn-personal_pod_display{
	padding-left:8px;
	padding-bottom:10px;
	font-weight:normal;
}

ul.kn-personal_pod_display li,
ul.kn-personal_pod_display li.active:hover
{
	width:140px;
	line-height:29px;
	height:29px;
	text-indent:10px;
	background:transparent url(/html/images/framework/kn-pnl_pod_item.jpg) no-repeat center left;
}

ul.kn-personal_pod_display li.active,
ul.kn-personal_pod_display li:hover
{
	background:transparent url(/html/images/framework/kn-pnl_pod_item_a.jpg) no-repeat center left;
}

ul.kn-personal_pod_display li a{
	color:#404040;
	display:block;
}


/* Reports Nav */
.kn-reports_nav{
	color:#b3b3b3;
	font-size:0.7em;
	line-height:1.4em;
	margin-bottom:15px;
}

.kn-reports_nav h5{
	color:#fff;
}

.kn-reports_nav h6{
	text-decoration:underline;
}

.kn-reports_nav ul{
	margin-bottom:10px;
}

.kn-reports_nav ul li a{
	color:#b3b3b3;
}

.kn-reports_nav ul li a.active{
	color:#F6921E;
	text-decoration:underline;
}

/* previous Button */
a.kn-news_prev {
	width:50px;
	height:14px;
	margin-top:8px;
	display:block;
	float:right;
	background:transparent url(/html/images/icons/prev.jpg) no-repeat center left;
}

/* Next Button */
a.kn-news_next {
	width:60px;
	height:14px;
	margin-top:8px;
	display:block;
	float:right;
	background:transparent url(/html/images/icons/next.jpg) no-repeat center right;
}

a.kn-news_prev span,
a.kn-news_next span{
	display:none;
}

.kn-center_pod .kn-recent_reports {
	height:auto;
}

.kn-center_pod .kn-recent_reports .kn-pane_container {
	width:400px;
}


.kn-center_pod .kn-recent_reports .kn-recent_pane .kn-recent_pane_inner {
	height:380px;
}

.kn-main_content .kn-center_pod .kn-recent_reports p {
	text-align:justify;
	line-height:1.8em;
}

.kn-center_pod  .kn-recent_reports h1 {
	font-size:1.6em;
	line-height:1.5em;
}

/* Article Snips */
ul.kn-article_snip{
	margin-left:15px;
	width:435px;
}

ul.kn-article_snip li{
	width:125px;
	float:left;
	font-size:0.85em;
	line-height:1.5em;
	padding-right:20px;
}

ul.kn-article_snip li span{
	width:100%;
	display:block;
}

ul.kn-article_snip li span.snip {
	overflow:hidden;
}

/* Center Image */

.kn-img_center{
	margin-top:20px;
	text-align:center
}

/* Statistics controls */
.kn-statistic_controls{
	padding:0 5px 10px 0;
	font-weight:bold;
	font-size:0.7em;
	min-width:200px;
	width:200px;
	float:right;
	clear:right;
}

.kn-statistic_controls li{
	float:left;
}



/* Buttons */

#kn-statistic_controls {
	float:left;
	width:100%;
}

.kn-statistic_controls .kn-button_export{display:block; width:198px; height:64px; background:url(/html/images/buttons/download_usage.png) no-repeat top; margin-right:5px;}
.kn-statistic_controls .kn-button_guide{display:block; width:198px; height:64px; background:url(/html/images/buttons/download_guide.png) no-repeat top; margin-right:5px;}
.kn-button_export{display:block; width:30px; height:30px; background:url(/html/images/icons/kn-export.jpg) no-repeat top;}
.kn-button_export span,.kn-button_guide span{display:none;}

.kn-button_save{display:block; width:30px; height:30px; background:url(/html/images/icons/kn-save.jpg) no-repeat top;}
.kn-button_save span{display:none;}


.kn-button_tabs {
	width:65%;
	float:left;
	height:30px;
	padding:0px 0 5px 5px;
	letter-spacing:-1px;
}

.kn-checkout .kn-button_tabs {
	width:70%;
	margin-top:-30px;
}

.kn-button_tabs li{
	float:left;
	margin-right:5px;
	background:url(../images/buttons/submit_bg_red_lg.png) no-repeat top center ;
	font-size:0.85em;
	height:30px;
	line-height:28px;
	margin-bottom:5px;
	width:130px;
	text-align:center;
	font-family:verdana,arial,helvetica;
}

.kn-button_tabs li.active {
	background-image:url(../images/buttons/submit_bg_grey_lg.png);
}

.kn-button_tabs li a{
	color:#E2E2E2;
	font-weight:bold;
}

div.kn-statistics_chart{
	float:left;
	width:96%;
	margin:2% 0% 1% 1%;
	height:100%;
	border-top:1px solid #efefef;
}

.kn-button_holder{
	float:right;
	margin-right:10px;
	margin-bottom:5px;
}

.kn-reports_nav ul li.canAccess{
	background:url(../images/icons/small/unlock.png) no-repeat center right;
}

.kn-reports_nav ul li{
	width:100%;
	float:left;
	display:block;
	background:url(../images/icons/small/lock.png) no-repeat center right;
}

.kn-reports_nav ul li a{
	width:95%;
	float:left;
}

.kn-report_details{
	width:540px;
}

#kn-advanced_search .wrap{
	width:313px;
}

.question{
	font-weight:bold;
	cursor:pointer;
	font-size:0.85em;
	background:transparent url(/html/images/framework/faq_toggler.jpg) no-repeat bottom;
	width:590px;
	height:33px;
	margin-left:15px; 
	margin-top:3px;
}

.question:hover{
	background:transparent url(/html/images/framework/faq_toggler.jpg) no-repeat top;
	color:#fff;
}

.question div{
	margin-left:25px;
	line-height:33px;
}

.answer{
	margin-left:15px; 
	width:590px;
	margin-top:3px;
}

.answer_top{
	width:590px;
	height:9px;
	margin:0;
	padding:0;
	background:transparent url(/html/images/framework/faq_ans_top.jpg) no-repeat top left;
}
.answer_body{
	width:590px;
	background:transparent url(/html/images/framework/faq_ans_body.jpg) repeat-y left;
}

.answer_btm{
	width:590px;
	height:9px;
	margin:0;
	padding:0;
	background:transparent url(/html/images/framework/faq_ans_btm.jpg) no-repeat bottom left;
}

.answer_body div{
	width:570px;
	margin:0 0 0 10px;
	padding:0;
	font-size:0.85em;
}

.kn-flash_hint{
	width:410px;
	margin-bottom:10px;
}

a.download{
	background:url(../images/icons/small/down.png) no-repeat 25px 3px;
	display:block;
}

#kn-flowchart{
	margin-left:22px;
}

#kn-flash_help{
		padding-left:20px;
}
#kn-old_site{
	float:left;
	clear:left;
	margin-top:5px;
	height:20px;
	line-height:20px;
	text-align:center;
	width:170px;
	background:url(/html/images/buttons/old_link.gif) no-repeat center;
}

#kn-old_site a{
	color:#B3B3B3;	
	height:20px;
	width:170px;
	display:block;
	font-size:0.7em;
	text-indent:-9999px;
}

#kn-old_site a:hover{
	color:#F05B26;
	text-decoration:none;
}

.kn-200{
	width:200px;
	float:right;
	padding-right:1.5em;
}

.kn-200 li{
	margin-bottom:0.5em;
}

.addthis{
	margin-bottom:10px;
	width:169px;
	text-align:left;
	float:left;
}

.addthis a{
	margin-top:0;
	float:left;
}

/* News media bar */

.media-tool{
	height:45px;
	border:2px dotted #ccc;
	border-width:2px 0;
	margin:25px 10px 20px 10px;
}

.media-tool a.icon{
	line-height:45px;
	padding:0 0px 0 22px;	
	display:block;
	float:left;
}

.media-tool a.print{background:url(/html/images/icons/small/printer-orange.gif) no-repeat 2px 16px;}

.media-tool a.email{background:url(/html/images/icons/small/email-regular.gif) no-repeat 1px 15px;}

.media-tool a.pdf  {background:url(/html/images/icons/small/pdf.gif) no-repeat center left;}

.media-tool img{
	margin-top:10px;
}

.media-tool img:hover{
	cursor:pointer;
}

.article{
	width:90%;
	margin: 0 auto 2em auto;
}

.article h2{
	margin-bottom:15px;
	line-height:1.5em;
}

