/* standard styles
----------------------------------------- */

/* ul, li, p*/
body,h1,h2,h3,h4,h5,h6,td,th,table,hr,ul,li,fieldset
{
  margin: 0;
  padding: 0;
}

body
{
	background: #aeaeae repeat-x url(/images/bg.jpg) fixed;
  font-family:/*Verdana, */Arial, Helvetica, sans-serif;
	color:#333;
	font-size:16px; /* needs to be in PX because screen DPI differences might make text ultra small at 96dpi */
}

#main li, #main p, .h_text ,.content
{
  line-height: 1.2em;
}

#main p 
{
  margin-top: 0;
  margin-bottom: 5px;
}

h1, h2, h3, h4, h5, h6 
{
	font-family:Arial, Helvetica, sans-serif;
}

h1, h2, h3 
{
	clear:both;
}

h1 
{
  font-size:1.6em;
  font-weight: bold;
	color: #00677e;
  margin: 10px 0;
}

h2
{
	font-size:1.3em;
	color: #00677e;
	font-weight: bold;
	margin: 10px 0;
}

h3
{
  color: #333;
	font-size:1.2em;
	margin: 8px 0;
}

h4 
{
  font-size: 1.1em;
}

h5
{
	font-size:1.3em;
	color: #019cb2;
	font-weight: bold;
        margin: 0;
}

.hr
{
  border: none;
  height:2px;
  background: white repeat-x url("/images/h_rule.gif");
  margin: 8px 0;
  clear: both;
}

.print,
.hr hr,
.light_hr hr
{
  display: none;
}

.light_hr
{
  border-top: 1px dotted #ccc;
  height: 1px;
  margin: 8px 0;
  clear: both;
}

table 
{
  width: 100%;
}

.htmlarea table {
  width: auto;
}

.htmlarea th, .htmlarea td {
	border: none;
	padding: 0;
}

th, td
{
  border-bottom: 1px white solid;
  border-right: 1px white solid;
  padding: 2px 8px;
}

th
{
	background:#bbb;
	color:white;
}

thead, th 
{
	background:#999;
}

td
{
	background:#f4f4f4;
}

a 
{
  color: #019cb2;
  text-decoration: none;
}

#user_menu .selected,
a:hover 
{
  color: #ff6a00;
}

.clear,.submit 
{
  clear: both;
}

.homepanel h2 
{
  clear: none ! important;
}

a img,.content fieldset
{
	border:none;
}

#user_form h2
{
  margin: 16px 0 8px 0;
}

/* Rails Error Messages
-------------------------------------------------------*/

.errorExplanation 
{
  background: #fafafa;
  border: 1px solid #ccc;
  padding: 4px 16px;
  margin: 8px 0;
}

.errorExplanation h2 
{
  color: #a00;
  font-size: 1.4em;
}

.errorExplanation ul 
{
  color: #f00;
  font-weight: bold;
  margin-bottom: 8px;
}

.fieldWithErrors 
{
  display: block;
}

.fieldWithErrors input,
.fieldWithErrors select,
.fieldWithErrors textarea 
{
  border: 1px solid #c00 ! important;
}


/* Heading & Other Layout
----------------------------------------- */

.related .preview
{
  float: left;
  margin: 16px 16px 0 0;
}

.flash 
{
	font-weight:bold;
}

.message,.flash
{
  border: 1px #ccc solid;
  background: #fafafa;
  text-align: center;
	padding:6px 16px;
}

.thumb 
{
  border: 1px solid #ddd;
  display: block;
}

.more 
{
  text-align: right;
  clear: both;
}

.bucket .info 
{
  padding: 0 16px;
}

.entry /* Icon by them */
{
  clear: both;
  padding: 0 22px 0 40px;
}

.entry p {
  font-size: 1.1em;
}

.entry h2
{
  background: no-repeat url(/images/icons/screening_room.gif) 4px 0;
  margin: 10px auto 5px -32px;
  padding: 5px 0 5px 32px;
  line-height: 1em;
}

.entry h2 a
{
	color: #00677e;
}

.entry h2 a:hover
{
  color: #ff6a00;
}

.breadcrumb strong
{
  color:#00647b;
  margin-right: 4px;
}

