@charset "utf-8";
html {
	background: url('images/bg.png') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow-y: scroll;
}

body {
	color:#333;
	font-family: Tahoma;
	font-size: 13px;
	line-height: 18px;
}
.kb_body {
/*	background:#eeeeee url('images/header.jpg') no-repeat center 0; */
	margin:0;
	padding:0;
}

img.superbg {
    position:fixed;
    top:0;
    left:0;
    z-index:-1;
}

img {border:none}
font { color: #009ee0!important;}
.info {
	border:dashed 1px #960;
	line-height:17px;
	padding:10px;
	background-color: #FFFFE1;
}

input[type="submit"], input[type="button"], input[type="reset"] {
	border: solid 1px #d5cfca;
	background: #fefefe; /* Old browsers */
	background: -moz-linear-gradient(top, #fefefe 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fefefe 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fefefe 0%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fefefe 0%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fefefe 0%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	color: #000;
	padding: 4px 12px;
	cursor: pointer;
}

input[type="text"], input[type="password"], textarea {
	padding: 5px;
	border: solid 1px #d5cfca;
	resize: none;
}

#top-menu-header { margin-bottom:25px; }
#links {height:45px;color:#000;font-size:14px;border-bottom: solid 1px black; background: url(images/links-bg.gif) repeat-x 0 0;}
#links td { padding-bottom:11px; }
#links a{color:#000;text-decoration:none;text-transform: uppercase;margin-right:13px;line-height:25px;}
#links a:hover{color:#009EE0;}
#links a.active { color:#009ee0; text-decoration:none; }
#header {height:125px;}

#search_box {width:200px;height:22px;border:solid 1px #eeeeee;background:#fff;}
#search_field {float:left;padding:0 5px;border:0;width:158px;height:22px;line-height:22px;background:none;font-size:14px;outline:none;color:#777;}

.kbtitle {font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;font-size: 29px;font-weight: bold;color: #FFF;line-height: normal;}
.section-title {
	border-bottom: 1px solid #cfc5bd;
    color: #a69589;
    font-size: 17px;
    padding: 6px 0;
    text-transform: uppercase;
}
.subsection-title {color:#669933; font-size:15px; font-weight:bold; border-bottom:solid 1px #CCCCCC; padding-bottom:5px; margin-bottom:5px;}
.browse-title {font-size:17px; text-transform: uppercase; color: #a69589;}
.browse-title-glossary { font-size:17px; text-transform: uppercase; color: #0EA3E2;}
.section {vertical-align:top;padding-top:30px;}
.section-content {padding-right:10px;}
.comment {padding:5px;color:#777777;}
.comment-title {
	background-image:url(images/user_comment.png);
	background-repeat: no-repeat;
	padding-left:20px;
	padding-bottom: 5px;
}
.comment-text {
	padding-bottom: 5px;
	border-bottom:1px dotted #999;
}
.featured {
	background-image: url(images/kb_article_featured.gif);
	background-repeat: no-repeat;
	padding-left:28px;
	background-position: 0px 6px;
	line-height:19px;
	padding-bottom: 6px;
}
.article {
/*	background-image: url(images/kb_article.gif); */
	background-repeat: no-repeat;
/*	padding-left:28px; */
	background-position: 0px 6px;
	line-height:19px;
	padding-bottom: 6px;
}
.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;
}
.article-title h1 {
	border-bottom: 1px solid #CFC5BD;
    color: #A69589;
    font-size: 17px;
    padding: 6px 0;
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 0;
}

#article .article-title h1 {
	margin-top: 20px;
}

.home-news-title {height:25px; padding:0px 0px 10px 0px; font-size:15px; font-weight:bold;}
.home-news {
	background-image: linear-gradient(bottom, rgb(246,246,246) 29%, rgb(254,254,254) 83%);
	background-image: -o-linear-gradient(bottom, rgb(246,246,246) 29%, rgb(254,254,254) 83%);
	background-image: -moz-linear-gradient(bottom, rgb(246,246,246) 29%, rgb(254,254,254) 83%);
	background-image: -webkit-linear-gradient(bottom, rgb(246,246,246) 29%, rgb(254,254,254) 83%);
	background-image: -ms-linear-gradient(bottom, rgb(246,246,246) 29%, rgb(254,254,254) 83%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.29, rgb(246,246,246)),
		color-stop(0.83, rgb(254,254,254))
	);
	border:solid 1px #e0d9d3;
	margin: 0px;
	padding: 8px;
}
.home-news a { color:#009ee0;text-decoration:none; line-height: 22px; }
.home-news a:hover { text-decoration:underline; }

.news-title {
/*	background-image: url(images/icon-news.png); */
	background-repeat: no-repeat;
/*	padding-left:22px; */
	padding-bottom: 6px;
	font-size:14px;
}
.acronym {
	border-bottom: 1px dashed #BB8551; cursor: help;
}

a {
	color:#009ee0;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.categories {
	border-bottom:solid 1px #cfc5bd;
	padding-bottom: 6px;
}
/* CSS to public categories */
/* .category-title {background-image: url(images/category.png);background-repeat: no-repeat;padding-left:22px;} */
.category-title a {font-weight:bold;}
.category-title-iconized {padding:0px;}
.category-title-iconized img {padding-right:3px;}
.category-title-iconized a {font-weight:bold;}
/* CSS to private categories */
.private-title {background-image: url(images/private.png);background-repeat: no-repeat;padding-left:22px;}
.private-title a {font-weight:bold;}
.private-title-iconized {padding:0px;}
.private-title-iconized a {font-weight:bold;}

.sidebar {
	background-color:#F1F5F8;
	padding:4px;
	vertical-align:top;
}
.article-info {
	background-color:#F1F5F8;
	border:solid 1px #D5E2F1;
	padding:5px;
}

.grey-text {FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #777777; LINE-HEIGHT: 17px; TEXT-DECORATION: none;}
.red-text  {font-family: Verdana; font-size: 11px; color: #FF3F92; line-height:normal; }
.error-text {color: #CD754D;}

#subscribe-form {padding: 6px 0px;}
#submail {width:190px;padding:5px;border:solid 1px #d5cfca;}

.footer {
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 10px;
	margin-top: 35px;
	position: relative;
	height: 160px;
}

.footer-informations { position: relative; }

.footer-swiss-measuring-instruments { position:absolute;right:0;top: -115px;text-align: right; }

.footer td { border-top: solid 1px black; padding-top:10px; }
.footer td.last { color: #c5c5c5; }
.footer-big-title { color: #0ea3e2;font-weight: bold; }

.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 {
	background-color:#dbf1fb;
	border:solid 1px #0EA3E2;
	margin: 10px 0px;
	padding: 8px;
}
.breadcrumb a {
	color:#009EE0;
}
.breadcrumb a:hover {
	text-decoration:underline;
}

.private {
	background-color:#FFFFB4;
	border:solid 1px #DDDD00;
	margin: 10px 0px;
	padding: 8px;
}
.private a {
	color:#666666;
}
.private a:hover {
	text-decoration:underline;
}

#instant_suggestions {
	background-color:#E1FFD1;
	border:solid 1px #C5F8AC;
	padding: 10px;
}
#instant_suggestions a {
	color:#060;
}
#instant_suggestions a:hover {
	color:#C00;
}
#categories_nav {
	float:left;
	width:215px;
}
#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: #009EE0;
	background: transparent url(images/nav_item_bg.gif) top right repeat-y;
}
#categories_nav li a:hover {
	text-decoration: none;
	background-image: none;
	color: #009EE0;
}
#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: #009EE0;
	font-weight:bold;
}
#categories_nav li.current a {
	background-image: none;
	background-color: #fff;
}
#glossary
{
	margin: 10px 0;
}
#glossary a,
#glossary a.current:hover
{
	font: normal 11px/25px Verdana;
	border: solid 1px #2A599D;
	color: #2A599D;
	background: #F1F5F8;
	text-align: center;
	text-decoration: none;
	padding: 2px 6px;
	margin-right: 1px;
	margin-bottom: 3px;
}
#glossary a:hover,
#glossary a.current
{
	background: #2A599D;
	border: solid 1px #2A599D;
	color: #ffffff;
}

#article-options{margin:0 0 25px 0;padding:0;width:226px}
#article-options li{margin:0;padding:0;list-style-type:none;position:relative}
#article-options li a{border-bottom:1px solid #e6e6e6;border-top:1px solid #fff;display:block;line-height:35px;padding-left:35px;width:198px}
#article-options li a img{position:absolute;top:10px;left:12px}
#article .section-title, #article td .article-title {
	margin-top: 20px!important;
}

#search-results {padding:0 0 0 25px;margin:0}
#search-results li{padding:15px 0 15px 0;border-bottom:solid 1px #EDEDED;line-height: 20px;}
#search-results li:hover{background-color:#F9F9F9;}
#search-results li a.featured_article{padding-left:22px;font-size:15px;display:block;background-image: url(images/featured.png);background-repeat: no-repeat;}
#search-results li a.normal_article{padding-left:22px;font-size:15px;display:block;display:block;background-image: url(images/article.png);background-repeat: no-repeat;}

#search-results li a.private_featured_article{padding-left:22px;font-size:15px;display:block;background-image: url(images/featured-lock.png);background-repeat: no-repeat;}
#search-results li a.private_normal_article{padding-left:22px;font-size:15px;display:block;display:block;background-image: url(images/article-lock.png);background-repeat: no-repeat;}

#search-results li a.public_category{padding-left:22px;font-size:15px;display:block;background-image: url(images/category.png);background-repeat: no-repeat;}
#search-results li a.private_category{padding-left:22px;font-size:15px;display:block;background-image: url(images/private.png);background-repeat: no-repeat;}
#search-results li a.news{font-size:15px;display:block;}

#news-display {padding:0px;margin:0}
#news-display li{
	padding:15px 0 15px 0;
	border-bottom:solid 1px #EDEDED;
	list-style-type: none;
}
#news-display li:hover{background-color:#F9F9F9;}

