/* GENERAL
_____________________________________________________________________________*/

.edit {
	display: inline;
	/*float: left;*/
}

html {
	margin-bottom: 1px;
	min-height: 100%;
	height: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
th,
td,
img {
	margin:0;
	padding:0;
	border:0;
}

table {
	font-size:inherit;
	border-collapse: collapse;
	border-spacing: 0;
}

.clear,
.clearingElement {
	clear: both;
	height: 0px;
	overflow: hidden;
}

img {
	border: 0;
	vertical-align: bottom;
}

cite,
code,
em,
strong,
th {
	font-style:normal;
	font-weight:normal;
}

ol,
ul {
	list-style:none;
}

th {
	text-align:left;
}

h2,
h3,
h4,
h5,
h6 {
	font-size:100%;
}

h1 {
	font-size: 18px;
	text-transform: uppercase;
	color: #FFD204;   /* YELLOW */
	}

h2 {
	font-weight: bold;
	font-size: 14px;
	color: #134E99; /* BLUE */
	margin-bottom: 2px;
}

h2 a {
	color: #134E99; /* BLUE */
}

h3 {
	font-size: 13px;
}

q:before,
q:after {
	content:'';
}

select,
input,
textarea {
	font-size:99%;
}

* {
	outline: none;
}

/* commented backslash hack \*/
html,
body {
	height:100%;
}

/* end hack */
html,
body {
	margin:0;
	padding:0
}

body {
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	color: #FFFFFF;
	text-align: center;
	background-color: #000;
}

/* LINKS
_____________________________________________________________________________*/

a {
	text-decoration: none;
	color: #000;
	position: relative;
	
}

a:hover {
	text-decoration: none;
}

#page-detail a {
	border-bottom: 1px solid blue;
}

.product a:hover,
#menu a:hover,
#footer a:hover {
	font-weight: bold;
	text-decoration: none; 	
}

a .boldhidden {
	font-weight: bold;
	visibility: hidden;
	position: absolute;
}

/* STRUCTURE
_____________________________________________________________________________*/

#container {
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
	height: auto;
	text-align: left;
	width: 1200px;
}

* html #container {
	height: 100%;
}

#header {
	background:  url(/images/site/bg-top-nav.jpg) no-repeat;
	padding: 10px 25px 6px 68px;
	border-bottom: 1px solid #ffd204;
	position: relative;
}

#content {
	min-height: 568px;
	padding-top: 67px;
	padding-left: 80px;
	background: #000 url(/images/site/bg-home.jpg) no-repeat;
}

#content.page {
	background: #000 no-repeat url(/images/site/bg-page.jpg);
	padding-left: 60px;
	padding-top: 61px;
}
#content.page.noline {
	background: #000 no-repeat url(/images/site/bg-page-noline.jpg);
}
	
#left-column {
	width: 277px;
	float: left;
	padding-right: 22px;
	position: relative;
}

#center-column {
	float: left;
	width: 454px;
}

#right-column {
	width: 300px;
	padding-left: 17px;
	float: left;
}

/* HEADER
_____________________________________________________________________________*/
	
#header-nav {
	font-weight: bold;
	float: right;
	height: 32px;
	padding: 0px 33px 0 0;
	text-align: right;
	right: 25px;
	color: #FFD204;   /* YELLOW */
	position: absolute;
	top: 20px;
}

#header-nav li {
	display: block;
	float: left;
	height: 20px;
	position: relative;
	padding-bottom: 20px;
}

#header-nav li:hover a {
	color: #FFFFFF;
}

#header-nav ul {
	text-align: left;
	position:absolute;
	margin-top:10px;
	margin-left:5px; /* for IE */
	display:none;
	background-color: #363636;
/*	background-image: url(/images/site/bg-nav.png);  */
	border: 1px solid #333333; 
	list-style:none;
	margin:0 20px 0 20px;
	left: -13px;
	top: 30px;
	width: 207px;
}

#header-nav a {
	white-space: nowrap;
}

#header-nav a:hover {
	color: #FFFFFF;
}

#header-nav li li a {
	float: none;
	font-weight: normal;
	display: block;
	text-align: left;
	color: #FFF;
	}

#header-nav li li a:hover {
	color: #000000;
}
	
#header-nav li li:hover a {
	color: #000;
}

