
/* colors

blue #010196
green #2B7326
grey #CCCCCC
gold #BEA05C
silver #999999
red #FB0305
blue links #0101f8
module blue #B5C0F4
module pink #DFcCFE7

*/



/* typography */


body {
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
  	line-height:1.4em;
  	color:#000;
  	font-size:14px;
	}

h1 {
 	color:#FB0305;
 	font-weight:normal;
 	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:24px;
    }

h2  {
	font-size:18px;
	color:#FB0305;
	font-weight:normal;
	font-family:Arial,Helvetica,sans-serif;
	}

h3	{
	font-size:16px;
	font-weight:bold;
	color:#FB0305;
	font-family:Arial,Helvetica,sans-serif;
	}

a {
	color:#0101f8;
	text-decoration:none
    }

a:hover {
	text-decoration:underline;
    }

.red {
	color:#FB0305;
    }


/* layout */

ul, li, p, h1, h2, h3, h4, ol, form, input, button,
img, dl, dt, dd, a {
	margin:0px;
	padding:0px;
	    }

ul, li, ol {
	list-style:none;
    }

body {
	background:#7e7e7e;
	margin:10px auto;
	padding:0px;
	text-align:center;
    }

p {
	padding-bottom:8px;
    }

p.message {
  color:#fb0306;
}


#content  h4 {
	font-size:14px;
	}

img {
	border:none;
    }

#header-bar {
	display:block;
	margin:0px auto;
	height:25px;
	width:920px;
    }

body.home #header-bar,
body.programs #header-bar {
	background:url(images/header-bar-blue.jpg) no-repeat top left;
    }

body.events #header-bar,
body.news #header-bar {
	background:url(images/header-bar-green.jpg) no-repeat top left;
    }

body.resources #header-bar {
	background:url(images/header-bar-gold.jpg) no-repeat top left;
    }

body.contribute #header-bar {
	background:url(images/header-bar-silver.jpg) no-repeat top left;
    }

body.about #header-bar {
	background:url(images/header-bar-black.jpg) no-repeat top left;
    }

#container {
	background:#F9F8C8 url(images/page-bg.jpg) repeat-y center top;
	width:900px;
	padding:0px 10px;
	margin:0px auto;
	text-align:left;
    }

#header {
	width:900px;
	height:161px;
	padding:0px;
	margin:0px;
	position:relative;
	background:#FFF;
    }

#header h1 {
	/*background:url(images/logo.gif) no-repeat 20px 30px;*/
	margin:0 0 0 0;
  	width:900px;
  	height:161px;
    }

#header h1 span {
	font-size:14px;
	font-weight:bold;
	color:#BBBBE3;
	position:relative;
	left:-1700px;
	top:52px;
    }

#header img.logo {
	position:absolute;
	top:0px;
	left:30px;
	z-index:100;
	border:none;
    }

#header a {
	border:none;
	color:#000;
    }

/* home header */

body.home #header {
	position:relative;
	background: url(images/home-header.jpg) no-repeat top left;
	z-index:1;
	height:229px;
    }

body.home #header h1 {
	height:229px;
    }

body.home #header img.logo {
	position:absolute;
	top:0px;
	left:15px;
    }

/* main nav */


#header ul.nav {
	position:absolute;
	top:137px;
	left:202px;
    }

body.home #header ul.nav {
	position:absolute;
	top:204px;
	left:202px;
    }

#header ul.nav li {
	float:left;
	position:relative;
	color:#FFF;
	font-size:15px;
	font-weight:bold;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	cursor:default;
	padding-right:20px;
    }


#header ul.nav li.news,
#header ul.nav li.events,
#header ul.nav li.resources,
#header ul.nav li.contribute,
#header ul.nav li.about  {
	background:url(images/white-bar.gif) no-repeat 0% 50%;
	padding-left:20px;
	padding-right:20px;
	}

#header ul.nav li:hover {
	color:#FB0305;
	cursor:default;
	}

#header ul.nav li a,
#header ul.nav li span {
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
	font-family:"Verdana",Arial,Helvetica,sans-serif;
	text-decoration:none;
    }

/*#header ul.nav li span {
	margin:0 20px;
    }*/

#header ul.nav li a:hover {
	color:#FB0305;
	}

#header ul.nav li ul {
	display: none;
  	position: absolute;
  	top: 20px;
  	left: 20px;
  	background:#CCC;
  	border-right:solid 1px #999999;
  	border-bottom:solid 1px #999999;
  	border-left:solid 1px #999999;
  	width:8em;
  	/*width:140px;*/
    }

#header ul.nav li.first ul {
	position: absolute;
  	top: 20px;
  	left: 0px;
  	}

#header ul.nav li ul li {
	float:none;
	padding:4px 10px;
	line-height:12px;
	border-top:solid 1px #999999;
	font-size:12px;
    }

/*  Opera Hack ?

body.home #header ul.nav li > ul {
	top: auto;
	left: auto;
	    }
*/

