/* * * * * * * * * * * * * * * * * * * * * * * * * * * *  
Stylesheet for AMTC Online
by James Ellis for Athletics (http://athleticsnyc.com)
 * * * * * * * * * * * * * * * * * * * * * * * * * * * */

html {
	margin:0;
	padding:0;
}

body {
	margin:0;
	padding:0;
	background: #FFFFFF url(../images/bg.gif);
	font-size:12px;
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Reusables
	-set everything to a baseline 
*/
img {border:0px;}

span.highlight {
	background:#fff4ca;
}

.light_yellow_bg {
	background-color:#fffde5
}

span.nobr {
	white-space:nowrap;
}

/* Links */
a {
	color:#0063A8;
	text-decoration:none;
	font-weight:bold;
}
a:visited {
	border-bottom:1px dotted #96BED9;
}
a:hover {
	border-bottom:0;
	text-decoration:underline;
}
a:visited:hover {
	border-bottom:1px solid #0063A8;
	text-decoration:none;
}

/* Image links */

a.images, a.images:visited, a.images:hover, a.images:visited:hover {
	border:0;
	text-decoration:none;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

div.notice {
	padding-top:0px;
	line-height:36px;
	color:#4C4C4C;
	background:#FFF3C1 url(../images/notice_bg.jpg) repeat-x scroll 0% 0;
	border-bottom:1px solid #BCBCBC;
	font-size:12px;
	height:34px;
	text-align:center;
	width:100%;
}
	div.notice a {
		color:#F81445;
		text-decoration:none;
		border:0;
	}
	div.notice a:hover {
		color:#F81445;
		text-decoration:underline;
		border:0;
	}
	
	div.notice a.dismiss,
	div.notice a.dismiss:visited {
		color:#4C4C4C;
		font-weight:normal;
		font-size:11px;
		text-decoration:underline;
	}
	div.notice a.dismiss:hover,
	div.notice a.dismiss:visited:hover {
		background:#707070;
		text-decoration:none;
		color:#fff;
	}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Administrator Login Notice */

#admin_notice {
	padding-top:0px;
	line-height:36px;
	color:#fff;
	background:green;
	border-bottom:1px solid #BCBCBC;
	font-size:14px;
	height:36px;
	text-align:center;
	width:100%;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Special Alarm Notice */

div.notice_alarm {
	padding-top:0px;
	line-height:36px;
	color:#4C4C4C;
	background:#FFF3C1 url(../images/notice_bg.jpg) repeat-x scroll 0% 0;
	border-bottom:1px solid #BCBCBC;
	font-size:12px;
	text-align:center;
	width:100%;
}

div.notice_alarm h4 {
	width: 600px;
	text-align:left;
	margin:0 auto;
	text-transform:uppercase;
	color:#000;
	font-size:12px;
	line-height:12px;
	padding-top:25px;
}

div.notice_alarm h3 {
	width: 600px;
	text-align:left;
	margin:0 auto;
	color:#f71545;
	font-size:22px;
	line-height:22px;
	padding-top:10px;
	padding-bottom:10px;
}

div.notice_alarm p {
	color:#000;
	width: 600px;
	text-align:left;
	margin:0 auto;
	line-height:16px;
	font-size:13px;
	margin-bottom:20px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.wrapper{
	width: 964px;
	margin-left: auto;
	margin-right: auto;
	background: transparent url(../images/side_shadows.png);
}


.page{
	background: #FFFFFF;
	margin-right: 7px;
	margin-left: 7px;
	padding-left:30px;
	padding-top:20px;
	padding-bottom:20px;
}
.page_shadow{
	width: 964px;
	margin-left: auto;
	margin-right: auto;
	height: 10px;
	background: transparent url(../images/bottom_shadow.png) no-repeat;
}

/* Styles for main tables */

table.main td {
	vertical-align:top;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Global Header */

#header {
	margin-left:0px;
	margin-right:30px;
	color:#5C5C5C;
	font-size:13px;
	margin-bottom:25px;
}
#header strong {
	color:#000;
}
	#header .login_info {
		margin-top:39px;
		float:right;
	}
		#header .login_info td {
			padding-left:20px;
		}
	
	#header a.account {
		border:0;
		display:block;
		height:16px;
		background:url(../images/icons/your_account_small.gif) no-repeat;
		padding-left:20px;
		padding-top:3px;
	}
	
	#header a.logout {
		border:0;
		display:block;
		height:16px;
		background:url(../images/icons/logout_small.gif) no-repeat;
		padding-left:20px;
		padding-top:3px;
	}
	
	#header a:hover {
		text-decoration:underline;
	}

#print_header_id {
	display:none;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Nav */

#nav {
	margin-left:0px;
	width:237px;
	background:#fff url(../images/nav_bg.gif) repeat-y 100%;
	border:1px solid #DFDFDF;
	border-left:0;
	padding-bottom:15px;
	font-size:12px;
}
#nav h3 {
	font-size:18px;
	margin:0;
	margin-top:15px;
	margin-bottom:13px;
	margin-left:2px;
	padding:0;
	font-weight:normal;
	color:#8B8B8B;
}

#nav ul, #nav li {
	list-style:none;
	margin:0;
	padding:0;
}

#nav ul {
	margin-left:3px;
}

#nav li {
	margin-top:6px;
	margin-bottom:6px;
}




#nav li.doc {
	padding-top:2px;
	padding-left:23px;
	padding-right:20px;
	background:url(../images/icons/document_small.gif) no-repeat 1px 50%;
}
#nav li.doc a {
	padding-right:12px;
	line-height:16px;
	color:#000;
}
#nav li.doc a:hover {
	border:0;
	text-decoration:underline;
}
#nav li.doc a:visited {
	border:0;
	color:#4F4F4F;
	background:url(../images/icons/visited_checkmark.gif) no-repeat 100% 2px;
}
#nav li.doc a:visited:hover {
	border:0;
	color:#000;
}



#nav li.doc_active {
	position:relative;
	margin-left:-11px;
	margin-right:0;
	width:232px;
	background:#0566AA url(../images/menu_highlight_top.gif) no-repeat;
	font-weight:bold;
	color:#fff;
	padding-top:6px;
	padding-left:0px;
	padding-bottom:0px;
}
	#nav li.doc_active span {
		display:block;
		width:175px;
		background:url(../images/icons/document_small.gif) no-repeat 11px 50%;
		padding-left:35px;
		padding-top:0px;
		padding-right:20px;
		padding-bottom:2px;
		line-height:16px;
	}
	
	#nav li.doc_active div.bottom {
		background:url(../images/menu_highlight_bottom.gif) no-repeat;
		font-size:0px;
		line-height:0px;
		height:5px;
		margin-bottom:0px;
	}



