/**
* $Id: template.css 74 2011-07-04 06:40:06Z stale $
*/

/**
* green (Pro) = 008000
* blue (FM) = 00008b
*/
html
{
	font-family: "Arial Black", Arial, sans-serif;
}
h2
{
	line-height: 1em;
}
dd, dt
{
	display: inline;
}
/**
 * Header, logo and business card modules styles
 */
#toprow
{
	position: relative;
	height: 15em;
}
#topright, #topmain, #portraitwrap
{
	position: absolute;
	bottom: 0px;
	margin-bottom: 1em;
	float: left;
}
#portraitwrap
{
	right: 0px;
}
#topmain
{
	right: 150px;
}
#logo
{	margin-bottom: 0.3em;
	margin-top: 1em;
}
div.custom-card
{
	font-size: x-small;
	line-height: 1.5em;
}
div.custom-card h2
{
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 0.5em
}
div.custom-card p
{
	margin-bottom: 0.2em
}
img#portrait
{
	max-width: 150px;
}

/* Main content */
hr, #breadcrumbs
{
	margin-bottom: 1em;
}
.mod-bluett, .mod-bluett_menu
{
	background-color: transparent;
}
.mod-bluett_menu {
	color: #00008B;
}
.mod-bluett_menu a, .mod-bluett_menu a:active, .mod-bluett_menu a:hover
{
	text-decoration: none;
	color: #00008B;
}
.mod-bluett_menu li:hover
{
	text-decoration: none;
	background-color: #F0F0F0;
	color: #00008B;
}
.mod-bluett h3, .mod-bluett_menu h3
{
	margin-bottom: 0.5em;
	font-weight: bold;
	color: #00008B;
}
.mod-bluett ul, .mod-bluett_menu ul
{
	list-style-type: circle;
	font-weight: normal;
}
.mod-bluett_menu li
{
	font-size: 1.2em;
	margin-left: 0.2em;
}
.mod-bluett_menu li.current, .mod-bluett_menu li.active
{
	list-style-type: disc;
	font-weight: bold;
}
.mod-languages {
	margin-right: 1.5em;
	float: left;
}
.mod-languages img
{
	margin-top: 0.3em;
}
li.lang-active img
{
	border: thin solid black;
}
/* Article styles */
ul.actions
{
	text-align: right;
	list-style-type: none;
	float: right;
}
ul.actions li
{
	display: inline;
}
div.tip-wrap
{
	background-color: yellow;
	border: thin solid grey;
	padding: 3px;
}