#header ul.nav li:hover ul,
#header ul.nav li.over ul {
	display:block;
	z-index:3;
    }

#header ul.nav li ul li:hover {
	color:#FFF;
	}

#header ul.nav li ul li a,
#header ul.nav li.over ul li a {
	color:#000;
	font-size:12px;
	font-family:Arial,Helvetica,sans-serif;
	display:block;
	width:100%;
	height:100%;
    }

#header ul.nav li ul li a:hover,
#header ul.nav li.over ul li a:hover {
	color:#FB0305;
    }


/* home nav  */

body.home #header ul.nav {
	/*overflow:hidden;*/
	position:absolute;
	top:204px;
	left:202px;
    }

#content {
	width:900px;
	position:relative;
	background:#FFF url(images/content-gradient.jpg) repeat-x right top;
	overflow:hidden;
	clear:left;
	padding-bottom:20px;
    }

#content #breadcrumbs {
	margin-left:234px;
	padding-top:12px;
	}

#content #breadcrumbs a {
	margin-right:4px;
	color:#000;
	}

#content #breadcrumbs span.raquo {
	margin-right:4px;
	}

#content #breadcrumbs span.current_page,
#content #breadcrumbs span.current_page a {
	color:#FB0305;
	}


#main_content {
	padding:0px 30px 0px 30px;
	margin:38px 0 0 0;
	/*overflow:hidden;*/
	min-height:440px;
	float:left;
	width:438px;
	border-left:solid 1px #CCC;
	border-right:solid 1px #CCC;
    }

body.two_col #main_content {
	padding:0px 30px 0px 30px;
	margin:28px 0 0 0;
	width:639px;
	border-right:none;
	}

#main_content h1 {
	padding-bottom:20px;
    }

#main_content h2 {
 	padding-bottom:8px;
    }

#main_content img.image {
	float:left;
	border:solid 1px #999;
	padding:5px;
	background:#FFF;
	margin:4px 10px 2px 0px;
	}

#main_content img.align-right {
	float:right;
	border:solid 1px #999;
	padding:5px;
	background:#FFF;
	margin:4px 0 5px 8px;
}

#main_content img.align-left {
	float:left;
	border:solid 1px #999;
	padding:5px;
	background:#FFF;
	margin:4px 8px 5px 0px;
}

#main_content #slideshow {
	padding-top:10px;
	text-align:center;
	}

#main_content #slideshow h3 {
	padding-bottom:10px;
	}

#main_content #slideshow img {
	border:solid 1px #999;
	margin:0 20px 5px 0;
	}

#main_content #slideshow img.last {
	margin-right:0px;
	}

#main_content ul.ball_image {
	padding-bottom:20px;
	padding-top:10px;
	}

#main_content ul.ball_image li {
	margin-bottom:12px;
	padding-left:30px;
	background:url(images/ball.jpg  ) no-repeat top left;
	line-height:18px;
	}

#main_content dl {
	margin-bottom:8px;
	overflow:hidden;
	clear:both;
	}

#main_content dl dt {
	padding-right:20px;
	float:left;
	font-weight:bold;
	}

#main_content dl dd {
	width:360px;
	float:left;
	}


body.brushy-creek-equipment #main_content img {
	margin-top:42px;
	margin-bottom:100px;
	}

/* programs */

body.programs #header {
	position:relative;
	background: url(images/programs-banner.jpg) no-repeat top left;
	z-index:1;
	height:161px;
    }

body.programs #main_content h1 {
 	color:#010196;
    }


body.applications #main_content ul li {
	margin-bottom:12px;
	padding-left:30px;
	background:url(images/ball.jpg  ) no-repeat top left;
	line-height:18px;
	}

body.applications #main_content ul li a {
	font-size:16px;
	}

/* news */

body.news #header {
	position:relative;
	background: url(images/news-banner.jpg) no-repeat top left;
	z-index:1;
	height:161px;
    }

body.news #main_content h1 {
 	color:#2b7326;
    }

body.news #main_content div.event {
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:solid 1px #CCC;
	}

body.news #main_content div.event h1 {
	color:#FB0305;
	font-size:18px;
	font-family:arial, helvetica, sans-serif;
	padding-bottom:0px;
	}

body.news #main_content div.event h2 {
	color:#FB0305;
	font-size:18px;
	font-family:arial, helvetica, sans-serif;
	padding-bottom:4px;
	}

body.news #main_content div.event img {
	margin:4px 12px 10px 0px;
	float:left;
	color:#FFF;
	padding:5px;
	border:solid 1px #333;
	}


/* events */

body.events #header {
	position:relative;
	background: url(images/events-banner.jpg) no-repeat top left;
	z-index:1;
	height:161px;
    }

body.events #main_content h1 {
 	color:#2b7326;
    }

body.events #main_content div.event {
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:solid 1px #CCC;
	overflow:hidden;
	}

body.events #main_content div.event h1 {
	color:#FB0305;
	font-size:18px;
	font-family:arial, helvetica, sans-serif;
	padding-bottom:0px;
	}

