body {
  font-family: arial, helvetica, sans-serif;
  font-size: 1em;
}

ul {
  font-size: 0.8em;
  margin-top: 0;
}

h3 {
  color: #588295;
  font-size: 0.85em;
  margin-bottom: 4px;
}

.horizontal_accordion_content img{
	float: left;
	margin: 0px 10px 0px 0px;
}

#cmht_widget {
  border: 1px solid #231F20;
  height: 455px;
  width: 638px;
}

#cmht_widget_header {
  background-color: #A4A2A3;
  height: 41px;
  line-height: 41px;
  padding-left: 12px;
  position: relative;
  width: 626px;
}

.grad img {
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 0;
}

.box * {
  margin: 0px;
  position: relative;
  z-index: 1;
}

* html .grad {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../images/grad_white.png', sizingMethod='scale');
}

* html .grad img {
  display: none;
}
* html .box {
  position:static;
}

#cmht_widget_header h2 {
  float: left;
  font-size: 2.5em;
  height: 41px;
  margin: 0;
  overflow: hidden;
  /*padding-bottom: 5px;
  padding-left: 5px;*/
  position: relative;
  text-align: left;
  width: 173px;
}

#cmht_widget_header h2 span {
  background: url(../images/coolmediators-logo.png) no-repeat scroll left center;
	overflow: hidden;
  display: block;
  height: 41px;
  left: 0;
  margin: 0;
  padding: 0 0 0 10px;
  position: absolute;
  top: 0;
  width: 173px;
  z-index: 1;
}
#cmht_widget_header #search {
  float: left;
  padding-top: 3px;
}

#search_and_user_info {
	line-height: 15px;
  font-size: 10px;
  float: right;
  height: 41px;
  position: relative;
  width: 200px;
}

#search input {
  float: left;
  font-size: 10px;
  height: 11px;
  width: 100px;
}

#cmht_widget_header #user_info {  
  float: left;
  height: 41px;
  overflow: hidden;
  text-align: center;
  width: 94px;
}

#user_info #user_name {
	font-size: 1.1em;
  font-weight: bold;
  clear: right;
  height: 14px;
  margin-top: 4px;
  overflow: hidden;
}

#user_info #logout {
  color: #d1232a;
  cursor: pointer;
}

#user_info .profile {
	float: left;
	padding-left: 10px;
  color: #d1232a;
}

.profile {
  cursor: pointer;
}

#cmht_widget_body {
  background-color: #ffffff;
  clear: both;
  height: 414px;
  overflow: hidden;
}

#channel_info {
	color: #000;
	width: 240px;
	height: 40px;
	overflow: hidden;
  float: left;
  font-size: 1.0em;
  font-weight: bold;
  margin-left: 10px;
}


/*
	Horizontal Accordion
*/

.horizontal_accordion_toggle {
	/* REQUIRED */
	float: right;	/* This make sure it stays horizontal */
	/* REQUIRED */

	display: block;
	height: 414px;
	width: 40px;
	background-color: #f0efef;
	color: #ffffff;
	text-decoration: none;
	outline: none;
	border-right: 2px dotted #231F20;
	cursor: pointer;
	margin: 0 0 0 0;
	overflow: hidden;
}

h2#accordion_0 {
  border-right: 0;
  padding-right: 2px;
}

.horizontal_accordion_toggle_webkit {
  
	/* REQUIRED */
	
		/* This make sure it stays horizontal */
	/* REQUIRED */
  color: #d1232a;
	display: block;
	height: 40px;
	
	
	color: #ffffff;
	text-decoration: none;
	outline: none;
	border-top: 2px dotted #231F20;
	border: 1px solid #231F20;
	cursor: pointer;
	margin: 0 0 0 0;
	-webkit-transform: rotate(90deg);
}

.horizontal_accordion_toggle span {
  display: block;
  margin: 0;
  padding: 0;
  
  background-color: #434444;
  border: solid 1px black;
  width: 414px;
	height: 40px;
	
	z-index: 100;
}

