/* This file is part of Mura CMS.

	Mura CMS is free software: you can redistribute it and/or modify
	it under the terms of the GNU General Public License as published by
	the Free Software Foundation, Version 2 of the License.

/*	Some styles, ideas, and concepts derived from:

	Eric Meyer Reset - http://meyerweb.com/eric/tools/css/reset/index.html
	BlueprintCSS - http://code.google.com/p/blueprintcss/
	YUI - http://developer.yahoo.com/yui/
*/

/* @group GLOBALS
===================================== */

/* @group Globals - Text Resets
===================================== */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,legend,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}
input, select,textarea { font-family: verdana,arial,helvetica,sans-serif; color: #706053; }
select { border:1px inset #CEE783; font-size: 11px; }
textarea { font-size:12px; padding:4px 2px; }
body {font: 62.5%/1.3 verdana,arial,helvetica,sans-serif; /* Resets 1em to 10px */}

/* @end Globals - Text Resets
-------------------------------- */


/* @group Globals - Definition Lists (DL)
===================================== */

dl {}
dt {}
dt a {}
dd {}
dd p {}
dd img { margin: 8px 0 0 8px;}

/* @group Globals - Definition Lists - 2 Column
===================================== */

dl.twoColumn {
	margin: 0;
	text-align: left;
	}

dl.twoColumn dt {
	float: left;
	clear: left;
	width: 33%;
	}

dl.twoColumn dd {
	clear: right;
	margin: 0 0 0 35%;
	padding: 0;
	}

/* @end Globals - Definition Lists - 2 Column
-------------------------------- */

/* @end Globals - Definition Lists (DL)
-------------------------------- */


/* @group Globals - Tables
===================================== */

table { /* tables still need 'cellspacing="0"' in the markup? */
	border-collapse: collapse;
	border-spacing: 0;
	}

caption {
	font-weight: normal;
	text-align: left;
	}

th {
	padding: 4px;
	border: 1px solid;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 4px 8px;
	vertical-align: top;
}

/* @end Globals - Tables
-------------------------------- */


/* @group Globals - Forms
===================================== */

form {}

form ul,
form ol,
.content form ul,
.content form ol { margin: 0; }

fieldset ol { padding-top: 15px; }

form li {
	clear: both;
	width: 100%;
	margin-bottom: 1em;
	list-style: none !important;
	}

form li#svCaptcha {
	width: auto;
	margin-left: 27%;
	padding-left: 7px;
	}

form li#svCaptcha img {
	width: auto !important;
	padding: 0 !important;
	border: 0 !important;
	}

form #subSettings label {
		float: none;
		font-weight: normal;
		}

fieldset {
	clear: both;
	margin: 0 0 24px;
	padding: 0 0 4px;
}

legend {
	padding: 0 0 4px;
	font-size: 12px;
	font-weight: bold;
}

label {
	font-size: 12px;
}

.multiInputs {
	float: left;
	width: 65%;
	}

.inputNote {
	font-size: .9em;
	color: #777;
	}

form li span { font-weight: normal; }

fieldset input.text { width: 70%; }

fieldset textarea {
	width: 70%;
	height: 10em;
	}

/* Buttons */

form .buttons { text-align: right; }
button, .buttons input { cursor: pointer; }
input[type='submit'] { cursor: pointer; }

.btn,
.readMore,
.convert-currency,
.ckeck-out a,
.formButton,
a.buttonLink,
a.buttonLink:link,
a.buttonLink:visited {
	line-height: 17px;
	display: inline-block;
	margin: 0;
	padding:  3px 4px 3px 4px !important;
	font-weight: bold;
	font-size: 17px;
	color: #fff !important;
	text-decoration: none !important;
	border: 0 !important;
	/* CSS Gradient */
	background: #e57e33; /* for non-css3 browsers */
 	/*filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2b886', endColorstr='#e57e33');*/ /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#f2b886), to(#e57e33)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #f2b886, #e57e33); /* for firefox 3.6+ */
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	position: relative;
	top: 1px;
	text-transform: capitalize !important;
}

.search-box-container .search-box .btn { top: 0 !important; }

