body
{
	color: #000;
	font-family: -apple-system, "Segoe UI", "Helvetica Neue", Tahoma, sans-serif;
	font-size: 18px;
	font-style: normal;
	background-color: #EEE;
}

.wrapper
{
	width: 900px;
	margin: 0 auto;
	background-color: white;
}

.header
{
	color: #000;
	height: 65px;
	margin-bottom: 10px;
	padding-top: 10px;
}

.header h1
{
	font-size: 47px;
	line-height: 45px;
	text-align: center;
	font-weight: 100;
}

.currentuser
{
	color: #CCC;
	font-size: 12px;
	font-style: oblique;
	font-weight: lighter;
	text-align: right;
	margin-right: 6px;
}

.left
{
	width: 190px;
	float: left;
	margin-left: 10px;
	background-color: #EEF;
	border: 1px olive dashed;
}

.left ul
{
	list-style-type: square;
	font-variant: small-caps;
	font-weight: bold;
	font-family: Courier, monospace;
	font-size: 18px;
	text-indent: 5px;
	text-align: left;
	line-height: normal;
}

.left ul a
{
	color: #333;
	text-decoration: none;
}

.left ul a:hover { color: #F60; }

.mainbody
{
	float: right;
	width: 688px;
	margin-left: 10px;
}

.footer
{
	font-size: 9px;
	font-style: italic;
	clear: both;
}

.success
{
	color: #0C0;
	text-align: center;
	margin-top: 3px;
	margin-bottom: 3px;
}

.fail
{
	color: #F00;
	text-align: center;
	margin-top: 3px;
	margin-bottom: 3px;
}

#overlay
{
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 1000;
	background: url("system/images/overlaybg.png");
}

#overlay div
{
	width: 300px;
	margin: 100px auto;
	background-color: #fff;
	border: 2px solid #000;
	padding: 15px;
	text-align: center;
	color: #C03;
	font-weight: bold;
}

/* .otherfield { visibility: hidden; } */

form { color: #666; }

#button { float: left; }

tr.row1 { background-color: #DED; }

td {
	font-size: 21px;
}

input[type=text], input[type=password]{
	font-size: 21px;
}

input[type=text]:focus, input[type=password]:focus{
	background-color: #8AB5CB;
}

.separator
{
	border-bottom: 1px #030 dotted;
	margin-top: 2px;
	margin-bottom: 2px;
}

.ticketheader
{
	text-align: left;
	margin-bottom: 1px;
	margin-top: 3px;
	color: blue;
	font-size: 12px;
	line-height: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.ticketsubheader
{
	color: #F60;
	font-size: 10px;
	line-height: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
}

.shortdesc
{
	color: #999;
	font-size: 10px;
	text-align: left;
	margin: 1px;
	padding: 3px;
	border-bottom: 1px #CCC solid;
}

.largelink a
{
	color: inherit;
	font-size: inherit;
	line-height: inherit;
	font-style: inherit;
	font-variant: inherit;
	font-weight: inherit;
	text-decoration: none;
}

td.largelink:hover { background-color: #FFC; }

.label
{
	color: #777;
	font-size: 12px;
	text-align: left;
	margin: 5px 1px 1px 1px;
	padding: 1px;
}

.quicksearch
{
	color: black;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	float: right;
	border: 1px gray solid;
	margin: 2px 5px 2px 2px;
	padding: 2px;
	background-color: #EEF;
	height: 30px;
	vertical-align: middle;
	line-height: 30px;
	display: inline;
}

.button
{
	border: 1px gray solid;
	padding: 1px;
	margin: 2px;
}

.smallbutton { border: 0px; }

.warning
{
	visibility: hidden;
	text-decoration: blink;
}