.horizontal_accordion_toggle_active {
	/*background: url(images/h_accordion_toggle_active.jpg) no-repeat top left #e0542f;*/
	background-color: #fff;
	border-right: 2px dotted #231F20;
}

.horizontal_accordion_content {
	/* REQUIRED */
	float: right;	/* This make sure it stays horizontal */
	height: 414px;	/* We need to define a height for the accordion as it stretches the width */
	
	/* REQUIRED */
  background-color: #fff;
	color: #444444;
	overflow: hidden;
	width: 428px;
}

#accordion_body {
  height: 374px;
  overflow: auto;
	width: 388px;
	padding: 20px;

}

.sb-inner {
  position: relative;
  overflow:hidden;
}

#tag_cloud { 
  color:#588295;
  font-weight:bold;
  list-style: 0;
  margin: 0 10px;
  padding: 0;
  width: 95%;
}

#tag_cloud li { 
  display: inline;
  padding: 0 3px;
}

#tag_cloud a {
  color:#588295;
  cursor: pointer;
  text-decoration: none;
}

#tag_cloud a:hover {
  background-color: #588295;
  color: #f0efef;
}

#tag_cloud a.tag_1 { font-size: 0.7em; font-weight: 100; }
#tag_cloud a.tag_2 { font-size: 0.8em; font-weight: 200; }
#tag_cloud a.tag_3 { font-size: 0.9em; font-weight: 300; }
#tag_cloud a.tag_4 { font-size: 1.0em; font-weight: 400; }
#tag_cloud a.tag_5 { font-size: 1.2em; font-weight: 500; }
#tag_cloud a.tag_6 { font-size: 1.4em; font-weight: 600; }
#tag_cloud a.tag_7 { font-size: 1.6em; font-weight: 700; }
#tag_cloud a.tag_8 { font-size: 1.8em; font-weight: 800; }
#tag_cloud a.tag_9 { font-size: 2.2em; font-weight: 900; }
#tag_cloud a.tag_10 { font-size: 2.5em; font-weight: 900; }

#search_results .more {
  float: none;
  font-size: 1em;
}
.search_result {
  margin-bottom: 10px;
}
.search_result_meta {
  color: #d1232a;
  font-size: 0.8em;
}

.search_result_meta .title {
  color:#588295;
}

.accordion_link,
.category_link {
 color: #d1232a; 
 cursor: pointer; 
}

#accordion_body_login,
#accordion_body_contrib_list,
.accordion_body_video,
#accordion_body_transcript,
#accordion_body_program,
#accordion_body_contribute,
#accordion_body_live_comments,
#accordion_body_admin_messages,
#register_form,
#comment_form,
#lost_password_form,
#cmht_message,
#new_contribution,
#contribution_body {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background-color: #CCD5D9;
  font-size: 0.8em;
  margin-bottom: 20px;
  padding: 10px;
  overflow: hidden;
}

#contribution_body_tekst{
	display: block;
  float: left;
	width: 350px;
}

.contribution .contribution_body .read span{
  float: right;
}
#accordion_body_login .autoPadDiv {
  padding-top: 1px;
}

#comment_form {
  font-size: 1em;
}


.accordion_body_video {
  height: 157px;
  width: 45%;
}

#accordion_body_video_live {
  float: left;
}

#accordion_body_video_archive {
  float: right
}

#accordion_body_program_archive, #help_body {
  float: left;
  font-size: 0.8em;
  margin-top: 14px;
  width: 95%;
	clear: both;
}

#accordion_body_contributions_archive {
  float: left;
  font-size: 0.8em;
  height: 157px;
  margin-top: 14px;
  overflow: hidden;
  width: 45%;
}


#display_other_comments {
  color: #588295;
  cursor: pointer;
  float: right;  
}

#accordion_body_transcript,
#accordion_body_contribute {
  float: right;
  height: 157px;
  width: 42%;
}

#accordion_body_login_header {
  margin-bottom: 20px;
}
#accordion_body_contrib_list_header {
  margin-bottom: 5px;
}

