@CHARSET "UTF-8";

html {
	background: #3a77af url(/assets/images/bg-pattern.png) center top repeat-x; 
	font-family: Myriad, Verdana, Arial;
	font-size: 10px;
}
body {
	margin: 0;
	text-align: center;
}
div#container_wrap_container {
	background: url(/assets/images/bg-container-middle.gif) repeat-y;
	width: 886px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 29px;
}
div#container_wrap {
	background: url(/assets/images/bg-container-right.gif) top right no-repeat;
}
div#container {
	text-align: left;
	background: url(/assets/images/bg-container-left.gif) top left no-repeat;
}

/******* HEADER *******/
div#header_container {
	height: 121px;
	overflow: hidden;
	background: url(/assets/images/bg-container-top.png) no-repeat;
	padding: 7px 7px 0 7px;
	position: relative;
}
div#header_container ul#global_menu {
	position: absolute;
	top: 15px;
	right: 10px;
	list-style-type: none;
}
div#header_container ul#global_menu li {
	float: left;
	padding: 0 10px 0 0;
}
div#header_container ul#global_menu li a {
	color: #012e59;
}



/***** MENU ******/
div#menu_container {
	height: 33px;
	margin: 0 6px 0 7px;
	background: url(/assets/images/bg-menu.gif) repeat-x;
}

ul#menu, ul#menu ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 11px;
}
ul#menu a {
	display: block;
	text-decoration: none;
}
ul#menu li {
	border-right: 1px solid #96b8d9;
}
ul#menu li.last {
	border-right: none;
}
ul#menu li.hover {
}
ul#menu li a {
	padding: 11px 8px 9px 8px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}
ul#menu li.active a, ul#menu li a:hover, ul#menu li.hover a, ul#menu li:hover a {
	background: url(/assets/images/bg-menu-active.gif) repeat-x;
}
ul#menu li ul {
	z-index: 1;
}
ul#menu li ul li {
	border-color: #3d3d3d;
	border-width: 0 0 1px 1px;
}
ul#menu li ul li a {
	padding-left: 20px;
	text-align: left;
	text-transform: none;
	font-size: 11px;
	color: #012e59;
	font-weight: bold;
	border: none;
}
ul#menu li.hover ul li a, ul#menu li:hover ul li a {
	background: none;
}
ul#menu li ul li.active a {
	background: url(/assets/images/icon-bullet.gif) left center no-repeat;
}
ul#menu li ul li a:hover {
	background: #f0f0f0 url(/assets/images/icon-bullet.gif) left center no-repeat;
}

ul#menu li { /* all list items */
	float: left;
}

ul#menu li ul { /* second-level lists */
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background: #fff;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #3d3d3d;
	
}
ul#menu li ul li {
	clear: both;
	width: 14em;
}
ul#menu li:hover, ul#menu li.hover {
	position: static;
}
ul#menu li:hover ul, ul#menu li.hover ul { /* lists nested under hovered list items */
	left: auto;
}

/***** CONTENT ******/
div#content_container_wrap {
	min-height: 416px;
	margin: 15px 27px 0 27px;
}
div#content_container_wrap a {
	color: #002b54;
}
div#content_breadcrumbs_container {
	background: #96b8d9;
	padding: 3px 10px 3px 10px;
	color: #002b54;
}
div#content_breadcrumbs_container a {
	text-decoration: none;
}
div#content_container {
	position: relative;
	margin-bottom: 20px;
	padding: 20px;
	background: #ecf5fe;
	min-height: 354px;
	border: 1px solid #96b8d9;
	font-size: 12px;
	color: #002b54;
}
div#content_container h1 {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 15px;
	text-transform: uppercase;
}
div#content_container h1 em {
	display: block;
	font-style: normal;
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
	padding-top: 2px;
}
div#content_container h2 {
	color: #3d94c7;
	font-size: 12px;
	margin: 10px 0 10px 0;
}
div#content_container h2 a {
    color: #3D94C7;
}
div#content_container h2 em {
	font-style: normal;
	font-size: 11px;
	font-weight: normal;
	margin-left: 10px;
}
div#content_container h3 {
	font-size: 11px;
	font-weight: bold;
	margin: 6px 0 4px 0;
}
div#content_container h1 a, div#content_container h2 a, div#content_container h3 a {
	text-decoration: none;
}
div#content_container p {
	margin: 6px 0 12px 0;
}
div#content_container ul li {
	margin: 0 0 4px 0;
}