.breadcrumb a, .more a, .submit a
{
  clear: both;
  padding-right: 12px;
  background: no-repeat right 55% url(/images/arrow.gif);
  text-decoration:none;
}

.breadcrumb a
{
  display: inline;
  margin-right: 4px;
}

.breadcrumb a:hover, .more a:hover, .submit a:hover
{
  padding-bottom: 0;
}

.more a, .submit a
{
  margin-left: 12px;
  display: block;
  float: right;
  padding-bottom: 0px;
}

.more .rss_icon 
{
  padding: 4px 0 0;
  background: none;
  border: none ! important;
  margin: none;
}

#banner
{
	height:93px;
	display:block;
  background: url(/images/banner_blue.jpg);
  position: relative;
}

#banner h1
{
	display:none;
}

#banner a
{
	position: absolute;
	display: block;
	top: 10px; 
	left: 10px;
	width: 200px;
	height: 75px;
}

.sitepanel
{
	background-color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height:15px; /* TODO: Review this Class */
}

/* Menu Styles
----------------------------------------- */

#top_navigation
{
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:0.6em;
  background:url(/images/top_nav_background.gif) no-repeat 50% bottom;
  margin-bottom:10px;
}

#top_navigation a
{
	text-decoration:none;
	font-weight:bold;
	color:black;
	display:block;
	padding:12px 11px 12px 12px;
}

#top_navigation a.selected,#top_navigation a:hover,#top_left_menu .first a.selected,#top_left_menu .first a:hover
{
	color:#019cb2;
	background:url(/images/top_nav_background_active.gif) bottom right repeat-x;
}

#top_navigation ul
{
	float:left;
	margin:0;
	padding:0;
}

#top_navigation li
{
	background:url(/images/top_nav_divider.jpg) bottom right no-repeat;
	float:left;
	font-weight:bold;
	text-decoration:none;
	list-style:none;
	padding:0 1px 0 0;
}

#top_menu .first a.selected,#top_menu .first a:hover
{
	background:url(/images/top_nav_first_background_active.gif) bottom left no-repeat ! important;
}

#top_right_menu
{
  float: right ! important;
}

#top_right_menu li
{
	background:url(/images/top_nav_divider.jpg) -1px bottom  no-repeat;
	padding:0 0 0 1px;
}

#top_right_menu .last a.selected,#top_right_menu .last a:hover
{
	background:url(/images/top_nav_last_background_active.gif) bottom right no-repeat ! important;
}

/* Layout Columns
----------------------------------------- */

#container /* Holds all of the columns */
{
	width:990px;
	margin: 0 auto;
}

#left
{
	float:left;
	width:150px;
}

#middle
{
	float:left;
	width:612px;
	margin:0 0 0 10px;
}

#right
{
	float:right;
	width:208px;
}

ul /* Need to be after top menu */
{
  margin: 12px 0 12px 24px;
}

/* Side Column Bucket Decor 
----------------------------------------- */

/* Shared between left and right */

#right .bucket_title h1, #left .bucket_title h1
{
	text-transform:uppercase;
	font-size:0.6em;
	line-height:35px;
	margin:0;
	padding:0 0 0 10px;
	color: black;
}

#right .bucket, #left .bucket
{
  line-height: 1.7em;
	font-size: 0.65em;
	margin-bottom: 10px;
	padding:3px 0 0;
}

#right .bucket_footer, #left .bucket_footer
{
  clear: both;
	height:5px;
	font-size:0.01em;
	margin-top: 1px;
}

.bucket a
{
	text-decoration:none;
	border-bottom: 1px white solid;
}

/* Headings */

#left .bucket_title h1
{
	background:url(/images/left_bucket_title.gif) no-repeat;
}

#right .bucket_title h1
{
	background:url(/images/right_bucket_title.gif) no-repeat;
}

/* Main Background */

#left .bucket
{
	background:url(/images/left_bucket_background.gif);
	width:150px;
}

#right .bucket
{
	background:url(/images/right_bucket_background.gif);
}

#right .bucket .data
{
  width: 172px;
}

#left .bucket .data
{
  width: 114px;
}

/* Clearing footer */

#left .bucket_footer
{
	background:url(/images/left_bucket_footer.gif) no-repeat;
}