.btn:hover, .readMore:hover, .convert-currency:hover, .ckeck-out a:hover,.formButton:hover, a.buttonLink:hover {
	background: #f38c41; /* for non-css3 browsers */
	filter: none;
}

a.btn, a:hover.btn {
	color: #fff;
	text-decoration: none !important;
}

#home-yha-membership .btn {
	font-size: 18px;
	background: #6baede; /* for non-css3 browsers */
 	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#95cef1', endColorstr='#6baede'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#95cef1), to(#6baede)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #95cef1, #6baede); /* for firefox 3.6+ */
	text-transform: capitalize;
}
#home-yha-membership .btn:hover {
	filter: none;
}

#nav-search .btn {
	font-size: 11px;
	line-height: 14px;
}

.btn-arrow {
	display: inline-block;
	position: relative;
	top: 1px;
	left: 0;
	padding-right: 4px;
	width: 5px;
	height: 12px;
	background: url(../images/pointer_white.gif) no-repeat 50% 0;
}

.btn-arrow-blue {
	display: inline-block;
	position: relative;
	top: 1px; left: 0;
	padding-right: 4px;
	width: 5px;
	height: 12px;
	background: url(../images/pointer_blue.gif) no-repeat 50% 0;
}

.btn-arrow-back {
	display: inline-block;
	height:12px;
	padding-right:4px;
	position: relative;
	top: 1px; left: 0;
	width:5px;
	background: url(../images/pointer_white_back.gif) no-repeat scroll 50% 0 transparent;
}

body#hostels #primary .convert-currency span.ic-calc {
	display: inline-block;
	width: 10px;
	height: 15px;
	background: url(../images/sprite_horizontal.gif) no-repeat 0 -1049px;
}

/* Show Map button for the 2011 redesign */
div.hostel-search-results-header a.btn-showmap {
	background : #e78035 url(../images/sprite_buttons.png) no-repeat 100% 0;
	filter : none;
	padding-left : 10px !important;
	padding-right : 35px !important;
	text-transform : uppercase;
}
div.hostel-search-results-header a.btn-showmap:hover {
	background : #e78035 url(../images/sprite_buttons.png) no-repeat 100% -32px;
}

/* Book Now button for the 2011 redesign */
a.btn-booknow {
	background: #00a471; /* for non-css3 browsers */
 	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a471', endColorstr='#008057'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#00a471), to(#008057)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #00a471, #008057); /* for firefox 3.6+ */
	font-size : 20px;
	line-height : 33px;
	height : 36px;
	padding-left : 10px !important;
	padding-right : 10px !important;
	text-align : center;
}
a.btn-booknow:hover {
	background: #008057;
	filter: none;
}
div.hostel-deals-result a.btn-changedates {
	font-size : 18px;
	line-height : 36px;
	height : 36px;
	padding-left : 10px !important;
	padding-right : 10px !important;
	text-align : center;
}

/* Search Now button for the 2011 redesign */
div.hostels-filter button.btn.btn-filter {
	background : #f79045 url(../images/sprite_buttons.gif) no-repeat 100% -150px;
	font-size : 20px;
	filter: none;
	height : 37px;
	padding : 0 0 0 0 !important;
	line-height : 37px;
	text-transform : uppercase;
	width : 153px;
}
div.hostels-filter button.btn.btn-filter:hover {
	background-position : 100% -200px;
	filter: none;
}
div.hostels-filter button.btn.btn-filter span {
	background : Transparent url(../images/sprite_buttons.png) no-repeat 100% -255px;
	padding : 0 12px 0 0;
}

/* Homepage Search Button */
div#home-searchmap button.btn-searchandbook {
	background: #00a471; /* for non-css3 browsers */
 	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a471', endColorstr='#008057'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#00a471), to(#008057)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #00a471, #008057); /* for firefox 3.6+ */
	font-size : 20px;
	height : 36px;
	padding : 4px 10px 8px 10px !important;
	text-align : center;
}
div#home-searchmap button.btn-searchandbook:hover {
	background: #008057;
	filter: none;
}
div#home-searchmap button.btn-searchandbook span {
	background : Transparent url(../images/sprite_buttons.png) no-repeat 100% -254px;
	padding : 0 12px 0 0;
}

