body{
	font-size:62.5%;
	font-family:Arial, sans-serif;
	background: transparent url(../images/tile_bg.gif) repeat-y;
}

div#background {
	background:transparent url(../images/layout/body_bg.gif) repeat-x;
}

hr {
	background-color: #DCDFD6;
	border: 0;
	height: 1px;
	margin: 0 0 10px;
}

#container{
	width:970px;
	font-size:9pt;
	line-height:1.2em;
	color:#333;
}

.nomargin {
	margin: 0 !important;
}

#header{
	width:970px;
	height:191px;
	background: #fff url(../images/layout/header_bg.jpg) no-repeat;
}

#feature_area {
	margin-bottom: 8px;
}

#top_nav{
	text-align:right;
	font-size:10px;
}

#top_nav a{
	margin:0 15px 0 0;
	color:#000;
	font-weight:normal;
}

#flash_header_logo{
	margin:0 0 0 34px;
	_margin:0 0 0 17px;
}

#login_form span{
	color:white;
	font-weight:bold;
}

#login_form input{
	color:#999;
}

#login_form{
	margin-top:9px;
}

#login_area{
	margin:128px 18px 0 0;
}

#content_container{
	background: #fff url(../images/layout/content_container_bg.gif) repeat-y top left;
	width:970px;
}

#inner_pages_content_container{
	background: #fff url(../images/layout/inner_pages_bg.gif) repeat-y top left;
	width:970px;
}

#inner_pages_content_container_orange{
	background: #fff url(../images/layout/inner_pages_bg_orange.gif) repeat-y top left;
	width:970px;
}

#left_nav{
	padding-left:19px;
	width:217px;
	height:auto;
}

#content_area{
	width:734px;
}

#content_block {
	width: 734px; /* 734px */
	_width: 731px;
	overflow: hidden;
	/*border: 1px solid red;*/
}

#page_content{
	padding-left:21px;
}

#inner_page_content{
	width:458px;
	padding:31px 0px 0px 66px;
	color:#666;
	line-height:1.4em;
	/*min-height:400px;
	height:auto;
	_height:400px;*/
}

.inner_page_content{
	width:458px;
	padding:31px 0px 0px 66px;
	color:#666;
	line-height:1.4em;
	/*min-height:400px;
	height:auto;
	_height:400px;*/
}

.inner_page_content2{
	width:668px;
	padding:31px 0px 0px 66px;
	color:#666;
	line-height:1.4em;
	/*min-height:400px;
	height:auto;
	_height:400px;*/
}

#inner_calendar {
	width:668px;
	padding:31px 0px 0px 66px;
	color: #000;
	line-height:1.4em;	
}

#inner_calendar p a {
	color: #e22321;
	font-weight: bold;
	text-decoration: underline;
}

#calendar .header {
	position: relative;
	height: 54px;
	background: url(../images/bg_calendar.gif) repeat-x bottom left;
	padding-top: 15px;
}

#calendar .header .logo {
	position: absolute;
	top: 0px;
	left: 10px;
	padding: 0;
}

#calendar .header .mast {
	position: absolute;
	top: 28px;
	right: 13px;
}

#calendar .header .prev_month {
	position: absolute;
	top: 32px;
	left: 96px;
}

#calendar .header .next_month {
	position: absolute;
	top: 32px;
	left: 287px;
}

#calendar .header .current_date {
	position: absolute;
	top: 28px;
	left: 125px;
	width: 162px;
	text-align: center;
	font-size: 2.5em;
	color: #3c3b30;
	line-height: 1.0;
}

#calendar .header .spacer {
	position: absolute;
	top: 22px;
	left: 339px;
}

#calendar .header .type_selector {
	position: absolute;
	top: 33px;
	left: 456px;
	width: 192px;
}

#calendar .header .viewing {
	position: absolute;
	right: 218px;
	top: 35px;
	color: #3c3b30;
}

#calendar .legend {
	height: 27px;
}

#calendar .legend .keys {
	margin-top: 4px;
}

#calendar .legend .keys li {
	color: #3c3b30;
	font-size: 0.8333em;
	display: inline;
	padding-right: 12px;
}