#header-nav li li {
	float: none;
	display: block;
	text-align: left;
	border: 1px solid #333333;
	border-width: 1px 1px 2px 1px;
	padding: 3px 3px 3px 3px;
}

#header-nav li li:hover {
	background-color: #FFD204;   /* YELLOW */
}

#header-nav li.last {
	clear: both;
}

/* ******************************************************************* */
/* SHOW SUBMENU  1 */
#header-nav li:hover ul, #header-nav li.over ul {
	display:block;
}
#header-nav li:hover ul ul, #header-nav li.over ul ul {
	display:none;
}
/* SHOW SUBMENU  2 */
#header-nav ul li:hover ul, #header-nav ul li.over ul {
/*   display:block;q */
}		

#header-nav a {
	padding: 0 8px;
	color: #FFD204;
	font-size: 13px;
}

#mag {
	position: absolute;
	right: 20px;
	top: 15px;
}

#mag img {
	cursor: pointer;
}

#mag form {
	position: absolute;
	background: #FFD204;
	left: -163px;
	top: 38px;
	background-color: #363636;
	border: 1px solid #FFD204;
	border-top-color: #363636;
	display: none;
}

#mag form.showsearch {
	display: block;
}

#mag input {
	border: none;
	background-color: #363636;
	color: #FFFFFF;
}

input#keywords {
	padding: 0 0 3px 3px;
	font-family: Lucidia, arial, sans-serif;
	width: 100px;
	border: 1px solid #999999;
}

#searchresults {
	padding: 0 20px 20px 20px;	
}

.resultHead {
	font-weight: bold;
}

#searchresults tr {
	border-bottom: 1px solid #999999;
}

#searchresults td { 
	padding: 3px;
}

#searchresults a {
	font-weight: bold;
	color: #134E99;
}	

#flash {
	height: 379px;
}

.home-column-header {
	text-transform: uppercase;
	text-align: center;
	color: #FFD204;   /* YELLOW */
	font-size: 15px;
}

#center-column .home-column-header {
	color: #FFFFFF;   /* WHITE */
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 8px;
}

/* LEFT COLUMN
_____________________________________________________________________________*/
	
#home-news {
	padding: 0px 10px 0px 20px;
	position: relative;
}

#scientist {
	position: absolute;
	bottom: -60px;
	left: -65px;
}

.news-item {
	border-bottom: 1px solid #5B5B5B;
	padding-bottom: 9px;
	margin-bottom: 9px;
	cursor: pointer;
}

.news-item.last {
	border: none;
}

.news-item a {
	color: #FFFFFF;   /* WHITE */
}

.news-item a {
	color: #FFFFFF;   /* WHITE */
}

.news-item a:hover {
	text-decoration: none;
}

.news-headline a:hover {
	text-decoration: none;
}

.news-headline a {
	color: #FFD204;   /* YELLOW */
}

/* CENTER COLUMN
_____________________________________________________________________________*/

#center-column-content {
	padding-left: 5px;
}


#unitsNav {
	float: left;
	width: 143px;
	border-right: 1px solid #525252;
}

#unitsNav a {
	text-transform: uppercase;
	color: #FFD204;   /* YELLOW */
	display: block;
	padding: 9px 2px 10px 8px;
	border-bottom: 1px solid #525252;
}

#unitsNav a.last {
	border-bottom: 0;
}

#unitsNav a.active,
#unitsNav a:hover {
	text-transform: uppercase;
	color: #000000;
	display: block;
	padding: 6px 2px 6px 8px;
	border: 4px solid #FFD204;
	background:url(/images/site/bg-yellow-highlight.jpg) #ffec93 bottom no-repeat;
}

#unit-detail-container{
	width: 272px;
	position: relative;
	float: left;
}


.unit-detail {
	padding-left: 10px;
	width: 262px;
	font-size: 11px;
	line-height: 15px
	text-align: center;
	display: none;
	position: absolute;
}

.unit-detail.active {
	display: block;
}

#unit-detail blockquote {
	margin: 0;
	padding: 0;
}

.unit-detail img {
	margin-bottom: 10px;
}

.unit-single-container {
	height: 230px;
}

.unit-single {
	display: none;
}

.unit-detail a:hover {
	text-decoration: none;
}

.unit-single.active {
	display: block;
}

.showcase-home a:hover{
	text-decoration: none;
}

.showcase-link {
	display: block;
	width: 252px;
	text-align: center;
}


