/* CSS Document */

html, body{
	margin:0px;
	padding:0px;
	border:0px;
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
}

body{
	background-color:#ECE7D0;
}

ul li, 
ol li{
	padding: 0px;
	margin: 0px;
}

p, div{
	margin:0px;
	padding:0px;
}

a img{
	border:0px;
}

img{
	border:0px;
}

/* Main Layout----------------------------------------------------------------------------------------------------------------------------- */

#SearchBar {
	width:100%;
	height:25px;
	background-color:#5B612F;
	border-bottom:1px solid black;
}

#TitleContainer {
	margin:0 auto 0 auto;
	width:1000px;
	height:110px;
	background-image:url('../images/tracks.gif');
	background-repeat:no-repeat;
	background-position:right;
}

#LogoContainer {
	margin:0 auto 0 auto;
	width:900px;
	height:110px;
}

#Logo {
	float:left;
	width:350px;
	height:110px;
}

#Logo img{
	float:left; 
	vertical-align:middle;
	margin-top:10px;
}

#LogoText{
	float:left;
	margin-top:25px;
}

#Title {
	float:right;
	width:550px;
}

#MainTitle {
	padding-top:5px;
	text-align:right;
	height:55px;
}

#Motto {
	padding-top:30px;
	text-align:right;
	height:20px;
	vertical-align:text-bottom;
}

#PageContainer {
	background-image:url('../images/main_background.jpg');
	background-repeat:repeat;
	margin:0 auto 0 auto;
	width:900px;
}	

#PageContainerSub {
	background-image:url('../images/sub_background.gif');
	background-repeat:repeat;
	margin:0 auto 0 auto;
	width:900px;
}

#PageContainerLogin {
	margin:0 auto 0 auto;
	width:900px;
}

#main_header_E {
	height:150px;
	background-image:url('../images/headers/header_index_E.jpg');
}

#main_header_F {
	height:150px;
	background-image:url('../images/headers/header_index_F.jpg');
}

#tft_header_E {
	height:150px;
	background-image:url('../images/headers/header_fur_trade_E.jpg');
}

#tft_header_F {
	height:150px;
	background-image:url('../images/headers/header_fur_trade_F.jpg');
}

#trapping_canada_header_E {
	height:150px;
	background-image:url('../images/headers/header_trapping_canada_E.jpg');
}

#trapping_canada_header_F {
	height:150px;
	background-image:url('../images/headers/header_trapping_canada_F.jpg');
}

#fur_farming_header_E {
	height:150px;
	background-image:url('../images/headers/header_fur_farming_E.jpg');
}

#fur_farming_header_F {
	height:150px;
	background-image:url('../images/headers/header_fur_farming_F.jpg');
}

#environment_header_E {
	height:150px;
	background-image:url('../images/headers/header_environment_E.jpg');
}

#environment_header_F {
	height:150px;
	background-image:url('../images/headers/header_environment_F.jpg');
}

#header_about_E {
	height:150px;
	background-image:url('../images/headers/header_about_E.jpg');
}

#header_about_F {
	height:150px;
	background-image:url('../images/headers/header_about_F.jpg');
}

#header_news_E {
	height:150px;
	background-image:url('../images/headers/header_news_E.jpg');
}

#header_news_F {
	height:150px;
	background-image:url('../images/headers/header_news_F.jpg');
}

#header_research_E {
	height:150px;
	background-image:url('../images/headers/header_research_E.jpg');
}

#header_research_F {
	height:150px;
	background-image:url('../images/headers/header_research_F.jpg');
}

#header_join_E {
	height:150px;
	background-image:url('../images/headers/header_join_E.jpg');
}

#header_join_F {
	height:150px;
	background-image:url('../images/headers/header_join_F.jpg');
}

#header_resourse_E {
	height:150px;
	background-image:url('../images/headers/header_resources_E.jpg');
}

#header_resourse_F {
	height:150px;
	background-image:url('../images/headers/header_resources_F.jpg');
}

#header_links_E {
	height:150px;
	background-image:url('../images/headers/header_links_E.jpg');
}

#header_links_F {
	height:150px;
	background-image:url('../images/headers/header_links_F.jpg');
}