#calendar .legend .keys li img {
	display: inline;
	vertical-align: middle;
}

#calendar .dates {
	width: 99.5%;
	border-collapse: collapse;
}

#calendar .dates th {
	text-align: center;
	vertical-align: middle;	
	height: 29px;
	width: 14.27%;
	color: #7c7c7c;	
}

#calendar .dates td {
	border: 1px solid #cccccc;
	vertical-align: top;
}



#calendar .dates td .container {
	position: relative;
	min-height: 92px;
}

#calendar .dates td .container .events {
	padding: 22px 0 6px;
}

#calendar .dates td .container .events li {
	font-size: 0.8333em;
	line-height: 1.0;
	padding-left: 17px;
	position: relative;
	margin-bottom: 10px;
}

#calendar .dates td .container .events li img {
	position: absolute;
	left: 0px;
	top: 0px;
	display: inline;
}

#calendar .dates td .container .events li a {
	text-decoration: underline;
}

#calendar .dates td .container .events li a.event_type_4 {
	color: #00CF18;
}

#calendar .dates td .container .events li a.event_type_1 {
	color: #0061FF;	
}

#calendar .dates td .container .events li a.event_type_2 {
	color: #FF9C00;	
}

#calendar .dates td .container .events li a.event_type_3 {
	color: #FF0000;	
}

#calendar .dates td.first .container {
	border-left: none;
}

#calendar .dates td.blank {
	background: #f3f3f3;
}

#calendar .dates td .container .day {
	position: absolute;
	top: 3px;
	right: 5px;
	color: #000;
}

#calendar .dates td .container.blank .day {
	color: #c6c6c6;
}

#calendar .detail {
	padding: 26px 0 18px;
	border-bottom: 1px solid #dcdfd6;
	margin-bottom: 15px;
}

#calendar .detail .event_title {
	font-size: 2.083em;
	line-height: 1.0;
	margin-bottom: 20px;
}

#calendar .detail p.info {
	border-bottom: 1px solid #dcdfd6;
	padding-bottom: 14px;
	margin-bottom: 16px;
}

#calendar .detail p.location strong, #calendar .detail p.info strong {
	font-size: 1.1667em;
}

#calendar .downloads .download_title {
	font-size: 1.1667em;
	font-weight: bold;
	margin-bottom: 8px;
}

#calendar .downloads ul {
	
}

#calendar .downloads ul li {
	margin-bottom: 14px;
}

#calendar .downloads ul li img {
	display: inline;
	vertical-align: middle;
	padding-right: 10px;
}

#calendar .downloads ul li a {
	color: #f00;
	text-decoration: underline;
}

.border_container{
	border-bottom:1px solid #dcdfd6;
	padding-right:30px;
	margin-bottom: 10px;
}

.border_container_plus{
	border-bottom:1px solid #dcdfd6;
	padding:25px 30px 20px 0;
}

.none_container{
	padding-right:30px;
	margin-bottom:22px;
	_margin-bottom:11px;
}

#inner_right_col{
	width:168px;
	_width:165px;
	height:auto;
	padding:21px;
	color:#fff;
	background:#3C3B30 url(../images/layout/right_tile_bg.gif) repeat;
	line-height:1.4em;
	overflow: hidden;
}

#inner_right_col_blue{
	width:168px;
	height:auto;
	padding:21px;
	color:#fff;
	background:#589FB2 url(../images/layout/blue_bg.gif) repeat;
	line-height:1.4em;
}

#footer{
	padding:13px 0px 13px 261px;
	color:#333;
	height:auto;
	width:713px;
}

#inner_footer{
	padding:13px 21px 13px 261px;
	color:#333;
	height:auto;
	width:483px;
}

.footer_links{
	margin:0 0 15px 0;
	text-align:right;
	font-size:11px;
}

.footer_links a{
	color:#333;
	font-weight:normal;
}

.news_icon{
	width:60px;
	height:41px;
}

.news_content{
	/*width:638px;*/
	width: 620px;
	height:auto;
	padding-left:15px;
}