.other-customers {
	margin-top: 14px;
	color: #FFD204;   /* YELLOW */
}

.other-customer-links,
.unit-single a,
.other-customer-links a {
	color: #FFFFFF;
}

.unit-detail a.active {
	color: #FFD204;   /* YELLOW */
}


/* RIGHT COLUMN
_____________________________________________________________________________*/

#home-products {
	text-transform: uppercase;
	padding: 15px 6px 28px 7px;
	font-size: 11px;
	width: 280px;
}

.product {
	overflow: hidden;
	height: 37px;
	padding: 0 4px 0 0px;
	margin: 0;
	border: 0px solid red;
	border-bottom: 1px solid #525252;
	background: url(/images/site/bg-button.png) no-repeat 0px -1px;
	cursor: pointer;
	}

.product.last {
	border: 0;
}

.product a.product-button {
	letter-spacing: .5em;
	color: #FFFFFF;
	font-weight: bold;
	width: 152px;
	overflow: hidden;
	text-align: center;
	position: relative;
	float: left;
	height: 27px;
}

.product a.edit {
	position: absolute;
	display: block;
	right: -25px;
}

.product:hover  {
	background-position: 0px -40px;
}

.product:hover a {
	color: #FFFFFF;
}

.product.weird2:hover {
	background-position: 0px -39px;
}

.product.weird2:hover {
	background-position: 0px -40px;
}

a.product-button span {
	position: absolute;
	display: block;
	height: 24px;
	top: 11px;
	width: 152px;
	text-align: center;
	height: 27px;
}

.product-button img {
	vertical-align: -2px;
}

.home-product-link div {
	margin-top: 3px;
}

.home-product-link a {
	color: #FFD204;   /* YELLOW */
	font-weight: bold;
	line-height: 1.2em;
}

.home-product-link a:hover {
	color: #FFFFFF;
}

.home-product-link {
	position: relative;
	float: left;
	width: 120px;
	padding-top: 8px;
}

.home-box {
	width: 149px;
	float: left;
	color: #FFD204;   /* YELLOW */
	line-height: 12px;
}

.box-title {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 4px;
}

.home-box img {
	float: left;
	display: block;
	margin: -3px 2px 15px 0;
}

.home-box a {
	color: #999999;
	font-size: 11px;
}

/* PAGE lEFT
_____________________________________________________________________________*/

#page-left {
	padding: 54px 0px 0 0px;
	width: 295px;
	float: left;
}

.noline #page-left {
	padding-top: 0px;
}
	
#page-main {
	width: 771px;
	color: #000000;
	float: left;
	background: #FFFFFF url(/images/site/bg-page-main.jpg) no-repeat;
	margin-left: 16px;
	min-height: 500px;
	
}

#page-main h1 {
	padding:0 0 33px 23px;
	color: #FFD204;   /* YELLOW */
}

.page-column-header {
	color: #3789CE; /* BLUE */
	width: 212px;
	margin-bottom: 9px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}

#snapshot {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 19px 13px 35px;
	line-height: 16px;
	min-height: 222px;
}

#snapshot ul {
	list-style-image: url(/images/site/li-white.png);
	list-style-position: outside;
	padding-left: 20px;
}

.noline #snapshot {
	display: none;
}
	
.snapshot li {
	background: 0 7px no-repeat 
	text-indent: 10px;
	margin: 0 0 7px 7px;
	font-size: 11px;
}

.snapshot a {
	color: #FFD204;   /* YELLOW */
}	

#page-news {
	background: no-repeat url(/images/site/bg-page-news.jpg);
	padding: 20px 10px 5px 28px;
	margin-left: 11px;
}

.noline #page-news {
	padding-top: 0px;
	background: none;
}

.news-head {
	text-align: center;
	margin-bottom: 21px;
}

.news-head span {
	display: none;
}

.noline .news-head span {
	display: block;
	color: #FFD204;   /* YELLOW */
	text-transform: uppercase;
	font-size: 18px;
}

.noline .news-head img {
	display: none;
}

.news-title {
	font-size: 13px;
	margin-bottom: 10px;
	font-weight: bold;
}

.news-header {
	font-size: 13px;
	font-weight: bold;
}

.news-url {
	margin-bottom: 10px;
}

.news-subtitle {
	font-size: 13px;
	margin-bottom: 10px;
}

