/*

colors used:
olive for text-color and backgroundcolor header
limegreen for the mouseover of the links and text-color h1-h6
white for the links in the footer

*/

* { margin: 0px;	padding: 0px; outline-style: none; }

html, body {
	height: 100%;
  background-color: #074e74; 
}

img a, a img { border: 0px solid #fff; }

#site {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	width: 100%;
  min-width: 990px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	font: 11px arial, verdana, sans-serif;
	line-height: 20px;
	color: #fff;
  z-index: 2;
}

#background {
  height: 100%;
  left: 0;
  position: fixed;
  top:  0;
  width: 100%;
  z-index: -1;
}

* html #background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  text-align: center;
  overflow: hidden;
}

/* ------------------------------------------------------------------------- Shade */


#site .top-shade {
  width: 980px;
  height: 7px;
  background: url(pics/shade-top.png) top left no-repeat;
}

#site .bottom-shade {
  width: 980px;
  height: 7px;
  background: url(pics/shade-bottom.png) top left no-repeat;
}

#site .shade {
  position: absolute;
  top: 0px;
  left: -7px;
  width: 980px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  background: url(pics/shade.png) top left repeat-y;
  z-index: 1;
}

/* ------------------------------------------------------------------------- Navigation */

#navigation {
  position: relative;
  margin: 0px auto;
  width: 990px;
  height: 54px;  
  z-index: 30;
}

#navigation .nav {
  position: relative;
  margin-left: 7px;
  height: 40px;
  width: 966px;
  background: url(pics/nav-bg.gif) top left repeat-x;
}

#navigation .nav ul {
  position: relative;
  float: left;
  width: 950px;
  height: 40px;
  margin: 0px 0px 0px 15px;
  list-style-type: none;
  z-index: 10;
  display: inline;
}

#navigation .nav ul li {
  position: relative;
  float: left;
  width: auto;
  display: inline;
}

#navigation .shade {
  height: 40px !important;
}

#navigation .nav ul li a:link, #navigation .nav ul li a:visited {
  float: left;
  padding: 0px 20px;
  height: 40px;
  width: auto;
  display: block;
  color: #5d5b68;
  font: 13px Georgia, arial, verdana;
  line-height: 40px;
}

#navigation .nav.blue ul li a:link, #navigation .nav.blue ul li a:visited {
  color: #00539b;
}

#navigation .nav.red ul li a:link, #navigation .nav.red ul li a:visited {
  color: #be0303;
}

#navigation .nav.gray ul li a:link, #navigation .nav.gray ul li a:visited {
  color: #5d5b68;
}

#navigation .nav.orange ul li a:link, #navigation .nav.orange ul li a:visited {
  color: #d46a1c;
}

#navigation .nav.blue ul li a:hover, 
#navigation .nav.blue ul li.current a:link, 
#navigation .nav.blue ul li.current a:visited,
#navigation .nav.blue ul li a.multi-ddm-hover:link, 
#navigation .nav.blue ul li a.multi-ddm-hover:visited {
  color: #fff;
  background: url(pics/nav-blue-bg.gif) top left repeat-x;
}

#navigation .nav.red ul li a:hover, 
#navigation .nav.red ul li.current a:link, 
#navigation .nav.red ul li.current a:visited,
#navigation .nav.red ul li a.multi-ddm-hover:link, 
#navigation .nav.red ul li a.multi-ddm-hover:visited {
  color: #fff;
  background: url(pics/nav-red-bg.gif) top left repeat-x;
} 

#navigation .nav.gray ul li a:hover, 
#navigation .nav.gray ul li.current a:link, 
#navigation .nav.gray ul li.current a:visited,
#navigation .nav.gray ul li a.multi-ddm-hover:link, 
#navigation .nav.gray ul li a.multi-ddm-hover:visited {
  color: #fff;
  background: url(pics/nav-gray-bg.gif) top left repeat-x;
}

#navigation .nav.orange ul li a:hover, 
#navigation .nav.orange ul li.current a:link, 
#navigation .nav.orange ul li.current a:visited,
#navigation .nav.orange ul li a.multi-ddm-hover:link, 
#navigation .nav.orange ul li a.multi-ddm-hover:visited {
  color: #fff;
  background: url(pics/nav-orange-bg.gif) top left repeat-x;
}


/* dropdown / sublevels */
#navigation .nav ul li ul { 
	position: absolute; 
	margin: 0px; 
    /*width: 100%;*/  
	width: auto;
	min-height: 30px;
	height: auto !important;
	height: auto;
	left: 0px; 
	top: 40px; 
	overflow: visible;
} 

#navigation .nav.blue ul li li { border-bottom: 1px solid #408cb5; }
#navigation .nav.red ul li li  { border-bottom: 1px solid #8e3535; } 
#navigation .nav.gray ul li li { border-bottom: 1px solid #8b8b8b; }  
#navigation .nav.orange ul li li { border-bottom: 1px solid #ad632d; }  

#navigation .nav ul li li.no-border { border: 0px solid #fff; } 

#navigation .nav ul li li { position: relative; width: 100%; clear: left; }
#navigation .nav ul li li span.txt { padding: 0px 25px; display: block; }

#navigation .nav ul li li a:link,
#navigation .nav ul li li a:visited {
	padding: 0px;
	width: 100%;
	min-height: 10px;
	height: auto !important;
	height: 10px;
	font-size: 11px;
	line-height: 30px;
	color: #fff !important;
	text-align: left;
    display: block;
	background: none !important;
    white-space: nowrap;
}

#navigation .nav.blue ul li ul { background: #065783 url(pics/bg_subnavigation_blue.gif) top left repeat-x; }
#navigation .nav.red ul li ul  { background: #550202 url(pics/bg_subnavigation_red.gif) top left repeat-x; }
#navigation .nav.gray ul li ul { background: #4b4b4b url(pics/bg_subnavigation_grey.gif) top left repeat-x; }
#navigation .nav.orange ul li ul { background: #9b531f url(pics/bg_subnavigation_orange.gif) top left repeat-x; }