.news_content:hover{
	text-decoration:underline;
	cursor:pointer;
	_cursor:hand;
}

.news_bold_red{
	font-weight:bold;
	color:#F6130B;
	padding:2px 0px;
	font-family:Arial, sans-serif;
}

a{
	/*font-size:8pt;*/	
}

a.news{
	text-decoration:none;
	color:#333;
	font-size:7pt;
	_font-size:6pt;
}

a.news:hover{
	text-decoration:underline;
}

a.dark_bold{
	text-decoration:underline;
	color:#000;
}

ul#news li{
	padding-bottom:15px;
}

img#banner{
	padding-top:7px;
}

#promo_area{
	background: #fff url(../images/layout/promo_top_bg.gif) repeat-x;
	width:713px;
	height:auto;
	min-height:50px;
	border-bottom:1px solid #000;
	margin-bottom:15px;
	padding-bottom:7px;
}

#promo_left{
	width:275px;
	padding-right:16px;
	height:auto;
}

#promo_right{
	border-left:1px solid #000;
	margin-top:33px;
	padding-left:14px;
}

img.last{
	padding:0px;
	margin:0px;
}

.promo_tile{
	width:407px;
	padding-bottom:10px;
}

.small{
	font-size:8pt;
	font-family:Verdana, Arial, sans-serif;
	line-height:1.5em;
}

.fl{float:left;}
.fr{float:right;}
.clr{clear:both;visibility:hidden;}
.db{display:block;}
.di{display:inline;}

strong{
	font-weight:bold;
}

.no_borders{
	border:none;
}

#sponsors{
	padding:10px 0px;
}

span{
	color:#666;
}

#sponsors_links{
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.heading{
	font-weight:bold;
	font-size:10.5pt;
	color:#000;
	margin-bottom:13px;
}

.heading_red{
	font-weight:bold;
	font-size:10.5pt;
	color:#ff0000;
	margin-bottom:13px;
}


h1{
	font-weight:bold;
	font-size:10.5pt;
	color:#000;
	margin-bottom:13px;
}

h3{
	font-weight:bold;
	font-size:10.5pt;
	color:#000;
	margin:0 0 12px 0;
	_margin:0 0 6px 0;
}

h3.sep {
	border-top: 1px solid #ccc;
	padding-top: 6px;
}

h2{
	font-weight:bold;
	font-size:11pt;
	color:#000;
	margin:0 0 6px 0;
	_margin:0 0 3px 0;
}

p{
	margin:0 0 10px 0;
	_margin:0 0 5px 0;
}

/*p.success {
	border: 1px solid #32b81d;
	background: #c8f5c1;
	color: #1f7112;
	padding: 5px 10px;
}

p.error {
	border: 1px solid #CB0F0A;
	background: #FFBAB8;
	color: #77100C;
	padding: 5px 10px;
}

div.error, div.success {
	padding: 7px;
	margin-bottom: 15px;
}

div.error p, div.success p {
	margin: 0;
	font-weight: bold;
}

div.error {
	border: 1px solid #da4646;
	background-color: #fbecec;
}

div.error p {
	color: #da4646;
}

div.success {
	border: 1px solid #92b56b;
	background-color: #f4f7f0;
}

div.success p {
	color: #92b56b;
}*/

div.error, div.success {
	padding: 7px;
	margin-bottom: 15px;
}

div.error p, div.success p {
	margin: 0;
	font-weight: bold;
}

div.error {
	border: 1px solid #da4646;
	background-color: #fbecec;
}

div.error p {
	color: #da4646;
}

div.success {
	border: 1px solid #92b56b;
	background-color: #f4f7f0;
}

div.success p {
	color: #92b56b;
}

p.notice {
	border: 1px solid #1db8af;
	background: #ace8ec;
	color: #12756f;
	padding: 5px 10px;
}

p.notice a {
	color: #0f5c57;
}

.tight{
	margin:0 0 4px 0;
	_margin:0 0 2px 0;
}
.stretch{
	margin:0 0 20px 0;
	_margin:0 0 10px 0;
}