body.events #main_content div.event h2 {
	color:#000;
	font-size:18px;
	font-family:arial, helvetica, sans-serif;
	padding-bottom:4px;
	}

/*body.events #main_content div.event div.sub-header {
	padding-bottom:8px;
}*/

body.events #main_content div.event img {
	margin:4px 12px 10px 0px;
	float:left;
	color:#FFF;
	padding:5px;
	border:solid 1px #333;
	}


/* resources */

body.resources #header {
	background: url(images/resources-banner.jpg) no-repeat top left;
	z-index:1;
    }

body.resources #main_content h1 {
 	color:#BEA05C;
    }

body.resources #main_content h2 {
 	padding-bottom:8px;
    }

body.resources #main_content dl.videos {
	padding-bottom:8px;
	overflow:hidden;
	}

body.resources #main_content dl.videos dt {
	padding-right:10px;
	float:left;
	font-weight:bold;
	}

body.resources #main_content dl.videos dd {
	width:397px;
	float:right;
	}

body.resources #main_content #search_box {
	background:url(images/search_box.jpg) no-repeat top left;
	clear:both;
	width:538px;
	height:42px;
	padding:26px 40px;
	margin-bottom:10px;
	}

body.resources #main_content #search_box p {
	float:right;
	padding-top:10px;
	font-weight:bold;
	}

body.resources #main_content #search_box input {
	border:solid 1px #999;
	background:#FFF;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	}

body.resources #main_content #search_box input.field {
	width:160px;
	margin:0 2px 0 4px;
	font-weight:normal;
  padding:0 2px;
	}

body.resources #main_content #search_box a {
	display:block;
	font-weight:bold;
	width:190px;
	}

body.resources #main_content #search_box p a {
  display:inline;
  cursor:pointer;
  }

body.resources #main_content #search_box p a:hover {
	text-decoration:none;
	cursor:pointer;
	}

body.resources #main_content #search_box button {
	margin-left:4px;
	margin-bottom:0px;
	border:solid 1px #999;
	background:#FFF;
	padding:0px 4px;
	cursor:pointer;
	}


body.resources #main_content #questions {
	clear:both;
	/*border-bottom:solid 1px #CCC;*/
	padding-bottom:10px;
	}

body.resources #main_content #questions h2,
body.resources #main_content #umpire_form h2 {
	padding-bottom:10px;
	}

body.resources #main_content #questions dl {
	font-weight:bold;
	padding-bottom:0px;
	margin-bottom:0px;
	}

body.resources #main_content #questions dt {
	float:left;
	color:#FB0306;
	}

body.resources #main_content #questions dd {
	width:620px;
	}

body.resources #main_content #questions p {
	font-weight:normal;
	padding-bottom:0px;
	font-size:12px;
	}

body.resources #main_content #questions a {
	/*padding-left:20px;*/
	}


/*  Ask the Umpire */

body.ask-the-umpire #bob {
	overflow:hidden;
	width:639px;
	padding:10px 0px;
	clear:both;
	}

body.ask-the-umpire #bob img,
body.ask-the-umpire #steve img {
	float:left;
	border:solid 1px #999;
	padding:5px;
	background:#FFF;
	margin:0px 8px 0px 0px;
	}

body.ask-the-umpire #steve {
	overflow:hidden;
	padding-bottom:10px;
	border-bottom:solid 1px #ccc;
	}

body.resources #main_content #umpire_form {
	margin-top:10px;
	background:url(images/whistle.jpg) no-repeat top right;
	}

body.resources #main_content #umpire_form ul li {
	float:left;
	}

body.resources #main_content #umpire_form label {
	display:block;
	font-weight:bold;
	margin-left:30px;
	}

body.resources #main_content #umpire_form input {
	width:262px;
	height:18px;
	}

body.resources #main_content #umpire_form button.default {
	width:80px;
	height:24px;
	font-weight:bold;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	cursor:pointer;
	margin-left:274px;
	}

body.resources #main_content #umpire_form input,
body.resources #main_content #umpire_form button,
body.resources #main_content #umpire_form #question {
	margin-left:30px;
	margin-bottom:10px;
	border:solid 1px #999;
	background:#DEDEDE;
	padding:0px 4px;
	}

body.resources #main_content #umpire_form #club,
body.resources #main_content #umpire_form #asker-affiliation,
body.resources #main_content #umpire_form #question {
	width:564px;
	}

body.resources #main_content #umpire_form #question {
	height:80px;
	}

body.resources #main_content #umpire_form form {
	/*text-align:center;*/
	/*font-family:Arial, Helvetica, sans-serif;*/
	}

body.resources #main_content #umpire_form form ul {
	text-align:left;
	}

span.search_term_highlight {
  color:#000000;
  background: yellow;
  padding:2px;
}

body.links #main_content div ul.links li {
	padding-bottom:12px;
	}

body.links #main_content div ul.links li a {
	font-weight:bold;
	}

