.clearboth {
	clear: both;
}

textArea.veryRichText {
	height: 400px;
}

div.upcoming_tournaments {
}

.alignMiddle {
    vertical-align: middle;
}

.bracketTable{
	font-size: x-small;
}

.feedback {
	font-size: x-small;
	color: red;
}

#content div.upcoming_tournaments table {
	border-collapse: separate; !important
}

#header h1 img {
	border: 1px solid white;
}

form.divlayout div {
    margin: 0.5em 0 0.5em 0;
    clear: both;
    vertical-align: middle
}

form.divlayout div label {
    clear: both;
    display: block;
    float: left;
    font-weight: bold;
    width: 20em;
}

form.divlayout div label.normal {
	width: auto;
	display: inline;
	float: none;
}

form.divlayout div label.solo {
	width: auto;
}

#sidelogin form.divlayout div label {
    width: auto; /* Don't know why, but the side login form doesn't work with out this */
}

#searchForm fieldset {
	width: 40em;
	margin: auto;
	padding: 1em;
}

#searchForm fieldset.legend {
	padding: .2em;
}

#searchForm.divlayout div label {
	width: 12em;
	margin-left: 1em;
}

form.divlayout div label.solo {
	width: auto;
}

#searchForm input.searchButton {
	display: block;
	margin: auto;
}

input.dateInput {
    width: 7em;
}

input.integerInput, input.positiveInteger {
	width: 3em;
}

img.calendarIcon {
	border: 1px solid white;
}

.normalbox {
	border: 1px solid #440000;
	margin: 0px;
	padding: 3px;
	background-color: #efe;
}


.subheader
{
	background-color: #033;
	font: bold 10px Verdana;
	color:#FFFF00;
	line-height: 15px;

}

.normalboxadmin {
	border: 1px solid #440000;
	margin: 0px;
	padding: 3px;
	background-color: #ffffff;
}

#secondaryContent form.divlayout {
	font-size: small;
}

#secondaryContent form input {
	width: 75px;
	font-size: small;
}

#secondaryContent form.divlayout div {
	margin: 0.5em 0 0.5em 6em;
	position: relative;
	vertical-align: middle;
}

#secondaryContent form.divlayout div label {
	position: absolute;
	left: -6em;
}

.signupMessage {
	padding: 2px;
	border: 1px dashed silver;
	margin-bottom: 10px;
}

input.actionIcon {
	border: none;
}

#content table.dataTable {
	border: 1px solid silver;
	border-collapse: collapse;
	width: 100%;
}


#content table.dataTable td,
#content table.dataTable th {
	border: none;
	/*font-size: .9em;*/
	font-family: arial, helvetica, sans-serif;
}

#content table.dataTable th {
	text-align: left;
	background-color: #005984;
	color: white;
	font-weight: bold;
	border: 1px solid silver;
}

#content table.dataTable tbody tr.alt {
	background-color: #DFDFDF
}

h4.separator {
	margin-top: 1.5em;
	padding-top: .3em;
	border-top: dashed 1px #dfdfdf;
}

#teamSignupTable input.decimalInput {
    width: 4em;
}

.sortcol {
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: right center;
}

#content table.dataTable .sortcol:hover {
	background-color: #0000ac;
}

#content table.dataTable .sortasc {
	background-color: #09095f;
	background-image: url(up.gif);
}

#content table.dataTable .sortdesc {
	background-color: #09095f;
	background-image: url(down.gif);
}

.addRemove_hidden {
	visibility: hidden;
	display: none;
}

.addRemove_rendered select {
	width: 260px;
	border: 1px solid #b1b1b1;
}

.addRemove_rendered input {
	border: 1px solid #b1b1b1;
	width: 100px;
	height: 22px;
	font-weight: bold;
	color: #707070;
	font-size: 11px;
	margin-bottom: 2px;
	padding: 0px
}

.addRemove_rendered td.title {
	text-align: center;
	vertical-align: top;
	width: 260px;
}

.addRemove_rendered td.buttonCell {
	vertical-align: middle;
}

#bottom{
	border-bottom:2px solid #000000;
}

#right{
	border-right:2px solid #000000;
}

#bottomright{
	border-bottom:2px solid #000000;
	border-right:2px solid #000000;
}

td.bracketColumn{
    padding: 0.25em;
}