#nav li.cat {
	background:url(../images/icons/category_small.gif) no-repeat 0px 50%;
	padding-left:23px;
	padding-top:2px;
	padding-right:20px;
}
#nav li.cat a {
	height:16px;
	padding-top:0px;
	padding-right:15px;
	color:#0063A8;
	line-height:16px;
}
#nav li.cat a:hover {
	border:0;
	text-decoration:underline;
}
#nav li.cat a:visited {
	border:0;
	color:#4F4F4F;
	background:url(../images/icons/visited_checkmark.gif) no-repeat 100% 2px;
}
#nav li.cat a:visited:hover {
	border:0;
	color:#0063A8;
}






#nav li.cat_active {
	position:relative;
	margin-left:-11px;
	width:232px;
	background:#0566AA url(../images/menu_highlight_top.gif) no-repeat;
	font-weight:bold;
	color:#fff;
	padding-top:2px;
	padding-left:0px;
	padding-right:0px;
}
	#nav li.cat_active span {
		display:block;
		width:175px;
		background: url(../images/icons/category_small2.png) no-repeat 10px 50%;
		padding-left:35px;
		padding-top:5px;
		padding-right:15px;
		padding-bottom:2px;
		line-height:16px;
		text-shadow:#000 0px 0px 0px;
	}
	#nav li.cat_active div.bottom {
		background:url(../images/menu_highlight_bottom.gif) no-repeat;
		font-size:0px;
		line-height:0px;
		height:5px;
		margin-bottom:0px;
	}


#nav ul.category_level {
	position:relative;
	width:232px;
	margin-left:-11px;
	margin-bottom:0;
	padding-bottom:0;
	background:url(../images/icons/category_level_sub_bg.gif) repeat-y;
}
	#nav ul.category_level li {
		margin:0 !important;
		padding-top:3px;
		padding-right:20px;
		padding-bottom:3px;
		padding-left:36px;
		background:url(../images/icons/left_dots.gif) no-repeat 19px 50%;
	}
		#nav ul.category_level li a {
			display:block;
			margin-left:0px;
			color:#fff;
			font-size:11px;
			font-weight:normal;
			padding-left:0px;
			padding-right:12px;
		}
		#nav ul.category_level li a:hover {
			border:0;
			text-decoration:underline;
		}
		#nav ul.category_level li a:visited {
			color:#001127;
			border:0;
			text-decoration:none;
			background:url(../images/icons/visited_checkmark_blue.gif) no-repeat 100% 50%;
		}
		#nav ul.category_level li a:visited:hover {
			color:#000000;
			border:0;
			text-decoration:underline;
		}
		
		
		
	#nav ul.category_level li.header {
		background:url(../images/icons/category_level_top.gif) no-repeat;
		font-weight:bold;
		color:#fff;
		padding-top:6px;
		padding-left:10px;
		margin-bottom:-3px;
	}
		#nav ul.category_level li.header span {
			display:block;
			font-size:14px;
			background:url(../images/icons/category_small2.png) no-repeat 0px 0px;
			padding-left:25px;
			padding-top:2px;
			line-height:16px;
			text-shadow:#000 0px 0px 0px;
		}
	
	#nav ul.category_level li.active {
		padding-top:5px;
		padding-bottom:5px;
		background:url(../images/icons/left_dots100.gif) no-repeat 19px 11px;
	}
	#nav ul.category_level li.active span {
		margin-left:0px;
		color:#fff;
		font-size:12px;
		font-weight:bold;
		text-decoration:none;
		text-shadow:#000 0px 0px 0px;
	}
	
	#nav ul.category_level li.bottom {
		margin-bottom:0 !important;
		padding-bottom:0 !important;
		height:5px;
		font-size:0px;
		line-height:0px;
		background:url(../images/icons/category_level_bottom.gif) no-repeat 0 100%;
	}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Nav - Bulletin Board */

#nav_bulletin_board {
	margin:0;
	margin-top:15px;
	height:51px;
	width:239px;
	background:url(../images/bulletin_board_sidebar_bg.gif) no-repeat 0 0;
	cursor: pointer;
}

	#nav_bulletin_board h4 {
		position:absolute;
		margin-left:60px;
		margin-top:10px;
		font-size:14px;
		font-weight:bold;
	}
		
		#nav_bulletin_board h4.no_recent {
			margin-top:17px !important;
		}
	
	#nav_bulletin_board span {
		position:absolute;
		display:block;
		color:#606060;
		font-size:11px;
		margin-left:60px;
		margin-top:27px;
	}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Home/Login content */

div.home_wrapper_div {
	position:relative;
	height:442px;
	margin-bottom:10px;
}

div.home_feature {
	position:absolute;
	left:0;
	width:517px;
}

div.login_wrapper {
	position:absolute;
	right:30px;
	width:346px;
	height:442px;
	background:url(../images/home_boxes.gif) no-repeat;
}

/* Home Sucess Message Box */
#home_message_flash_div {
	margin-left:147px;
}
#home_message_flash_div div {
	background: url(../images/bg_success_box.gif) no-repeat;
	color:#000;
	font-size:12px;
	font-weight:bold;
	height:80px;
	line-height:41px;
	padding-left:50px;
}

/* Submit & Forget password... */

div.login_div table {
	margin-top:20px;
}

div.login_div table td {
	padding-right:14px;
}

	/* Forget password link */
	div.login_div table a,
	div.login_div table a:visited {
		font-size:11px;
		font-weight:normal;
		color:#757575;
		text-decoration:underline;
		border:0;
	}

	div.login_div table a:hover,
	div.login_div table a:visited:hover {
		color:#000;
		text-decoration:underline;
		border:0;
	}

div.login_div {
	padding:25px;
}

div.login_div h3,
div.apply_div h3 {
	margin:0;
	padding:0;
	font-size:14px;
}

div.login_div h1 {
	margin:0;
	margin-top:10px;
	margin-bottom:10px;
	font-weight:normal;
	font-size:26px;
	line-height:28px;
}

div.login_div label {
	display:block;
	color:#313131;
	font-size:12px;
	font-weight:bold;
	margin-top:15px;
	margin-bottom:2px;
}

div.apply_div {
	position:absolute;
	top:288px;
	padding:25px;
}

div.apply_div p {
	margin-top:10px;
	margin-bottom:10px;
	font-size:14px;
	line-height:16px;
	color:#313131;
}