#navigation .nav.gray ul li li a:hover,
#navigation .nav.gray ul li li.current a:link, 
#navigation .nav.gray ul li li.current a:visited,
#navigation .nav.gray ul li li a.multi-ddm-child-hover:link,
#navigation .nav.gray ul li li a.multi-ddm-child-hover:visited {
	background: #333333 !important;
}

#navigation .nav.red ul li li a:hover,
#navigation .nav.red ul li li.current a:link, 
#navigation .nav.red ul li li.current a:visited,
#navigation .nav.red ul li li a.multi-ddm-child-hover:link,
#navigation .nav.red ul li li a.multi-ddm-child-hover:visited {
	background: #450000 !important;
}

#navigation .nav.blue ul li li a:hover,
#navigation .nav.blue ul li li.current a:link, 
#navigation .nav.blue ul li li.current a:visited,
#navigation .nav.blue ul li li a.multi-ddm-child-hover:link,
#navigation .nav.blue ul li li a.multi-ddm-child-hover:visited {
	background: #004e7a !important;
}

#navigation .nav.orange ul li li a:hover,
#navigation .nav.orange ul li li.current a:link, 
#navigation .nav.orange ul li li.current a:visited,
#navigation .nav.orange ul li li a.multi-ddm-child-hover:link,
#navigation .nav.orange ul li li a.multi-ddm-child-hover:visited {
    background: #783d12 !important;
}

          
/*
#navigation .nav ul li li span,
#navigation .nav ul li li span {
	position: absolute; 
	top: 8px;
	right: 8px;
	width: 8px;
	height: 8px;
	background: url(pics/bg_li_span_sublevels.png) top left no-repeat;
}
*/


/* ------------------------------------------------------------------------- Header */

#print_header {
	display: none;
}

#header-container {
  position: relative;
  width: 100%;
  min-width: 100%;
  height: 140px;
  
}

#header-container-home{
  position: relative;
  width: 100%;
  min-width: 100%;
  height: 374px;
  overflow: hidden;
}

#header-container-home #header-img {
  position: absolute;
  left: 50%;
  margin-left: -726px;
  width: 1453px;
}

#header {
  position: relative;
  margin: 0px auto;
  width: 990px;
  height: 140px;
  text-align: right;
}

#header .login-box {
  float: right;
  margin: 5px 40px 0px 0px;
}

#header a:link, #header a:visited {
  color: #fff;
  text-decoration: none;
}

#header .top-nav {
  position: relative;
  float: left;
  margin-left: 118px;
  width: auto;
  height: 26px;
  z-index: 25;
  display: inline;
}

#header .top-nav a:link, #header .top-nav a:visited {
  float: left;
  padding: 0px 10px;
  margin-right: 10px;
  width: auto;
  height: 26px;
  display: block;
  font: 12px Georgia, arial, verdana;
  line-height: 26px;
  text-decoration: none;
  border: 0px solid #fff;
}

#header .top-nav a.blue:link, #header .top-nav a.blue:visited {
  color: #00549c;
  background: url(pics/topnav-bg-blue.gif) top left repeat-x;
}

#header .top-nav a.red:link, #header .top-nav a.red:visited {
  color: #be0303;
  background: url(pics/topnav-bg-red.gif) top left repeat-x;
}

#header .top-nav a.gray:link, #header .top-nav a.gray:visited {
  color: #5d5b68;
  background: url(pics/topnav-bg-gray.gif) top left repeat-x;
}      

#header .top-nav a.orange:link, #header .top-nav a.orange:visited {
  color: #D46A1C;
  background: url(pics/topnav-bg-orange.gif) top left repeat-x;
}                                     

#header .logo {
  position: absolute;
  top: 0px;
  left: -51px;
  width: 441px;
  height: 140px;
}

#header .logo a img {
	border: 0px solid #fff;
  margin-top: -7px;
}

#header .login {
  margin: 11px 11px 0px 0px;
  width: 222px;
  float: right;
  display: inline;
}

#header .login h1 {
  padding-left: 6px;
  font: 18px arial, verdana, sans-serif;
  font-weight: normal;
  margin-bottom: 0px;
}

#header .login .row {
  float: left;

  height: 25px;
  overflow: hidden;
}

#header .login .row .value {
  float: left;
  min-height: 10px;
  height: auto !important;
  height: 10px;
  width: 222px;
}

#header .login .row .value input.text {
  float: left;
  padding: 8px 0px 8px 5px;
  width: 205px;
  border: 0px solid #fff;
  font: 11px arial, verdana, sans-serif;
  color: #333;
  background: url(pics/login-input-bg.png) top left repeat-x;
}

#header .login .row .value span.left-shade, #header .login .row .value span.right-shade {
  float: left;
  width: 6px;
  /*height: 30px;*/
  display: block;
  font-size: 0px;
  line-height: 0px;
  background: url(pics/login-input-left.png) top left repeat-x;
}

#header .login .row .value span.right-shade {
  background: url(pics/login-input-right.png) top left repeat-x;
}

#header .login .row .value .btn {
  float: right;
  width: auto;
}

#header .login .row input.submit {
  float: left;
  padding: 2px 10px 0px 10px;
  height: 26px;
  width: auto;
  overflow: visible;
  border: 0px solid #fff;
  color: #fff;
  cursor: pointer;
  font: 11px arial, verdana, sans-serif;
  background: url(pics/btn-bg.png) top left repeat-x;
}

/* ------------------------------------------------------------------------- Portal Nav */ 

#nav-container {
  position: relative;
  margin: 0px auto 30px auto;
  width: 990px;
  height: 54px;
  z-index: 2;
}

#nav-container .top-nav {
  position: absolute;
  bottom: -19px;
  left: 25px;
  width: auto;
  height: 26px;
  z-index: 25;
}