/****** TEMPLATES *********/
table.page_column_container {
	border: 0;
	width: 100%;
}
table.page_column_container td.col_left {
	vertical-align: top;
	padding-right: 20px;
	width: 70%;
}
table.page_column_container td.col_right {
	vertical-align: top;
}
table.page_column_container td.col_right img {
	border: 1px solid #96b8d9;
}

/******** GENERAL ELEMENTS ********/
a {
	outline: none;
}
a.link-ext {
	padding-right: 16px;
	background: url(/assets/images/icon-link-external.gif) right center no-repeat;
}
a.add-light {
	padding-left: 12px;
	background: url(/assets/images/icon-add.gif) 0 2px no-repeat;
}
a.add {
	padding-left: 12px;
	background: url(/assets/images/icon-add-dark.gif) 0 2px no-repeat;
}
a.edit {
	padding-left: 12px;
	background: url(/assets/images/icon-edit.gif) 0 3px no-repeat;
}
a.open {
	padding-left: 14px;
	background: url(/assets/images/icon-open.gif) 0 4px no-repeat;
}
a.close {
	padding-left: 14px;
	background: url(/assets/images/icon-close.gif) 0 4px no-repeat;
}
a.delete {
	padding-left: 12px;
	background: url(/assets/images/icon-delete.gif) 0 4px no-repeat;
}
a.email {
	padding-left: 14px;
	background: url(/assets/images/icon-email.gif) 0 4px no-repeat;
}
a.user {
	padding-left: 12px;
	background: url(/assets/images/icon-user.gif) 0 3px no-repeat;
}
a.cart {
	padding-left: 14px;
	background: url(/assets/images/icon-cart.gif) 0 3px no-repeat;
}
a.next {
	padding-left: 14px;
	background: url(/assets/images/icon-arrow-right.gif) 0 4px no-repeat;
}
a.next_dark {
	padding-left: 14px;
	background: url(/assets/images/icon-arrow-right-dark.gif) 0 4px no-repeat;
}
a.right {
	padding-left: 0;
	padding-right: 14px;
	background-position: bottom right;
}
a.back {
	padding-left: 14px;
	background: url(/assets/images/icon-arrow-left.gif) 0 4px no-repeat;
}
a.done {
	padding-left: 14px;
	background: url(/assets/images/icon-done.gif) 0 4px no-repeat;
}
a.details {
	padding-left: 14px;
	background: url(/assets/images/icon-details.gif) 0 4px no-repeat;
}
a.file {
	padding: 0 0 4px 20px;
	background: url(/assets/images/icon-file-other.png) 0 0 no-repeat;
}
a.files {
	padding: 0 0 4px 20px;
	background: url(/assets/images/icon-files.gif) 0 0 no-repeat;
}
a.file_doc, a.file_docx {
	padding: 0 0 4px 20px;
	background: url(/assets/images/icon-file-doc.png) 0 0 no-repeat;
}
a.file_pdf {
	padding: 0 0 4px 20px;
	background: url(/assets/images/icon-file-pdf.png) 0 0 no-repeat;
}
a.file_txt {
	padding: 0 0 4px 20px;
	background: url(/assets/images/icon-file-txt.png) 0 0 no-repeat;
}
a.file_xls, a.file_xlsx {
	padding: 0 0 4px 20px;
	background: url(/assets/images/icon-file-xls.png) 0 0 no-repeat;
}
div.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
	height: 0;
}
div.right, p.right {
	float: right;
}
.small {
	font-size: 90%;
}
.center {
	text-align: center;
}
div.line {
	border-bottom: 1px solid #96b8d9;
	height: 0;
	line-height: 0;
	font-size: 0;
	margin-bottom: 10px;
}


