@charset "utf-8";

/* Copyright Muchachamaca SCP, Spain - All rights reserved */

html { overflow-y: scroll; }	/* force vertical scrollbar in FireFox */

body, td, th, a, p, h1, h2, h3, h4, h5, input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #204040;
}

body {
	text-align: left;
	margin-top: 0px;
	padding: 20px;
	position: relative;	/* make absolutely positioned children calculate their co-ordinates from the centered body, not the window */
	min-width: 800px;
	background-color: white;
}

td {
	vertical-align: top;
}

input {
	padding: 1px 2px;
}
input[type=button], input[type=submit] {
	padding: 1px 1em;
}

a			{ text-decoration: none; color: inherit; }
a:link		{ }
a:visited	{ }
a:hover		{ color: #DA0000; }

a img { border: none; }

.explicit { color: red !important; }
.explicit:hover { text-decoration: underline; }

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 1.5em;
	margin-bottom: 1em;
	color: #333333;
}

h1 {
	text-align: right;
	font-size: 24px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 1em;
}

.static {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	letter-spacing: 0.2em;
	font-weight: bold;
	font-size: 11px;
}

#menu {
	margin-bottom: 20px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background-image: url(/images/interface/menu-bg.gif)
}
#menu ul {
	margin: 0;
	padding: 4px;
}
#menu li {
	display: inline-block;
	list-style: none;
	margin: 0 0 0 0;
}
#menu ul li a
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
/*	background-color: white;*/
	padding: 4px 15px;
	color: #333333;
}
#menu ul li a:link		{ }
#menu ul li a:visited	{ }
#menu ul li a:hover		{ text-decoration: underline; }

#submenu-print {
	margin-bottom: 20px;
}
#submenu-print ul {
	margin: 0;
	padding: 0;
}
#submenu-print li {
	display: inline-block;
	margin: 0;
	padding: 0;
}
/* #submenu-print ul li a			{ text-decoration: none; background-color: #EEE; border: 1px solid #999; padding: 3px; } */
#submenu-print ul li a			{ text-decoration: none; padding: 3px; }
#submenu-print ul li a:link		{ }
#submenu-print ul li a:visited	{ }
#submenu-print ul li a:hover	{ text-decoration: underline; }


#leftPanel {
	position: absolute;
	left: 20px;
	text-align: right;
	margin: 55px 0 0 0;
	width: 200px;
}
#leftPanel h1 {
}
#leftPanel ul {
	padding-left: 1.5em;
}
#leftPanel li {
	list-style: none;
	line-height: 1.5em;
}

#mainPanel {
	margin: 10px 0 0 215px;
	padding: 0 30px 30px 30px;
	border-left: solid 1px #222222;
	border-top: solid 1px #222222;
	min-height: 500px;
	background-color: white;
}
#mainPanel h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin-bottom: 15px;
	letter-spacing: 0.1em;
}
#mainPanel h1 + .subtitle
{
	margin-top: -15px;
}
#mainPanel .subtitle { margin-bottom: 15px; }
#mainPanel .subtitle a { color: #666666; }

#breadcrums {
	background-color: #EEE;
	border-left: 1px solid #FFF;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #AAA;
	margin: 0 -30px 20px -30px;
	padding-left: 10px;
	line-height: 2em;
 	font-size: 9px;
}
#breadcrums a {
 	font-size: 9px;
}

form table {
	margin: 15px 15px;
}
form table tr {
	height: 20px;
}

.label {
	text-align: right;
	padding: 3px 5px 0 0;
}

.radio-selection {
	padding: 0 5px 0 0;
}

.footer {
	color: #999999;
	width: 100%;
}

.portfolio-entry {
	font-family: Arial, Helvetica, sans-serif;
	width: 220px;
	margin: 20px 20px 0 0;
	display: inline-block;
	vertical-align: top;
}
.portfolio-entry a {
	font-weight: bold;
}

