* {
	margin: 0;
	padding: 0;
}

body {
	font: 11px Tahoma, Verdana, sans-serif;
	color: #424242;
	background: #FFF;
}

div, table, td, tr, th, ul, li, span, b, img, dl, dd, dt {
	border: 0;
}

li {
	list-style: none;
}

ul.bulleted {
	margin-top:10px;
	margin-bottom:10px;
}

	ul.bulleted li {
		line-height:14px;
		padding-left:5px;
		margin-left:25px;
		list-style-image: url(Images/bullet1.gif);
		list-style-position: outside;
	}

a {
	text-decoration: none;
	color: #657b0a;
}

a:hover {
	text-decoration: underline;
}

th {
	font-weight: normal;
}

.clear {
	clear: both;
}

.clear-left {
	clear: left;
}

.self-clearing {
	zoom: 1;
}

.self-clearing:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

.hide {
	position: absolute;
	top: -9999px;
}

a.green{
	color: #99C027;
}

#top {

	display: block;
	clear: both;
	margin: 0 0 30px;
	position:relative;
	z-index:100;
}



#top #header {
	width: 945px;
	display: block;
	clear: both;
	margin: 0 auto;
	position: relative;
	z-index: 5;
	zoom: 1;
}

/* universal styles */
.generic-link {
	font-weight: bold;
	padding-left: 9px;
	background: url(Images/arrow_right.gif) 0 50% no-repeat;
	color: #333;
}

	.generic-link span {
		font-weight: normal;
		color: #999;
	}
	
.generic-link-green {
	font-weight: bold;
	padding-left: 9px;
	background: url(Images/arrow_right_green.gif) 0 50% no-repeat;
}

a.edit{
	background:url(Images/btn_edit.jpg) left top no-repeat;
	width:55px;
	height:26px;
	display:block;
	overflow:hidden;
	text-indent:99999em;
}

/* buttons */
input.button, a.button {
	border: 1px solid #99b02c;
	background: #afd014;
	font: bold 13px Tahoma, Verdana, sans-serif;
	padding: 4px 15px;
	color: #333a14;	
	cursor: pointer;
}

.ie6 input.button,
.ie6 a.button,
.ie7 input.button,
.ie7 a.button {
	width: auto;
	overflow: visible;
	padding-top: 2px;
	padding-bottom: 2px;
	outline: none;
}

input.secondary, a.secondary {
	border: 1px solid #bdbdbd;
	background: #dfdfdf;
	color: #333;
}


input.return, a.return {
	border: 1px solid #bdbdbd;
	background: #dfdfdf;
	color: #333;
}

input.sending, a.sending {
	background: #dfdfdf;
	border-color: #bdbdbd;
	cursor: default;
}

input.small, a.small, select.small{
	font-size:10px;
}

/* /buttons */

/* search members control */
.search-members {
	margin-top:5px;
}

	.search-members .search-button {
		font-size: 11px;
		padding: 2px 15px 3px 27px;
		vertical-align: top;
		background-image: url(Images/Comms/icon_search.gif);
		background-position: 9px 50%;
		background-repeat: no-repeat;
	}
	
	.search-members input.input-textbox {
		padding: 3px;
		font: 12px Verdana, Arial, sans-serif;
		border: 1px solid #CCC;
		vertical-align: top;
		margin-right: 5px;
	}

.search-results {
	display: none;
	position: absolute;
	background: #FFF;
	border: 1px solid #CCC;
	border-top: none;
	padding: 3px;
	width: 215px;
}

.chk input {
	margin-right: 5px;
	vertical-align: -2px;
}
    
.top-nav-wrapper {
	background: #413731;
}

.top-nav {
	height: 30px;
	background: #1b1411 url(Images/topnav_bg.gif) repeat-x;
	position: relative;
	zoom: 1;
	width: 945px;
	margin: 0 auto;
	z-index: 30;
}

	/* primary */
	.top-nav ul.primary {
		border-right: 1px solid #000;
		zoom: 1;
		float: left;
	}
	
	.top-nav ul.primary:after {
		content: ".";
		clear: both;
		height: 0;
		visibility: hidden;
		display: block;
	}

		.top-nav ul.primary li {
			float: left;
			border-right: 1px solid #2b2b2b;
			border-left: 1px solid #000;
			position: relative;
			zoom: 1;
			z-index: 20;
		}

			.top-nav ul.primary li a {
				color: #999;
				font-weight: bold;
				font-size: 11px;
				padding: 8px 10px 0;
				height: 22px;
				float: left;
			}
			
			.top-nav ul.primary li a:hover,
			.top-nav ul.secondary li a:hover {
				background: url(Images/topnav_item_over.gif) repeat-x;
				color: #FFF;
				text-decoration: none;
			}
	
		.top-nav ul.primary li.allteams {
			border-left: none;
			height: 30px;
			width: 125px;
		}
		
			.top-nav ul.primary li.allteams a {
				padding: 0;
			}

			.top-nav ul.primary li.topnav-rate-container{
				border-left:none;
				border-right:none;
				padding-top:4px;
			}
			
		.top-nav ul.primary li.dir-search a span {
			float: left;
			padding-left: 20px;
			background: url(Images/topnav_dir_search.gif) 0 50% no-repeat;
		}
		
			.top-nav ul.primary li.dir-search a:hover span {
				background-image: url(Images/topnav_dir_search_hi.gif);
			}
			
		#DirectorySearchChoice {
			position: absolute;
			top: 30px;
			width: 362px;
			padding: 8px 0 12px 15px;
			background: #3d3d3c url(Images/topnav_dir_search_bg.gif) 0 100% repeat-x;
			border-top: 1px solid #4c4c4c;
			z-index: 20;
			display: none;
			-moz-border-radius-bottomleft: 5px;
			-moz-border-radius-bottomright: 5px;
			-webkit-border-bottom-left-radius: 5px;
			-webkit-border-bottom-right-radius: 5px;
		}
		
			#DirectorySearchChoice a {
				background: url(Images/topnav_dir_search_item_bg.gif) repeat-x;
				color: #FFF;
				float: left;
				font: bold 14px "Trebuchet MS", Arial, sans-serif;
				height: auto;
				padding: 3px 29px;
				text-transform: uppercase;
				text-decoration: none;
				-moz-border-radius: 4px;
				-webkit-border-radius: 4px;
				text-shadow: #5b6d00 0 1px 1px;
			}

			#DirectorySearchChoice a:hover {
				background-position: 0 -26px;
			}
			
			#DirectorySearchChoice a.search-biz,
			#DirectorySearchChoice a.search-club {
				margin-right: 13px;
			}
			
	/* secondary */
	.top-nav ul.secondary {
		position: absolute;
		right: 0;
		background: url(Images/topnav_rh.gif) 100% 0 no-repeat;
		border-left: 1px solid #2b2b2b;
	}
	
		.top-nav ul.secondary li {
			float: left;
			border-left: 1px solid #000;
			border-right: 1px solid #2b2b2b;
		}
			
			.top-nav ul.secondary li a {
				color: #999;
				font-size: 10px;
				padding: 8px 11px 0 17px;
				height: 22px;
				float: left;
			}
		
		.top-nav ul.secondary li.help {
			border-right: none;
		}
		
			.top-nav ul.secondary li.help a {
				font-size: 11px;
				font-weight: bold;
			}
			
		.top-nav ul.secondary li.username {
			padding: 8px 17px 0 17px;
			height: 22px;
			color: #999;
			font-size: 10px;
		}
		
			.top-nav ul.secondary li.username .label {
				color: #afd014;
			}
			
			.top-nav ul.secondary li.search {
				padding: 5px 10px 0px;
			}
			
			.ie6 .top-nav ul.secondary li.search,
			.ie7 .top-nav ul.secondary li.search {
				padding-top: 4px;
			}
			
				.top-nav ul.secondary li.search label {
					color: #999;
					font-size: 10px;
					padding: 4px 17px 0 17px;
					height: 22px;
					float: left;
				}
				
				.top-nav ul.secondary li.search input.search-text {
					 margin-right: 1px;
					 vertical-align: middle;
					 background: #1a1613;
					 color: #FFF;
					 font-size: 11px;
					 padding: 2px 2px;
					 border: 1px solid #110f0d;
					 border-right: 1px solid #302824;
					 border-bottom: 1px solid #302824;
				}
				
				.top-nav ul.secondary li.search input.go-button {
					float: none;
					padding: 0;
					display: inline;
					height: auto;
					vertical-align: middle;
				}
				
		.top-nav ul.tertiary 
		{
		    display : none;
		    margin-top : 40px;
		    position : relative;
		    float:right;
		}
		    		.top-nav ul.tertiary li
		            {
		                
		            }
/* /top nav */	
	
 
                        
                        ul li .subnav {
                                width:199px; height:0;
                                margin:0;
                                float:left; overflow:hidden;
                                position:absolute; left:-7px; top:31px; z-index:20; 
                                list-style-type:none;
                                background-image:url(Images/black_60_bg.png); background-repeat:repeat;
                                /*background-color:#1f1f1f;*/
                                /*border-width:0 5px 5px 5px; border-style:solid; border-color:#111;*/
                                -moz-border-radius-bottomleft: 7px;
                                -moz-border-radius-bottomright: 7px;
                                -webkit-border-bottom-left-radius: 7px;
                                -webkit-border-bottom-right-radius: 7px;
                            }
                               ul li .subnav ul {
                                    margin:0 7px;
                                     display:block;
                                }
                               ul li .subnav ul li {
                                         display:block;
                                    }
                                    
                                     ul li .subnav ul li a {
                                            width:150px;
                                            padding:7px 10px 7px 25px;
                                            color:#ccc;
                                            border-top: 1px solid #2f2f2f;
                                            border-bottom: 1px solid #111;
                                            background-image:url("Images/arrow_right.gif"); background-position:10px 11px; background-repeat:no-repeat;
                                            background-color:#222;
                                        }
                                      ul li .subnav ul li a:hover {
                                            color:#fff;
                                            border-top: 1px solid #101010;
                                            background-color:#111; background-image:url("Images/arrow_right_white.gif");
                                        }
                        
                         ul li.help {
                            border:none;
                        }
	
	
/* entity page header */
#header .header-bd {
    height:100px; padding:10px 0 0;
    z-index:10; position:relative;
}

	#header .header-bd .logo {
		width:90px; height:90px;
		margin:0 25px 0 0;
		position:relative;
		float:left;
		background-color:#eee;
	}
	#header .head_title {
        height:auto;
        margin:20px 0 0 0;
        padding:7px 14px 7px 0;
        float:left;
        background-color:#fff;
        -moz-border-radius-topright: 5px;
        -moz-border-radius-bottomright: 5px;
        -webkit-border-top-right-radius: 5px;
	    -webkit-border-bottom-right-radius: 5px;
	     
	}
	    #header .head_title h2 {
		    font: bold 26px "Trebuchet MS", Verdana, Arial, sans-serif;
		    color: #333;
	    }
	    #header .head_title h3 {
		    font: bold 14px "Trebuchet MS", Verdana, Arial, sans-serif;
		    color: #333;
	    }
	
.header_bg {
    width:945px; height:150px;
    position:absolute; top:0; left:0; z-index:5; overflow:hidden;
}
.header_bg_overlay {
    width:945px; height:150px;
    position:absolute; top:0; left:0; z-index:6;
    background-image:url(Images/School/header_bg_overlay.png); background-repeat:no-repeat;
}

/* /entity page header */

/* bottom nav */
.bottom-nav {
	background: url(Images/border_dotted.gif) repeat-x;
	margin: 0 auto;
	width: 899px;
	padding: 5px 23px;
	clear: both;
}

	.bottom-nav a {
		color: #707070;
	}
	
	.bottom-nav ul {
		float: right;
	}
	
		.bottom-nav ul li {
			float: left;
			padding-left: 23px;
			padding-top: 5px;
		}
		
	.bottom-nav img {
		vertical-align: -8px;
	}
	
	.bottom-nav .version {
		color: #BBB;
		padding-left: 15px;
	}
/* /bottom nav */

#header .header-bd .title span {
	font-family:Georgia;
	color:#867c73;
}
#content {
	width: 945px;
	clear: both;
	margin: 0 auto;
	padding-bottom: 50px;
	zoom: 1;
}
#content:after {
	content: ".";
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
#content .left-bar {
	/* margin: 20px 0; */
	clear: both;
}
#content .left-bar ul {}
#content .left-bar ul li {
	display:block;
	clear:both;
	background:url(Images/nav_item.gif) left top no-repeat;
	height:30px;
}
#content .left-bar ul li.first {
	background:url(Images/nav_item_first.gif) left top no-repeat;
	height:30px;
}
#content .left-bar ul li.active {
	background:url(Images/nav_item_on.gif) left top no-repeat;
	height:30px;
}
#content .left-bar ul li.selected {
	background:url(Images/nav_item_on.gif) left top no-repeat;
	height:30px;
}
#content .admin-nav-bar ul li.active{
	background:url(Images/admin_nav_item_on.jpg) left top no-repeat;
}
#content .left-bar ul li a {
	color:#3a2d1d;
	font-weight:bold;
	font-size:12px;
	font-family:Trebuchet MS;
	display:block;
	clear:both;
	height:22px;
	padding-top:7px;
	padding-left:21px;
	cursor:pointer	
}
#content .left-bar .nav-search {
	width: 148px;
	display: block;
	clear: both;
	height: 26px;
	margin-top: 20px;
	margin-left: 6px;
	zoom: 1;
}
#content .left-bar .nav-search .txt {
	height:22px;
	background:url(Images/nav_search_bg.gif) left top repeat-x;
	width:100px;
	display:block;
	float:left;
	border:0px;
	padding-top:4px;
	color:#424242;
	font-weight:bold;
	padding-left:10px;
	padding-right:0px;
	zoom: 1;
}
#content .left-bar .nav-search .btn {
	float:left;
}
#content .main-column {
	/* float: left;
	width: 775px; */
}
    .teams_sports_list {
        margin:0 0 40px 0;
        float:left;
    }
        .teams_sports_list h2 {
            margin:0 0 10px 0;
        }
        .teams_sports_list ul {
            width:400px;
            line-height:18px;
            float:left;
        }
            .teams_sports_list ul li {
                width:170px;
                margin:0 30px 0 0; padding:5px 0 6px;
                float:left;
                border-bottom:1px solid #ddd;
            }

#content .content {
	width:520px;
	display:block;
	float:left;
	display: inline;
}

#content .wide-content{
	width:775px;
}

#content .nav {
	color:#000000;
	font-family: Arial, Verdana;
	display:block;
	padding-bottom:14px;
	padding-left: 0px;
}

	#content .nav a {
		color:#151515;
		text-decoration:none;
		font-size:16px;
		margin-right:3px;
	}
	
	#content .nav a:hover {
		text-decoration: underline;
	}
	
	#content .nav b {
		font-size:16px;
	}
	
#content .right-bar {
	width:240px;
	display:block;
	float:right;
}

/* single page */
.single-page {}

.single-page h2,
.single-page h3,
.single-page p,
.single-page ol,
.single-page li {
	margin: 0 0 15px;
}

.single-page ol {
	margin-top: 15px;
	margin-left: 25px;
}

.single-page ol,
.single-page ol li {
	list-style-type: decimal;
}
/* /single page */



