﻿body, html
{
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
	font-family:Verdana;
	font-size:12px;
	color:Black;
	background-color:#EEEEEE;
}

html
{
	overflow-x:scroll;
}

form 
{
	height:100%;
}

div.structure
{
	text-align:center;
	height:100%;
	width:100%;
	text-align:center;
	vertical-align:middle;
	
}

a:link {color:#9B0000; text-decoration:none}
a:visited {color:#9B0000; text-decoration:none}
a:active {color:black; text-decoration:none}
a:hover {color:red; text-decoration:underline}


img 
{
	border:0;
}
table.content
{
	width:900px;
	height:100%;
	border:0px solid #60594F;
	background-color:#FFFFFF;

}

table.content tr.header
{
	height:100px;
	min-height:100px;
	max-height:100px;
	border-left:1px solid #60594F;
	border-right:1px solid #60594F;
	background-color:#FFFFFF;
	background-image:url(images/semotec_logo_sm.jpg);
	background-position:left;
	background-repeat:no-repeat;
	
	
}


table.content td.left
{
	width:200px;
	text-align:center;
	background-color:#DDDDDD;
	border-left:1px solid #60594F;

	
}
table.content td.middle
{
	width:700px;
	height:90%;
	text-align:left;
	vertical-align:top;	
	background-color:#DDDDDD;	
	border-left:1px solid #60594F;
	border-right:1px solid #60594F;
}

.input 
{
	background-color:#FFFF99;
	font-size:11px;
	font-weight:bold;
	}
	
	
table.main 
{
	}
	
table.main td.leftmenu
{
	}
	
table.main td.rightcontent
{
	font-size:10px;
	}