#header_contact_E {
	height:150px;
	background-image:url('../images/headers/header_contact_E.jpg');
}

#header_contact_F {
	height:150px;
	background-image:url('../images/headers/header_contact_F.jpg');
}

#header_youth_E {
	height:150px;
	background-image:url('../images/headers/header_youth_E.jpg');
}

#header_youth_F {
	height:150px;
	background-image:url('../images/headers/header_youth_F.jpg');
}

#header_library_E {
	height:150px;
	background-image:url('../images/headers/header_library_E.jpg');
}

#header_library_F {
	height:150px;
	background-image:url('../images/headers/header_library_F.jpg');
}

#header_who_knew_E {
	height:150px;
	background-image:url('../images/headers/header_who_knew_E.jpg');
}

#header_who_knew_F {
	height:150px;
	background-image:url('../images/headers/header_who_knew_F.jpg');
}

#header_agm2012 {
	height:150px;
	background-image:url('../images/headers/header_agm2012.jpg');
}

#LeftColumn {
	float:left;
	width:199px;
	height:575px;
	padding-top:5px;
	border-left:1px solid #643f2d;
	border-right:1px solid #643f2d;
	background-position:center;
	background-image:url('../images/nav_bg.gif');
	background-repeat:no-repeat;
        z-index:100;
}

#TwoColumnContainer{
	float:left;
	width:698px;
}

#OneColumnContainer{
	width:100%;
}

#HorizontalNav{
	width:100%;
	height:35px;
	background-color:#B8AF84;
	border-bottom:1px solid #643f2d;
	vertical-align:bottom;
}

#MainContent{
	float:left;
	padding:0px 10px 10px 10px;
	width:470px;
}

#MainContentSub{
	float:left;
	padding:10px 10px 20px 0px;
	width:684px;
}

#RightColumn{
	float:right;
	background-color:#888C71;
	width:199px;
}

#RightColumn{
	float:right;
	background-color:#888C71;
	width:199px;
}

#RightColumn p{
	margin-top:2px;
	margin-bottom:8px;
}

#PageFooter {
	clear:both;
	height: 100px;
	width:900px;
	border-top:1px solid #643f2d;
	background-color:#ece7d0;
}

#footer_logo_text{
	margin:5px 0px 30px 0px;
}

#footer_link_text{
	margin:5px 0px 65px 0px;
}

#footer_logos{
	float: left;
	width:390px;
}

#footer_links{
	float: left;
	text-align:right;
	width:508px;
}

#admin_list_footer{
	width:660px;
	text-align:right;
	margin-top:10px;
}

/* Page Layout----------------------------------------------------------------------------------------------------------------------------- */
#directors{
	margin-left:10px;
}	

#directors td{
	padding:3px 3px;
}

.product{
	height:190px;
}	

#TFT_origin img{
	margin:0px 10px 10px 0px;
}

#EC_management img{
	margin:0px 0px 10px 10px;
}

#NewUser{
	margin: 10px 0px 0px 10px;
}

#new_button{
	margin: 10px 0px 15px 10px;
}

#slideshow{
	position: relative;
	float:right;
	margin:5px;
	width:145px;
	height:145px;
}

#newsletter_header{
	margin-left:75px;
}

#newsletter{
	margin-top:20px;
}

#newsletter p{
	margin:5px 0px 5px 0px;
}

#stewards{
	height:135px;
}

#stewardsf{
	height:150px;
}

#stewards_text{
	float:left;
	width:320px;
	padding-top:10px;
}

#stewards_index{
	float:left;
	width:130px;
	padding-left:10px;
}

.sub_section_header{
	width:100%;
	background-image:url('../images/header_bg.png');
	background-repeat:no-repeat;
	height:30px;
	padding:7px 0px 0px 5px;
	margin: 10px 0px 10px 0px;	
}

.index_section_header{
	clear:both;
	width:100%;
	background-image:url('../images/index_header_bg.jpg');
	background-repeat:no-repeat;
	height:30px;
	padding:5px 0px 0px 5px;
	margin:10px 0px 0px 0px;	
}