/* generic box style */
.box {
	clear: both;
	margin-bottom: 11px;
	zoom: 1;
}

	/*.box .hd {
		border-top: #C9C9C9 1px solid;
		border-bottom: #C9C9C9 1px solid;
		zoom: 1;
		background: #dcdcdc url(Images/box_hd_bg.gif) repeat-x;
	}*/
	.box .hd {
	    background-color:#57680A;
	    border-bottom:4px solid #C1CF00;
	    background-image:url("Images/Nav/head_nav_overlay.png");
        background-position:0 3px;
        background-repeat:repeat-x;
        -moz-border-radius-topright:3px;
        -moz-border-radius-topleft:3px;
        -webkit-border-top-left-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        height:100%;
        

	}

	.box .hd:after {
		content: ".";
		display: block;
		clear: both;
		height: 0;
		visibility: hidden;
	}
	
		.box .hd .title {
			font-size: 12px;
			float: left;
			color:#FFFFFF;
            font-weight:normal;
            padding:10px 0 11px 15px;
            text-shadow:1px 1px 2px #0E172C;
		}
		
		.ie6 .box .hd .title {
			height: 16px;
		}
	
			.box .hd .title a {
				color: #333;
				text-decoration: underline;
			}
			
		.box .hd .sub-title {
			float:left;
			font-family:Trebuchet MS;
			color:#787878;
			font-size:14px;
			padding-top:6px;
			padding-left:20px;
		}
		
		.box .hd .tbar {
			float: right;
			padding: 5px 5px 5px 10px;
			width: 100px;
		}
			
			.box-wide-search .hd .tbar 
			{
				width:250px;
			}
			
			.box .hd .tbar .search-container {
				width:105px;
				margin-top:-2px;
				text-align:right;
			}
			
			.box-wide-search .hd .tbar .search-container {
				width:230px;
			}
			
				.box .hd .tbar .search-container .input-textbox,
				.box .hd .tbar .search-container .input-select {
					width:70px;
					font-size:10px;
					height:21px;
				}
				
				.box-wide-search .hd .tbar .search-container .input-textbox,
				.box-wide-search .hd .tbar .search-container .input-select {
					width:110px;
					font-size:10px;
					height:21px;
				}
				
				.box .hd .tbar .search-container .button {
					width:23px;
					height:25px;
					text-indent:-9999px;
					padding:2px 5px 2px 5px;
					vertical-align: top;
					background-image: url(Images/Comms/icon_search.gif);
					background-position: 2px 50%;
					background-repeat: no-repeat;
				}
				
					.ie7 .box .hd .tbar .search-container .button, .ie6 .box .hd .tbar .search-container .button {
						font-size: 0px;
						line-height: 0px; 
					}
				
			.scorecard .hd .tbar,
			.scorecard .hd .tbar .search-container {
				width: 280px;
			}
			
				.scorecardh .hd .tbar .search-container .input-textbox,
				.scorecard .hd .tbar .search-container .input-select {
					width: 135px;
				}
		
			.box .hd .tbar .edit {
				background:url(Images/icon_edit.jpg) left top no-repeat;
				width:29px;
				height:20px;
				float:right;
				display:block;
				overflow:hidden;
				text-indent:99999em;
			}
			
			h2.panel-heading .help,
			.member-browser-header .help,
			.pod-wrapper h2 .help,
			.box .hd .tbar .help {
				background:url(Images/icon_help.jpg) left top no-repeat;
				width:21px;
				height:20px;
				float:right;
				display:block;
				overflow:hidden;
				text-indent:99999em;
				margin-left: 5px;
				cursor: pointer;
			}
			
				.member-browser-header .help{
					height:auto;
				}
			
			
		.box .hd .l-fbar {
			float: right;
			margin-left: 15px;
			margin-top:5px;
			margin-bottom:5px;
			zoom: 1;
		}

			.box .hd .l-fbar .columnheader {
				float: left;
				font-weight: bold;
				padding-right: 6px;
			}
	
		.box .hd .l-fbar select {
			width: 95px;
			margin-left: 3px;
		}
	
		.box .hd .l-fbar span {
			color: #666;
		}
	
	.box .bd {
		clear: both;
		zoom: 1;
	}
	
	.box .bd:after {
		content: ".";
		clear: both;
		height: 0;
		visibility: hidden;
		display: block;
	}
	
		.box .bd a.more {
			font-weight: bold;
			color: #333;
			font-size: 11px;
			padding-left: 9px;
			margin-left: 5px;
			background: url(Images/arrow_right.gif) 0 50% no-repeat;
			cursor: pointer;
		}
	
		.box .bd .item, .panel .addressbookitem-small .item {
			border-bottom:#d6d6d6 1px solid;
			padding-bottom:10px;
			display:block;
			clear:both;
			margin-left:8px;
			margin-right:8px;
			padding-top:5px;
		}
		
	.box .bd .fd {
		border-top: #C9C9C9 1px solid;
		border-bottom: #C9C9C9 1px solid;
		background: #dcdcdc url(Images/box_hd_bg.gif) repeat-x;
		padding: 8px 15px 7px;
		clear: both;
	}
	
		.box .bd .fd .more {
			float: right;
			font-weight: bold;
		}
		
		/* section intro box */
		.box .bd .section-intro {
			float: left;
			background: #ebebeb;
			padding: 15px;
			margin-right: 15px;
				width: 195px;
		}
		
			.box .bd .section-intro h1 {
				padding: 60px 0 0;
				margin: 0 0 15px;
				font-weight: normal;
				font-size: 24px;
				overflow: hidden;
			}
			
			.box .bd .section-intro p {
				margin: 0 0 15px;
			}
			
			.box .bd .section-intro label {
				font-weight: bold;
				display: block;
				margin: 0 0 15px;
				zoom: 1;
			}
			
			.box .bd .section-intro label:after {
				content: ".";
				clear: both;
				height: 0;
				visibility: hidden;
				display: block;
			}
			
				.box .bd .section-intro label input {
					margin: 3px 0 0;
					width: 193px;
					border: 1px solid #ccc;
				}
				
				.box .bd .section-intro label select {
					margin: 3px 0 0;
					width: 195px;
					border: 1px solid #ccc;
				}
				
				.box .bd .section-intro .rad-list {
					margin: 10px 0;
					display: block;
				}
				
					.box .bd .section-intro .rad-list label {
						display:block;
						font-weight:normal;
						margin: 0 0 5px 20px;
					}
					
					.box .bd .section-intro .rad-list input{
						margin-right:3px;
						float: left;
						clear: left;
					}
				
				.box .bd .section-intro .minor-button {
					margin-top: 4px;
					float: right;
					padding: 2px 3px;
					font: bold 10px Tahoma, Verdana, sans-serif;
					background: #dfdfdf;
					border: 1px solid #bdbdbd;
					color: #333;
					margin-left: 5px;
					width: auto;
				}
				
			.box .bd .section-intro .minor-info {
				color: #666;
				text-align: right;
			}
			
			.box .bd .section-intro .buttons-holder {
				margin: 40px 0 30px;
			}
			
			.box .bd .section-intro .button {
				background-repeat: no-repeat;
				background-position: 7px 50%;
				margin: 0 0 10px;
			}
			
			.box .bd .section-intro .add-new-contact {
				background-image: url(Images/icon_add_new_contact.gif);
				padding-left: 30px;
			}
			
			.box .bd .section-intro .export-contacts {
				background-image: url(Images/icon_export_contacts.gif);
				padding-left: 30px;
			}
			
			.box .bd .section-intro .add-event {
				background-image: url(Images/icon_add_event.gif);
				background-position: 10px 50%;
				margin-top: 25px;
				padding-left: 30px;
			}
			
			.box .bd .section-intro .link {
				font-weight: bold;
				font-size: 12px;
				padding-left: 11px;
				background: url(Images/arrow_left.gif) 0 60% no-repeat;
				color: #333;
			}
			
			/* promo pod */
			.box .bd .promo-pod {
				background: #FFF url(Images/BusinessListings/promo-pod-fade.png) 0 100% repeat-x;
				border: 1px solid #cecece;
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;
				padding: 10px;
			}

				.box .bd .promo-pod h3 {
					font-size: 13px;
					margin: 0 0 10px;
				}
				
				.box .bd .promo-pod p {
					margin: 0 0 10px;
					line-height: 1.3;
				}
				
				.box .bd .promo-pod ul li {
					margin: 0 0 8px;
					padding-left: 18px;
					background: url(Images/BusinessListings/promo-pod-tick.gif) 0 50% no-repeat;
					line-height: 1.3;
				}
			
		/* section content */
		.box .bd .section-content {
			float: left;
			width: 705px;
		}
		
		/* listing */
		.box .bd .listing {
			border-left: 1px dotted #919090;
			overflow: hidden;
			zoom: 1;
		}
		
			.box .bd .listing .list-item {
				width: 145px;
				border: 1px dotted #919090;
				border-left: none;
				border-top: none;
				padding: 20px 15px 10px;
				float: left;
			}
			
				.box .bd .listing .list-item h3 {
					font-weight: bold;
					font-size: 11px;
					margin: 0 0 12px;
					overflow: hidden;
				} 
				
					.box .bd .listing .list-item h3 a {
						color: #333;
					}
				
				.box .bd .listing .list-item .thumb-link {
					display: block;
					text-align: center;
					margin: 0 0 12px;
				}
				
					.box .bd .listing .list-item .thumb-link img {
						border: 1px solid #b8b8b8 !important;
					}
					
				.box .bd .listing .list-item .details {
					font-size: 10px;
					color: #666;
				}
		
		.box .bd .bd_team_container {
		    width:945px; height:auto;
		    margin:0 0 0 0; padding:10px 0 11px 0;
		    float:left;
		}
		    .box .bd .bd_team_container .bd_team_item {
		        width:311px; height:76px;
		        margin:0 -1px -1px 0; padding:1px;
		        float:left;
		        border-width:1px 1px 1px 1px; border-color:#666; border-style:dotted;
		        background: url(Images/light_fade.gif) 100% 100% repeat-x;
		    }
		        .bd_team_item .team_content {
		            width:311px; height:67px;
		            float:left;
		        }
		            .bd_team_item .team_content .team_content_image {
		                width:32px; height:32px;
		                margin:0 10px 0 0; padding:10px;
		                float:left;
		            }
		            .bd_team_item .team_content .team_content_desc {
		                padding:8px 8px 0 0;
		            }
		                .bd_team_item .team_content .team_content_desc .desc_title {
		                    font-family:Tahoma; font-size:12px; line-height:18px; color:#333333; font-weight:bold; text-decoration:underline;
		                } 
		                .bd_team_item .team_content .team_content_desc .desc_text {
		                    color:#888; line-height:16px;
		                }
		            
		        .bd_team_item .team_nav {
		            width:291px; height:11px;
		            padding:9px 10px 11px;
		            float:left;
		            font-size:11px; line-height:11px; font-weight:normal; color:#b7b7b7;
		            background-color:#EEEEEE;
		        }
		            .bd_team_item .team_nav a {
		                padding:0 5px;
		                color:#657B0A;
		            }
		
		/* wide listing */
		.wide-listing {}
		
			.wide-listing .list-item {
				border: 1px dotted #949393;
				border-top: none;
				padding: 10px;
				clear: both;
				zoom: 1;
				background: url(Images/light_fade.gif) 100% 100% repeat-x;
			}
			
			.wide-listing .list-item:after {
				content: ".";
				clear: both;
				display: block;
				height: 0;
				visibility: hidden;
			}
			
				.wide-listing .list-item .pic img,
				.wide-listing .list-item img.pic {
					float: left;
					border: 1px solid #bababa !important;
				}
				
				.wide-listing .list-item .copy {
					padding: 18px 0 0 160px;
				}
				
					.wide-listing .list-item .copy h2 {
						font-size: 15px;
						margin: 0 0 9px;
					}
					
					.wide-listing .list-item .copy p {
						font-size: 12px;
						margin: 0 0 9px;
					}
					
						.wide-listing .list-item .copy p span {
							padding-right: 15px;
							color: #666;
						}
						
		/* paging */
		.box .bd .paging, .panel .paging {
			clear: both;
			margin: 10px 0;
			text-align: right;
		}
		
			.box .bd .paging a, .panel .paging a {
				color: #333;
				padding-left: 5px;
			}
			
			.box .bd .paging select, .panel .paging select {
				padding-left:5px;
				font-size:10px;
			}
			
			.box .bd .paging span, .panel .paging span {
				color: #999;
				padding-left: 5px;
			}
			
			.box .bd .paging span.current, .panel .paging span.current {
				background: #afd014;
				font-weight: bold;
				border: 1px solid #89a216;
				padding: 2px 5px;
				margin-left: 5px;
				color: #333;
				zoom: 1;
			}
			
			.ie6 .box .bd .paging span.current,
			.ie6 .panel .paging span.current,
			.ie7 .box .bd .paging span.current,
			.ie7 .panel .paging span.current {
				vertical-align: -3px;
			}
						
		.box .bd .section-content .edit {
			float: right;
			width: 15px;
			height: 14px;
			background: url(Images/icon_pencil.gif) no-repeat;
		}
		
/* on page widgets */
.widget .hd {
	/*border-left: 1px solid #C9C9C9;
	border-right: 1px solid #C9C9C9;*/

}

.widget .bd {
	border: 1px solid #C9C9C9;
	border-top: none;
	padding: 8px 15px 7px;
	font-size: 12px;
	line-height: 1.4
}

	.widget .bd p,
	.widget .bd ul,
	.widget .bd ol {
		margin: 0 0 12px;
	}
	
		.widget .bd ul li {
			padding-left:5px;
			margin-left:25px;
			list-style-image: url(Images/bullet1.gif);
			list-style-position: outside;
		}
		
		.widget .bd ol li {
			padding-left:5px;
			margin-left:25px;
			list-style-type: decimal; 
		}
		
	.widget .bd .fd {
		background: #DCDCDC url(Images/box_hd_bg.gif) repeat-x;
		padding: 5px 12px;
	}
	
	.widget .link {
		font-weight: bold;
		color: #333;
		float: right;
		font-size: 11px;
		padding-left: 9px;
		background: url(Images/arrow_right.gif) 0 50% no-repeat;
	}
	
	.widget .results-message {
		display: block;
		padding: 7px 10px;	
	}
/* /on page widgets */

/* inverted widgets */
.inverted .hd {
	background: none;
	border: none;
	border-bottom: 1px dotted #949393;
}

.inverted .bd {
    padding:20px 0 20px 0;
	border: none;
	border-bottom: 1px dotted #949393;
}
/* /inverted widgets */

/* gallery widget */
.gallery .bd {
	padding: 0;
}

	.gallery .bd .fd {
		border-bottom: none;
	}
/* /gallery widget */

/* small gallery widget */
.mini-gallery .big_image {
	padding: 10px 0;
}

	.mini-gallery .big_image img {
		display: block;
		margin: 0 auto;
	}

.mini-gallery .thumbs {}

	.mini-gallery .thumbs li {}

/* /small gallery widget */

.teams-list .bd {
	padding: 0;
}

/* news widget */
.news .bd {
	padding: 0;
}

	.news .bd .item {
		margin: 0;
		padding: 8px 15px;
	}
	
		.news .bd .item h3 {
			font-size: 12px;
		}
		
		.news .bd .item h3 .date {
			font-size: 10px;
			font-weight: normal;
			padding-left: 10px;
		}
		
		.news .bd .item p {
			margin: 0;
		}
		
	.news .bd .fd {
		border-top: none;
		border-bottom: none;
	}
/* /news widget */

/* calendar widget */
.calendar-widget .bd {
	padding: 0;
	border-bottom: none;
}

.calendar-widget .day-events-list {
	background: #efefef;
	overflow: hidden;
	font-size: 12px;
	border-bottom:1px dotted #949393;
}

	.calendar-widget .day-events-list h2 {
		padding: 10px;
		font-size: 13px;
		float: left;
		width: 100px;
		font-weight: normal;
	}
	
		.calendar-widget .day-events-list h2 strong {
			display: block;
		}
	
.calendar-widget .day-item-wrapper {
	margin-left: 120px;
}

	.calendar-widget .day-item-wrapper .day-item {
		background: #FFF;
		border-bottom: 1px dotted #949393;
		padding: 10px 15px;
		overflow: hidden;
	}
	
	.calendar-widget .day-item-wrapper .active {
		cursor: pointer;
		zoom: 1;
	}
	
		.calendar-widget .day-item-wrapper .day-item h3 {
			font-size: 12px;
			font-weight: normal;
			margin: 0 0 7px;
		}
		
		.calendar-widget .day-item-wrapper .active h3 {
			background: url(Images/calendar_closed_arrow.gif) 0 50% no-repeat;
			padding-left: 15px;
		}
		
		.calendar-widget .day-item-wrapper .day-item h3.open {
			background-image: url(Images/calendar_open_arrow.gif);
		}
		
		.calendar-widget .day-item-wrapper .day-item .event-type {
			float: right;
		}
		
			.calendar-widget .day-item-wrapper .day-item .event-type img {
				vertical-align: middle;
				margin-left: 10px;
			}
		
		.calendar-widget .day-item-wrapper .day-item .location {
			text-transform: uppercase;
			margin: 0;
		}
		
		.calendar-widget .day-item-wrapper .day-item .description {
			display: none;
			padding: 7px 0 0;
		}
		
		.calendar-widget .day-item-wrapper .day-item .map {
			float: right;
			margin: 0 0 0 10px;
		}
	
	.calendar-widget .day-item-wrapper .last {
		border-bottom: none;
	}
/* /calendar widget */

/* affiliations widget */
.affiliations-list .bd, .businesses-list .bd {
	border-right: 1px solid #d6d6d6;
	border-left: 1px solid #d6d6d6;
}

	.affiliation, .business {
		padding: 4px 3px;
		border-bottom: 1px dotted #a0a0a0;
		background: #f7f7f7 url(Images/light_fade.gif) repeat-x;
		clear: both;
		zoom: 1;
	}
	
	.affiliation {
		cursor: pointer;
	}
	
	.affiliation:after, .business:after {
		content: ".";
		clear: both;
		height: 0;
		visibility: hidden;
		display: block;
	}
	
		.affiliation .pic, .business .pic {
			float: left;
			width: 40px;
		}
		
		.affiliation h3, .business h3 {
			font-size: 11px;
			padding-top: 2px;
			margin-left: 55px;
		}
		
		.affiliation h5 {
			font-size: 9px;
			padding-top: 2px;
			margin-left: 55px;
		}
		
		.affiliation .jump-links {
			padding: 18px 0 13px;
			margin-left: 55px;
			display: none;
		}
		
			.affiliation .jump-links ul {
				margin: 5px 0 0;
			}
			
			.affiliation .jump-links li {
				margin: 0 0 5px;
			}
	
	.affiliation span.tagline {
		font: 11px Georgia, "Times New Roman", serif;
		color: #887b75;
	}
	
.affiliations-list .bd .fd, .businesses-list .bd .fd {
	border-top: none;
}
/* /affiliations widget */

.box .bd .item .cell{
	float:left;
	overflow:hidden;
	padding-right:6px;
}
.box .bd .item h2 {
	font-size:12px;
	padding-top:6px;
}
.box .bd .item p {
	padding-top:5px;
}
.box .bd .item p b.date {
	font-size:10px;
	color:#a9a9a9;
	font-weight:normal;
}
.box .bd .item .editbuttons{
	float:right;
}
.box .bd .item .editbuttons a{
	margin-left:5px;
	margin-right:5px;
}

.right-bar {
	/*padding-top:38px;*/
}
.right-bar .box .bd p {
	line-height:14px;
	padding-top:12px;
}
.right-bar .box .bd li {
	line-height:14px;
	padding-left:5px;
	margin-left:25px;
	list-style-image: url(Images/bullet1.gif);
	list-style-position: outside;
}

body form .content-theming .main-column .editor-output,
body form .content-theming .main-column .editor-output p,
body form .content-theming .main-column .editor-output span
{
	color:#000000;
	font-family:normal;
	font-size:medium;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
}

.body-copy ul, .body-copy ol, .body-copy p {
	margin: 10px 0;
}

.body-copy ul li, .body-copy ol li
{
	padding-left:5px;
	margin-left:25px;
	list-style-position: outside;
}

.body-copy ul li {
	list-style-image: url(Images/bullet1.gif);
}

