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

/*
	~~~~~~~~~~~~~~~~~~~~~~
	common html tags begin
	~~~~~~~~~~~~~~~~~~~~~~
*/	
body {
	font-size: 13px;
	color: black;
	font-family: verdana;
	position: relative;
	background-color: transparent;
	text-align: left;
	scrollbar-face-color: #003366;
	scrollbar-highlight-color: #003366;
	scrollbar-shadow-color: LightSteelBlue;
	scrollbar-3dlight-color: #003366;
	scrollbar-arrow-color: LightSteelBlue;
	scrollbar-darkshadow-color: #003366;
	scrollbar-base-color: #003366;
	scrollbar-track-color: LightSteelBlue;
}
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 {
	font-size: 13px;
	color: black;
	background-color: transparent;
	font-family: verdana;
}

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

a:link		{ color: RoyalBlue; text-decoration: none; }
a:visited	{ color: RoyalBlue; text-decoration: none; }
a:active	{ color: RoyalBlue; text-decoration: none; }
a:hover		{ text-decoration: underline; }
/*
	~~~~~~~~~~~~~~~~~~~~~~
	common html tags end
	~~~~~~~~~~~~~~~~~~~~~~
*/
	table.main {	
		width: 800px;
		height: 60px;
	}
		iframe.shortcut {
			width: 400px;
			height: 60px;
		}
			table.shortcut {
				width: 400px;
				height: 60px;
			}
		table.banner {
			width: 400px;
			height: 60px;
		}
			object.banner {
				width: 400px;
				height: 60px;
			}		
	table.main_left {
		width: 200px;
		height: 600px;
	}
		iframe.main_left {
			width: 200px;
			height: 600px;
		}
			iframe.menu {
				width: 200px;
				height: 150px;
			}
				table.menu {
					width: 200px;
					height: 150px;
				}
			iframe.monthly_pic {
				width: 200px;
				height: 45px;
			}
				/*	see pic.css		*/
			iframe.birthday {
				width: 200px;
				height: 80px;
			}
				/*	see calendar.css	*/
				
			iframe.finger {
				width: 200px;
				height: 40px;
			}
				/*	see user.css		*/
				
			iframe.comment {
				width: 200px;
				height: 40px;
			}
				/*	see board.css		*/
				
			iframe.calendar {
				width: 200px;
				height:150px;
			}
				/*	see calendar.css	*/
				
			iframe.statistic {
				width: 200px;
				height:34px;
			}
				/*	see statistic.css	*/	

	table.main_middle {
		width: 800px;
		height: 600px;
		border-top: 1px RoyalBlue solid;
		border-bottom: 1px RoyalBlue  solid;
		border-left: 1px RoyalBlue  solid;
		border-right: 1px RoyalBlue  solid;
	}
		iframe.my_contentframe {
			width: 600px;
			height: 600px;
		}
			table.my_contentframe {
				width: 600px;
				height: 600px;
			}
			table.my_contentframe_padded {
				width: 100%;
				height: 100%;
				padding-left: 15px;
				padding-right: 15px;
			}
			table.my_contentframe_cgi {
				width: 580px;
				height: 100%;
				text-align: center;
			}
	table.impressum {
		width: 400px;
		text-align: right;
	}
	iframe.voice {
		width: 10px;
		height: 10px;
	}			
		table.voice {
			width: 10px;
			height: 10px;
		}
	iframe.logging {
		width: 10px;
		height: 10px;
	}			
		table.logging {
			width: 10px;
			height: 10px;
		}	

/*	
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	smiley settings begin
	involved files		--> /scripts/common.pl
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
	table.smiley {
		width: 400px;
		height: 50px;
	}
	td.smiley_description {
		width: 300px;
		font-size: 10px;
		text-align: justify;
	}
	td.smiley_images {
		width: 100px;
	}
/*	
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	smiley settings end
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/

/*	
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	error settings begin
	involved files		--> /scripts/common.pl
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
	table.general_error {
		width: 100%;
		height: 100%;
	}	
	td.general_error {
		color: indianred;
		font-size: 10px;
		text-align: left;
	}
	td.general_error_icon {
		color: indianred;
		font-size: 10px;
		text-align: center;
		width: 50px;
	}
/*	
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	error settings end
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/

tr.header {
	font-size: 14px;
	line-height: 18px;
	background-color: #003366;
	color: white;
	text-align: center;
}
input.my_date {
	font-size: 10px;
	color: black;
	
	width: 50px;
	text-align: center;
	border-right: RoyalBlue 1px solid;
	border-top: RoyalBlue 1px solid;
	border-left: RoyalBlue 1px solid;
	border-bottom: RoyalBlue 1px solid;
}
option.myblue {
	
	color: RoyalBlue;
}
tr.emotion {
	font-size: 12px;
	line-height: 70px;
	
	color: black;
	text-align: center;
}
td.emotion {
	border-right: #000000 thick groove;
	border-top: #000000 thick groove;
	border-left: #000000 thick groove;
	width: 70px;
	border-bottom: #000000 thick groove;
	height: 60px;
	background-color: white;
}
td.smallfont {
	font-size: 10px;
	text-align: left;
}
	
tr.fillspace {
	line-height: 8px;
}
tr.footer {
	background-color: #003366;
	line-height: 18px;
	color: white;
	font-size: 12px;
}
td.newsline {
	font-size: 14px;
	line-height: 20px;
	font-weight: bolder;
}
td.menulink {
	text-align: justify;
	font-size: 14px;
	line-height: 20px;
	font-weight: bolder;
}
th.story_header {
	font-size: 14px;
	color: RoyalBlue;
}
td.userstatus {
	font-size: 10px;
	text-align: right;
}
table.user_status {
	
	border-right: 1px RoyalBlue solid;
	border-top: 1px RoyalBlue solid;
	border-left: 1px RoyalBlue solid;
	border-bottom: 1px RoyalBlue solid;
	width: 100%;
	padding-right: 5px;
	padding-left: 5px;
}
td.userstatus_nick {
	color: RoyalBlue;
	font-size: 14px;
	text-align: right;
	font-weight: bold;
}
table.showimage_padded {
	padding-right: 15px;
	padding-left: 15px;
	width: 570px;
	height: 500px;
}
table.showimage_main {
	width: 600px;
	height: 600px;
	text-align: center;
}
td.fun {
	width: 500px;
	height:500px;
	text-align: center;
}
table.link {
	width: 400px;
	height: 100px; 
}
td.link {
	width: 180px;
	text-align: center;
}
input.link {
	color: black;
	height: 20px;
	width: 150px;
	text-align: left;
	border-right: 1px RoyalBlue solid;
	border-top: 1px RoyalBlue solid;
	border-left: 1px RoyalBlue solid;
	border-bottom: 1px RoyalBlue solid;
}
input.link_submit {
	color: black;
	height: 20px;
	width: 150px;
	text-align: center;
	border-right: 1px RoyalBlue solid;
	border-top: 1px RoyalBlue solid;
	border-left: 1px RoyalBlue solid;
	border-bottom: 1px RoyalBlue solid;
}
	
	div.scroll_bild {
		height: 15px;
		overflow: auto;
		padding: 5px;
	}		