body.links #main_content div ul.links li p {
	padding-bottom:0px;
	}

body.resources #main_content #questions div.question {
	padding:0 0 8px 0;
	margin:0 0 8px 0;
	line-height:1.2em;
	border-bottom:solid 1px #CCC;
	}

body.resources #main_content #questions div.question dd,
body.resources #main_content #questions div.question dl {
	float:none;
	}
body.resources #main_content #questions div.question dt {
	padding-right:4px;
	}

/* about */

body.about #header {
	position:relative;
	background: url(images/about-banner.jpg) no-repeat top left;
	z-index:1;
	height:161px;
    }

body.about #main_content h1 {
 	color:#000;
    }

/* unsets default padding for h2  */
body.about #main_content h2 {
	padding-bottom:0px;
	}

/* resets default padding for h2  */
body.history-early-years #main_content h2,
body.history-development-period #main_content h2,
body.history-growth-period #main_content h2,
body.history-modern-period #main_content h2,
body.awards #main_content h2 {
	padding-bottom:8px;
	}

body.awards #main_content h2 {
	margin-top:20px;
	}

body.about #main_content h3 {
	font-size:16px;
	color:#000;
	padding-bottom:6px;
	}

body.awards #main_content ul {
	margin-bottom:8px;
	}

body.history #main_content img {
	border:solid 1px #999;
	padding:5px;
	background:#FFF;
	}

body.history #main_content #knox {
	margin:10px 0 0px 100px;
	float:left;
	width:94px;
	display:inline;
	}

body.history #main_content #ylvisaker {
	margin:10px 100px 0px 0px;
	float:right;
	width:94px;
	display:inline;
	}

body.history #main_content p.clear {
	clear:both;
	}

#main_content img.logo {
	float:left;
	margin:0 10px 5px 0;
	}

body.board #main_content h2 {
	padding-bottom:0px;
	}

body.board #main_content ul {
	padding-bottom:12px;
	}


/* contact page  */


body.contact #main_content address {
	font-style:normal;
	font-weight:bold;
	margin-bottom:20px;
	}

body.contact #main_content form input,
body.contact #main_content form textarea {
	width:250px;
	margin-right:20px;
	background:#DEDEDE;
	border:solid 1px #999;
}

body.contact #main_content form ul {
	padding:0 0 8px 0;
	overflow:hidden;
	}

body.contact #main_content form ul li {
	float:left;
	padding-bottom:10px;
}

body.contact #main_content form p {
	line-height:1.3em;
	}

body.contact #main_content label {
     font-size: 1em;
     margin-right: 0.5em;
     display: block;
    }

body.contact #main_content form ul li label {
	font-weight:bold;
	}

body.contact #main_content form #submit {
	width:60px;
	background:#DEDEDE;
	border:none;
	height:24px;
	margin:0 0 12px 236px;
	padding:0 0 2px 0;
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
	border:solid 1px #999;
}


/* contribute */

body.contribute #header {
	position:relative;
	background: url(images/contribute-banner.jpg) no-repeat top left;
	z-index:1;
	height:161px;
    }

body.contribute #main_content h1 {
 	color:#999;
    }

body.contribute #main_content h2 {
 	padding:20px 0 8px 0;
    }

/*body.contribute #main_content form.donate {
	float:right;
	padding:70px 70px 0 0;
	}*/

body.contribute #main_content ul.contributions {
	font-weight:bold;
	}

body.contribute #main_content ul.contributions li {
	padding-bottom:8px;
	}

body.contribute #main_content address {
	font-weight:bold;
	font-style:normal;
	}

body.contribute #main_content a.donate {
	float:right;
	display:block;
	margin:20px 100px 0 0;
	}

/*body.contribute #left_col div.paypal {
	margin:0px auto;
	text-align:center;
	padding:30px 0 0 0;
	}

body.contribute #left_col div.paypal img {
	margin-bottom:30px;
	}*/



/* left column */


#left_col {
	width:158px;
	float:left;
	padding:0px 21px 0 21px;
	margin-top:28px;
	/*background:#ccc;*/
	/*border-right:solid 1px #CCC;*/
    }

body.home #left_col {
	margin-top:38px;
	}

#left_col #programs {
	width:140px;
	margin-left:9px;
    }

#left_col #programs h1 {
	font-size:16px;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-left:42px;
    }

#left_col #programs ul {
	padding-right:8px;
	margin-top:8px;
	padding-bottom:20px;
    }

#left_col #programs ul li {
	text-align:right;
	line-height:12px;
	margin-bottom:4px;
    }

#left_col #programs ul li a {
	color:#000;
	font-size:12px;
	font-weight:bold;
	padding-right:16px;
    }

a.white-arrow_link {
	background:url(images/arrow-white.gif) no-repeat 100% 50%;
    }

#left_col #programs ul li a:hover {
	text-decoration:none;
	color:#FB0305;
	background: url(images/arrow-red.gif) no-repeat 100% 50%;
    }

