﻿html, body
{
	position: absolute;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background-image: url(main-background.png);
	
	font-family: Arial;
	font-size: 12px;
	
	min-width: 900px;
	min-height: 600px;
	
	color: #555555;
}

.inner-content-body
{
	position: absolute;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	overflow: hidden;
	width: 100%;
	height: 100%;	
	background-image: url(inner-background.png);

	min-width: 0px;
	min-height: 0px;
}

table
{
	font-family: Arial;
	font-size: 12px;
	
	color: #555555;
}

label
{
	color: #555555;
}

#canvas
{
	position: absolute;
	width: 100%;
	height: 100%;
}

input[type=text], input[type=password], textarea
{
	border-top: solid 1px #ABADB3;
	border-left: solid 1px #ABADB3;
	border-right: solid 1px #E3E9EF;
	border-bottom: solid 1px #E3E9EF;
	
	height: 18px;
	padding-top: 3px;
	padding-left: 2px;
	padding-bottom: 0px;
	
	font-family: Arial;
	font-size: 12px;
	
	color: #555555;
}

select
{
	border-top: solid 1px #ABADB3;
	border-left: solid 1px #ABADB3;
	border-right: solid 1px #E3E9EF;
	border-bottom: solid 1px #E3E9EF;
	
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 1px;
	height: 20px;
	
	/height: auto;
	
	font-family: Arial;
	font-size: 12px;
	
	color: #555555;
}

input[type=button], input[type=submit], input[type=reset]
{
	height: 20px;
	
	cursor: hand; 
	font-size: 11px;
	font-weight: bold;
	border: solid 1px white; 
	background-color: #534741;
	color: White;
	
	font-family: Arial;
}

input[type=button][disabled], 
input[type=submit][disabled], 
input[type=reset][disabled]
{
	height: 20px;
	
	cursor: default; 
	font-size: 11px;
	font-weight: bold;
	border: solid 1px white;
	background-color: #cccccc;
	color: White;
	
	font-family: Arial;
}

input[type=text][readonly], textarea[readonly]
{
	height: 18px;
	padding-top: 3px;
	padding-left: 2px;
	padding-bottom: 0px;
	
	font-family: Arial;
	font-size: 12px;
	
	color: #555555;
	background-color: #f5f5f5;
}

input[type=text][disabled], textarea[disabled]
{
	height: 18px;
	padding-top: 3px;
	padding-left: 2px;
	padding-bottom: 0px;
	
	font-family: Arial;
	font-size: 12px;
	
	color: #aaaaaa;
}

input[type=checkbox]
{
	margin-top: 5px;
	/margin-top: 0px; /* IE */
}

a, a:link, a:hover, a:visited
{
	text-decoration: none;
	color: #555555;
}