#nav-container .top-nav a:link, #nav-container .top-nav a:visited {
  float: left;
  padding: 0px 10px;
  margin-right: 10px;
  width: auto;
  height: 28px;
  display: block;
  font: 12px Georgia, arial, verdana;
  line-height: 28px;
  text-decoration: none;
  border: 0px solid #fff;
}

#nav-container .top-nav a.blue:link, #nav-container .top-nav a.blue:visited {
  color: #00549c;
  background: url(pics/topnav-portal-bg-blue.gif) top left repeat-x;
}

#nav-container .top-nav a.red:link, #nav-container .top-nav a.red:visited {
  color: #be0303;
  background: url(pics/topnav-portal-bg-red.gif) top left repeat-x;
}

#nav-container .top-nav a.gray:link, #nav-container .top-nav a.gray:visited {
  color: #5d5b68;
  background: url(pics/topnav-portal-bg-gray.gif) top left repeat-x;
}

/* ------------------------------------------------------------------------- Header Login */ 

#header-container-login{
  width: 100%;
  min-height: 20px;
  height: auto !important;
  height: 20px;
}

#header-login {
  margin: 0px auto;
  padding: 5px 35px 0px 0px;
  width: 945px;
  min-height: 20px;
  height: auto !important;
  height: 20px;
  text-align: right;
}

#header-login a:link, #header-login a:visited {
  color: #fff;
  text-decoration: none;
}

/* ------------------------------------------------------------------------- Navigation */ 

#navigation ul {
	margin: 10px 0px 10px 15px;
	list-style-type: none;
}

#navigation li a:link, #navigation li a:visited {
	color: #fff;
	text-decoration: none;
}

#navigation li a:hover, #navigation li.current a:link, #navigation li.current a:visited, #navigation li.current a:hover {
	color: #fff;
}

/* ------------------------------------------------------------------------- Content Button */ 

#content .btn, #content-portal .btn {
  float: right;
  width: auto;
}

#content .btn span.left-shade, #content .btn span.right-shade, #content-portal .btn span.left-shade, #content-portal .btn span.right-shade, #content-portal span.left-shade, #content-portal span.right-shade {
  float: left;
  width: 6px;
  height: 30px;
  display: block;
  font-size: 0px;
  line-height: 0px;
  background: url(pics/login-input-left.png) top left repeat-x;
}

#content .btn span.right-shade, #content-portal .btn span.right-shade, #content-portal span.right-shade {
  background: url(pics/login-input-right.png) top left repeat-x;
}

#content .btn a.button:link, #content .btn a.button:visited, #content-portal .btn a.button:link, #content-portal .btn a.button:visited {
  float: left;
  padding: 0px 10px 0px 10px;
  height: 28px;
  width: auto;
  display: block;
  border: 0px solid #fff;
  color: #fff;
  cursor: pointer;
  font: 11px arial, verdana, sans-serif;
  line-height: 28px;
  text-decoration: none;
  background: url(pics/btn-bg.png) top left repeat-x;
}

/* ------------------------------------------------------------------------- Content */ 

#content-container {
  position: relative;
  width: 100%;
}

#content-home {
  padding-top: 40px;
  margin: 0px auto;
	width: 990px;
	overflow: hidden;
}

#content {
	position: relative;
  margin: 0px auto;
  padding: 6px 0px 0px 0px;
  width: 990px;
  min-height: 100px;
  height: auto !important;
  height: 100px;
  z-index: 1;
}

#content .profile-form.registration .row,
#content .column-reaction-form .row { width: 100%; }
#content .column-reaction-form .row textarea.default { 
	padding: 8px 5px 8px 5px;
	width: 378px; 
  height: 104px; 
	float: left;
  font: 11px arial, verdana, sans-serif;
  color: #333;
	border: 0px solid #fff;
	overflow: auto;
	background: #fff url(pics/bg_textarea_default.png) 0px -6px repeat-x;
}

#content .reactions {
	margin: 20px 0px;
	border-top: 1px solid #C4C4C4;
}

#content .reactions .column-reaction { padding: 20px 0px; 	border-bottom: 1px solid #C4C4C4;	}

#content .reactions .column-reaction .head {
	width: 405px;
}

#content .reactions .column-reaction .name {
	padding: 0px 5px 0px 0px;
	width: 275px;
	float: left;
}

#content .reactions .column-reaction .date {
	padding: 0px 0px 0px 5px;
	width: 120px;
	float: left;	
}

#content .reactions .reactions-add { margin: 20px 0px; }

#content .column-reaction-form .row .value.textarea-default { width: 400px; }

#content .profile-form .row .description {
  float: left;
  line-height: 26px;
}

#content .profile-form .row .value {
  float: left;
}

#content .profile-form .row .value ul#tags-tree,
#content .profile-form .row .value ul#tags-tree li { margin: 0px; }
#content .profile-form .row .value ul#tags-tree li span { color: #fff; }

#content .profile-form.registration ul#tags-tree li { width: 250px; float: left; }
#content .profile-form.registration ul#tags-tree li li { width: auto; float: none; }

#content .profile-form .row {
  margin-bottom: 0px;
}

#content .profile-form .row span.error {
	margin-top: 5px;
	float: left;
	color: #d4d4d4;
}

#content .row .value input.input-text.small {
  width: 60px;
}

#content .row .value input.input-text.mini {
  width: 20px;
}

#content .row .value input.input-text.year {
  width: 40px;
}

#content .row input.input-text.medium {
  width: 142px;
}

#content-portal .row .value input.input-text.large {
  width: 337px;
}

#content-home .block {
  float: left;
  width: 240px;
  height: 250px;
}

#content-home .block.first {
  margin: 0x;
}

#content-home .block.second {
  margin: 0px 10px;
}

#content-home .block.fourth {
  margin: 0px 0px 0px 10px;
}

#content-home .block .middle {
  position: relative;
  padding: 65px 0px 10px 0px;
  float: left;
  width: 240px;
  height: 165px;
  font-weight: bold;
  background: url(pics/block-home-bg.png) top left repeat-y;
}

