/* general content & layout */
html			{height: 100%}
body			{margin: 0; padding: 0; height: 100%}
body, td, th	{background-color: #5b7c93; color: #fff; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt}
img				{border-width: 0; border-style: none}

input.button {
	border-bottom:thin solid #293a47; border-right:thin solid #293a47; border-top:1px solid #c5cfd6; border-left:1px solid #c5cfd6;
	width: auto; overflow: visible; padding: 3px 10px; font-size: 9pt; line-height: 1em;
	color:#fff; background-color: #517086; cursor: pointer;
}

a, a:visited, a:hover	{color: #9abed8; text-decoration: none}

div.clear		{clear: both}
div.left		{float: left}
div.right		{float: right}

table.layout	{border-collapse: collapse !important}
tr.layout		{vertical-align: top !important}
td.layout		{margin: 0 !important; padding: 0 !important; text-align: left !important}

/* site structure & css */
div#pageContainer			{position: relative; min-height: 100%}
* html div#pageContainer	{height: 100%}  /* IE 6 only */
table#tableContainer		{width: 850px; height: 100%}

div#bigJ				{width: 220px}

div#contentContainer	{width: 430px; margin-left: 15px; border-right: 1px solid #84a7c2; height: 100%}

div.header				{width: 430px; margin-top: 128px; margin-bottom: 15px; border-bottom: 2px solid #84a7c2}
div.content				{width: 415px; margin-top: 30px; margin-bottom: 30px; padding-right: 15px; line-height: 1.3em}
div.content tr			{vertical-align: top}
div.content td			{padding-bottom: 10px}
div.content a,
div.content a:visited	{color: #9abed8}
div.content div.clients {line-height: 1.5em}
div.content span.small	{font-size: 8pt}

div.footer				{width: 415px; padding-right: 15px; padding-bottom: 20px; font-size: 8pt}

div#menuContainer		{width: 160px}
div#menuSpacer			{width: 23px; margin-top: 128px; margin-bottom: 15px; border-bottom: 2px solid #84a7c2}

div.menu				{margin-top: 30px; margin-left: 15px; font-size: 9pt}
div.menu ul				{display: block; list-style: none; margin: 0; padding: 0}
div.menu li				{line-height: 1.5em; height: 1.5em}
div.menu a,
div.menu a:visited		{color: #fff}
div.menu a:hover		{color: #9abed8}

div.content div.title,
div.menu div.title		{font-size: 10pt; font-weight: bold; margin-bottom: 15px}

/* validation */
input.validation-failed, textarea.validation-failed {
	border: 1px solid #f7d413 !important;
}

.validation-advice {
	padding-top: 4px; padding-bottom: 4px;
	color: #f7d413; font-size: 9pt; font-weight: bold;
}

/* recaptcha */
div.recaptchaContainer td,
.recaptchatable .recaptcha_image_cell,
.recaptchatable td,
#recaptcha_table {
	background-color:#517086 !important;
	border-color: #517086 !important;
}

#recaptcha_logo,
#recaptcha_tagline {display: none}