.info_title{
	padding:15px 0px 5px 0px;
}

#contributions{
	margin-left:70px;
}

#MainContentSub p{
	padding-left:15px;
}

#brochure_contents{
	margin-top:50px;
}

#award_links{
	margin-right:40px;
}

#fur_is_green{
	height:130px;
}

#fur_is_green img{
	padding-right:15px;
}

.image_left{
	padding-right:15px;
}

#link_cats{
	margin-top: 10px;
}

#link_cats p{
	margin:4px 0px 4px 10px;
}

.list_link{
	margin-left:10px;
}

#year_links{
	margin-left:15px;
	
}

.news_nav{
	margin:10px 0px 0px 150px;
}

.min_news_nav{
	margin:10px 0px 0px 15px;
}

.news_nav_button{
	float:left;
	border:1px solid #643E2C;
	width:60px;
	text-align:center;
	background-color:#B8AF84;
	font-weight: bold;
	color: #000000;
	font-size: 9pt;
	text-decoration: none;	
}

.news_nav_button:hover{
	background-color:#B1C9DE;
}
	
.news_blank{
	float:left;
	border:1px solid #643E2C;
	width:60px;
	text-align:center;
	font-weight: bold;
	color: #000000;
	font-size: 9pt;
	text-decoration: none;	
}

.news_year{
	float:left;
	border:1px solid #643E2C;
	width:40px;
	text-align:center;
	background-color:#FFFF99;
	font-weight: bold;
	color: #A83537;
	font-size: 9pt;
	text-decoration: none;	
}

.news_year:hover{
	color: #000000;
}

.news_year_selected{
	float:left;
	text-align:center;
	border:1px solid #643E2C;
	width:40px;
	background-color:#643E2C;
	color: #FFFF99;
	font-size: 9pt;
	text-decoration: none;	
}

#news_list{
	clear:both;
}

#news_list p{
	clear:both;
	margin:6px 0px 6px 0px;
}

.list_table{
	width:100%;
}

#news_title{
	margin-bottom:10px;
	padding:4px 0px 4px 0px;
	width:683px;
	background-color:#643E2C
}

#release_header{
	width:698px;
	height:114px;
	background-image:url('../images/header_release.jpg');
}

#commentary{
	margin-bottom:10px;
}

#commentary_years{
}

#commentary_links p{
	padding:3px 0px 3px 20px;
}

#furbearer_files{
	float:right;
	width:150px;
	height:500px;
	border:1px solid #643E2C;
	padding:5px;
	margin-left:10px;
	background-color:#FFFF99;
}

#furbearer_page{
	margin-left:10px;
}

.steward_more{
	text-align:right;
	position:absolute;
	right:10px;
	bottom:1px;
}

.more{
	text-align:right;
}

.learn_more{
	margin:15px 50px 15px 0px;
	text-align:right;
}

.steward_intro{
	margin-top:10px;
	height:110px;
	margin:0px 40px 10px 40px;
	background-color:#dddcdc;
	border:1px solid #CCCCCC;
	position:relative;
}

.steward_intro img{
	padding:5px 10px 5px 5px;
}

#re_presence li{
	padding-top:5px;
}

#steward_profile{
	margin:0px 15px 15px 15px;
}

#steward_profile img{
	margin:0px 10px 5px 0px;
}

#contact{
	clear:both;
	width:400px;
	margin:0px 0px 20px 100px;
}

#contact img{
	padding-top:5px;
}

#contact_form{
	padding-top:10px;
}

#contact_form input[type="text"], #contact_form textarea{
    border:1px dotted #968e66;
    font-family:Arial, Sans-Serif;
    font-size:9pt;
	padding:3px;
}

#contact_form textarea{
	overflow:auto;
}

#contact_form select{
	 border:1px dotted #968e66;
}

#contact_form input[type="submit"]{
	padding:5px 10px 5px 10px;
	border:1px solid #b21b22;
	background-color:#DD5434;
}

#contact_form input[type="submit"]:hover{
	 background-color:#E8B839;
}

#contact_form input:focus, #contact_form textarea:focus{
	 border:1px solid #968e66;
	 background-color:#ECECEC;
}