.news-location {
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-family: Arial;
}

.news-contact {
	margin-bottom: 10px;
}

.news-tm-statement {
	font-size: 10px;
	text-transform: uppercase;
	font-family: Arial;
}

/* PAGE CENTER
___________________________________________________________*/

.product-intro a {
	color: #134E99; /* BLUE */
	font-size: 13px;
	font-weight: bold;
}

#page-detail {
	padding: 7px 12px 22px 28px;
	width: 564px;
	line-height: 19px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
}

#page-detail h2 {
	margin: 10px 0 10px 0;
	}

#page-detail h3,
#page-detail h4 {
	margin: 10px 0 3px 0;
	}

#page-detail p {
	margin: 8px 0 8px 0;
}

#page-detail p.code {
	font-size:1.2em;
	margin:0 0 0 60px;
	text-indent:-30px;
}

#page-detail .picture {
	margin-top: 5px;
	}

.code {
	color:#0000CC;
	font-family:"Courier New",Courier,monospace;
}

.text-header {
	font-weight: bold;
	font-size: 13px;
	color: #134E99; /* BLUE */
}

.BoxContainer,
#BoxContainer,
.page-boxes {
	margin: 19px auto  0px auto;
	clear: both;
	width: 450px;
}

.BoxContainer.boxes1 {
	width: 50%;
}


.TXBox,
.page-box {
	width: 180px;
	margin-left: 37px;
	float: left;
	border: 1px solid #888888;
	color: #5E5E5E;
	padding-bottom: 10px;
	font-size: 10px;
}
#TXBoxTop {
	width:85%;
	float:none;
	margin:20px auto 20px;
}

#page-detail .TXBox h3,
.page-box-header {
	background-color: #5682BA;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	padding: 4px 0 8px;
	margin-top: 0;
	}

#page-detail .TXBox ul,
#page-detail .page-box ul {
	padding: 8px 7px 5px 7px;
	color: #5E5E5E;
	margin-bottom: 4px;
	line-height: 18px;
}

#page-detail .TXBox li,
#page-detail .page-box li {
	background: url(/images/site/li-black.jpg) 0 7px no-repeat;
	padding-left: 11px;
}

#page-detail .TXBox p,
.detail-footnote { 
	padding: 0 7px 0px 7px;
}

#page-detail p.distributor {
	text-align: center;
	margin-bottom: 0px;
	}
	
#page-detail .tableToRight h4 {
	margin-right: 20px;
}

#page-detail .tableToRight ul {
	margin: 10px 0;
}
	
#page-detail td {
	padding-right: 10px;
}

#page-detail th {
	padding-bottom: 5px;
}
	
/* PAGE right
_____________________________________________________________________________*/

#page-right {
	width: 150px;
	float: left;
	border-left: 1px solid #B1B1B1;
	min-height: 595px;
}

#page-right hr {
	border-bottom: 1px solid #B1B1B1;
	margin: 0 0 8px 0;
	border-width: 0 0 1px 0;
	background-color: transparent;
	border-style: solid;
}

.right-box {
	margin-bottom: 0px;
	padding: 9px 0 0px 0px;
	font-size: 10px;
	line-height: 12px;
}

.right-box a {
	color: #000000;
}

.right-box .box-title {
	color: #2b5e9f;
	font-size: 12px;
	margin-bottom: 2px;
}

.right-box img {
	display: block;
}

.right-box .box-image-left img {
	display: inline;
}

.right-box .box-image-left {
	float: left;
	width: 54px;
	text-align: right;
	margin: 8px 6px 10px 0;
}

.customer-showcase-image {
	text-align: center;
	display: block;
}

.customer-showcase-text {
	padding: 3px 3px 0px 9px;
	display: block;
}

/* ------------ Counter Div -------- */

#footer {
	color: #838383;
	padding: 4px 0 0 4px;
	font-size: 10px;
	background-color: #000000;
}

.home #footer {
	padding: 0 0 0 94px;
}


#footer a {
	color: #838383;
}


/* ------------ Counter Div -------- */

#counter {
	width: 409px;
	height: 58px;
	background-image: url(/images/site/bg-counter.jpg);
	margin-bottom: 16px;
	padding:  11px 8px 1px 8px;
	background-color:#000; 
	margin-top:0; 
}

