.body
{
	background-image: url('../images/bg_seminars.jpg');
	background-repeat: no-repeat;
}

article
{
	padding: 0px 10px;
	width: 575px;
}

a
{
	color: #373777;
}

form
{
	font-family: Verdana;
	font-size: 8pt;	
}

form span
{
	clear: both;
	display: block;
	padding-top: 3px;
}

form span label
{
	display: block;
	float: left;
	margin-right: 10px;
	width: 125px;
	text-align: right;
}

form span input[type='text']
{
	float: left;
	border: 1px solid #373777;
	background: transparent;
	font-family: Verdana;
	font-size: 8pt;	
	width: 130px;
}

form span.buttons
{
	text-align: center;
}

form span.buttons input
{
	margin-top: 3px;
	border: 1px solid #373777;
	font-family: Verdana;
	font-size: 8pt;	
}

form select
{
	background: transparent;
	border: 1px solid #373777;
	font-family: Verdana;
	font-size: 8pt;		
}

table.seminars
{
	width: 100%;
	*width: 97%;
	font-family: Verdana;
	font-size: 10pt;
}

table.seminars td
{
	vertical-align: top;
}

table.seminars tr.head td
{
	padding: 5px 0px;
	border-top: 1px solid #373777;
	height: 2.5em;
	font-weight: bold;
}

table.seminars tr.head td.title
{
	padding-left: 15px
}

table.seminars tr.content td
{
	padding-bottom: 20px;
}

table.seminars td.location
{
	text-align: right;
}

table.seminars td.location img
{
	width: 20px;
	height: 13px;
}

table.seminars td.desc
{
	padding-left: 15px;
}

table.seminars td.contact
{
	vertical-align: bottom;
	text-align: right;
}

#btnAddSeminar
{
	margin-bottom: 20px;
}

.dialog,
#intl_national_header
{ 
	display: none;
}

#recaptcha
{
	float: right;
}
.dialog/*, #*/
{
	display: none;
}

.year
{
	border-top: 1px solid #373777;
	font-size: 17px;
	font-weight: bold;
	line-height: 2em;
	text-align: center;
}

.date
{
	width: 50px;
}

.date span
{
	display: block;
	border: 1px solid #373777;
	text-align: center;
	padding: 2px 0;
}

.date .month
{
	color: #abcdef;
	background: #373777;
}

td.title
{
	width: 287px;
}
/*
h2{
	position: sticky;
	position: -webkit-sticky;
	top: -1px;
	background: url(http://www.birankai.eu/images/bg_seminars.jpg) fixed center 11px no-repeat
}
*/