#order_form input[type="submit"]{
	padding:5px 10px 5px 10px;
	border:1px solid #b21b22;
	background-color:#DD5434;
}

#order_form input[type="submit"]:hover{
	 background-color:#E8B839;
}

#order_form input:focus, #contact_form textarea:focus{
	 border:1px solid #968e66;
	 background-color:#ECECEC;
}

#phone{
	float:left;
	margin-left:100px;
	width:210px;
}

#mail{
	float:left;
	margin:0px 0px 15px 60px;
	width:210px;
}

.contact_label{
	width:100%;
	border-bottom:1px dotted #968e66;
}

#contact_extra{
	display:none;
}

#contact_error{
	clear:both;
	margin-left:100px;
	width:500px;
	background-color:#ecc3c6;
	border:1px solid #990000;
}

.error_text img{
	padding:0px 10px 0px 15px;
}

#subscribe{
	width:500px;
	height:750px;
	margin:0px 0px 20px 100px;
}

#order{
	width:500px;
	height:900px;
	margin:0px 0px 20px 100px;
}

label{
	width:200px;
}

.form_label{
	float:left;
}

.form_error{
	float:left;
}

.form_element{
	clear:both;
}

.retailers_header{
	clear:both;
	margin-top:10px;
}

.retailers_left{
	clear:both;
	float:left;
	width:250px;
	height:100px;
	margin-left:50px;
}

.retailers_right{
	float:left;
}

#mountie_hat{
	width:550px;
	margin:10px 0px 0px 50px
}

#img_description{
	text-align:right;
}

#sale_resources img{
	margin:0px 10px 0px 0px;
}

.trap_list_header{
	width:100%;
	text-align:center;
	font-weight:bold;
	margin-top:10px;
}

.trap_list_footer{
	margin: 10px 0px 0px 15px;
}

#submit_confirm{
	clear:both;
 	width:300px;
	margin:0 auto;
	padding:10px;
	background-color:#6C0;
	border:1px #390 solid;
	font-size:10pt;
	font-weight:bold;
	text-align:center;
}

/* Elements Layout----------------------------------------------------------------------------------------------------------------------------- */

#index_news td{
	padding:3px;
}

.text_block{
	clear:both;
	margin-top:10px;
}

.indent{
	margin:10px 0px 0px 20px;
}

.data_table{
	width:90%;
	margin-left:40px;
}

.data_table td{
	padding:3px;
}

.table_header{
	background-color:#CCCCCC;
	text-align:center;
}

#membership{
	border:none;
	margin-left:25px;
}

#workshop{
	margin-bottom:20px;
}

#membership td{
	padding:4px;
}

.info_footer{
	margin:10px 0px 0px 10px;
	padding-top:10px;
	border-top:1px dotted #000000;
}

.info_mid{
	margin:10px 0px 0px 10px;
	padding:15px 0px 15px 0px;;
	border-top:1px dotted #000000;
	border-bottom:1px dotted #000000;
	background-color:#D6D6D5;
}

.footnote{
	margin:10px 0px 0px 10px;
	padding-top:10px;
	border-top:1px dotted #000000;
}

#population, #management, #trade, #resource{
	display:none;
}

#background, #program, #award, #criteria, #nomination, #recipients{
	display:none;
}

#mission, #fic_programs, #board, #staff {
	display:none;
}

#join, #support, #member, #partner, #donate, #fic_membership {
	display:none;
}

#principles, #presence, #renewable {
	display:none;
}

#steward_profiles, #champions {
	display:none;
}

#ts_trade, #ts_stewards, #ts_stewardship {
	display:none;
}

#research_advancements, #research_contributions, #research_replacement, #research_about {
	display:none;
}

#protect, #footprint {
	display:none;
}

#furbearer, #marten, #trapper, #conclusion, #intro{
	display:none;
}

#topten, #authorities, #faq, #terms, #trapline, #whoknew_sources{
	display:none;
}

#research, #facility, #standards, #tech, #aihts{
	display:none;
}

#economics, #employment, #regional, #facts, #regulation, #fact_research, #references{
	display:none;
}

