﻿@import url("../magicogeneric.css");
@import url("../gotemplatelayout.css");


body
{
	background-image:url("bckg.gif");
	background-repeat:repeat-x;
	background-position: left top;
	background-color:#2e6c28;
	font-family:Arial;
	font-size: 11px;
	color: #000000;	
}

.container_mainmiddleright
{
	background-image: url("main_background.gif"); 
	background-position: left top; 
	background-repeat: no-repeat;
	width:570px;
	padding-top:5px;
	min-height: 473px;
	height: auto !important;
	height:473px;
}

.container_main
{
	width:768px;
	border-left:1px solid #206025;
	border-right:1px solid #206025;
	background-color:#ffffff;
}

.container_mainleft
{
	width:198px;
	padding-top:5px;
}

.container_header
{
	background-image: url("header.gif");
	background-position: left top;
	background-repeat: no-repeat;
	width:770px;
	height:123px;
	position:relative;
}

.container_footer
{
	background-image: url("footer.gif");
	background-position: left top;
	background-repeat: no-repeat;
	width:770px;
	height:82px;
	position:relative;
}

h1
{
	font-size: 16px;
	font-weight: bold;
	color: #ebbe1c;
	line-height: 15px;
	padding-bottom: 25px;
	padding-left:20px;
}

h2
{
      font-size: 11px;
      font-weight: bold;
      color: #82c32f;
      line-height: 15px;
      padding-top:4px;
      padding-bottom:4px;
}

.viewbook_textholder h2
{
      font-size: 11px;
      font-weight: bold;
      color: #82c32f;
      line-height: 15px;
      padding-left:30px;
      padding-top:4px;
      padding-bottom:4px;
}

.go_p
{
	padding-left:30px;
	line-height: 15px;
	width:300px;
}

.go_p ul li
{
	margin-left: 20px;
	list-style-position: outside; 
	list-style-type: disc;
}

.global_container
{
	padding-left:30px;
	padding-right:20px;
}

.global_linkgraphic
{
	background-image: url("arrow.gif"); 
	width:5px;
	height:9px;
	margin-top:5px;
}

.global_linktext
{
	padding-left:5px;
	font-size:11px;
	color:#9cbe53;
	text-decoration:none;
	margin-top:2px;
}

a.global_linktext:hover
{
	color:#eaba0e;
	text-decoration:underline;
}

.go_table
{
	border-collapse:collapse;	
	border:1px solid #64967b;
}

.go_table th
{
	font-weight:bold;
	font-size:11px;
	color:#ffffff;
	text-align:left;
	background-color: #416853;
	padding: 5px;
}

.go_table td
{
	color:#416853;
	font-size:11px;
	font-family:Verdana;
	border:1px solid #64967b;
	padding: 5px;
}

.go_table tr
{
}

.go_table tr, td
{
}

.go_form_container
{
	padding-top:12px;
	padding-left:30px;
	padding-right:20px;
	width:520px;
}

.go_form_container p
{
	padding: 6px 20px 6px 0px;
	text-align: left;
	line-height:18px;
}

.go_form_container input, textarea
{
	width:190px;
	border:1px solid #000000;
	background-color:#ffffff;
}

.go_form_container select
{
	margin-bottom:10px;
	width:50px;
}

.selectLargeWidth select
{
	width:335px;
	border:1px solid #000000;
	background-color:#ffffff;
	font-size:10px;
}

.selectLargeWidth .go_form_label
{
	width: 150px;
}

.go_form_label
{
	margin-top:3px;
	width:170px;
	font-weight:bold;
	margin-right:20px;
	color:#9cbe53;
}

.go_form_label em
{
	margin-top:-2px;
	right:-14px;
}

.go_form_editor
{
	margin-bottom:10px;
}

.go_form_submit
{
	margin-bottom:4px;
}

.go_form_validationitem
{
	width:5px;
	padding-right:2px;
}

.go_form_buttons
{
	padding-right:120px;
}