/* box */

#content div.box {
	background:url(images/black-box-top.jpg) no-repeat top left;
	width:158px;
	padding-top:16px;
	text-align:center;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	/*float:left;*/
	/*display:inline;*/
    }

#content div.box h1.box_top {
	background:url(images/black-top-bg.gif) repeat-y;
	margin:0px auto;
    }

#content div.box h1 {
	font-size:14px;
	font-weight:bold;
	font-family:arial,helvetica,sans-serif;
	margin:0px auto;
	color:#FFF;
	padding:0 14px 6px 14px;
    }

#content div.box div.box_content {
	background:url(images/box-bg.gif) repeat-y;
	width:110px;
	padding:0px 24px 2px 24px;
    }

#content div.box_bottom {
	background:url(images/grey-box-bottom.jpg) no-repeat top left;
	height:18px;
	font-size:1px;
	line-height:1px;
    }

#content div.box div.box_content a {
	font-size:12px;
	display:block;
	margin-top:6px;
	text-align:right;
	font-weight:normal;
    }

#content div.box div.box_content a:hover {
	text-decoration:underline;
	}

#content div.box div.box_content ul {
	line-height:14px;
	}

#content div.box div.box_content ul li {
	padding-top:10px;
	text-align:right;
	}

#content div.box div.box_content ul li a {
	font-weight:bold;
	text-align:right;
	padding:0px;
	display:inline-block;
	text-indent:0;
	color:#000;
	font-size:14px;
	margin-top:0px;
	}

#content div.box div.box_content ul.arrow_link li a {
	background:url(images/arrow-grey.gif) no-repeat 100% 50%;
	line-height:14px;
	padding-right:16px;
	}

#content div.box div.box_content ul li a.here {
	color:#FB0305;
	background:url(images/arrow-grey-red.gif) no-repeat 100% 50%;
	}

#content div.box div.box_content dl {
	text-align:left;
	padding-top:10px;
	line-height:17px;
    }

#content div.box div.box_content dt {
	font-weight:bold;
    }

#content div.box div.box_content dd {
	font-size:12px;
	text-align:left;
    }

#content div.box div.box_content dd a {
	color:#000;
	display:inline;
	padding-top:0px;
	/*background:url(images/arrow-grey.gif) no-repeat 100% 50%;*/
	padding-right:0px;
    }

#content div.box div.box_content dd a:hover {
	color:#FB0305;
	text-decoration:none;
	}

#content div.box div.box_content dl dd a span {
	background:url(images/arrow-grey.gif) no-repeat 100% 50%;
	padding:0 0 0 6px;	/* width of the img */
	cursor: pointer;	/* IE correction to show hand instead of arrow */
	display: inline-block;	 /*IE correction to show the icon*/
	/*vertical-align: bottom;	 Opera correction to get the last word vertical aligned */
    }

#content div.box div.box_content dl dd a:hover span {
	color:#FB0305;
	background: url(images/arrow-grey-red.gif) no-repeat 100% 50%;
	text-decoration:none;
    }

#content div.box div.box_content ul li a:hover {
	text-decoration:none;
	background: url(images/arrow-grey-red.gif) no-repeat 100% 50%;
	color:#FB0305;
    }


/* events/news pages box  */


#content #event_calendar div.box_content ul.event li a.here {
	color:#FB0305;
	background:none;
	}

#content #event_calendar div.box_content ul.event li a {
	background:none;
	}

body.events #content div.box div.box_content ul.arrow_link li.first a,
body.news #content div.box div.box_content ul.arrow_link li.first a {
	color:#0101f8;
	font-weight:normal;
	}

body.events #content div.box div.box_content ul.arrow_link li a,
body.news #content div.box div.box_content ul.arrow_link li a {
	background-image:none;
	padding-right:0px;
	}


/* about submenu */

body.about #content div.box div.box_content ul.arrow_link {
	padding-right:20px;
}

/* resources submenu */

#content #resources div.box_content {
	padding:0 32px 2px 24px;
	width:102px;
}

/* videos submenu */


/*#content #videos div.box_content {
	padding:0 24px 2px 24px;
	width:110px;
	}
*/

/* team submenu */


#content #team div.box_content {
	padding:0 20px 2px 38px;
	width:100px;
	}


/* brushy submenu */

#content #brushy div.box_content {
	padding:0 34px 2px 24px;
	width:100px;
	}

/* contribute submenu */

#content #contribute div.box_content {
	background:url(images/box-bg.gif) repeat-y;
	width:96px;
	padding:0px 38px 2px 24px;
    }

/* right column submenus*/


#content #right_col div.box div.box_content a {
	text-align:left;
    }

#content #right_col div.box div.box_content ul li {
	text-align:left;
	}

#content #right_col div.box div.box_content ul a {
	margin-top:0px;
	}

#content #right_col div.box div.box_content ul.arrow_link {
	padding-right:0px;
}