div.apply_div a, div.apply_div a:visited, div.apply_div a:hover, div.apply_div a:visited:hover {
	border:0;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Login Home >> General boxes */

div.general_box_wrapper {
	position:relative;
	margin-bottom:30px;
	width:623px;
	background:#fff url(../images/general_box_middle.gif) repeat-y;
}

div.general_box_top {
	position:relative;
	padding-left:25px;
	padding-right:25px;
	padding-top:20px;
	background:transparent url(../images/general_box_top.gif) no-repeat;
}

div.general_box_bottom {
	background:transparent url(../images/general_box_bottom.gif) no-repeat;
	height:9px;
	font-size:0;
	line-height:0;
}

div.general_box_wrapper h1,
div.general_box_wrapper h2,
div.general_box_wrapper h3 {
	margin-top:0;
}

div.general_box_wrapper h2 {
	font-size:18px;
}

div.general_box_wrapper p {
	color:#313131;
}

/* Login Home >> Updates */

div.login_home_updates {
	float:left;
	width:450px;
}

	div.login_home_updates div.login_home_latest_item {
		border-top:1px solid #E4E4E4;
		padding-top:9px;
		padding-bottom:9px;
		line-height:18px;
		padding-left:70px;
	}
	
	.update_item {
		background:url(../images/icons/item_update.gif) no-repeat 8px 50%;
	}
	
	.new_item {
		background:url(../images/icons/item_new.gif) no-repeat 8px 50%;
	}
	
	div.login_home_updates div.login_home_latest_item span {
		font-size:11px;
		text-transform:uppercase;
		color:#9F9F9F;
		padding-left:7px;
	}

div.login_home_user_image {
	float:right;
	width:90px;
}
	
	div.login_home_user_image img {
		padding:2px;
		border:1px solid #C5C5C5;
		background-color:#fff;
	}
	
	div.login_home_user_image span {
		display:block;
		margin-top:7px;
	}
		
		div.login_home_user_image span a,
		div.login_home_user_image span a:visited {
			font-size:11px;
			font-weight:normal;
			color:#757575;
			text-decoration:underline;
			border:0;
		}

		div.login_home_user_image span a:hover,
		div.login_home_user_image span a:visited:hover {
			color:#000;
			text-decoration:underline;
			border:0;
		}

/* Latest from amtcworld.com */

table.millielewisdotcom td {
	border-top:1px solid #E5E5E5;
	padding-top:20px;
	vertical-align:top;
}

table.millielewisdotcom h3 {
	margin-top:0;
	font-size:12px;
	color:#494949;
}

/* Millie Lewis.com Blog stuff */

.blog_item {
	padding-left:45px;
	width:160px;
	margin-bottom:20px;
}

/* Date blog */

.blog_item .dateblock {
	margin-left:-45px;
	position:absolute;
	float:left;
	width:38px;
	height:44px;
	overflow:hidden;
	background:#666 url(../images/blog_date_bg.gif) no-repeat;
}

.blog_item .dateblock .month,
.blog_item .dateblock .day,
.blog_item .dateblock .year {
	width:38px;
	text-align:center;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
}

.blog_item .dateblock .month {
	padding-top:4px;
	font-size:10px;
}

.blog_item .dateblock .day {
	margin-top:-1px;
	font-size:16px;
	line-height:17px;
}

.blog_item .dateblock .year {
	margin-top:-1px;
	font-size:9px;
}

/* End of the date block */

.blog_item div.date {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-transform:uppercase;
	color:#313131;
	margin-bottom:4px;
}

table.millielewisdotcom h4 {
	margin:0;
	margin-bottom:2px;
	font-size:12px;
	line-height:16px;
}

.blog_item div.byline {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:italic;
	margin-top:1px;
	color:#878787;
}

/* Video items */

.video_item {
	padding-left:84px;
	margin-bottom:15px;
	width:138px;
}

.video_item .thumb {
	position:absolute;
	float:left;
	margin-left:-84px;
}
	.video_item .thumb a, .video_item .thumb a:visited, .video_item .thumb a:hover, .video_item .thumb a:visited:hover {
		border:0;
	}

.video_item img {
	border:1px solid #ccc;
}

.video_item div.details {
	font-size:11px;
	font-weight:bold;
	color:#000;
}

.video_item p {
	margin:0;
	margin-top:5px;
	font-size:11px;
}

/* Photo items */

.photo_item {
	margin-bottom:15px;
}

.photo_item img {
	background:#FFF;
	border:1px solid #D8DEE3;
	padding:3px;
}
	
	.photo_item a, .photo_item a:visited, .photo_item a:hover, .photo_item a:visited:hover {
		border:0;
	}

/* Success Story Item */

.success_story_item {
	margin-bottom:20px;
}

.success_story_item img {
	background:#FFF;
	border:1px solid #D8DEE3;
	padding:3px;
}

.success_story_item div.photo {
	margin-bottom:5px;
}

.success_story_item h4 {
	font-size:14px !important;
	margin-bottom:2px;
}

.success_story_item div.description {
	color:#313131;
	font-size:11px;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Account Application */

div.account_application {
	margin-top:5px;
	margin-bottom:20px;
	color:#666;
	font-size:11px;
}

div.account_application hr {
	margin-top:20px;
	margin-bottom:20px;
}

div.account_application h1 {
	letter-spacing:-.02em;
	font-size:28px;
	color:#000;
}

div.account_application p {
	font-size:14px;
	line-height:17px;
}

div.account_application label {
	display:block;
	color:#000;
	font-weight:bold;
	font-size:12px;
	margin-top:15px;
	margin-bottom:3px;
}

div.account_application span.hint {
	font-size:11px;
	display:block;
	color:#666;
	margin-top:4px;
	margin-bottom:4px;
}

div.account_application img {
	background:#FFF;
	border:1px solid #D8DEE3;
	padding:3px;
}

/* Application FAQs */

div.application_faqs {
	padding-top:32px;
	padding-left:40px;
	padding-right:40px;
}

div.application_faqs h2 {
	margin:0;
	margin-bottom:23px;
	font-size:20px;
	color:#313131;
	font-weight:normal;
}

div.application_faqs h3 {
	color:#464646;
	font-size:12px;
	margin-bottom:0;
}

div.application_faqs p {
	color:#505050;
	font-size:12px;
	margin-top:8px;
	margin-bottom:18px;
	line-height:15px;
}

/* Error Box */
div.comment_error_box {
	margin-top:10px;
	padding:20px;
	padding-left:105px;
	font-size:14px;
	line-height:18px;
	font-weight:normal;
	border:1px solid #BCBCBC;
	color:#000;
	background:#FFFEDC url(../images/attention_large.png) 20px 50% no-repeat;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Textured Link */
.textured_link {
	line-height: 24px;
	width: 120px;
	height: 24px;
	background: #0562A5 url(../images/nav_light.gif) repeat-x;
	display: block;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration:none;
	color: #ffffff !important;
}

.textured_link:hover {
	background: #033D67 url(../images/nav_dark.gif) repeat-x;
	text-decoration:none !important;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Account pages */

div.account_box_wrapper {
	position:relative;
	margin-bottom:30px;
	width:623px;
	background:#fff url(../images/account_box_middle.gif) repeat-y;
}

div.account_box_top {
	position:relative;
	padding-left:25px;
	padding-right:25px;
	padding-top:0px;
	background:transparent url(../images/account_box_top.gif) no-repeat;
}

div.account_box_bottom {
	background:transparent url(../images/account_box_bottom.gif) no-repeat;
	height:15px;
	font-size:0;
	line-height:0;
}

/* Account Nav */

.account_nav {
	height:40px;
}

.account_nav ul, .account_nav li {
	margin:0;
	padding:0;
	list-style:none;
}

.account_nav li {
	margin-top:13px;
	float:left;
	margin-right:20px;
	padding-left:21px;
	height:20px;
	line-height:20px;
	font-weight:bold;
}

.account_nav li.account_overview {
	background:url(../images/icons/account_overview.gif) no-repeat 0 0;
}

.account_nav li.account_edit {
	background:url(../images/icons/account_edit.gif) no-repeat 0 0;
}

.account_nav li.account_password {
	background:url(../images/icons/account_password.gif) no-repeat 0 0;
}

.account_nav li.account_contestant_portfolios {
	background:url(../images/icons/contestant_portfolio_small.gif) no-repeat 0 0;
}

/* Account Overview */

div.account_overview {
	margin-top:25px;
}

div.account_overview h1 {
	margin:0;
	font-size:32px;
}

div.account_overview h3 {
	font-size:18px;
	margin:0;
	margin-top:4px;
}

div.account_overview h3 a {
	font-weight:normal;
}

div.account_overview h4 {
	margin:0;
	margin-top:15px;
	color:#858585;
	font-size:12px;
	font-weight:normal;
}

/* User photo */

div.account_overview .photo {
	float:right;
	width:90px;
	margin-bottom:20px;
}
	
	div.account_overview .photo img {
		padding:2px;
		border:1px solid #C5C5C5;
		background-color:#fff;
	}
	
	div.account_overview .photo span {
		display:block;
		margin-top:7px;
	}
		
		div.account_overview .photo span a,
		div.account_overview .photo span a:visited {
			font-size:11px;
			font-weight:normal;
			color:#757575;
			text-decoration:underline;
			border:0;
		}

		div.account_overview .photo span a:hover,
		div.account_overview .photo span a:visited:hover {
			color:#000;
			text-decoration:underline;
			border:0;
		}

/* Account Overview table. Also re-used in the Contestant Portfolio
   for confirming personal information */

table.general_data_tbl {
	clear:both;
	margin-top:0px;
	margin-bottom:15px;
	width:100%;
	border-collapse:collapse;
}

table.general_data_tbl td {
	border-top:1px solid #D9D9D9;
	border-bottom:1px solid #D9D9D9;
	vertical-align:top;
	font-size:18px;
	line-height:20px;
	padding:16px;
}

table.general_data_tbl td img {
	background:#FFF;
	border:1px solid #D8DEE3;
	padding:3px;
	margin-bottom:5px;
}

table.general_data_tbl td.label {
	width:30%;
	text-align:right;
	padding-left:20px;
	padding-right:20px;
	border-right:1px solid #D9D9D9;
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;
	color:#000;
}

table.general_data_tbl td span{
	display:block;
	font-size:11px;
}

	table.general_data_tbl td span a, 
	table.general_data_tbl td span a:visited{
		text-decoration:underline;
		border:0;
	}
	
	table.general_data_tbl td span a:hover, 
	table.general_data_tbl td span a:visited:hover {
		text-decoration:underline;
		color:#000;
		border:0;
	}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Account Edit */

div.account_edit {
	margin-top:25px;
}

div.account_edit h1 {
	margin:0;
	font-size:32px;
}

div.account_edit label {
	color:#000;
	font-weight:bold;
	display:block;
	font-size:12px;
	margin-bottom:2px;
}

div.account_edit table td {
	padding-right:15px;
}

div.account_edit div {
	margin-top:18px;
	margin-bottom:18px;
}

div.account_edit span {
	color:#666;
	font-size:11px;
	display:block;
	margin-top:3px;
	margin-bottom:3px;
}

div.account_edit h3 {
	font-size:16px;
}

div.account_edit h4 {
	font-size:13px;
	margin-bottom:3px;;
}

div.account_edit p {
	margin-top:0;
}

div.account_edit td.cancel_text {
	font-size:12px;
	color:#666;
	vertical-align:middle;
}
	div.account_edit td.cancel_text a {
		border:0;
		color:#666;
		font-weight:normal;
		text-decoration:underline;
	}
	div.account_edit td.cancel_text a:hover {
		color:#000;
	}

div.account_edit img {
	padding:2px;
	border:1px solid #C5C5C5;
	background-color:#fff;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Account: Contestant Portfolios */

div.cp_box_wrapper {
	position:relative;
	margin-bottom:30px;
	width:623px;
	background:#fff url(../images/account_box_middle.gif) repeat-y;
}

div.cp_box_top {
	position:relative;
	padding-left:25px;
	padding-right:25px;
	padding-top:25px;
	background:transparent url(../images/cp_box_top.gif) no-repeat;
}

div.cp_box_bottom {
	background:transparent url(../images/account_box_bottom.gif) no-repeat;
	height:15px;
	font-size:0;
	line-height:0;
}



.account_contestant_portfolios h1 {
	background:url(../images/icons/contestant_portfolio_large.gif) no-repeat;
	padding-left:45px;
	font-size:30px;
	line-height:38px;
}

.account_contestant_portfolios h1.new_cp_saved {
	background:url(../images/icons/contestant_portfolio_saved.gif) no-repeat;
	padding-left:55px;
	font-size:30px;
	line-height:38px;
}

.account_contestant_portfolios p {
	font-size:14px;
	line-height:18px;
	padding-right:30px;
}

.account_contestant_portfolios p.hint {
	font-size:13px;
	color:#434343;
	margin-top:8px;
	margin-bottom:10px;
}

.account_contestant_portfolios li {
	font-size:13px;
	line-height:18px;
	margin-top:5px;
	margin-top:5px;
}

.account_contestant_portfolios ul.checklist {
	list-style:none;
	border:6px solid #e5e5e5;
	padding:15px;
	padding-left:20px;
	margin-bottom:15px;
	width:60%;
}
	.account_contestant_portfolios ul.checklist li {
		margin-top:8px;
		margin-bottom:8px;
	}
	.account_contestant_portfolios ul.checklist label {
		display:inline !important;
		font-size:13px;
		padding:5px;
		font-weight:normal;
		cursor: pointer;
	}
	.account_contestant_portfolios ul.checklist label:hover {
		background-color:#fffdbf;
	}
	.account_contestant_portfolios ul.checklist label.on {
		background-color:#deffdb;
		font-weight:bold;
	}
	
	.account_contestant_portfolios ul.checklist label.disabled {
		background-color:#ccc;
		color:#666;
		font-weight:normal;
		cursor: default;
	}

.account_contestant_portfolios div.create_new_portfolio {
	height:46px;
	width:292px;
	background:url(../images/buttons/contestant_portfolio_create.gif) no-repeat;
	font-size:16px;
	font-weight:bold;
	color:black;
	padding-left:60px;
	line-height:48px;
	margin-bottom:30px;
	margin-top:30px;
	cursor: pointer;
	text-decoration:none;
}
	.account_contestant_portfolios div.create_new_portfolio:hover {
		color:#0063a8;
		text-decoration:underline;
	}

/* The existing portfolios table */

.account_contestant_portfolios table.existing_portfolios {
	margin-bottom:20px;
	border-collapse:collapse;
}

.account_contestant_portfolios table.existing_portfolios tr.headings td {
	font-weight:bold;
	font-size:11px;
	white-space: nowrap;
	background-color:#ccc;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:6px;
	border:1px solid #b6b6b6;
	text-align:center;
}

.account_contestant_portfolios table.existing_portfolios tr.headings td:first-child {
	text-align:left;
}

.account_contestant_portfolios table.existing_portfolios td {
	padding:10px;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	line-height:14px;
}

.account_contestant_portfolios table.existing_portfolios tr.locked td {
	background:#f0f0f0;
}

.account_contestant_portfolios table.existing_portfolios td.event_info {
	line-height:16px;
	width:40%;
}

.account_contestant_portfolios table.existing_portfolios td.event_date_created {
	width:10%;
	text-align:center;
}

.account_contestant_portfolios table.existing_portfolios td.event_status {
	width:30%;
	text-align:center;
}

.account_contestant_portfolios table.existing_portfolios td.event_status strong.editable {
	color:green;
}

.account_contestant_portfolios table.existing_portfolios td.event_status strong.locked {
	color:red;
}

.account_contestant_portfolios table.existing_portfolios td.event_status span.hint {
	font-size:11px;
}

.account_contestant_portfolios table.existing_portfolios td.event_controls {
	width:20%;
	text-align:center;
	padding-left:15px;
	padding-right:0;
}

/* Edit Portfolio button */
.account_contestant_portfolios table.existing_portfolios td.event_controls a.edit_button {
	display:block;
	text-align:left;
	border-bottom:0 !important;
	line-height:12px;
	font-size:11px;
	padding-left:30px;
	width:60px;
	height:30px;
	background:url(../images/buttons/edit_portfolio.gif) no-repeat;
}
/* Review Portfolio button */
.account_contestant_portfolios table.existing_portfolios td.event_controls a.review_button {
	display:block;
	text-align:left;
	border-bottom:0 !important;
	line-height:12px;
	font-size:11px;
	width:60px;
	padding-left:30px;
	height:30px;
	background:url(../images/buttons/view_portfolio.gif) no-repeat;
}
.account_contestant_portfolios table.existing_portfolios td.event_controls a.delete_button {
	display:block;
	color:#b40d3d;
	text-align:left;
	border-bottom:0 !important;
	line-height:12px;
	font-size:11px;
	padding-left:30px;
	margin-top:10px;
	width:60px;
	background:url(../images/buttons/delete_portfolio.gif) no-repeat;
}

.account_contestant_portfolios table.existing_portfolios td.event_controls a.edit_button:hover,
.account_contestant_portfolios table.existing_portfolios td.event_controls a.review_button:hover {
	text-decoration:underline;
}

.account_contestant_portfolios table.existing_portfolios td span.event_title {
	font-size:16px;
	font-weight:bold;
}

.account_contestant_portfolios table.existing_portfolios td span.event_date {
	font-size:14px;
	font-weight:bold;
}

.account_contestant_portfolios table.existing_portfolios td span.event_venue_name {
	font-size:14px;
	color:#666;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Sizing chart table (for child, men, women measurements) */

table.sizing_table {
	width:100%;
	margin-bottom:25px;
}
table.sizing_table td.main {
	padding-right:20px;
}
table.sizing_table td.sizing {
	width:200px;
	background:#efefef;
	padding-left:9px;
	padding-top:9px;
	padding-right:15px;
}

table.sizing_table td.sizing p {
	padding:0 !important;
	margin:0;
	margin-bottom:15px;
	font-size:11px;
	line-height:14px;
}
table.sizing_table td.sizing ul {
	margin:0;
	padding:0;
	padding-left:18px;
}
table.sizing_table td.sizing li {
	font-size:11px;
	margin:0;
	padding:0;
}
table.sizing_table td.sizing img {
	border:1px solid #ccc;
}
table.sizing_table td.sizing h2 {
	font-size:18px;
	margin-top:4px;
	margin-bottom:20px;
	font-weight:normal;
}
table.sizing_table td.sizing h3 {
	font-size:11px;
	text-transform:uppercase;
	margin-bottom:2px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Contestant Portfolio Sidebar (displaying steps) */

#cp_sidebar {
	margin-top:0px;
	margin-left:0px;
	width:237px;
	background:#fff url(../images/cp_sidebar_bg.gif) repeat-x 100% 0%;
	border:1px solid #DFDFDF;
	border-right:0;
	border-bottom:0;
	border-left:0;
	padding-bottom:15px;
	font-size:12px;
}

#cp_sidebar h3 {
	padding-left:46px;
	padding-right:20px;
	margin-left:15px;
	font-weight:bold;
	font-size:14px;
	line-height:17px;
	margin-top:15px;
	color:#000;
}
#cp_sidebar h3.edit {
	background:url(../images/icons/contestant_portfolio_editing.gif) no-repeat 2px 50%;
}
#cp_sidebar h3.create {
	background:url(../images/icons/contestant_portfolio_add_large.gif) no-repeat 2px 50%;
}
#cp_sidebar h3.review {
	background:url(../images/icons/contestant_portfolio_review.gif) no-repeat 2px 50%;
}

#cp_sidebar ul, #cp_sidebar li {
	list-style:none;
	margin:0;
	padding:0;
}

#cp_sidebar ul {
	margin-left:3px;
}