/******** ALERT BOX *********/
div.error, div.confirm {
	font-family: "Lucida Grande", Verdana, sans-serif;
	border-top: 1px solid;
	border-bottom: 1px solid;
	padding: 10px 15px 10px 35px;
	margin: 15px 0;
	text-transform: none;
	letter-spacing: 0;
}
div.error {
	border-color: #E9DA4B;
	color: #333;
	background: #FFFBC6 url(/assets/images/icon-alert-error.gif) no-repeat 12px 10px;
}
div.error h4 {
	margin: 0;
	padding: 0;
	font-size: 110%;
	text-align: left;
	border: none;
}
div.error ol {
	margin: 10px 0 0 0;
	padding: 0 0 0 20px;
}
div.error ol li b {
	font-size: 9px;
}
div.confirm {
	font-size: 110%;
	padding-left: 35px;
	color: #667938;
	border-color: #CDDDA8;
	background: #E5EED1 url(/assets/images/icon-alert-confirm.gif) no-repeat 12px 10px;
}

/***** FORM TABLE ******/
table.form td {
	vertical-align: top;
	font-size: 12px;
}
table.form td.label {
	margin: 0;
	padding: 0;
	text-align: right;
	width: 140px;
	padding-top: 6px;
}
table.form td.text {
	padding: 6px 0 0 10px;
	text-align: left;
}
table td.element {
	text-align: left;
	padding-left: 10px;
}
table.form td.single p {
	margin: 10px 0 4px 0;
}
table.form td.single {
	padding: 0;
}
table.form td.element p.note {
	clear: both;
	font-size: 90%;
	color: #8B0000;
	margin: 0 0 4px 0;
}
form fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
form fieldset.group {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #96b8d9;
}
form fieldset legend {
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 8px;
}

/****** UL LIST ******/
ul.list {
	margin: 0 0 15px 0;
	padding: 0;
	list-style: none;
	clear:both;
}
ul.list li {
	clear: both;
	margin-bottom: 6px;
}
ul.list li label {
	display: block;
	float: left;
	width: 125px;
	font-weight: bold;
	padding-bottom: 1px;
	padding-right: 15px;
}
ul.list li p {
	float: left;
	margin: 0 !important;
}

/***** TABLE LIST ******/
table.list {
	padding: 0;
	margin: 0 0 15px 0;
	width: 100%;
	clear: both;
	font-size: 12px;
	border-collapse: collapse;
	border-spacing: 0;
}
table.list caption {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	height: 18px;
}
table.list caption em {
	float: right;
	margin-top: 1px;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}
table.list .center {
	text-align: center;
}
table.list th {
	border-top: 1px solid #96b8d9;
	border-bottom: 1px solid #96b8d9;
	padding: 6px 5px 6px 2px;
	text-align: left;
	font-size: 11px;
}
table.list th.nowrap, table.list td.nowrap {
	white-space: nowrap;
}
table.list th em a {
	color: #002b54;
}
table.list tr.alt_row td {
	background: none;
}
table.list td {
	background: #dae7f4;
	padding: 6px 6px 6px 4px;
	border-bottom: 1px solid #CFDCE8;
}
table.list td a {
	color: #002b54;
}
table.list td.date {
	width: 70px;
}
table.list td.action {
	width: 100px;
}
table.list td.action a {
	line-height: 1.3em;
}
table.list td table {
	margin: -6px -4px -6px -4px;
}
table.list h4 {
	margin: 0 0 2px 0;
}
table.list tr td p {
	margin: 4px 0 0 0 !important;
	padding: 0;
}
table.list tr td p.small {
	font-size: 90%;
}
table.list tr.footer {
	background: #f5faff;
}
table.list tr.footer td {
	padding: 2px 4px 2px 4px;
}
table.list tr td ul {
	margin: 0;
	padding: 0;
}
table.list tr td ul li {
	list-style: none;
}
table.list tr td.w80 {
	min-width: 80px;
	*width: 80px;
}

