@charset "utf-8";


.info {
	border:dashed 1px #960;
	line-height:17px;
	padding:10px;
	background-color: #FFFFE1;
}

#header {height:125px;}

.kbtitle {font-size: 29px;font-weight: bold;color: #FFF;line-height: normal;}
.section-title {
    font-family: 'ITC Officina Sans W01', 'Neue Helvetica W02', Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #888888;
    line-height: 1.2;
    margin: 0 0 15px;
}
.subsection-title {color:#00AEEF; font-size:15px; font-weight:bold; border-bottom:solid 1px #CCCCCC; padding-bottom:5px; margin-bottom:5px;}
.browse-title {font-size:15px; font-weight:bold;}
.section {vertical-align:top;}
.section-content {padding-top:0px;padding-right:0px;}


.featured {
    background-image: url('../images/cssimg/ico_article_featured.png');
    background-repeat: no-repeat;
    padding: 0 0 0 30px;
    margin: 0 0 15px;
    background-position: 0px 6px;
    line-height: 1.5;

}
.article {
    background: url('../images/cssimg/ico_article.png') no-repeat left 3px;
    padding: 0 0 0 30px;
    margin: 0 0 15px;
    background-position: 0px 6px;
	line-height:1.5;

}
.private-featured {
	background-image: url(images/kb_article_featured_private.gif);
	background-repeat: no-repeat;
	padding-left:28px;
	background-position: 0px 6px;
	line-height:19px;
	padding-bottom: 6px;
}
.private-article {
	background-image: url(images/kb_article_private.gif);
	background-repeat: no-repeat;
	padding-left:28px;
	background-position: 0px 6px;
	line-height:19px;
	padding-bottom: 6px;
}


.acronym {
	border-bottom: 1px dashed #BB8551; cursor: help;
}


.categories {
	background-color:#ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    padding: 15px 20px 5px;
}
.category-title {
	background-image: url(../images/cssimg/ico_category.png);
	background-repeat: no-repeat;
    font-weight: bold;

}
.category-title a {
    font-weight: bold;
    padding-left: 23px;
    padding-right: 3%;
    margin: 0 0 7px;
    float: left;
    color: #F26531;
}

.private-title {
	background-image: url(images/private.png);
	background-repeat: no-repeat;
	padding-left:22px;
}
.private-title a {	font-weight:bold;}

.sidebar {
	background-color:#F1F5F8;
	border-left:solid 1px #E4F2FB;
	border-right:solid 1px #D5E2F1;
	padding:4px;
	vertical-align:top;
}
.article-info {
	background-color:#F1F5F8;
	border:solid 1px #D5E2F1;
	padding:5px;
}

.grey-text {
    font-size: 13px;
    COLOR: #777777;
    margin: 0 0 0 0 ;
    padding: 0 0 0 0 ;
 }

.red-text  {font-size: 11px; color: #FF3F92; line-height:normal; }
.error-text {color: #CD754D;}

#subscribe-form {padding: 6px 0px;}
#submail {width:190px;padding:2px;}

.article-navigation {
	background-image: url(images/icon-home.png);
	background-repeat: no-repeat;
	background-position:0px 3px;
	border-bottom:dotted 1px #CCCCCC;
	padding-left: 20px;
	padding-bottom: 5px;
}

.breadcrumb,
.breadcrumb a {
    font-family: 'ITC Officina Sans W01', 'Neue Helvetica W02', Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #FFFFFF;
}
.breadcrumb a {
    margin: 0 4px 0;
}
.breadcrumb a:first-child,
.breadcrumb .last a {
    margin-left: 0;
}
.breadcrumb .last {
    display: block;
}


.private {
	background-color:#FFFFB4;
	border:solid 1px #DDDD00;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 10px 0px;
	padding: 8px;
}
.private a {
	color:#666666;
}
.private a:hover {
	text-decoration:underline;
}

#instant_suggestions {
	background-color:#E1FFD1;
	border:solid 1px #C5F8AC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
}
#instant_suggestions a {
	color:#060;
}
#instant_suggestions a:hover {
	color:#C00;
}
#categories_nav {
        padding-top:30px;
	float:left;
	width:180px;
}
#categories_nav ul {
	margin: 0;
	padding: 0;
	background:	transparent url(images/nav_ul_bg.gif) bottom right no-repeat;
	list-style: none;
	padding-bottom: 125px;
}
#categories_nav li {
	border-bottom: 1px solid #ced3d5;
	background: transparent url(images/nav_item_hover_bg.gif) top right repeat-y;
}
#categories_nav li a:link, #categories_nav li a:visited {
	line-height: 27px;
	display: block;
	color: #1a6ab3;
	background: transparent url(images/nav_item_bg.gif) top right repeat-y;
}
#categories_nav li a:hover {
	text-decoration: none;
	background-image: none;
	color: #FF6600;
}
#categories_nav li.current {
	background:	transparent url(images/nav_current.gif) center left no-repeat;
	line-height: 27px;
	display: block;
	padding-left: 20px;
	background-color: #fff;
	color: #FF5900;
	font-weight:bold;
}