/* prevent Fx <= 3.5 from showing hidden inputs when some properties are set. See: Bugzilla id# 436046 & 501959 */
input[type='hidden'] { display: none !important; }

.sidebar form {}

.sidebar form li {
	float: none;
	width: auto;
	margin: 0 0 .5em;
	display: block;
	text-align: left;
	}

.sidebar label {
	float: none;
	width: auto;
	margin: 0;
	padding: 0 0 2px;
	text-align: left;
}

.sidebar input.text {
	width: 95%;
	margin: 0;
	}

.required {
	margin: 0 0 .5em .25em;
	font-weight: normal;
	color: #b00;
	}

p.required {
	float: left;
	clear: left;
	margin: 0;
	padding-left: 7px;
	background: url(../images/icon_star.png) no-repeat;
	}

p#loginMsg.required {
	margin-bottom: 2em;
	}

input.first { margin-left: 0; }

.flow label { float: none; width: auto; }


/* @group Globals - Forms - Required Fields
===================================== */

form li.req {} /* could add background color */

.req label { background: url(../images/icon_star.png) no-repeat 100% 0; } /* could add color */

.req ins {
	position: absolute;
	left: -9999px;
	}

li span.req {
	padding-right: 7px;
	background: url(../images/icon_star.png) no-repeat 100% 0;
	}

.req input {} /* could do { border: 1px solid darkred; color: darkred; } */


/* @end Globals - Forms - Required Fields
-------------------------------- */

/* @end Globals - Forms
-------------------------------- */

/* @end GLOBALS
-------------------------------- */



/* @group HELPER CLASSES
===================================== */

.hide { display: none !important; }

.left { float: left !important; }
.right { float: right !important; }

img.left { margin: 0 1em 1em 0; }
img.right { margin: 0 0 1em 1em; }
img.center { display: block; margin: 1em auto; }

p.center { text-align: center; }

.callToAction {
	padding-left: 10px;
	background: url(../images/pointer_red.gif) no-repeat 0 50%;
	}


/* @group Helper Classes - Clearfix
===================================== */

/* Clearing floats without extra markup
	http://perishablepress.com/press/2009/12/06/new-clearfix-hack/ */


.clearfix:after, .svIndex dl:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix, * html .svIndex dl { zoom: 1; } /* IE6 */
*:first-child+html .clearfix, *:first-child+html .svIndex dl { zoom: 1; } /* IE7 */

/* @end Helper Classes - Clearfix
-------------------------------- */

/* @end HELPER CLASSES
-------------------------------- */



/* @group NAVIGATION/UI
===================================== */

/* @group Nav - Breadcrumb
===================================== */

#crumbList {
	padding: 2px 0 0 0;
}

#crumbList li {
	display: inline;
	margin: 0;
	font-size: 11px;
}

#crumbList a { text-decoration: underline; }

/* @end Nav - Breadcrumb
-------------------------------- */


/* @group Nav - Sequential, More Results
===================================== */

.navSequential,
.moreResults ul {
	margin: 0 !important;
	padding: 0;
	list-style: none;
	}

.navSequential li,
.moreResults li {
	display: inline;
	margin: 0 !important;
	padding: 0;
	text-align: center;
	}

.navSequential a,
.moreResults a {
	padding: .1em .2em;
	text-decoration: none;
	}

.navSequential .current a {
	border: 1px solid #e4e4e4;
	color: #000;
	}

.navSequential a:hover {
	background: #e4e4e4;
	}

/* @end Nav - Sequential, More Results
-------------------------------- */


/* @group Nav - Session
===================================== */

#navSession {
	margin: 0;
	list-style: none;
	}

#navSession li {
	display: inline;
	margin: 0;
	padding: 0 .25em;
	}

#navSession a { text-decoration: none; }

#navSession li#navEditProfile {
	border-right: 1px solid #ccc;
	padding-right: .5em;
	padding-left: 0;
	}

#navSession li#navLogout {
	padding-right: 0;
	}

/* @end Nav - Session
-------------------------------- */

/* @end NAVIGATION/UI
-------------------------------- */



/* @group DISPLAY OBJECTS, SYSTEM COMPONENTS
===================================== */

