﻿html4
{
	height: 100%;
}

body
{
	font-family: Raleway,Helvetica,sans-serif;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Helvetica,Verdana,Tahoma,sans-serif;
	font-size: 16px;
}

/*table, td
{
	border-collapse: separate;
	border: 1px solid #999;
}*/​

a, a:visited
{
	color: #2C0280;
}

.menu-header
{
	width: 100%;
}

.menu-header > tbody > tr > td.title
{
	text-align: left;
	width: 100%;
	padding: 20px 20px 20px 20px;
}

.menu-header > tbody > tr > td.item
{
	vertical-align: top;
	padding: 20px 20px 20px 20px;
}

.menu-header > tbody > tr
{
	vertical-align: center;
	white-space: nowrap;
	float: center;
	background: #2C0280 none repeat scroll 0 0;
	color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Helvetica,Verdana,Tahoma,sans-serif;
}

h1
{
	margin: 0px;
	font-size: 28px;
}

h2
{
	margin: 0px;
	font-size: 16px;
}

h3
{
	color: #2C0280;
	margin: 0px;
	font-size: 18px;
	font-style: italic;
}

h4
{
	color: #2C0280;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 5px;
}

h3 a, h3 a:visited, h4 a, h4 a:visited
{
	text-decoration: none;
	color: #2C0280;
}

h3 a:hover
{
	text-decoration: underline;
}

.wrapper
{
	position: absolute;
	text-align: left;
	min-height: 100%;
	width: 100%;
}

.wrapper-image
{
	padding: 0px 20px 0px 20px;
}

.container
{
	width: 100%;
}

table.layout
{
	border-collapse: collapse;
	width: 100%;
	border: none;
}

table.layout > tbody > tr > td
{
	padding: 0px;
	border: none; 
}

table.layout > tbody > tr > td.content
{
	padding: 20px 20px 20px 20px;
	width: 800px;
}

table.layout-padding-border
{
	min-width: 50px;
}

table.layout-padding-center
{
	max-width: 20px;
}

td.tdheaderLink
{
	padding: 10px;
	text-align: center;
	white-space: nowrap;
}

td.tdheaderImage
{
	padding: 10px 10px 0px 10px;
	text-align: center;
	width: 270px;
}

td.tdheaderImage img
{
	padding: 0px;
}

td.container-padding-center
{
	padding: 30px;
}

td.tdheaderLink
{
	width: 100px;
}

td.tdheaderLink a
{
	color: #2C0280;
	text-decoration: none;
}

td.tdheaderLink a:hover
{
	color: #428BCA;
	text-decoration: none;
}

.clear
{
	clear: both;
}

.drop-button
{
	background: #2C0280 none repeat scroll 0 0;
	color: #FFFFFF;
	padding: 12px 16px;
	border: none;
	cursor: pointer;
}

.dropdown
{
	position: relative;
	display: inline-block;
}

.dropdown:hover .drop-button
{
	background-color: #4004A8;
}

.dropdown:hover > .dropdown-content
{
	display: block;
}

.dropdown-content
{
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 150;
	width: initial;
	white-space: nowrap;
}

.dropdown-content a, .dropdown-content-item a
{
	color: #2C0280;
}

.dropdown-content-item:hover > .dropdown-content
{
	display: block;
}

.dropdown-content .dropdown-content
{
	margin-top: 0px;
	margin-left: 80px;
	background-color: #f9f9f9;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 150;
	white-space: normal;
	max-height: 300px;
	width: auto;
	min-width: 180px;
	overflow-y: auto;
}

.dropdown-content a
{
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

.dropdown-content a:hover
{
	background-color: #f1f1f1;
}

#footer
{
	width: 100%;
	bottom: 0;
	position: absolute;
}

#footer-body {
	background: #2C0280 none repeat scroll 0 0;
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
}

#webcounter
{
	border-top: 1px solid #AF4700;
	background: #3C22A0;
	height: 27px;
	width: 100%;
	position: relative;
	clear: both;
}

#webcounter-text
{
	width: 100%;
	text-align: center;
	color: #D8D8A8;
	position: absolute;
	bottom: 5px;
}

#copyright
{
	background: #2C0280;
	height: 27px;
	width: 100%;
	position: relative;
	clear: both;
}

#copyright-text a
{
	color: #D8D8A8;
	text-decoration: none;
}

#copyright-text a:hover
{
	color: #E8E8B8;
	text-decoration: none;
}

#copyright-text
{
	width: 100%;
	text-align: center;
	color: #D8D8A8;
	position: absolute;
	bottom: 5px;
}

.input-shaded
{
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: 300;
	line-height: 1.40em;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background: rgba(79, 79, 79, 0.1);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#1A4F4F4F', endColorstr='#1A4F4F4F');
	border-radius: 5px;
	border: solid 2px rgba(255, 255, 255, 0.125);
	color: #606060;
	display: block;
	outline: 0;
	padding: 20px 16px;
	text-decoration: none;
	width: 300px;
}

.input-label
{
	color: #2C0280;
	//color: #1BA9E9;
	font-size: 20px;
}

span.button-link-send a
{
	border: 4px outset #5BD1FF;
	background-color: #1BA1D8;
	color: #E0E0E0;
	font-family: Times New Roman;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	cursor:pointer;
	text-decoration: none;
	letter-spacing: 1.5px;
	white-space: nowrap;
	padding: 24px 95px;
}

span.button-link-send a:hover
{
	color:white;
	text-decoration: none;
}

span.button-link-send-small a
{
	border: 4px outset #5BD1FF;
	background-color: #1BA1D8;
	color: #E0E0E0;
	font-family: Times New Roman;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	cursor:pointer;
	text-decoration: none;
	letter-spacing: 1.5px;
	white-space: nowrap;
	padding: 12px 30px;
}

span.button-link-send-small a:hover
{
	color:white;
	text-decoration: none;
}

.img-circle
{
	border-radius: 30%;
}

.img-circle-art {
	border-radius: 5%;
}

.processing
{
	padding: 3px 0px 3px 0px;
	width: 24px;
	height: 24px;
	display: none;
}

#messageLayout
{
	width: 100%;
}

.message-comment-image
{
	padding: 4px 4px 4px 4px;
	width: 40px;
	height: 40px;
}

.button-flag-message-on, .button-flag-message-off
{
	padding-right: 10px;
}

.content-toggle-plus, .content-toggle-minus
{
	padding: 3px 0px 0px 0px;
	margin: 0px;
}