#advsrch, #advsrch input, #advsrch select {
	font-size:11px;
}
#advsrch td {
	padding-top:6px;
}

h2.title {
	font-size:14px;
	margin:0px;
	padding:10px;
	background-color:#E2ECF5;
	border-bottom: solid 1px #D5E2F1;
	color:#666;
}

.rating {
	border:solid 1px #E6E6E6;
	padding:10px;
	width:190px;
	margin:0 0 25px 10px;
	background-color: #f6f9fc;
}
.rating-title {
	font-size:14px;
	font-weight:bold;
	color:#009EE0;
	text-align:center;
}
.rating-title span {
	font-size:12px;
	font-weight:normal;
}
.rating input, .rating select{font-size:11px;}

.rating_bar {
	margin:6px 0px 0px 25px;
	width:124px;
	height:30px;
	background-image: url(images/rating-none.png);
	background-repeat: no-repeat;
}

.rating_bar div {
	height: 30px;
	background-image: url(images/rating-stars.png);
	background-repeat: no-repeat;
}

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;
	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;
	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-family:Arial, sans-serif;
	font-weight:bold;
}
input.groovybutton:hover
{
	border: 1px solid #A3BAD1;
	color:#394789;
	height: 24px;
	background-color: #DBE4ED;
	background-image:none;
}
select.languages {
	border: dotted 1px #387EC7;
}
select.languages option {
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:20px;
	font-size: 12px;
}