.body-copy ol li {
	list-style-image: none;
	list-style-type:decimal;
}

.media-box {
	position:relative;
	/*z-index:1;*/
}
.media-box .hd {
	position:absolute;
	left:0px;
	top:0px;
	border-bottom:0px;
	border-top:0px;
	background:url(Images/media_box_hd.jpg) left top repeat-x;
	height:32px;
	width:518px;
}
.media-box .hd .title {
	background:url(Images/media_box_hd_title.jpg) left top repeat-x;
	height:32px;
}
.media-box .hd .active {
	background:url(Images/box_tbar_on.jpg) left top repeat-x;
	padding:0px;
	height:32px;
}
.media-box .hd .active em {
	font-style:normal;
	height:23px;
	padding-left:21px;
	padding-right:21px;
	padding-top:7px;
	display:block;
	padding-bottom:9px;
	float:left;
	background:url(Images/box_tria.png) center bottom no-repeat;
}
.media-box .bd {
	padding:0px;
	padding-top:32px;
}
.media-box .bd .pic {
	width:518px;
}
.media-box .bd .fbar {
	display:block;
	clear:both;
	color:#616161;
	background-color:#151515;
	border:#303030 1px solid;
	border-top:0px;
	padding:9px 19px 9px 19px;
}
.media-box .bd .fbar a.more {
	color:#9bc022;
}
.contact-detail{
}
.contact-detail .bd{
	padding-top:20px;
	padding-left:22px;
	padding-bottom:26px;
}
.contact-detail .cap{
	width:72px;
	float:left;
	line-height:18px;
}
.contact-detail .val{
	width:220px;
	float:left;
	font-weight:bold;
	line-height:18px;
}
.contact-form{
}
.contact-form dl.l-dl,.contact-form dl.r-dl{
	width:425px;
	padding-bottom:18px;
}
.contact-form dl.r-dl{
	float:right;
}
.contact-form dl.l-dl{
	float:left;
}
.contact-form dl dt{
	width:52px;
	float:left;
	padding-top:8px;
}
.contact-form dl dd{
	width:338px;
	float:left;
}
.contact-form dl.l-dl dd .txt, .contact-form dl.r-dl dd .txt{
	width:329px;
	display:block;
}
.contact-form .bd{
	padding-left:40px;
	padding-right:0;
	padding-top:25px;
	padding-bottom:25px;
}
.contact-form dl.attach dd .txt{
	width:175px;
	float:left;
}
.contact-form dl.r-dl dd .btn{
	float:right;
	margin-top:4px;
}
.contact-form dl.b-dl{
	display:block;
	clear:both;
}
.contact-form dl.b-dl dd{
	width:818px;
}
.contact-form dl dd textarea.txt{
	width:810px;
	height:119px;
	overflow:auto;
	clear:both;
	padding:3px;
}
.contact-form dl.b-dl dd .btn{
	float:right;
	margin-top:5px;
}

.contact-map .hd {
	position: relative;
	z-index: 5;
}

.contact-map .hd .sub-title,
.contact-map .hd .sub-title a{
	color:#333333;
	font-weight:bold;
}
.contact-map .bd{
	padding:0px;
}
.contact-map .bd .fd,
.facilities .bd .fd,
.step-box .bd .fd,
.calendar .bd .fd,
.news-list .bd .fd {
	background:url(Images/contact_map_fd.jpg) left top repeat-x;
	height:30px;
	display:block;
	clear:both;
	padding:0px;
	border-top:#b9b9b9 1px solid;
}
.facilities .bd{
	padding:0px;
}
.facilities .bd .detail{
	border-bottom:#b9b9b9 1px solid;
	display:block;
	clear:both;
	padding:10px;
}
.facilities .bd .detail .pic{
	width:114px;
	float:left;
}
.facilities .bd .detail .info{
	float:left;
	width:575px;
	margin-left:50px;
	padding-top:20px;
}
.facilities .bd .detail .info h2{
	color:#262626;
	font-size:14px;
	padding-bottom:5px;
}
.facilities .bd .detail .info span{
	color:#7e7d7d;
	font-size:10px;
}
.facilities .bd .detail .info span a{
	font-size:11px;
	font-weight:bold;
	margin-right:3px;
}
.facilities .bd .detail .info p{
	color:#333333;
	line-height:16px;
	padding-top:5px;
}
.facilities .bd .fd{
	border-top:0px;
}
.history .bd p a.green, .news .bd span a.green{
	font-weight:bold;
	font-size:11px;
}
.history .bd .pic, .news .bd .pic{
	float:right;
}
.history .bd .pic img, .news .bd .pic img{
	padding-bottom:5px;
}
.news .bd span{
	color:#7e7d7d;
}
.box .hd .sbar{
	width:170px;
	float:right;
	margin-right:10px;
	margin-top:5px;
}
.box .hd .fbar{
	width:228px;
	float:right;
	margin-top:5px;
	margin-right:3px;
}
.box .hd .fbar span{
	color:#333333;
	font-weight:bold;
	padding-right:3px;
}
.box .hd .fbar select{
	width:135px;
}
.box .hd .sbar .btn{
	float:right;
}
.box .hd .sbar input.txt{
	float:right;
	border:#c1c1c1 1px solid;
	background:#fff;
	height:18px;
	width:140px;
	border-right:0px;
	padding-left:3px;
}
.comments .bd{
	padding:0px;
	padding-bottom:15px;
}
.comments .bd .list {
	border-bottom: #CCC 1px solid;
	padding:25px;
	padding-bottom:0px;
}
.comments .bd .msg{
	border-bottom:#cccccc 1px solid;
	font-size: 12px;
	margin: 0 0 10px;
}
.comments .bd .last{
	border-bottom:0px;
}
.comments .bd .msg span{
	color:#7e7d7d;
}
.comments .bd .msg a{
	font-weight: bold;
	color: #99C027;
}
.comments .bd .msg p{
	color:#333;
	padding-bottom:10px;
}
.comments .bd .comment-area{
	display:block;
}
.comments .bd .comment-area h2{
	color:#333333;
	font-size:13px;
	padding-left:25px;
	padding-top:15px;
	padding-bottom:10px;
}
.comments .bd .comment-area .comment-form{
	width:625px;
	display:block;
	clear:both;
	margin:0 auto;
}
.comments .bd .comment-area .comment-form .txt{
	width:622px;
	height:80px;
	border:#e1e1e1 1px solid;
	background-color:#f7fed6;
	padding:2px 3px;
	overflow:auto;
}
.comments .bd .comment-area .comment-form .btn{
	clear:both;
	float:right;
	margin-top:7px;
}
.grid .bd{
	padding:0px 0px 10px;
}
.grid{
	clear:both;
}
.grid .header{
	background:url(Images/grid_header.jpg) left top repeat-x;
	height:21px;
	padding-left:1px;
}
.grid .header .col{
	background:url(Images/grid_header_line.jpg) left top no-repeat;
	color:#999999;
	padding-left:0px;
	padding-top:4px;
	height:17px;
}
.grid .header .w{
	background:url(Images/grid_header_wline.jpg) left top no-repeat;
}
.grid .header .light{
	color:#fff;
	font-weight: bold;
}
.draw .header .no{
	width:40px;
	padding-left:0px;
	text-align:center;
}
.grid .header .col{
	background-color:#111;
}
.grid .col{
	padding-top:4px;
	padding-bottom:2px;
	height:14px;
	text-indent:11px;
	margin:0px;
}
.grid .header .no{
	width:42px;
	padding-left:0px;
	text-align:center;
}
.grid .header .no{
	width:42px;
	padding-left:0px;
	text-align:left;
	text-indent:5px;
}
.grid .no b{
	width:20px;
	background-color:#e5e5e5;
	display:block;
	text-align:center;
	border-left:#ffffff 7px solid;
}
.grid .body{
	display:block;
	clear:both;
}
.grid .li{
	height:21px;
	margin:0px;
	padding:0px;
}
.grid .active .col{
}
.grid .no{
	padding-top:0px;
	padding-bottom:0px;
	height:20px;
}
.grid .no b{
	padding-top:4px;
	padding-bottom:3px;
	font-weight:normal;
	text-align:center;
	text-indent:-2px;
}
.grid .active .col, .grid .active .no b{
	color:#fff;
}
.grid .li .green{
	color:#99cc00;
}
.grid .active{
	background-color:#333333;
}
.grid .active .no b{
	background-color:#333333;
}
.grid .active .col{
	background-color:#333333;
}
.side-grid .active .col, .side-grid .active .no b{
	color:#949494;
}
.side-grid .active .light{
	color:#ffffff;
	font-weight:bold;
}
.side-grid .more{
	display:block;
	clear:both;
	padding-top:20px;
	padding-left:20px;
}
.side-grid .more a{
	/* color:#8db500; */
	font-weight:bold;
}
.side-grid .body .no b{
	margin-left:4px;
}
.draw .cl1{
	width:54px;
}
.draw .cl2{
	width:61px;
}
.draw .cl3{
	width:94px;
}
.draw .cl4{
	width:128px;
}
.draw .cl5{
	width:13px;
}
.draw .cl6{
	width:128px;
}
.ladder-bar .header .no, .ladder-bar .body .no{
	width:26px;
}
.ladder-bar .cl1{
	width:172px;
	text-indent:9px;
}
.ladder-bar .cl2{
	width:26px;
}
.ladder-bar .cl3{
	width:26px;
}
.ladder-bar .cl4{
	width:26px;
}
.ladder .header .no,.ladder .no{
	width:45px;
}
.ladder .cl1{
	width:165px;
}
.ladder .cl2{
	width:50px;
}
.ladder .cl3{
	width:40px;
}
.ladder .cl4{
	width:39px;
}
.ladder .cl5{
	width:50px;
}
.ladder .cl6{
	width:67px;
}
.ladder .cl7{
	width:89px;
}
.ladder .cl8{
	width:70px;
}
.ladder .cl9{
	width:43px;
}
.ladder .cl10{
	width:47px;
}
.ladder .cl11{
	width:68px;
}
.ladder .cl2, .ladder .cl3, .ladder .cl4, .ladder .cl5, .ladder .cl6,
.ladder .cl7, .ladder .cl8, .ladder .cl9, .ladder .cl10, .ladder .cl11{
	text-align:center;
}
.ladder .no b{
	background:#E5E5E5;
	color:#262626;
}
.ladder .active {
}
.ladder .active .no b{
	font-weight: bold;
	color:#262626;
	background-color:#808b0c;
}
.ladder .header .col{
	color:#ffffff;
}
.ladder .col{
	color:#2d2f25;
}
.ladder .active .col{
	color:#2d2f25;
	background-color:#AFD014;
}
.ladder .active .light{
	font-weight: bold;
}

.team-roster{
}
.team-roster .hd .sub-title{
	color:#333333;
	font-weight:bold;
}
.team-roster .bd{
	padding:0px;
}
.team-roster .bd .detail{
	border-bottom:1px solid #B9B9B9;
	display:block;
	clear:both;
	padding:10px;
}
.team-roster .bd .detail .pic{
	width:83px;
	float:left;
}
.team-roster .bd .detail .info{
	width:670px;
	float:left;
	padding-top:20px;
}
.team-roster .bd .detail .info a{
	color:#8db500;
	font-weight:bold;
	margin-right:16px;
}
.team-roster .bd .detail .info a.msg-player{
	background:url(Images/icon_msg_player.jpg) left top no-repeat;
	padding-left:25px;
	color:#7e7d7d;
	font-weight:normal;
}
.team-report{
}
.team-report .bd{
	padding:0px;
}
.team-report .bd .detail{
	padding:10px;
	border-bottom:#b9b9b9 1px solid;
}
.team-report .bd .detail a{
	font-weight:bold;
}
.team-report .bd .detail a.r-more{
	color:#7e7d7d;
}
.team-report .bd .detail .pic{
	width:113px;
	float:left;
	text-align:center;
}
.team-report .bd .detail .pic .logo{
	padding-top:20px;
	padding-bottom:10px;
	display:block;
	clear:both;
	margin:0 auto;
}
.team-report .bd .detail .info{
	width:580px;
	float:left;
	margin-left:40px;
	margin-top:10px;
}
.team-report .bd .detail .info h2{
	font-weight:normal;
	font-size:16px;
	color:#262626;
	padding-bottom:9px;
}
.team-report .bd .detail .info span{
	color:#7e7d7d;
	padding-bottom:7px;
	display:block;
}
.team-report .bd .detail .info p{
	color:#7e7d7d;
	padding-bottom:6px;
}
.team-report .bd .detail .info p.fbar a.vieo{
	margin-left:20px;
}
.team-roster .bd .last{
	border-bottom:0px;
}
.team-report .bd .last{
	border-bottom:0px;
}
.team-galleries{
}
.team-galleries .bd{
	padding:0px;
}
.team-galleries .bd .galleries{
	display:block;
	margin-left:20px;
	margin-right:20px;
}
.team-galleries .bd .galleries .in-content{
	width:514px;
	clear:both;
	height:422px;
	display:block;
	margin:0 auto;
}
.team-galleries .bd .galleries .in-content img{
}
.team-galleries .bd .galleries .in-content span{
	color:#333333;
	padding-top:20px;
	padding-bottom:10px;
	display:block;
	text-align:center;
}
.team-galleries .bd .galleries .pic-nav{
	display:block;
	clear:both;
}
.galleries .pic-nav .nav-left{
	color:#666666;
	float:left;
	background:url(Images/icon_nav_prev.jpg) left top no-repeat;
	height:16px;
	padding-left:30px;
	padding-top:6px;
	margin-right:30px;
}
.galleries .pic-nav .nav-right{
	color:#666666;
	float:right;
	background:url(Images/icon_nav_next.jpg) right top no-repeat;
	height:16px;
	padding-right:30px;
	padding-top:6px;
}
.galleries .pic-nav .thumb{
	width:74px;
	height:74px;
	float:left;
	margin-right:2px;
}
.galleries .f-note{
	display:block;
	padding-top:22px;
	padding-bottom:12px;
}
.galleries .f-note .share{
	float:right;
	background:url(Images/icon_share.jpg) left top no-repeat;
	height:16px;
	padding-left:30px;
	padding-top:6px;
	color:#666666;
	
}
.galleries .f-note p{
	line-height:21px;
	color:#666666;
}
.galleries .f-note p a.green{
	font-weight:bold;
	margin-right:7px;
	margin-left:2px;
}
b.green{
	color:#8db500;
}
.comments .bd .list .msg{
	display:block;
	clear:both;
	position:relative;
	/*z-index:0;*/
}
.comments .bd .list .msg .msg-close{
	background:url(Images/icon_comment_close.jpg) left top no-repeat;
	height:6px;
	width:6px;
	text-indent:99999em;
	overflow:hidden;
	position:absolute;
	right:-12px;
	top:10px;
	/*z-index:1;*/
}
#content .main{
	width:775px;
	display:block;
	float:left;
	margin-left:10px;
	display: inline;
}
#content .main .left-content{
	margin-left:0px;
}
.recent-results{
}
.recent-results .bd{
	padding-top:12px;
}
.recent-results .bd .li{
	display:block;
	clear:both;
	line-height:16px;
}
.recent-results .bd .li b{
	float:right;
	font-weight:normal;
}
.recent-results .bd .li a.green{
	font-weight:bold;
	font-size:10px;
}
.recent-results .bd .view{
	display:block;
	padding-bottom:10px;
}
.box .hd .s-title{
	font-size:12px;
	padding-top:7px;
}
.home-ladder-bar .bd{
	padding-bottom:45px;
}
.draw .no{
	width:42px;
}
.comp-ladder .bd {
	padding-bottom:0px;
}
.comp-ladder .bd .fd {
	background:transparent url(Images/contact_map_fd.jpg) repeat-x scroll left top;
	border-top:1px solid #B9B9B9;
	clear:both;
	display:block;
	height:30px;
	padding:0;
	margin-top:10px;
}
.teams-box .bd .detail .info{
	padding-top:10px;
	margin-left:40px;
}
.teams-box .bd .detail .info span a.action{
	margin-right:10px;
	margin-left:10px;
}
.teams-box .bd .detail .pic img{
	margin-left:45px;
	margin-top:15px;
}
.comp-box{
}
.comp-box .bd{
}
.comp-box .bd .detail .pic{
	width:50px;
}
.comp-box .bd .detail .info{
	width:420px;
	margin-left:24px;
	padding-top:9px;
}
a.red{
	color:#ff0000;
}
.admin-note{
	display:block;
	clear:both;
	padding-bottom:12px;
	line-height:18px;
}
.admin-content .nav, .admin-content .admin-note{
	padding-left:25px;
}
.box .hd .steps{
	float:left;
	margin-top:4px;
	margin-left:109px;
}
.box .hd .steps span{
	float:left;
	background:url(Images/icon_step.jpg) left top no-repeat;
	width:23px;
	height:20px;
	color:#ffffff;
	font-weight:bold;
	margin-right:12px;
	text-align:center;
	padding-top:4px;
}
.box .hd .steps span.current{
	float:left;
	background:url(Images/icon_step_active.jpg) left top no-repeat;
	width:23px;
	height:20px;
	color:#000000;
	font-weight:bold;
	margin-right:12px;
	text-align:center;
	padding-top:4px;
}

/* step box */
.step-box {}

.step-box .bd {
	border: 1px dotted #919090;
	border-top: none;
	
}

.step-box .bd h2{
	padding-bottom:25px;
	padding-top:0px;
	color:#333333;
	font-size:12px;
}
.step3-form{
	width:362px;
	height:400px;
	min-height:400px;
	float:left;
}
.step-box .bd .txt{
	width:246px;
	color:#333333;
}
.step-box .bd textarea.txt{
	width:246px;
	height: 75px;
	color:#333333;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	padding: 3px;
}
	.step-box .bd .disabled {
		background: #EEE;
	}
