/*	
	modification_date	20080423
	generic css stylesheet definitions
	karl-martin magritzer
*/

/*
	~~~~~~~~~~~~~~~~~~~~~~
	common html tags begin
	~~~~~~~~~~~~~~~~~~~~~~
*/	
body {
	font-size: 13px;
	color: black;
	font-family: verdana;
	position: relative;
	background-color: white;
	text-align: left;
}
img {
	border-right: none;
	border-top: none;
	border-left: none;
	border-bottom: none;
}
table {
	font-size: 13px;
	color: black;
	line-height: normal;
	font-family: verdana;
	letter-spacing: normal;
	background-color: transparent;
}
textarea {
	height: 80px;
	font-size: 13px;
	color: black;
	background-color: transparent;
	font-family: verdana;
}

input {
	font-size: 13px;
	color: black;
	background-color: transparent;
}	

a:link		{ color: #003366; text-decoration: none; }
a:visited	{ color: #003366; text-decoration: none; }
a:active	{ color: #003366; text-decoration: none; }
a:hover		{ text-decoration: underline; }

table.application_main {
	width: 800px;
	color: black;
	height: 600px;
	text-align: center;
}
table.application_header {
	width: 800px;
	color: black;
	height: 40px;
	text-align: center;
	border-bottom: white thin solid;
}
table.application_main_inner {
	width: 780px;
	color: black;
	height: 600px;
	text-align: center;
}
td.header_filler {
	width: 400px;
}
td.nick {
	font-size: 20px;
}
td.countdown {
	font-size: 11px;
	color: #003366;
}
td.eventtag {
	width: 70px;
}		
td.inner_seperator {
	border-spacing:1px;
	border-right: darkgray thin solid;
}
td.menu_tab_event {
	background-color: LightBlue;
	border-right: white thin solid;
	text-align: center;
	width: 100px;
}
td.menu_tab_anmeldung {
	background-color: CornflowerBlue;
	border-right: white thin solid;
	text-align: center;
	color: white;
	width: 100px;
}
td.menu_tab_teilnehmer {
	background-color: SteelBlue;
	border-right: white thin solid;
	text-align: center;
	color: white;
	width: 100px;
}
td.menu_tab_gastgeber {
	background-color: #003366;
	border-right: white thin solid;
	text-align: center;
	color: white;
	width: 100px;
}
td.menu_tab_pics {
	background-color: black;
	border-right: white thin solid;
	text-align: center;
	width: 100px;
}
table.general_error {
	width: 100%;
	height: 100%;
}	
td.general_error {
	color: black;
	font-size: 12px;
	text-align: left;
	padding-right: 10px;
}	
tr.header
{
	font-size: 8pt;
	line-height: 20px;
	background-color: #003366;
	color: white;
}
tr.footer {
	background-color: #003366;
	line-height: 20px;
	color: white;
	font-size: 12px;
}
iframe.left_side {
	width: 395px;
	height: 400px;
}
iframe.right_side {
	width: 395px;
	height: 400px;
}
iframe.bottom_frame {
	width: 800px;
	height: 200px;
}
table.bottom {
	padding-left: 5px;
	padding-right: 5px;
	width: 800px;
	height: 200px;
	border-spacing:1px;
	border-top: darkgray thin solid;
	font-size: 14px;
}
table.right_side {
	padding-left: 5px;
	padding-right: 5px;
	width: 395px;
	height: 200px;
	border-spacing:1px;
	border-top: darkgray thin solid;
	font-size: 14px;
}
table.left_side {
	padding-left: 5px;
	padding-right: 5px;
	width: 395px;
	height: 200px;
	border-spacing:1px;
	border-top: darkgray thin solid;
	font-size: 14px;
}
td.description {
	text-align: justify;
}










	