/* Select languages */
.lang-menu .select-lang, .lang-menu .select-lang:hover {
	background: url('images/select_icon.gif') no-repeat 100% 50%;
}
.lang-list a.active {
	font: bold 12px Arial;
}
ul.lang-list li a:hover, #top_quick_links .lang-list a:hover {
	background-color: #01b1dc;
	color: #ffffff;
}
.select-lang, .select-lang:hover {
	padding-right: 14px;
	text-decoration:none;
}
.icons {
	padding: 0px;
	cursor: pointer;
	vertical-align: -1px;
}
.lang-list a.lang-link, .lang-list a.lang-link:visited, .lang-list a.lang-link:hover, .lang-list a.lang-link:active {
	padding: 0px 0px 0px 22px;
	background-repeat: no-repeat;
	background-position: left 0px;
}
.lang-menu {
	margin-top: 6px;
	padding-left: 3px;
	white-space: nowrap;
	display:inline;
}
.select-popup {
	font: 13px Tahoma;
	background-color: #e1ffd1;
	border: 1px solid #090;
	position: absolute;
	padding: 3px 3px 0px 4px;
	margin: 0px !important;
	display:inline;
}
.close-icon {
	position: absolute;
	right: 3px;
	cursor: pointer;
}
ul.lang-list {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: block;
}
ul.lang-list li {
	padding: 1px 39px 7px 0px;
	cursor: pointer;
	white-space: nowrap;
}
ul.lang-list li a {
	white-space: nowrap;
}
.lang-list a, .lang-list a:visited, .lang-list a:hover, .lang-list a:active {
	font: normal 12px Tahoma;
	color: #666;
	background-repeat: no-repeat;
	background-position: left 0px;
	text-decoration: none;
	padding: 0px 2px;
}
/* Select languages */
#nodrag
{
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

/* CSS to Article Templates */
.txt-tpl {line-height: 1.4em;}
.txt-tpl ul, .txt-tpl ol, .txt-tpl ul li, .txt-tpl ol li, .txt-tpl table, .txt-tpl p, .txt-tpl div {font-size: 12px;}

.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-family: Courier;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 #669933;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;}

.success-tpl {margin-bottom: 17px;background-color: #DDFFCC;padding: 10px 17px 10px 17px;}
.success-tpl-header {background-image: url(images/tick.png);background-repeat: no-repeat;color: #2A992A;display: block;font-size: 15px;font-weight: bold;height: 22px;padding: 1px 0 2px 30px;vertical-align: middle;}
.success-tpl-content {margin-top: 10px;}

.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;}

div.flagged-message-tpl {border-style:solid none;border-width:1px 0;color:#444444;margin:-1px 12px 12px;padding:6px;}
div.flagged-message-tpl .content {background:transparent no-repeat scroll left top;background-repeat: no-repeat;padding:0 0 0 22px;}
div.blue-flag-tpl {background:#DDEEFF none repeat scroll 0 0;border-color:#9999DD;}
div.blue-flag-tpl .content {background-image: url(images/flag_blue.png);}
div.orange-flag-tpl {background:#FFFFCC none repeat scroll 0 0;border-color:#E8DD99;}
div.orange-flag-tpl .content {background-image: url(images/flag_orange.png);}
div.green-flag-tpl {background:#DDFFCC none repeat scroll 0 0;border-color:#99DD99;}
div.green-flag-tpl .content {background-image: url(images/flag_green.png);}
div.red-flag-tpl {background:#FFDDCC none repeat scroll 0 0;border-color:#DD9999;}
div.red-flag-tpl .content {background-image: url(images/flag_red.png);}
div.white-flag-tpl {background:#F0F0F0 none repeat scroll 0 0;border-color:#CCCCCC;}
div.white-flag-tpl .content {background-image: url(images/flag_white.png);}
div.bug-tpl {background:#DFF2C5 none repeat scroll 0 0;border-color:#CCCCCC;}
div.bug-tpl .content {background-image: url(images/bug.png);}
/* Ends - CSS to Article Templates */


/**********************************************************************************************************/


/* TRIMOS ADDITION */

.clear {
    clear: both;
}
.trimos-attachments {
	margin-top: 15px;
    list-style-type: none;
}
.trimos-attachments div.item{
    /* float: left;
    /*margin-right: 37px;*/
    padding: 5px;
    min-height: 20px;
}

.trimos-attachments .odd {
	background: #ededed;
}

.trimos-attachments div.item.last{
    margin-right: 0;
}
.trimos-attachments div.item img {
    display: block;
    max-width: 100px;
    max-height: 100px;
}
.trimos-attachments div.item .trimos-name {
   font-size: 0.9em;
}
.trimos-attachments div.item .trimos-info {
   float: right;
   font-size: 0.9em;
}
.trimos-attachments div.item .trimos-info img {
    display: inline;
}

form div.form-fld{
    margin-top: 5px;
}

form div.form-fld label{
    float: left; 
    padding: 4px 0;
    width: 160px;
    border-bottom: 1px dotted #666;
    margin-right: 10px;
}

form div.form-submit{
    margin-top: 5px;
}

form div.form-submit label{
    float: left; 
    padding: 4px 0;
    width: 160px;
    margin-right: 10px;
}

form div.form-fld input.error {
    border: 1px solid #FF0000;
    background-color: #EE8888;
    opacity: 0.5;
}