.step-box .bd .bbar{
	display:block;
	clear:both;
	padding-bottom:20px;
	height:25px;
}
.step-box .bd .bbar span{
	float:right;
	padding-top:5px;
	padding-right:10px;
}
.step-box .bd .bbar .btn{
	float:right;
	margin-left: 10px;
	display: inline;
}
.step-box .bd dl {
	display:block;
	clear:both;
	padding-bottom:15px;
	zoom: 1;
}
.step-box .bd dl:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
	.step-box .bd dl dt {
		width:100px;
		float:left;
		text-align:right;
		padding-top:10px;
		padding-right:8px;
	}
		
	.step-box .bd dl dd {
		width:253px;
		float:left;
	}
	
		.step-box .bd dl.full-width dd {
			width: auto;
		}
		
			.step-box .bd dl dd input[type=checkbox] {
				margin-right: 5px;
				vertical-align: -2px;
			}
		
	.step-box .bd dl dd.file-upload {
		padding-top: 3px;
	}
	
	.step-box .bd dl dd.text-only {
		padding-top: 10px;
	}

.step-box .bd dl .checkbox-list {
	display: block;
	padding-top: 10px;
}

	.ie6 .step-box .bd dl .checkbox-list,
	.ie7 .step-box .bd dl .checkbox-list {
		padding-top: 7px;
	}

.step-box .bd dl .checkbox-list input {
	margin-left: 7px;
	margin-right: 3px;
	vertical-align: middle;
}

.step-box .bd dl .checkbox-list label {
	font-weight: bold;
}

.step-box p {
	margin: 0 0 15px;
}

.previewImg {
	margin-left: 25px;	
}

/* date selector drop downs */
.dateSelDay {
	width: 62px;
}
.dateSelMonth {
	width: 70px;
}
.dateSelYear {
	width: 70px;
}
/* /date selector drop downs */
.tip{
	background:#feea0c;
	border:#c8b90d 1px solid;
	color:#333333;
	padding:20px;
	position:relative;
	/*z-index:0;*/
}
.tip a.close{
	background:url(Images/icon_tip_close.jpg) left top no-repeat;
	height:6px;
	width:6px;
	display:block;
	/*z-index:1;*/
	position:absolute;
	right:10px;
	top:10px;
	text-indent:99999em;
	overflow:hidden;
}
.tip h3 {
	font-size:13px;
	padding-bottom:6px
}
.tip p {
	line-height:17px;
	padding-bottom:5px
}
.step3-tip{
	float:right;
	width:280px;
}
.step-box .step-main {
	display:block;
	clear:both;
	padding:30px 24px;
}

.step-box .step-main .action-link {
	display:block;
	float:left;
	padding:0 10px;
	width:70px;
}

.step5-form{
	display:block;
	clear:both;
	border:#b9b9b9 1px solid;
	border-bottom:0px;
	margin-top:11px;
	margin-bottom:17px;
}
.step-box .fbar{
	display:block;
	clear:both;
	padding-top:8px
}
.step-box .fbar .btn{
	float:right;
	margin-right:15px;
}
.step-box .fbar .btn-left{
	float:left;
	margin-left:15px;
}
.forms .detail{
	border-bottom:#b9b9b9 1px solid;
	padding:8px;
}
.forms .detail .cl1{
	width:65px;
	float:left;
	padding-top:28px;
}
.forms .detail .cl2{
	width:75px;
	float:left;
}
.forms .detail .cl3{
	width:75px;
	float:left;
	margin-left:30px;
	text-align:right;
	padding-top:28px;
	padding-right:6px;
}
.forms .detail .cl4{
	width:370px;
	float:left;
	padding-top:18px;
}
.forms .detail .cl4 .txt{
	width:356px;
}
.forms .detail .cl5{
	width:65px;
	float:right;
	padding-top:23px;
}
.forms .edit-info .cl4{
	padding-top:28px;
	padding-left:6px;
	width:364px;
}
a.add{
	background:url(Images/btn_add.jpg) left top no-repeat;
	width:55px;
	height:26px;
	display:block;
	overflow:hidden;
	text-indent:99999em;
}

.step-box .bd .bbar .check{
	margin-right:7px;
}

/* Added in by Phil */
.arcticle-content {
	display:block;
	clear:both;
	margin-top:20px;
	margin-bottom:14px
}
.admin-comp-box .bd {
	border:#b9b9b9 1px solid;
	border-top:0px
}
.admin-comp-box .bd .fd {
	border:0px
}
.comp-table {
	border-collapse:collapse;
}
.comp-table td {
	border:#b9b9b9 1px solid;
}
.comp-table th {
	background:url(Images/admin_comp_table_hd.gif) left top repeat-x;
	font-weight:bold;
	border-top:0px;
	text-align: left;
	padding: 7px 13px 7px 16px;
	border: #b9b9b9 1px solid;
}
.comp-table th div {
	height:23px;
	padding-top:7px;
	display:block
}
.comp-table th.up, .comp-table th.down {
	cursor:pointer;
}
.comp-table th.up div {
	background:url(Images/icon_table_up.gif) right 7px no-repeat
}
.comp-table th.down div {
	background:url(Images/icon_table_down.gif) right 7px no-repeat
}
.comp-table td {
	padding-left:16px;
	padding-right:13px;
	padding-top:10px;
	padding-bottom:10px
}
.comp-tb1 {
}
.comp-table .first {
	border-left:0px
}
.comp-table .last {
	border-right:0px
}
.comp-tb1 .cl1 {
	width:70px;
}
.comp-tb1 .cl2 {
	width:123px
}
.comp-tb1 .cl3 {
	width:57px;
	padding-left:0px;
	padding-right:0px;
	text-align:center
}
.comp-tb1 .cl4 {
	width:71px;
	padding-right:0px
}
.comp-tb1 .cl5 {
	width:67px
}
.comp-tb1 .cl6 {
	width:260px;
	padding-right:0px
}
.comp-tb1 .action {
	width:105px;
	color:#8db500;
	font-weight:bold;
	float:left;
	margin-right:25px;
	display:block;
	margin-bottom:2px
}
.comp-tb1 .checkbox {
	width: 15px;
	text-align: center;
	padding-left: 13px;
}
.comp-tb1 .actions {
	width: 200px;
}
.comp-tb1 .actions a {
	font-weight: bold;
	float: left;
	width: 100px;
}
.comp-step1 {
	width:372px
}
.step-box .bd .comp-step1 dl dd {
	width:263px;
	z-index:0
}
.no-border-box .bd {
	border:0px
}
.step-box span.text {
	padding-left:5px;
	padding-top:12px;
	display:block
}
.admin-comp-step-form {
	width:362px;
	float:left
}
.step-box .bd .table-body {
	border:1px solid #B9B9B9;
	border-top: none;
	margin-top:20px
}
	.step-box .bd .table-body a {
		color: #8db500;
		font-weight: bold;
	}
	.step-box .bd .table-body a:hover {
		text-decoration: underline;
	}
.step-box .bd .table-body .fd {
	border-top:0px
}
.step-box .bd .table-body .comp-tb1 .action {
	clear:both
}
.admin-comp .fbar {
	padding-top:8px
}
.step-box .bd .last-bar {
	padding-bottom:0px
}

/* Comp table 3 */
.comp-tb3 td, .comp-tb3 th {
	padding-left: 7px;
	padding-right: 7px;
}

.btn-file {
	background:url(../Images/btn_browser.gif) right top no-repeat
}
.step-box .btn-file {
	margin-top:7px
}
.inbox #top {
	border-bottom:0px
}
.inbox #top #header {
	height:68px;
	min-height:68px
}

#loading 
{
	position: absolute;
	top: 0;
	right: 0;
	background-color: Red;
	color: White;
	font-size: 11px;
	font-weight: bold;
	padding: 3px;
}

/* sponsors */
.box .hd .l-fbar .sponsor-levels {
	padding-top: 3px;
	float: left;
}

.ie6 .box .hd .l-fbar .sponsor-levels,
.ie7 .box .hd .l-fbar .sponsor-levels {
	padding-top: 4px;
}

	.box .hd .l-fbar .sponsor-levels li {
		float: left;	
	}

	.box .hd .l-fbar .sponsor-levels li a:hover,
	.box .hd .l-fbar .sponsor-levels li a:hover span {
		text-decoration: underline;
	}

	.box .hd .l-fbar .sponsor-levels li span {
		font-weight: bold;
		font-size: 12px;
		color: #333;
		width: auto;
		padding-right: 15px;
	}

.box .hd .l-fbar .search-box {
	float: left;
	padding-top: 2px;
	margin-right: 10px;
	display: inline;
}

.ie6 .box .hd .l-fbar .search-box,
.ie7 .box .hd .l-fbar .search-box {
	padding-top: 0;
}

	.box .hd .l-fbar .search-box input {
		width: 100px;
	}

.box .hd .l-fbar .select-industry {
	float: left;
	padding-top: 2px;
}

	.box .hd .l-fbar .select-industry select {
		width: 100px;
	}

.ie6 .box .hd .l-fbar .search-box,
.ie6 .box .hd .l-fbar .select-industry,
.ie7 .box .hd .l-fbar .search-box,
.ie7 .box .hd .l-fbar .select-industry {
	padding-top: 0;
}

.box .hd .l-fbar select,
.box .hd .l-fbar input {
	vertical-align: middle;
}

.sponsors-listing .list-item a.pic {
	width: 185px;
	float: left;
}

.sponsors-listing .list-item .pic img {
	border: none !important;
	margin: 0 auto;
	display: block;
	float: none;
	padding-top: 20px;
}

.sponsors-listing .list-item .pic img.auto {
	height: auto;
}

.sponsors-listing .list-item .copy {
	padding-left: 195px;
}

.sponsors-listing h2 .gold {
	color: #c9b907;
}

.sponsors-listing h2 .silver {
	color: #bdbdbd;
}

.sponsors-listing h2 .bronze {
	color: #a04e25;
}

	
	.box .sponsor-map {
		padding: 0;	
	}
	
	.box .view-sponsor {
		padding: 20px 40px 30px;
	}
	
		.box .sponsor-logo {
			margin: 0 0 20px;
		}
		
		.box .view-sponsor h3 {
			font-size: 12px;
		}
		
		.box .member-since {
			color: #999;
			margin: 2px 0 10px;
		}
		
		.box .sponsor-details {
			width: 260px;
			float: left;	
		}
		
		.box .sponsor-details address {
			font-style: normal;
			font-weight: bold;
			line-height: 1.7em;
		}
		
		.box .sponsor-desc {
			float: left;
			width: 400px;
			font-size: 12px;
		}
		
	/* sports teams */
	.sports-team {
		padding: 10px 0;
		border-bottom: 1px solid #c9c9c9;
	}
		
		.sports-team .team-checkbox {
			margin-right: 10px;
		}
		
		.sports-team h3 {
			display: inline;
			padding-right: 50px;
			font-size: 12px;
		}
		
		.sports-team a {
			color: #8db500;
		}
		
		.sports-team a:hover {
			text-decoration: underline;
		}
		
		.sports-team .util-link {
			padding-right: 10px;
			border-right: 1px solid #666;
			margin-right: 10px;	
		}

	.top-nav .login-bar span.smallRight {
		padding-right:2px;
	}
		
	.top-nav .login-bar span.smallLeft {
		padding-left:1px;
	}
		
.step-tip {
	float:right;
	width:280px;
}

.step-form {
	float:left;
	/* min-height:480px; */
	width:362px;
}

	.ie6 .step-form {
		/* height:480px; */
	}

.wide-step-form {
	border-color:#B9B9B9 #B9B9B9 -moz-use-text-color;
	border-style:solid solid none;
	border-width:1px 1px 0;
	clear:both;
	display:block;
	margin-bottom:17px;
	margin-top:11px;
}

.wide-step-form .detail {
	border-bottom:1px solid #B9B9B9;
	padding:8px;
}

.wide-step-form .detail .cl1 {
	float:left;
	padding-top:28px;
	width:65px;
}

.wide-step-form .detail .cl2 {
	float:left;
	width:130px;
}

.wide-step-form .detail .cl3 {
	float:left;
	margin-left:30px;
	padding-right:6px;
	padding-top:28px;
	text-align:right;
	width:75px;
}

.wide-step-form .edit-info .cl4 {
	padding-left:6px;
	padding-top:28px;
	width:364px;
}
.wide-step-form .detail .cl4 {
	float:left;
	padding-top:18px;
	width:370px;
}

.wide-step-form .detail .cl5 {
	float:right;
	padding-top:23px;
	width:65px;
}

.HelperText {
	background: #FFF;
	border: 1px solid #CCC;
	display: none;
	width: 300px;
	overflow: hidden;
	padding: 15px;
	position: absolute;
	z-index: 10;
}

/* forgotten password */
.forgotten-pass-form {}

	.forgotten-pass-form .step-form {
		width: auto;
		float: none;
	}
	
	.forgotten-pass-form .required-message {
		display: block;
		margin-left: 108px;
	}
	
	.forgotten-pass-form .validation-message {
		margin: 0 0 15px 108px;
	}
	
	.forgotten-pass-form .bbar {
		width: 362px;
		margin-top: 15px;
	}
	
.rememberme-help {
	vertical-align: middle;
	margin-left: 5px;
	cursor: pointer;
}

/* reset password */
.pass-weak, .pass-moderate, .pass-good, .pass-strong {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	padding-top: 3px;
	background: #efefef;
}

.pass-weak {
	color: #333;
}

.pass-moderate {
	color: #ff9600;
}

.pass-good {
	color: #63b92a;
}

.pass-strong {
	color: #0b51a0;
}

/* news */
.news-list .bd {
	padding: 0;	
	background: #FFF;
}

.news-list .box {
	margin: 0;	
}

	.news-list .box .fd {
		border-top: 0;
	}
	
.news-list .hd .l-fbar {
	float: right;	
}

	.news-list .hd .l-fbar select,
	.news-list .hd .l-fbar input {
		vertical-align: middle;
	}
	
	.news-list .hd .l-fbar .btn {
		margin-right: 10px;
	}

.news-item {
	clear: both;
	padding: 10px;
	border-bottom: 1px solid #c9c9c9;
	zoom: 1;
}

.news-item::after {
	content: ".";
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}

	.news-item .promo_image {
		float: left;	
	}
	
	.news-item .copy {
		margin-left: 145px;
		padding: 15px 0;
	}
	
		.news-item .copy h2 {
			font: bold 15px Tahoma, Verdana, sans-serif;
			margin: 0 0 5px;
		}
		
		.news-item .copy p {
			font: 12px Tahoma, Verdana, sans-serif;
			margin: 0 0 5px;
			color: #333;
		}
		
		.news-item .copy .date {
			color: #7e7d7d;
		}
		
		.news-item .copy a {
			color: #99C027;
			font-weight: bold;
		}
		
.admin-businesslisting-info .invite-details div
{
	float: left;
	padding:0 5px;
}
		
.media-pod {
	margin: 0 0 50px;	
}

.comment-list {
	padding: 20px 20px 0;
	border-bottom: 1px solid #CCC;
}

.comment-error {
	padding: 15px 20px 0;
	margin: 0;
	font-size: 12px;	
}

/* competitions */
.draw-table {
	width: 100%;	
}

	.draw-table th, .draw-table td {
		padding: 5px 2px 3px 10px;
	}
	
	.draw-table th {
		background: #000;
		color: #999;
		text-align: left;
		border-right: 1px solid #383838;
	}
	
		.draw-table th.center {
			text-align: center;
			padding-left: 0;
			padding-right: 0;
		}
		
		.draw-table th.bold {
			font-weight: bold;
			color: #FFF;	
		}
		
		.draw-table th.last {
			border-right: none;
		}
		
	.draw-table td {
		border-bottom: 1px solid #FFF;
		padding-top: 0;
		padding-bottom: 0;
	}
	
	.draw-table td.round-no {
		padding: 0;
	}
	
	.draw-table td.center {
		text-align: center;
		padding-left: 4px;
		padding-right: 4px;
	}
	
		.draw-table td.round-no strong {
			background: #E5E5E5;
			font-weight: normal;
			display: block;
			margin: 0 auto;
			padding: 4px 0;
			text-align: center;
		}
		
/* homepage */
.create-club-finished {
	background: #BBD832;
	padding: 7px;
	margin: 0 0 12px;
}

	.create-club-finished h2 {
		font-size: 12px;
		font-weight: normal;
	}

	.create-club-finished a {
		color: #424242;
		cursor: pointer;
		text-decoration: underline;
	}
	
.editlinksuboptions {
	position: absolute;
	display: none;
	background-color: white;
	border: 1px #cccccc solid;
}

.editlinksuboptions a {
	margin: 10px;
	display: block;
}

.highlight-search{
	background-color:Yellow;
}

/* Panel to show a summary of contact information */		
.contactdetailsvertical{
	text-align:center;
}
	
	.contactdetailsvertical .imagecontainer{
		width:100px;
		height:90px;
		overflow:hidden;
		margin-right:auto;
		margin-left:auto;
	}
	
	.contactdetailsvertical .details{
		clear:both;
	}
	
	.contactdetailsvertical .details .name{
		font-size:120%;
		font-weight:bold;
		clear:both;
		float:none;
		margin-bottom:25px;
	}
	
	.contactdetailsvertical .details .dataitems{
		text-align:left;
		width:96%;
		margin-left:auto;
		margin-right:auto;
		border-top:1px #cccccc solid;
		border-bottom:1px #cccccc solid;
	}
	
	.contactdetailsvertical .details .dataitems .key{
		margin-top:3px;
		margin-bottom:3px;
		font-weight:bold;
		width:50px;
		height:15px;
		overflow:hidden;
		float:left;
	}
	
	.contactdetailsvertical .details .dataitems .value{
		margin-top:3px;
		margin-bottom:3px;
		height:15px;
		overflow:hidden;
		clear:right;
		
	}

