a {
	color: #3e510b;
	text-decoration: none;
}

a:link {
	color: #3e510b;	
	text-decoration: none;
}

a:visited {
	color: #3e510b;	
	text-decoration: none;
}

a:hover {
	color: #3e510b;
	text-decoration: underline;
}

img {
	border: none;
}

table {
	border: none;
}

th {
	font-weight: bold;
	background-color: #eeeeee;
}

td {
	border: none;
}

.abstract {
	font-style: italic;
}

h1 {
	text-align: center;
}

h2 {
	font-size:		1.2em;
	font-weight:	bold;
	text-align: 	left;
}

ul ul {
	margin-bottom:	0.8em;
}

.model_media {
	display: block;
	margin:	auto;
}

img {
	margin: auto;
}

/*
 * Viewport widget box
 *
 */
div.viewport_widget {
	display:		absolute;
	min-height: 	20px;
	min-width:		20px;
	background:		black;
}

/*
 * Text
 *
 */
span.model_important {
	font-weight: bold;
}

span.model_raised {
	font-style: italic;
}

div.model_article {
	text-align:	center;	
}

div.model_article > p.model_paragraph {
	text-align:		center;
	margin-left:	auto;
	margin-right:	auto;
	width:			700px;
}

div.model_section p.model_paragraph {
	text-align:		justify;
	width:			auto;
}

p.model_subtitle {
	text-align:	center;
	font-size:	1.2em;
	font-style:	italic;
}

p.model_catchline {
	display:	block;
	
	margin:		auto;
	width:		800px;
	text-align:	justify;
	font-style:	italic;
}

/*
 * Image
 *
 */
img.file_missing {
	display:		inline-block;
	height:			100px;
	width:			100px;
	margin-left:	5px;
	margin-right:	5px;	
	outline:		2px solid white;
	background:		center black no-repeat url('storage/resources/views/no-image.png');
}

/*
 * List view
 *
 */
div.model_list div.listContainer {
	border: 1px solid gray;
}

div.model_section {
	width: 			800px;
	text-align:		justify;
	margin:			auto;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	-moz-column-gap: 25px;
 	-webkit-column-gap: 25px;
 	
 	margin-bottom:	35px;
}

div.model_meta_data {
	display: none;
}

div.model_document {
	border: 0px;
}

div.model_document div.listContainer {
	border: 0px;
}

/*
 * Multicolumn layout
 *
 */
div.multicolumn_section {
	text-align: justify;
	float: none;
	clear: both;
	margin: auto;
	width: 800px;
}

div.leftColumn {
	float:left;
	width: 49%;
	padding-right: 0.5em;
}

div.rightColumn {
	float:right;
	width: 49%;
	padding-left: 0.5em;
}

/*
 * Links
 *
 */
a.model_link {
	color: #3e510b;
	text-decoration: none;
	cursor:	pointer;
	font-weight: bold;
}

a.model_link:link {
	color: #3e510b;	
	text-decoration: none;
}

a.model_link:hover {
	text-decoration: underline;
}

a.model_link span.model_link_destination {
	display: none;
}

a.model_link span.model_mailaddress {
	display: none;
}

/*
 * Listings
 *
 */
ul {
	text-align: justify;
	margin:		auto;
	max-width:	800px;
}

/*
 * Tables
 *
 */
table.model_table {
	border:				1px solid #b5bd9b;

	background:			#e3e3ac;
	color:				black;

	max-width:			700px;	
	height:				auto;
	
    -moz-box-shadow: 	0px 0px 5px #a5ad8b;
    -webkit-box-shadow: 0px 0px 5px #a5ad8b;
     box-shadow: 		0px 0px 5px #a5ad8b;	
	
	margin:		auto;
	margin-top:		10px;
	margin-bottom:	10px;	
	
	text-align:	left;
}

td.model_table_cell {
	border:		1px;

	padding:	4px 6px 4px 6px;
}

td.model_table_important_cell {
	font-weight:	bold;
	
	background: 	#c5c77a;
}
 
table.model_overview {
	border:		0px;
	
	background:	none;
	
    -moz-box-shadow: 	none;
    -webkit-box-shadow: none;
     box-shadow: 		none;		
}

table.model_overview tr {
	border:		0px;
}

table.model_overview td {
	border:		0px;
	background:	none;
}

div.model_partner td.model_table_cell {
	padding:	4px 9px 4px 9px;
}

div.model_partner td.model_table_cell:nth-child(1) img {
	width:		169px;
	height:		30px;
}

div.model_partner td.model_table_cell:nth-child(1) {
	text-align: center;
}

div.model_partner td.model_table_cell:nth-child(2) {
	text-align: left;
}