#accordion_body_live_comments,
#accordion_body_admin_messages,
#accordion_body_program_body,
.accordion_body_video #video,
#accordion_body_admin_messages_body,
#accordion_body_live_comments_body,
.live_comments,
#register_form_body,
#comment_form_body,
#comment_form,
#lost_password_form_body,
#new_contribution_body {
  clear: both;
  overflow: hidden;
}

#comment_form {
  width: 95%;
}

.live_comments  {
  /*margin-bottom: 5px;*/
  line-height: 2em;
}

#accordion_body_login_header #login,
#accordion_body_contrib_list_header #title,
#accordion_body_video_header span,
#accordion_body_transcript_header span,
#accordion_body_program_title,
#accordion_body_program_body p span,
#accordion_body_contribute_header #title,
#accordion_body_admin_messages_header #title,
#accordion_body_live_comments_header #title,
#accordion_body_program_archive #title,
#register_form_header #title,
#comment_form_header .title,
#lost_password_form_header #title,
#new_contribution_header .title {
  color: #588295;
  font-weight: bold;
  margin-right: 4px;
}

#accordion_body_login_header #login,
#accordion_body_program_title,
#accordion_body_video_header #title,
#accordion_body_contribute_header #title,
#accordion_body_contribute_body #login_status,
#accordion_body_admin_messages_header #title,
#accordion_body_live_comments_header #title,
#register_form_header #title,
#comment_form_header .title,
#lost_password_form_header #title,
#new_contribution_header .title {
  float: left;
}

#accordion_body_program_title,
#accordion_body_program_body p {
  padding-left: 12px;
}

#accordion_body_program_body p span {
  margin-right: 0;
}

#register_form_header,
#comment_form_header,
#lost_password_form_header,
#new_contribution_header {
  margin-bottom: 5px;
  overflow: hidden;
}

#accordion_body_program_body p,
#accordion_body_admin_messages_body p {
  margin-top: 0;
  margin-bottom: 0;
}

#accordion_body_login_header #login a {
  font-weight: bold;
}

#accordion_body_login_header #retrieve_password,
#accordion_body_contribute_body #register,
#accordion_body_contribute_body .submit,
#comment_submit {
  color: #d1232a;
  float: right;
  font-weight: bold;
}

#comment_submit {
  margin-right: 20px;
}

#accordion_body_contribute_body #register {
  margin-bottom: 10px;
}
#accordion_body_login_header #retrieve_password {
  font-weight: normal;
}


#accordion_body_contribute_body {
  margin-top: 30px;
}

#video {
  width: 140px;
}

#accordion_body_contribute_body textarea,
#register_form_body textarea {
  border: 0; /*1px solid #588295;*/
  display: block;
  height: 85px;
  width: 150px;
}

#comment_form_body label {
  clear: left;
}
#comment_form_body textarea {
  border: 0;
  height: 100px;
  margin: 0 20px 10px 45px;
  width: 260px;
}

#accordion_body_contribute_body textarea {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
}

#accordion_body_contribute_body textarea {
  clear: both;
}

#register_form_body input,
#lost_password_form_body input {
  width: 150px;
}
#register_form_checkbox input {
  width: 20px;
}

#accordion_body_contribute_nickname_line {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;  
  width: 150px;
}

#accordion_body_program_expand,
#accordion_body_live_comments_expand,
#accordion_body_admin_messages_expand,
#accordion_body_video_header #video_in_player,
#accordion_body_contribute_header #showall,
#accordion_body_admin_messages_header #more,
#accordion_body_live_comments_header #more,
#register_form_header .close,
#lost_password_form_header .close,
#cmht_message .close {
  color: #588295;
  float: right;
}

#accordion_body_live_comments_body .live_comments_title {
  float: left;
}

#accordion_body_live_comments_body {
  margin-top: 10px;
}

#accordion_body_live_comments_body .vote_line {
  font-size: 0.8em;
  float: right;
  line-height: 2em;
  overflow: hidden;
}