#cp_sidebar li {
	margin-top:6px;
	margin-bottom:6px;
}

#cp_sidebar p {
	color:#252525;
	margin-top:15px;
	margin-bottom:15px;
	font-size:11px;
	margin-left:17px;
}

#cp_sidebar ul {
	margin:0;
	padding:0;
	margin-right:0px;
}

#cp_sidebar li {
	font-size:12px;
	font-weight:bold;
	border-top:1px solid #DFDFDF;
	padding:8px;
	padding-left:38px;
	padding-right:10px;
	margin:0px;
	line-height:14px;
}
	#cp_sidebar li.unchecked {
		color:#6d6d6d;
		background:url(../images/icons/list_unchecked.gif) no-repeat 18px 50%;
	}
	#cp_sidebar li.checked {
		color:#000;
		background:url(../images/icons/list_checked.gif) no-repeat 18px 50%;
	}
	#cp_sidebar li.editing {
		color:#000;
		background:url(../images/icons/list_editing.gif) no-repeat 18px 50%;
	}
	#cp_sidebar li.on {
		color:#299620;
		background:url(../images/icons/list_current.gif) no-repeat 18px 50%;
	}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Adding/Editing Contestant Portfolios */

.account_contestant_portfolios h2.title {
	font-size:24px;
	margin-top:2px;
}
.account_contestant_portfolios h4.subtitle {
	font-size:12px;
	text-transform:uppercase;
	margin-bottom:0px;
	margin-top:0px;
	color:#333;
}

