/* Some DGS Styles rewritten */
.mnu-ttl {
	left: 0;
}

/* Non DGS general */

.nonDGSError {
	color: #C02942;
	display: none;
	margin: 50px;
	float: left;
}
.loader {
	position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -16px; /* -1 * image width / 2 */
    margin-top: -16px;  /* -1 * image height / 2 */
	width: 32px;
	height: 32px;
	background: url(/App_Themes/Classic/loader.gif) no-repeat;
	display: none;
}

/* Form */
#formx {
	padding: 20px 30px;
	display: none;
	background-color: #ffffff;
}
#formx input {
	outline: none !important;
}
#formx fieldset {
	display: block;
	margin-bottom: 10px;
	border: 1px solid #cccccc;
}
#formx legend {
	font-size: 12px;
	color: #666666;
}
#formx div.formElement {
	padding: 5px 0;
	clear: both;
	color: #141414;
}
#formx label {
	display: inline-block;
	width: 100px;
	float: left;
	margin: 3px 10px 0 3px;
	color: #000000;
}
#formx label.error {
	color: #ff0000;
	font-style: italic;
	float: none;
	width: 150px;
}
#formx label.success {
	color: green;
}
#formx select {
	margin: 0;
}
#formx .content {
	float: left;
	padding-right: 20px;
}
#formx  table {
	width: 90%;
	margin: 0 auto;
	border: 1px solid #cccccc;
}
#formx  table tr {
	height: 50px;
}
#formx  table tr:first-child {
	height: auto;
}
#formx  table th {
	background: #cccccc;
	padding: 5px 0;
}
#formx  table td {
	text-align: center;
}
#formx  table td.left {
	text-align: left;
}
#formx  table td span {
	font-size: 11px;
	font-weight: bold;
}
 #formx  [disabled] {
    color:#933;
}

/* Add Transaction */
.addPlayerTransaction .content table {
	width: 200px !important;
	border: none !important;
}
.addPlayerTransaction .content table td {
	text-align: left !important;
}

.datepicker { border-collapse: collapse; border: 2px solid #999; position: absolute; }
.datepicker tr.controls th { height: 22px; font-size: 11px; }
.datepicker select { font-size: 11px; }
.datepicker tr.days th { height: 18px; }
.datepicker tfoot td { height: 18px; text-align: center; text-transform: capitalize; }
.datepicker th, .datepicker tfoot td { background: #eee; font: 10px/18px Verdana, Arial, Helvetica, sans-serif; }
.datepicker th span, .datepicker tfoot td span { font-weight: bold; }

.datepicker tbody td { width: 24px; height: 24px; border: 1px solid #ccc; font: 11px/22px Arial, Helvetica, sans-serif; text-align: center; background: #fff; }
.datepicker tbody td.date { cursor: pointer; }
.datepicker tbody td.date.over { background-color: #99ffff; }
.datepicker tbody td.date.chosen { font-weight: bold; background-color: #ccffcc; }

.nonDGSWrapper { margin: 0; padding: 0; }