/* @group Add Comment Component
===================================== */

#svComments {
	clear: both;
}

#svComments dl {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px dotted #ccc;
	line-height: 1.2;
	}
#svComments dl.last {
	margin-bottom: 2em;
	border-bottom: 0;
	}

#svComments dt { margin-bottom: .25em; }
#svComments dd { margin-bottom: .25em; }
#svComments dd.comment p { margin-top: .5em; }
#svComments dd.comment p:first-child { margin-top: 0; }

#svComments dd.dateTime {
	font-size: 1em;
	color: #666;
	}

/* @end Add Comment Component
-------------------------------- */


/* @group Advertisements
===================================== */

div.svAd { margin: 0 0 2em; }

/* @end Advertisements
-------------------------------- */


/* @group Asset Detail
===================================== */

#svAssetDetail {}

a#svAsset {
	display: block;
	margin: 2em 0;
	padding-left: 20px;
	line-height: 2;
	background-position: 0 50%;
	background-repeat: no-repeat;
	}
.image a#svAsset {
	padding-left: 0;
	line-height: 1.5;
	background: transparent;
	}

a#svAsset.file { background-image: url(../images/file-icons/generic.gif); }

a#svAsset.ai { background-image: url(../images/file-icons/ai.gif); }
a#svAsset.css { background-image: url(../images/file-icons/css.gif); }
a#svAsset.doc { background-image: url(../images/file-icons/doc.gif); }
a#svAsset.gif { background-image: url(../images/file-icons/gif.gif); }
a#svAsset.html, a#svAsset.htm { background-image: url(../images/file-icons/generic.gif); }
a#svAsset.graffle { background-image: url(../images/file-icons/graffle.gif); }
a#svAsset.jpg { background-image: url(../images/file-icons/jpg.gif); }
a#svAsset.mdb { background-image: url(../images/file-icons/mdb.gif); }
a#svAsset.mp3 { background-image: url(../images/file-icons/mp3.gif); }
a#svAsset.mpp { background-image: url(../images/file-icons/mpp.gif); }
a#svAsset.ndd { background-image: url(../images/file-icons/ndd.gif); }
a#svAsset.oo3 { background-image: url(../images/file-icons/oo3.gif); }
a#svAsset.pdf { background-image: url(../images/file-icons/pdf.gif); }
a#svAsset.png { background-image: url(../images/file-icons/png.gif); }
a#svAsset.ppt { background-image: url(../images/file-icons/ppt.gif); }
a#svAsset.psd { background-image: url(../images/file-icons/psd.gif); }
a#svAsset.txt { background-image: url(../images/file-icons/txt.gif); }
a#svAsset.url { background-image: url(../images/file-icons/url.gif); }
a#svAsset.vsd { background-image: url(../images/file-icons/vsd.gif); }
a#svAsset.xls { background-image: url(../images/file-icons/xls.gif); }
a#svAsset.zip { background-image: url(../images/file-icons/zip.gif); }

.pdfLink { background: url(../images/file-icons/pdf.gif) 0 1px no-repeat; padding-left: 20px; }


#svAssetDetail.image #svAsset {
	float: left;
	margin: .25em 1.5em .5em 0;
	}

#svAssetDetail.image #svAsset img {
	float: none;
	display: block;
	margin: 0;
	}

/* @end Asset Detail
-------------------------------- */


/* @group Associated Image
===================================== */

/* This image gets output only if a specific image has been uploaded for a specific content type.
It gets output between the h2 and the body content and launches the large image in shadowbox when clicked */

.content#primary .imgMed {
	float: right;
	margin-bottom: 1em;
	margin-left: 1em;
	}

/* @end Associated Image
-------------------------------- */


/* @group Calendar
===================================== */

.svCalendar { text-align: center; }

.svCalendar table { width: 100%; }

.svCalendar th {
	padding: 0;
	border: 1px solid #666;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: #666;
	font-size: 1em;
	line-height: 2.2;
	}

#svCalendarNav th {
	line-height: 1.2;
	font-size: .9em;
}

.svCalendar th a {
	display: block;
	padding: .25em;
	text-align: center;
	color: #fff;
	}