div#CounterNumbers {
	font-size:35px;
	line-height:1em;
	float:left;
	background-color:#000;
	border: 0px solid #854854;
}

#showCounter {
	background-color:#000;
	font-size:40px; 
	color:#FFFFFF;
	margin: 0;
	letter-spacing:6px;
}


#counter input {
	border: 1px solid #858484;
	width: 406px;
	padding: 0px 0 0px 0;
	margin: 0px;
	text-align: center;
}
 
/*----------------------------- SHOWCASE PAGE -------------------*/

#page-detail .showcase-image { 
	float: left;
	margin: 12px 6px 6px 0;
	width: 200px;
	text-align: center;
}

.showcase-item {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #666666;

}

.showcase-text {
	float: right;
	width: 342px;
	line-height: 15px !important;
	color: #333333;
	text-align: justify;
}

.showcase-item blockquote {
	margin: 16px 30px;
}

.showcase-item h2 {
		font-weight: bold;
		font-size: 13px;
		color: #134E99; /* BLUE */
		margin-bottom: 8px;
}

.quoter {
	float: right;
	font-size: 11px;
	font-style: italic;
}

.partner .partner-image {
	float:left;
	margin:5px 20px 0 0;
}

.partner {
	padding: 10px 0 10px 0;
}

.partner h3 {
	margin-bottom: 6px;
}

.partner-category {
	border-bottom: 2px solid #B1B1B1;
	margin-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.partner-category.noborder {
	border: none;
}

.news-list {
	margin-bottom: 10px;
}

.news-list a {
	font-size: 13px;
	color: #134E99; /* BLUE */
}


/* ----------------------------------------------------------- */
/* SUB MENU */
#menu {
	list-style:none;
	padding: 0px 6px 0px 6px;
	margin: 0px 20px;
	width: 727px;
	background-color:  #000000; /* BLACK */
	font-size: 13px;
	border-width: 0px 0 0px 0;
	line-height: 19px;
	color: #FFD204;   /* YELLOW */
	font-weight: bold;
	z-index:1;
}

#menu li {
	display: inline;
	position:relative;
}

#menu a {
	color: #FFD204;   /* YELLOW */
	font-weight: bold;
	padding:3px 0 5px 0;
	display: inline-block;
}

#menu a:hover {
	color: #FFFFFF;
}

#menu li li a {
	font-weight: normal;
	float: none;
	display: block;
	text-align: left;
	color: #FFF;
	padding-bottom: 0px;
	}

#menu li li a:hover {
	font-weight: normal;
}

#menu li:hover a {
	color: #FFFFFF;
}

	
#menu li li:hover a {
	color: #000;
}

#menu li li {
	float: none;
	display: block;
	text-align: left;
	border: 1px solid #333333;
	border-width: 1px 1px 2px 1px;
	padding: 3px 3px 3px 6px;
}

#menu li li:hover {
	background-color: #FFD204;   /* YELLOW */
}


#menu li ul {
	position:absolute;
	border-top:5px solid #000;
	margin-left:5px; /* for IE */
	display:none;
	list-style:none;
	left: -11px;
	top: 19px;
	width: 207px;
	background-color: #363636;
	z-index: 4;
}

#menu ul li ul {
	margin-top:-3em;
	margin-left:7em;
}

#menu .clear {
	height: auto;
}

#menu li.last:hover {
	border-bottom-width: 2px;
}
	
	
/* ******************************************************************* */
/* SHOW SUBMENU  1 */
#menu li:hover ul, #menu li.over ul {
	display:block;
}
#menu li:hover ul ul, #menu li.over ul ul {
	display:none;
}
/* SHOW SUBMENU  2 */
#menu ul li:hover ul, #menu ul li.over ul {
/*   display:block;q */
}
/* ******************************************************************* */
/* STYLING UP THE LINKS */


#menu a:hover {
	color: #FFFFFF;
}



/* ******************************************************************* */

#menu ul {
	z-index:2;
}
#menu ul ul {
	z-index:3;
}

.product-sublist a {
	display: block;
	margin-bottom: 5px;
	}

#menu .sub_level_0 {
	padding: 0 9px 0 4px;
	}

#downloadOverview #topRow a {
	float: left;
}

.customer-showcase-image img  {
	margin-left: auto;
	margin-right: auto;
	
}

#page-detail a {
	text-decoration: none;
}

#page-detail a:hover {
	text-decoration: none;
}