/* contact card */
.Popup .contact-card-container {
	min-height: 255px;
	display: none;
}

/* email card */
.Popup .email-card-container {
	min-height: 160px;
	display: none;
}

.ie6 .Popup .contact-card-container {
	height: 255px;
}

.Popup .contact-card-container .loading {
	font-size: 12px;
	font-weight: bold;
	color: #aaa;
	text-align: center;
	margin-top:40px;
}

.Popup .contact-img {
	float: left;
	border: 1px solid #c5c5c5 !important;
	margin-right: 10px;
	margin-bottom:5px;
}

.Popup .contact-info {
	margin-bottom: 10px;
	height: 105px;
}

.Popup .contact-details {
	float: left;
	padding: 0 0 10px;
	width:160px;
}
	
	.Popup .contact-details .add-to-contacts{
	}

	.Popup .contact-details h3 {
		font-size: 14px;
		margin: 0 0 7px;
	}
	
	.Popup .contact-email {
		font-weight: bold;
	}
	
	.Popup .live-updates {
		background: url(Images/icon_allteams_logo.gif) 0 1px no-repeat;
		color: #999;
		font-size: 10px;
		margin-top: 10px;
		padding-left: 18px;
		margin-bottom:5px;
	}
	
	.Popup .contact-email {
		width: 200px;
		overflow: hidden;
		display:block;
	}
		
	.Popup .contact-phone {
		width: 200px;
		overflow: hidden;
		display:block;
	}

.Popup .send-message {
	clear: both;
	margin-top: 10px;
}

.Popup .send-message hr {
	border-top: dotted 1px #000;
}

	.Popup .send-message h3 {
		font-size: 11px;
		background: url(Images/Comms/icon_message_unopened.gif) 11px 50% no-repeat;
		padding-left: 37px;
		margin-top: 10px;
		margin-bottom: 10px;
		width: 110px;
		margin-right: 15px;
	}
	
		.Popup .send-message h3 span {
/*			background: url(Images/Comms/send-message-arrow.gif) 100% 50% no-repeat; */
			display: block;
		}
	
	.Popup .send-message .send {
		clear: both;
		width: 362px;
		float: left;
		display:inline-block;
	}
	
		.Popup .send-message .send textarea {
			border: 1px solid #CCC;
			padding: 3px;
			width: 100%;
			height: 100px;
			font: 12px Verdana, Arial, Sans-Serif;
		}

/* /contact card */

.edit-small a {
	display: block;
	font-weight: bold;
	color: #333;
	padding-left: 26px;
	margin: 0 0 5px;
	background-position: 0 50%;
	background-repeat: no-repeat;
}
		
.edit-small a.edit-details {
	background-image: url(Images/icon_pencil.gif);
}
		
.edit-small a.delete {
	background-image: url(Images/icon_delete.gif);
}

.edit-small a.send-message {
	background-image: url(Images/icon_mail.gif);
}

.quicklinks_buttons{
	margin-left:0px;
}

.quicklinks_buttons a {
	width:100px;
	padding:4px;
	height:16px;
	margin:4px;
	text-align:center;
	float:left;
	font-weight:normal;
	background-color:#99C027;
	color:Black;
	text-decoration:none;
}

.pagetitle {
	margin-bottom:20px;
}

.pagetitle .title {
	font-family:Trebuchet MS;
	color:#424242;
	font-size:16px;
	float:left;
	margin:5px;
}
.pagetitle .navigatedown {
	float:left;
	margin-top:10px;
	margin-left:3px;
	margin-right:3px;
	font-size:14px;
	font-weight:bold;
	background:url('Images/navigate_down.gif') no-repeat;
	display:block;
	width:20px;
	height:14px;
	cursor:pointer;
}
.pagetitle .navigateup {
	float:left;
	margin-top:10px;
	margin-left:3px;
	margin-right:3px;
	font-size:12px;
	font-weight:bold;
	background:url('Images/navigate_up.gif') no-repeat;
	display:block;
	width:20px;
	height:14px;
	cursor:pointer;
}

.pagetitle .links {
	height:20px;
}

.pagetitle .links a {
	float:left;
	margin:5px;
	font-size:12px;
}

.pagetitle .links .admin-section {
	float:right;
	width:200px;
}
.pagetitle .links .admin-section a{
	float:right;
	color:#aa0000;
}
.pagetitle .links .standard-section {
	margin-right:200px;
}

.pagetitle .parentlinks {
	float:left;
}
.pagetitle .parentlinks .sep {
	float:left;
	color:#777777;
	width:14px;
	margin-top:6px;
	margin-left:3px;
	margin-right:3px;
	height:20px;
	background:url('Images/navigate_right.gif') no-repeat;
}
.pagetitle .parentlinks a {
	float:left;
	margin:5px;
	font-family:Trebuchet MS;
	color:#777777;
	font-size:16px;
	text-decoration:underline;
}

/* temp links */
.temp-links {
	margin: 0 0 20px;
	display:none;
}

/* password strength indicator */
.pw-strength-box {
	border-style: solid;
	border-width: 1px;
	padding: 2px;
	vertical-align: middle;
	width: 200px;
}

.pw-strength-bar-vweak 
{
	background-color: #FFF798;
}

.pw-strength-bar-weak 
{
	background-color: #FEF22E;
}

.pw-strength-bar-average 
{
	background-color: #F9911E;
}

.pw-strength-bar-good 
{
	background-color: #F12528;
}

.pw-strength-bar-vgood 
{
	background-color: #A01512;
}

/* edit context menus */
.edit-menu {
    float: right;
	position: relative;
	zoom: 1;
	z-index: 1;
}

.ontop {
	z-index: 10;
}    

    .edit-button {
        background: #afd014;
        border: 1px solid #89a216;
        color: #333;
        padding: 2px 5px;
        font: bold 11px Arial, Verdana, sans-serif;
        display: block;
        cursor: pointer;
        float: right;
        text-transform: lowercase;
    }
    
      .edit-button-export {
        background: #afd014;
        border: 1px solid #89a216;
        color: #333;
        padding: 2px 5px;
        margin-left:10px;
        font: bold 11px Arial, Verdana, sans-serif;
        display: block;
        cursor: pointer;
        float: right;
        text-transform: lowercase;
    }
    
	div.edit-menu-items {
        display: none;
        position: absolute;
        right: -9px;
        padding: 12px 14px 5px;
        width: 135px;
        border: 1px #89a216 solid;
		background-color: #afd014;
		top: -10px;
		z-index: 100;
		zoom: 1;
    }
    
		div.edit-menu-items span.menu-title-echo {
			color: #697d0c;
			display: block;
			margin: 0 0 13px;
			text-align: right;
			font: bold 11px Arial, Verdana, sans-serif;
			cursor: default;
			text-transform: lowercase;
		}
		
		div.edit-menu-items a {
			color: #232a04;
			display: block;
			margin: 0 0 5px;
			font: bold 11px Arial, Verdana, sans-serif;
		}
		
	/* updated style action menu */
	.edit-menu-wrapper .edit-menu {
		background: #84a01b url(Images/Generic/button-fade.gif) repeat-x;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		border-color: #7c9809;
		border: 1px solid #89a216;
	}
	
	.edit-menu-wrapper .edit-button {
		color: #FFF;
		background: url(Images/icon_green_plus.gif) 90% 50% no-repeat;
		padding: 5px 30px 5px 15px;
		font-size: 11px;
		text-shadow: #5b6d00 0 1px 1px;
		text-transform: none;
		border: none;
	}
    
/* middle nav */
.menu-dd {
	zoom: 1;
	position: relative; z-index:20;
}

	.menu-dd li {
		float: left;
	}
	
	.menu-dd li ul {
		display: none;
	}

	/* level one */
	.menu-dd .level-one {
		zoom: 1;
		position: relative;
		width: 100%;
	}
	
	.menu-dd .level-one:after {
		content: ".";
		clear: both;
		height: 0;
		visibility: hidden;
		display: block;
	}
	
	.menu-dd .level-one ul {
		zoom: 1;
		position: relative;
	}
	
		.menu-dd .level-one ul li {
			margin-top: 4px;
			position: relative;
			background-color:#1B1411;
            background-image:url("../Images/Nav/head_nav_breadcrumb_bg.jpg");
            background-position:left top;
            background-repeat:repeat-x;
			
		}
		
			.menu-dd .level-one ul li a {
				display: block;
				padding: 8px 15px 9px;
				text-transform: uppercase;
				font-weight: bold;
				font-size: 10px;
				color: #fff;
				outline:none;
			}
			
			.menu-dd .level-one ul li a.parent-menu {
				background: url(Images/Nav/arrow-slash-lightbrown.gif) 100% 50% no-repeat;
				padding-right: 33px;
			}
			
		/* active state */
		.menu-dd .level-one ul li.active {
			/*background: #BAD732 url(Images/Nav/level-two-bg.gif) repeat-x;
			border-right: 1px solid #89a216;
			border-left: 1px solid #89a216;
			border-top: none;*/
			margin: 0;
			background-image:url(Images/Nav/head_nav_overlay.png); background-repeat:repeat-x;
			background-color:#57680A;
            -moz-border-radius-topleft: 3px;
            -moz-border-radius-topright: 3px;
            -webkit-border-top-left-radius: 3px;
            -webkit-border-top-right-radius: 3px;

		}
		
			.menu-dd .level-one ul li.active a {
				/*color: #232a04;
				padding-top: 10px;*/
				padding-bottom:11px;
                padding-top:10px;
                color:#fff;
			}
			
		/* hover state */
		.menu-dd .level-one ul li.hover {
			background: #413731;
			border-top-color: #413731;
		}
		
			.menu-dd .level-one ul li.hover a {
				color: #FFF;
				text-decoration: none;
			}
			
			.menu-dd .level-one ul li.hover a.parent-menu {
				background-image: url(Images/Nav/arrow-slash-white.gif);
			}
			
		/* active hover state */
		.menu-dd .level-one ul li.active-hover {
			background: #57680a;
			border-top-color: #57680a;
		}
		
		/* club home button */
		.menu-dd .level-one ul li.club-home {
		    color:#fff;
            -moz-border-radius-topleft:3px;
            padding:0 0 0 9px;
			/*background: #a29784 url(Images/Nav/clubhome-unselected-bg.gif) repeat-x; 
			border-left: 1px solid #958b79;*/
			
		}
		
			.menu-dd .level-one ul li.club-home a {
				padding: 0;
			}
			
				.menu-dd .level-one ul li.club-home span.club-icon {
					padding: 8px 14px 9px 27px;
					color:#fff;
					background: url(Images/Nav/icon-home.gif) 0 8px no-repeat;
					display: block;
				}
				
				.ie6 .menu-dd .level-one ul li.club-home span.club-icon {
					display: inline-block;
					cursor: pointer;
				}
			
				.menu-dd .level-one ul li.club-home a.parent-menu span.club-icon {
					padding:8px 33px 9px 27px;
					background-position:0 6px;
				}
				
		/* club home hover state */
		.menu-dd .level-one ul li.club-home-hover {
			/*background: #645a4d url(Images/Nav/clubhome-hover-bg.gif) repeat-x;*/
			border-top-color: #5e564b;
			border-left-color: #5e564b;
		}
		
			.menu-dd .level-one ul li.club-home-hover a {
				color: #FFF;
			}
			
			.menu-dd .level-one ul li.club-home-hover a.parent-menu {
				background-image: url(Images/Nav/arrow-slash-white.gif);
			}
			
			.menu-dd .level-one ul li.club-home-hover ul {
				/*left: -1px;*/
			}
			
		/* club home active state */
		.menu-dd .level-one ul li.club-home-active {
			/*background: #BAD732 url(Images/Nav/level-two-bg.gif) repeat-x;
			border-right: 1px solid #89a216;
			border-left: 1px solid #89a216;
			border-top: none;*/
			margin: 0;
		}
		
			.menu-dd .level-one ul li.club-home-active a {
				/* color: #232a04; */
				padding-top: 0;
			}
			
			.menu-dd .level-one ul li.club-home-active span.club-icon {
				padding-top: 10px;
				padding-bottom:11px;
				color:#fff;
			}
			
		/* club home active hover state */
		.menu-dd .level-one ul li.club-home-active-hover {
			background: #57680a;
			border-top-color: #57680a;
			border-left-color: #57680a;
		}
		
			.menu-dd .level-one ul li.club-home-hover a {
				color: #FFF;
			}
		
	/* level two */
	.menu-dd .level-one ul ul {
		position: absolute;
		left: 0;
		clear: left;
		width: 200px;
		background: #413731;
		padding: 10px 0;
	}
	
		.menu-dd .level-one ul ul li {
			float: none;
			width: 100%;
			display: block;
			background: none;
			border: none;
			margin: 0;
		}
	
			.menu-dd .level-one ul li.hover ul li a,
			.menu-dd .level-one ul li.club-home ul li a {
				color: #CCC;
				padding: 5px 30px;
				background-image: none;
				text-transform: none;
				font-size: 11px;
				font-weight: normal;
			}
			
			.menu-dd .level-one ul li.active ul a.parent-menu,
			.menu-dd .level-one ul li.hover ul a.parent-menu {
				background-image: url(Images/Nav/submenu-arrow-brown.gif);
				background-position: 96% 50%;
				background-repeat: no-repeat;
			}
			
			.menu-dd .level-one ul li.hover ul li.hover a.parent-menu {
				background-image: url(Images/Nav/submenu-arrow-brown-sel.gif);
			}
			
			/* hover state */
			.menu-dd .level-one ul li.hover ul li.hover {
				background: #342c27;
			}
			
				.menu-dd .level-one ul li.hover ul li.hover a {
					text-decoration: underline;
					color: #FFF;
				}
			
		/* club home level two */
		
	/* level three */
	.menu-dd .level-one ul ul ul {
		background: #342c27;
		position: absolute;
		left: 200px;
		top: -10px;
		padding-bottom: 12px;
	}
	
	/* override for club home */
	.menu-dd .level-one ul li.club-home-hover ul ul {
		left: 200px;
	}
	
		.menu-dd .level-one ul ul ul li {
			float: none;
			width: 100%;
			display: block;
		}
	
		.menu-dd .level-one ul li.hover ul li.hover ul li a {
			color: #CCC;
			padding: 5px 20px;
			float: none;
			font-size: 11px;
			background: none !important;
		}
		
		.menu-dd .level-one ul li.hover ul li.hover ul a {
			text-decoration: none;
		}
		
		.menu-dd .level-one ul li.hover ul li.hover ul li.hover {
			background: #2a231f;
		}
		
			.menu-dd .level-one ul li.hover ul li.hover ul li.hover a {
				text-decoration: underline;
				color: #FFF;
			}
		
/* second tier */
.menu-dd .level-two-wrapper {
    width:945px;
    float:left;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    background-color:#ABBE23;
    border-bottom:4px solid #57680A;
    background-image:url('Images/Nav/head_nav_overlay.png'); background-repeat:repeat-x; background-position:0 10px;
	/*background: #bad732 url(Images/Nav/level-two-bg.gif) repeat-x;
	clear: left;
	width: 100%;
	visibility: hidden;*/
}

	.menu-dd .level-two {
        float:left; 
        /*border-width:1px; border-style:solid;*/
		/*background: url(Images/Nav/level-two-bg.gif) 0 100% repeat-x;
		zoom: 1;*/
	}
	    .menu-dd .level-two ul {
	        float:left;
	        /*overflow:hidden;*/
	    }

	/*.menu-dd .level-two:after {
		content: ".";
		clear: both;
		height: 0;
		visibility: hidden;
		display: block;
	}*/
			
		/* level one */
		.menu-dd .level-two ul li {
		    background-image:url('Images/Nav/head_nav_overlay.png'); background-repeat: no-repeat; background-position:top right;
		    border-right:1px solid #ABBE23;
		}
		.menu-dd .level-two ul li a {
			height:12px;
			display: block;
			color: #fff; text-shadow:1px 1px 2px #435008;
			padding: 13px 15px 14px;
			font-size: 12px; line-height:12px;
			font-weight: normal;
			white-space: nowrap;
			cursor: pointer;
			outline:none;
		}
		
		.menu-dd .level-two ul li a:hover {
			text-decoration: none;
		}
		
		.menu-dd .level-two ul li.active a,
		.menu-dd .level-two ul li.hover a {
			color: #FFF;
			background-color: #57680a;
			background-image:url('Images/Nav/head_nav_overlay.png'); background-repeat: no-repeat; background-position:0 10px;
		}
		
			.menu-dd .level-two ul li a.parent-menu {
				background-image: url(Images/Nav/arrow-white.gif);
				background-position: 100% 50%;
				background-repeat: no-repeat;
				padding-right: 20px;
			}
		
			.menu-dd .level-two ul li.hover a.parent-menu,
			.menu-dd .level-two ul li.active a.parent-menu {
				background-image: url(Images/Nav/arrow-white.gif);
			}
			
		/* admin menu */
		.menu-dd .level-two li.admin-link {
			position: absolute; top: 0; right: 0;
			border:none;
			background-color:#F8ED2E !important;
			background-repeat:repeat-x;
			-moz-border-radius-topleft:3px;
            -moz-border-radius-topright:3px;
            -webkit-border-top-left-radius:3px;
            -webkit-border-top-right-radius:3px;
			
		}
		
			.menu-dd .level-two li.admin-link a {
				text-transform: uppercase;
				font-weight: bold;
				font-size: 10px;
				padding-top: 10px;
				padding-bottom: 11px;
			}
			
		.menu-dd .level-two li.admin-link-hover {
			border-color: #b87e00;
		}
		
		.menu-dd .level-two li.admin-link-hover a,
		.menu-dd .level-two li.admin-link-hover a.parent-menu {
			background-color: #b87e00;
		}
		
		/* level two */
		.menu-dd .level-two ul ul {
			position: absolute;
			clear: left;
			background: #57680a;
			padding: 10px 0;
			width: 200px;
		}

			.menu-dd .level-two ul ul li {
				float: none;
				width: 100%;
				display: block;
				position: relative;
				border:none;
				zoom: 1;
			}

				.menu-dd .level-two ul ul li a {
					color: #FFF;
					padding: 5px 20px;
					background: none;
					font-weight: normal;
					font-size: 11px;
					white-space: normal;
				}
				
				.menu-dd .level-two ul ul li.hover a {
					background: #465308;
					text-decoration: underline;
				}
				
				.menu-dd .level-two ul li.active ul a.parent-menu,
				.menu-dd .level-two ul li.hover ul a.parent-menu {
					background-image: url(Images/Nav/children-arrow-green.gif);
					background-position: 96% 50%;
					background-repeat: no-repeat;
				}
				
				.menu-dd .level-two ul li.hover ul li.hover a.parent-menu {
					background-image: url(Images/Nav/children-arrow-green-hover.gif);
				}
				
				/* admin 2nd level */
				.menu-dd .level-two li.admin-link-hover ul {
					background: #b87e00;
					right: 0;
					width: 150px;
				}
				
					.menu-dd .level-two li.admin-link-hover ul li {
						background: #b87e00;
						display: block;
					}
					
					.menu-dd .level-two li.admin-link-hover ul li.hover {
						background: #936400;
					}
				
						.menu-dd .level-two li.admin-link-hover ul li a {
							background: none;
							width: 100%;
							text-transform: none;
							font-size: 11px;
							font-weight: normal;
							padding: 5px 20px;
							white-space: nowrap;
						}
		
		/* level three */
		.menu-dd .level-two ul ul ul {
			background: #4e5d0b;
			position: absolute;
			left: 200px;
			top: -10px;
			padding-bottom: 12px;
			zoom: 1;
		}
		
			.menu-dd .level-two ul ul ul li {
				float: none;
				width: 100%;
				display: block;
			}
		
			.menu-dd .level-two ul li.hover ul li.hover ul li a {
				color: #FFF;
				padding: 5px 20px;
				float: none;
				font-size: 11px;
				background: none;
			}
			
			.menu-dd .level-two ul ul li.hover ul a {
				text-decoration: none;
			}
						
				.menu-dd .level-two ul li.hover ul li.hover ul li.hover a {
					text-decoration: underline;
					background: #465308;
				}
		
