/* MAIN STYLES */
body {
	font-family: Verdana;
	font-size: small;
	margin: 0;
}

.new-bracket {
	margin: 15px 0 0 15px;
}

.new-bracket-form {
	margin: 0 0 0 15px;
}

select {
	border: 1px solid #aaa;
}

input {
	padding-left: 2px;
	border: 1px solid #aaa;
}

.buttons {
	border: 2px solid #aaa;
	cursor: pointer;
}

h1, h2, h3, h4, h5 {
	margin: 5px 0 5px 0;
}

.error {
	color: red;
	font-weight: bold;
}

/* GENERATOR STYLES */
.bracket_horz_line_top, .bracket_horz_line_bottom {
	border-bottom: solid black 1px;
	width: 150px;
}

.bracket_horz_line_bottom, .game_number, .seed_number_top, .blank_cell {
	border-right: solid black 1px;
}

.game_number, .seed_number_top, .see_number_bottom {
	font-size: x-small;
}

.game_number {
	padding-right: 3px;
}

.seed_number_top {
	height: 24px;
}

.seed_number_bottom {
	height: 12px;
}

.blank_cell {
	height: 24px;
}

.game_number {
	text-align: right;
	/*height: 75px;*/
}

.float_text_right {
	text-align: right;
	padding-right: 3px;
}

/* HEADER STYLES */
.header {
}

.header table {
	background-color: #123456;
	color: white;
	width: 100%;
}

/* FOOTER STYLES */
.footer table {
	background-color: #123456;
	color: white;
	font-size: x-small;
	margin-top: 15px;
	text-align: center;
	width: 100%;
}