.black{color:#000;}

a{
	color:#FF9900;
	text-decoration:none;
	font-weight:bold;
}
a:hover{text-decoration:underline;}

.red{
	color:#ff0000;
}

.subhead_black{
	font-weight:bold;
	color:#000;
}

.subhead_red{
	font-weight:bold;
	color:#ff0000;
	font-size:10.5pt;
}

.intro_content{
	line-height:1.4em;
	color:#000;
	margin-left:10px;
	margin-bottom:31px;
	_margin-bottom:15px;
}

.intro_content_none{
	line-height:1.4em;
	color:#000;
	margin-bottom:31px;
	_margin-bottom:15px;
}

img.btt{
	margin:25px 0px 10px 0px;
	_margin:12px 0px 5px 0px;
}

div.btt{
	padding:21px 0 10px 0;
}

.profile{
	width:301px;
	padding-left:16px;
}

div.placing{
	width:330px;
	padding-left:16px;
}

img.placing{
	margin:0 0 20px 0;
	_margin:0 0 20px 0;
}

.image_btn{
	display:inline;
	margin:10px 0 0 0;
	_margin:5px 0 0 0;
}

.alignc{text-align:center;}
.alignl{text-align:left;}
.alignr{text-align:right;}

input#url{
	margin:20px 0 0 0;
	_margin:10px 0 0 0;
}


div.form{
	padding:20px 0 0 0;
}

.logo{
	border-bottom:1px solid #dcdfd6;
	padding:21px 30px 21px 0;
}

.top{
	border-top:none;
}

.bottom{
	border-bottom:none;
}

.opaque{
	opacity: .5;
	filter: alpha(opacity=50);	
}

.thumb{
	width:58px;
	height:59px;
	border:1px solid #000;
	margin:0 7px 7px 0;
	_margin:0 3px 3px 0;
}

.profile_container{
	border-top:1px solid #dcdfd6;
	margin:7px 0 0 0;
	_margin:7px 0 0 0;
	padding:7px 0 17px 0;
}

#tag{
	position:absolute;
	display:none;
	z-index:2;
}

#tag div{
	background:#fff url(../images/label_content.gif) repeat-x;
	padding:7px 10px 0px 5px;
	font:normal 10px Arial, sans-serif;
	height: 20px;
}

.xsmall{
	font-size:7.5pt;
	line-height:1.1em;
	color:#000;
}

.press_container{
	border-top:1px solid #dcdfd6;
	padding:22px 0 0 0;
	margin:22px 0 22px 0;
	_margin:11px 0 11px 0;
}

.press_article{
	padding:0 40px 0px 0;
	margin:0 0 10px 0;
	_margin:0 0 5px 0;
}

.newsgroup {
	display: none;
}

.judoclubs {
padding-bottom: 10px;
}

.img_margin{
	margin:0 0 0 10px;
	_margin:0 0 0 5px;
}

.video_info{
	padding:0 0 0 10px;
	color:#000;
}

table.logos{
	width:100%;
}
table.logos td{
	padding:6px;
	vertical-align:middle;
	text-align:center;
}

table.normal{
	width:100%;
}
table.normal td{
	padding:6px;
	vertical-align:middle;
}

.large_link{
	font-size:10.5pt;
	font-weight:lighter;
	color:#333;
	padding:5px 0 20px 0;
}

.large_txt{
	font-size:10.5pt;
	font-weight:bold;
	padding:5px 0 0 0;
}

.form_regular div{
	width:135px;
	font-size:11pt;
	color:#999;
	text-align:right;
	padding:0 10px 0 0;
}

.form_regular input{
	width:275px;
	background:#ccc;
}

input.form_btn{
	width:auto;
	margin:10px 0px 0 0;
	_margin:5px 0px 0 0;
}

input.large_field{
	width:160px;
	margin:2px 0 2px 0;
	_margin:1px 0 1px 0;
	padding:2px;
	color:#999;
}

.orange{
	color:#F26C2A;
}

.no_margin{
	margin:0;
}

.bg_grey{
	background-color:#eee;
}