.menu-dd .level-two .subtle-link {
	float: right;
	padding: 8px;
}		
/* /middle nav */

/* galleries section */

#uxThumbnailsContainer {
	display: none;
	
}

#uxSlideshowContainer {
	/* display: none; */
}

/* gallery view */
.slideshow {
	border: 1px solid #d2d2d2;
	border-top: none;
}

	.slideshow .large-image {
		padding: 15px;
		margin: 0 auto;
	}
	
		.slideshow .large-image img {
			display: block;
			max-width: 671px;
		}
	
	.slideshow p.caption {
		background: #413932;
		color: #FFF;
		padding: 8px 15px;
	}
	
		.slideshow p.empty {
			background: #FFF;
		}
	
	.slideshow-footer {
		padding: 7px 13px;
	}
	
		.slideshow-footer .action {
			float: right;
		}
		
		.slideshow-footer .browse-thumbs {
			font-weight: bold;
			color: #333;
			padding-left: 12px;
			background: url(Images/arrow_up.gif) 0 50% no-repeat;
			cursor: pointer;
		}
	
/* thumbnail view */
.thumbnails {
	border: 1px solid #d2d2d2;
	border-top: none;
}

	.thumbnails .thumbs-header {
		padding: 7px 13px;
		border-bottom: 1px solid #d2d2d2;
	}
	
		.thumbnails .thumbs-header .action {
			float: right;
		}
		
		.thumbnails .thumbs-header .close-thumbs {
			font-weight: bold;
			color: #333;
			padding-left: 12px;
			background: url(Images/arrow_down.gif) 0 50% no-repeat;
			cursor: pointer;
		}
		
	.thumbnail-list {
		padding: 30px 0 20px 30px;
		zoom: 1;
	}
	
		.thumbnail-list .thumb {
			float: left;
			/* width: 110px;
			height: 110px; */
			margin-right: 10px;
			margin-bottom: 10px;
			cursor: pointer;
		}
		
			.thumbnail-list .thumb img {
				border: 1px solid #b8b8b8 !important;
		}
		
	.thumbnails .paging {
		padding-right: 25px;
	}
	
/* edit-gallery */
.edit-gallery .bd .listing .list-item {
	width: 151px;
	height:180px;
	padding: 23px 18px;
	background: #f5f5f5;
}

	.edit-gallery .bd .listing .list-item img {
		margin: 0 auto;
		display: block;
		position:absolute;
		bottom:0%;
		left:12.5%;
	}
	
	.edit-gallery .bd .listing .list-item textarea {
		border: 1px solid #ccc;
		width: 149px;
		margin: 5px 0;
	}
	
	.edit-gallery .bd .listing .list-item .thumb-link {
		margin: 0 0 20px;
		padding-top: 1px;
		height:80px;
		position:relative;
	}
	
	.edit-gallery .gallery-name {
		border: 1px dotted #919090;
		border-top: none;
		padding: 10px 15px;	
	}
	
	.edit-gallery .back-link {
		font-weight: bold;
		color: #333;
		margin-top: 3px;
		padding-left: 9px;
		background: url(Images/arrow_left.gif) 0 50% no-repeat;
		float: right;
		padding-right: 15px;
	}

	.edit-gallery .save-button {
		padding: 10px;
	}
	
		.edit-gallery .save-button .button {
			float: right;
			margin: 0 0 15px;
		}

/* /galleries section */

/* media gallery widget */
.widget-media-gallery {}

	.widget-media-gallery .main-image {
		width: 463px;
		overflow: hidden;
		background: #000;
	}
	
		.widget-media-gallery .main-image img {
			display: block;
			margin: 0 auto;
		}

	.widget-media-gallery p.caption {
		background: #413933;
		color: #FFF;
		padding: 4px 12px 5px;
		font-size: 11px;
		margin: 0 !important;
	}
/* /media gallery widget */

/* club homepage */
.club-home {}

	.club-home .col-a {
		float: left;
		width: 465px;
		margin-right: 15px;
	}
	
	.club-home .widget .bd
	{
	    padding:0;
		
	}

	.club-home .col-b {
		float: left;
		width: 465px;
	}
	
	.tiles {
		margin: 0 0 11px;
		zoom: 1;
	}
	
	.tiles:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		height: 0;
	}
	
		.tiles .tile {
			width: 225px;
			height: 91px;
			background: url(Images/club-widget-bg.gif) no-repeat;
			float: right;
			margin: 0 0 0 13px;
		}
			
			.tiles-wide .tile{
				width: 469px;
				background-image:none;
			}

			.tiles .tile .copy {
				padding: 8px 11px;
				font-size: 11px;
			}
			
			.tiles .tile h3 {
				font-weight: normal;
				font-size: 14px;
				color: #333;
				padding: 6px 11px;
				border-bottom: 1px solid #c9c9c9;
				float: left;
			}
			
			.tiles .tile p {
				margin: 0 0 5px;
				line-height: 13px;
			}
			
			.tiles .tile a {
				color: #698301;
				outline: none;
			}
/* /club homepage */

/* forms */
.forms {
	position: relative;
	zoom: 1;
}

	.forms h2 {
		font-size: 16px;
		margin: 0 0 15px;
		font-family: Arial, Verdana, sans-serif;
	}
	
	.forms h3 {
		font-size: 14px;
		margin: 0 0 15px;
		font-family: Arial, Verdana, sans-serif;
		padding-left: 15px;
	}
	
	.forms p {
		margin: 15px 0;
		color: #666;
	}

	.forms fieldset {
		background: #efefef;
		border: none;
		padding: 30px 29px 20px 10px;
		width: 426px;
		float: left;
	}
	
		.forms fieldset a {
			font-weight: bold;
		}
		
	.forms .divider {
		border-top: 1px solid #BBB;
		margin: 10px 0;
	}
	
	.forms dl {
		clear: both;
		display: block;
		margin: 0 0 5px;
		zoom: 1;
	}
	
	.forms dl:after {
		content: ".";
		clear: both;
		height: 0;
		visibility: hidden;
		display: block;
	}
	
		.forms dt {
			float: left;
			width: 130px;
			padding-right: 10px;
			text-align: right;
			font-weight: bold;
			padding-top: 4px;
		}
		
		.forms dd {
			float: left;
			width: 286px;
		}
		
			.forms input.txt {
				padding: 3px;
				height: auto;
				border: 1px solid #CCC;
				background: #FFF;
				width: 278px;
				font: 12px Verdana, Arial, sans-serif;
			}
			
			.forms input.short-txt {
				padding: 3px;
				height: auto;
				border: 1px solid #CCC;
				background: #FFF;
				width: 150px;
				font: 12px Verdana, Arial, sans-serif;
			}
						
			.forms input.password {
				width: 150px;
			}
        
			.forms select.opposing-team {
				border: 1px solid #CCC;
				background: #FFF;
				height:21px;
				width:175px;
				font: 12px Verdana, Arial, sans-serif;
			}
        
			.forms select.hours-minutes {
				border: 1px solid #CCC;
				background: #FFF;
				width:50px;
				height:22px;
				font: 12px Verdana, Arial, sans-serif;
				padding:2px;
				margin-left: 2px;
			}
			
			.forms date-picker {
				margin-bottom: 10px;
			}
			
			.forms textarea.txt {
				border: 1px solid #CCC;
				background: #FFF;
				width: 278px;
				font: 12px Verdana, Arial, sans-serif;
				height: 75px;
				padding: 3px;
			}
			
			.drop_down_fan .rel_fan
			{
			    border: 1px solid #CCC;
				background: #FFF;
				margin-top:5px;
				width:200px;
				margin-bottom:10px;
				font: 12px Verdana, Arial, sans-serif;
				float:left;
				padding: 3px;
				clear:left;
			    
			    
			}
			
			.rel_search
			{
			    border: 1px solid #CCC;
				background: #FFF;
                margin-top:3px;
				width:290px;
				margin-left:5px;
	
				font: 12px Verdana, Arial, sans-serif;
				float:left;
				padding: 3px;
			
			    
			    
			}
			
			.drop_down_fan label
			{
			    float:left;
			    clear:left;
			    
			    
			}
			
			.drop_down_fan .required_fan
			{
			    float:left;
			    clear:left;
			    
			    
			}
			
			.drop_down_fan a.button_fan
			{
			    float:left;
			    clear:left;
			    border: 1px solid #99b02c;
	            background: #afd014;
	            font: bold 13px Tahoma, Verdana, sans-serif;
	            padding: 4px 15px;
	            color: #333a14;	
	            cursor: pointer;
	            text-decoration:none;
			    
			    
			}
			
			
			.drop_down_fan a.button_fan2
			{
			    float:left;
			   
			    border: 1px solid #99b02c;
	            background: #afd014;
	            font: bold 13px Tahoma, Verdana, sans-serif;
	            padding: 4px 15px;
	            margin-left:10px;
	            color: #333a14;	
	            cursor: pointer;
	            text-decoration:none;
			    
			    
			}
			
			
			
			.forms select.txt {
				border: 1px solid #CCC;
				background: #FFF;
				width: 286px;
				font: 12px Verdana, Arial, sans-serif;
				padding: 2px 0;
			}
			
			.forms span.lbl {
				display:block;
				padding-top:4px;
			}
			
			.forms .rad {
	            float: left;
	            width: 130px;
            }
            	
	            .forms .rad label {
		            clear: none;
	            }
			
			.forms .chk {
				display: block;
				padding-top: 4px;
			}
			
				.chk input {
					margin-right: 5px;
					vertical-align: -2px;
				}
			
			.forms .checkbox-list input {
				margin-right: 5px;
				vertical-align: -2px;
			}
			
			.forms .radio-list input {
				margin-right: 4px;
				vertical-align: middle;
			}
			
			.forms .radio-list label {
				padding-right: 10px;
				vertical-align: middle;
			}
			
			/* color pickers */
			.forms .pick-colors dl {
				position: relative;
				zoom: 1;
			}
			
				.forms .pick-colors input.txt {
					width: 230px;
					vertical-align: middle;
				}
				
				.forms .disabled .optional,
				.forms .disabled .optional input.txt {
					background: transparent !important;
					color: #999 !important;
				}
				
				.forms .pick-colors img.color-wheel {
					vertical-align: middle;
					cursor: pointer;
					margin-left: 3px;
				}
				
				.forms .pick-colors .picker-popup {
					position: absolute;
					right: -200px;
					top: -100px;
					display: none;
					background: #FFF;
					padding: 5px;
					border: 1px solid #CCC;
				}
				
					.forms .pick-colors .picker-popup .close {
						position: absolute;
						top: -18px;
						right: 3px;
						cursor: pointer;
						font-size: 12px;
					}
					
					.forms .pick-colors h4.use-advanced {
						float: left;
						padding-right: 10px;
						background: url(/Resources/Css/Images/arrow_right.gif) 100% 50% no-repeat;
						cursor: pointer;
						font-weight: normal;
						margin: 20px 0 0;
					}
					
					.forms .pick-colors .advanced-options {
						clear: both;
					}
			
	.forms fieldset.full-width {
		width: auto;
		float: none;
	}
	
		.forms fieldset.full-width dd {
			width: 766px;
		}
		
	.forms .buttons-holder {
		float: right;
		padding: 0 30px 20px;
	}
		
		.forms .buttons-holder .button {
			float: left;
			margin: 20px 0 0 10px;
		}
		
		.forms fieldset .buttons-holder {
			padding: 0;
		}
	
	.forms .grouping {
		margin: 0 0 30px;
		zoom: 1;
	}
	
		.forms .grouping h3 {
			padding-left: 0;
		}
	
	.forms .sub-grouping {
		padding: 15px 20px 15px 10px;
		background: #DDD;
		zoom: 1;
		margin-left: 19px;
	}
	
	.forms .sub-grouping:after {
		content: ".";
		clear: both;
		height: 0;
		visibility: hidden;
		display: block;
	}
	
		.forms .sub-grouping dt {
			width: 81px;	
		}
		
		.forms .sub-grouping .button {
			margin: 10px 0 0;
		}
	
	.forms .validation-message {}
	
	.required {
		color: #F00;
	}
		
	.forms .step-indicator {
		padding: 0;
		position: absolute;
		right: 0;
		top: 0;
	}

		.forms .step-indicator span {
			float: left;
			margin-right: 15px;
			border: 1px solid #1b1b1a;
			background: #333;
			color: #FFF;
			padding: 3px 7px 4px;
			font-weight: bold;
		}
		
		.forms .step-indicator span.selected {
			color: #333;
			border-color: #999;
			background: #FFF;
		}
		
	
	/* club login */
	.proceed-newmember {
		float: right;
		text-align: right;
		width: 300px;
	}
	
	/* minor forms */
	.minor-forms {
		width: 345px;
		margin: 0 auto;
		padding-top: 30px;
	}
	
		.minor-forms h2 {
			padding-left: 22px;
		}
		
		.minor-forms p {
			margin-top: 0;
		}
		
		.minor-forms fieldset {
			padding: 26px 30px;
			width: auto;
			margin: 0 0 20px;
		}
		
		.minor-forms dt {
			float: none;
			width: auto;
			display: block;
			text-align: left;
			margin: 0 0 4px;
		}
		
		.minor-forms dd {
			float: none;
			width: auto;
			display: block;
		}
		
		.minor-forms dd input.half {
			width: 140px;
		}
		
		.minor-forms .generic-link {
			margin-left: 5px;
		}
		
		.minor-forms fieldset .button {
			display: inline;
			margin: 15px 15px 0 0;
		}
		
		.minor-forms .rememberme-check input {
			vertical-align: middle;
			margin-right: 2px;
		}
	/* /minor forms */
	
	/* editing content forms */
	.edit-forms fieldset {
		background: none;
	}
	
	.edit-forms .l-fbar .step-indicator {
		padding: 0;
		position: static;
	}

		.edit-forms .l-fbar .step-indicator span {
			float: left;
			margin-right: 15px;
			border: 1px solid #1b1b1a;
			background: #333;
			color: #FFF;
			padding: 3px 7px 4px;
			font-weight: bold;
		}
		
		.edit-forms .l-fbar .step-indicator span.selected {
			color: #333;
			border-color: #999;
			background: #FFF;
		}
	
	.edit-forms .hint {
		width: 277px;
		float: right;
		margin: 30px 3px 0px 0px;
		background: #EEE;
		border: 1px solid #CCC;
		color: #333;
		padding: 20px;
	}
	
		.two-col .section-content .hint{
			width:192px;
		}
		
		
		.two-col .section-content .wide-hint{
			width:auto;
			float:none;
		}
	
	.edit-forms .wide-hint {
		width: auto;
		float: none;
		margin: 15px 0;
	}
	
		.edit-forms .hint h3 {
			font-size: 13px;
			margin: 0 0 5px;
		}
		
		.edit-forms .hint p {
			margin: 0 0 5px;
		}
			
		/* photo upload */
		.edit-forms fieldset.upload-image {
			width: auto;
		}
		
			.edit-forms fieldset.upload-image img {
				float: left;
				margin-right: 30px;
			}
			
			.edit-forms fieldset.upload-image label {
				font-weight: bold;
				color: #333;
				display: block;
				margin: 0 0 5px;
			}
			
			.edit-forms fieldset.upload-image p {
				margin: 0 0 5px;
				white-space: nowrap;
			}
			
			.edit-forms fieldset.upload-image .upload-fields {
				float: left;
			}
			
			.edit-forms fieldset.upload-image .button {
				margin: 10px 0 0;
				clear: both;
			}
		/* /photo upload */
		
		/* new gallery */
		.photo-captioned {
			border: 1px solid #CCC;
			padding: 15px;
			margin: 0 0 5px;
		}
		
			.photo-captioned * {
				vertical-align: middle;
			}
			
			.photo-captioned img {
				margin: 0 15px;
			}
			
			.photo-captioned .edit-button {
				float: none;
				display: inline;
				margin-left: 15px;
			}
		/* /new gallery */
		
		/* rich text editor */
		.rich-text {
			margin: 15px 0 0;	
		}
		
	/* /editing content forms */
	
	.organisation-contact-form-container {
		width:380px;
		height: 270px;
		margin:30px 40px 30px 50px;
		
	}
	
		.organisation-contact-form-container  span.label {
				font-weight : bold;
			}
				
	
	/* lightbox forms */
	.light-box fieldset {
		float: none;
		background: none;
		width: auto;
		padding: 0;
	}
	
	.light-box label {
		zoom: 1;
		display: block;
		margin: 0 0 5px;
		clear: left;
	}
	
	.light-box label label {
		zoom: 1;
		display: inline;
		margin: 0;
		clear: none;
	}
	
	.light-box label:after {
		content: ".";
		clear: both;
		height: 0;
		visibility: hidden;
		display: block;
	}
	
		.light-box span.label {
			float: left;
			width: 102px;
		}
	
		.light-box span.readonly {
			float: left;
			width: 260px;
			margin-bottom: 6px;
		}

		.light-box div.other-team {
			float: left;
			width: 260px;
			margin-top: 6px;
			margin-bottom: 6px;
		}
		
		.light-box input.txt {
			float: left;
			width: 260px;
		}
		
		.light-box input.score {
			width: 30px;
			margin-left: 5px;
		}
		
		.two-col .bd .light-box a {
			color: #000;
		}
		
		.two-col .bd .section-content .light-box .buttons-holder {
			padding:0px;
		}
		
		.light-box a.scores-more {
			cursor: pointer;
			color: #000;
			text-decoration: none;
		}
		
		.light-box select.txt {
			float: left;
			width: 268px;
		}
		
		.light-box textarea.txt {
			float: left;
			width: 260px;
			height: 150px;
		}
		
		.light-box span.chk {
			margin: 0 0 5px;
			display: block;
		}
		
			.light-box span.chk input {
				margin-right: 5px;
			}
			
			.light-box span.chk label {
				display: inline;
			}
			
	.lightbox-validator {
		float: right;
		padding-top: 5px;
	}
			
	/* for when there are multiple fields in one line */
	.light-box .labels-wrapper {
		zoom: 1;
		display: block;
		margin: 0 0 5px;
		clear: left;
	}
	
	.light-box .labels-wrapper:after {
		content: ".";
		clear: both;
		height: 0;
		visibility: hidden;
		display: block;
	}
	
		.light-box .labels-wrapper label {
			float: left;
			width: 102px;
		}
		
		.light-box .labels-wrapper .labels-container {
			float: left;
			width: 268px;
		}
		
			.light-box .labels-wrapper .labels-container label {
				width: auto;
				float: none;
				display: inline;
				margin: 0;
			}
			
			.light-box .labels-wrapper .labels-container .txt {
				/* width: auto; */
				float: none;
			}
		
			.light-box .labels-wrapper .left-col {
				float: left;
				clear: left;
			}
			
			.light-box .labels-wrapper .right-col {
				float: right;
				clear: right;
			}
			
			.light-box .labels-wrapper .recurrence-selectors {
				clear: both;
				float: right;
				margin: 5px 0 0;
				white-space: nowrap;
			}
			
				.light-box .labels-wrapper .recurrence-selectors label {
					display: block;
				}
				
				.light-box .labels-wrapper .recurrence-selectors input {
					text-align: right;
				}
		
			.light-box .calendar-icon {
				vertical-align: -3px;
				margin-left: 5px;
			}
			
			.light-box .labels-wrapper .labels-container {
				float: left;
				width: 268px;
			}
			
			/* full width */
			.light-box .full-width .labels-container {
				width: 100%;
				float: none;
				clear: both;
			}
			
				.light-box .full-width span.label {
					margin: 0 0 5px;
				}
			
				.light-box .full-width .labels-container select {
					width: 100% !important;
				}
		
	.light-box fieldset .button {
		margin-top: 10px;
	}
	/* /lightbox forms */
	