#right .bucket_footer
{
	background:url(/images/right_bucket_footer.gif) no-repeat;
}

/* Column Layout
----------------------------------------- */

.four_column .left,.four_column .mid_left,.four_column .mid_right,.four_column .right
{
	width:24.9%;
	float:left;
}

.five_column .left,.five_column .mid_left,.five_column .middle,.five_column .mid_right,.five_column .right
{
	width:20%;
	float:left;
}

.two_column .right
{
	width:49%;
	float:right;
}

.two_column .left
{
	width:49%;
	float:left;
}

.three_column .left,.three_column .middle,.three_column .right
{
	width:33%;
	float:left;
}

.two_column .left_biased 
{
  width: 70%;
  float: left;
}

.two_column .left_biased .data 
{
  width: 90%;
}

.two_column .right_biased 
{
  width: 70%;
  float: left;
}

.two_column .right_biased .data 
{
  width: 90%;
}

.two_column .left_non_biased 
{
  width: 30%;
  float: right;
}

.two_column .right_non_biased 
{
  width: 30%;
  float: right;
}

/* form styles for main content area 
----------------------------------------- */
form
{
	margin:0;
}

legend
{
	text-transform:lowercase;
	font-size:1em;
	font-weight:bold;
	margin-bottom:5px;
}

label
{
	display:block;
	padding: auto 0;
	color:#333;
	font-size: 1.1em;
	margin-bottom: 4px;
}

input, textarea, select 
{
	font-family: /* Verdana, */ Arial, Sans-serif;
	font-size: 1em;
	margin-bottom:4px;
}

input
{
	padding: 2px;
}

input.data, textarea, select 
{
  border:1px solid #ccc;
	background:white;
	color: black;
}

input.data, textarea
{
	width: 268px;
}

select
{
	padding: 1px 1px 1px 3px;
}

textarea
{
	overflow:auto;
}

/* Prompts, Flashes etc 
----------------------------------------- */
.alert
{
	color:#ff6a00;
}

.warning
{
	color:#ff6a00;
}

.notice,.notification
{
	color:#ff6a00;
}

.tip
{
	font-size:0.8em;
	color:#999;
}

/* Community tabs
----------------------------------------- */
.commtab
{
	font-size:0.6em;
	font-family: Arial, Helvetica, sans-serif;
	height:29px;
	overflow: hidden;
}

.commtab ul
{
	list-style:none;
	margin:0;
	padding:0;
}

.commtab li
{
	display:block;
	float:left;
	background: url(/images/sub_tab_right.gif) no-repeat right top;
	margin-right:-1px;
	text-transform:uppercase;
	margin-top: 6px;
}

.commtab a
{
	display:block;
	background: url(/images/sub_tab_left.gif) no-repeat left top;
	color:#333;
	padding: 4px 9px 12px 9px;
	font-weight: bold;
	color: #333;
}

.commtab a:hover
{
	color: #019cb2;
}

.commtab #current
{
	font-weight: bold;
	margin-top: 0;
}

.commtab #current a
{
	color: #019cb2;
}

/* Middle content
----------------------------------------- */

#content
{
	background:url(/images/background_content_circles.gif) white no-repeat bottom right;
	/* position: relative; */
}

.content
{
	font-size:0.7em;
	padding:10px 20px;
}

.content label
{
	display: block;
	font-size:1.1em;
	font-weight:bold;
	color: #00a2b7;
}

/* Misc branding 
----------------------------------------- */

.breadcrumb
{
	margin-bottom:10px;
	color:#777;
	background: no-repeat left;
	height: 20px;
	padding: 5px 0 0 28px;
}

/* Footer
----------------------------------------- */

#footer
{
	clear:both;
	width:800px;
	height:54px;
	background:url(/images/footer_blue.jpg) no-repeat 50% 50%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.65em;
	padding:40px 0 0 190px;
	margin-top: 10px;
}

#footer a
{
	color:white;
	text-decoration:none;
}

/* Media and screening room related
----------------------------------------- */

#screeningroom
{
	background:#ddd;
	width:auto;
	height:200px;
	margin:0 5px;
	padding:10px;
}