.go_form_button
{
	background-image: url("btn_submit.gif");
	background-position: left top;
	background-repeat: no-repeat;
	width:72px;
	height:15px;
}

a.go_form_button:hover 
{
	background-position: left bottom;
}

.global_textholder
{
	float:left;
	width:340px;
	padding-right:20px;
	padding-bottom:12px;
}

.global_imageholder
{
	float:left;
	width:152px;
}

.global_image
{
}

.global_headingtext
{
	display:block;
	font-weight:bold;	
	padding-top:2px;
	padding-bottom:2px;
	color:#9cbe53	
}

.global_summarytext
{
}

.global_textlink
{
	font-size:11px;
	color:#9cbe53;
	text-decoration:none;
}

a.global_textlink:hover
{
	color:#eaba0e;
	text-decoration:underline;
}

.global_categoryspacer
{
	background-image: url("category_spacer.gif");
	background-position: left top;
	background-repeat: no-repeat;
	width:150px;
	height:11px;
	font-size:1px;
}

.global_more
{
	display:block;
	background-image: url("btn_more.gif");
	background-position: left top;
	background-repeat: no-repeat;
	width:51px;
	height:12px;
}

a.global_more:hover
{
	background-position:left bottom;
}

.global_moreleft
{
	float:left;
	background-image: url("btn_more.gif");
	background-position: left top;
	background-repeat: no-repeat;
	width:51px;
	height:12px;
	margin-top:4px;
}

a.global_moreleft:hover
{
	background-position:left bottom;
}

.global_archived
{
	display:block;
	background-image: url("btn_archived.gif");
	background-position: left top;
	background-repeat: no-repeat;
	width:99px;
	height:12px;
	margin-bottom:8px;
}

a.global_archived:hover
{
	background-position:left bottom;
}

.global_current
{
	display:block;
	background-image: url("btn_current.gif");
	background-position: left top;
	background-repeat: no-repeat;
	width:92px;
	height:12px;
	margin-bottom:8px;
}

a.global_current:hover
{
	background-position:left bottom;
}

.global_back
{
	display:block;
	background-image: url("btn_back.gif");
	background-position: left top;
	background-repeat: no-repeat;
	width:51px;
	height:12px;
	margin-bottom:8px;
}

a.global_back:hover
{
	background-position:left bottom;
}

.global_linkpadding
{
	padding-left:30px;
	padding-bottom:4px;
}

.global_searchbutton
{
	display:block;
	background-image: url("btn_search.gif");
	background-position: left top;
	background-repeat: no-repeat;
	width:72px;
	height:15px;
}

a.global_searchbutton:hover 
{
	background-position: left bottom;
}

.global_errormessage
{
	color:#ff0000;
	font-weight:bold;
	padding-bottom:6px;
}

/***********************************/
/*		END OF GLOBAL STYLES
/***********************************/
/*************************************/
/*			HEADER					 */
/*************************************/
.header_flashcountdown
{
	position:absolute;
	top:0px;
	right:300px;
}

.header_flashright
{
	position:absolute;
	top:0px;
	right:0px;
}

.header_castvote
{
	display:block;
	background-image: url("btn_castvote.gif");
	background-position: left top;
	background-repeat: no-repeat;
	width:153px;
	height:44px;
	position:absolute;
	top:80px;
	right:320px;
}

a.header_castvote:hover
{
	background-position: left bottom;
}
/***********************************/
/*		HOME PAGE				   */
/***********************************/
.home_left
{
	float:left;
	width:340px;
	padding-right:20px;
}

.home_right
{
	float:left;
}

.home_pageheader
{
	background-image: url("title_home_welcome_2009.gif");
	background-position: left top;
	background-repeat: no-repeat;
	width:331px;
	height:62px;
}

.home_categoryheader
{
	background-image: url("title_home_categories.gif");
	background-position: left top;
	background-repeat: no-repeat;
	width:258px;
	height:33px;
}