#content-home .block .middle .block-text {
	padding: 0px 15px;
  height: 165px;
  width: 205px;
  overflow: hidden;
}

#content-home .block .middle .head {
  position: absolute;
  top: -4px;
  left: 0px;
  width: 240px;
  height: 60px; 
  font: 18px Georgia, arial, verdana, sans-serif;
  color: #fff;
}

#content-home .block .middle .head a:link, #content-home .block .middle .head a:visited {
  display: block;
  padding: 0px 15px;
  width: 210px;
  height: 60px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 60px;
}

#content-home .block .middle .head.blue {
  background: url(pics/block-head-blue.png) top left no-repeat;
}

#content-home .block .middle .head.red {
  background: url(pics/block-head-red.png) top left no-repeat;
}

#content-home .block .middle .head.black {
  background: url(pics/block-head-black.png) top left no-repeat;
}

#content-home .block .middle .head.orange {
  background: url(pics/block-head-orange.png) top left no-repeat;
}

#content-home .block .bottom {
  float: left;
  width: 240px;
  height: 5px;
  line-height: 0px;
  font-size: 0px;
  background: url(pics/block-home-bottom.png) top left no-repeat;
}

#content .content-block, #content-portal .content-block {
  position: relative;
  width: 980px;
  min-height: 100px;
  height: auto !important;
  height: auto;
  overflow: hidden;
}

#content .content-block .text, #content-portal .content-block .text {
  position: relative;
  padding: 25px 15px;
  margin-left: 7px;
  width: 936px;
  min-height: 100px;
  height: auto !important;
  height: 100px;
  background: url(pics/content-bg.png) top left repeat;
}

#content-portal .content-block.small .text {
  min-height: 20px;
  height: auto !important;
  height: 20px;
}

#content .column {
  position: relative;
  float: left;
  width: auto;
  min-height: 10px;
  height: auto !important;
  height: 10px;
  text-align: justify;
  z-index: 10;
}

#content .column.middle { margin: 0px 18px; }
#content .column.single { margin: 0px 36px 0px 0px; }

#content .column.middle .video-item {
	margin: 0px 0px 25px 0px;	
}

#content .column.middle .video-player {
	line-height: 0px; 
	font-size: 0px;
	background: #000;
}

#content .row {
  float: left;
  margin-bottom: 4px;
}



#content .row .description, #content-portal .row .description  {
  width: 226px;
  padding-left: 10px;
  line-height: 14px;
}

#content-portal .row .description {
  margin-top: 8px;
  float: left;
  font-weight: bold;
}

#content .row.small .description {
  width: 97px;
}

#content .row.medium .description {
  width: 119px;
}

#content .row .value {
  width: 236px;
}
#content .profile-form.registration .row .value { width: auto; }

#content .row.small .value {
  width: 107px;
}

#content .row.medium .value {
  width: 129px;
}

#content .row input.input-text, #content-portal .row input.input-text {
  float: left;
  padding: 8px 0px 8px 5px;
  width: 219px;
  border: 0px solid #fff;
  font: 11px arial, verdana, sans-serif;
  color: #333;
  background: url(pics/login-input-bg.png) top left repeat-x;
}

#content .row.small .value input.input-text {
  width: 90px; 
}

#content .row.medium .value input.input-text {
  width: 112px; 
}

#content .row .value span.input-shade-left, #content .row .value span.input-shade-right {
  float: left;
  width: 6px;
  height: 30px;
  display: block;
  font-size: 0px;
  line-height: 0px;
  background: url(pics/login-input-left.png) top left repeat-x;
}

#content .row .value span.input-shade-right {
  background: url(pics/login-input-right.png) top left repeat-x;
}

#content .row input.submit, #content-portal .row input.submit {
  float: left;
  padding: 2px 10px 0px 10px;
  height: 26px;
  width: auto;
  overflow: visible;
  border: 0px solid #fff;
  color: #fff;
  cursor: pointer;
  font: 11px arial, verdana, sans-serif;
  background: url(pics/btn-bg.png) top left repeat-x;
}

#content .row .btn {
  float: right;
  width: auto;
}

#content .row .btn.left {
  float: left;
}

#content .width_495 { width: 495px !important; }
#content .column.width_205 { width: 205px; }
#content .column.width_405 { width: 405px; }
#content .column.width_610 { width: 610px; }
#content .column.width_628 { width: 628px; margin-right: 18px; }
#content .column.width_290 { width: 290px; }

#content .column.width_610{ width: 610px !important; }

#content .column.width_205 span.file { margin: 0px 0px 7px 0px; display: block; float: left; }
#content .column.width_205 span.file .icon img { margin: 2px 0px; }
#content .column.width_205 span.file .icon     { margin: 0px 5px 0px 0px; padding: 0px; font-size: 0px; line-height: 0px; float: left; }
#content .column.width_205 span.file .info     { width: 175px; float: left; }


/* ------------------------------------------------------------------------- Poll */

#content-portal .poll .description, #poll-result .description {
	margin: 0px 0px 20px 0px;	
}

#content-portal .poll .option, #poll-result .option {
	margin: 0px 0px 5px 0px;		
}

#content-portal .poll .option input {
	margin: 3px 0px 0px 0px;
	width: 20px;
	float: left;
}

#content-portal .poll .option span, #poll-result .poll .option span {
	width: 309px;
	display: block;
	float: left;	
}

#content-portal .answer, #poll-result .answer {
	margin: 0px 0px 5px 0px;
}

#content-portal .answer_1, #poll-result .answer_1,
#content-portal .answer_2, #poll-result .answer_2,
#content-portal .answer_3, #poll-result .answer_3,
#content-portal .answer_4, #poll-result .answer_4,
#content-portal .answer_5, #poll-result .answer_5 { margin: 5px 0px 0px 0px; width: 250px; float: left; }

#poll-result .answer_1,
#poll-result .answer_2,
#poll-result .answer_3,
#poll-result .answer_4,
#poll-result .answer_5 { width: 135px; }