.screening_clips .paging
{
  border-top: 1px solid #ccc;
  margin-top: 10px;
  font-weight: normal;
}

.screening_clips .paging .prev
{
	font-size: 1.1em;
  background: no-repeat url(/images/arrow_prev.gif) left 55%;
  padding-left: 12px;
}

.screening_clips .paging .next
{
  font-size: 1.1em;
  background: no-repeat url(/images/arrow.gif) right 55%;
  padding-right: 12px;
}

.screening_media .preview 
{
  margin: 10px 10px 10px 0;
}

.screening_media .left p, .screening_media .mid_left p, .screening_media .mid_right p,.screening_media h4 
{
  padding-right: 20px;
}

.screening_media 
{
  position: relative;
}

/* Media Player */

#player
{
	text-align:center;
}

#player a:hover 
{
  background: none;
  border-bottom: none;
}

#player .error 
{
  background: #fafafa;
  border: 1px solid #ccc;
  padding: 0.6em;
}

/* User related
----------------------------------------- */

.avatar 
{
  float: left; 
  margin: 0 10px 10px 0; 
  border: 1px solid #ccc;
  background: #fafafa;
}

.thumb_gallery 
{
  margin: 0 8px 8px 0;
  float: left;
}

/* Registration */

.steps
{
	text-align:right;
	font-size:0.9em;
}

.current_step
{
	font-size:1.5em;
	font-weight:bold;
}

.registration input,.registration_contact input,.registration_contact select,.registration_contact textarea
{
	width:98%;
}

.registration_contact_address,.submit
{
	text-align:right;
}

.registration_contact_address input,.registration_contact_address select
{
	width:70%;
}

#signin
{
	background:#ddd;
}

#signin p 
{
  margin: 0;
}

/* Tables for profiles */

.plain 
{
  width: 100%;
  border: none;
  margin-bottom: 10px;
}

.plain td 
{
  vertical-align: top;
  background: none;
  border: none;
  padding-left: 0;
}

/* Search results
----------------------------------------- */

.search_results select
{
	font-size:0.9em;;
}

.search_results_keywords
{
	width:120px ! important;
}

.search_results li
{
	list-style-type:none;
}

.search_results_heading
{
	background:#bbb;
	padding:5px;
}

.search_results_heading h3
{
	font-weight:normal;
}

.search_results_heading em
{
	font-style:normal;
	font-weight:bold;
	font-size:1.5em;
}

.search_results .left 
{
  width: 27%;
}

.search_results .middle
{
  width: 38%;
}

.search_results .right
{
  width: 34%;
}

/* Calender Bucket
----------------------------------------- */

.calender table 
{
  border: none;
}

.calender td
{
	background:#DFC4A0;
  width: 25px;
}

.calender th, .calender td
{
  padding: 2px 0;
  vertical-align: top;
  text-align: center;
	color:#333;
}

.calender a 
{
  font-weight: bold;
  border: none ! important;
}

.calender .day td, .calender .info th 
{
	background:#F5ECE0;
	font-weight: bold;
	padding-top: 4px;
}

.calender .last_month,.calender .next_month
{
	background:#EBD9C1;
}

.calender .day a
{
  font-weight: bold;
  color: black ! important;
}

.calender .item
{
  background: #feb125
}

.calender .today
{
  background: #eb2
}

.calender /* This needs cleaning with other buckets */
{
  padding: 0 5px;
}

/* Home page feature bucket, and hero pod
----------------------------------------- */

#heropod 
{
  padding-top: 26px;
  background: url(/images/hero_pod_content_title.gif) no-repeat top left;
}

.homepanel h2
{
	margin:0 0 10px;
}

/* this style is for the first home panel block */
.first_h_title .blank,
.first_h_title h1
{
	background:url(/images/middle_content_title.jpg) no-repeat 100%;
	text-transform:uppercase;
	font-size: 0.6em;
	font-weight: normal;
	line-height:27px;
	color:black;
	width:592px;
	margin:0;
	padding:0 0 0 20px;
        font-weight: bold;
	/* Needs to appear on top of community tabs */
}

.first_h_title .blank
{
  height: 26px;
}

.h_text
{
	float:left;
	font-size:0.7em;
	width:387px;
	padding:20px;
}