/***** WEBSHOP ******/
div.product {
	margin-bottom: 10px;
}
div.product a {
	outline: none;
}
div.product img.image {
	float: left;
	width: 100px;
	padding: 2px;
	background: #fff;
	border: 1px solid #ccc;
}
div.product img.medium {
	width: 200px;
}
div.product h2 {
	padding-bottom: 4px;
}
div.product h2, div.product p, div.product div.action, div.product div.price {
	margin-left: 120px !important;
}
div.product div.price {
	font-weight: bold;
	margin-bottom: 10px;
}
div.product div.action a {
	display: block;
	margin-bottom: 4px;
	outline: none;
}
div#product_item h2, div#product_item  p, div#product_item  div.action, div#product_item div.price {
	margin-left: 220px !important;
}
div#webshop_container {
	position: relative;
}
div#webshop_container div.cart {
	float:right;
	background: #fff;
	padding: 4px;
	border: 1px solid #dae7f4;
	font-size: 11px;
}
div#webshop_container div.cart h3 {
	font-size: 12px;
	padding: 4px;
	margin: 0 0 4px 0;
	text-align: center;
}
div#webshop_container div.cart ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 200px;
}
div#webshop_container div.cart ul li {
	padding: 6px 4px 6px 4px;
	position: relative;
	border-bottom: 1px solid #dae7f4;
}
div#webshop_container div.cart ul li.summary {
	background: #f5faff;
	border-top: 1px solid #dae7f4;
}
div#webshop_container div.cart ul li.last {
	border: none;
}
div#webshop_container div.cart ul li b {
	position: absolute;
	right: 4px;
	top: 5px;
}
div#webshop_container div.cart ul li.summary b {
	right: 20px;
}
div#webshop_container div.cart ul li i {
	display: block;
}


/***** FORUM ******/
table#topic caption {
	text-align: left;
	border-bottom: 1px solid #96b8d9;
}
table#topic caption.closed {
	padding-left: 22px;
	background: url(/assets/images/icon-closed.png) 0 3px no-repeat;
}
table#topic caption em a {
	margin-left: 10px;
}
table#topic td.col1 {
	vertical-align: top;
	width: 160px;
}
div.topic div.post {
	position: relative;
	padding: 10px;
	clear: both;
}
table#topic td.col1 h3 {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 12px;
	float: left;
	padding-right: 5px;
	width: 200px;
}
table#topic td.col1 div.action {
	padding-top: 10px;
	clear: left;
}
table#topic td.col1 div.action a {
	margin-right: 10px;
}
table#topic td.col1 h4 {
	clear: left;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 10px;
	font-weight: normal;
}
table#topic td.col2 {
	vertical-align: top;
}
table#topic td.col2 p {
	margin: 0 0 0 40px;
}

/***** COURSE *****/
div.course {
	margin-bottom: 20px;
}
div.course h2 {
	margin: 0 0 4px 0;
}
div.course div.content {
	margin: 0 0 10px;
}
div.course div.action a {
	display: block;
	outline: none;
	margin-bottom: 4px;
}

/***** EVENT *****/
div.event {
	margin-bottom: 20px;
}
div.event h2 {
	margin: 0 0 4px 0;
}
div.event div.content {
	margin: 0 0 10px;
}
div.event div.action a {
	display: block;
	outline: none;
	margin-bottom: 4px;
}

/***** DOWNLOADS *****/
ul.downloads {
	margin: 10px 0 15px 0;
	padding: 0;
	list-style-type: none;
}
ul.downloads li p {
	margin: 6px 0 10px 18px;
}

