/* --------------------------------------- */
/* CONTENT */
/* --------------------------------------- */

/* Block */

.block
	{
	cursor: auto;
	}

.block h3,
.block h4
	{
	font-weight: bold;
	font-size: 1.4em;
	margin: 0px;
	padding-right: 15px;
	}

.block h4
	{
	background: none;
	font-size: 1em;
	}

.block h4 a				{ color: #15288d; text-decoration: none; }
.block h4 a:hover		{ color: #000; text-decoration: underline; }


.block p
	{
	margin: 0px;
	padding: 0px;
	}

.block p.date
	{
	font-weight: normal;
	font-size: 1em;
	color: #555958;
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	}

/* search */

#searchbox				{ margin-top: 15px; }


/* browse */

.browse_details h5
	{
	font-weight: bold;
	text-transform: none;
	}

.browse_table_meeting
	{
	width: 100%;
	padding: 2px;
	padding-left: 0px;
	}

.browse_table_meeting td
	{
	font-size: 0.9em;
	}

.browse_desc_meeting
	{
	color: #15288d;
	width: 20%;
	}

.browse_details_table td
	{
	font-weight: normal;
	font-size: 0.9em;
	color: #ccc;
	}

.browse_details_table td form
	{
	margin: 0px;
	}

.browse_detail0			{ width: 15%; }
.browse_detail1			{ width: 15%; }
.browse_detail2			{ width: 30%; }
.browse_detail3			{ }

.browse_data			{ font-size: 0.9em; color: #15288d; padding: 2px; vertical-align: top; }

#browse_subject			{ font-weight: bold; font-size: 0.9em; color: #15288d; }

.browse_desc0			{ width: 15%; }
.browse_desc1			{ width: 15%; }
.browse_desc2			{ }
.browse_desc3			{ width: 12%; }
.browse_desc4			{ width: 5%; }
.browse_desc5			{ width: 9%; }
.browse_desc6			{ width: 8%; }

#browse_overview
	{
	font-size: 0.9em;
	position: relative;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
	}

div#content #browse_overview h4,
div#content_full #browse_overview h4,
div#content #browse_overview h5,
div#content_full #browse_overview h5
	{
	font-weight: bold;
	font-size: 1.2em;
	color: #33a6dd;
	margin: 0px;
	}

div#content #browse_overview h5,
div#content_full #browse_overview h5
	{
	font-size: 1.1em;
	color: #15288d;
	text-transform: uppercase;
	}

#browse_overview .browse_overviewdesc
	{
	width: 100px;
	/*float: left;*/
	}

#browse_overview .browse_overviewdata
	{
	width: auto;
	}


/* Login */

#loginbox .block
	{
	width: 240px;
	margin-right: 0px;
	cursor: auto;
	}

#loginbox form#formbox input		{ width: 120px; }

/* ======================================= */
/* ======================================= */
/* ======================================= */