.account_contestant_portfolios p {
	margin-top:18px;
	margin-bottom:18px;
}

.account_contestant_portfolios p.notice_when_editing {
	background:#FFF3C1;
	border:1px solid #BCBCBC;
	padding:15px;
	margin-bottom:25px;
}

/* Form elements (labels, etc.) for Contestant Portfolio information */
.account_contestant_portfolios div.form_div {
	margin-top:22px;
	margin-bottom:22px;
}

input.regular_error,
select.regular_error,
textarea.regular_error {
	
}

#cp_form_error_msg {
	background-color:#fff;
	margin-top:30px;
	margin-bottom:0px;
	color:#F82100;
	border:1px solid #FFDDDD;
	font-size:14px;
	background-color:#fff1f1;
}
	#cp_form_error_msg p {
		margin:10px;
		margin-left:20px;
		margin-right:20px;
	}

.form_div_error {
	padding:10px;
	padding-left:15px;
	background-color:#FFDDDD;
}

.account_contestant_portfolios label {
	display:block;
	color:black;
	line-height:18px;
	font-size:14px;
	font-weight:bold;
	margin-bottom:4px;
}
.account_contestant_portfolios label.small {
	font-size:12px;
}
.account_contestant_portfolios label.large {
	font-size:16px;
}
.account_contestant_portfolios label.inline {
	display:inline;
}
.account_contestant_portfolios label.normal {
	font-weight:normal;
}
.account_contestant_portfolios label.radio {
	display:inline;
	font-weight:normal;
	border:1px solid #e8e8e8;
	margin-right:5px;
	padding-top:7px;
	padding-bottom:7px;
	padding-right:12px;
	padding-left:8px;
}
.account_contestant_portfolios label.radio:hover {
	border:1px solid #92cfff;
}
.account_contestant_portfolios span.hint {
	font-size:12px;
	color:#666;
}