/***** GALLERY *****/
table#galleries td.album {
	padding-left: 26px;
	background-image: url(/assets/images/icon-photos.gif); 
	background-position: 4px 6px; 
	background-repeat: no-repeat;
}
div#gallery_photo_container {
	float: left;
	width: 520px;
	border: 1px solid #ccc;
	background: #fff;
}
div#gallery_photo_container div {
	padding: 10px;
}
div#gallery_photo_container p {
	margin: 5px 0 0 0;
}

div#gallery_description {
	float: left;
	width: 250px;
	padding-left: 15px;
	padding-top: 10px;
}
div#gallery_description p {
	margin: 0;
	padding: 0;
}

div#gallery_thumbnails_container {
	position: relative;
	margin-top: 15px;
	clear: both;
	width: 500px;
}
div#gallery_thumbnails_container div.previous {
	position: absolute;
	top: 16px;
	left: 50px;
}
div#gallery_thumbnails_container div.previous a img {
	border: none;
}
div#gallery_thumbnails_container div.next {
	position: absolute;
	top: 16px;
	right: 40px;
}
div#gallery_thumbnails_container div.next a img {
	border: none;
}

div#gallery_thumbnails_container ul {
	margin: 0 0 0 80px;
	padding: 0;
	list-style-type: none;
}
div#gallery_thumbnails_container ul li {
	padding: 0 5px 0 0;
	margin: 0;
	float: left;
}
div#gallery_thumbnails_container ul li a img {
	padding: 2px;
	border: 1px solid #ccc;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}
div#gallery_thumbnails_container ul li.active a img, div#gallery_thumbnails_container ul li a:hover img {
	border: 1px solid #333;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
/***** MEMBER *****/
div.member_container {
	float: left;
	clear: none;
	width: 360px;
	height: 220px;
	margin: 0 10px 20px 0;
	padding: 10px;
	border-top: 1px solid #d3e1f0;
	border-bottom: 1px solid #d3e1f0;
	background: #f4f9ff url(/assets/images/bg-member.gif) repeat-x;
	overflow: hidden;	
}
div.member_container img {
	float: left;
	margin-right: 10px;
	border: 1px solid #6991b8;
}
div.member_container .member {
	float: left;
	clear: none;
	margin: 0;
    width: 255px;
}
div.member_container .member li {
    float: none;
}
div.member_container .member label {
    width: auto;
    display: block;
    clear: both;
}
div.member_container .member p {
    clear: both;
    margin: 0 0 6px 0 !important;
}
/******* PAGINATION CONTROLS *******/
p.paginator {
	margin: 10px 0 30px 0;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	line-height: 2.5em;
	
}
p.paginator a, p.paginator strong.active {
	margin: 0 0 5px 2px;
	padding: 2px 5px;
	font-weight: normal;
	border: 1px solid #96b8d9;
	background: #f5faff;
	text-decoration: none;
}
p.paginator a:hover {
	border: 1px solid #666;
}
p.paginator strong.active {
	background: #fff;
	border: 1px solid #666;
}



/***** FOOTER *****/
div#footer_container {
	clear: both;
	margin: 0 auto;
	padding-bottom: 20px;
	width: 886px;
	background: url(/assets/images/bg-container-bottom.png) no-repeat;
}
div#footer_container p {
	margin: 0;
	padding: 14px 0 0 0;
	color: #fff;
}
div#footer_container a {
	color: #fff;
}


/****** TICKER *****/
#ticker {
	display: none;
}
.tickercontainer { /* the outer div with the black border */
	position: absolute;
	left: -22px;
	bottom: 10px;
	overflow: hidden;
	width: 873px;
	height: 50px;
	background: url(../assets/images/bg-newsticker5.png) no-repeat;
}

.tickercontainer .mask {
	overflow: hidden;
	position: relative;
	top: 20px;
	left: 70px;
	width: 796px;
}

ul.newsticker { 
	position: relative;
	left: 790px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	
	font-size: 11px;
	font-weight: bold;
	color: #002B54;
}

ul.newsticker li {
	float: left;
	margin: 0;
	padding: 0;
}