.home_container
{
	padding-left:30px;
}

.home_categoryheadertitle
{
	color:#41662a;
	font-weight:bold;
	text-decoration:none;
}

a.home_categoryheadertitle:hover
{
	color:#eaba0e;
	text-decoration:underline;
}

.home_categoryspacer
{
	background-image: url("category_spacer.gif");
	background-position: left top;
	background-repeat: no-repeat;
	width:150px;
	height:11px;
	font-size:1px;
	margin-bottom:4px;
}

.home_rightcontainer
{
	padding-left:16px;
}

.home_lastwinnersheader
{
	background-image: url("2008winners.gif");
	background-position: left top;
	background-repeat: no-repeat;
	width:91px;
	height:36px;
}

.home_lastwinnersimage
{
	background-image: url("heaney_obrien103.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	width:154px;
	height:103px;
	margin-top:12px;
	margin-left:12px;
}

.home_captiontext
{
	width:150px;
	padding-top:4px;
	padding-right:16px;
	padding-left:12px;
}

.home_newsholder
{
	background-image: url("new_background.gif");
	background-position: left top;
	background-repeat: no-repeat;
	width:182px;
	margin-top:12px;
}

.home_latestnewstitle
{
	background-image: url("latest_news.gif");
	background-position: left top;
	background-repeat: no-repeat;
	width:91px;
	height:36px;
	margin-top:8px;
}

.home_newsseparator
{
	background-image: url("new_spacer.gif");
	background-position: left top;
	background-repeat: no-repeat;
	width:164px;
	height:24px;
}

.home_rightimage
{
	background-image: url("new_background.gif");
	background-position: left top;
	background-repeat: no-repeat;
	width:182px;
	margin-top:12px;
}

.home_rightimage img
{
	margin-top:12px;
	margin-left:12px;
}

.home_newstext
{
	padding:6px;
}

.home_newstitle
{
	font-weight:bold;
	color:#41662a;
}

.home_newsmore
{
	text-align:right;
}
/*************************************/
/*			SIDENAV					 */
/*************************************/
.sidenav_menubar ul li
{
    display:block; 
}

.sidenav_menubar ul li a
{
	display: block;
	width:198px;
	height:32px;
}

.sidenav_menubar span
{
	display:none;
}

.sidenav_menubar #Home a
{
	background-image:url("btn_home.gif");
	background-position: left top;
	width:198px;
	height:32px;
}

.sidenav_menubar #Home a:hover
{
	background-position: left center;
}

.sidenav_menubar #Home .active
{
	background-position: left bottom;
}

.sidenav_menubar #Home .active:hover
{
	background-position: left bottom;
}

.sidenav_menubar #AbouttheAwards a
{
	background-image:url("btn_about.gif");
	background-position: left top;
	width:198px;
	height:32px;
}

.sidenav_menubar #AbouttheAwards a:hover
{
	background-position: left center;
}

.sidenav_menubar #AbouttheAwards .active
{
	background-position: left bottom;
}

.sidenav_menubar #AbouttheAwards .active:hover
{
	background-position: left bottom;
}

.sidenav_menubar #Categories a
{
	background-image:url("btn_categories.gif");
	background-position: left top;
	width:198px;
	height:32px;
}

.sidenav_menubar #Categories a:hover
{
	background-position: left center;
}

.sidenav_menubar #Categories .active
{
	background-position: left bottom;
}

.sidenav_menubar #Categories .active:hover
{
	background-position: left bottom;
}


.sidenav_menubar #EligibilitySubmissions a
{
	background-image:url("eligibilitysubmissions.gif");
	background-position: left top;
	width:198px;
	height:32px;
}

.sidenav_menubar #EligibilitySubmissions a:hover
{
	background-position: left center;
}

.sidenav_menubar #EligibilitySubmissions .active
{
	background-position: left bottom;
}

.sidenav_menubar #EligibilitySubmissions .active:hover
{
	background-position: left bottom;
}


.sidenav_menubar #PublicVote a
{
	background-image:url("btn_public.gif");
	background-position: left top;
	width:198px;
	height:32px;
}

.sidenav_menubar #PublicVote a:hover
{
	background-position: left center;
}

.sidenav_menubar #PublicVote .active
{
	background-position: left bottom;
}

.sidenav_menubar #PublicVote .active:hover
{
	background-position: left bottom;
}

.sidenav_menubar #AwardsDinner a
{
	background-image:url("btn_awardsdinner.gif");
	background-position: left top;
	width:198px;
	height:30px;
}

.sidenav_menubar #AwardsDinner a:hover
{
	background-position: left center;
}

.sidenav_menubar #AwardsDinner .active
{
	background-position: left bottom;
}

.sidenav_menubar #AwardsDinner .active:hover
{
	background-position: left bottom;
}

.sidenav_menubar #PreviousWinners a
{
	background-image:url("btn_previous.gif");
	background-position: left top;
	width:198px;
	height:32px;
}

.sidenav_menubar #PreviousWinners a:hover
{
	background-position: left center;
}

.sidenav_menubar #PreviousWinners .active
{
	background-position: left bottom;
}

.sidenav_menubar #PreviousWinners .active:hover
{
	background-position: left bottom;
}


.sidenav_menubar #News a
{
	background-image:url("btn_news.gif");
	background-position: left top;
	width:198px;
	height:32px;
}

.sidenav_menubar #News a:hover
{
	background-position: left center;
}

.sidenav_menubar #News .active
{
	background-position: left bottom;
}

.sidenav_menubar #News .active:hover
{
	background-position: left bottom;
}


.sidenav_menubar #Sponsors a
{
	background-image:url("btn_sponsors.gif");
	background-position: left top;
	width:198px;
	height:32px;
}

.sidenav_menubar #Sponsors a:hover
{
	background-position: left center;
}

.sidenav_menubar #Sponsors .active
{
	background-position: left bottom;
}

.sidenav_menubar #Sponsors .active:hover
{
	background-position: left bottom;
}

.sidenav_menubar #FAQs a
{
	background-image:url("btn_faqs.gif");
	background-position: left top;
	width:198px;
	height:32px;
}

.sidenav_menubar #FAQs a:hover
{
	background-position: left center;
}

.sidenav_menubar #FAQs .active
{
	background-position: left bottom;
}

.sidenav_menubar #FAQs .active:hover
{
	background-position: left bottom;
}

.sidenav_menubar #ContactUs a
{
	background-image:url("btn_contact.gif");
	background-position: left top;
	width:198px;
	height:32px;
}

.sidenav_menubar #ContactUs a:hover
{
	background-position: left center;
}

.sidenav_menubar #ContactUs .active
{
	background-position: left bottom;
}

.sidenav_menubar #ContactUs .active:hover
{
	background-position: left bottom;
}

.sidenav_ilalogo
{
	background-image: url("ila_logo.gif");
	background-position: left top;
	background-repeat: no-repeat;
	width:198px;
	height:161px;
	margin-top:12px;
}

.sidenav_flashsponsors
{
	padding-left:16px;
}

/*************************************/
/*			FOOTER					 */
/*************************************/
.footer_menubar
{
	position:absolute;
	left:580px;
	top:35px;
}

.footer_menubar li
{
	margin-left:6px;
	margin-right:6px;
	float:left;
}

.footer_menubar li a
{
	font-family:Arial;
	font-size:11px;
	color:#41662a;
	text-decoration:none;
}

.footer_menubar li a:hover
{
	color:#eaba0e;
	text-decoration:underline;
}

.footer_flashpp
{
	position:absolute;
	top:30px;
	left:200px;
}

.footer_siteby
{
	background-image: url("magico.gif");
	background-position: left top;
	background-repeat: no-repeat;
	width:75px;
	height:10px;
	position:absolute;
	top:60px;
	left:660px;
	font-size:1px;
}

a.footer_siteby:hover
{
	background-position: left bottom;
}
/*************************************/
/*			CATEGORIES				 */
/*************************************/
.categories_imageholder
{
	float:right;
	width:200px;
}

.categories_detailsholder
{
	background-image: url("category_back.gif");
	background-position: left top;
	background-repeat: no-repeat;
	width:516px;
	margin-top:12px;
	margin-bottom:12px;
}

.categories_details
{
	padding-left: 16px;
	padding-right:16px;
	padding-top:8px;
	padding-bottom:8px;
}	

.categories_header
{
	color:#41662a;
	font-weight:bold;
	padding-bottom:4px;
}

.categories_yearheader
{
	color:#41662a;
	font-weight:bold;
	font-size:14px;
}

.categories_yearcategoryspacer
{
	background-image: url("category_spacer.gif");
	background-position: left top;
	background-repeat: no-repeat;
	width:150px;
	height:11px;
	font-size:1px;
	margin-bottom:6px;
}

.categories_summarytext
{
	float:left;
	width:300px;
}

.categories_text
{
	line-height:15px;
}

.categories_winnerheader
{
	color:#ebbe1c;
	font-weight:bold;
}

.categories_bookholder
{
	padding-top:4px;
	padding-bottom:8px;
}

.categories_textlink
{
	font-size:11px;
	color:#41662a;
	text-decoration:none;
	font-weight:bold;
}

a.categories_textlink:hover
{
	color:#eaba0e;
	text-decoration:underline;
}

.categories_noitems
{
	font-weight:bold;
	padding-top:12px;
}

.viewbook_textholder
{
	float:left;
	width:350px;
}

.viewbook_imageholder
{
	float:right;
	width:199px;
	padding-right:16px;
}

.viewbook_links
{
	padding-bottom:8px;
}

.viewbook_morelink
{
	padding-left:10px;
}

.categories_yearsummarytext
{
	float:left;
	width:350px;
}

.categories_yearimageholder
{
	float:right;
	width:130px;
}
/*************************************/
/*			FAQs					 */
/*************************************/
.faqs_container
{
	padding-left:30px;
	padding-right:20px;
	padding-top:12px;
}

.faqs_container a
{
	color:#9cbe53;
	text-decoration:none;
}

.faqs_container a:hover
{
	color:#eaba0e;
	text-decoration:underline;
}

.backtotop
{
	display:block;
	text-align:right;
}

/*************************************/
/*			News					 */
/*************************************/
.news_date
{
	float:left;
	width:150px;
	padding-top:4px;
	padding-bottom:12px;
}

.news_title
{
	float:left;
	width:200px;
	padding-top:4px;
	padding-bottom:12px;
	padding-right:12px;
}

/*************************************/
/*			Previous Winners		 */
/*************************************/
.winners_container
{
	padding-left:30px;
	padding-right:20px;
	padding-bottom:12px;
}

.winners_yeartext
{
	float:left;
	width:60px;
	font-weight:bold;
	color:#9cbe53;
}

.winners_yearcombo
{
	float:left;
	width:100px;
}

.winners_yearcombo select
{
	width:80px;
}

.winners_yearbutton
{
	float:left;
	width:80px;
	padding-top:2px;
}

.winners_categoryheader
{
	padding-bottom:12px;
}

.winners_banville
{
	background-image: url("banville.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	width:110px;
	height:72px;
}

.winners_bennett
{
	background-image: url("bennett.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	width:110px;
	height:133px;
}

.winners_mcgahern
{
	background-image: url("mcgahern.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	width:110px;
	height:109px;
}

.winners_mccann
{
	background-image: url("mccann.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	width:110px;
	height:73px;
}

.winners_thompson
{
	background-image: url("thompson.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	width:100px;
	height:78px;
}

.winners_dillon
{
	background-image: url("dillon.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	width:100px;
	height:72px;
}

.winners_authortext
{
	padding-top:4px;
}
/*************************************/
/*			SITE MAP				 */
/*************************************/
.sitemap_container
{
	padding-left:30px;
	padding-bottom:20px;
}

.sitemap_container .AspNet-TreeView .AspNet-TreeView-Collapse
{
	display:none;
	background-color:Maroon;
	height:0px;
	padding:0px;
	margin:0px;
}

.sitemap_container ul li
{
	padding-top:8px;
	display:block;
}

.sitemap_container ul li ul li
{
	padding-left:20px;
	padding-top:2px;
	display:block;
}

.sitemap_container .AspNet-TreeView-Root a , .sitemap_container .AspNet-TreeView-Root span
{
	font-size:1.3em;
	line-height:1.7em;
	font-weight:bold;
	color:#9cbe53;
	text-decoration:none;
}

.sitemap_container .AspNet-TreeView-Root a:hover
{
	color:#eaba0e;
	text-decoration:underline;
}

.sitemap_container ul li ul .AspNet-TreeView-Leaf a , .sitemap_container ul li ul .AspNet-TreeView-Leaf span
{
	display:block;
	font-size:1.1em;
	line-height:1.4em;
	font-weight:bold;
	color:#eaba0e;
	text-decoration:none;
}
.sitemap_container ul li ul .AspNet-TreeView-Leaf a:hover
{
	text-decoration:underline;
}

/*************************************/
/*			PUBLIC VOTE				 */
/*************************************/
.publicvote_header
{
	background-image: url("vote.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	width:518px;
	height:85px;
	margin-left:30px;
}

.publicvote_header_caption
{
	background-image: url("tokens_txt.gif");
	background-position: left top;
	background-repeat: no-repeat;
	display:block;
	width:519px;
	height:63px;
	margin-left:30px;
	margin-bottom: 12px;
}

.publicvote_tubridy
{
	float:left;
	background-image: url("vote_tubridy.gif");
	background-position: left top;
	background-repeat: no-repeat;
	width:258px;
	margin-bottom:25px;
}

.publicvote_tubridy input
{
	background-color:#ffffff;
	width:20px;
	border:0px solid #ffffff;
}

.publicvote_radiobuttons
{
	padding-left:20px;
	padding-right:5px;
	padding-top:70px;
}

.publicvote_popular
{
	float:left;
	background-image: url("vote_fiction.gif");
	background-position: left top;
	background-repeat: no-repeat;
	width:258px;
	margin-bottom:25px;
}

.publicvote_popular input
{
	background-color:#ffffff;
	width:20px;
	border:0px solid #ffffff;
}

.publicvote_rules
{
	padding-top:12px;
	padding-bottom:12px;
	font-size:9px;
}

.publicvote_label
{
	margin-top:3px;
	width:260px;
	font-weight:bold;
	margin-right:20px;
	color:#9cbe53;
}

.publicvote_label em
{
	margin-top:-2px;
	right:-14px;
}

.publicvote_label
{
	float:left;
	clear:left;
	display:block;
	position:relative;
	margin-top:3px;
	width:200px;
	font-weight:bold;
	margin-right:20px;
	color:#9cbe53;
	padding-left:60px;
}

.publicvote_label em
{
	position:absolute;
	margin-top:-2px;
	right:-14px;
}

.publicvote_buttons
{
	padding-right:70px;
}
.publicvote_button
{
	float:right;
	background-image: url("btn_vote.gif");
	background-position: left top;
	background-repeat: no-repeat;
	width:130px;
	height:15px;
}

a.publicvote_button:hover 
{
	background-position: left bottom;
}

.publicvote_maintext
{
	padding-left:30px;
	line-height: 15px;
	width:450px;
}

.publicvote_checkbox input
{
	background-color:#ffffff;
	width:20px;
	border:0px solid #ffffff;
}

.publicvote_buttontext
{
	font-weight:bold;
}

.publicvote_buttontext_large
{
	display:block;
	font-weight:bold;
}

.publicvote_authortitle
{
	display:block;
	padding-left:20px;
	padding-bottom:2px;
}

.publicvote_errormessages
{
	padding-left:30px;
	padding-top:5px;
	padding-bottom:5px;
	font-weight:bold;
}

/* NEW STYLES */
.publicvote_newradiobuttons
{
	/*padding-left:20px;
	padding-right:5px;
	padding-top:70px;*/
}

.publicvote_newradiobuttons input
{
	background-color:#ffffff;
	width:20px;
	border:0px solid #ffffff;
}

.publicvote_background
{
	float:left;
	background-image: url("bkg_vote.gif");
	background-position: left top;
	background-repeat: no-repeat;
	width:233px;
	margin-bottom:25px;
	padding-left:15px;
	padding-right:10px;
}

.publicvote_categorytitle
{
	font-size:18px;
	color:#4c753b;	
	padding: 20px 10px 10px 10px;
}

.expandbox
{
	font-size:11px;
	color:#9cbe53;
	text-decoration:none;
}

a.expandbox:hover
{
	color:#eaba0e;
	text-decoration:underline;
}
/*************************************/
/*			PUBLIC VOTE	 RESULTS	 */
/*************************************/
.publicvote_summarytable
{
	border-collapse:collapse;
	width:480px;
	border:1px solid #9cbe53;
	margin-top:4px;
}	

.publicvote_summarytable th
{
	padding:4px;
	text-align:left;
	font-weight:bold;
}

.publicvote_summarytable td
{
	padding:4px;
	height:20px;
	font-weight:bold;
	text-align:left;
}

.publicvote_summarytablecol1
{
	width:200px;
	color:#9cbe53;
}

.publicvote_summarytablecol2
{
	width:140px;
	color:#9cbe53;
}

.publicvote_summarytablecol3
{
	width:140px;
	color:#9cbe53;
}

.publicvote_summarytabletotalcol1
{
	width:200px;
}

.publicvote_summarytabletotalcol2
{
	width:140px;
}

.publicvote_summarytabletotalcol3
{
	width:140px;
}

.publicvote_panel
{
	margin-top:20px;
	margin-bottom:12px;
}

.publicvote_detailtable
{
	border-collapse:collapse;
	width:480px;
	border:1px solid #9cbe53;
	margin-top:4px;
}	

.publicvote_detailtable th
{
	padding:4px;
	text-align:left;
	font-weight:bold;
}

.publicvote_detailtable td
{
	padding:4px;
	text-align:left;
	height:20px;
	font-weight:bold;
}

.publicvote_detailtablecol1
{
	width:40px;
	color:#000000;
}

.publicvote_detailtablecol2
{
	width:80px;
	color:#9cbe53;
}

.publicvote_detailtablecol3
{
	width:100px;
	color:#9cbe53;
}

.publicvote_detailtablecol4
{
	width:100px;
	color:#9cbe53;
}

.publicvote_detailtablecol5
{
	width:120px;
	color:#9cbe53;
}

div.hr {
	background: #ffffff url(hr_dots.gif) top left repeat-x;
	height: 5px;
	margin-bottom: 5px;
	width: 92%;
}

div.hr hr {
	display: none;
}

.submitform_button
{
	display:block;
	background-image: url("submissions.gif");
	background-position: left top;
	background-repeat: no-repeat;
	width:93px;
	height:15px;
	margin-left:30px;
	margin-top:8px;
}

a.submitform_button:hover 
{
	background-position: left bottom;
}

a.TextRight
{
	color:#9cbe53;
	float:right;
	font-size:11px;
	margin-right:20px;
	text-decoration:underline;
}

a.TextRight:hover
{
	color:#eaba0e;
	text-decoration:none;
}

div.caption
{
	font-size:0.9em;
	margin-left:43px;
	width:280px;
}