.alert {
	color: #FF0000;
	}

form.form1,	
form#Download {
	margin: 15px;
}

form.form1 td,
form#Download  td{
	padding-bottom: 5px;
}

form.form1 .formElements,
form#Download .formElements {
	line-height: 25px;
}

form.form1 p,
form#Download  p {
	margin: 5px 0 20px;
}

form.form1 table,
form#Download table {
	margin-bottom: 20px;
}

#mainRight {
	margin: 0 20px 0 20px;
}

/*  -------- DLOADS ----------  */

#download-links {
	padding: 20px 0 0 20px;
}

#download-links li {
	display: block;
	float: left;
	width: 83px;
	text-align: center;
	font-size: 11px;
	margin: 0 21px 33px 21px;
	}

#download-links li  img{
	display: block;
	margin: 0 auto 1px auto;
}	
/*  -------- FORM FOR DLOADS ----------  */
label {
	display:block;
	margin:5px 0 0;
}

form.form1 input,
form#Download input {
	width:350px;
}

form.form1 input.checkbox,
form.form1 input.radio,
form.form1 .checkBoxes input,
form#Download input.checkbox,
form#Download input.radio,
form#Download .checkBoxes input {
	width:10px;
}


form.form1  fieldset,
#Download fieldset  {
	margin:0 4px 20px 4px;
	padding:10px;
	border:2px groove threedface;
	display:block;
}

form.form1  input.radio, form.form1 input.checkbox,
form#Download input.radio, form#Download input.checkbox {
width:auto;
}

form.form1 .formElements input.text,
form.form1  input.short,
form#Download input.short {
width:150px;
vertical-align: -1px;
}

form.form1 input.submit,
form#Download input.submit {
	width:150px;
}

form.form1 p.errorMessage,
form#Download p.errorMessage {
	margin: 0px;
}

/* ---- THREADX DEMO PAGE -- */

.proclist {
	margin-bottom: 20px;
} 	

.proclist li {
		font-weight: bold;
		font-size: 14px;
		color: #134E99; /* BLUE */
		margin-top: 20px;
}

.proclist li li {
		font-weight: bold;
		font-size: 13px;
		color: #000000;
		margin-left: 20px;
		margin-top: 8px;
}

.proclist li li li {
		font-weight: normal;
		font-size: 11px;
		color: #000000;
		margin-left: 30px;	
		margin-top: 4px;
}

.proclist li li li li {
		font-weight: bold;
		font-size: 11px;
		color: #134E99; /* BLUE */
		margin-left: 40px;	
}

a.bluetowhite:hover {
	color: #FFFFFF;
}

#form1 legend {
	font-weight: bold;
	font-size: 14px;
		margin: 0 0 7px 0;
	padding: 0;
}

.TraceXEventsTable td {
	padding: 3px;
	border-collapse: collapse;
	border: 1px solid #999999;
}

.defaultBold {
	padding: 3px;
	}
	
.awards {
	text-align: center;
	}
.awards img {
	padding: 5px 0;
	display: inline;
}
	
.awards .partner-image {
	text-align: center;
	width: 150px;
}

a.bb {
	color: #134E99; /* BLUE */
	font-weight: bold;
}
/* ----- Extra for Download Center ---- */
.errorMessage {
	color:#900;
	font-weight:bold;
	padding:20px 0 20px 20px;
}

/*------ Training Calendar -----*/
.calendar {
	width: 300px;
	padding-top: 20px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-collapse: collapse;
}
.calendar td {
	padding: 4px;
	width: 14%;
	height: 35px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	vertical-align:top;
}
.calendar th {
	color: #27608D;
	padding: 4px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.calendar caption {
	text-align:left;
	font-size: 13px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight: bold;
	color: #5990C5;
}
.holiday {
	color: #fff;
	background-color: #66CC66;
}
.trainingdates {
	font-weight: bold;
	color:#fff;
	background-color: #27608D;
}
.unavailtraining {
	font-weight: bold;
	background-color: #CC3300;
	color:#fff;
}
table.trainingLegend {
	font-size:.9em;
	margin:20px 0 20px 40px;
}
table.trainingLegend td.holiday, table.trainingLegend td.trainingdates, table.trainingLegend td.unavailtraining {
	width:15px;
}
table.trainingLegend td {
	padding:0px 5px;
}