* {
	margin:0;
	padding:0;
	border:none;
}

body {
	width:100%;
	background: url('/Assets/tile4_mid_taupe.gif') top left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.75em;
	line-height:1.5em;
}

.clr {
	clear:both;
}

.center {
	text-align:center;
}

.half {
	float:left;
	width:47%;
	margin:1%;
	border:1px solid #333;
}


h1 {
	font-size:1.5em;
	color:#333;
	line-height:1.3em;
	margin:0 0 10px;
}

.fancy {
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1.1em;
}

h2 {
	font-size:1.4em;
	color:#c00;
	line-height:1.5em;
	margin:0 0 10px;
	border-bottom:1px dotted #ccc;
}

h3 {
	color:#369;
	line-height:1.5em;
	margin:0 0 10px;
	border-bottom:1px dotted #ccc;
	font-size:1.3em;
}

h4 {
	color:#c00;
	line-height:1.5em;
	margin:5px 0 10px;
	border-bottom:1px dotted #ccc;
	font-size:1.1em;
}

p {
	padding:3px 0 7px;
}

.dark {
	color:#000;
}

b {
	color:#000;
}

.req {
	width:2px;
	height:16px;
	background:#c00;
	margin-right:3px;
	display:block;
	float:left;
}

.line {
	clear:both;
	border-bottom:1px dotted #ccc;
	padding-top:7px;
	margin-bottom:7px;
}

.line tr td, .line tr th {
	vertical-align:top;
}


/*********  LINKS  *********/
a {
	color:#369;
	outline:none;
}

a:hover {
	text-decoration:none;
}

a.new {
	background:url('../img/new.gif') top left no-repeat;
	padding-left:35px;
}

.crumbs {
	text-align:right;
	padding:15px;
	color:#7E8068;
	font-size:.9em;
	font-style:italic;
}


/*********  NOTICES  *********/
.notice {
	background: url('/img/75_green.png') top left repeat;
	border:1px solid #360;
	color:#fff;
	padding:7px;
	margin:7px 0;
}

.notice_blue {
	background: url('/img/75_blue.png') top left repeat;
	border:1px solid #036;
	color:#fff;
	padding:7px;
	margin:7px 0;
}

.notice b, .notice_blue b, .notice a, .notice_blue a {
	color:#fff;
}

.error {
	background: url('/img/75_red.png') top left repeat;
	border:1px solid #F16048;
	color:#fff;
	padding:7px;
	margin:7px 0;
}

.error b {
	color:#fff;
	font-style:italic;
}

.instructions {
	background: url('/img/25_green.png') top left repeat;
	border:1px solid #ccc;
	color:#030;
	padding:7px;
	margin:7px 0;
}

#empty p {
	background:#369;
	color:#fff;
	padding:5px;
	margin:0 0 5px;
}



/*********  BLOCKS  *********/



/*********  CONTENT  *********/
.inner {
	width:770px;
	margin:0 auto;
	background:#fff;
	border-top:22px solid #EAE9D5;
}

.header {
	border-top:3px solid #BEC0AA;
	background:url('/img/logo_upper.gif') top left no-repeat;
	height:150px;
}

.footer {
	margin:15px 0;
	padding:10px 0 0;
	border-top:1px dashed #996;
	font-size:.9em;
}

.content {
	width:550px;
	padding:0 7px;
	float:right;
}

.content_full {
	padding:7px;
}

.submenu {
	width:185px;
	float:left;
	margin-left:10px;
}

.block {
	border: 1px solid #999; 
	padding: 10px; 
	margin:0 0 5px 0;
}

.block_solid {
	background:#E6E6D2;
	padding: 10px; 
	margin:0 0 5px 0;
}


/*********  NAV  *********/
ul.contact {
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:5px 15px;
	text-align:right;
	font-size:.9em;
}

ul.contact li {
	display:inline;
	padding:0 2px;
}

ul.contact li a {
	color:#4F5139;
	text-decoration:none;
}

ul.contact li a:hover {
	color:#7E8068;
}

ul.nav {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:32px 0 0;
	padding:5px 15px;
	text-align:right;
	font-size:1.1em;
}

ul.nav li {
	display:inline;
	padding:0 5px;
}

ul.nav li a {
	color:#4F5139;
	text-decoration:none;
}

ul.nav li a:hover {
	color:#7E8068;
}

li.go {
	list-style:none;
}

li.go a {
	background:url('/img/icon_go.gif') center right no-repeat;
	padding:5px 28px 5px 0;
}


/*********  LISTS  *********/
ul, ol {
	margin:2px 0 22px;
}

ul strong {
	font-family:Georgia, "Times New Roman", Times, serif;
	background:#EAE9D5;
	margin:3px 0;
	padding:2px 0 2px 7px;
	display:block;
	color:#369;
}

ul li {
	margin:3px 0 3px 15px;
	list-style:square;
	color:#369;
}

ul li ul {
	margin-bottom:3px;
}

ul li b, ul li strong, ol li b, ol li strong {
	color:#036;
}

ol li {
	margin:5px 0 5px 15px;
	color:#369;
}

ul.complete {
	margin-bottom:4px;
}

ul.complete li {
	background: url('/img/checkbox.gif') left top no-repeat;
	padding:0 0 0 24px;
	list-style:none;
	font-size:1.2em;
}

ul.steps strong {
	background:#369;
	color:#fff;
	font-size:1.3em;
	padding:2px 3px;
}

