/*
Default Styles for World Championship Series
Author: Gareth Davies - International Triathlon Union
Date: 28/10/09
*/
#container {
	background: #FFFFFF;
	overflow: hidden;
}
body {
	background: #0067AA;
	font-size:62.75%;
	font-family:Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}
p {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 10px;
}
a {
	color: #004F83;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/*Default Padding Options*/
.pad_10_left {
	padding-left:10px;
}
.pad_10_right {
	padding-right:10px;
}
/*--- Top Bar ---*/
#topbar {
	background: #005186;
	border-bottom: 1px solid #DEDEDE;
}
.topbar_spacing {
	padding: 15px;
}
#topbar_left_spacing {
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 4px;
}
.topbar_left_spacing img {
	border: 0px;
}
#topbar a, #topbar a:hover, #topbar a:visited {
	color:#FFFFFF;
	font-size: 12px;
}
#topbar img {
	margin-right:3px;
	vertical-align: top;
	padding-top: 1px
}
.whitetext {
	font-size:12px;
	color:#FFFFFF;
}
/*--- Header ---*/
#header {
	height: 260px;
	background: url('../assets/images/header.jpg');
	margin-bottom: 10px;
}
/*--- WCS Navigation ---*/
#wcs_logo {
	margin-top: 112px;
}
#wcs_horizontal {
	margin-top: 3px;
	background: #88B1DA;
	height : 36px;
	width : 680px !important;
}
#wcs_horizontal li {
	display : inline;
	float : left;
	margin : 0px;
	padding : 0px;
}
#wcs_horizontal li a {
	color: #FFFFFF;
	margin-right : 25px;
	display : block;
	height : 0;
	background-image : url('../assets/navigation/wcs_bar.gif');
	background-repeat : no-repeat;
	padding : 36px 0 0 0;
	overflow : hidden;
}
li#wcs-series a:hover, li#wcs-series-current a {
	width : 55px;
	background-position : 0px 0;
}
li#wcs-series a {
	width : 55px;
	background-position : -895px 0;
}
li#wcs-sydney a {
	width : 50px;
	background-position : -57px 0;
}
li#wcs-sydney a:hover, li#wcs-sydney-current a {
	width : 50px;
	background-position : -109px 0;
}
li#wcs-seoul a {
	width : 42px;
	background-position : -162px 0;
}
li#wcs-seoul a:hover, li#wcs-seoul-current a {
	width : 42px;
	background-position : -205px 0;
}
li#wcs-madrid a {
	width : 55px;
	background-position : -247px 0;
}
li#wcs-madrid a:hover, li#wcs-madrid-current a {
	width : 55px;
	background-position : -304px 0;
}
li#wcs-hamburg a {
	width : 67px;
	background-position : -361px 0;
}
li#wcs-hamburg a:hover, li#wcs-hamburg-current a {
	width : 67px;
	background-position : -436px 0;
}
li#wcs-london a {
	width : 54px;
	background-position : -506px 0;
}
li#wcs-london a:hover, li#wcs-london-current a {
	width : 54px;
	background-position : -562px 0;
}
li#wcs-kitsbuehel a {
	width : 69px;
	background-position : -618px 0;
}
li#wcs-kitsbuehel a:hover, li#wcs-kitsbuehel-current a {
	width : 69px;
	background-position : -690px 0;
}
li#wcs-budapest a {
	width : 66px;
	background-position : -762px 0;
}
li#wcs-budapest a:hover, li#wcs-budapest-current a {
	width: 66px;
	background-position : -830px 0;
}
#navigation {
	margin-top: 3px;
	width: 930px;
	background: #D2E2F2;
	opacity: 1;
}
/*Menu Styles*/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-99999px;
	width:			100px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left:			0;
	top:			33px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top:			-99999px;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left:			100px; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
	top:			-99999px;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	left:			100px; /* match ul width */
	top:			0;
}
.sf-menu {
	float:			left;
	margin-bottom:	0px;
}
.sf-menu a {
	padding: 		10px 10px;
	text-decoration:none;
	font-size: 13px;
}
.sf-menu a, .sf-menu a:visited { /* visited pseudo selector so IE6 applies text colour*/
	color:			#004F83;
}
.sf-menu li {
	/*background:url(/images/nav_background_li.png);*/
	background-repeat:repeat-x;
	background-position:bottom;
}
.sf-menu li li {
	background:#005186;
	border-bottom: 1px solid #dedede;
}
.sf-menu li li a, .sf-menu li li a:visited {
	color:#FFFFFF;
	border-right: 0px;
}
.sf-menu li li a:hover, .sf-menu li li a:active, .sf-menu li li a:focus {
	color: #FFFFFF;
}
.sf-menu li li li {
	background:		#999999;
	border-bottom: 1px solid #CCCCCC;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#88B1DA;
	outline:		0;
	color: #FFFFFF;
}
.sf-menu li li:hover, .sf-menu li li.sfHover {
	background:		#999999;
	outline:		0;
}
li.current a, li.current a:visited {
	background: #00558D;
	color: #FFFFFF;
}
.current li a, .current li a:visited {
	color: #FFFFFF;
	background: #FFFFFF;
}
.current li a:hover {
	background: #999999;
	color: #FFFFFF;
}
/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	23px;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			7.5px;
	top:			10px; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-99999px;
	overflow:		hidden;
	background:		url('http://www.triathlon.org/superfish/images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			13px;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}
/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
	background-position:  -10px 0;
}
.sf-menu ul a > .sf-sub-indicator {
	background-position:  0 0;
}
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator, .sf-menu ul a:hover > .sf-sub-indicator, .sf-menu ul a:active > .sf-sub-indicator, .sf-menu ul li:hover > a > .sf-sub-indicator, .sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}
/*--- Main Body ---*/
#main_body {
	margin-bottom: 10px;
	background: #E0E0E0;
}
.pad_body {
	padding: 10px;
	border: 1px solid #CCCCCC;
}
.page_body h1 {
	font-size: 24px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #DEDEDE;
}
.page_body h2 {
	font-size: 18px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #DEDEDE;
}
.page_body h3 {
	font-size: 16px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.page_body h4 {
	font-size: 14px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.page_body h5 {
	font-size: 12px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.page_body h6 {
	font-size: 12px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-weight: normal;
}
.page_body ol {
	margin-left: 30px;
	font-size: 12px;
	line-height: 18px;
	list-style-type: decimal;
	margin-bottom: 5px;
}
.page_body ul {
	font-size: 12px;
	line-height: 18px;
	list-style-type: disc;
	margin-left: 30px;
	margin-bottom: 15px;
}
.page_body img {
	border: 1px solid #CCCCCC;
	margin-right: 10px;
	margin-bottom: 5px;
}
#registration {
	background: #CCCCCC;
}
img.main_body_main {
	float: left;
	margin-right: 10px;
	border: 1px solid #DEDEDE
}
.article_rankings_table td {
	padding: 3px;
	font-size: 12px;
	border-bottom: 1px dotted #dedede;
}
/*--- News ---*/
.news_container {
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px;
	margin-bottom: 10px;
	background:url('http://www.triathlon.org/images/pod_gradient_1.png');
	background-repeat: repeat-x;
}
.news_container p {
	margin-top: 2px;
	margin-bottom: 2px;
}
.news_container img {
	float: left;
	border: 1px solid #CCCCCC;
	margin-right: 10px;
	margin-bottom: 3px;
}
.news_container h2 {
	margin-bottom: 10px;
}
.news_container h3 {
	font-size: 13px;
	line-height: 16px;
}
.news_container h4 {
	font-size: 12px;
	padding-bottom: 5px;
	line-height: 16px;
}
.news_article {
	border-bottom: 1px solid #89B1D9;
	margin-bottom: 3px;
}
.news_item {
	padding: 5px;
	border-bottom: 1px solid #CCCCCC;
}
.news_item h4 {
	margin-bottom: 5px;
	padding-bottom: 0px;
	line-height: 16px;
}
.news_item p {
	margin-bottom: 5px;
}
.news_item img {
	float: left;
	margin-right: 10px;
	border: 1px solid #CCCCCC;
}
.news_odd {
	background: #E0E0E0;
}
.article_quote {
	width: 200px;
	float: right;
	border: 1px solid #dedede;
	padding: 10px;
	font-size: 13px;
	line-height: 18px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	background: #E1E1D5;
}
.article_quote_author {
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px dotted #999999;
	font-weight: bold;
	font-size: 11px;
	text-align: right;
}
.padtop {
	margin-top: 10px;
}
/*--Sponsors--*/
.sponsors_rotator {
	margin-top: 10px;
}
.sponsors_rotator h2 {
	color: #FFFFFF;
	background: #015189;
	padding: 5px;
}
#title, #title_local {
	font-size: 12px;
	color: #FFFFFF;
	background: #015189;
	padding: 5px;
}
.sponsors_cycle {
	height: 96px;
	overflow: hidden;
	background: #FFFFFF;
	border-left: 1px solid #015189;
	border-right: 1px solid #015189;
}
.sponsors_cycle img {
	padding-top: 10px;
}
img.hide_init {
	visibility: hidden;
}
/*--Search--*/
#search {
	margin-bottom: 10px;
}
#search_border {
	border: 1px solid #CCCCCC;
	background: #E0E0E0;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 5px;
}
input#button {
	vertical-align: bottom;
}
input#keywords {
	width: 115px;
}
/*--Rankings--*/
.rankings {
	background: #E0E0E0;
	margin-top: 10px;
	margin-bottom: 10px;
}
.ranking_header {
	background: #88B1DA;
	margin-top: 2px;
	padding: 5px;
}
.ranking_header h3 a {
	font-size: 14px;
	color: #FFFFFF;
}
.ranking_status {
	float: right;
	width: 130px;
	font-size: 12px;
	color: #FFFFFF;
}
.ranking_body {
	margin-left: 20px;
	margin-top: 5px;
}
.ranking_item img {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.ranking_item h5 {
	font-size: 12px;
	color: #004F83;
	padding-top: 3px;
}
.news_site {
	font-size: 11px;
	font-weight: normal;
}
/*--Profile--*/
.profile {
	background: #D3DFF1;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.athlete_profile {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
}
.athlete_profile img {
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
}
.athlete_profile h5 {
	font-size: 12px;
	padding-bottom: 3px;
}
.athlete_profile p {
}
/*--Featured athletes--*/
.featured_athlete_image img {
	float:left;
	margin-right: 10px;
	border: 2px solid #999999;
	margin-bottom: 10px;
}
.athlete_profile_teaser {
	margin-top: 5px;
	padding-left: 10px;
	height: 50px;
}
.athlete_profile_teaser h3 {
	font-size: 12px;
}
.athlete_profile_teaser img {
	float: left;
	margin-right: 5px;
	margin-top: 3px;
	border: 1px solid #FFFFFF;
}
#featured_athletes {
	background: #89B1D9;
	color: #FFFFFF;
	margin-bottom: 10px;
}
#featured_athletes a {
	color: #FFFFFF;
}
#featured_athlete {
	height: 150px;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #dedede;
}
#featured_athlete h4 {
	font-size: 16px;
}
#box {
	height: 300px;
	background: #DEDEDE;
	margin-bottom: 10px;
}
/*-- Ranking Page */
.ranking_all_odd {
	background: #DEDEDE;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding: 3px;
}
.ranking_all_even {
	background: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding: 3px;
}
.ranking_all_odd img, .ranking_all_even img {
	padding-left: 5px;
	border: 0px;
	vertical-align: middle;
}
.ranking_all_odd p, .ranking_all_even p {
	margin: 0px;
	padding: 0px;
}
.tracker_count {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	border: 1px solid #999999;
	text-align: center;
	padding-left: 2px;
	padding-right: 2px;
	margin-right: 5px;
}
/*-- End Rankings */
/*-- Video Player */
/*Video Player and Playlist*/
.video_header {
	width: 280px;
	display: inline-block;
	float:left;
}
.video_header_link {
	width: 190px;
	display: inline-block;
	float:left;
	text-align: right;
	padding-right: 10px;
	padding-top: 10px;
	font-size: 12px;
	font-weight: bold
}
.video_header h2 {
	font-size:16px;
	padding-bottom: 10px;
	margin-top:10px;
	margin-left:10px;
}
#video_player {
	width:480px;
	display: inline-block;
	float:left;
	height: 300px;
}
.video_border {
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.video_playlist {
	width: 217px;
	display:inline-block;
	border-left: 1px solid #e2e2e2;
}
.video_playlist h5 a {
	color: #111111;
	font-weight: bold;
}
#video_player_and_playlist p {
	font-size: 11px;
	line-height:13px;
}
.video_playlist li a {
	display: block;
	height: 45px;
	text-align: left;
	border-bottom: 1px solid #999999;
	background:url('http://www.triathlon.org/images/tab_panel_background.png');
	background-repeat:repeat-x;
	background-position:bottom;
	padding-top: 7px;
	padding-left: 5px;
	padding-right: 5px;
	border-left: 1px solid #dedede;
	font-size: 11px;
	line-height: 14px;
	text-decoration:none;
	color:#333333;
}
.video_playlist li a:hover {
	text-decoration: underline;
	background:url('/assets/images/video_active_background.gif');
	color: #FFFFFF;
}
.video_playlist li img {
	margin-top: 2px;
	margin-left: 0px;
	float: left;
	margin-right: 10px;
	border: 1px solid #CCCCCC;
}
#view_all_videos {
	height: 25px;
	padding-top: 10px;
	text-align: right;
	padding-right: 12px;
	background: #004F83;
	font-size: 11px;
}
#view_all_videos a, #view_all_videos a:hover, #view_all_videos a:visited {
	color: #FFFFFF;
}
.video_playlist li a.active {
	color:#FFFFFF;
	background:url('/assets/images/video_active_background.gif');
	font-size: 12px;
}
.video_article_title h6 {
	font-size: 11px;
	font-weight: bold;
}
.container_header h2 {
	font-size: 14px;
	padding-top: 6px;
	padding-left: 5px;
	padding-bottom: 6px;
	background: #004F83;
	color: #FFFFFF;
	font-weight: bold;
	border: 1px solid #CCCCCC;
	margin-bottom: 0px;
}
.container_header h2 a {
	color: #FFFFFF;
	font-weight: bold;
}
.video_border h2 {
	border-top: 1px solid #CCCCCC;
	border-left: none;
	border-right: none;
}
.container_icons {
	width: 50px;
	float: right;
	padding-top: 5px;
	padding-right: 5px
}
.container {
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px;
}
.vertical_spacer {
	height: 10px;
}
/*--- Sponsors and Partners ---*/
#sponsors_and_partners {
	background: #015189;
	margin-bottom: 10px;
}
.sponsors_and_partners_container {
	padding: 10px;
}
.sponsors_and_partners_container img {
	padding: 10px;
}
#sponsors_and_partners h2 {
	color: #FFFFFF;
}
/*--- Latest Features ---*/
#latest_features {
	background: #D3DFF1;
	margin-bottom: 10px;
	margin-top: 10px;
}
.latest_features {
	padding-left: 10px;
}
#latest_features h2 {
	padding-left: 10px;
	padding-top: 10px;
	margin-bottom: 10px;
	color: #005186;
}
#latest_features h4 {
	font-size: 12px;
	margin-bottom: 5px;
}