.regular_bullets{list-style:disc;}
.regular_bullets li{padding:0 0 5px 0px;margin:0 0 0 15px;}

.regular_numbers{list-style:decimal;}
.regular_numbers li{padding:0 0 5px 0px;margin:0 0 0 15px;}

a.plain{
	text-decoration:underline;
	font-weight:normal;
	color:#000;
	font-size:12px;
}

.link_list img{
	margin:20px 0 0 0;
}

.hrule{
	border-top:1px solid #ccc;
	margin:20px 0;
	height:1px;
}

a.buline{
	color:#fff;
	text-decoration:underline;
	font-weight:bold;
}

.lanyard{
	background:#fff url(../images/form_middle.gif) repeat-y;
	color:#000;
	margin:0;
	width:414px;
}

.lanyard .pad{
	padding:10px 35px 0;	
}

.lanyard label{
	font-weight:bold;
}

ul.css_download_list{
	width:458px;
	color:#000;
	font-weight: bold;
}

/*
.css_download_list ul li ul li{
	padding:20px 10px;
	border-top:1px solid #dcdfd6;
	vertical-align:middle;
}

.css_download_list li ul li {
 	padding: 0;
 	margin:2px 25px 0px 0px;
	display: inline;
	border: none;
	}

.css_download_list li.first {
	padding:5px 0px 20px;
	border-top:none;
}

.css_download_list li {
	padding:20px 0px;
	border-top:1px solid #dcdfd6;
	vertical-align:middle;
}


.css_download_list span{
	color:#000;
	font-weight:bold;
}

.css_download_list div.pdf_name {
	font-size: 14px;
	margin-left: 60px;
}
*/


.download_list a {
	text-decoration: none;
}
.download_list td{
	padding:20px 10px;
	border-top:1px solid #dcdfd6;
	vertical-align:middle;
}

.download_list tr.first td{
	padding:5px 10px 20px;
	border-top:none;
}


.download_list span{
	color:#000;
	font-weight:bold;
}

.download_list span.pdf_name {
	font-size: 12px;
}


.download_list a {
	text-decoration: none;
}

.uline{
	text-decoration:underline;
}

.form_field {
	margin-bottom: 10px;
}

.form_fieldnames{
	width:175px;
	/*text-align:right;*/
	padding:3px 3px 0 0;
}

.grid td{
	border:1px solid #333;
}

.division_item{
	border:1px solid #ccc;
	width:225px;
	padding:3px;
	margin:0 0 2px 0;
}

.hand{
	cursor:pointer;
	_cursor:hand;
}

a.none{
	color:#000;
	text-decoration:none;
	font-weight:normal;
}
a.none:hover{
	color:#000;
	text-decoration:underline;
}

.img_border img{
	margin:3px;
	padding:5px;
}

ol.regular{
	list-style-type:decimal;
}

ol.regular li{
	padding:5px 0 0 5px;
	margin:0 0 0 15px;
}

ul.regular{
	list-style-type:disc;
}

ul.regular li{
	padding:5px 0 0 5px;
	margin:0 0 0 15px;
}

ul.steps {
	margin-bottom: 20px;
}

ul.steps li {
	display: inline;
	padding: 0 5px 0 0;
	color: #aaa;
	font-size: 8pt;
}

ul.steps li.sel {
	font-weight: bold;
	color: #000;
}

#print {
	display: none;
}

.eventForm {
	color: #000;
}

div.formText {
	margin-right: 4px;
}

.err {
	border: 1px solid #cb0f0a;
	background-color: #ffbab8;
	color: #77100c;
	padding: 5px 10px;
	margin: 10px;
}

.err ul {
	list-style-type: disc;
	display: block;
}

.err ul li {
	padding: 0 0 0 3px;
	margin: 0 0 0 20px;
}

div.formHeader {
	color: #F00;
	font-weight:bold;
	border-top:1px solid #dcdfd6;
	border-bottom:1px solid #dcdfd6;
	padding-top:7px;
	padding-bottom:7px;
	font-size:14px;
	margin-top:15px;
	margin-bottom:15px;
}