#productivity, #cropvalue, #apparel, #retail, #international, #production, #notes{
	display:none;
}

#points, #species, #objectives, #implementation, #eutrade{
	display:none;
}

#curricula, #photo, #about_program {
	display:none;
}

#lr_conservation, #lr_historical, #lr_wildlife, #lr_welfare{
	display:none;
}

#at_welfare, #at_research, #at_aihts, #at_aihts{
	display:none;
}

#bw_facility, #bw_standards, #bw_simulation, #bw_science, #bw_expertise{
	display:none;
}

#lp_production, #lp_habitat, #lp_problem, #lp_economics, #lp_research, #lp_management, #lp_welfare{
	display:none;
}

#pft_research, #pft_trapper, #pft_farmer, #pft_auction, #pft_process, #pft_consumer, #pft_education, #pft_fic{
	display:none;
}

#fox, #industry, #mink, #pelting, #protection, #footprint, #health, #handling{
	display:none;
}

#fic_announce, #fic_newsletter, #fic_history, #fic_releases, #fic_commentaries{
	display:none;
}

#phase1, #phase2, #phase3, #trap_note{
	display:none;
}

#massett_about, #massett_summary, #massett_background, #massett_characteristics, #massett_environmental, #massett_rights, #massett_impacts, #massett_conclusion,
#massett_sources,#appendixa,#appendixb{
	display:none;
}

.trigger{
        color:#4d4d4d;
	width:300px;
	margin:5px 0px 0px 30px;
	padding:2px 0px 2px 25px;
	background-image:url('../images/leaf_bullet.png');
	background-repeat:no-repeat;
}

.trigger:hover{
	background-color:#CCCCCC;
}

.trigger a{
	font-size:12px;
	color:#4d4d4d;
	margin-left:10px;
}

#MainContentSub #brochure_contents .trigger{
    width:450px;
}

#MainContentSub #TFT_nav .trigger{
	width:525px;
}

#RE_nav .trigger{
	width:450px;
}

#MainContentSub #TC_welfare .trigger{
	width:550px;
}

#TRS_research_nav .trigger{
	width:375px;
}

#TRS_nav .trigger{
	width:600px;
}

#YE_program_nav .trigger{
    width:400px;
}

#aihts_nav .trigger{
	width:550px;
}

#workshop_nav .trigger{
	width:550px;
}

#facts_figures_nav .trigger{
	width:175px;
}

#massett_nav .trigger{
	width:450px;
}

#presence_trigger, #renewable_trigger, #principles_trigger{
	width:325px;
}

#EC_farm_nav .trigger{
	width:400px;	
}

#conservation .trigger{
	width:350px;
}

#FIC_whoknew .trigger{
	width:450px;
	margin-left:10px;
}

#FIC_whoknew p{
	padding-left:20px;
}

#TFT_nav .trigger{
	width:550px;
}

#furfarming_nav .trigger{
    width:550px;
}

#forest_management img{
	margin-left:15px;
}

.quote, .quote_origin, .quote_bold{
	margin:15px 40px 15px 40px;
}

.quote_plain{
	margin:15px 20px 15px 20px;
}

.trap_list{
	margin-left:5px;
	width:100%;
}

.trap_list .trap_blank{
	border:0px;
	background-color:#FFFFFF;
}

.trap_list td{
	border:1px solid #333333;
	width:33%;
	padding:3px 5px 3px 5px;
	background-color:#FFFF99;
}

.trap_cat{
	padding-top:20px;
}

.trap_species{
	padding-top:10px;
}

.cell_reset{
	background-color:#FFFFFF;
	border:1px solid #FFFFFF;
}


.searchfield{
	color:#666666;
	font-size:11px;
	height:13px;
	width:175px;
	background-color:#ffffff; 	  
	margin-top:3px;
	padding:3px;
	float:right;
	border:none;
}

.submit{
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	font-weight:bold;
	height:21px;
	width:70px;
	background-color: #D35022;
	border:1px solid #666666; 	  
	position:relative;
	margin-top:2px;
	float:right;
	padding-bottom:3px;
}

#cse-search-results {
	width:300px;
}