#latest_features p {
	font-size: 11px;
	line-height: 14px;
	margin-top: 5px;
}
#latest_features img {
	border: 1px solid #CCCCCC;
}
/*--- Sitemap ---*/
#sitemap {
	background: #89B1D9;
	margin-bottom: 10px;
}
#sitemap h2 {
	color: #005186;
	margin-left: 10px;
	margin-top: 10px;
}
.sitemap_col_container {
	padding-left: 10px;
	padding-top: 10px;
}
#sitemap ul {
	margin-bottom: 5px;
	font-size: 12px;
}
#sitemap li {
	padding-bottom: 5px;
}
#sitemap li.sitemap_header {
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 2px;
}
#sitemap a, #sitemap a:hover, #sitemap a:visited {
	color: #000000;
}
/*Footer Styles*/
#footer {
	background: #A8A7A9;
	color: #FFFFFF;
}
#footer a, #footer a:visited {
	color:#FFFFFF;
}
#footer a:hover {
	text-decoration:underline;
}
#footer h2 {
	font-size:14px;
	font-weight:bold;
	padding-bottom:10px;
}
#footer p {
	font-size:11px;
}
#footer li {
	font-size:12px;
	list-style:none;
	padding-bottom:5px;
}
#copyright, #foot_col_1, #foot_col_2 {
	margin-top:10px;
	margin-bottom:5px;
}
#copyright_itu {
	margin-top:42px;
	margin-bottom:5px;
}
/*Contact Form*/
#message {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 10px;
}
/*Archive Styles*/
.wcs_date p {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
#article_rankings h3 {
	font-size: 12px;
	padding-bottom: 3px;
	margin-bottom: 6px;
	border-bottom: 1px solid #CCCCCC;
}
#article_photo_gallery img {
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
}
.article_video_playlist {
	background-color: #E0E0E0;
}
.article_video_playlist h3 {
	padding: 5px;
}
.article_video_playlist_listings {
	width: 280px;
	display: inline-block;
	vertical-align:top;
	float: left;
	padding: 5px;
}
.article_video_playlist_listings img {
	float: left;
	margin-right: 10px;
}
.more_information {
	margin-top: 10px;
}
.more_information p {
	font-size: 14px;
	font-weight: bold;
}
/*Results*/
table#article_table th, table#results_table th, table#results_table_2 th {
	background: #004F83;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: left;
	color: #FFFFFF;
}
.header a {
	color: #FFFFFF;
}
#results_table tr td, #results_table_2 tr td {
	border-bottom: 1px solid #cccccc;
	padding: 5px;
	text-align: left;
}
#results_table, #results_table_2 {
	margin-bottom: 10px;
	font-size: 12px;
}
table#results_table img, table#results_table_2 img {
	vertical-align: middle;
}
tr.odd td {
	background: #E2E2E2;
}
/*Athlete Profile*/
#current_ranking {
	width: 100px;
	padding: 10px;
	background: #015189;
	float: left;
	display: inline;
	margin-right: 10px;
}
#current_ranking h3 {
	font-size: 18px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-weight: normal;
}
.athlete_profile img {
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding: 0px;
	float: right;
	margin-left: 10px;
}
p.current_ranking {
	font-size: 14px;
}
table.article_results {
	margin-bottom: 5px;
}
table.article_rankings_table {
	margin-bottom: 5px;
}
.article_results td {
	padding: 3px;
	font-size: 12px;
	border-bottom: 1px dotted #CCCCCC;
	line-height: 15px;
}
.article_results tr th {
	padding: 5px 3px 5px 3px;
	font-weight: bold;
	text-align: left;
	font-size: 13px;
	border-bottom: 1px solid #999999;
}
.row_odd {
	background: #DEDEDE;
}
img.results_download {
	border: 0px;
}
.page_body table {
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}
.page_body td {
	padding: 5px;
	font-size: 12px;
	border-bottom: 1px dotted #dedede;
}
.page_body th {
	background: #004F83;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
}
table#results_table thead tr .header, table#results_table_2 thead tr .header {
	background-image: url('/assets/images/icons/bg_light.gif');
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table#results_table thead tr .headerSortUp, table#results_table_2 thead tr .headerSortUp {
	background-image: url('/assets/images/icons/asc_light.gif');
}
table#results_table thead tr .headerSortDown, table#results_table_2 thead tr .headerSortDown {
	background-image: url('/assets/images/icons/desc_light.gif');
}
.form_req { color: red; }
.program {
margin-top: 10px;
margin-bottom: 10px;
}
#print_icon {
float: right;
text-align: right;
width: 100px;
}
.print_logo {
	display: none;
}
#article_photo_gallery {
margin-bottom: 10px;
}