#splashAdmin {
	float: left;
	width: 303px;
	height: 113px;
	background: url(images/splash_admin.jpg) no-repeat left top;
}

#adminMenu {
	padding: 0px;
	position: absolute;
	right: 0px;
	top: 63px;
	color:#33CCFF;
	font-size: 110%;
}
#adminMenu a {
	color: #FFFFFF;
	font-weight: bold;
	padding: 4;
}

#adminMenu a#adminMenuSelected {
	border-bottom: solid 2px #FF0000;
	color: #FFCCCC;
}

.adminTable {
}
.adminTable th {
	font-size: 90%;
	font-weight: normal; 
}
.rowOdd {
	background: #F1F1F1;
}
.rowEven {
	background: #F9F9F9;
}
.stateDone {
	color: #009900;
}
.statePending {
	color: #FF9900;
}
.stateCanceled {
	color: #FF0000;
}
.buttonState {
	border: solid 1px #CCCCCC;
}


.smallbox {
	font: Arial, Helvetica, sans-serif;
	font-size: 9px;
	border: solid 1px #3366CC;
	color:#333333;
	background: #F9F9F9;
	width:130px;
}

button.smallbox{
	width:70px;
}