.svCalendar th a:hover {
	text-decoration: none;
	color: #fff;
	background: #333;
	}

.svCalendar td {
		width: 14%;
		height: 60px;
		padding: .5em;
		border: 1px solid #ccc;
		font-size: 9px;
		line-height: 1;
		text-align: left;
		vertical-align: top;
		}

.svCalendar .dayofweek td {
	height: auto;
	padding: .5em;
	line-height: 1.6;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	background: #ccc;
	}

#svCalendarNav .dayofweek td {
	line-height: 1.1;
}

.svCalendar .dayofweek td a {}

#svCalendarNav td {
	height: auto;
	text-align: center;
	}

.svCalendar td .date { font-style: italic; }

.content .svCalendar td ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

.svCalendar td li a {
	display: block;
	margin: 2px 0;
	padding: 0 0 2px;
	border: 0;
	text-align: left;
	text-decoration: none;
	}

.svCalendar td li a:hover,
.svCalendar td li a#today {
	text-decoration: underline;
	}

/* @end Calendar
-------------------------------- */


/* @group Calendar Date Picker
===================================== */

#datePicker {
	width: 190px;
	text-align: center;
	background: #fff;
	}

#datePickerContainer {
	width: 178px;
	margin: 6px auto;
	padding: 0;
	text-align: center;
	}

#datePicker form {}

#datePicker select.dropdown {
	margin: 0;
	font-size: 11px;
	vertical-align: middle;
	}

#datePicker input.submit { vertical-align: middle; }

#datePicker #calendarDates {
	margin: 6px auto;
	padding: 0;
	background: #fff;
	}

#datePicker #calendarDates th {
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	color: #fff;
	background: #333;
	}

#datePicker #calendarDates th a { color: #fff; }

#datePicker #calendarDates .dayofweek td {
	padding: .5em;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	color: #333;
	background: #EAE7E7;
	}

#datePicker #calendarDates td {
	border: 1px solid #EAE7E7;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	color: #333;
	background: #f6f6f6;
	}

#datePicker #calendarDates a {
	display: block;
	padding: .5em;
	text-decoration: none;
	color: #333;
	}

#datePicker #calendarDates a:hover,
#calendar a#today {
	display: block;
	padding: .5em;
	text-decoration: none;
	color: #fff;
	background: #f6f6f6;
	}

/* @end Calendar Date Selector
-------------------------------- */


/* @group Columns
===================================== */
/* For use with fckEditor Templates (2, 3, and 4 column templates) */

/* HTML example:
<div class="columns3">
	<div class="col"></div>
	<div class="col"></div>
	<div class="col"></div>
</div>
*/

.col {
	float: left;
	margin-right: 1.5%;
	display: inline; /* ie6 double-margin float fix */
	}

.columns2 .col { width: 48%; }
.columns3 .col { width: 31%; }
.columns4 .col { width: 23%; }
.columns5 .col { width: 18%; }
.columns6 .col { width: 14%; }
.columns7 .col { width: 12%; }
.columns8 .col { width: 10%; }

/* @end Columns
-------------------------------- */


/* @group Flash Player
===================================== */
/* For FLV Player Plugin in FCK Editor */

table.svFlvPlayer td {
	padding: 0;
	border: 0;
	}

/* @end Flash Player
-------------------------------- */


/* @group Galleries
===================================== */

#svGallery ul {
	margin: 0;
	list-style: none;
	}

#svGallery li {
	float: left;
	width: 23%;
	margin: 0 1%;
	padding: 0 0 1.5em;
	list-style: none;
	font-size: 1.1em;
	text-align: center;
	}

#svGallery li img { margin: 0; }

#svGallery li p {
	margin: 0;
	font-size: .9em;
	text-align: center;
	}

#svGallery dl {
	margin: 0;
	padding: 0;
	}

#svGallery dt {
	margin: 0;
	padding: 0;
	}

#svGallery dd {
	float: none;
	margin: 0;
	padding: 0;
	line-height: 1.25;
	background: transparent;
	}

#svGallery .comments a {
	padding-left: 13px;
	background: url(../images/icon_comments.gif) no-repeat 0 50%;
	}