.h_text p {
  margin: 20px 0 3px 0;
  padding-top: 10px;
}

.h_text h2 {
  margin-bottom: 3px;
}

.h_text h2 a {
  color: #00677E;
}

.h_text h2 a:hover {
  color: #FF6A00;
}

.h_title h1,.s_title h1
{
	background:url(/images/bgHomePanelTitle.jpg) no-repeat;
	text-transform:uppercase;
	font-size:0.9em;
	line-height:26px;
	color:white;
	width:592px;
	margin:0;
	padding:0 10px;
}

.h_text .more
{
  padding:0;
  margin:0;
}

.h_picture
{
	float:left;
	padding:0;
}

/* Poll
----------------------------------------- */

.poll_image
{
  margin: 3px 5px; /* IE Issues */
  display: block;
  position: relative;
}

.poll 
{
  list-style: none;
  margin: 0;
  padding: 0;
}

.poll li 
{
  background: top left url(/images/h_rule.gif) no-repeat;
}

.poll div 
{
  padding: 13px 0 10px 24px;
  background: left 10px url(/images/poll_question.gif) no-repeat;
}

.poll span 
{
  font-size: 1.3em;
  font-weight: bold;
  color: #02647f;
  font-family: Arial, Sans-serif;
}

.poll .more 
{
  margin: 0 ! important;
}

.poll_bucket
{
  padding: 0 10px ! important;
}

.poll .yes
{
  background: left 10px url(/images/poll_tick.gif) no-repeat;
}

.poll .no
{
  background: left 10px url(/images/poll_cross.gif) no-repeat;
}

/* Forum 'look who's talking' bucket
----------------------------------------- */

#look_whos_talking 
{
  margin: 10px 0 10px 0;
  background: url('/images/look_whos_talking.png') no-repeat;
  width: 153px;
  height: 327px;
  position: relative; /* Link items will be relative from this */
  color: white;
  font-size: 0.7em;
}

#look_whos_talking h1 
{
  display: none;
}

#read_more_forum_post,#join_the_forum,#look_whos_talking p 
{
  position: absolute; 
  display: block;
} 

#read_more_forum_post 
{
  height: 16px;
  top: 220px;
  left: 80px;
  width: 60px;
}

#join_the_forum 
{
  height: 60px;
  width: 150px;
  top: 260px;
}

#look_whos_talking .topic 
{
  font-family: Arial, Sans-serif;
  font-size: 1.3em;
  padding: 0 0 0 16px;
  width: 120px;
  top: 150px;
  height: 60px;
  overflow: hidden;
}

#read_more_forum_post p, #join_the_forum p 
{
  display: none;
}

#look_whos_talking .topic a {
	color: white;
	display: block;
}

/* Misc Buckets Related (Probably to sort)
----------------------------------------- */

.bucket p
{
  margin: 0;
  padding-top: 5px;
}

.bucket .more
{
  margin: 0;
  padding: 0;
  font-size: 1.1em;
}

.bucket .hr {
	clear: both;
  margin-top: 5px;
}

.bucket .sub_title
{
  height: 16px;
  margin:0 5px !important;
}

.bucket h3
{
	font-size:1.1em;
	background:#ccc url(/images/bucket_header.gif) no-repeat top left;
	margin:0 5px;
	padding: 1px 12px;
	text-align: right;
	font-weight: normal;
}

.bucket h3 a 
{
  border: none;
  color: black;
}

.my_account .status
{
  text-align: right; 
  font-weight: bold;
  padding: 9px 0 6px 24px;
  background: url(/images/icons/profile.gif) top left no-repeat;
  float: right;
}

#signin,.poll_bucket,#subscribe,#quicksearch,#whyregister
{
	margin:0 5px;
	padding:5px 10px;
}

#quicksearch
{
  padding:5px 10px 2px 10px; /* Padding on bottom comes from input */
}

#signin,#quicksearch
{
	background:#ddd;
}

#signin p 
{
  margin: 0;
}

.subscribe,.recentcomments
{
	font-size:0.9em;
}

.subscribe ul,.recentcomments ul
{
	margin:0 0 0 -20px;
	padding:5px 0 5px 30px;
}