table.events {
	color: #000;
	margin: 8px;
	border: none;
}

table.events a {
	color: #000;
	text-decoration: underline;
}

table.events tr td.big {
	text-align: center;
	font-size: 20px;
}

table.events tr td.small {
	text-align: center;
	font-size: 14px;
}

table.events tr td {
	padding: 4px;
	border: 1px solid #FFF;
}

table.events tr td.col0 {
	background-color: #cbdda1;
}

table.events tr td.col1 {
	background-color: #9cb3d5;
}

table.events tr td.col2 {
	background-color: #f1c087;
}

table.events tr td.col3 {
	background-color: #daa0ac;	
}

table.events tr td.col4 {
	background-color: #9dc6a8;
}

table.events tr td.col5 {
	background-color: #efd8f2;
}

table.events a {
	text-decoration:none;
}

table.events a:hover {
	text-decoration:underline;
}


ul.breadcrumbs {
	list-style: none;
	color: #000;
	margin: 0 0 16px;
}

ul.breadcrumbs li {
	display: inline;
	padding: 0 0.25em 0 0;
}

ul.breadcrumbs li a {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

ul.clubs {
	list-style: none;
	margin-left: 1em;
}

ul.clubs li {
	font-size: 1.1em;
	margin-bottom: 8px;
}

ul.clubs li a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

div#postal_input {
}

div.club_list {
}

div#clubs_tab {
	border: 1px solid #fff;
	border-bottom: 1px solid #dcdfd6;
	margin-bottom: 14px;
}

div#clubs_tab ul li {
	float: left;
	display: inline;
	background: #fff;
	border: 1px solid #dcdfd6;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: none;
}

div#clubs_tab ul li.sel {
	background: #dc001a url('../images/tabselectbg.jpg') no-repeat top left;
	border-left: 1px solid #dcdfd6;
	border-right: 1px solid #dcdfd6;
}

div#clubs_tab ul li a {
	display: block;
	width: 100px;
	padding: 4px 8px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

div#clubs_tab ul li.sel a {
	color: #fff;
	text-indent: 12px;
}

div#clubs_body {
}

div#map_tab, div#list_tab {
	visibility: hidden;
	height: 0px;
	overflow: hidden;
}

div#map_tab {
	margin: 0 12px;
}

#map_canvas {
	border: 1px solid #000;
}




div#club_suggest_container {
	position: relative;
}

div#club_suggest {
	position: absolute;
	display: none;
	background-color: #fff;
	border: 1px solid #999;
	padding: 3px 5px;
	width: 240px;
	top: 25px;
	left: 178px;
}


table.club_table {
}

table.club_table tr {
}

table.club_table tr td {
	padding-right: 1em;
}

/* CSS for junior championship tech page */


#header_junior {
	margin-bottom: 50px;
}

#header_junior h4 {
	fontsize: 10pt;
	margin-bottom: 15x;
	padding: 0px;
	text-align: center;
	color: #000;
	
}

#header_junior h3 {
	font-size: 10pt;
	color: #CC0000;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#content_junior {
	color: 000;
	margin-right:10px;
}

#content_junior h3 {
	margin: 10px 0px 10px 0px;
	font-size: 11pt;
	color: #CC0000;
}

#content_junior ol.number {
	list-style-type: number;
}

#content_junior ol.number li {
	margin-bottom: 1em;
}

#content_junior h4 {
margin: 10px 0px 10px 0px;
	font-size: 10pt;
	color: #000;
}


#content_junior ul.blank {
	list-style-type: none;
	
}

#content_junior ul.blank li {
	margin: 0px;
	padding: 0px;
}

#content_junior ul.bullet {
	margin: 0px 0px 12px 0px;
	list-style-type: square;
}

#content_junior ul.bullet li {
	margin: 0px;
	padding: 0px;
}


#content_junior a {
	text-decoration:underline; 
	color: #333;
}

#content_junior ul.fl {
	display: inline;
	float: left;
}


#content_junior p ul {
	margin-bottom: 1.2em;
}


#content_junior table.download {
	border: none;
}


