body.admin {
	padding-right: 260px;
	font-family: arial, sans-serif;
}
div#navbar {
	position: absolute;
	width: 250px; height: auto;
	top: 30px; bottom: 10px; right: 10px; left: auto;
	background: #EEEEEE;
	overflow: auto;
}
/*  Hack for MSIE - use child selectors to make fixed menu.
 *  IE doesn't understand them, as it don't understand fixed menu
 */
body>div#navbar {
	position: fixed;
}
a.navitem {
	margin-left: 3px;
}

div#menuheader {
	position: absolute;
	width: 250px; height: 30px;
	top: 0px; bottom: 10px; right: 10px; left: auto;
}
/*  Hack for MSIE - use child selectors to make fixed menu.
 *  IE doesn't understand them, as it don't understand fixed menu
 */
body>div#menuheader {
	position: fixed;
}
.minimizer {
	cursor: pointer;
	font-weight: bold;
	margin-top: 10px;
}
.menuitems {
	margin-left: 10px;
}
.infostatus {
	padding: 5px;
	margin: 5px 0px;
	background-color: #CCFFCC;
}
.infoerror {
	padding: 5px;
	margin: 5px 0px;
	background-color: #FFCCCC;
}
.infodebug {
	padding: 5px;
	margin: 5px 0px;
	background-color: #CCCCFF;
}

.mandatory {
	color: red;
	font-size: 100%;
	padding: 0px 5px;
}
.form_errors {
	color: red;
}
.ajax_error {
	color: red;
}
.ajax_ok {
	color: green;
}
table.pl_matches {
	border: 1px solid gray;
}
table.pl_matches th {
	background-color: khaki;
	padding: 4px;
}
table.pl_matches td {
	padding: 4px;
}
table.ajax_props {
	position: absolute;
	border: 3px solid gold;
	background-color: khaki;
	z-index: 10;
	visibility: hidden;
}
table.ajax_props tr.on {
	background-color: blue;
	color: white;
}
table.ajax_props tr.off {
	background-color: inherit;
	color: inherit;
}
.ajax_error {
	color: red;
}
.ajax_ok {
	color: green;
}
.float {
	position: absolute;
	padding: 5px;
	font-size: 120%;
	z-index: 1;
}
.ajax_powered {
	background-color: PapayaWhip;
}
.sheet table.match {
	font-size: 80%;
}
.sheet table.match tr.mrow {
	background-color: CornSilk;
}
.sheet table.match td.seed {
	background-color: white;
	font-size: 70%;
}
.sheet table.match td.matchnum, .sheet table.match td.loser {
	font-size: 70%;
}
.sheet table.match td.result {
	font-weight: bold;
	text-align: right;
}
.menuitem_active {
	font-size: 110%;
	font-weight: bold;
}

.vert {
	-moz-transform : rotate(90deg); 
	-moz-transform-origin: bottom;
	-webkit-transform: rotate(90deg);
	-webkit-transform-origin: bottom;
	-o-transform: rotate(90deg);
	-o-transform-origin: bottom;
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