#content-portal .answer span.progressbar, #poll-result span.progressbar { height: 10px; display: block; background: #fff; }
#content-portal .answer .score, #poll-result .score { margin: 0px 0px 0px 10px; width: 69px; float: left; }

#poll-result .score { text-align: right; margin: 0px; }

/* ------------------------------------------------------------------------- Column List */ 

#content-portal .new-topic {
  width: 940px;   
}

#content-portal .tags {
  position: relative;
}

#content-portal .tags .icons {
  position: absolute;
  right: -40px;
  top: 7px;
}

#content-portal .tags .tag {
  float: right;
}

#content-portal .new-topic .row .value {
  float: left;
  width: 354px;
}

#content-portal .new-topic .row .value.message {
  float: left;
  width: 690px;
}

#content-portal .common-icons {
  float: left;
  margin-right: 20px;  
}

#content-portal .common-icons a:link, #content-portal .common-icons a:visited {
  margin-left: 5px;
}

#content-portal .breadcrumb {
  float: right;
  font-weight: bold;
  cursor: default;
}

#content-portal .pagination {
  width: 100%;
  margin-right: 10px;
  font-weight: bold;
}

#content-portal .pagination span.current-page-nr {
  text-decoration: underline;
}

#content-portal .pagination .current-page {
  float: left;
  width: auto;
}

#content-portal .pagination .page-numbers {
  float: right;
  width: auto;
}

#content-portal .pagination a:link, #content-portal .pagination a:visited {
  text-decoration: none;
  border: 0px solid #fff;
  font-weight: bold;
}

#content-portal .breadcrumb a:link, #content-portal .breadcrumb a:visited {
  text-decoration: none;
  border: 0px solid #fff;
  font-weight: bold;
}

/* column-list */

#content-portal .column-list { width: 936px; overflow: hidden; position: relative; z-index: 100; } 

#content-portal .column-list .row {
  padding: 5px 5px 3px 5px;
  width: 926px;  
  min-height: 10px;
  height: auto !important;
  height: 10px;
  float: left;
  font-size: 11px;
  font-weight: bold;
  line-height: 16px;
}

#content-portal .left-column {
  position: relative;
  float: left;
  margin-right: 18px;
  width: 450px;
  z-index: 100;
}

#content-portal .left-column p {
  margin-bottom: 5px;
}

#content-portal .column-list .row.head {
  padding-left: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  background: url(pics/row-head-bg.png) top left repeat;
}

#content-portal .column-list .row.head.font-size {
  font-size: 11px;
}

#content-portal .column-list .row.head.small {
  margin-top: 20px;
  min-height: 5px;
  height: 5px !important;
  height: 5px;
  width: 100%;
  padding: 0px;
  line-height: 0px;
  font-size: 0px;
}

#content-portal .reaction {
  float: left;
  margin: 0px 0px 20px 0px;
  min-height: 10px;
  height: auto !important;
  height: 10px;
}

#content-portal .reaction.last {
  margin-bottom: 0px;
}

#content-portal .reaction .column-list .row.head {
  font-size: 11px;
}

#content-portal .column-list .row.even   {  }
#content-portal .column-list .row.uneven { background: url(pics/row-uneven-bg.png) top left repeat; }

#content-portal .column-list .column {
  padding: 0px 5px;  
  float: left;
}

#content-portal .column-list .column.info-right {
  float: right;
  text-align: right;  
}


#content-portal .column-list .column a:link,
#content-portal .column-list .column a:visited { border: 0px solid #fff; text-decoration: none; font-weight: bold;}

#content-portal .column-list span.icons { margin: 3px 0px 0px 10px; float: right; display: block;  }
#content-portal .column-list span.icons img.icon { margin: 0px 3px 0px 0px; float: left; } 

#content-portal .column-list span.options { margin: 3px 0px 0px 0px; float: left; display: block; }
#content-portal .column-list span.options span { margin: 0px 10px 0px 0px; display: block; float: left; }

#content-portal .quote {
  float: right;
  margin: 10px 0px;
  padding: 10px 15px;
  width: 88%;
  min-height: 10px;
  height: auto !important;
  height: 10px;
  font-weight: bold;
  color: #99aeb9;
  background-color: #1b5271;
}

#content-portal .quote.gray {
  background-color: #a8c3d2;
  color: #1c526f;  
}

#content-portal .quote .quote {
  width: 96%;
}

#content-portal .quote .quote-info {
  margin-bottom: 5px;
  display: block;
  font-style: italic;
}

#content-portal .quote .quote-info.blue {
  color: #7c919b; 
}

#content-portal .quote .quote-info.gray {
  color: #02415d;
}

#content-portal .message span.quote-first {
  display: none;
}

#content-portal .message .quote span.quote-first {
  margin: 3px 5px 0px 0px;
  width: 16px;
  height: 13px;
  display: inline;
}

#content-portal .quote span.quote-last {
  margin: 3px 0px 0px 5px;
  width: 16px;
  height: 13px;
}

#content-portal .message .quote.gray span.quote-first.gray {
  background: url(pics/quote-first-gray.gif) top left no-repeat;
  display: inline;
}

#content-portal .quote.gray span.quote-last.gray {
  background: url(pics/quote-last-gray.gif) top left no-repeat;
}

#content-portal .message .quote.blue span.quote-first.blue {
  background: url(pics/quote-first-blue.gif) top left no-repeat;
  display: inline;
}

#content-portal .quote.blue span.quote-last.blue {
  background: url(pics/quote-last-blue.gif) top left no-repeat;
}

#content-portal .message {
  padding: 3px 0px 0px 10px;
  font-weight: bold;
}

#content-portal .thread-author {
  float: left;
  width: auto;
  margin-top: 25px;
  font-weight: bold;
  padding: 0px 0px 0px 10px;
}

#content-portal .reply-btn {
  float: right;
  width: auto;
  margin-top: 20px  
}

#content-portal span.marginRight {
  float: left;
  margin-right: 25px;
}