#content #right_col div.box div.box_content ul.arrow_link li a {
	background:url(images/arrow-grey-left.gif) no-repeat 0% 50%;
	line-height:12px;
	padding-left:16px;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	}

#content #right_col div.box div.box_content ul.arrow_link li a:hover {
	background:url(images/arrow-grey-red-left.gif) no-repeat 0% 50%;
	text-decoration:none;
	color:#FB0305;
	}

#content #right_col div.box div.box_content ul.arrow_link li a.here {
	color:#FB0305;
	background:url(images/arrow-grey-red-left.gif) no-repeat 0% 50%;
	}


#content #left_col ul li a.here {  /* todo: generalize this to higlight selected menu link in left col (not in boxes)... */
	color:#FB0305;
}

/* upcoming events/trainings boxes */

#content #events div.box_content {
	background:url(images/box-bg.gif) repeat-y;
	width:106px;
	padding:0px 28px 0px 28px;
	text-align:center;
    }

#content #trainings div.box_content {
	background:url(images/box-bg.gif) repeat-y;
	width:104px;
	padding:0px 24px 0px 30px;
    }

/* umpire box */

#content #right_col #umpire div.box_content {
	padding:10px 20px 0 20px;
	width:118px;
    }

#content #umpire div.box_content dl {
	margin:0 0 8px 6px;
	overflow:hidden;
	width:123px;
	padding-bottom:0px;
    }

#content #umpire div.box_content dt {
	float:left;
	line-height:12px;
	padding-right:4px;
    }

#content #umpire div.box_content dd {
    }

#content #umpire div.box_content dl.divider-bottom {
	border-bottom:solid 1px #999;
	width:104px;
	padding-bottom:6px;
    }

#content #right_col #umpire div.box_content a {
	line-height:17px;
	font-weight:normal;
	padding-top:0px;
	text-align:center;
    }

#content div.box img.divider {
	display:block;
	margin:6px 0;
    }


/*  Modules */

#content div.module {
	background:url(images/module-top.jpg) no-repeat top left;
	float:left;
	display:inline;
	width:226px;
	padding-top:16px;
	margin-left:-9px;
}

#content div.module div.module_top {
	background:url(images/module-top-bg.jpg) repeat-y;
	text-align:center;
}

#content div.module h1 {
	font-size:16px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#b5c0f4;
	padding:0 0 4px 0;
}

#content div.module div.module_content {
	background:url(images/blue-module-bg.jpg) repeat-y;
	width:181px;
	padding:10px 22px 0px 23px;
	overflow:hidden;
	text-align:center;
}

#content div.module div.module_content img {
	border:solid 1px #666;
}

#content div.module a {
	font-size:12px;
	float:right;
	padding-top:4px;
}

#content div.module_bottom {
	background:url(images/blue-module-bottom.jpg) no-repeat top left;
	height:18px;
	font-size:1px;
	line-height:1px;
}

#content div.module2 {
	margin-right:-9px;
	margin-left:4px;
}

#content div.module2 h1 {
	color:#dfcfe7;
}

#content div.module2 div.module_content {
	background:url(images/pink-module-bg.jpg) repeat-y;
}

#content div.module2 div.module_bottom {
	background:url(images/pink-module-bottom.jpg) no-repeat top left;
}


/* right column */

#right_col {
	width:158px;
	float:right;
	padding:0px 21px 0px 0px;
	margin-top:28px;
	overflow:hidden;

    }

body.home #right_col {
	margin-top:38px;
	}

#right_col #donate {
	margin-top:10px;
	border:none;
    }

/* footer */

#footer {
	width:900px;
	overflow:hidden;
	background:#2b7326 url(images/footer-gradient.jpg) repeat-x top left;
	position:relative;
	text-align:center;
    }

/*#footer #footer_special_nav {
	overflow:hidden;
    }*/

#footer .footer_nav {
	margin:20px 30px 20px 30px;
	overflow:hidden;
	background: url(images/footer-watermark.jpg) no-repeat center right;
	text-align:left;
	width:700px;
  	float: left;
  	overflow:hidden;
    }

#footer .footer_nav li {
	float:left;
	margin-right:0px;
	width:112px;
	cursor:default;
    }

#footer .footer_nav li.resources {
	background:url(images/white-bar.gif) no-repeat 0% 3%;
	padding-left:41px;
	padding-right:5px;
	}

#footer .footer_nav li.contribute {
	background:url(images/white-bar.gif) no-repeat 0% 50%;
	padding-left:39px;
	padding-right:7px;
	margin-top:1px;
	}

#footer .footer_nav li.about {
	background:url(images/white-bar.gif) no-repeat 0% 3%;
	padding-left:40px;
	margin-right:0px;
	margin-top:1px;
	}

#footer #footer_special_menu {
	width:auto;
	float:left;
	overflow:hidden;
	}

#footer #footer_special_menu .footer_nav {
  	width:56px;
  	background:none;
  	padding:20px 23px 20px 30px;
  	margin:0px;
    }