ul.steps li {
	padding:5px;
	background:#eee;
	list-style:none;
	margin:2px 0;
}

ul.steps li.active {
	padding:5px;
	background:#7E8068;
	color:#fff;
	list-style:none;
	margin:2px 0;
}


ul.reg {
	
}

ul.reg li {
	list-style:none;
	margin-left:0;
}

ul.reg li.active {
	color:#fff;
	background:#369;
}

ul.reg li.active b, ul.reg li.active li, ul.reg li.active a {
	color:#fff;
}

ul.reg li ul li {
	list-style:square;
	margin-left:15px;
}

ul.reg_options {
	width:200px;
}

ul.reg_options li {
	margin:6px 0;
	display:block;
}

ul.reg_options li a {
	display:block;
}

ul.fader li {
	padding:0;
	margin:0;
}


/*********  FORMS  *********/
form {
	margin:0;
	padding:0;
}

form fieldset {
	margin:0 0 20px;
	padding:0;
	text-indent:0;
}

form label {
	width:45%;
	float:left;
	margin:0 2% 0 2%;
	padding:2px 0 10px;
	font-weight:bold;
}

div.label {
	width:45%;
	float:left;
	margin:0 2% 0 2%;
	padding:2px 0 0;
	font-weight:bold;
}

form label.full {
	width:96%;
	float:left;
	margin:0 2% 0 2%;
	padding:2px 0 10px;
	font-weight:bold;
}

form textarea {
	width:96%;
	padding:3px;
	background:#eee;
	border:1px solid #ccc;
}

form input {
	width:98%;
	padding:3px;
	background:#eee;
	border:1px solid #ccc;
}

form select {
	width:98%;
	padding:3px;
	background:#eee;
	border:1px solid #ccc;
}

.button {
	width:auto;
	padding:7px 20px;
	color:#fff;
	background:#690;
	border:1px solid #360;
}

.checkbox {
	width:16px;
	margin:0 5px;
}

/*********  TABLES  *********/
table.line tr th {
	padding:3px;
	background:#eee;
	border-bottom:1px dotted #555;
	text-align:left;
}

table.line tr td {
	padding:3px;
	border-bottom:1px dotted #555;
}

table.line tr.none td {
	border:none;
}


/*********  CUSTOM CSS  *********/
div.divisions {
	width:96%;
	float:left;
	margin:0 2% 0 2%;
	padding:2px 0 10px;
	font-weight:bold;
}

.divisions table {
	margin:0;
	padding:0;
}

div.divisions table tr td {
	border:1px dotted #ccc;
	padding:2px;
	border-spacing:2px;
	background:#eee;
	font-weight:normal;
} 

div.divisions table.plain tr td, div.divisions table.plain_d tr td, div.divisions table.plain_r tr td {
	background:#fff;
}

div.divisions table.plain_r tr td a {
	display:block;
}

div.divisions table.plain_r tr td.hlite, div.divisions table.plain_r tr th.hlite {
	background:#369;
	color:#fff;
}

div.divisions table.plain_r tr td.hlite a {
	color:#fff;
	outline:none;
}

div.divisions table tr th {
	border:1px dotted #ccc;
	padding:2px;
	border-spacing:2px;
	background:#ffc;
} 

.none {
	border:none;
}

.right {
	float:right;
}

.left {
	float:left;
}

.stacker_add {
	border:1px dotted #ccc;
	background:#f0f0f0;
	padding:5px;
}

.stacker_add input, .stacker_add select {
	background:#fff;
}

.add_reg { 
	padding:5px 150px 5px 5px;
	text-align:right;
	border:1px solid #ccc;
	margin-bottom:5px;
	background:#ff9 url('/world_championships/img/arrow.png') right center no-repeat;
}

a.info {
	background:url('/img/info.png') left center no-repeat;
	padding-left:20px;
}

a.add {
	background: url('/img/icon_add.png') left center no-repeat;
	padding-left:25px;
}

a.pad_add {
	background: #D8E5BF url('/img/icon_add.png') left center no-repeat;
	padding:5px 5px 5px 25px;
	border:1px solid #ccc;
}

a.pad_add2 {
	background: #360 url('/img/icon_add.png') left center no-repeat;
	padding:5px 5px 5px 25px;
	border:1px solid #ccc;
	color:#fff;
}

a.button_add {
	background:#690 url('/img/icon_add.png') 5px center no-repeat;
	width:auto;
	padding:7px 20px 7px 30px;
	color:#fff;
	border:1px solid #360;
}

a.pdf {
	background: url('/img/icon_pdf.gif') left center no-repeat;
	padding:2px 0 2px 25px;
}

.button_options {
	margin-left:20px;
	padding:20px;
	height:30px;
	width:150px;
	background:#eee;
	border:1px solid #ccc;
	text-align:center;
}

.countdown {
	font-size:1.4em;
	font-weight:bold;
}

.countdown small {
	color:#444;
	font-size:.7em;
	font-style:italic;
	font-weight:normal;
}

ul.results {
	margin:0;
	padding:0;
	text-align:left;
}

ul.results li {
	list-style:none;
	margin:0;
	padding:0 10px;
	background:#eee;
	border-bottom:1px solid #ccc;
	margin:2px 0;
	font-size:.8em;
	color:#333;
}

ul.results li span {
	padding-left:10px;
	color:#360;
}

table.center tr th {
	text-align:center;
}

b.block_full {
	display:block;
	background:#eee;
}

.tourn_payment tr th {
	background:#ffc;
	text-align:left;
}