.subscribe li,.recentcomments li
{
	font-weight:bold;
	font-size:0.8em;
	list-style:none;
	padding:3px 0 3px 5px;
}

#whyregister
{
	background:url(/images/why_register_background.gif) repeat-y;
}

#whyregister h2 
{
  margin: 0 0 8px 0;
}

#whyregister ul
{
	margin:0;
	padding:5px 0 5px 20px;
}

#whyregister li
{
	font-size: 1.1em;
	font-weight:bold;
	padding:5px;
}

/* General Paging
----------------------------------------- */

.paging 
{
  padding: 4px 0 16px 0;
  color: #888;
  font-size: 0.9em;
  font-weight: bold;
  clear:both;
}

.paging .links 
{
  float: right;
}

.paging .status 
{
  float: left;
  display: none; /* For now */
}

.paging div 
{
  position: relative;
}

/* Comments
----------------------------------------- */

.comment tr,.comment tbody
{
  width: 592px ! important;
}

.comment td
{
  padding: 10px 0;
  border-top: 1px dotted #ccc;
}

.comment .profile_thumbnail,
.comment .info
{
  padding-right: 20px;
}

.comment .info span
{
  color: #999;
  white-space: nowrap;
}

.comment .body
{
  width: 100%;
}

.comment .body p
{
  padding-right: 50px;
}

.comment .body .more
{
  padding-right: 0;
}


.bucket .forums li
{
  margin: 0;
  padding: 0;
}

.bucket .forums ul
{
  margin: 0;
  padding: 0 0 10px 16px;
}

/* column clearing 
----------------------------------------- */