#cse-search-results iframe{
	width:480px;
}

#SearchForm{
	margin:0 auto 0 auto;
	width:900px;
}

#LangSelect{
	float:right;
	padding-top:5px;
        margin-right:15px;
}

#LangSelect a:link, #LangSelect a:visited{
	font-size:9pt;
	font-weight:bold;
	color:#ECE7D0;
}

#LangSelect a:hover{
	color:#333333;
}

#SeachBox{
	float:right;
}

#SeachBox input[type="submit"]{
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	font-weight:bold;
	height:21px;
	width:88px;
	background-color: #D35022;
	border:1px solid #666666; 	  
	position:relative;
	margin-top:2px;
	float:right;
	padding-bottom:3px;
}

#FIC_whoknew a{
	padding:0px;
	margin:0px;
}

#com_recieved{
	margin:0 auto;
	text-align:center;
	width:400px;
	border:1px #006600 solid;
	background-color:#66FF00;
	font-size:10pt;
	font-weight:bold;
}

#maintenance_container{
	margin:0 auto;
	padding:10px;
	text-align:center;
	width:500px;
	font-size:12pt;
	font-weight:bold;
}

#maintenance_container img{
	margin:0 auto;
}

/* Data List Layout------------------------------------------------------------------------------------------------------------------------- */

fieldset{
	border: 1px solid #1b4ba6;
	padding:10px;
	margin:20px 5px 0px 5px;
}

fieldset legend{
	margin:0px 5px 0px 5px;
	font-size: 100%;
	font-weight:bold;
}

fieldset table td, th{
	padding:8px 5px 5px 5px;
	font-size:9pt;
	border:1px dotted #666666;
}

fieldset .list_filter td{
	border:none;
}

fieldset .details_noborder td{
	border:none;
}

#UserList{
	width:300px;
}

#UserPane{
	width:400px;
}

#user_password{
	width:100%;
	text-align:center;
	margin:5px 0px 10px 0px;
}

#TrapCatPane, #TrapCatSavePane, #LinkCatPane, #LinkCatSavePane{
	width:600px;
}

#admin_login{	
	margin:100px 0px 0px 325px;	
}

#admin_login table{	
	border:0px;	
}

#login_form{
	width:215px;	
}

#login_submit{
	margin-left:153px;	
}

#login_fail{
	padding:10px;
	margin:20px 0px 0px 260px;
	width:350px;
	height:40px;
	border:2px #8d2a2a solid;
	background-color:#ec8282;
	text-align:center;
	font-weight:bold;
	color:#8d2a2a;
}

#display_comment{
	margin-top:15px;	
}

#display_comment td{
	padding:5px;	
}


/* Form Layout------------------------------------------------------------------------------------------------------------------------------- */

button, submit{
	cursor:auto;
}

.FormTable{
	margin:10px;
}

.FormTable td{
	padding:3px;
}

.FormLabel{
	font-weight:bold;
}

#iq_results{
	width:120px;
	margin:auto;
	border:5px solid #00A900;
	text-align:center;
	padding:0px 10px 10px 0px;
}

.form_buttons{
	width:100%;
	margin-left:500px;
	padding:10px 0px 10px 0px;
}

/* Button Layout----------------------------------------------------------------------------------------------------------------------------- */

.ActionButtons{
	padding-top: 10px;
}

#rssbutton a{
	height:18px;
	color:#FF5D00;
	background-image:url(../images/rss.png);
	background-repeat:no-repeat;
	background-position:right;
	font-size:10px;
	text-transform:uppercase;
	text-align:right;
	display:block;
	padding:3px 20px 0px 0px;
}

#rssbutton a:hover{
	color:#5e7f84;
	text-decoration:none;
}


.buttons{
	padding-left:20px;
}

#newsbarheader a{
	display:block;
	color:#FFFFFF;
	padding-top:17px;
	text-decoration:none;
}

#trap_notify{
	margin:15px 0px 0px 85px;
	padding:3px 0px 3px 0px;
	width:500px;
	text-align:center;
	background-color:#FFFF99;
	border:1px solid #643E2C;
}

#contact_pane{
	width:440px;
}