#content-portal .item-container {
  position: relative;
  z-index: 100;
}

#content-portal textarea.forum-textarea {
  width: 100px;
  height: 100px;
}
#rating { position: relative; height:19px; margin-top: 1px; }
#rating form { position:absolute; height:20px; right:0; top:0; z-index: 1; overflow:hidden; }

#loader { display:none; font-size: 11px; }

/* dimensions */
.width_20  { width: 20px; }
.width_30  { width: 30px; }
.width_40  { width: 40px; }
.width_60  { width: 60px; }
.width_75  { width: 75px; }
.width_80  { width: 80px; }
.width_100 { width: 100px; }
.width_110 { width: 110px; }
.width_120 { width: 120px; }
.width_130 { width: 130px; }
.width_135 { width: 135px; }
.width_140 { width: 140px; }
.width_150 { width: 150px; }
.width_160 { width: 160px; }
.width_170 { width: 170px; }
.width_180 { width: 180px; }
.width_185 { width: 185px; }
.width_200 { width: 200px; }
.width_220 { width: 220px; }
.width_240 { width: 240px; }
.width_260 { width: 260px; }
.width_270 { width: 270px; }
.width_280 { width: 280px; }
.width_300 { width: 300px; }
.width_320 { width: 320px; }
.width_340 { width: 340px; }
.width_360 { width: 360px; }
.width_380 { width: 380px; }
.width_390 { width: 390px; }
.width_400 { width: 400px; }
.width_415 { width: 415px; }
.width_420 { width: 420px; }
.width_440 { width: 440px; }
.width_460 { width: 460px; }
.width_480 { width: 480px; }
.width_500 { width: 500px; }
.width_660 { width: 660px; }
.width_750 { width: 750px; }

br.clear { height: 0px; font: 0px verdana, arial, sans-serif; line-height: 0px; clear: both; }

/* ------------------------------------------------------------------------- Portal */ 

#content ul.square-list { margin: 0px 0px 0px 0px; list-style-type: none; }
#content ul.square-list li { margin: 0px 0px 7px 0px; padding: 0px ;width: 405px; float: left; }

#content-portal ul.verslagmodule { margin: 0px 0px 0px 0px; list-style-type: none; }
#content-portal ul.verslagmodule li { margin: 0px 0px 10px 0px; padding: 0px; float: left; clear: left; }

#content .column.width_205 ul.square-list li { width: 205px; } 
#content .column.width_205 ul.square-list li a:link,
#content .column.width_205 ul.square-list li a:visited { border: 0px solid #fff; text-decoration: none; }

#content .column.width_205 ul.square-list li a:hover,
#content .column.width_205 ul.square-list li.current a:link,
#content .column.width_205 ul.square-list li.current a:visited { border-bottom: 1px solid #fff; } 

#content .text .list-item {
  width: 405px;
  min-height: 10px;
  height: auto !important;
  height: 10px; 
}

#content .text .list-item .img {
  float: left;
  margin-right: 10px;
  width: 140px;
  height: auto;
  overflow: hidden;
}

#content-portal {
	position: relative;
  padding-top: 40px;
  margin: 0px auto;
  width: 990px;
  z-index: 1;
}

#content-portal .portal-column {
  width: 295px;
  float: left;
  display: inline;
}

#content-portal .portal-column.large {
  width: 392px;
}


#content .line {
  margin: 10px 0px;
  width: 100%;
  height: 1px;
  font-size: 0px;
  line-height: 0px;
  background-color: #065178;
}

#content-portal .block {
  position: relative;
  float: left;
  margin-left: 2px;
  width: 293px;
  min-height: 50px;
  height: auto !important;
  height: 50px;
}

#content-portal .text .video-item { margin: 0px 0px 25px 0px; }
#content-portal .text .video-player { width: 247px; line-height: 0px; font-size: 0px; background: #000; }  
#content-portal .text .video-player object,
#content-portal .text .video-player embed { width: 247px; height: auto; }

#content .text .list-item .img img {
  margin: 0px;
}

#content .text .list-item .description {
  float: left;
  width: 255px;
}

#content .text .list-item .description.no-image { width: 405px; }

#content .text .list-item a:link, #content .text .list-item a:visited {
  display: block;
  text-decoration: none;
}

#content-portal .block.large {
  width: 374px;
  margin: 0px 8px 0px 10px;
}

* html #content-portal .block.large {
	margin: 0px;
}

#content-portal .block .middle {
  position: relative;
  padding: 20px 16px 10px 16px;
  margin-left: 5px;
  float: left;
  width: 247px;
  font-weight: bold;
  background: url(pics/content-bg.png) top left repeat;
}

#content-portal .block .head, #content-portal .content-block .title-head {
  padding: 0px 0px 0px 25px;
  cursor: pointer;
  width: auto;
  background: url(pics/arrow-right.png) top left no-repeat;
}

#content-portal .content-block .title-head h1 {
  font-weight: normal;
  cursor: default;
  margin-bottom: 19px; 
}

#content-portal .block .head h1 {
  margin-bottom: 19px;
}

#content-portal .block.large .middle {
  width: 329px;
}

#content-portal .block .text {
  position: relative;
  z-index: 5;
  height: auto;
  overflow: hidden;
}

#content-portal .block .shade {
  width: 293px;
  background: url(pics/shade-portal.png) top left repeat-y;
  z-index: 1;
}

#content-portal .block.large .shade {
  width: 374px;
  background: url(pics/shade-portal-large.png) top left repeat-y;
}

#content-portal .block .middle .block-text {
  height: 135px;
  width: 263px;
  overflow: hidden;
}

#content-portal .block .top {
  float: left;
  width: 290px;
  height: 6px;
  line-height: 0px;
  font-size: 0px;
  background: url(pics/shade-top-small-portal.png) top left no-repeat;
}

#content-portal .block.large .top  {
  width: 371px;
  background: url(pics/shade-top-large-portal.png) top left no-repeat;
}

