/*	
	modification_date	20081022
	shell css stylesheet definitions
	karl-martin magritzer
*/

/*
	~~~~~~~~~~~~~~~~~~~~~~
	common html tags begin
	~~~~~~~~~~~~~~~~~~~~~~
*/	
body {
	overflow-x: hidden;
	overflow-y: hidden;	
	font-size: 13px;
	color: white;
	font-family: verdana;
	position: relative;
	background-color: black;
	text-align: left;
}
p {
	color: white;
}
img {
	border-right: none;
	border-top: none;
	border-left: none;
	border-bottom: none;
}
table {
	background-color: transparent;
}
textarea {
	background-color: transparent;
	font-family: verdana;
}

input {
	background-color: transparent;
}	

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



table.shell_application {
	width: 800px;
	height: 600px;
	border-left: 1px solid white;
}
table.shell_menu {
	font-size: 13px;
	width: 200px;
	height: 600px;
	padding-left: 5px;
	padding-right: 15px;
}

td.shell_application_left {
	width: 200px;
	height: 600px;
}

td.shell_application_right {
	width: 600px;
	height: 600px;
}

iframe.shell_application {
	width: 600px;
	height: 600px;
	margin: 0px;
}

table.general_error {
	width: 600px;
	height: 600px;
}
td.general_error_icon {
	width: 100px;
	height: 100px;
}
td.general_error {
	font-size: 10px;
}

body.contact {
	width: 600px;
	height: 600px;
	font-size: 13px;
	color: white;
	font-family: verdana;
	position: relative;
	background-color: black;
	text-align: left;
	margin: 0px;
	overflow-x: hidden;
	overflow-y: hidden;	
}

table.contact {
	font-size: 13px;
	width: 600px;
	height: 600px;
	text-align: right;
}	