#top_navigation:after,
.related:after,
#main:after,
.more:after,
.submit:after,
.comment:after,
.homepanel:after,
.two_column:after,
.three_column:after,
.four_column:after,
.five_column:after,
.rating_summary:after
{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

#top_navigation,
.related,
#main,
.more,
.submit,
.comment,
.homepanel,
.two_column,
.three_column,
.four_column,
.five_column,
.rating_summary
{
	display:table;
}

/* Hides from IE-mac \*/
html #top_navigation,
html .related,
html #main,
html .more,
html .submit,
html .comment,
html .homepanel,
html .two_column,
html .three_column,
html .four_column,
html .five_column,
html .rating_summary
{
	height:1%;
}

#top_navigation,
.related,
#main,
.more,
.submit,
.comment,
.homepanel,
.two_column,
.three_column,
.four_column,
.five_column,
.rating_summary
{
	display:block;
}
/* End Hack */


/* Ratings 
----------------------------------------- */


.rating_summary div, .rating_summary h4
{
  color: #00677E;
  font-weight: bold;
  float: left;
  padding-right: 0;
}

.rating_summary h4 
{
  margin: 0;
}

.star-rating,
.star-rating ul
{
	margin: 0;
	padding: 0;
	height: 14px;
}

.star-rating
{
  margin: 2px;
	background: url(/images/rating.gif) top left no-repeat;
	width: 60px;
}

.star-rating ul
{
	list-style:none;
	background: url(/images/rating_empty.gif) 0 0 no-repeat;
	position: relative;
}

.star-rating li
{
	padding: 0;
	margin: 0;
	text-align: left;
	/*\*/
	float: left;
	/* */
}

.star-rating li a
{
	display: block;
	width: 12px;
	height: 14px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0;
}

.star-rating li a:hover
{
	background: url(/images/rating_hover.gif) left bottom;
	z-index: 1;
	left: 0;
}

.star-rating a.star_1:hover
{
	width:12px;
}

.star-rating a.star_2:hover
{
	width: 24px;
}

.star-rating a.star_3:hover
{
	width: 36px;
}

.star-rating a.star_4:hover
{
	width: 48px;
}

.star-rating a.star_5:hover
{
	width: 60px;
}

.star-rating a.star_1
{
	left: 0;
}

.star-rating a.star_2
{
	left:12px;
}

.star-rating a.star_3
{
	left: 24px;
}

.star-rating a.star_4
{
	left: 36px;
}

.star-rating a.star_5
{
	left: 48px;
}

.star-rating .rated_1
{
  background-position: 12px 0;
}

.star-rating .rated_2
{
  background-position: 24px 0;
}

.star-rating .rated_3
{
  background-position: 36px 0;
}

.star-rating .rated_4
{
  background-position: 48px 0;
}

.star-rating .rated_5
{
  background-position: 60px 0;
}

.two_column #rating_results div
{
  float: right;
}

.two_column #rating_results .star-rating 
{
  margin-top: 2px
}

#rating_results :focus
{
  -moz-outline-style: none;
}

/* To sort or clean up or look at later 
----------------------------------------- */

.endsite
{
	background:url(/images/content_footer.jpg) no-repeat 0;
	height:27px;
	width:612px;
	margin:0;
}

.update_profile label
{
  color: black;
}

#rating_panel
{
  margin-top: 2px;
  text-align: right;
}

.details
{
  margin: 10px auto;
}

.details h2 
{
  margin: 0;
  color: #1e1e1e;
  font-size: 1.3em;
}

.details h2 em 
{
  font-style: normal;
  color: #00677E;
}

.two_column ul 
{
  padding-left: 15px;
}

.two_column div textarea 
{
  width: 270px;
}

.name_fields input,.name_fields select
{
	width:95%;
}

.event_organiser input
{
	width:84%;
}

.book_event
{
	font-size:0.9em;
}

#comment_form textarea
{
	width:570px;
}

.text
{
	float:left;
	width:143px;
	padding:4px;
}

.submit input
{
  margin-top: 6px;
  background: no-repeat right 55% url(/images/arrow.gif);
  padding: 2px 12px 0 0;
  background-color: transparent;
  border: 0 none ! important;
  color: #019CB2;
  overflow: visible;
}

*:lang(en) .submit input {
  padding: 2px 9px 0 0 !important;
} /* True value for Firefox and Opera */

.bucket .submit input
{
  border: 1px solid #ccc;
  color: #333;
  padding: 0 8px 0 0;
  background: no-repeat right 45% url(/images/arrow.gif);
  font-size: 1.1em;
  margin: 0;
}

.submit input:hover 
{
  color: #ff6a00;
}

table.plain .date
{
  width: 1%;
  white-space: nowrap;
}

table.plain .datetime
{
  width: 15%;
  white-space: nowrap;
}

.my_account .left
{
  width: 330px;
}

.my_account .right
{
  width: 230px;
}

.my_account .right .details
{
  font-weight: bold;
}

#contact_settings label
{
  float: left;
  width: 400px;
}

#contact_settings select, #contact_settings .options
{
  float: left;
  margin-bottom: 10px;
}

.short /* for postcode */
{
  width: 50px ! important;
}

form#login
{
  width: 200px;
  color: #00a2b7;
}

.profile_button input,
.profile_button .submit
{
  margin: 0;
}

#biography_fields textarea,
#interests_fields textarea,
form#login .data
{
  width: 100%;
}

.required 
{
  color: #c00;
}

#my_upload_new .left,
#personal_details_fields .left
{
  width: 100px;
}

#my_upload_new .right,
#personal_details_fields .right
{
  float: left;
  width: 300px
}

.markdown_help h1 
{
  margin-top: 0;
  font-size: 1.6em;
  font-weight: bold;
	color: #00677e;
}

.markdown_help h2 
{
  margin-top: 0;
	font-size:1.3em;
	color: #00677e;
	font-weight: bold;
}

.markdown_help h3 
{
  margin-bottom: 5px;
  color: #333;
	font-size:1.2em;
}

#upload_indicator 
{
  display: none;
}

.active_media
{
  float: right;
  margin: 0 0 10px 20px;
  position: relative; /* Gotta love MS IE */
  border: 1px solid #ccc;
}

.active_media_event
{
  float: right;
  margin: 0 0 10px 0;
  position: relative; /* Gotta love MS IE */
  border: 1px solid #ccc;
}

form p 
{
  margin: 6px 0;
  padding: 0;
}

.news .preview
{
  float: left; 
  margin: 0 20px 10px 0;
  position: relative; /* Gotta love MS IE */
}

.checkbox 
{
  margin-bottom: 2px ! important;
}

form p 
{
  margin: 6px 0;
  padding: 0;
}

#user_menu 
{
  font-size: 1.1em;
}

.forums_entry li 
{
  font-size: 1.1em;
}

.tag_cloud 
{
  height: 222px;
  margin: 15px 10px 20px 10px;
  background: white url('/images/large_radial.gif') no-repeat center center;
  font-weight: bold;
  line-height: 2.8em;
  overflow: hidden;
}

#interests_fields .tag_cloud 
{
  background: transparent ! important; /* To stop conflict with .content background */
}

.tag_cloud a
{
  display: block;
  padding: 0 1em;
  float: left;
 	color: #00677e;
}

.tag_cloud a:hover
{
  color: #ff6a00;
}

.tag1
{
  font-size: 1.2em;
}

.tag2
{
  font-size: 1.6em;
}

.tag3
{
  font-size: 1.8em;
}

.tag4
{
  font-size: 2.0em;
}

.tag5
{
  font-size: 2.2em;
}

.tag6
{
  font-size: 2.4em;
}

.subscribe_bucket {
  margin: 5px 0 0 15px;
}

.new_people {
  margin: 5px 20px 0px 20px;
}

.new_people p {
  padding-top: 0;
  font-size:1.1em;
}

.new_people img {
  float: left;
  margin: 0 10px 10px 0;
}

.new_people h2 a {
  margin-bottom: 5px;
  color: #00677E;
}

.new_people h2 {
	margin-top: 5px;
  margin-bottom: 5px;
}

.new_people h2 a:hover {
  color: #FF6A00;
}

.new_people .submit {
  clear: right;
}

.new_people .submit input {
  color: #019CB2;
  padding-right: 12px;
}

*:lang(en) .new_people .submit input {
  padding: 0 8px 2px 0 !important;
} /* True value for Firefox and Opera */

.new_people .submit input:hover {
  color: #FF6A00;
}

.new_people .hr hr {
  clear: both;
  margin-top: 5px;
}

.width_hack td 
{
  padding: 0 ! important;
  border: 0 none ! important;
  height: 0;
}

.my_account p {
  padding-bottom: 10px;
}

.my_account h2 {
  padding-bottom: 10px;
}

.my_account .more {
  padding-bottom: 0;
}

.highlighted_bold_title {
  color: #FF6A00;
  font-weight: bold;
}

.bucket .more_link {
  float:right;
  background:transparent url(/images/arrow.gif) no-repeat scroll right 55%;
  padding-right:12px;
  text-decoration:none;
  padding-bottom: 0;
}

.standard_more_link a {
  background:transparent url(/images/arrow.gif) no-repeat scroll right 55%;
  padding-right:12px;
  text-decoration:none;
  padding-bottom: 0;
}

.information_icon {
	margin: -3px 0 -7px;
}

.checkbox_cell {
  width: 20px;
  padding: 0 2px 0 0;	
}

.profile_thumbnail img {
  border: 1px solid #ccc;	
}

.tooltip {
  height: 60px;
  width: 159px;
  padding: 7px;
  background: url('/images/tooltip_background.gif');
}

.tooltip p {
	font-size: 11px;
  font-weight: bold;
  color: #117187;
}

/* new additions created 13/10/08 */

#equal_opportunity_form fieldset {
	margin: 2em 0;
}

#equal_opportunity_form input.right {
	margin-left: 4em;
}

#equal_opportunity_form h2 { 
	line-height: 1.3em;
}

.fieldWithErrors {
	display: inline;
}

#equal_opportunity_form h3 { 
	font-size:1.2em;
	color: #00677e;
}

#equal_opportunity_form h3 span { 
	margin-left: -1.8em;
	margin-right: 1em;
}

#equal_opportunity_form ul {
	list-style: none;
}

#equal_opportunity_form li {
	padding: 0.5em 0 0.5em 0;
}

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,

.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 96px;
    height: 75px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

.jcarousel-skin-tango .jcarousel-container {
    background: #F0F6F9;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 490px;
    padding: 20px 40px;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  490px;
    height: 75px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 96px;
    height: 75px;
		text-align: center;
}

.jcarousel-skin-tango .jcarousel-item {
	
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/images/next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/images/prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/images/next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/images/prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.screening-hero-pod {
	margin-left: -20px;
}