#accordion_body_login_body,
#accordion_body_contrib_list_body {
  overflow: hidden;
}

label {
  float: left;
  margin-right: 5px;
}

label.error {
  color: #d1232a;
}

#register_form label {
  width: 170px;
}

#avatar_image {
  border: solid 1px black;
  float: left;
  height: 75px;
  width: 75px;
}

#accordion_0_body #avatar_image {
  float: right;
}

#avatar_image img {
  height: 75px;
  width: 75px;
}

#avatar_control {
  float: left;
  margin: 10px;
}



#lost_password_form_body .submit {
  margin-left: 5px;
}
#accordion_body_login_body #username,
#accordion_body_contribute_nickname_line #nickname,
#register_form_body input,
#lost_password_form_body input,
#new_contribution_form input { 
  font-size: 0.8em;
  height: 1.2em;
  vertical-align: middle;
}

#register_form_body #avatar {
  float: left;
  height: 2em;  
}

#avatar_control .submit {
  display: block;
  margin-bottom: 5px;
}

#accordion_body_login_body #username {
  float: left;
  margin-right: 10px;
  width: 100px;
}
#register_form_body input {
  border: 0;
  margin-bottom: 2px;
}
#accordion_body_contribute_nickname_line #nickname {
  border: 0; /*1px solid #588295;*/
  float: right;
  width: 80px;
}
#accordion_body_login_body #login_submit {
  float: right;
}

#accordion_body_login_body #password {
  float: left;
  font-size: 0.8em;
  height: 1.2em;
  vertical-align: middle;
  width: 100px;
}

a {
  color: #d1232a;
  text-decoration: none;
}

span.vote_link {
  color: #d1232a;
  cursor: pointer;
  font-weight: bold;
  font-size: 2em;
  margin: 0 4px;
  vertical-align: middle;
}

span.voted {
  color: #808080;
  cursor: default;
}

.small {
  font-size: 0.8em;
}

a.dynamic_link,
span.dynamic_link,
img.dynamic_link,
span.liveevents {
  cursor: pointer;
  color: #d1232a;
}

#register_submit{
	float: right;
}

#contribution_write,
#contribution_howto {
  color: #d1232a;
  font-size: bold;
}

#overlay_message_contrib {
	border: 1px dotted #231F20;
  background-color: #f0efef;
  position: absolute;
  width: 470px;
	padding: 20px;
}

#overlay_message_embed {
  background-color: white;
  padding: 10px 20px;
  position: absolute;
  top: 100px;
}

.overlay_close{
	font-size: 0.8em;
	display: block;
  float: right;
}

#links {
  overflow: hidden;
}
.links_title {
  clear: left;
  display: block;
  float: left;
  overflow: hidden;
}

#type_wrapper {
  float: left;
  width: 150px;
}

#nickname_wrapper {
  float: left;
  margin-left: 35px;
  width: auto;
}


#new_contribution_form label {
  clear: left;
  width: 35px;
}

#new_contribution_form select {
  display: block;
  margin-bottom: 10px;
}

#new_contribution_form input {
  border: 0;
  width: 310px;
  margin-bottom: 10px;
}

#nickname_wrapper input {
  width: 100px;
}

#nickname_wrapper label {
  width: auto;
}

#type_wrapper label {
  clear: none;
}

#new_contribution_form textarea {
  border: 0;
  height: 116px;
  width: 310px;
}

#textarea_wrapper {
  margin-bottom: 10px;
  overflow: hidden;
  width: 310px;
}

#links span.title {
  float:left;
}

#links fieldset {
  border: 0;

  margin-bottom: 5px;
  padding: 0 0 0 10px;
  width: 286px;
}

#links input {
  width: 150px;
  margin-bottom: 5px;
}

#links .handle_link {
  color: #d1232a;
  cursor: pointer;
  margin-left: 5px;  
}

#display_relations ul {
  font-size: 1em;
  list-style: none;  
  margin: 0 0 5px 0;
  padding: 0;
}