#content-portal .block .bottom {
  float: left;
  width: 290px;
  height: 5px;
  line-height: 0px;
  font-size: 0px;
  background: url(pics/shade-bottom-small.png) top left no-repeat;
}

#content-portal .block.large .bottom  {
  width: 371px;
  background: url(pics/shade-bottom-large-portal.png) top left no-repeat;
}

#content-portal .banner { margin-top: 20px; width: 329px; height: 114px; display: block; overflow: hidden; }
#content-portal .banner img { margin: 0px; }
#content-portal .banner.images img { border: 2px solid #fff; }
 
 
#content-portal .dashboard-chapters span.img {
	width: 65px;
	display: block;
	float: left;
}
#content-portal .dashboard-chapters .img img { margin: 0px; width: 65px;  }

#content-portal .dashboard-chapters span.txt {
	margin: 0px 0px 0px 7px;
	width: 175px;
	display: block;
	float: left;
}

#content-portal .dashboard-chapters .author { display: block; font-style: italic; font-weight: normal; } 
#content-portal .dashboard-chapters a:link,
#content-portal .dashboard-chapters a:visited { text-decoration: none; border-bottom: 0px solid #fff; }
 
h1, td h1 {font: 17px arial, verdana, sans-serif; font-weight: bold; color: #fff; margin-bottom: 25px;}
h2, td h2 {font: 15px arial, verdana, sans-serif; font-weight: normal; color: #fff; margin-bottom: 7px;}
h3, td h3 {font: 14px arial, verdana, sans-serif; font-weight: bold; color: #fff; margin-bottom: 7px;}
h4, td h4 {font: 13px arial, verdana, sans-serif; font-weight: bold; color: #fff; margin-bottom: 7px;}
h5, td h5 {font: 12px arial, verdana, sans-serif; font-weight: bold; color: #fff; margin-bottom: 7px;}
h6, td h6 {font: 11px arial, verdana, sans-serif; font-weight: bold; color: #fff; margin-bottom: 7px;}

#content span.file .icon img,
#content-portal span.file .icon img { margin: 2px 0px; }
#content span.file .icon,
#content-portal span.file .icon     { margin: 0px 5px 0px 0px; padding: 0px; font-size: 0px; line-height: 0px; float: left; }
#content span.file .info,
#content-portal span.file .info     { width: 365px; float: left; }

#content-portal span.file { margin: 0px 0px 7px 0px; display: block; float: left; }
#content-portal span.file .info { width: 225px; }

#content ul.partners {
  float: left;
  list-style-type: none;
  margin: 0px;
  width: auto;
  height: auto;
  clear: left;
}

#content ul.partners li {
  float: left;
  width: 150px;
  height: 100px;
  border: 1px solid #c4c4c4;
  background-color: #fff;
  margin: 0px 5px 5px 0px;
}

#content ul.partners li a:link, #content ul.partners li a:visited {
  position: relative;
  width: 150px;
  height: 100px;
  display: block;
  float: left;
  text-align: center;
}

#content ul.partners li a:link img, #content ul.partners li a:visited img {
  margin: 0px;
  border: 0px solid #fff;
}

#content ul.partners li a:link img {
  
}

#content a:link, #content a:visited, #content-portal a:link, #content-portal a:visited  {text-decoration: underline; color: #fff;}
#content a:hover { text-decoration: none; background: none; }

table {margin: 5px 0px;}
td {
	font: 12px arial, verdana, sans-serif;
	line-height: 16px;
	color: #fff;
}

#content img { margin: 10px 0px; }
#content img.left {	margin: 5px 10px 10px 0px; float: left; }
#content img.right { margin: 5px 0px 10px 10px; float: right; }

#content a:link img, #content a:visited img {
  border: 1px solid #c4c4c4;
}

p { margin-bottom: 20px;}

#content ul { margin: 10px 0px 10px 15px; list-style-type: disc;}
#content li { margin: 0px 0px 0px 15px;}
#content ol { margin: 10px 0px 10px 20px;}

.floatLeft { float: left; }
.floatRight { float: right; }

#content .youtube {
  float: left;
  width: 205px;
}

#content .youtube img {
  margin: 0px;
  width: 205px;
}

#content a.youtube-link {
  float: left;
  position: relative;
  display: block;
  line-height: 0px;
  font-size: 0px;
}

#content a.youtube-link:link span.youtube-play, #content a.youtube-link:visited span.youtube-play {
  position: absolute;
  left: 50%;
  margin-left: -17px;
  top: 50%;
  margin-top: -12px; 
  width: 34px;
  height: 24px;
  z-index: 5;
  background: url(pics/youtube-play.png) top left no-repeat;
}

#content a.youtube-link:link span.youtube-bar, #content a.youtube-link:visited span.youtube-bar {
  position: absolute;
  left: 1px;
  bottom: 1px;
  width: 205px;
  height: 7px;
  z-index: 5;
  background: url(pics/youtube-bar.gif) top left no-repeat;
}

/* ------------------------------------------------------------------------- Checkboxes */ 
.checkbox, .radio {
  width: 19px;
  height: 25px;
  padding: 0 5px 0 0;
  background: url(pics/checkbox.png) no-repeat;
  display: block;
  clear: left;
  float: left;
}
.radio {
  background: url(pics/radio.png) no-repeat;
}
.select {
  position: absolute;
  width: 347px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
  height: 32px;
  margin-left: -11px;
  padding: 6px 0 0 12px;
  color: #333;
  font-size: 11px;
  font-weight: normal;
  background: url(pics/select.png) no-repeat;
  overflow: hidden;
}

.tags .checkbox {
  clear: none;
  margin-top: 3px; 
}

select.styled {
  margin-top: 8px;
}

/* ------------------------------------------------------------------------- Newsletter */ 

/* list-toggle layout */
#content .list-toggle .item {
	border-bottom: 1px solid #065178; 
}

#content .list-toggle .item .step {
	margin: 0px 0px 0px 0px;
	min-height: 20px;
	height: auto !important;
	height: 20px;	
}

