
/* --------------------------------------- */
/* CONTENT */
/* --------------------------------------- */

div#content #meetings,
div#content_full #meetings
	{
	font-size: 0.9em;
	margin: 0px;
	}

div#content #meetings h3,
div#content_full #meetings h3
	{
	font-weight: bold;
	font-size: 1.2em;
	color: #15288d;
	margin: 0px;
	}

div#content #meetings h4,
div#content_full #meetings h4
	{
	font-weight: normal;
	font-size: 1em;
	margin: 0px;
	margin-top: 8px;
	padding: 0px;
	}

div#content #meetings p,
div#content_full #meetings p
	{
	margin: 0px;
	padding: 0px;
	}

div#content #meetings .line,
div#content_full #meetings .line
	{
	border-top: 1px dotted #666;
	margin: 6px 0px 4px 0px;
	}

div#content #meetings #more a,
div#content_full #meetings #more a
	{
	color: #15288d;
	text-decoration: none;
	}

div#content #meetings #more a:hover,
div#content_full #meetings #more a:hover
	{
	color: #000;
	text-decoration: underline;
	}


/* sidebar */

.block
	{
	background-color: #699;
	color: #fff;
	}

.block .hdr-blockleft
	{
	background: url(/grfx/hdr-block-home.gif) no-repeat left top;
	}

.block .hdr-blockright
	{
	background: url(/grfx/hdr-block-home.gif) no-repeat right top;
	}

.block .ftr-blockleft
	{
	background: url(/grfx/ftr-block-home.gif) no-repeat left bottom;
	}

.block .ftr-blockright
	{
	background: url(/grfx/ftr-block-home.gif) no-repeat right bottom;
	}


.block h4
	{
	background: url(/grfx/icon-block-home.gif) no-repeat right 2px;
	color: #fff;
	}

/* Block */

.block
	{
	cursor: auto;
	}

.block h3,
.block h4
	{
	font-weight: bold;
	font-size: 1.4em;
	margin: 0px;
	padding-right: 15px;
	}

.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;
	}


/* ======================================= */