/* Photo Upload DIV */
#photo_upload_form {
	margin-top:35px;
	margin-bottom:30px;
}
#photo_upload_form table.photo_upload_tbl {
	padding:15px;
	padding-left:20px;
	padding-bottom:20px;
	border:6px solid #e5e5e5;
	margin-top:0px;
}
#photo_upload_form table.photo_upload_tbl td {
	vertical-align:top;
}
#photo_upload_form table.photo_upload_tbl img {
	background:#FFF;
	border:1px solid #D8DEE3;
	padding:3px;
	margin-bottom:10px;
}
#photo_upload_form table.photo_upload_tbl p {
	margin-top:4px;
	margin-bottom:8px;
}
#photo_upload_form table.photo_upload_tbl td.hint div {
	background:#fefbeb;
	border:1px solid #fef0a1;
	width:200px;
}
#photo_upload_form table.photo_upload_tbl td.hint ul {
	margin:0;
	padding:0;
	padding-left:25px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;
	color:#494949;
}
#photo_upload_form table.photo_upload_tbl td.hint li {
	font-size:11px !important;
	font-weight:normal;
	line-height:14px;
	margin-bottom:10px;
}

/* Photo Rview DIV */
#photo_review {
	margin-top:35px;
	margin-bottom:30px;
}
#photo_review table.photo_review_tbl {
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:15px;
	border:6px solid #e5e5e5;
	margin-top:0px;
}
#photo_review table.photo_review_tbl td {
	vertical-align:top;
}
#photo_review table.photo_review_tbl img {
	background:#FFF;
	border:1px solid #D8DEE3;
	padding:3px;
	margin-bottom:10px;
}
#photo_review table.photo_review_tbl p {
	margin-top:8px;
	margin-bottom:8px;
}
#photo_review table.photo_review_tbl p.success {
	background:url(../images/icons/success.gif) no-repeat;
	padding-left:30px;
	margin-top:0px;
	margin-bottom:8px;
	line-height:25px;
	height:30px;
	color:#0aa300;
	font-weight:bold;
}

/* Contestant Portfolio Preview state styles */

.account_contestant_portfolios div.preview_title {
	border:1px solid #D9D9D9;
	border-bottom:none;
	background:#efefef;
	margin-bottom:0;
	font-size:18px;
	font-weight:normal;
	letter-spacing:0;
	padding:4px;
	padding-left:10px;
	padding-right:10px;
	color:#474747;
	cursor:pointer;
}
	.preview_title_closed_state {
		border-bottom:1px solid #D9D9D9 !important;
		margin-bottom:10px !important;
	}

.account_contestant_portfolios div.preview_title:hover {
	color:#000;
	background:#e7e7e7;
}
	.account_contestant_portfolios div.preview_title table {
		width:100%;
	}
	.account_contestant_portfolios div.preview_title td.title_open {
		padding-left:26px;
		background:url(../images/icons/preview_arrow_opened.gif) no-repeat 0 50%;
	}
	.account_contestant_portfolios div.preview_title td.title_closed {
		padding-left:20px;
		background:url(../images/icons/preview_arrow_closed.gif) no-repeat 0 50%;
	}
	.account_contestant_portfolios div.preview_title td {
		vertical-align:middle;
	}
	.account_contestant_portfolios div.preview_title td.hint {
		text-align:right;
		font-size:11px;
		color:#868686;
	}