/* @end Galleries
-------------------------------- */

/* @group All Indexes - Portals, Local Indexes, Remote Feeds, Related Content, Features
===================================== */
.svIndex {}

.sidebar .svIndex {}

.content .svIndex {
	padding-top: 1em;
}

.svIndex dl {}

.sidebar .svIndex dl.first {
	}

.svIndex dl.last {
	border: 0;
	padding: 0;
	}

.sidebar .svIndex dl.first {
	padding-top: 0;
	}

#svPortal.svIndex dt, #svPortal.svIndex dt a {
	font-size: 22px;
	text-decoration: none !important;
}

#svPortal.svIndex dt.releaseDate {
	font-size: 12px;
	margin: 0;
}

.svIndex dt.releaseDate {
	margin-bottom: .5em;
	font-weight: normal;
	color: #999;
}

dd.summary span.readMore, dd.summary span.readMore a, div.searchResult span.readMore, div.searchResult span.readMore a {
	font-size: 17px;
	color: #fff !important;
	text-decoration: none !important;
}

dd.credits,
dd.comments,
dd.tags,
dd.rating {
	float: left;
	margin-bottom: 0;
	padding: 0 .75em 0 0;
	font-size: 1em;
	}

.sidebar dd.credits,
.sidebar dd.comments,
.sidebar dd.tags,
.sidebar dd.rating {
	float: none;
	margin-bottom: .35em;
	padding: 0;
	}

.rating {}

.rating span {}

.svIndex dd.credits {
	color: #666;
	}

.svIndex dd.comments {
	padding-left: 13px !important;
	background: url(../images/icon_comments.gif) no-repeat 0 50%;
	}

dl.hasImage .image {
	float: left;
	margin: 0 1em 0 0;
	}

.sidebar dl.hasImage {
	min-height: 0;
	padding-left: 0;
}

.sidebar dl.hasImage .image {
	display: none;
}

/* @group Slideshow */

.svSlides h3 {

}

.svSlideshow .svSlides dl {
	border: 0;
}

.svSlides  dt {

}

ol.svPager {
	position: relative;
	z-index: 2;
	margin: 0;
	padding: 0;
	}

ol.svPager li {
	margin: 0 .25em;
	display: inline;
	}

ol.svPager a {
	display: -moz-inline-block;
	display: inline-block;
	padding: 2px 5px;
	text-align: center;
		line-height: 1.2;
	}

ol.svPager li.activeLI a,
ol.svPager a:hover {

	}


/* @end */

a.rss {
	padding: 4px 0 4px 14px;
	background: url(../images/icon_rss.gif) no-repeat 0 50%;
}

/* @end Portals, Feeds
-------------------------------- */


/* @group Portal Features
===================================== */

div.portalFeatures {
	margin: 0 0 1em;
	padding: 0 0 1em;
	border-bottom: 1px dotted #ccc;
	font-weight: bold;
	}

.portalFeatures dl {
	margin: 6px 0 0;
	list-style: none;
	}

.portalFeatures dt {
	clear: both;
	margin: 0 0 .5em;
	padding: 0;
	font-weight: bold;
	}

.portalFeatures dt.releaseDate {
	margin: 0 0 2px;
	font-size: 1em;
	font-weight: normal !important;
	color: #666;
	}

.portalFeatures dd {
	clear: both;
	margin: 0 0 1em;
	padding: 0;
	font-weight: normal;
	}
.portalFeatures dd p {
	margin: 0 0 .5em;
	padding: 0;
	font-weight: normal;
	}
.portalFeatures dd img {
	margin: 0 .5em .5em 0;
	padding: 0;
	float: left;
	}

.portalFeatures a { text-decoration: none; }

/* @end Portal Features
-------------------------------- */


/* @group RSS Feed List
===================================== */
/* for the public feeds table display object */

table#svRssFeedsList td {
	vertical-align: middle;
	}

table#svRssFeedsList img {
	border: 0;
	padding: 0;
	}

/* @end RSS Feed List
-------------------------------- */


/* @group Session Tools
===================================== */

#svSessionTools {
	margin-bottom: 1em;
	}

#svSessionTools p#welcome {
	margin-bottom: .5em;
	font-size: 1.1em;
	}