ul.newsticker a {
	padding: 0;
	margin: 0 30px 0 0;
}

ul.newsticker span {
	white-space: nowrap;
	margin: 0 30px 0 0;
}

/**
 * @group fixes
 */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}


#form-event-signup .form td.label {
    width: 145px;
    text-align: left;
    font-weight: bold;
}
ul.user li label {
    width: 148px;
}

/******* HOME: LATEST TIPS *******/
#latest_tips {
    float: right;
    margin-top: -8px;
}
.latest_tip {
    position: relative;
    width: 190px;
    height: 89px;
    background-repeat: no-repeat;
    font-size: 10px;
}
.latest_tip_container {
    position: absolute;
    top: 40px;
    left: 6px;
    width: 166px;
}
.latest_tip_content {
    height: 2.8em;
    overflow: hidden;
}
.latest_tip_more {
    clear: both;
    display: block;
    text-align: right;
    margin-top: 2px;
}
#latest_tip_work {
    background-image: url(/assets/images/bg-latesttips-work.png);
    color: #0b5177;
    margin-bottom: 10px;
}
#latest_tip_environment {
    background-image: url(/assets/images/bg-latesttips-environment.png);
    color: #336600;
}
#latest_tip_environment a {
    color: #336600 !important;
}

/******* TIPS *******/
#tips {
    clear: both;
    font-size: 12px;
    padding-bottom: 20px;
}
#tips .tips_container {
    float: left;
    width: 404px;
    min-height: 400px;
}
#tips h2 {
    margin: 0;
    position: relative;
    top: -10px;
    left: 10px;
    width: 156px;
    height: 36px;
    background-repeat: no-repeat;
}
#tips h2 span {
    display: none;
}
#tips .tip {
    padding: 0 10px 10px 10px;
}
#tips .tip h3 {
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 10px 0;
}
#tips .tip h3 span {
    float: right;
    padding-left: 8px;
    font-weight: normal;
    color: #00abed;
}
#tips_work {
    border: 1px solid #004e97;
    margin-right: 20px;
    color: #002b54;
}
#tips_work h2 {
    background-image: url(/assets/images/bg-tips-h2-work.png);
}
#tips_environment {
    border: 1px solid #219702;
    background: #e0ffcc;
    color: #336600;
}
#tips_environment h2 {
    background-image: url(/assets/images/bg-tips-h2-environment.png);
}
#tips_environment .tip h3 {
    color: #219702;
}

/******* WEBLOG *******/
#blog_post_list {
    margin-top: 15px;
}
#blog_post_list h2 {
    font-size: 13px;
}
.blog_post {
    margin-bottom: 15px;
}

#blog_post_author {
    margin-top: -5px;
    font-size: 11px;
    font-style: italic;
    margin-bottom: 15px;
}


/******** NEWS ITEM ******/
#news_item_list .news_item_author {
    margin-top: -8px;
    font-size: 11px;
    font-style: italic;
    margin-bottom: 15px;
}
#news_item_list .news_item {
    margin-bottom: 20px;
    padding-bottom: 8px;
    border-bottom: 1px solid #96B8D9;
}
#news_item_list .news_item_last {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
#news_item_list .news_item h2 {
    font-size: 15px;
}
#news_item_archive h2.news_item_archive_month {
    margin: 5px 0;
}
#news_item_archive ul {
    padding: 0;
    margin: 0 0 15px 0;
}
#news_item_archive li {
    list-style-type: none;
    padding-left: 14px;
    background: url(/assets/images/icon-arrow-right.gif) 0 5px no-repeat;
}
#news_item_list_latest {
    margin-top: 15px;
}
#news_item_list_latest ul {
    padding: 0;
    margin: 0 0 25px 0;
    list-style-type: none;
}
#news_item_list_latest li {
    list-style-type: none;
    padding-left: 14px;
    background: url(/assets/images/icon-arrow-right.gif) 0 5px no-repeat;
}