/* Large Continue, Save, etc. buttons */
.account_contestant_portfolios div.continue_button,
.account_contestant_portfolios div.save_button,
.account_contestant_portfolios div.upload_button,
.account_contestant_portfolios div.return_to_preview_button {
	font-size:16px;
	font-weight:bold;
	color:black;
	line-height:48px;
	margin-bottom:0px;
	margin-top:30px;
	cursor: pointer;
	text-decoration:none;
}
	.account_contestant_portfolios div.continue_button {
		height:46px;
		width:242px;
		padding-left:27px;
		background:url(../images/buttons/contestant_portfolio_continue.gif) no-repeat;
	}
	
	.account_contestant_portfolios div.save_button {
		height:46px;
		width:325px;
		padding-left:60px;
		background:url(../images/buttons/contestant_portfolio_save.gif) no-repeat;
	}
	
	.account_contestant_portfolios div.upload_button {
		margin-top:5px !important;
		margin-bottom:5px !important;
		height:46px;
		width:210px;
		padding-left:60px;
		background:url(../images/buttons/upload_button.gif) no-repeat;
	}
	
	.account_contestant_portfolios div.return_to_preview_button {
		height:46px;
		width:400px;
		padding-left:27px;
		background:url(../images/buttons/contestant_portfolio_return_to_preview.gif) no-repeat;
	}
	
	/* hover */
	.account_contestant_portfolios div.continue_button:hover,
	.account_contestant_portfolios div.save_button:hover,
	.account_contestant_portfolios div.upload_button:hover,
	.account_contestant_portfolios div.return_to_preview_button:hover {
		color:#0063a8;
		text-decoration:underline;
	}

.account_contestant_portfolios div.cancel_option {
	border-top:1px solid #ccc;
	padding-top:8px;
	margin-top:35px;
	margin-bottom:20px;
	font-size:12px;
	color:#333;
}
	.account_contestant_portfolios div.cancel_option a {
		color:#333;
		border:0;
		font-weight:normal;
		text-decoration:underline;
	}
	
	.account_contestant_portfolios div.cancel_option a:hover {
		color:#0063A8;
	}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Account Message Box */
#account_message_flash_div {
	height:61px;
}
#account_message_flash_div div {
	background: url(../images/bg_success_box.gif) no-repeat;
	color:#000;
	font-size:14px;
	font-weight:bold;
	height:41px;
	line-height:41px;
	padding-left:50px;
}

	
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Main content */

#main_content_wrapper {
	background:url(../images/main_content_bg_middle.gif) repeat-y;
	margin-left:30px;
	margin-bottom:0px;
	width:625px;
}

div.main_content {
	background:url(../images/main_content_bg_top.gif) no-repeat;
	padding-left:30px;
	padding-right:30px;
	color:#232323;
	min-height:200px;
}

div.main_content_bottom_plain {
	margin-top:0px;
	height:33px;
	background:url(../images/main_content_bg_bottom_plain.gif) no-repeat;
}
div.main_content_bottom {
	height:33px;
	margin-top:50px;
	padding-top:10px;
	padding-left:28px;
	background:url(../images/main_content_bg_bottom.gif) no-repeat;
	font-size:11px;
	font-style: italic;
	color:#8B8B8B;
}
	div.main_content_bottom .date_author_slug {
		padding-top:1px;
	}
	
	div.main_content_bottom .print_option {
		font-style:normal;
		float:right;
		margin-top:-2px;
		margin-right:30px;
	}
		div.main_content_bottom .print_option a {
			display:block;
			background:url(../images/icons/print_icon.gif) no-repeat;
			font-weight:normal;
			color:#8B8B8B;
			border:0;
			height:16px;
			padding-left:23px;
			padding-top:4px;
		}
		div.main_content_bottom .print_option a:hover {
			text-decoration:underline;
		}

/* Breadcrumb trail */

div.main_content .breadcrumb {
	padding-top:0px;
	padding-bottom:0px;
	line-height:33px;
	font-size:11px;
	color:#7F7F7F;
	height:35px;
	width:560px;
	overflow:hidden;
}	
	div.main_content .breadcrumb a {
		padding-left:6px;
		padding-right:6px;
		border:0;
		color:#7F7F7F;
		font-weight:normal;
		text-decoration:underline;
	}
	
	div.main_content .breadcrumb a:hover {
		color:#333;
		text-decoration:underline;
	}
	
	div.main_content .breadcrumb span {
		padding-left:6px;
		font-weight:bold;
		color:#606060;
	}

/* Various main content elements */

hr {
	height:6px;
	border:0;
	border-bottom:6px solid #e5e5e5;
}

hr.bulletin_board {
	height:1px;
	border:0;
	border-bottom:1px solid #d9d9d9;
}

div.main_content h1,
div.main_content h2,
div.main_content h3,
div.main_content h4 {
	margin-top:25px;
	margin-bottom:-5px;
}

div.main_content h1,
div.main_content h2 {
	color:#000;
	border-bottom:2px solid #F0F0F0;
	padding-bottom:3px;
}
div.main_content h3,
div.main_content h4 {
	color:#000;
	border-bottom:2px solid #F0F0F0;
	padding-bottom:3px;
}
	div.main_content h1.article,
	div.main_content h1.category,
	div.main_content h1.bulletin_board {
		border:0;
		letter-spacing:-1px;
		margin:0;
		margin-top:15px;
		margin-bottom:15px;
		line-height:38px;
		font-size:32px;
		
	}
	
	div.main_content h1.article {
		padding-left:46px;
		padding-top:4px;
		background:url(../images/icons/document_large.png) no-repeat;
		margin-left:-5px;
	}
	
	div.main_content h1.category {
		padding-left:55px;
		background:url(../images/icons/category_open_large.png) no-repeat;
		margin-left:0px;
		padding-top:3px;
	}
	
	div.main_content h1.bulletin_board {
		padding-left:50px;
		background:url(../images/icons/article_large.png) no-repeat;
		margin-left:0px;
		padding-top:3px;
	}

/* Adds borders to images */

div.main_content img {
	background-color:#fff;
	padding:3px;
	border:1px solid #ccc;
}

/* General line-spacing and things */

div.main_content p, 
div.main_content ul,
div.main_content ol,
div.main_content li,
div.main_content blockquote {
	line-height:130%;
	font-size:14px;
}

/* Protect for paragraph overflows */

div.main_content p {
	overflow-x:auto;
}

/* Code */

div.main_content pre {
	padding:5px;
	padding-left:10px;
	overflow-x:auto;
	width:100%;
	background-color:#F9F9F2;
}

div.main_content pre,
div.main_content code {
	font-family:monaco,"lucida console","courier new",courier,serif;
	font-size:11px;
	color:#000;
}

div.main_content p, 
div.main_content ul,
div.main_content ol {
	margin-top:18px;
	margin-bottom:18px;
}

div.main_content strong {
	color:#000;
}

div.main_content li {
	margin-top:9px;
	margin-bottom:9px;
}

div.main_content blockquote p {
	font-size:12px;
}