/* @end Session Tools
-------------------------------- */


/* @group Site Map
===================================== */

ul#svSiteMap {
	margin: 1em 0;
	list-style: none;
	}

#svSiteMap ul {
	margin: 0;
	list-style: none;
	}

#svSiteMap li {
	margin-left: 0;
	font-weight: normal;
	}

#svSiteMap li li {
	margin: 1em 2em;
	font-weight: bold;
	}

#svSiteMap li li li {
	font-weight: normal;
	}

/* @end Site Map
-------------------------------- */


/* @group Tag Clouds
===================================== */

#svTagCloud ol { margin: 0 0 2em; }
#svTagCloud li { display: inline; }
#svTagCloud span { position: absolute; left: -9999px; width: 990px; }

#svTagCloud .not-popular { font-size: .9em; }
#svTagCloud .not-very-popular { font-size: 1.2em; }
#svTagCloud .somewhat-popular { font-size: 1.6em; }
#svTagCloud .popular { font-size: 1.9em; }
#svTagCloud .very-popular { font-size: 2.1em; }
#svTagCloud .ultra-popular { font-size: 2.6em; }

/* @end Tag Clouds
-------------------------------- */


/* @group User Tools
===================================== */

#svPageTools {
	margin: 0 0 2em;
	padding: 0;
	}

#svPageTools ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#svPageTools li {
	margin: 0;
	padding: 0 0 0 20px;
	font-size: 11px;
	line-height: 1.5;
	}

#svPageTools li a { line-height: 20px; }

#svPageTools li#addFavorite { background: url(../images/icon_addfavorite.gif) no-repeat; }

#svPageTools li#sendToFriend { background: url(../images/icon_emailarticle.gif) no-repeat; }

#svPageTools li#print { background: url(../images/icon_print.gif) no-repeat; }

#svPageTools li#discuss { background: url(../images/icon_discuss.gif) no-repeat; }

/* @end User Tools
-------------------------------- */


/* @group User Tools - Favorites
===================================== */

ul#favoriteList {
	margin: 0 0 1em;
	list-style: none;
	font-size: 11px;
	}

#favoriteList li {
	margin: 0 0 .65em !important;
	padding: 0;
	border: none;
	font-size: 11px;
	line-height: 1.1;
	}

#favoriteList li.defaultMsg {
	margin: 0;
	list-style: none !important;
	font-size: 1em;
	line-height: 1.2;
	color: #666;
	}

#favoriteList li a {
	margin: 0 0 0 1em;
	padding: 0;
	}

#favoriteList li a.remove {
	color: #666;
	}

/* @end User Tools - Favorites
-------------------------------- */


/* @group User Tools - Send to Friend Pop-Up
===================================== */

.sendToFriend input.text { width: 300px; }

.sendToFriend textarea {
	width: 300px;
	height: 100px;
	}

/* @end User Tools - Send to Friend Pop-Up
-------------------------------- */

/* @end DISPLAY OBJECTS, SYSTEM COMPONENTS
-------------------------------- */



/* @group SYSTEM FORMS
===================================== */

/* @group System Forms - Login
===================================== */

#svLoginContainer {
	width: 370px;  /*Why is this set in px?*/
	margin: 0 auto;
	}

form#login { margin-bottom: .5em; }

form#sendLogin { margin-bottom: 2em; }

.sidebar #login h3 {
	padding-bottom: 0;
	border-bottom: 0;
	}

#login fieldset { margin-bottom: 0; }

#svLoginContainer p.required {
	margin: .5em 0 2em;
	}

#login label,
#sendLogin label {
	float: none;
	width: auto;
	text-align: left;
	}

#loginContainer input.text,
#sendLogin input.text {
	width: 240px; /*Why is this set in px?*/
	}

#sendLogin p { margin: 1em 0 0; }

#notRegistered {}
#notRegistered h3 {}
#notRegistered a {}

/* @end System Forms - Login
-------------------------------- */


/* @group System Forms - Mailing Lists
===================================== */

.sidebar .svMailingList fieldset {
	padding: 0;
	border: 0;
	}

.sidebar .svMailingList ol {
	padding: 0;
	}

