﻿body
{
	width: 100%;
	height: 100%;
	font-family: BPG Glaho Arial,BPG Courier New, Sylfaen;
	font-size: 9pt;
	margin: 0;
	padding: 0;
}
input[type="text"], input[type="password"], select
{
	border: solid 1px #aaa;
	font-family: "BPG Glaho Arial" , Sylfaen;
	font-size: 9pt;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
form
{
	margin: 0;
	padding: 0;
}
a
{
	color: black;
}
td
{
	font-family: BPG Glaho Arial,BPG Courier New, Sylfaen;
	font-size: 9pt;
}
div
{
	padding: 0;
	margin: 0;
}
input[type="submit"]
{
	font-family: BPG Glaho Arial,BPG Courier New, Sylfaen;
	font-size: 9pt;
}

table.page
{
	width: 100%;
	height: 100%;
}
td.pagecenter
{
	width: 800px;
}
.warning
{
	color: #c00000;
}

table.window
{
	width: 100%;
	border: 1px solid #aaa;
	background: #f0f0f0;
}
th.windowTitle
{
	padding: 5px;
	background: #e0e0e0;
	border-bottom: 1px solid #aaa;
	text-align: center;
}
td.property
{
	text-align: right;
	width: 50%;
	padding: 2px;
	vertical-align: top;
	padding-top: 5px;
}
td.value
{
	padding: 2px;
	padding-right: 4px;
	width: 50%;
	text-align: left;
	vertical-align: top;
}
td.center
{
	padding: 2px;
	text-align: center;
}

img
{
	border: 0;
	vertical-align: middle;
}
img.buttonIcon
{
	vertical-align: middle;
}

a.commandbutton
{
	padding: 2px;
	margin: 2px;
	font-family: BPG Glaho Arial,BPG Courier New, Sylfaen;
	font-size: 9pt;
	text-decoration: none;
	background: #cc0000;
	border: 1px solid black;
	display: inline;
	color: White;
	height: 28px;
}
input.commandbutton
{
	padding: 1px 3px 1px 3px;
	margin: 2px;
	font-family: BPG Glaho Arial,BPG Courier New, Sylfaen;
	font-size: 9pt;
	text-decoration: none;
	border: 1px solid black;
	display: inline;
	color: White;
	background: #cc0000;
}

a.commandbutton > img
{
	vertical-align: middle;
}
a.commandbutton:hover
{
	background: #ff2020;
	text-decoration: none;
}

table.grid > tbody > tr > th
{
	background: #d0d0d0;
	border: 1px solid silver;
}
table.grid > tbody > tr > td
{
	border: 1px solid silver;
}
tr.gridRowSelected > td
{
	background: #cc0000;
	color: White;
}
.navigator
{
	padding: 0px 0px 0px 9px;
	color: White;
	font-size: 15px;
}

.ticketsTable
{
	width: 100%;
}
.ticketsTable > tbody > tr > td > table
{
	border: 1px solid silver;
	margin-left: 40px;
}
th.ticketsTableHeader
{
	border: 1px solid #c0c0c0;
	background: #ccc;
	text-align: center;
}
.ticketsTableRow
{
	border: 1px solid #c0c0c0;
	background: #e0e0e0;
	text-align: center;
	white-space: nowrap;
}
.ticketsTableRowAlternate
{
	border: 1px solid #c0c0c0;
	background: #f0f0f0;
	text-align: center;
}
.big
{
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}
.big:hover
{
	background: #f66;
}
p
{
	text-indent: 20px;
}

.popup
{
	max-width: 200px;
	background: white;
	border: 1px solid black;
	padding: 3px;
}
