/* GLOBAL PRINT CSS */

html , body {
	font-family: sans-serif;
	font-size: 10pt;
}

#header { display: none; }
#menu { display: none; }
#footer { display: none; }

h1 {
	color: #00557F;
	font-size: 1.8em;
	line-height: 1;
	margin: 25px 0 20px 0;
}

h1:first-of-type {
	margin-top: 5px;
}

h2 {
	color: #00557F;
	font-size: 1.4em;
	line-height: 1;
	margin: 10px 0;
}

h3 {
	color: #00557F;
	font-size: 1.4em;
	line-height: 1;
	margin: 20px 0 10px;
}

h4 {
	color: #666;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1;
	padding: 5px 0;
	border-bottom: 1px dotted #666;
	margin: 20px 0 10px;
}

h5 {
	color: #666;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1;
	margin: 15px 0 10px;
}

a { text-decoration: none; }

table{ width:auto; }
table td , table th{ vertical-align:top; width:auto; text-align: left; }

img, a img { border: none; }

/* HELP CLASSES */
.f_left{ float:left; }
.f_right{ float:right; }
.t_right{ text-align:right; }
.v_middle { vertical-align: middle; }
.indent { margin-left: 20px; }
.m_top { margin-top: 10px; }

.opentip-container { display: none; }

/* CSS DETAIL PAGE */

#detail_actions, #edit_contribution, #reaction_add, #give_score, #give_score_uni, #object_follow, #report_problem,
#detail_subsites, #tblReactions .actions {
	display: none;
}

#contribution_added_by {line-height:1.2em; margin-top:10px; }
#contribution_added_by img {float:left; max-height:30px; max-width:60px; margin-right:10px; margin-top:3px;}

div.stats{color:#777777;}

table.download { margin: 20px 0 10px; }
table.download td { padding: 5px;}

#detail_info {line-height: 18px; color: #333}
#detail_info .section {padding: 15px;}
#detail_info h2 {margin-top: 0;}
#detail_info dt {color: #777; font-weight: bold;}
#detail_info dd {margin: 2px 0 10px;}

#last_viewed_by td { padding: 5px 0; }
#last_viewed_by td:first-of-type { width: 45px; vertical-align: middle; }
#last_viewed_by img { max-width: 30px; max-height: 30px; }

#tblReactions { width:100%; }
#tblReactions th { font-weight:bold; border-bottom: 1px solid #999; font-size: 1.1em; line-height: 1; padding: 10px; }
#tblReactions td { padding: 10px; }
#tblReactions td:first-child { border-bottom: 1px solid #CCC; }
#tblReactions td p:first-child { margin-top: 0; }
#tblReactions td p:last-child { margin-bottom: 0; }

.kader{ max-width: 50px; max-height: 50px; }

/* CSS FORUM */

table.h2_forum {
	width: 21cm;
}
table.h2_forum td {
	padding: 8px;
}
tr.forum_bottom{
	border-bottom: 1px solid #DDD;
}
td.info_forum{
	width: 140px;
	background-color:#EEEEEE;
}
div.forum_message{
	background-color:#F7F7F7;
	padding: 8px;
}
table.forum_tabel{
	border-spacing:2px; 
	width:75%;
}