#footer #footer_special_menu .footer_nav li {
	float:none;
  	padding-bottom:0;
  	margin-bottom:.5em;
  	width:56px;
    }

#footer #footer_special_menu .footer_nav li a {
	margin:0px;
	padding:0px;
	}


#footer #footer_special_menu .footer_nav li span {
	display:none;
	visibility:hidden;
    }

#footer #footer_special_menu #footer_special_bar {
	float:left;
	font-size:14px;
	font-family:"Verdana",Arial,Helvetica,sans-serif;
	font-weight:bold;
	color:#FFFFFF;
  	margin-top:20px;
  	margin-right:7px;
    }

#footer .footer_nav li:hover {
	cursor:default;
	}

/*#footer .footer_nav li.no-float {
	float:none;
    }

#footer .footer_nav li ul.extra-links li {
	float:none;
	margin-top:6px;
    }*/

#footer .footer_nav li,
#footer .footer_nav li a,
#footer .footer_nav li span {
	font-size:14px;
	font-family:"Verdana",Arial,Helvetica,sans-serif;
	font-weight:bold;
	color:#FFFFFF;
    }

#footer .footer_nav li span {
	margin:0 20px 0 20px;
	display:none;
    }

#footer .footer_nav li ul.sub-nav li {
	float:none;
	margin-right:0px;
	padding-top:5px;
	line-height:1em;
    }

#footer .footer_nav li ul.sub-nav li a {
	font-size:12px;
	font-weight:normal;
	font-family:Arial,Helvetica,sans-serif;
    }

#footer img.watermark {
	position:absolute;
	top:auto;
	left:auto;
    }

#footer #contact {
	color:#FFF;
	margin:0px auto;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	clear:left;
    }

#footer #contact span {
	margin-left:30px;
    }

#page-bottom {
	display:block;
	margin:0px auto;
    }

/* sub footer */

#site_info span {
	color:#CECECE;
	font-size:12px;
	font-family:Arial,Helvetica,sans-serif;
    }

#site_info span.hi {
	margin-right:540px;
    }

#site_info span.hi a {
	color:#CECECE;
    }

#site_info span.hi a:hover {
	text-decoration:none;
	cursor:default;
    }

#site_info span.gorges a {
	font-weight:bold;
	color:#CECECE;
    }


/* ------------------------ standard CMS stuff ------------------------*/

/*  modules  */


#content #dashboard div.module {
  margin: 5px 0;
  padding-top: .5em;
 	background:none;
	float:none;
	display:block;
	width:auto;
}

#content #dashboard .module .module {
  margin-left: 2em;
}

#content #dashboard .module-heading {
  line-height: 25px;
  font-size: 11pt;
  color: #FFFFFF;
  font-weight: bold;
  background: #5353A6 url(images/module_back.gif) repeat-x left center;
  padding-left: 6px;
}
* html #dashboard .module-heading {
  padding-bottom: 3px;
}
#content #dashboard .module-heading a,
#content #dashboard .module-heading a:visited {
  color: #FFFFFF;
  text-decoration: none;
  font-style: italic;
}
#content #dashboard .module-heading a:hover {
  color: #F7F89D;
  text-decoration: underline;
}
#content #dashboard .module-content {
  /*clear: both;*/
  border: 2px solid #5353a6;
  padding: 0;
  margin: 0;
}
#content #dashboard .module-links {
  padding-left: 10px;
}
#content #dashboard .module-links a,
#content #dashboard .module-links a:visited {
  color: #000000;
  font-size: 9pt;
  font-weight: normal;
  padding: 1px 10px;
  margin: 0 2px 0 12px;
  background: #F6F79C url(images/button2_back.gif) repeat-x left center;
  cursor: pointer;
  text-decoration: none;
  border: 1px inset #0B0B7E;
}
#content #dashboard .module-links a:hover {
  color: #FFFFFF;
  text-decoration: none;
  background: #7C7C4F url(images/button2_hover.gif) repeat-x left center;
}
#content #dashboard .module .list div {
  margin: 0;
  padding: 3px 0 3px 22px;
  text-indent: -17px;
  border-bottom: 1px solid #CCEECC;
}
#content #dashboard .module .list li {
  text-indent: 0px;
}
#content #dashboard .module .list .toggle {
  background-color: #FFFFE3;
}
#content #dashboard .module .links {
  margin: .25em .25em .25em .5em;
  font-size: .8em;
}
#content #dashboard .module .links a {
  padding-right: 20px;
}


/*  tables  */

