﻿/*
<% @language="VBScript" %>
<% Response.ContentType = "text/css" %>
*/
/* COLOR SCHEME MXP:
    header gray: #7a7878;
    menu orange: #ff6600;
    block gray : #333333;
    block content header: #366ab3;
    block text: #366ab3;
    block header: #666666 / #ebf4fb (lichtblauw!);
    block border: #aacbee;
*/

.mm_table_ph {
	border: 0;
	border-collapse: collapse;
	border-spacing: 10px;
	width: 100%;
}

.mm_td_ph_head {
	background-color: #f3f3f3;
	background-color: #ebf4fb;
	color: #7a7878;
	
	border-bottom: 1px solid #aacbee;
	border-top: 1px solid #aacbee;
	font-weight: bold;
	padding: 2px 4px;
	vertical-align: top;
}

.mm_tr_ph_odd {
	background-color: #fff;
}

.mm_tr_ph_even {
	background-color: #f3f3f3;
	background-color: #ebf4fb;
}

.mm_table_ph td {
	padding: 2px 4px;
}

.mm_sep {
  color: #aacbee;
}

.mm_chars {
	margin: 16px 0;
	text-align: center;
}

.mm_chars .mm_char_item {
	color: #ccc;
	font-weight: bold;
	padding: 2px 8px 2px 0;
}
.mm_chars .mm_char_item .active { color: #ff6600 !important; }

.mm_pages {
	font-size: 11px;
	padding: 8px 0;
	text-align: center;
}
.mm_pages .mm_page_item { padding: 0; }
.mm_pages .mm_page_item .active { color: #ff6600 !important; }

.mm_genres {
	font-size: 11px;
	padding: 8px;
	text-align: center;
}
.mm_genres .mm_genre_item { padding: 0; }
.mm_genres .mm_genre_item .active { color: #ff6600 !important; }

.mm_sections {
	font-size: 11px;
	padding: 8px;
	text-align: center;
}
.mm_sections .mm_section_item { padding: 0; }
.mm_sections .mm_section_item .active { color: #ff6600 !important; }

.mm_content_preview {
	padding-left: 3px;
	padding-top: 3px;
	vertical-align: top;
}

.mm_content_item {
	padding-left: 3px;
	padding-top: 4px;
	text-align: left;
	vertical-align: top;
}

.mm_content_item div {
	height: 14px; 
	overflow: hidden;
}
