﻿/***** CONTRIBUTE POP UP *****/
.contribute-wrapper {
	background-color:#888888;
	padding-bottom:4px;
	padding-top:4px;
	padding-right:4px;
	width:99%;
}

.contribute-title {
	background-color:#666666;
	width:100%;
	margin-left:5px;
	margin-right:5px;
}

/*.contribute-title h1 {
	width:300px;
	color:#ffffff;
	margin-top:2px;
	margin-bottom:2px;
	font-size:1.6em;
	margin-left:5px;
	padding-left:5px;
}*/

.contribute-content {
	background-color:#666666;
	height:120px;
	width:99.5%;
	margin-top:4px;
	margin-left:5px;
	overflow:auto;
	color:#ffffff;
	padding:2px;
}

.contribute-padding {
	padding:2px;
}

.close-button {
	width:100px;
	height:24px;
	margin-top:4px;
	margin-right:-4px;
	background-color:#666666;
	color:#ffffff;
	background-image:url('/Style%20Library/Images/arrow_white_on_grey3.gif');
	background-repeat:no-repeat;
	background-position:right center;
	float:right;
}

.close-button p {
	font-size:1.2em;
	font-weight:bold;
	margin:2px 0px 0px 3px;
}
.close-button a {
	color:#ffffff;
	text-decoration:none;
	padding:3px 45px 4px 0px;
}

.close-button:hover {
	background-color:#000000;
	background-image:url('/Style%20Library/Images/arrow_white_on_black.gif');
}
/************* CONTRIBUTE FORM *************/
.contribute-form {
	font-weight:bold;
}
.contribute-form .paragraph {
	margin-bottom:12px;
	font-weight:bold;
}
.contribute-form .column {
	width:147px;
	float:left;
}
.contribute-form .column input {
	border:1px solid #666666;
	width:99%;
}
.contribute-form .first-name {
	margin:0 5px 5px 0;
}
.contribute-form .last-name {
	margin:0 0 5px 0;
}
.contribute-form .contribute-form label {
	margin:0; 
}
/*****to take out of spinebreakers.css *******/
.contribute-form .what-contribute {
	padding-bottom:10px;
	padding-left:35px;
}
.contribute-form .what-contribute label {
	width: 113px;
	display:block;
	float:left;
	padding:0;
}
.contribute-form .what-contribute select {
 	width:148px;
 	margin-left:4px;
 	border:1px solid #666666;
 	float:left;
}
.contribute-form .comments {
	clear:left;
}
.contribute-form .comments textarea {
	width:99%;
	border:1px solid #666666;
	margin-bottom:13px;
}
.contribute-form .attachment {
	margin:5px 0 11px 0;
}
.contribute-form .attachment input {
	width:301px;
	border:1px solid #666666;
	clear:both;
}
.contribute-form .more-info {
	font-weight:bold;
	margin-bottom: 21px;
}
.contribute-form .contribute-form .file-formats .title {
	color:#000000;
}
.contribute-form .terms-and-conditions {
	margin-bottom:11px;
}
.contribute-form .understood-conditions {
	margin-bottom:23px;
	width:175px;
	clear:both;
}
.contribute-form .understood-conditions input {
	width: 13px;
	float:left;
	margin:0;
	}
.contribute-form .understood-conditions label {
	display:block;
	margin-left:16px;
}
.contribute-form .submit {
	margin-bottom:15px;
}
/*.more-info*/
.comments 
.comments label 
.contribute-form input 
.contribute-form label 
.attachment
.attachment label
.attachment input
.understood-conditions{
}
/************ HOME CREW AGGREGATION *************/
.crew-thumb-homepage .column {
	width:160px;
}

.crew-thumb-homepage .column img {
	height:40px;
	width:40px;
}

.crew-thumb-homepage .summary-item {
	background:none;
	border:none;
}
/*.crew-thumb-homepage .summary-item h4 {
	text-transform:uppercase;
	color:#666666;
	font-size:1em;
}*/
.bookslisting-summary {
	position: relative;	
	left: -11px;
	top: -13px;
	width: 484px;
	}
.bookslisting-summary .sort-by { 
	width: auto;
	float: left;
	border-bottom: 0;
	height: auto;
	}
.bookslisting-summary .sort-by a {
	width: auto;
}
.events-summary .pagination {
	margin-top:6px;
}
.events-summary .next,
.bookslisting-summary .next {
	float:left;
	margin-left: 5px;
}
.bookslisting-summary .next a {
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
	padding-left:4px;
	padding-right: 20px !important;
	background-position: right center;
	background-repeat: no-repeat;
	width: auto;
}
.bookslisting-summary .top-bar .next a {
	background-image: url('/Style%20Library/Images/Arrows-ltblu.gif');
	background-color:#80e4ff;	
}
.events-summary .previous a,
.bookslisting-summary .previous a {
	float:left;
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
	background-color:#80e4ff;
	padding-right:4px;
	padding-left: 20px !important;
	background-image: url('/Style%20Library/Images/Arrow-ltblup.gif');
	background-position: left center;
	background-repeat: no-repeat;
	width: auto;
}
.events-summary .next a{
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
	background-color:#80e4ff;
	padding-left:4px;
	padding-right: 20px !important;
	background-position: right center;
	background-repeat: no-repeat;
	width: auto;
}
.events-summary .next a,
.bookslisting-summary .next a {
	background-color: #666666;
	background-image:url(/Style%20Library/Images/arrow-white-on-dark-grey.gif);
}
.events-summary .previous a,
.bookslisting-summary .gray-pagination .previous a {
	background-color: #666666;
	background-image:url(/Style%20Library/Images/arrow-white-on-dark-grey-point-left.gif);
}
.events-summary .next a:hover,
.bookslisting-summary .next a:hover {
	background-image:url(/Style%20Library/Images/arrow-white-on-black.gif);
}
.events-summary .previous a:hover,
.bookslisting-summary .previous a:hover {
	background-image:url(/Style%20Library/Images/arrow-white-on-black-point-left.gif);
	}
.bookslisting-summary .previous {
	float:left;
}
.events-summary .previous {
	float:left;
	margin-left:5px;
}
.bookslisting-summary .pagination {
	float: right;
}
.bookslisting-summary .gray-pagination {
	padding-top: 3px;
	padding-right: 3px;	
	margin-bottom: 3px;
}
.events-summary .pagination a:hover,
.bookslisting-summary .pagination a:hover {
	background-color: #000000;		
	}
	
.bookslisting-summary .top-bar a:hover {
	background-color: #000000;		
	}
.events-summary .pagination a,
.bookslisting-summary .pagination a {
	padding-bottom: 2px;
	padding-top: 2px;
	display: block;
	}
	
.bookslisting-summary .top-bar a {
	padding-bottom: 2px;
	padding-top: 2px;
	display: block;
	}
	
.bookslisting-summary .top-bar{
	display: block;
	clear: both;
	border-bottom: 2px #666666 solid;
	padding-bottom: 0px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	#height: 25px;
}

.bookslisting-summary .top-bar a {
	margin-top: 0;
	margin-bottom: 0;
}

.bookslisting-summary .listing-title {
	color:#00C8FF;
	font-size:1em;
	padding-left: 10px;
	padding-top: 0;
	margin-top: 0;
}

.bookslisting-summary {
	height:1%;
}
.bookslisting-summary .summary-item h2 span{
	margin:2px 0 0 5px;
}
/*
.bookslisting-summary .summary-item h3{
	margin:0;
	padding:0;
	font-size:1em;
	font-weight:bold;
}

.bookslisting-summary .summary-item h4 {
	font-size: 1em;
	color:#000000;
}*/

.bookslisting-summary .summary-item {
	height:79px;
	clear: both;
	border-bottom:2px solid #666666;
}
	
.bookslisting-summary .summary-item p {
	float:none;
	font-weight:normal;
	margin:0;
	padding: 0;
}

.bookslisting-summary .summary-item span {
	margin:0px;
}
	
.bookslisting-summary .aggregation-body {
	height: 90px;
	float: none;
	margin-left: 10px !important;	
}
.bookslisting-summary .agg-image-container-portrait .agg-image img {
	width: 47px;
	height: 75px;
}

.bookslisting-summary .agg-image-container-landscape .agg-image img {
	height: 47px;
	width: 75px;
}

.bookslisting-summary .agg-image-container-landscape {
	height:79px;
	background-color:#00C8FF;
	float:left;
	#width:160px;
	}

.bookslisting-summary .agg-image-container-portrait {
	height:79px;
	background-color:#00C8FF;
	float:left;
	#width:160px;
	}

.bookslisting-summary .summary-content {
	margin-left: 170px;
}

.bookslisting-summary .summary-middle {
	height: 43px;	
}

.bookslisting-summary .agg-image-centred {
	height:79px;
	width:160px;
	/*display: table; 
	#position: relative; 
	overflow: hidden;*/
}
/******** BOOK LANDING ************/
.bookslanding-summary .summary-item h2{
	padding:7px 0px 4px 10px;
	float:none;
}

.bookslanding-summary .summary-item h3 {
	margin:0;
	padding:0 0 4px 10px;
}

.bookslanding-summary h2 a{
	color:#bec500;
}

.bookslanding-summary {
	height:1%;
}

.bookslanding-summary .summary-item h4{
	/*margin:0;
	padding:0;
	font-size:1.2em;
	font-weight:bold;
	color:#666666;*/
	float:right;
}

.bookslanding-summary .summary-item {
	height:160px;
	clear: both;
	border-bottom:2px solid #666666;
}
	
.bookslanding-summary .summary-item p {
	width:auto;
	margin:0;
	padding:0;
}
	
.bookslanding-summary .aggregation-body {
	height: 82px;
	float: none;
	margin-left: 10px !important;
	}

.bookslanding-summary .agg-image-container-portrait .agg-image img {
	width: 90px;
	height: 137px;
}

.bookslanding-summary .agg-image-container-landscape .agg-image img {
	height: 90px;
	width: 137px;
}

.bookslanding-summary .agg-image-centred {
	height:160px;
	width:160px;
	display: table; 
	#position: relative; 
	overflow: hidden;
}
.bookslanding-summary .agg-image-container-portrait {
	float:left;
	#width:160px;
	height:140px;
}
.bookslanding-summary .agg-image-container-portrait .agg-centred-inner {
	padding: 11px 0 0 0;
}
.bookslanding-summary .agg-image-container-landscape {
	float:left;
	#width:160px;
	height:140px;
}
.bookslanding-summary .agg-image-container-landscape .agg-centred-inner {
	padding: 35px 0 0 0;
}

/*********** Book Related Content Summary ***************/
.book-related-body {
	padding-bottom:11px;
}
.bookrelatedcontent-summary .summary-item{
	margin-bottom:15px;
	clear:both;
}

.bookrelatedcontent-summary .Illustration {
	background-repeat:no-repeat;
	background-position:left;
	padding-left:24px;
}

.bookrelatedcontent-summary .Art {
	background-repeat:no-repeat;
	background-position:left;
	padding-left:24px;
}

.bookrelatedcontent-summary .Comic {
	background-repeat:no-repeat;
	background-position:left;
	padding-left:24px;
}

.bookrelatedcontent-summary .Photo {
	background-repeat:no-repeat;
	background-position:left;
	padding-left:24px;
}

.bookrelatedcontent-summary .List {
	background-repeat:no-repeat;
	background-position:left;
	padding-left:24px;
}

.bookrelatedcontent-summary .Image {
	background-repeat:no-repeat;
	background-position:left;
	padding-left:24px;
}

.bookrelatedcontent-summary .Text {
	background-repeat:no-repeat;
	background-position:left;
	padding-left:24px;
}

.bookrelatedcontent-summary .Audio {
	background-repeat:no-repeat;
	background-position:left;
	padding-left:24px;
}

.bookrelatedcontent-summary .Video {
	background-repeat:no-repeat;
	background-position:left;
	padding-left:24px;
}

.bookrelatedcontent-summary .Video {
	background-image:url(/Style%20Library/Images/icon-video.gif);
	}
.bookrelatedcontent-summary .Audio {
	background-image:url(/Style%20Library/Images/icon-sound.gif);
	}
.bookrelatedcontent-summary .Text {
	background-image:url(/Style%20Library/Images/icon-text.gif);
	}
.bookrelatedcontent-summary .Image {
	background-image:url(/Style%20Library/Images/icon-image.gif);
	}
.bookrelatedcontent-summary .List {
	background-image:url(/Style%20Library/Images/icon-list.gif);
	}
.bookrelatedcontent-summary .Photo {
	background-image:url(/Style%20Library/Images/icon-photo.gif);
	}
.bookrelatedcontent-summary .Comic {
	background-image:url(/Style%20Library/Images/icon-comic.gif);
	}
.bookrelatedcontent-summary .Art {
	background-image:url(/Style%20Library/Images/icon-art.gif);
	}
.bookrelatedcontent-summary .Illustration {
	background-image:url(/Style%20Library/Images/icon-illustration.gif);
	}
.bookrelatedcontent-summary img {
	float:left;
	width:80px;
	margin:3px 0 0 0;
}
.bookrelatedcontent-summary .with-image {
	margin-left: 85px;
	}
#wrapper .bookrelatedcontent-summary h2 {
	color:#bec500;
	margin:0 0 10px 0;
	letter-spacing:normal;
}
.bookrelatedcontent-summary ul {
	list-style-type:none;
	float:right;
	margin:0 4px 10px 0;
	padding:0px;
}
.bookrelatedcontent-summary ul li {
	width:146px;
	#width:155px;	
	margin:3px 1px 0px 1px;
	padding: 1px 0 1px 0;
	float:right !important;
}
.bookrelatedcontent-summary ul li a {
	font-weight:bold;
	color:#ffffff;
	background-color:#bec500;
	display:block;
	padding:3px 0 3px 5px;
	text-align:left;
	text-decoration:none;
	background-image:url(/Style%20Library/Images/theme/Green/arrow-white-on-col.gif);
	background-position:right center;
	background-repeat:no-repeat;
}
.bookrelatedcontent-summary ul li a:hover {
	background-color:#000000;
	background-image:url(/Style%20Library/Images/arrow-white-on-black.gif);
}
.bookrelatedcontent-summary h3 {
	padding-top:5px;
	padding-bottom:5px;
	height:1%;
}
.bookrelatedcontent-summary h4 {
	padding:0 0 3px 0;
}
#wrapper .bookrelatedcontent-summary h4,
#wrapper .bookrelatedcontent-summary h4 a,
#wrapper .bookrelatedcontent-summary h4 a:link,
#wrapper .bookrelatedcontent-summary h4 a:visited {
	color:#ffffff;
}
.bookrelatedcontent-summary p {
	margin:0;
	float:none !important;
	font-weight:normal;
	padding-bottom: 5px;
}

/***** General Styles *****/
#event-details .event-field-table .long input {
	width: 305px;
	}
	
#event-details .event-field-table .small input {
	width: 100px;
}
	
#event-details .event-field-table .date input {
	width: 63px;
	font-size: 8pt;
}

#event-details .ms-dtinput {
	font-size: 8pt;
}

#event-details.event-field-table .medium input {
	width: 170px;
}
.col4 {
	width: 808px;

}
.col3 {
	width: 808px;

}
/**************************** More link Styles ***************************/
/*.summary-item a.more {
	background-color:#666666;
	background-image:url(/Style%20Library/Images/arrow-white-on-dark-grey.gif);
	background-position:right center;
	background-repeat:no-repeat;
	text-align:left;
	width:110px;
	float:left;
	padding:1px 0 3px 0;
	margin:3px 0 0 201px;
	font-weight: bold;
	height:15px;
}
.more-link {
	color:#FFFFFF;
	font-size:1.1em;
	text-decoration:none;
	margin-left:5px;
}
.more span {
	color:#FFFFFF;
	font-size:1.1em;
	text-decoration:none;
	margin-left:5px;
}
.summary-item .more:hover {
	background-color: #000000;
	background-image:url(/Style%20Library/Images/arrow-white-on-black.gif);
}

.bookrelatedcontent-summary a.more-link {
	background-color:#666666;
	background-image:url(/Style%20Library/Images/arrow-white-on-dark-grey.gif);
	background-position: right center;
	background-repeat:no-repeat;
	height:15px;
	text-align:left;
	width:110px;
	padding:1px 0px 3px 5px;
	margin:3px 0 0px 0;
	float:right;
	clear:both;
	font-weight: bold;
	display:block ;
}
.bookrelatedcontent-summary a.more-link:hover {
	background-color:#000000;
	background-image:url(/Style%20Library/Images/arrow-white-on-black.gif);
}
*/
/******** CREW LANDING ********/
.crew-aggregation {
	height:1%;
}
.crew-aggregation .with-image {
	margin-left:7px;
	width:397px;
	float:left;
}
.col-padd .crew-aggregation .with-image {
	width:375px;
}
.crew-aggregation .with-image .clear {
	background-color:#888888;
}
.crew-aggregation .without-image {
	padding:0 0 0 5px;
}
.col-padd .crew-aggregation .without-image {
	padding:0;
}
#wrapper .crew-aggregation h2 {
	margin:0;
	padding:7px 0 4px 0;
	color:#bec500;
}
#wrapper .crew-aggregation h2 a {
	color:#bec500;
	text-decoration:none;
	margin:0;
	padding:0;
}
#wrapper .crew-aggregation h2 a:hover {
	color:#bec500;
	border-bottom:1px solid #bec500;
}
.crew-aggregation .crew-aggregation-image {
	float:left;
}
.crew-aggregation .crew-aggregation-image img {
	width:80px !important;
	height:80px !important;
	margin:0;
	padding:0;
}
.lower-wrapper .crew-aggregation .summary-item {
	clear: both;
	border-bottom:2px solid #666666;
}
.crew-aggregation .summary-item .aggregation-body {
	margin:0;
	padding:0;
	float: none;
}
/*.crew-aggregation .aggregation-body .min-height {
	height:27px;
	width:1px;
	float:right;
	overflow:hidden;
}*/
/*.crew-aggregation .summary-item .more-padding {
    padding-right: 4px;
    float: right;
    display:block;
}
.crew-aggregation .summary-item .morelink {
    margin: 0;
}*/

/********** Crew thumbs not home page - displays 4 ****************************/
/*This is a temporary fix to sort out the &NBSP; that gets added in SP Designer, 
may need to take out for content or add a class for content to cancel it */
#crew.col4 .col-2 h2 {
	margin-left:-2px;
}
#crew.col4 .col-2 h1 {
	margin-left:-2px;
}
#crew-thumb {
	height:1%;
}
#crew-thumb h2{
	padding-bottom:11px;
	color:#333333;
}
.col1-grey2-col1-grey1 .col-2 #crew-thumb h4,
.col1-grey2-col1-grey1 .col-4 #crew-thumb h4,
.grey1-grey2-col1-grey1 .col-1 #crew-thumb h4,
.grey1-grey2-col1-grey1 .col-2 #crew-thumb h4,
.grey1-grey2-col1-grey1 .col-4 #crew-thumb h4,
.grey3-col1-grey1 .col-1 #crew-thumb h4,
.grey3-col1-grey1 .col-3 #crew-thumb h4,
.col3-col1-grey1 .col-3 #crew-thumb h4{
	color:#bec500;
}
#crew-thumb .crew-thumb-image{
	width:40px;
	height:40px;
	float:left;
	margin:2px 7px 0 0;
}
#crew-thumb .with-image {
	margin-left: 47px;
}
#crew-thumb .aggregation-body {
	/*height: 32px;*/
	float: none;
    margin-left: 0 !important;
}
#crew-thumb .summary-item {
	padding-bottom:10px;
}
/*#crew-thumb .more-padding {
	padding-right: 9px;
	float: right;
	display:block;
}

#crew-thumb .summary-item .more {
    margin: 0px;
}

.lower-wrapper .crew-thumb .column .summary-item {
	height:80px;
	clear: both;
	border-bottom:2px solid #666666;
}
	
#crew-thumb .summary-item .aggregation-body p {
	width:auto;
	margin:0;
	padding:0;
}*/
	
/*

#crew-thumb .summary-item .more-padding {
    padding-right: 4px;
    float: right;
    display:block
}

*/
/*
#crew-thumb .crew-thumb-image img{
	width:40px;
	height:40px;
	float:left;
}
#crew-thumb .with-image {
	margin-left: 7px;
}
#crew-thumb h2 {
	padding:5px 0px 0px 0px;
	margin:0px;
	float:none;
}

#crew-thumb .crew-thumb-image {
	float:left;
	margin:0px 10px 0px 0px;
}

#crew-thumb img {
	float:left;
	width:80px;
	height:80px;
}

#crew-thumb .more-padding {
	padding-right: 9px;
	float: right;
	display:block;
}

#crew-thumb {
	height:1%;
}
	
#crew-thumb .summary-item .aggregation-body p {
	width:auto;
	margin:0;
	padding:0;
}
	
#crew-thumb .aggregation-body {
	height: 32px;
	float: none;
    margin-left: 10px !important;
}

#crew-thumb .summary-item .more-padding {
    padding-right: 4px;
    float: right;
    display:block
}

#crew-thumb .summary-item .more {
    margin: 0px;
}

*/

/* Col 4 */
.col4 .col-1 {
	width:160px;
	float:left;
	margin-right:2px;
	#overflow: hidden;
}
.col4 .col-2 {
	width:322px;
	float:left;
	margin-right:2px;
	#overflow: hidden;
	}
.col4 .col-3 {
	width:160px;
	float:left;
	margin-right:2px;
	#overflow: hidden;
	}
.col4 .col-4 {
	width:160px;
	float:left;
	#overflow: hidden;
}

/* Col 3 */
.col3 .col-1 {
	width:484px;
	float:left;
	margin-right:2px;
	#overflow: hidden;
	
}
.col3 .col-2 {
	width:160px;
	float:left;
	margin-right:2px;
	#overflow: hidden;
}
.col3 .col-3 {
	width:160px;
	float:left;
	#overflow: hidden;
}
.col-padd-body .image-only-callout img,
.col-padd div.image-only-callout img {
	margin-left:-11px;
		/*margin-left:0;*/
}

.col-padd .top-image-callout img {
	margin-top:-14px;
}

.home .col-2 .bot-zone .image-only-callout img,
.col4 .col-1 .image-only-callout img
.col4 .col-3 .image-only-callout img,
.col4 .col-4 .image-only-callout img,
.col3 .col-3 .image-only-callout img,
.col-3 .image-only-callout img,
.col3 .col-2 .image-only-callout img {
	width: 160px;
}
.col3 .col-1 .image-only-callout img {
	width: 484px;
}
.home .col-2 .top-zone .image-only-callout img,
.col4 .col-2 .image-only-callout img {
	width: 322px;
}
.col3 .col-2 .col-padd img,
.col3 .col-3 .col-padd img{
	/*#width:138px;*/
}
/* Col 2 */
.col2 {
	height:1%;
}
.col2 .col-1 {
	width:484px;
	float:left;
	margin-right:2px;
	#overflow: hidden;
}
.col2 .col-2 {
	width:322px;
	float:left;
	#overflow: hidden;
}
.home .col2 .col-left {
	width:160px;
	float:left;
	margin-right:2px;
	#overflow: hidden;
}
.home .col-right {
	width:160px;
	float:left;
	#overflow: hidden;
}

/***** Search Pagination Styles *****/
.search-header {
	background-color: #Bec500;
	clear: both;
	#height:52px;
	padding: 0 5px 0 5px;
}
#wrapper .search-header h2 {
	color: #ffffff;
	padding-top: 7px;
}
.search-footer {
	padding: 0 5px 5px 0;
}
.search-controls .srch-statistics{
	float: left;
	width: 300px;
	padding: 8px 0 5px 0;
	}

.search-controls .search-pager {
	float: right;
	padding-top: 4px;
	list-style-type: none;
}

.search-controls .search-pager li {
	float: left;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.search-controls .search-pager .search-next {
	margin-left: 5px;
}

.search-controls .search-pager .search-next a {
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
	padding-left:4px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 20px !important;
	background-color:#666666;
	background-image:url(/Style%20Library/Images/arrow-white-on-dark-grey.gif);	
	background-position: right center;
	background-repeat: no-repeat;
	width: auto;
	display: block;
}

.search-controls .search-pager .search-previous a {
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
	padding-right:4px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 20px !important;
	background-color:#666666;
	background-image:url(/Style%20Library/Images/arrow-white-on-dark-grey-point-left.gif);
	background-position: left center;
	background-repeat: no-repeat;
	width: auto;
	display: block;
}

.search-controls .search-pager .search-next a:hover {
	background-image:url(/Style%20Library/Images/arrow-white-on-black.gif);
	background-color: #000000;
	}

.search-controls .search-pager .search-previous a:hover {
	background-image:url(/Style%20Library/Images/arrow-white-on-black-point-left.gif);
	background-color: #000000;
	}
	
/***** Search Results ******/
.search-wpbody {
	padding: 10px 5px 5px 5px;
	border-top: 2px solid #666666;
}	
.search-wpbody .clear {
	display:none;
}
#wrapper .search-wpbody h2,
#wrapper .search-wpbody h2 a,
#wrapper .search-wpbody h2 a:link,
#wrapper .search-wpbody h2 a:visited{
	color:#bec500;
	line-height:1em;
}
.search-item {
	padding-bottom: 18px;
}
.search-metadata {
	border-style:none;
	background-color:#888888;
}
.search-description,
.search-description a,
.search-description a:link,
.search-description a:visited {
	color:#ffffff;
}
/*.srch-url a,
.srch-description a, 
.srch-url,
.srch-description
.clear {
	border-style: none !important;
	text-decoration:none !important;
	background-color:#888888;
}*/

#wrapper .search-wpbody .search-metadata .srch-url a, #wrapper .search-wpbody .search-metadata .srch-url {
	color: #333333 !important;
}
/**************************** Video Web Part Styles ***************************/
.flashwebpart h2 {
	padding-left:11px;
}
.col-padd .flashwebpart h2 {
	padding-left:0;
}
.flashwebpart object {
}
.col-padd .flashwebpart object {
	/*position:relative;
	left:-6px;*/
}

.flashwebpart {
	padding: 0;
	clear: both;
}
/**************************** More link Styles ***************************/
.summary-item .more-padding {
    padding-right: 4px;
    float: right;
    display:block;
    position:relative;
}
.min-height {
	width:1px;
	float:right;
	overflow:hidden;
}
/*Crew aggr*/
.crew-aggregation .min-height {
	height:58px;
	#height:61px;
}
/*.col-padd .crew-aggregation .more-padding {
	padding-right: 0;
}*/
.crew-aggregation .more-padding {
	bottom:3px;
	padding-right: 7px;
}
/* events aggr */
.events-summary {
	height:1%;
}
.col-padd .events-summary .more-padding{
	padding-right: 0;
}
.events-summary .min-height {
	height:140px;
}
.events-summary .more-padding{
	bottom:6px;
}
.events-summary .more {
	height:1%;
}
/* book detail aggr */
.col-padd .bookslanding-summary .more-padding {
	padding-right: 0;
}
.bookslanding-summary .more-padding {
	bottom:6px;
	padding-right: 7px;
}
/* book related content aggr */
.col-padd .bookrelatedcontent-summary .more-padding {
	padding-right: 5px;
}
.bookrelatedcontent-summary .more-padding {
	padding-top:7px;
	padding-right: 5px;
}
/* bookslisting aggr */
.col-padd .bookslisting-summary .more-padding {
	padding-right: 0;
}
.bookslisting-summary .more-padding {
	bottom:8px;
}
.more-link-desc {
	display:none;
}
a.more {
	background-color:#666666;
	text-align:left;
	width:110px;
	float:right;
	font-weight:bold;
}
a.more .more-link {
	color:#FFFFFF;
	text-decoration:none;
	padding:3px 0 2px 5px;
	background-image:url(/Style%20Library/Images/arrow-white-on-dark-grey.gif);
	background-position: right center;
	background-repeat:no-repeat;
	display:block;
}
a.more:hover .more-link{
	background-color:#000000;
	background-image:url(/Style%20Library/Images/arrow-white-on-black.gif);
	background-position: right center;
	background-repeat:no-repeat;
}
.summary-item .more-padding {
    padding-right: 4px;
    float: right;
    display:block;
    position:relative;
}
.min-height {
	width:1px;
	float:right;
	overflow:hidden;
}
/*Crew aggr*/
#crew-thumb,
.crew-aggregation,
.events-summary,
.bookslanding-summary,
.bookrelatedcontent-summary,
.bookslisting-summary,
.lower-wrapper .poll,
.blog,
.flashwebpart {
	margin-bottom:17px;
}
/***************** Home Page Poll *************/
.pollWebPart-homepage{
	font-weight:bold;
}
.pollWebPart-homepage h2 {
	padding:10px 10px 4px 10px;
	font-size:2.1em;
}
.pollWebPart-homepage .poll-questions .form-item-homepage {
	margin-left:10px;
}
.pollWebPart-homepage .radio-image {
	background:#000000;
	color:#ffffff;
	margin:0 0px 5px 10px;
	padding:3px 0px 3px 0px;
	width:85px;
}
.pollWebPart-homepage{
	background-image:url('/Style%20Library/Images/poll-background.gif');
	color:#000000;
	background-repeat:no-repeat;
	background-position: right top;
	width: 160px;
	height: 153px;
}
#wrapper .pollWebPart-homepage .poll-vote-button {
	margin: 0 0 0 10px;;	
}
.pollWebPart-homepage .home-poll-active, 
.pollWebPart-homepage .home-poll-inactive,
.pollWebPart-homepage .home-poll-inactive-hover {
	display: block;
	padding: 3px;
	color: #ffffff;
	margin-bottom: 3px;
	margin-left: 0;
	background-repeat: no-repeat;
	background-position: right center;
}
.pollWebPart-homepage .poll-group-question p {
	width: 115px;
	margin:0 10px 0 10px;
	font-size: 0.9em !important;
	height: 51px;
	font-weight:bold;
	}
.pollWebPart-homepage .home-poll-active:hover, .home-poll-inactive:hover, 
.home-poll-inactive-hover:hover {
	cursor: pointer;
}
.pollWebPart-homepage .home-poll-label-container {
	width: 88px;
}
.pollWebPart-homepage .home-poll-active {
	background-color: #000000;
	background-image:url(/Style%20Library/Images/arrow-white-on-black.gif);
}
.pollWebPart-homepage .home-poll-inactive {
	background-color: #666666;	
	background-image:url(/Style%20Library/Images/arrow-white-on-dark-grey.gif);
}

.pollWebPart-homepage .home-poll-inactive-hover {
	background-color: #000000;
	background-image:url(/Style%20Library/Images/arrow-white-on-black.gif);
}

.pollWebPart-homepage .home-page-poll-input {
	position:absolute;
	top: -50000px;
	left: -50000px;
}
.pollWebPart-homepage .poll-group {
	padding: 0 7px 0 10px;
}
.pollWebPart-homepage .poll-group p {
	margin: 7px 0 7px 0;
	font-weight:bold;
	width: 115px;
}
/**************************** Poll Link (Not home page) Styles ***************************/
.poll {
	font-weight:bold;
}
/* This is needed for cols with col-padd class */
.pollWebPart {
	background-color:#bec500;
	font-weight:bold;
	text-align:left;
	border-bottom:2px #666666 solid;
}
.col-padd .pollWebPart {
	width:160px;
	position:relative;
	left:-11px;
}
.pollWebPart .poll-questions,
.pollWebPart .form-body-graph {
	padding: 11px 7px 11px 11px;	
}
#wrapper .pollWebPart h2 {
	color:#ffffff;
	padding:0 0 8px 0;
	margin:0;
	font-size:2.5em;
}
.pollWebPart p {
	padding:0 0 8px 0;
	margin:0;
}
.pollWebPart .form-item-homepage {
	clear:both;
}
.pollWebPart input.home-page-poll-input {
	float:left;
	width:13px;
}
.pollWebPart .home-poll-inactive {
	position:relative;
	top:4px;
	margin-left: 5px;
}
.pollWebPart .total{
	margin-top:5px;
}
.pollWebPart .poll-vote-button{
	margin:15px 0 0 0;
}
/***************** Rating web Part *************/
.form-item{
	padding:0;
	margin:0;
}
.rating {
	background-color:#bec500;
	border-bottom:2px #666666 solid;
	font-weight:bold;
}
.col-padd .rating {
	width:160px;
	position:relative;
	left:-11px;
} 
#wrapper .rating h2 {
	color:#ffffff;
	font-size:2.2em !important;
	line-height:0.9em;
}
.rating .poll-results {
	padding: 7px 11px 0 11px;
}
.rating .poll-results .form-body-graph {
	padding: 0;
}
.rating .poll-questions {
	padding: 0 7px 0 11px;
}
.rating .form-body-graph {
	padding: 7px 7px 4px 11px;
}
.rating .form-body-graph .form-body-graph,
.rating .poll-questions .poll-questions  {
	padding: 0;
	margin:0;
}
.rating .poll-group span.right {
	margin:-7px 0 0 5px;
}
.rating p{
	margin:5px 0 5px 0 !important;
	padding: 3px 0 3px 0;
}
.rating .form-body-poll .poll-image {
	margin-bottom: 15px;
}
.rating .poll-group-question {
	padding-bottom:7px;
}
.rating .poll-vote-button{
	margin:0 0 15px 0;
}
#wrapper .footer-links ul li {
	margin-left:0;
	margin-right:8px;
	background-position: left center;
}		
#wrapper .footer-links ul li a {
	margin-right:0;
	margin-left:8px;
}
#wrapper .footer-links ul .last {
	background-image:url('/Style%20Library/Images/link-right.gif');
}
#wrapper .footer-links ul .first, 
#wrapper .footer-links ul .footer-image{
	background-image: none;
	margin-left: 0;
	}
	
#wrapper .footer-links ul .first a, 
#wrapper .footer-links ul .footer-image a{
		margin-left: 0;
	}

	
#wrapper .footer-links ul .footer-image {
	margin: right: 0;
}

#wrapper .footer-links .padding {
	padding-top: 2px;
	padding-bottom: 2px;
}
.col-padd-title h1 {
	padding-left:0 !important;
}
#wrapper .col4 .col-2 h1,
#wrapper .col4 .col-2 h2 {
	padding-bottom: 7px !important;
}
#wrapper .lower-wrapper .col-padd-body h2 {
	line-height:1em !important;
	padding-bottom: 7px;
}