#question_image{
	height:125px;
	margin:400px 0px 0px 25px;
}

#question_image_F{
	margin:410px 0px 0px 0px;
}

.who_knew_question{
	margin-top:15px;
}

#fur_tv li{ 
	display: inline; 
}

#fur_tv img{
	margin: 0px 10px 10px 0px;
}

#fur_tv p{
	border-bottom:1px dotted #CCCCCC;
	margin:0px 40px 0px 40px;
}

.link_list{
	clear:both;
	margin-top:50px;
}

.news_list p{
	padding:3px 0px 3px 20px;
}

#director_list_table{
	width:600px;	
}

.cat_info{
	margin-left:15px;
	font-weight:bold;
}

.species_note{
	margin:10px 0px 0px 20px;
}

.note_title{
	font-weight:bold;
}

#TrapPane .noborder{
	border:0px;
}

.news_noresult{
	margin-left:175px;
	font-weight:bold;
	font-size:11pt;
}

.pdf_version{
	padding-right:25px;
	width: 95%;
	text-align:right;
}

#MainContentSub .upload_success{
	width:100%;
	height:40px;
	background-color:#7CC058;
	color:#CCC;
	text-align:center;
}

#MainContentSub .upload_fail{
	width:100%;
	height:40px;
	background-color:#D80D00;
	color:#CCC;
	text-align:center;
}

.list_table th{
	background-color:#CCC;
}

.row_odd{
	background-color:#FFF;
}

.row_even{
	background-color:#f8f4e4;
}

.update_submit input[type=submit] {
	background : url("../images/icons/save.png") no-repeat;
	width : 16px;
	height :16px;
	border : none;
	color : transparent;
	font-size : 0	
}

.delete_submit input[type=submit] {
	background : url("../images/icons/cancel.png") no-repeat;
	width : 16px;
	height :16px;
	border : none;
	color : transparent;
	font-size : 0	
}

.image_thumb{
	float:left;
	margin:5px;
	border:1px solid black;
}

.image_box{
	height:66px;
	overflow:hidden;
	border-bottom:1px solid black;
}

.image_contols{
	width:96px;
	margin:2px;
}

.image_title{
	font-size:8px;
	text-align:center;
	width:100px;
	height:25px;
}

.image_edit{
	background : url("../images/icons/edit_image.png") no-repeat;
	width : 16px;
	height :16px;
	border : none;
	color : transparent;
}

.image_delete{
	background : url("../images/icons/delete_image.png") no-repeat;
	width : 16px;
	height :16px;
	border : none;
	color : transparent;
	margin-left:64px;
}


#steward_video{
	margin-top:10px;	
}

.video_container{
	float:left;
	width:160px; 
	height:135px; 
	background-image: url("../images/fur_tv/video_bg.png"); 
	background-repeat:no-repeat;
	position:relative;
	margin-top:10px;
}

.video_image{
	width:132px; 
	height:82px; 
	margin:10px 0px 0px 10px;
}

.video_play{
	width:48px; 
	height:48px; 
	background-image: url("../images/fur_tv/video_play.png");  
	position:absolute; 
	top:30px; 
	left:50px;
}

#LeftColumn #cms_nav p{
	margin:5px 0px 5px 20px;	
}

#image_preview{
    width:100%;
}

#image_preview img{
    display:block;
    margin:0px auto 0px auto;
    border:1px solid black;
}

.submit_error{
    display:block;
    width:90%;
    background-color:#E45B52;
    color:#333;
    text-align:center;
    margin-left:40px;
    padding-bottom:15px;
    border:1px solid #983d37; 
    font-weight:bold;
}

.no_submit_error{
    display:block;
    width:95%;
    height:30px;
    background-color:#7CC058;
    color:#333;
    text-align:center;
    margin-left:25px;
    padding-top:10px;
    border:1px solid #5e9541;
    font-weight:bold;
}

#LeftColumn p{	
    width:95%;	
    height:22px;
    border-bottom:1px solid #9EA289;
    padding:10px 0px 0px 10px;
}

#LeftColumn p a{
    font-size:9pt;
    font-weight:bold;
    color:#000;
}