/* /forms */

.clickable{
	cursor:pointer;		
}

.activeuser{
	background-color:#00FF00;
	width:10px;
	height:8px;
}

/* Address Book Search */
.addressbooksearch{
	
}
	.addressbooksearch .item{
		padding:3px 3px 3px 3px;
		cursor:pointer;
		clear:both;	
		overflow:hidden;
	}
	
		.addressbooksearch .item .icon{
			height:25px;
			width:25px;
			border:1px #dddddd solid;
			background-color:#eeeeee;
			float:left;
			margin-right: 10px;
		}
		
		.addressbooksearch .item .details{
			margin-left:3px;
			font-size:11px;
		}
		
		.addressbooksearch .item .id{
			display:none;
		}
		
		.addressbooksearch .item .heading{
			font-weight:bold;
			overflow:hidden;
		}
		
		.addressbooksearch .item .detail1{
			overflow:hidden;	
		}
		
		.addressbooksearch .item .detail2{
			overflow:hidden;
			margin-left:3px;
			float:left;
		}
	
	.addressbooksearch .hover{
		background-color:#eeeeee;
	}
	
	
	
/* Small Address Book Item Summary */
.dashboard-results .edit-menu {
	float: left;
	margin: 10px;
}

.dashboard-results .springboard-lists {
	padding:10px;
	height:205px;
	overflow: auto;
	clear: both;
}

.springboard-lists h3 {
	margin: 0 0 10px;
}

.springboard-lists .addressbookitem-small {
	padding-top: 5px;
	padding-bottom: 5px;
	zoom: 1;
	margin: 0 0 10px;
}

.springboard-lists .addressbookitem-small:after {
	content: ".";
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}

.springboard-lists .addressbookitem-small .item {
	padding-top: 5px;
	padding-bottom: 5px;
}

.addressbookitem-small {
	border-top: #d6d6d6 1px solid;
}

	.addressbookitem-small .links a {
		margin-right:10px;
	}

	.addressbookitem-small .item {
		margin: 0;
		padding: 10px 15px;
		clear:both;
		overflow:hidden;	
	}
	
		.addressbookitem-small .item .icon {
			height:25px;
			width:25px;
			border: 2px #dddddd solid;
			background-color:#dddddd;
			float:left;
			margin-right:10px;
		}
		
		.addressbookitem-small .item .heading {
			font-weight:bold;
			font-size: 12px;
			overflow:hidden;
		}
		
		.addressbookitem-small .item .detail1 {
			overflow:hidden;
		}
		
		.addressbookitem-small .item .detail2 {
			float:left;
			overflow:hidden;
		}

.addressbookitem-small .wrapped-list { }
.addressbookitem-small .wrapped-list .item {
	width:200px;
	float:left;
	clear:none;
}

.box .bd .addressbookitem-small {
	border-top: #d6d6d6 1px solid;
}

	.box .bd .addressbookitem-small .links a {
		margin-right:10px;
	}

	.box .bd .addressbookitem-small .item {
		margin: 0;
		padding: 10px 15px;
		clear:both;
		overflow:hidden;	
	}
	
		.box .bd .addressbookitem-small .item .icon {
			height:25px;
			width:25px;
			border: 2px #dddddd solid;
			background-color:#dddddd;
			float:left;
			margin-right:10px;
		}
		
		.box .bd .addressbookitem-small .item .heading {
			font-weight:bold;
			font-size: 12px;
			overflow:hidden;
		}
		
		.box .bd .addressbookitem-small .item .detail1 {
			overflow:hidden;
		}
		
		.box .bd .addressbookitem-small .item .detail2 {
			float:left;
			overflow:hidden;
		}

.box .bd .addressbookitem-small .wrapped-list { }
.box .bd .addressbookitem-small .wrapped-list .item {
	width:200px;
	float:left;
	clear:none;
}

/* Large Address Book Item Summary */
.addressbookitem-large{
}

	.addressbookitem-large .links a{
		margin-right:15px;
	}

	.addressbookitem-large .item{
		padding:3px 3px 3px 3px;
		clear:both;
		overflow:hidden;	
		height:138px;		
	}
	
		.addressbookitem-large .item .icon{
			border:2px #dddddd solid;
			background-color:#dddddd;
			float:left;
			margin-right:5px;
			margin-top:5px;
			width:50px;
			height:50px;
		}
		
		.addressbookitem-large .item .details{
			float:left;
			font-size:16px;
		}
		
		.addressbookitem-large .item .heading{
			font-weight:bold;
		}
		
		.addressbookitem-large .item .detail1{
		}





.message-item {
	border-bottom: dotted 1px #A3A3A3;
	border-left: solid 1px #A3A3A3;
	border-right: solid 1px #A3A3A3;
}

/* sign up / login page */

.centred
{
	text-align: center;
}

.signupContainer
{
	float:left;
	width:346px;
	height:194px;
	padding-top:30px;
	background: #EFFFDF none repeat scroll 0 0;
	margin-right: 100px;
}

.loginContainer
{
	float:left;
	width:290px;
}

.signup 
{
	width:800px;
}

.signupContainer h3 
{
	margin-left:15px;
}

.signupContainer li
{
	list-style-image: url(Images/arrow_right.gif);
	font-weight: bold;
	padding-left: 0px;
	color: #333;
	margin-left:44px;
	line-height:20px;
}

.two-column{
	width:900px;
}

	.two-column .col1{
		width:440px;
		margin-right:10px;
		float:left;
	}
	
	.two-column .col2{
		float:left;
		width:440px;
		margin-left:10px;
	}

.search-key{
	display:none;
}

.forms .unsubscribe h3
{
	font-family:Arial,Verdana,sans-serif;
	font-size:14px;
	margin:0 0 15px;
	padding-left:0px;
}

.unsubscribe-result
{
	height:80px;
}

.unsubscribe-form
{
	margin:0 auto;
	padding-top:30px;
	width:425px;
}

.unsubscribe .message 
{
	font-weight:bold;
	line-height:16px;
}

.unsubscribe .success 
{
	color:#99C027;
}

.unsubscribe .error 
{
	color:#FF0000;
}

.call2action {}

.transfer {
	border: 2px #333 dotted;
}

#rotators
{
	float:right;
}

/* generic panel */
h2.panel-heading {
	margin: 0;
	padding-right: 8px;
	background: url(Images/Generic/panel-heading-topright.gif) 100% 0 no-repeat;
	color: #444;
	font-weight: bold;
	font-size: 17px;
}

	h2.panel-heading span {
		background: url(Images/Generic/panel-heading-topleft.gif) no-repeat;
		padding:0;
		overflow:hidden;
		display: block;
		padding: 12px 5px 11px 25px;
	}
	
	/* scoring heading */
	h2.scoring {
		padding-right: 0;
	}
	
	h2.scoring span {
		padding: 0;
	}
	
	h2.scoring .panel-heading-title {
	    padding: 26px 0 0 26px;
	    float: left;
	}
	
	h2.scoring .panel-heading-dark {
	    width: 568px;
	    height: 44px;
	    padding: 15px 0 15px 120px;
	    float: right;
	    position: relative;
	    font-size: 12px;
	    font-weight:normal;
	    background: url(Images/panel-heading-dark.jpg) repeat-x;
	}
	
	    .panel-hometeam-name {
	       width:400px;
	       padding:0 10px 8px;
	       overflow:hidden;
	       border-bottom:1px solid #fff;
	    }
	    
	    .panel-awayteam-name {
	       width:400px;
	       overflow:hidden;
	       padding:7px 10px 0;
	    }
	    
	        h2.panel-heading .score {
	            float:right;
	            font-weight:bold;
	        }
	        
	        h2.panel-heading .name {
	            float:left;
	        }
	        
	    .panel-team-vs {
	        width:30px;
	        height:30px;
	        padding:2px 2px 0 0;
	        position:absolute;
	        top:25px;
	        left:390px;
	        font-weight:bold;
	        color:#fff;
	        font-size:16px;
	        text-align:center;
	        background-image:url(Images/panel-heading-dark.jpg);
	        background-repeat:repeat-x;
	        background-position:0 -25px;
	    }
	
	h2.panel-heading span.center {
		text-align: center;
	}
	
.panel-wrapper {
	padding-bottom: 7px;
	background: #FFF url(Images/Generic/footer.gif) 0 100% no-repeat;
}

	.panel {
		border: 1px solid #c7c6c1;
		border-bottom: none;
		padding: 14px;
		zoom: 1;
	}
	
	.panel:after {
		content: ".";
		clear: both;
		height: 0;
		visibility: hidden;
		display: block;
	}
	
	.panel h2 {
		font: bold 14px Tahoma, Verdana, sans-serif;
		color: #505050;
		margin: 13px 11px 27px;
	}
	
	.panel .buttons-holder {
		padding: 15px 25px 30px;
		clear: left;
		text-align: right;
		zoom: 1;
	}

	.panel .buttons-holder:after {
		content: ".";
		clear: both;
		height: 0;
		visibility: hidden;
		display: block;
	}
		
		.panel .button {
			float: none;
			margin: 0 0 0 13px;
			padding: 5px 30px 8px;
			color: #FFF;
			background: #84a01b url(Images/Generic/button-fade.gif) repeat-x;
			font-size: 15px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;
			border-color: #7c9809;
			text-shadow: #5b6d00 0 1px 1px;
		}
		
		.ie6 .panel .button,
		.ie7 .panel .button {
			padding: 3px 30px 6px;
		}
		
			.panel .button-hi {
				background: #b7c62a url(Images/Generic/button-fade-hi.gif) repeat-x;
			}
		
		.panel .secondary {
			color: #7c7c7c;
			background: #b1b1b1 url(Images/Generic/button-secondary-fade.gif) repeat-x;
			border-color: #cecece;
			text-shadow: none;
		}
		
			.panel .secondary-hi {
				background: #FFF url(Images/Generic/button-secondary-fade-hi.gif) repeat-x;
			}
		
		.panel .buttons-holder .button {
			float: right;
		}
		.team-header {
	        background: url(/Resources/Css/Images/Competitions/green-header.gif) no-repeat;
	        padding: 0;
	        font-weight: bold;
	        font-size: 11px;
	        height: 32px;
        }
            .team-header .long {
                width:650px; height:32px;
                overflow:hidden; float:right;
                background: url(/Resources/Css/Images/Competitions/green-header.gif) no-repeat top right;
            }
		
	.accept-invitation {
		padding: 25px;
	}
	
		.accept-invitation p {
			width: 50%;
		}
	
		.accept-invitation .buttons-holder {
			text-align: left;
			padding: 20px 0 0;
		}
		
		.accept-invitation .buttons-holder .button {
			float: left;
			margin: 0 13px 0 0;
		}
		
/* generic buttons */
.generic-button {
	padding: 5px 15px 8px;
	color: #FFF;
	background: #84a01b url(Images/Generic/button-fade.gif) repeat-x;
	font-size: 15px;
	font-weight: bold;
	border: 1px solid #7c9809;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-shadow: #5b6d00 0 1px 1px;
	cursor: pointer;
	float: left;
}

.ie6 .generic-button,
.ie7 .generic-button {
	padding: 3px 15px 6px;
}
/* /generic panel */

/* generic pods */
.pod-wrapper {
	margin: 0 0 15px;
}

	.single-pod {
		width: 450px;
		margin: 30px auto 0;
	}

	.pod-wrapper h2 {
		margin: 0;
		padding-right: 7px;
		background: url(Images/Generic/grey-top-cnrs-right.gif) 100% 0 no-repeat;
		color: #FFF;
		font-size: 15px;
	}
	
		.pod-wrapper h2 span {
			background: url(./images/generic/grey-top-cnrs-left.gif) no-repeat;
			padding: 12px 13px 11px 20px;
			display: block;
		}
		
			.pod-wrapper h2 span span {
				background: none;
				padding: 0;
				font-weight: normal;
				display: inline;
			}
	
	.pod-wrapper h2.allteams-member {
		width: 450px;
		height: 50px;
		background: url(Images/Generic/allteams-member.gif) no-repeat;
		text-indent: -9999px;
		padding: 0;
	}
	
	.pod-wrapper h2.new-user-rego {
		width: 450px;
		height: 50px;
		background: url(Images/Generic/new-user-rego.gif) no-repeat;
		text-indent: -9999px;
		padding: 0;
	}