.rating {
    width: 100%;
    float: left;
    padding: 15px;

}
.rating-title {
    font-size: 16px;
    color: #666666;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 5px;
}
.rating-title span {
	font-size:12px;
	font-weight:normal;
}
.rating input, .rating select{font-size:12px;}

.rating_bar {
	margin: 7px 0px 7px 10px;
    width: 124px;
    height: 24px;
	background-image: url('../images/cssimg/rating_none.png');
	background-repeat: no-repeat;
}

.rating_bar div {
    background: url('../images/cssimg/rating_stars.png') no-repeat left top #FFFFFF;;
    width: 124px;
    height: 24px;
}

fieldset.customfields  {
	border:solid 1px #F1A93F;
	background-color:#FEFEE2;
}

fieldset.customfields legend {
	padding: 0.2em 0.5em;
	border:solid 1px #F1A93F;
	color: #F1A93F;
	font-size:11px;
	font-weight:bold;
	text-align:right;
}

#login-table {
	padding: 10px 15px;
	font-weight: normal;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border: 1px solid #acceff;
	-moz-box-shadow: rgba(200,200,200,1) 0 4px 10px;
	-webkit-box-shadow: rgba(200,200,200,1) 0 4px 10px;	
	width: 320px;
	background-color: #fff;
}

#login-table .login-label {
	color: #777;
	font-size: 14px;
}

#login-table .login-field {
	font-size:22px;
	width:97%;
	padding:3px;
	margin-top:5px;
	margin-bottom:5px;
	border:1px solid #e5e5e5;
	background:#fbfbfb;
	color: #777;
}

#login-error {
	background-color: #ffebe8;
	border: solid 1px #c00;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 11px 5px;
	margin-bottom:15px;
	width: 320px;
}
input.groovybutton
{
	border: 1px solid #A3BAD1;
	color:#394789;
	background-image: url('images/bg_button.gif');
	height: 24px;
	font-size:12px;
	font-weight:bold;
}
input.groovybutton:hover
{
	border: 1px solid #A3BAD1;
	color:#394789;
	height: 24px;
	background-color: #DBE4ED;
	background-image:none;
}


/* CSS to Article Templates */


.source-tpl {border: 1px dashed rgb(204, 204, 204);margin: 10px 0pt;} 
.source-tpl-header {border-style: dashed;border-color: rgb(204, 204, 204);border-width: 0px 0px 1px;padding: 3px;background-color: rgb(238, 238, 208);font-weight: bold;}
.source-tpl-content {padding: 5px;background-color: rgb(255, 255, 206);}

.info-tpl {margin-bottom: 17px;background-color: #DFF2C5;padding: 10px 15px 0 15px;}
.info-tpl-header {background-image: url(images/info.png);background-repeat: no-repeat;color: #336600;display: block;font-size: 15px;font-weight: bold;height: 22px;padding: 1px 0 2px 30px;vertical-align: middle;}
.info-tpl-content {padding: 10px 0 5px 0;}

.warning-tpl {margin-bottom: 17px;background-color: #FFFFCC;padding: 10px 15px 0 15px;}
.warning-tpl-header {background-image: url(images/alert.png);background-repeat: no-repeat;color: #000000;display: block;font-size: 15px;font-weight: bold;height: 22px;padding: 1px 0 2px 30px;vertical-align: middle;}
.warning-tpl-content {padding: 10px 0 5px 0;}

.quotation-tpl {border: 1px dashed;margin: 10px;font-size: 12px;line-height: 15px;}
.quotation-tpl-content {padding: 10px;overflow: hidden;background-color: rgb(240, 240, 240);}

.block-quote-tpl {border-left: 4px solid #6FF5900;border-right: 1px solid #F2F2F2;border-bottom: 1px solid #F2F2F2;border-top: 1px solid #F2F2F2;margin: 10px;line-height: 15px;}
.block-quote-tpl-content {padding: 6px 10px 6px 10px;overflow: hidden;background-color: #FAFAFA;}

.error-tpl {margin-bottom: 17px;background-color: #F2DDDD;padding: 10px 17px 0 17px;}
.error-tpl-header {background-image: url(images/error.png);background-repeat: no-repeat;color: #992A2A;display: block;font-size: 15px;font-weight: bold;height: 22px;padding: 1px 0 2px 30px;vertical-align: middle;}
.error-tpl-content {padding: 10px 0 5px 0;}

.pending-tpl, .started-tpl, .onhold-tpl, .completed-tpl{font-size:11px;font-weight:bold;letter-spacing:0;padding:3px;margin:3px;}
.pending-tpl {background-color:#FEEA83;color:#000000 !important;}
.started-tpl {background-color:#6FBC00;color:#FFFFFF !important;}
.onhold-tpl {background-color:#FF6600;color:#FFFFFF !important;}
.completed-tpl {background-color:#245EDC;color:#FFFFFF !important;}


/* Ends - CSS to Article Templates */