#content #dashboard .label {
  font-style: italic;
  background-color: #FFFFE3;
  text-align: right;
  padding: 2px 4px 2px 14px;
  white-space: nowrap;
  border-right: 1px solid #E3E3C7;
  margin-right: 4px;
}
#content #dashboard table th a.column {
  color: black;
}
#content #dashboard table th a.column:hover {
  text-decoration: none;
  color: #EEEEEE;
  background-color: #333333;
}
#content #dashboard .table-admin {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #CCCCCC;
}
#content #dashboard .table-admin th {
  /*font-size: 11pt;*/
  font-weight: bold;
  padding: 0 4px 0 4px;
  color: black;
  background-color: #EEEEEE;
  border-bottom: 1px solid gray;
  white-space: nowrap;
}
#content #dashboard .table-admin td {
  font-size: 9pt;
  padding: 3px;
  color: black;
  vertical-align: top;
}
#content #dashboard .table-module th,
#content #dashboard .table-module td {
  padding-left: .5em;
}
#content #dashboard .table-module th {
  border-bottom: 1px solid gray;
}
#content #dashboard .table-module .label {
  vertical-align: top;
  padding: 2px 4px 2px 14px;
  margin-right: 4px;
}
#content #dashboard .table-options button {
  margin: 6px;
}
#content #dashboard .table-border th {
  border-bottom: 1px solid gray;
}
#content #dashboard .table-border td {
  border-right: 1px solid gray;
}
#content #dashboard .table-border .lb {
  border-left: 1px solid gray;
  border-right: 0;
}
#content #dashboard .table-divider td {
  border-bottom: 1px solid gray;
}
#content #dashboard .table-noborder,
#content #dashboard .table-noborder th,
#content #dashboard .table-noborder td {
  border: 0;
}
#content #dashboard .table-navigation * {
  font-size: 9pt;
}
#content #dashboard .table-navigation td {
  padding: 0 2px 0 2px;
}
#content #dashboard .table-toggle {
  background-color: #FFFFE3;
}
#content #dashboard .table-section {
  font-size: 12pt;
  background-color: #EEEEEE;
  padding-left: 12px;
}
#content #dashboard .table-icon {
  border: 0;
  white-space: nowrap;
}
#content #dashboard .table-profile {
  border: 1px solid #CCCCCC;
}
#content #dashboard .table-profile td {
  padding: 1px 4px;
}

/*  icons  */

.icon {
  width: 15px;
  height: 15px;
  font-size: 15px; /* to prevent cut-off */
  background-repeat: no-repeat;
  background-position: top left;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.icon:link, .icon:visited {
  padding: 0;
}
.icon:hover {
  background-position: top center;
  background-color: transparent;
  text-decoration: underline;
}
.icon-disabled {
  background-position:top right;
}
.icon-disabled:hover {
  background-position: top right;
  background-color: transparent;
  text-decoration: none;
}
.icon-help, icon-edit {
  cursor: pointer;
}
.icon-image-add {
  background-image: url(images/icons/add.gif);
}
.icon-image-ascend {
  background-image: url(images/icons/ascend.gif);
}
.icon-image-close {
  background-image: url(images/icons/close.gif);
}
.icon-image-copy {
  background-image: url(images/icons/copy.gif);
}
.icon-image-delete {
  background-image: url(images/icons/delete.gif);
}
.icon-image-descend {
  background-image: url(images/icons/descend.gif);
}
.icon-image-download {
  background-image: url(images/icons/download.gif);
}
.icon-image-edit {
  background-image: url(images/icons/edit.gif);
}
.icon-image-expand {
  background-image: url(images/icons/expand.gif);
}
.icon-image-first {
  background-image: url(images/icons/first.gif);
}
.icon-image-help {
  background-image: url(images/icons/help.gif);
}
.icon-image-help2 {
  background-image: url(images/icons/help2.gif);
}
.icon-image-last {
  background-image: url(images/icons/last.gif);
}
.icon-image-mask {
  background-image: url(images/icons/mask.gif);
}
.icon-image-next {
  background-image: url(images/icons/next.gif);
}
.icon-image-nohelp {
  background-image: url(images/icons/nohelp.gif);
}
.icon-image-previous {
  background-image: url(images/icons/previous.gif);
}
.icon-image-shrink {
  background-image: url(images/icons/shrink.gif);
}
.icon-image-unhelp {
  background-image: url(images/icons/unhelp.gif);
}
.icon-image-view {
  background-image: url(images/icons/view.gif);
}


/***  sortable lists  ***/

.listsort ul {
  list-style-type: none;
}
.listsort li {
  list-style: none;
  border: 1px solid gray;
  cursor: move;
  position: relative;
  border: 1px solid #3A3A3A;
  margin: 3px 60px 1px 0;
  padding: 1px 8px 0 8px;
  text-align: left;
  color: #000000;
  background-color: #BEE4FF;
}
.listsort li.level0 { padding-left: 8px; }
.listsort li.level1 { padding-left: 28px; }
.listsort li.level2 { padding-left: 48px; }
.listsort li.level3 { padding-left: 68px; }
.listsort li.level4 { padding-left: 88px; }

.edit_this_page {
  margin:0 0 20px 40px;
}

/*  header message  */

.message {
  font-weight: bold;
  color: #FF6666;
  background-color: #FFF4EE;
  margin: 1em 0;
  padding: 1em 2em;
  border: 1px outset #888888;
}