#display_relations ul li {
  margin: 4px 0;
}

#display_relations label {
  float: none;
}

#display_relations input {
  margin: 0 5px 0 0;
  padding: 0;
  overflow: hidden;
  float:left;
  width: 20px;
}

#tagging {
  margin-top: 10px;
}

div.autocomplete {
  background-color: white;
  margin: 0px;
  padding: 0px;
  position: absolute;
  width: 250px;
}

div.autocomplete ul {
  font-size: 1em;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

div.autocomplete ul li.selected { 
  background-color: #ffb;
}

div.autocomplete ul li {
  cursor: pointer;
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 2px;
}

#loading_message {
}

#tagging_message {
  font-size:0.7em;
  margin: -10px 0 0 35px;
  padding: 0;
}

#compulsory {
  font-size:0.9em;
	color: #588295;
}

#new_contribution_submit,
#preview_contribution_submit {
  float: right;
  margin-right: 23px;
	padding-top: 7px;
}


.contribution, .contributor {
  border-top: 1px dotted #231F20;  
  font-size: 0.8em;
  margin-bottom: 10px;
  overflow: hidden;
  padding-top: 7px;
}

#alphabet {
  float: left;
}

#alphabet .more {
  float:none;
  margin: 0 2px;
}

#contribution_meta{
	display: block;
	float: left;
	clear: both;
}

.contribution .contribution_meta .authorcomments {
  float: left;
  width: 40%;
}

.contribution .contribution_meta .typevote {
  float: left;
	clear: both;
  width: 30%; 
}


.contribution .contribution_meta div,
#relations_body div{
  float: left;
  overflow: hidden;
}

.contribution .contribution_meta div.a_contribution {
  float: right;
}

.contribution .contribution_meta .author,
#a_contribution .author {
  width: 50%;
}

#accordion_1_body .author,
#accordion_1_body .type {
  margin: 8px 0;
}

.contribution .contribution_meta .type,
#a_contribution .type {
  clear: right;
  width: 50%; 
}

#accordion_3_body .comments,
#accordion_3_body .relations {
  line-height: 2em;
	width: 50%; 
}

.contribution .contribution_meta .comments {
  line-height: 2em;
  width: 40%;
}

.contribution .contribution_meta .relations {
  width: 30%;
}

.contribution .contribution_meta div.vote {
  line-height: 2em;
  width: 40%;
}

#a_contribution div.vote {
  float: right;
}

#a_contribution .contribution_body {
  float: none;
  clear: both;
}

#relations_body {
  clear: both;
  overflow: hidden;
  margin-bottom: 4px;
}

#relations_body .more {
  float: left;
  line-height: 15px;
}

#relations_body img.more {
  float: none;
}

.related_contribution {
  border-top: 1px dotted #231F20; 
  padding: 4px 0;
}

.related_contribution_title {
  clear: both;
  color:#D1232A;
  display: block;
  overflow:hidden;
  width:100%;
} 



.vote_counter {
  margin-left: 10px;
}


#accordion_3_body .contribution .contribution_meta .read {
  clear: right;
  line-height: 2em;
  width: 20%;
} 

.contribution .contribution_meta .read {
  clear: right;
  width: 20%;
}
 
.contribution .contribution_meta .read span {
  float: right;
}

.contribution_title {
  font-size: 1.1em;
  line-height: 1.8em;
}

.entries .contribution_title {
  font-size: 1em;
  line-height: 1.1em;
}

#a_contribution .title,
.contribution_meta .title,
.contributor .title {
  color: #588295;
  margin-right: 10px;
}

.contribution_meta .date,
.news_body .news_title .date
{
	font-size: 0.9em;
	text-align: right;
	color: #588295;
}


#contribution_write {
  margin: 0 20px 0 10px;
}

#contribution_howto {
  margin-left:60px;
}

#accordion_3_body .accordion_body_header {
  padding: 0 0 3px 0;
}