/* Captioned Images */
div.captioned_image div {
	color:#666;
	font-size:11px;
	margin-top:3px;
	margin-bottom:15px;
	width:90%;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Category & Bulletin Board list styles */

div.category_div,
div.bulletin_board_div {
	border-top:1px solid #D9D9D9;
	padding-top:15px;
	padding-right:8px;
	padding-bottom:15px;
}

div.category_div {
	padding-left:57px;
	background:url(../images/icons/document_medium.png) no-repeat 7px 48%;
}

div.bulletin_board_div {
	padding-left:60px;
	background:url(../images/icons/article_large.png) no-repeat 0px 48%;
}

div.category_div h2,
div.bulletin_board_div h2 {
	margin-top:0;
	margin-bottom:2px;
	border:0;
	font-size:16px;
}
	div.category_div h2 a,
	div.bulletin_board_div h2 a {
		color:#000;
		padding-right:12px;
	}
	div.category_div h2 a:hover,
	div.bulletin_board_div h2 a:hover {
		color:#000;
		border:0;
		text-decoration:underline;
	}
	div.category_div h2 a:visited,
	div.bulletin_board_div h2 a:visited {
		background:url(../images/icons/visited_checkmark.gif) no-repeat 100% 2px;
		color:#4F4F4F;
		border:0;
	}

div.category_div p,
div.bulletin_board_div p {
	margin-left:0px;
	color:#6D6D6D;
	font-size:12px;
	margin-top:0;
	line-height:18px;
	margin-bottom:0;
}
	
	div.category_div p span.quote,
	div.bulletin_board_div p span.quote {
		position:absolute;
		color:#999;
		margin-left:-9px;
		padding-top:9px;
		font-size:18px;
		line-height:4px;
	}
	
	div.category_div p a,
	div.bulletin_board_div p a {
		font-size:10px;
		text-transform:uppercase;
	}

div.bulletin_board_div h4 {
	margin:0;
	margin-bottom:7px;
	padding:0;
	border:0;
	color:#767676;
	text-transform:uppercase;
	font-size:10px;
}

/* Bulletin Board Detail */

div.main_content h4.bulletin_board {
	padding-left:50px;
	font-size:11px;
	font-weight:normal;
	color:#494949;
	margin-top:-5px;
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px solid #d9d9d9;
}
	div.main_content h4.bulletin_board strong {
		text-transform:uppercase;
		color:#494949;
	}

div.main_content_bottom div.back_to_bulletin_board a,
div.main_content_bottom div.back_to_bulletin_board a:visited {
	font-style: normal;
	border:0;
	text-transform:uppercase;
	font-size:10px;
}

div.main_content_bottom div.back_to_bulletin_board a:hover,
div.main_content_bottom div.back_to_bulletin_board a:visited:hover {
	text-decoration:underline;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Pagination Table (used on the bulletin board main page) */

table.pagination_table {
	border-top:1px solid #d9d9d9;
	padding-top:20px;
	margin-top:20px;
}

table.pagination_table span.page_info {
	font-size:16px;
	padding-right:15px;
}

table.pagination_table td {
	height:30px;
	vertical-align:middle;
	line-height:30px;
}

table.pagination_table td.prev_next_td {
	font-size:11px;
	background:#F8F8FA none repeat scroll 0%;
	border:1px solid #D9DEE4;
	color:#0069B7 !important;
	padding-right:11px;
	padding-left:11px;
}

table.pagination_table td.pagelinks {
	padding-right:11px;
	padding-left:11px;
	border-top: 1px solid #D9DEE4;
	border-bottom: 1px solid #D9DEE4;
	background: #FFFFFF;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration:none;
	color: #0F71BC !important;
}
	
	table.pagination_table td.pagelinks a{
		padding-right:9px;
		padding-left:9px;
		color: #818181;
		border:0;
	}
	table.pagination_table td.pagelinks span{
		padding-right:9px;
		padding-left:9px;
	}
	table.pagination_table td.pagelinks span.disabled {
		padding-right:9px;
		padding-left:9px;
		color: #818181 !important;
	}
	table.pagination_table a:hover{
		color: #0F71BC;
		border:0;
		text-decoration:underline;
	}
	
	table.pagination_table a:visited{
		border:0 !important;
	}
	
	table.pagination_table a:visited:hover{
		text-decoration:underline
		border:0 !important;
	}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Global Footer */

div.footer {
	width:890px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom:25px;
	color:#8B8B91;
}
	div.footer p {
		margin-top:5px;
		margin-bottom:18px;
		font-size:14px;
	}
	div.footer h4 {
		font-size:16px;
		color:#3B3B3B;
		margin-top:15px;
		padding-bottom:0;
		margin-bottom:0;
	}
	div.footer div.fineprint,
	div.footer div.fineprint p {
		font-size:11px;
		line-height:13px;
	}

	/* Footer links */
	
	div.footer .fineprint a {
		color:#686868;
	}
	div.footer .fineprint a:visited {
		border-bottom:1px dotted #8F8F8F;
	}
	div.footer .fineprint a:hover {
		border-bottom:0;
		text-decoration:underline;
	}
	div.footer .fineprint a:visited:hover {
		border-bottom:1px solid #686868;
		text-decoration:none;
	}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */



/* FORMS * * * * * * * * * * * * */
input, textarea, select {
	background:#fff url(../images/fieldbg.gif) repeat-x top;
	border-top:1px solid #7c7c7c;
   border-left:1px solid #c3c3c3;
   border-right:1px solid #c3c3c3;
   border-bottom:1px solid #ddd;
}
textarea {
	font-family:"Lucida Grande",Verdana,sans-serif;
	font-size:12px;
}
textarea.disabled {
	background-color:#e2e2e2;
}
form {
	padding:0px;
	margin:0px;
}
form input{
	font-size: 12px;
	padding: 3px 4px 3px 4px;
	margin-top: 0px;
}

form select{
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 0px;	 
}
input.large,
select.large {
	font-size:14px;
}
input.verylarge,
select.verylarge {
	font-size:20px;
}

input.regular_error,
select.regular_error,
textarea.regular_error {
	background-color:#FFDDDD;
}

#form_error_msg {
	background-color:#fff;
	padding:10px 15px 15px 15px;
	margin-top:10px;
	margin-bottom:10px;
	color:#F82100;
	border:1px solid #FFDDDD;
	font-size:14px;
}

div.form_error_box {
	margin-top:0px;
	margin-bottom:20px;
	padding:20px;
	padding-left:90px;
	font-size:14px;
	font-weight:bold;
	background:#FFFEDC url(../images/attention_large.png) 15px 50% no-repeat;
}

#loading_message_id,
div.loading_msg {
	margin:0;
	background:#F0F0F0;
	border:1px solid #C5C5C5;
}
	#loading_message_id img,
	div.loading_msg img {
		background:transparent !important;
		border:0 !important;
		padding-left:12px !important;
		padding-top:5px !important;
		padding-bottom:5px !important;
		margin:0 !important;
	}
	#loading_message_id table td.loading_text,
	div.loading_msg table td.loading_text {
		vertical-align:middle !important;
		font-size:14px !important;
		font-weight:bold !important;
		text-transform:uppercase;
		padding-left:10px !important;
		color:#999999;
	}

#submit_button_id {
	margin:0;
}	
/* END FORMS */



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */