/*
Colour reference

Very light blue, used for the ski pages: #cfddf2
Bright blue, used for text: #006DD6
Bright green, used for text: #34c402

Standard margin: 10px
Large margin: 20px

*/


/* General Elements START*/

.introduction
{
	margin-left:20px;

}

.introduction h2
{
color:#025eab;
text-align:left;
font-family:Arial;
font-weight:bold;
font-size:2.4em;
margin: 0.83em 0;
}

#welcome p
{
font-size:1em;
text-align:left;
margin:0;padding:5px;
}


body
{
	font-family:	verdana;
	font-size:	11px;
	padding:	0px 0px 0px 0px;
	color:		#000;
	margin:		0;
	text-align:	left;
	background: 	white url("/images/general/bgimage.gif"); background-repeat: repeat-y; background-position: center;
}
 
p.debug_errors
{
	margin: 0px;
	padding: 0px;	
}
span.asterix
{
	font-weight: normal; 
	font-size: 11px; 
	padding-left: 3px;
	color: red;
}

td.table_header
{
	font-size: 18px; 
	color: #FFFFFF;
	padding: 5px 0px 5px 10px; 
	background-color: #005DAA; 
	font-family: Palatino Linotype;
}

/* Stop the Comodo logo breaking the background in IE */
html
{
	overflow-y: scroll;
}
img
{
	border: 0;	
}
a
{
	color: #006DD6;
	text-decoration: none;
}
a:active
{
	outline: none;	
}
a:hover
{
	color: #32BF00;
}
table
{
	border-collapse: collapse;
}
td 
{ 
	padding: 0;
	vertical-align: top;
}
th
{
	text-align: left;
}

/* Page head */
.container
{
		
}
.heading
{
	width: 870px; 
	background-color: black;
}
.heading .top_logo_container
{
	width: 870px; 
	height: 103px;
	background: url('/images/header/port_logo.jpg') no-repeat; 	
}
.heading .top_banner_container
{
	width: 100%;
	height: 47px;
	background-color: #000000;
	margin-top: -15px;	 
}

.heading .top_banner_container .top_banner
{
	width: 870px;
	height: 47px;
	background: url('/images/header/topbanner_pvtv.jpg') no-repeat;	
}

.heading .top_banner_container .top_banner a.ireland_link
{
	color: #F4CB11; 
	font-family: Arial; 
	font-size: 14px; 
	font-weight: bold; 
	text-decoration: none;	
}

.heading .top_banner_container .top_banner a.ireland_link:hover
{
	text-decoration: underline;	
}
	
.heading .menu
{
	margin-top: -35px;
	margin-left: 55px;
}
.heading .menu ul
{
	float: left;
	overflow: hidden; 
	margin: 0px; 
	padding: 0px; 
	text-align: center;	
}
.heading .menu ul li
{
	list-style-type: none; 
	padding: 0px; 
	margin-left: 10px; 
	margin-top: 0px; 
	display: inline; 
	overflow: hidden;
	float: left; 
	width: auto;
	height: 21px;
}

.heading .menu ul li.active
{
	background: url('/images/header/menu_active_middle.jpg') repeat-x;
	float: left;
	height: 21px;
}

.heading .menu ul li.active div.taboff_left
{
	background: url('/images/header/menu_active_left.jpg');
	float: left;
	height: 21px;
	width: 17px;
}

.heading .menu ul li.active div.taboff_right
{
	background: url('/images/header/menu_active_right.jpg');
	float: left;
	height: 21px;
	width: 17px;
}

.heading .menu ul li.active div.taboff_middle
{
	float: left;
	padding: 3px;	
}

.heading .menu ul li.active div.taboff_middle a 
{
	color: #000000;
	font-weight: bold;
}

.heading .menu ul li.inactive
{
	background: url('/images/header/menu_middle.jpg') repeat-x;
	float: left;
	height: 21px;
}

.heading .menu ul li.park 
{
	margin-left: 80px;
}

.heading .menu ul li.inactive div.taboff_left
{
	background: url('/images/header/menu_left.jpg');
	float: left; 
	height: 21px;
	width: 23px;
}

.heading .menu ul li.inactive div.taboff_right
{
	background: url('/images/header/menu_right.jpg');
	float: left; 
	height: 21px;
	width: 23px;
}

.heading .menu ul li.inactive div.taboff_middle
{
	float: left;
	padding: 3px;	
	margin: 0px -4px;
}

.heading .menu ul li.inactive div.taboff_middle a 
{
	color: #FFFFFF;
	font-weight: bold;
}

.heading .menu ul li.inactive div.taboff_middle a:hover
{
	text-decoration: underline;	
}

.heading .menu ul li.park div.taboff_middle a 
{
	color: #FFC734;
}

.heading .crumb_bar
{
	margin-left: 70px;
	margin-top: 20px;
	line-height: 25px;
	clear: both;
	overflow: hidden;
}

.heading .crumb_bar ul
{
	float: left;
	overflow: hidden; 
	margin: 0px; 
	padding: 0px; 
	text-align: center;	
}

.heading .crumb_bar ul li
{
	list-style-type: none; 
	padding: 0px; 
	margin-left: 10px; 
	margin-top: 0px; 
	display: inline; 
	overflow: hidden;
	float: left; 
	width: auto;
	color: #FFFFFF;
	font-size: 10px;
}

.heading .crumb_bar ul li a
{
	color: #FFFFFF;
	font-size: 10px;
}

.heading .crumb_bar ul li a:hover
{
	text-decoration: underline;
}

/* page body */

.page_body
{
	width: 870px;
	background-color: #FFFFFF;
}

/* footer */
.footer
{
	width: 870px;
	background-color: #FFFFFF;
}

/* quickquote */
table.quicksearch
{
	background-color: #ffc835;
	margin-top: 0px;
	border: 0px solid #ffa735;
	
}

table.quicksearch ul.search_type
{
	padding: 0px;	
	margin: 10px 0px 0px 3px;
}

table.quicksearch ul.search_type li
{
	list-style-type: none; 
	padding: 0px; 
	margin-left: 7px;
	margin-top: 0px; 
	display: inline; 
	overflow: hidden;
	float: left; 
	width: 88px;
	height: 25px;
	text-align: center;
	
}

table.quicksearch ul.search_type li a 
{
	font-size: 11px;
	/* letter-spacing: -0.4px;	 */
	padding-right: 8px;
}

table.quicksearch ul.search_type a
{
	width: 81px;
	height: 21px;
	display: block;
	font-family: tahoma;
	line-height: 26px;
	text-align: center;
	
}
table.quicksearch ul.search_type a.quicksearch_tab
{
	background: url('/images/search/off.gif') no-repeat;
	width: 88px;
	height: 25px;
	color: #000000;	
}	

table.quicksearch ul.search_type a.quicksearch_tab:hover
{
	background: url('/images/search/active.gif') no-repeat;
	width: 88px;
	height: 25px;
	color: #FFFFFF;
} 

table.quicksearch ul.search_type a.quicksearch_tab_selected
{
	background: url('/images/search/active.gif') no-repeat;
	width: 88px;
	height: 25px;
	color: #FFFFFF;
}

table.quicksearch ul.search_type a.quicksearch_tab_selected:hover
{
	background: url('/images/search/active_hover.gif') no-repeat;
	width: 88px;
	height: 25px;
	color: #FFFFFF;
} 

table.quicksearch table.search_form
{
	color: #593D00;	
	font-size: 10px;
}

table.quicksearch table.search_form th
{
	width: 72px;
	height: 24px;
	padding: 0px;
	padding-left: 2px;
	font-weight: normal;
}	

table.quicksearch table.search_form td
{
	text-align: left;
}

table.quicksearch table.search_form select#srhfrm_departure_airport_combined,
table.quicksearch table.search_form select#srhfrm_destination_airport_group,
table.quicksearch table.search_form select#srhfrm_destination_airport,
table.quicksearch table.search_form select#srhfrm_resort, 
table.quicksearch table.search_form select#srhfrm_accomm,
table.quicksearch table.search_form select#srhfrm_rating,
table.quicksearch table.search_form select#srhfrm_board_basis
{
	width: 200px;
	
}

table.quicksearch table.search_form select#srhfrm_departure_date
{
	width: 160px;
	
}

table.quicksearch table.search_form #srhfrm_return_text
{
	background-color: #D2D2D2;
	color: #000000;
}

table.quicksearch table.search_form #srhfrm_duration
{
	width: 40px;
}

.srhfrm_text_narrow{
	width: 25px;
}

/* home page */
div.featured_hotels
{
	
}

div.featured_hotels .hotel_image
{
	 border: 1px solid #005DAA; 
	 padding: 2px; 
	 border-bottom: 1px; 
	 width: 220px; 
	 margin: 10px 5px 0px 5px;
}

div.featured_hotels .hotel_title
{
	border: 1px solid #005DAA; 
	padding: 2px; 
	border-top: 0px; 
	width: 220px; 
	margin: 0px 5px 0px 5px;
	text-align: left;
}

div.featured_hotels .hotel_name
{
	background: url('/images/home/featured_hotels.jpg') no-repeat; 
	width: 220px; 
	height: 26px; 
	color: #FFFFFF; 
	font-size: 12px; 
	padding-left: 0px; 
	line-height: 26px;
}

div.featured_hotels .hotel_description
{
	border: 0px; 
	width: 220px; 
	margin: 3px 2px 8px 8px;
	text-align: left;
}
 
/* searchresults */
div.search_form_refine_container
{
	background-color: #ffc835; 
	padding: 5px; 
	width: 790px; 
	color: #000000;
	text-align: left;
}

div.featured_hotels .hotel_name strong
{
	padding-left: 3px;
}

div.search_form_refine_container table.search_form_refine
{
	width: 100%;	
}

div.search_form_refine_container table.search_form_refine td
{
	padding: 4px;	
}

div.search_form_refine_container table.search_form_refine td a
{
	color: #FFFFFF; 
	text-decoration: underline;	
}

table.results
{
	width: 800px;	
	margin-top: 15px;
	margin-left: 20px;
	text-align: left;
}


table.results td, th
{
	padding: 0px;
	vertical-align: middle;
}

table.flight_results_times td
{
	padding: 0px;	
}

table.results tbody tr.row_alt
{
	background-color: #EBEBED;
}


div.homeoffer div
{
	border-left:1px dashed gray;
}

div.homeoffer div.homeoffer_col0
{
	border-left:0px dashed gray;
}

div.search_form_refine_container table.refine_search td
{
	padding: 4px;	
}

div.search_form_refine_container table.refine_search td a
{
	color: #FFFFFF; 
	text-decoration: underline;	
}

div.searchresult_basket_container
{
	width: 770px; 
	border: 1px solid #DADADA; 
	border-bottom: 0px;
	padding: 15px;
	text-align: left;
}

div.searchresult_basket_container table.searchresult_basket
{
	border: 1px solid #005DAA;
	width: 100%;
	
}

div.searchresult_basket_container table.searchresult_basket td
{
	border: 1px solid #005DAA;
	
}	

div.searchresult_basket_container table.searchresult_basket table.basket_details
{
	margin-top: 10px;
	margin-bottom: 10px;	
	width: 90%;
	
}

div.searchresult_basket_container table.searchresult_basket table.basket_details td
{
	border: 0px;	
	padding-left: 5px;
	padding-top: 2px;
	
}

table.searchresult_basket table.price_breakdown 
{
	width: 90%;
	margin: 10px 0px 10px 0px;
}

table.searchresult_basket table.price_breakdown td
{
	border: 0px;	
	padding-left: 5px;
}

table.searchresult_basket table.price_breakdown td.price_breakdown_total
{
	font-weight: bold; 
	vertical-align: bottom; 
	font-size: 14px;
	height: 26px;
}

table.searchresult_basket table.price_breakdown td.price_breakdown_label
{
	width: 70%; 
	height: 16px; 
	border-bottom: 0;
}

table.searchresult_basket table.price_breakdown td.price_breakdown_price
{
	width: 20%; 
	height: 16px; 
	border-bottom: 0;
}

table.searchresult_basket table.price_breakdown td.price_breakdown_dash
{
	border-bottom: 1px dashed black;
	height: 6px;
}

div.accomm_results_container
{
	width: 770px; 
	border: 1px solid #DADADA; 
	border-top: 0px;
	padding: 15px;
}                                                                                                

div.accomm_results_container table.accomm_results
{
	width: 100%;
	margin: 0px 0px 10px 0px;
}

table.results table.accomm_results_rooms td
{
	padding: 2px 5px 2px 5px;	
}

/* Hotels */

div.mainlanding
{
	padding-right: 20px;	
	text-align: left;
}
div.roomtypebox 
{
	margin: 5px 10px 15px 0px;
	width: 300px;
	background-color: #F1F2E0;	
	border: 1px solid #C8C9CB;
	overflow: hidden;
}
div.monthprice
{
	float: left;
	padding: 0px 3px;	
	margin-bottom: 5px;
	text-align: center;
	margin-right: 3px;
	width: 50px;
}

div.roomtypedescription
{
	padding: 0px 3px;
	margin-bottom: 5px; 	
}

div.roomtypedescription span
{
	color: #337895;
	font-weight: bold;
	clear: left;	
}
p.roomtypehead strong
{
	font-size: 11px;
}
p.roomtypehead
{
	font-size: 11px;
	margin-top: 0px;
	padding: 3px;
	background-color: #E8E9EB;
}

.imageselector .image_num
{
	background-color: #AFDDF5;
	padding: 3px; 
	margin: 1px;
	cursor: pointer;
	cursor: hand;
}
.imageselector .image_num:hover
{
	background-color: #cfddf2;
}
.imageselector .image_num_active
{
	background-color: #015DAA !important;
	color: #fff;
	font-weight: bold;
}

/* contact us */
div.wide_page p, div.wide_page h2
{
	margin: 0px;
	
}

/* booking */
div.basketwrapper
{
	border: 1px solid #DADADA; 	
	border-bottom: 0px;
	width: 768px;
	padding: 15px;
}

div.basketwrapper table.searchresult_basket
{
	border: 1px solid #005DAA;
	width: 100%;
	text-align: left;
	
}

div.basketwrapper table.searchresult_basket td
{
	border: 1px solid #005DAA;
}	

div.basketwrapper table.searchresult_basket table.basket_details td
{
	border: 0px;
	padding: 2px 5px 2px 5px;
	 
}	

div.basketwrapper table.searchresult_basket table.basket_details td.basket_icon_col
{
	width: 50px;
	text-align: center; 
	vertical-align: top;
}

div.basketwrapper table.searchresult_basket table.basket_details td.basket_label_col
{
	width: 100px;
}	

div.basketwrapper table.searchresult_basket table.basket_details td.basket_value_col
{
	width: 180px;
	font-weight: bold;
}	
 
div.basketwrapper table.searchresult_basket table.basket_details td.basket_pic_col
{
	width: 50px;
	text-align: center; 
	vertical-align: middle;
}

div.basketwrapper table.searchresult_basket table.price_breakdown td
{
	border: 0px;
	padding: 2px 5px 2px 5px;
	vertical-align: middle;
}

div.basketwrapper table.searchresult_basket table.price_breakdown th
{
	font-weight: normal;
	width: 70%;
}

div.basketwrapper table.searchresult_basket table.price_totals
{
	
	border-top: 1px dashed #CCCCCC;
	margin-top: 20px;
}

div.basketwrapper table.searchresult_basket table.price_totals .price_breakdown_total
{
	font-size: 14px;
	font-weight: bold;
}

div.booking_details
{
	border: 1px solid #DADADA; 	
	border-top: 0px;
	width: 768px;
	padding: 15px;
	padding-top: 5px;
	text-align: left;	
}

div.booking_details div.tickets_header
{
	color: #005DAA;
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	text-align: left;
	font-family: Palatino Linotype;
}

div.booking_details div.tickets
{
	border: 1px solid #005DAA;
	width: 100%;
	margin-bottom: 20px;
}

div.booking_details table.tickets_table
{
	width: 100%;
	border: 0px;	
	margin: 10px 0px;
}

div.booking_details table.tickets_table td
{
	padding: 1px;
}

div.booking_details table.booking_form
{
	width: 100%;	
}

div.booking_details table.booking_form select.title
{
	width: 70px;	
}

div.booking_details table.booking_form input.firstname
{
	width: 150px;	
}

div.booking_details table.booking_form input.surname
{
	width: 150px;	
}

div.booking_details table.booking_form input.dob_dd
{
	width: 40px;	
}

div.booking_details table.booking_form input.dob_mm
{
	width: 40px;	
}

div.booking_details table.booking_form input.dob_yyyy
{
	width: 60px;	
}

/* booking payment */
div.booking_payment
{
	border: 1px solid #DADADA; 	
	border-top: 0px;
	width: 768px;
	padding: 15px;	
	text-align: left;
}

div.booking_payment div.booking_payment_outer div.cardholder th.secthead
{
	color: #125B90;
}

div.booking_payment div.booking_payment_outer div.cardholder th.leftpayment
{
	width: 240px;
}

div.booking_payment div.booking_payment_outer div.cardholder td.instructions
{
	padding: 0px 0px 5px 5px; 
	color: #125B90;
}

/* booking confirm */
div.booking_confirm_container
{
	border: 1px solid #DADADA; 	
	border-bottom: 0px;
	width: 800px;
	padding-top: 15px;	
	
}

div.booking_confirm_container div.booking_confirm
{
	border: 1px solid #005DAA; 	
	width: 768px;
	padding: 1px;
}

div.booking_confirm_container div.booking_confirm div.header
{
	background-color: #005DAA; 
	color: #FFFFFF; 
	font-weight: bold; 
	height: 30px; 
	line-height: 28px; 
	text-align: left;
}

div.booking_confirm_container div.booking_confirm div.booking_confirm_summary
{
	padding: 10px;
	text-align: left;
	font-weight: normal;
}

div.booking_confirm_container div.booking_confirm div.booking_confirm_summary table.summary
{
	color: #000000;
	margin-top: 10px;
}

div.booking_confirm_container div.booking_confirm div.booking_confirm_summary table.summary td
{
	vertical-align: middle;
}

div.booking_confirm_container div.booking_confirm div.booking_confirm_summary div.summary_note
{
	padding: 4px;
}

div.booking_confirm_container div.booking_confirm div.booking_confirm_summary table.pdetails td
{
	padding: 2px 0px 2px 5px;
	vertical-align: middle;	
}



/* tickets */

div.tickets_container
{
	width: 768px; 
	table-layout: fixed; 
	border: 1px solid #DADADA; 
	padding: 15px; 
	margin-bottom: 0px; 
	height: 470px; 
	text-align: left;
}

div.tickets_container div.tickets
{
	padding: 1px;  
	border: 1px solid #005DAA;
}

div.tickets_container div.tickets table.tickets_table
{
	font-size: 12px; 
	font-weight: bold; 
	font-family: verdana;	
}

div.tickets_container div.tickets table.tickets_table td.table_header
{
	padding: 5px 0px 5px 10px; 
	background-color: #005DAA; 
	font-family: Palatino Linotype;
	color: #FFFFFF; 
	font-size: 16px;
}

div.tickets_container div.tickets table.tickets_table td.tickets_item
{
	 padding: 3px;
	 line-height: 25px;
}

div.tickets_container div.tickets table.tickets_table td.tickets_duration
{
	width: 230px; 
	border-right: 1px solid #005DAA;
} 

div.tickets_container div.tickets table.tickets_table td.tickets_adult
{
	width: 100px; 
	text-align: center; 
	border-right: 1px solid #005DAA;
}

div.tickets_container div.tickets table.tickets_table td.tickets_junior
{
	width: 120px;
	text-align: center;
}

/* Errors */
div.booking_error
{
	border: 3px solid #FF0000;
	margin: 0px 35px 0px 35px;
	font-weight: bold;
	color: #000000;
}

/* Statuses */
div.status
{
	border: 3px solid #0B63AD;
	margin: 0px 35px 0px 35px;
	font-weight: bold;
	color: #000000;
}

a.static_item
{
	font-size: 13px; 
	font-weight: bold;
	color: #0158A7;
}
a.static_item:hover
{
	text-decoration: underline;
}

/* Terms */

div.wide_page 
{
	text-align: left;
	padding: 20px 40px 30px 40px;	
}

/* Email confirmation */
table.passenger_details {width: 100%; text-align: left; font-family: Arial, Helvetic, sans-serif; font-size: 15px; border: 1px solid #000;}
table.passenger_details td{border: 1px solid red;}


#hbr_tv {
	height: 90px;
	text-align: right;
}

#search {
	height: 50px;
	background: url('/images/search_bg.gif') repeat-x;
	color: white;
	font-weight: bold;
	font-size: 12px;
	padding: 0 23px;
}

#search a {
	color: white;
	text-decoration: underline;
}

input.text {
	color: #909090;
	border: 1px solid #909090;
}

input.text_active {
	color: #000;
	border: 1px solid #000;
	padding: 3px;
}

.frame {
	background: white;
	margin: 5px 24px;
}

.frame .top_strip {
	background-color: #afddf5;
	text-align: right;
	padding: 5px 20px 5px 0;
}

.frame .canvas {
	padding: 2px;
	text-align: left;
}

.frame #clip_canvas {
	width: 410px;
}

.clip_info {
	padding: 0 5px 5px 20px;
	
	text-align: left;
}

.player {
	text-align: center;
	width: 100%;
	height: 300px;
	margin:10px 5px;
}

.player * {
	border: 1px solid #aaa;
}

.popular {
}

.navigation_bar {
	border-bottom: 1px solid #a8a8a8;
	margin-top:20px;
	margin-left: 20px;
	margin-right: 20px;
	background-color: #025eab;
	padding: 40px 1px 1px 1px;
	color: white;

}

#clip_canvas
{
	background-color:#FBFBFB;
}

.clip_frame {
	border-bottom: 1px solid #a8a8a8;
	margin-top:0px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 27px;
	background-color: #025eab;
	padding: 1px 1px 1px 1px;
	display:inline-block;
}

.clip_frame a
{
	color: white;
	text-decoration: none;
}

.clip_frame .flick a
{
	color:black;
	text-decoration:underline;
}
.search
{
	margin-top:10px;
	margin-bottom:10px;
}

#pages_list, #filter
{
	line-height:30px;
	text-align:right;
	width:280px;
	float:right;
	display:block;
}

#filter
{
	width: 40px;
	float:left;
}

#search_text
{
	border: 1px solid #A8A8A8;
	height: 20px;
	width: 294px;
	color: #B3B3B5;
	padding-left:5px;
	padding-top:3px;
	font-size:14px;
}

#video_count
{
	font-size:11px;
	line-height:30px;
	color:white;
	margin-left:5px;
}
.navigation_bar a {
	color: black;
	text-decoration: none;
}

.navigation_bar a:hover {
	text-decoration: underline;
}

.highlight {
	border: 1px solid #B3D4FF;
	background-color: #F1F8FF;
	font-size: 16px;
	padding: 5px;
	margin: 10px 0;
}

#flick_canvas {
	overflow-y: hidden;
	overflow-x: hidden;
}
#popular_canvas
{
	background-color: #FBFBFB;
	border: 1px solid #FBFBFB;
	height:360px;
}
#freshflicks {
	table-layout: fixed;
	background-color: #FBFBFB;
}

#freshflicks td {
	width: 120px;
	text-align: center;
	vertical-align: middle;
}

#freshflicks td.flick {
	cursor: pointer; 
	vertical-align: center;
	border: 1px solid #FBFBFB;
}

#freshflicks td div {
	padding: 10px 0 0 0;
}

#freshflicks a {
}

#rating_block {
	font: normal 18px verdana;
	text-align: center;
	margin: 5px;
}

#rating_block img {
	padding: 5px;
	cursor: pointer;
}

table.footer {
	padding: 5px;
	width: 100%;
	height: 100%;
	font-size: 12px;
}

table.footer a {
	text-decoration: underline;
}

.upload_form {
	border: 1px solid #a8a8a8;
	border-collapse: separate;
	width: 520px;
}

.upload_form small {
	font-size: 9px;
	font-weight: normal;
}

.upload_form input {
	border: 1px solid #a8a8a8;
	padding: 1px 5px 1px 5px;
	width: 300px;
	font-size: 11px;
}

.upload_form .sel {
	border: 1px solid #a8a8a8;
	padding: 1px 5px 1px 5px;
}

.upload_form .sel:focus{
	background-color:#CFDCFF;
}

.upload_form textarea {
	border: 1px solid #a8a8a8;
	padding: 1px 5px 1px 5px;
	margin-bottom: 10px;
	font-size: 11px;
	font-family: arial;
	width: 300px;
	height: 100px;
}

.upload_form .title {
	background: #E4E4E4;
	padding: 3px 10px 3px 10px;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid #a8a8a8;
}

.upload_form th {
	padding: 8px 0px 0px 10px;
	text-align: left;
	font-weight: bolder;
	vertical-align: top;
}

.upload_form td {
	padding-top: 8px;
	text-align: left;
}

.upload_form .submit {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

.upload_form .submit input {
	width: 180px;
	background: #E4E4E4;
	font-weight: bold;
	border: 1px solid #a8a8a8;
}

.upload_form .checkbox {
	width: 20px;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

.upload_form .error {
	color: red;
	font-weight: bold;
}

.loading_placeholder {
	font-size: 14px;
	color: white;
}

.upload_done {
	margin-top: 40px;
	border: 1px solid #a8a8a8;
	width: 500px;
}

.upload_done th {
	background: #E4E4E4;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 14px;
	border-bottom: 1px solid #a8a8a8;
}

.upload_done td {
	padding: 10px;
	text-align: left;
	line-height: 18px;
}

.tagit {
	height: 24px;
	position: relative;
	margin-left:12px;
	top: 0px;
	color: #E75F2F;
}

.tagit form {
	padding: 0px;
	margin: 0px;
}

.tagit .dormant {
	width: 0px;
	height: 0px;
	padding: 0px;
	border: 0px solid white;
	font-size: 1px;
	color: #E75F2F;
}

.tagit td input {
	height: 20px;
	margin:0px;
	padding:0px;
	border: 1px solid #A8A8A8;
	font-size: 13px;
	color: #025EAB;
}

.tagit td, .tagit table, .tagit th {
	border-spacing:0px;
}
.tagit .sel {
	height: 20px;
	/*padding: 1px 4px 3px 4px;*/
	border: 1px solid black;
	font-size: 13px;
	color: #025EAB;
}

.tagit a {
	color: #025EAB;
}

.tagit #tags {
	width: 300px;
}

div#share_videos
{
	padding:16px 0;
	margin-left:85px;
}

div#share_videos label
{
	color: #0D749D;
	font-weight: bold;
	/* IE alignment workaround */
	width:270px;
	display:inline-block;
	text-align:left;
}

div#share_videos input
{
	width: 270px;
	height: 16px;
	border: 1px solid #A8ACB5;
	margin-top: 3px;
	margin-bottom: 8px;
	text-align:left;
}

tr#share_banner
{
	background-image: url(/images/general/share_videos.png);
	height:125px;
	border-top:1px dashed #BCBCBC;
}

div#offers_section
{
	padding-bottom: 30px;
	width:800px;
}
div#offers_left
{
	width:405px;
	background-color:#005DAA;
	float:left;
	margin-right:10px;
}
div#section_title
{
	color: white;
	font-size: 11px;
	text-align:center;
	line-height:3em;
}

span#section_title_emphasise
{
	text-transform: uppercase;
	color: #FACD01;
	font-size: 16px;
	font-weight:bold;
	font-family: Arial;
}

div#tagit td#tag_field
{
	width: 314px;
}

span#video_tags
{
	display:block;
	overflow:hidden;
	height: 40px;
}
div.search
{
	margin: 0 32px 0 0;
	padding: 10px 0;
	width:353px;
	float:right;
	display:inline;
}
form#frmSearch
{

}
form#frmSearch input
{
	line-height:20px;
	vertical-align:middle;
}

div.search table
{
	padding:0px;margin:0px;
}