#accordion_3_body .edit_contribution {
	display: block;
	float: right;
  clear: both;
}

#accordion_3_body .accordion_body_header h2 {
  margin-top: 3px;
}

.accordion_body_header h3 {
  margin-top: 5px;
}

#sort_options {
  float: right;
  font-size: 0.7em;
}

.sort_by {
  color: #d1232a;
  cursor: pointer;
}

#accordion_1_body #sort_options {
  margin-top: 10px;
}

.contribution_comments {
  border-top: 1px dotted #231F20;
  padding-top: 5px;
  width: 100%;
}

.contribution_comment {
  clear: both;
  margin-bottom: 10px;
}

.contribution_comment_meta {
  clear: both;
  overflow: hidden;
}

#a_contribution .contribution_comment_meta .author {
  width: 100%;
}

#a_contribution p {
  font-size: 1em;
}

.contributor .comments {
  float: left;
}

.contributor .read {
  float: right;
}

.accordion_body_header {
  margin: 0 0 5px 0;
  overflow: hidden;
  padding: 0 0 5px 0;
}

.accordion_body_header h2 {
  color: #231F20;
  float: left;
  font-size: 130%;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.news_title {
  overflow: hidden;
}

.news_title b {
  color: #588295;
  float: left;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.news_body {
	clear: both;
}

.moreorless,
.more,
.edit,
.listall,
span.showrelations {
  color: #d1232a;
  cursor: pointer;
  float:right;
  font-size: 12px;
  line-height: 16px;
  margin-left: 10px;
  padding: 0;
}

span#show_relations {
  float: none;
}

#accordion_0_body .edit .listall{
  float: left;
  margin-left: 10px;
}



ul#full_program,
ul#full_live_comments,
ul#one_live_comment {
  list-style: none;
  margin: 0;
  padding: 0;
}

#accordion_body_live_comments .nickname {
  width: 10px;
}

#live_comment_submit {
  float: right;
  margin-right: 2px;
}

#accordion_2_body textarea.error,
#accordion_2_body #accordion_body_contribute_nickname_line input.error {
  border: solid 1px #d1232a;
}

#accordion_3_body #accordion_body_contribute_nickname_line {
  float: left;
  font-size: 1em;
}

span.link_to_video_player {
  float: right;
}
.link_to_video_player img {
  float: none;
}

.link_to_video_player {
  cursor: pointer;
}

#accordion_body_video_header #title {
  line-height: 22px;
}

.current_item_selector {
  display: none;
}

span.selected {
  display: inline;
}

ul#full_program li {
  clear: both;
  padding-left: 12px;
}

ul#full_live_comments li,
ul#one_live_comment li  {
  clear: both;
}

ul#full_program li.selected {
  padding-left: 0px;
}

#current_item_container{
	padding-top:8px;
	padding-left:12px;
}

.live_comment_title {
  display: block;
  float: left;
  font-size: 12px;
  width: 78%;
}

.live_comment_title .title {
  color: #588295;
  font-weight: bold;
}

#full_program .vote,
#full_live_comments .vote,
#one_live_comment .vote {
  float: right;
}

#full_program .more {
  color: #231f20;
  float: left;
}

#full_program .read {
  color: #d1232a;
  margin-left: 20px;
}

div.item {
  margin-bottom: 5px;
}

#top_contributions .more {
  float:left;
  line-height: 14px;
}

#top_contributions {
  list-style: none;
  padding: 0;
  margin: 0;
}

#top_contributions li {
  clear: both;
  display: block;
}

.accordion_body_content {
  clear: both;
  margin-bottom: 10px;
  overflow: hidden;
}

.accordion_body_content p {
  font-size: 0.8em;
  margin: 0;
  padding: 0 0 4px 0;
}

.accordion_body_content .halfclosed {
  height: 50px;
}

.accordion_body_content .closed, 
.accordion_body_content .open {
  
}


.contributor p {
  font-size: 1em;
}


/* Container styling*/
#cmht_widget {
  margin: 20px auto 20px auto;
    
}