#content_junior table.download td {
	padding: 0px 5px 5px 5px;
}


#content_junior table#comp_schedule {
	width: 458px;
	border-collapse: collapse;
	border: 2px solid #000;
	text-align: center;
}


#content_junior table#comp_schedule tr {
	border: 2px solid #000;
	height:25px;
}


#content_junior table#comp_schedule tr.shade {
	border: 2px solid #000;
	height: 25px;
	background-color: #cccccc;
	color: #000;
	font-weight: bold;
}


#content_junior table#comp_schedule td.shade {
	border: 2px solid #000;
	background-color: #cccccc;
	color: #000;
}


#content_junior table#comp_schedule td {
	border: 2px solid #000;
}


#content_junior table ul.table {
	font-size:9pt;
	list-style-type: none;
	margin: 10px 5px 5px 5px;
}

a.dark {
	color: #7a4142;
}

ul#newsletters {
	margin-bottom: 10px;
}

ul#newsletters li span {
	font-weight: bold;
	display: block;
	float: left;
	width: 150px;
	color: #000;
}

ul#newsletters li a {
	color: #000;
	font-weight: normal;
}

.recog {
	height: 24px; /* plus padding */
	width: 443px;
	padding-top: 5px;
	background: transparent url('../images/recogbar.jpg') no-repeat top left;
	margin-bottom: 10px;
}

.recog p {
	margin-left: 10px;
	padding-top: 2px;
	font-weight: bold;
	font-size: 1.1666em;
	color: #fff;
}

.awardgroup {
	width: 436px;
	margin: 16px 0;
	display: none;
}


form.dialog {
	padding: 9px;
	background: #f0f6e9;
	border: 1px solid #fffbf4;
	border-bottom: 1px solid #996100;
	border-right: 1px solid #996100;
	margin-bottom: 12px;
}

form.dialog fieldset {
/*	border: 1px solid black;*/
	padding: 3px;
}

form.dialog fieldset label {
	display: -moz-inline-box;
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	width: 150px;
}

button img {
	display: inline;
	vertical-align: text-bottom;
}

table.view{
	border:1px solid #666;
	padding:1px 0 0 1px;
}

table.edit{
	width: 100%;
}

table.view td{
	padding:3px 8px;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
}

tr.headings{
	background:#000;
	color:#fff;
	text-align:center;
}

tr.headings td{
	vertical-align:middle;
}

#member_suggest a {
	display: block;
}

/*
.vert{
	width:200px;
	vertical-align:middle;
}
*/

table.group {
	width: 100%;
	border-bottom: 2px solid #7a4142;
	margin-bottom: 10px;
}

table.group tr {
	
}

table.group tr th.title {
	text-align: center;
	font-size: 1.166em;
}

table.group tr th {
	font-weight: bold;
	background: #7a4142;
	color: #fff;
	padding: 2px 6px;
}

table.group tr td {
	border-top: 1px dashed #000;
}

table#selectedMembers th, table#selectedMembers td {
	padding: 5px;
}

#searchOutput {
	margin: 7px 0 15px;
	padding: 10px 10px 0;
	border: 1px solid #999;
}


table.list {
	width: 100%;
}

table.list tr.odd {
	background: #fff;
}

table.list tr.even {
	background: #f7f7f7;	
}

table.list tr th {
	background: #000;
	color: #fff;
	font-weight: bold;
	text-align: left;	
}

table.list tr th, table.list tr td {
	padding: 9px;
}

table.list tr td a {
	color: #f00;
	font-weight: bold;
}

.tabs {
	list-style-type: none;
}

.tabs li {
	display: inline;
	padding-right: 2px;
}

.tabs li a {
	color: #000102;
	text-decoration: none;
	display: block;
	width: 70px;
	height: 20px;
	padding: 8px 16px 4px;
	background: #d6decf;
	text-align: center;
}

.tabs li a:hover, .tabs li.sel a {
	background: #f0f6e9;
	text-decoration: underline;
}

.menu_advert {
	margin-bottom: 10px;
}

p.ptext {
	padding-right: 5px;
}