.sidebar .svMailingList legend { display: none; }

#svMasterEmail {}

/* @end System Forms - Mailing Lists
-------------------------------- */


/* @group System Forms - Search
===================================== */

#svSearchForm {
	margin: 0 0 1em;
	padding: 0 0 1em;
	border-bottom: 1px dotted #ccc;
	}

#svSearchForm input.text {
	width: 100px;
	margin: 0 .5em 0 0;
	}

#svSearchForm input.submit {
	float: none;
	clear: none;
	width: auto;
	margin: 0 .5em 0 0;
	}

#svSearchResults dl#svPortal {
	margin: 0 0 1em;
	padding: 0;
	border: 0;
	}

#svSearchResults dt {
	margin: 1em 0 .5em;
	padding: 1em 0 0;
	border-top: 1px dotted #ccc;
	}

#svSearchResults dt.first { border-top: 0; }

#svSearchResults dd {
	margin: 0 0 1em;
	padding: 0;
	}

#svSearchResults dd.last {
	margin: 0;
	padding: 0 0 1em;
	border-bottom: 0;
	}

#svSearchResults dd h3 {
	margin: 0 0 .5em;
	font-weight: normal;
	}

#svSearchResults dl img { display: none; }

#svSearchResults .moreResults {
	margin: .75em 0;
	padding: .75em;
	background: #f2f2f2;
	}

#svSearchResults .bottom {
	margin-bottom: 2em;
	}

#svSearchAgain p {
	margin-bottom: .5em;
	font-weight: bold;
	}

#svSearchResults form {}

#svSearchResults .submit { float: none; }

span.keywords,
span.highlight {
	padding: .2em;
	background: yellow;
	}

/* @end System Forms - Search
-------------------------------- */


/* @group System Forms - Send to a Friend
===================================== */

#svSendToFriend {
	padding: 1em 2em 0;
	background: #fff;
	}

#svSendToFriend h1 {
	font-size: 1.5em;
	text-align: center;
	}

/* @end System Forms - Send to a Friend
-------------------------------- */


/* @group System Forms - Responses
===================================== */

.sidebar .responseMessage { color: red; }

.sidebar .responseMessage em { font-style: normal; }

#dsp_response.dataCollection .pollResults { list-style: none; }

#dsp_list.dataResponses {}

#dsp_detail.dataResponses {}

.pollResults li {
	margin: 0 0 2px;
	padding: 0;
	list-style: none;
	}

.pollValue {}

.pollPercent { font-style: italic; }

.pollQty { display: none; }


.error, .notice, .success { border: 2px solid #ddd; }

.error		{ background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice		{ background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success	{ background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a	{ color: #8a1f11; }
.notice a	{ color: #514721; }
.success a	{ color: #264409; }


/* @end System Forms - Responses
-------------------------------- */


/* --------------------------------------------------------------------------------
 * Bullets - added TC
 * -------------------------------------------------------------------------------- */
ul.bullets, ul.highlights, #travelaustralia #primary ul, #traveltheworld #primary ul, .upload-info li { padding: 8px 8px 8px 0; }
ul.bullets li, ul.highlights li, #travelaustralia #primary ul li, #traveltheworld #primary ul li, .upload-info li { padding: 0 0 5px 15px !important; background: url(../images/sprite_nav.gif) no-repeat 0 -563px; list-style-type: none !important; }

ol.upload-info li { background: none; list-style: decimal !important; margin-left: 20px; padding-left: 0 !important; }

#travelaustralia #primary ul.filmstrip, #traveltheworld #primary ul.filmstrip		{ padding: 0 !important; }
#travelaustralia #primary ul.filmstrip li, #traveltheworld #primary ul.filmstrip li	{ padding: 0 !important; background: none !important; }
#travelaustralia #primary .page-nav ul li, #travelaustralia #primary .moreResults ul li { padding: 0 !important; }


/* @end SYSTEM FORMS
-------------------------------- */

h3 a {
	font-size:22px;
	text-decoration:none !important;
}

.terms-ol ol {
	padding-left: 20px;
}

.terms-ol li {
	padding-left: 0px;
	list-style-type: decimal !important;
}