.pod {
	border: 1px solid #c2c2c2;
	border-top: none;	
}
	
	.pod .copy {
		padding: 14px 20px 1px;
		background: #FFF;
	}
	
		.pod .copy h3 {
			font: bold 14px Tahoma, Verdana, sans-serif;
			color: #505050;
			margin: 0 0 14px;
		}
		
		.pod .copy p {
			font-size: 12px;
			margin: 0 0 14px;
		}
	
	/* overrides .forms in default.css */
	.pod .forms {
		background: #eaeaea url(Images/Generic/bg-fade.gif) 0 100% repeat-x;
		padding: 20px;
		position: static;
		zoom: 1;
	}
	
	.pod .forms:after {
		content: ".";
		clear: both;
		height: 0;
		visibility: hidden;
		display: block;
	}
	
		.pod .forms fieldset {
			border: none;
		}
	
		.pod .forms dt {
			width: 112px;
			font-size: 12px;
		}
		
		.pod .forms .required {
			color: #C00;
		}
		
		.pod .forms dd {
			width: 269px;
		}
		
		.pod .forms input.txt {
			width: 261px;
		}
		
		.pod .forms select.txt {
			padding: 2px 3px;
			width: 269px;
		}
		
		.pod .forms input.half {
			width: 150px;
			margin-right: 10px;
		}
		
		.pod .forms textarea.txt {
			padding: 2px 3px;
			width: 400px;
		}
		
		.pod .forms .remember {
			margin: 10px 0;
			font-size: 12px;
		}
		
			.pod .forms .remember input {
				vertical-align: -2px;
				margin-right: 5px;
			}
			
		.pod .forms .minitext {
			display: block;
			background: #757575;
			padding: 5px 10px;
			color: #FFF;
			border: 1px solid #CCC;
			border-top: none;
			font-size: 12px;
		}
			
		.pod .forms .buttons-holder {
			border-top: 1px solid #bababa;
			float: none;
			padding: 20px 0 0;
			margin: 25px 0 0;
			text-align: right;
			clear: none;
		}
		
		.pod .forms .business-details, .pod .forms .business-school-services {
			width: 400px;
			float: left;
		}
		
		.pod .highlighted {
			background: #c9c9c9;
			padding-top: 10px;
			padding-bottom: 10px;
		}
		
			.pod .highlighted dl {
				padding-top: 30px;
			}
			
				.pod .highlighted .business-school-services dl {
					padding-top: inherit;
				}
					
					.pod .highlighted .business-school-services dl td {
						height: 18px;
					}
					
					.pod .highlighted .business-school-services dl label {
						padding: 0 4px;
					}
		
		.pod .desc-box {
			position: relative;
			zoom: 1;	
		}
		
			.pod .desc-box label {
				font-weight: bold;
				font-size: 12px;
				margin: 0 0 10px;
			}
			
			.pod .desc-box textarea.txt {
				width: 385px;
				height: 100px;
			}
			
			.pod .desc-box .help-pod-wrapper {
				position: absolute;
				right: 20px;
				bottom: 20px;
			}
			
			.pod .desc-box .minitext {
				display: none;	
			}
		
		.help-pod-wrapper {
			width: 235px;
			background: #FFF url(Images/BusinessListings/help-pod-bg.gif) 0 100% repeat-x;
			border: 1px solid #adad47;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
		}
		
			.help-pod {
				background: url(Images/BusinessListings/light-bulb.gif) 10px 10px no-repeat;
				padding: 8px 10px 12px 30px;
				line-height: 1.4;
			}
			
			.help-pod-reg {
				background: url(Images/BusinessListings/light-bulb.gif) 10px 10px no-repeat;
				padding: 8px 10px 12px 30px;
				background-color:#FFF3C4;
				line-height: 1.4;
			}
			
			.help-pod-reg p {
				margin: 0;
				color: #5d4a00;
			}
			
			.help-pod p {
				margin: 0;
				color: #5d4a00;
			}
			
		.wide-help-pod {
			width: auto;
			margin: -20px 0 15px;
		}
		
		.pod .forms .help-pod-wrapper {
			float: right;
		}
			
			
	    .registration-pod
	    {   
	        border:3px solid red !important;
	        padding:10px;
	        
	    }
		.pod .forms .help-pod-col {
			float: right;
			width: 237px;	
		}
			
		.pod .forms .contact-details {
			margin-top: 94px;	
		}
			
		.single-col .validator {}
		
		.single-col .pod .forms dt {
			width: 120px;
		}
		
		.single-col .pod .forms .required-fields {
			padding-top: 14px;
		}
		
.light-pod {
	-moz-box-shadow: #c8c8c8 1px 2px 2px;
	-webkit-box-shadow: #c8c8c8 1px 2px 2px;
}

	.light-pod h2 {
		background-image: url(Images/Generic/lightgrey-top-cnrs-right.gif);
		color: #333;
	}
	
		.light-pod h2 span {
			background-image: url(./images/generic/lightgrey-top-cnrs-left.gif);
		}
		
	.light-pod .pod {
		border-color: #a3a3a3;
	}
	
		.light-pod .pod .forms {
			background: #FFF url(Images/Competitions/pod-fade.gif) 0 100% repeat-x;
		}
/* /generic pods */

/* generic data list */
.generic-list {
	width: 100%;
	margin-bottom: 15px;
	background: #FFF;
	border: 1px solid #c2c2c2;
	border-bottom: none;
	font-size: 12px;
}

	.generic-list th {
		background: #efefef;
		border-top: 1px solid #FFF;
		border-right: 1px solid #FFF;
		border-bottom: 1px solid #c2c2c2;
		border-left: 1px solid #c2c2c2;
		text-align: left;
		font-weight: bold;
		color: #878787;
		white-space: nowrap;
		padding: 5px 13px;
	}
	
	.generic-list th.first {
		border-left: none;
	}

	.generic-list td {
		border-bottom: 1px dotted #c9c9c9;
		padding: 5px 13px;
	}
/* /generic data list */

input.watermark,
textarea.watermark {
	color: #888;
}

.reminder-note {
	background-image:url('images/sms_prompt_bg.jpg');
	background-repeat:none;
	width:265px;
	height:68px;
}
	.reminder-note .reminder-summary {
		display:none;
	}

	.reminder-note .reminder-details {
		padding-left:50px;
		padding-right:30px;
		padding-top:15px;
	}
	
		.reminder-note .clickable {
			cursor: pointer;
		}

/* Three Column Layout */
.three-col{
}

	.three-col:after{
		content: ".";
		clear: both;
		height: 0;
		visibility: hidden;
		display: block;
	}
	
	.three-col .col{
		float:left;
		margin-right:5px;
	}
	
	.three-col .col-right{
		margin-right:0px;
	}
	
	.three-col .col-narrow{
		width:230px;
	}
	
	.three-col .col-wide{
		width:475px;
	}
	
/*\ Three Column Layout */

/* View List direcotrydashboard- ticket: #377 start */
.menu-admin-viewlist {
	border: 1px solid #e6bb00;
	border-bottom: 0;
	position: absolute; z-index:10;
	right: 0px;
	top: 35px;
	display:block;
	height:24px;
	width:85px;
    padding-top:8px;
    padding-left:17px;
	background: #f0d027 url(Images/Nav/admin-bg.gif) repeat-x;
    cursor:pointer;
			 
}
		
.menu-admin-viewlist a {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	color: #333;
	padding-top: 9px;
	padding-bottom: 9px;
}

.menu-admin-viewlist-hover {
	border-color: #b87e00;
}
		
.menu-admin-viewlist-hover a,
.menu-admin-viewlist-hover a.parent-menu {
	background-color: #b87e00;
}

.menu-admin-club-viewlist {
	border: 1px solid #e6bb00;
	border-bottom: 0;
	position: absolute; z-index:10;
	right: 0px;
	top: 60px;
	display:block;
	height:24px;
	width:85px;
    padding-top:8px;
    padding-left:17px;
	background: #f0d027 url(Images/Nav/admin-bg.gif) repeat-x;
    cursor:pointer;
}
		
.menu-admin-club-viewlist a 
{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	color: #333;
	padding-top: 9px;
	padding-bottom: 9px;
	cursor:pointer;

}
/* View List direcotrydashboard- ticket: #377 end */

/* Club Registration Widget */
.allteams-widgets-onlineregistration-container {
	border: 1px #cccccc solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 10px;
	padding: 12px;
	background: #e5e5e5 url(images/generic/rego-pod-bg.gif) 0 100% repeat-x;
}

	.allteams-widgets-onlineregistration-container h2 {
		font-size: 18px;
		margin: 0 0 2px;
		text-shadow: #FFF 1px 1px 10px;
	}
	
	.allteams-widgets-onlineregistration-container p {
		font-size: 13px;
		font-weight: bold;
		color: #FFF;
	}
	
	.allteams-widgets-onlineregistration-container a.allteams-widgets-onlineregistration-register {
		float: right;
		padding: 5px 15px;
		color: #FFF;
		background: #84a01b url(Images/Generic/button-fade.gif) repeat-x;
		font-size: 14px;
		font-weight: bold;
		font-family: Verdana, Arial, sans-serif;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		border: 1px solid #7c9809;
		-moz-box-shadow: #FFF 0 0 5px;
		-webkit-box-shadow: #FFF 0 0 5px;
		margin-top: 5px;
		outline: none;
	}
/* /Club Registration Widget */

.main-column .panel-wrapper .panel .buttons-holder .help {
	background:url(Images/icon_help.jpg) left top no-repeat;
	width:21px;
	height:20px;
	float:right;
	display:block;
	overflow:hidden;
	text-indent:99999em;
	margin-left: 5px;
	cursor: pointer;
}

/* Task List */
.default-task-container{
}

	.default-task-container .Draggable{
		left:300px;
	}

.task-list-container {
	line-height: 1.6;
}

	.task-list-container .task-list-item {
		margin-bottom:10px;		
	}
	
	.task-list-container a {
		font-weight:bold;
	}
	
	.task-list-container .content_message {
		margin-bottom:10px;	
	}
	
	.task-list-container h3 {
		margin-bottom:10px;
	}
	
	.task-list-container h4 {
		font-size: 13px;
	}

	.task-list-container ul {
		
	}
	
	.task-list-container ul li {
		margin-left:20px;
		list-style-type:disc;
	}
	
	.task-list-container p {
	}
	
	.task-list-container .help-container{
		margin-bottom:10px;
	}
	
	.task-list-container .close-container{
		margin-bottom:10px;
	}

/*\ Task List */

/* tips */
.tipPopup {
	background: #EEE;
	border: 1px solid #CCC;
	padding: 10px;
	position: absolute;
}

.compulsory:after{
	content:" *";
	color:#FF0000;
}


/* legal document */
.legal-document .privacy li { 
	list-style-type: lower-alpha; 
} 

.legal-document .terms-and-conditions li { 
	list-style-type: decimal; 
}

.legal-document .terms-and-conditions li li { 
	list-style-type: lower-roman; 
} 

.legal-document .terms-and-conditions .section-two li li { 
	list-style-type: lower-alpha; 
}
/* /legal document */

/* fancy validators */
.forms input.invalid-field {
	border: 1px solid #e099a1 !important;
}

.validator {
	margin-left: 14px;
	margin-top: -2px;
	width: auto;
}

	.validator .ajax__validatorcallout_callout_arrow_cell {
		background: url(Images/validator_arrow.gif) no-repeat;
		width: 7px;
		height: 25px;
	}
	
	.validator .ajax__validatorcallout_callout_cell {
		width: 7px;
	}
	
	.validator .ajax__validatorcallout_innerdiv {
		display: none;
	}
	
	.validator .ajax__validatorcallout_icon_cell {
		display: none;
	}
	            
	.validator .ajax__validatorcallout_error_message_cell {
		border: 1px solid #e29fa7;
		border-left: none;
		background: #fad9dd url(Images/validator_red_dot.gif) 14px 50% no-repeat;
		padding-left: 26px;
		padding-right: 15px;
		font-size: 12px;
	}
    
.edit-address-book-item .validator {
    margin-left:0px;
    font-size:10px;
}
/* /fancy validators */

/* teams home */
.team-home {
	padding: 0 0 20px;
	zoom: 1;
}

	.team-home .col-a {
		float: left;
		width: 465px;
		margin-right: 15px;
		clear: both;
	}
	
	.team-home .col-b {
		float: left;
		width: 465px;
	}
	
	.team-home .widget .bd {
		padding: 0;
		border-bottom: none;
		font-size: 11px;
	}
	
	.team-home .widget .hd .l-fbar select {
		width: 250px;
		margin-right: 7px;
		font-size: 11px;
	}
	
	.team-home .gallery .bd .fd {
		border-bottom: 1px #c9c9c9 solid;
	}
	
	.team-home .inverted .bd {
		padding: 8px 15px 7px;
		font-size: 12px;
	}
	
/* team stats table */
.stats {
	width: 100%;
}
	
	.stats a.view-stats
	{	
		width:21px;
		height:26px;
		background-image:url('images/teams/viewstats.png');
		background-repeat:no-repeat;
		text-indent:-9999px;
		margin-left:3px;
		display:block;
		cursor:pointer;
	}

	.stats th {
		background: #54473f;
		color: #FFF;
		padding: 5px 10px;
		text-align: left;
	}
	
	.stats th.featured {
		background: #2b2525;
	}
	
	.stats td {
		color: #646464;
		padding: 5px 10px;
	}
	
	.stats td.featured {
		background: #e5e1d8 !important;
		color: #333;
	}
	
	.stats .centered {
		text-align: center;
	}
	
	.stats .stats-col
	{
		width:75px;
	}
	
	.stats .nowrap {
		white-space: nowrap;
	}
	
	.stats tr.even td {
		background: #f3f3f3;
	}
	
	.stats tr.even td.featured-even {
		background: #ede8e2 !important;
	}
	
.plain {}

	.plain th {
		text-align: center;
	}
	
	.plain td {
		font-weight: bold;
		text-align: center;
	}
/* teams home */

.gallery span.error {
	color:Red;	
}

/* awards */
.awards-table-wrapper {
	border: none;
}

.awards-table {
	width: 100%;
	border-right: 1px solid #CCC;
	border-collapse: collapse;
}

	.awards-table th {
		background: #828282;
		color: #FFF;
		font-weight: bold;
		padding: 8px 20px;
		border-bottom: 1px solid #c8c8c8;
		border-left: 1px solid #9b9b9b;
		border-right: 1px solid #9b9b9b;
		text-align: center;
	}
	
	.awards-table th.first {
		text-align: left;
	}
	
	.awards-table th.gsb {
		padding-bottom: 25px;
		background-image: url(/Resources/Css/Images/awards-gsb.gif);
		background-position: 50% 75%;
		background-repeat: no-repeat;
	}
	
	.awards-table td {
		padding: 5px;
		background: #efefef;
		border-top: 2px solid #FFF;
		text-align: center;
	}
	
		.awards-table td input {
			margin: 0 5px;
		}
	
	.awards-table td.first {
		text-align: right;
	}
	
	.awards-table td.odd, .awards-table tr.odd td {
		background: #FFF;
	}
	
	.awards-table td.points {
		text-align: center;
		font-weight: bold;
	}
	
	.awards-table .contact-icon {
		vertical-align: middle;
		margin-right: 10px;
	}
/* /awards */


.add_match_header
{
    float:left;
    clear:left;
    height:100px;
    width:100px;
    background-color:Aqua;
}

.print-club-header-wrapper
{
	display:none;
}

.print-club-header-business
{
    display:none;
}


.support_fan
{
background-image:url(Images/supporter_man.png); 
width:23px; 
height:17px; 
float:left;

}

.support_mate
{
    background-image:url(Images/2supporter_man.png); 
    width:18px; 
    height:17px; 
    float:left;
}

.player_fan
{
   background-image:url(Images/player_man.png); 
   width:18px; 
   height:17px; 
   float:left; 
}

.player_mate
{
    background-image:url(Images/2player_man.png); 
    width:18px; 
    height:17px; 
    float:left;
}

.light-box label {
		zoom: 1;
		margin: 0 0 5px;
		margin-left:5px;
		clear: left;
	}

.websitelink-dir
{
  
  display:none;
}

/* /Contact Form  */

.radio-but-contact label 
{
    width:110px;
    float:left;
}

.checkbox-help-contact label
{
    width:100px;
    float:left;
}

.message-help-contact
{
padding-top:5px;
padding-left:2px;
padding-bottom:5px;
}

.message-help-contact textarea.txt
{
width:95%;
}


.message-help-contact .label
{
padding-bottom:3px;
}

.reToolbar
{
width:500px !important;
}

/* Rate-It Widget */
.rate-widget-container-outer{

}
	.rate-widget-container-outer .add-review-container {
		margin-top:0px !important;
	}

	.rate-widget-container-outer .set-demographics-container {
		margin-top:0px !important;
	}

/*\End Rate-It Widget */

.socialnetwork-publish-message
{
	height:65px;
	border:1px #ccc solid;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width:250px;
	background-color:#efefef;
	padding:4px;
}
	.socialnetwork-publish-message .txt
	{
		width:160px;
		height:28px;
		font-size:14px;	
	}

.ui-draggable
{
	background-image:url(images/draggable.png);
	background-repeat:no-repeat;
	background-position:97% 5px;
	cursor:move;
}
	.ui-draggable-dragging
	{
		opacity: 0.4;-moz-opacity: 0.4;filter: alpha(opacity=40);	
	}
	
	.ui-draggable-hover
	{
		opacity: 0.8;-moz-opacity: 0.8;filter: alpha(opacity=80);	
		-moz-box-shadow: #f59d04 0px 0px 3px;
		-webkit-box-shadow: #f59d04 0px 0px 3px;
	}



.tree-container
{
}

	.tree-container .tree-column {
		float: left;
		width: 335px;
		border: 1px solid #bebebe;
		background: #FFF;
		padding: 7px 10px 15px;
		font-size: 12px;
		font-weight: bold;
		height:400px;
		overflow:scroll;
	}
	
		.tree-container .tree img {
			height: 12px;
		}
	
		.tree-container .tree .node {
			padding: 3px 2px;
		}
	
		.tree-container .tree .leaf {
			font-weight: normal;
			font-size: 11px;
		}
	
		.tree-container .tree .selected {
			background: #d8eb69 url(Images/Members/green_tick.gif) 95% 50% no-repeat;
			border: 1px solid #99b02c;
			padding: 2px 27px 2px 5px;
		}
	
			.tree-container .tree .selected a {
				background: none;
				border: none;
				padding: 0;
			}

	.tree-container .middle-col {
		float: left;
		width: 125px;
		padding: 15px;
	}

		.tree-container .middle-col h3 {
			text-align: center;
			padding: 45px 0;
			font: bold 14px Tahoma, Arial, sans-serif;
		}

		.tree-container .middle-col .button {
			width: 100%;
			margin: 0 0 15px;
			padding-left: 0;
			padding-right: 0;
		}
	
		.ie6 .tree-container .middle-col .button,
		.ie7 .tree-container .middle-col .button {
			padding: 5px 0;
			max-width: auto;
			overflow: visible;
			width: 100%;
		}
/* /selection tree */