#content .list-toggle .item .category_name {
	padding: 0px 20px;
	width: 365px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	background: url(pics/bg_list-toggle-item_closed.gif) 0px 15px no-repeat;
}

#content .list-toggle .item .txt h3 { font-size: 13px; } 

#content .list-toggle .item .category_name a:link,
#content .list-toggle .item .category_name a:visited { display: block; font-size: 13px; font-weight: bold; border-bottom: 0px solid #fff; text-decoration: none; }

#content .list-toggle .item .category_name a:hover,
#content .list-toggle .item .category_name.current a:link,
#content .list-toggle .item .category_name.current a:visited { color: #FFFFFF; }

/*
#content .list-toggle .item .image {
	position: static; / set default /
	margin: 0px 20px 0px 0px;
	width: 145px;
	float: left;	
	font-size: 0px;
	line-height: 0px;
}
#content .list-toggle .item .image img { margin: 0px; }
*/

#content .list-toggle .item .txt {
	width: 405px;
	float: left;	
}
#content .list-toggle .item .txt p { margin-bottom: 10px; } 


/* ------------------------------------------------------------------------- Newsletter */ 

#site .small-block {
  position: relative;
  width: 290px;
  min-height: 100px;
  height: auto !important;
  height: auto;
  overflow: hidden; 
}

#site .small-block .small-text {
  position: relative;
  padding: 15px 20px 5px 20px; 
  margin-left: 7px;
  width: 236px;
  min-height: 50px;
  height: auto !important;
  height: auto;
  background: url(pics/content-bg.png) top left repeat;
}

#site .small-block .small-top-shade {
  width: 290px;
  height: 7px;
  background: url(pics/shade-top-small.png) top left no-repeat;
}

#site .small-block .small-bottom-shade {
  width: 290px;
  height: 7px;
  background: url(pics/shade-bottom-small.png) top left no-repeat;
}

#site .small-block .small-shade {
  position: absolute;
  top: 0px;
  left: -7px;
  width: 290px;
  min-height: 100%;
  height: 100% !important;
  height: 100%;
  background: url(pics/shade-small.png) top left repeat-y;
  z-index: 1;
}

#site .small-block.newsletter {
  margin-bottom: 15px;
}

#site .small-block.join-community { cursor: pointer; min-height: auto; }
#site .small-block.join-community h1 { margin-bottom: 0px; line-height: 43px; }
#site .small-block.join-community h1 a:link,
#site .small-block.join-community h1 a:visited { text-decoration: none; }

#site .video-player {
  position: relative;
  margin: 0px 0px 10px 7px;
} 
#site img.video_thumb  { 
  width: 274px;
}
#site img.play  {
  position: absolute;
  top: 53px;
  left: 113px;
  border: 0px solid #fff !important;
}

#site .small-block.newsletter .small-text {
  height: 198px !important;
  background: url(pics/newsletter-bg.gif) top left repeat-x;
}

#site .small-block.tagcloud .small-text {
  height: 180px !important;
  background: url(pics/tagcloud-bg.gif) top left repeat-x;
}

#site .small-block.newsletter .small-text .form {
  position: relative;
  z-index: 10;
}

#site .small-block.tagcloud .small-text .tagcloud {
  position: relative;
  z-index: 10;
}

#site .small-block.newsletter .small-text .form h1, #site .small-block.tagcloud .small-text h1 {
  font-size: 16px;
  font-weight: normal;
}

#site .small-block.tagcloud .small-text a:link, #site .small-block.tagcloud .small-text a:visited {
  color: #fff;
  text-decoration: none;
  border: 0px solid #fff;
}

#site .small-block.tagcloud .small-text a:hover {
  text-decoration: underline;
}

#site .small-block.tagcloud .small-shade {
  height: 200px !important;
}

#site .small-block.newsletter .small-shade {
  height: 218px !important;
}

#site .small-block.tagcloud .small-text a.lvl1:link, #site .small-block.tagcloud .small-text a.lvl1:visited { font-size: 12px; }
#site .small-block.tagcloud .small-text a.lvl2:link, #site .small-block.tagcloud .small-text a.lvl2:visited { font-size: 13px; }
#site .small-block.tagcloud .small-text a.lvl3:link, #site .small-block.tagcloud .small-text a.lvl3:visited { font-size: 14px; }
#site .small-block.tagcloud .small-text a.lvl4:link, #site .small-block.tagcloud .small-text a.lvl4:visited { font-size: 15px; }
#site .small-block.tagcloud .small-text a.lvl5:link, #site .small-block.tagcloud .small-text a.lvl5:visited { font-size: 16px; }


/* ------------------------------------------------------------------------- Footer */ 

#footer {
	margin: 0px auto;
  padding-right: 17px;
  width: 973px;
	height: 20px;
  
	font: 10px arial, verdana, sans-serif;
	font-weight: bold;
  color: #012b42;
	text-align: right;
}

#jquery_jplayer { position: absolute; top: -1000px; }

#footer #jp_container { padding: 0px 5px;float: left; color: #fff; font-size: 12px; font-weight: bold; }
#footer #jp_container a:link,
#footer #jp_container a:visited { padding: 0px 10px; color: #fff; border-right: 1px solid #fff; }
#footer #jp_container a.last:link,
#footer #jp_container a.last:visited { border: 0px solid #fff; }
                                                                               
#footer .left {
  margin-left: 23px;
  float: left;
  width: auto;
  color: #fff;
  display: inline;
}

#footer .left a:link, #footer .left a:visited {
  color: #fff;                                                            
}

#footer .right {
  float: right;
  margin-right: 22px;
  width: auto;
  display: inline;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
	line-height: 20px;
	color: #012b42;
}

#footer a:hover { text-decoration: underline; }

#footer #audio { float: left; margin-left: 5px; }

br.clear { height: 0px; font: 0px arial, verdana, sans-serif; line-height: 0px; clear: both; }
