
/* RESET inspired by Eric Myer */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { border: 0; font-size: 100%; margin: 0; outline: 0; padding: 0; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; }


/*
main blue color: 0066ff
darker blue: 003366
lighter blue: 3399ff
*/


body
{
	color: #222222;
	background: #d6d6d6;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: medium;
	margin: 0;
	padding: 0;
}
body.widget
{
	background: transparent;
}

a
{
	color: #0066ff;
	text-decoration: underline;
}

a:hover
{
	color: #003366;
	text-decoration: none;
}

a.nounder
{
	color: #0066ff;
	text-decoration: none;
}
a.nounder:hover
{
	color: #003366;
	text-decoration: underline;
}

a.nolink,
a.nolink:hover,
a .nolink
{
	text-decoration: none;
	color: inherit;
}

ul, ol, li
{
	margin: 0;
	padding: 0;
}

ol
{
	list-style: decimal outside;
	margin: 0 0 8px 30px;
}
ol li
{
	margin: 0 0 4px 0;
}
ol li ol
{
	list-style: lower-alpha outside;
	margin: 4px 0 8px 15px;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Arial, sans-serif;
	margin: 0 0 15px 0;
	padding: 0;
	clear: both;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
	text-decoration: none;
	color: #222222;
}
h1, .agentreport h3, .agentclient h3, .task h3
{
	font-size: xx-large;
	font-weight: bold;
}
h2, #maincarousel h3, .agentreport h4, .task h4
{
	font-size: x-large;
	font-weight: bold;
	color: #505050;
}
h2.featuretitle
{
	font-style: italic;
	color: #505050;
	line-height: 1.3;
}
h3
{
	font-size: x-large;
	font-weight: normal;
	color: #666666;
}
h4
{
	font-size: large;
	font-weight: bold;
	color: #666666;
}
h5
{
	font-size: large;
	font-weight: normal;
	color: #666666;
}
h6
{
	font-size: medium;
	font-weight: bold;
	color: #666666;
}

.featuretitle
{
	color: #505050;
	font-size: 12px;
	line-height: 16px;
	float: left;
	padding-top: 5px;
	width: 125px;
}
.featureblock h2
{
	font-size: 18px;
	font-weight: bold;
	color: #505050;
	margin-bottom: 8px;
}
.featureblock h2 a
{
	color: #505050;
	text-decoration: none;
}
.featureicon
{
	float: left;
	margin-right: 10px;
}
.featureblock
{
	margin-bottom: 40px !important;
	overflow: hidden;
}
h2.featuremission
{
	font-size: 18px;
	font-weight: bold;
	color: #505050;
	margin-bottom: 30px;
	line-height: 24px;
	text-align: center;
}

.agentreport h3
{
	color: #222222;
}
.agentreport h4
{
	color: #505050;
}

p
{
	margin: 0;
	padding: 8px 0 0 0;
}

hr
{
	width: 90%;
	background: #cccccc;
	height: 3px;
	color: #cccccc;
	border: 0;
	margin: 20px auto 40px;
}

img.border
{
	border: 1px solid #999999;
	padding: 1px;
}
img.noborder,
.noborder
{
	border: 0;
}
img.right
{
	margin: 0 0 0 10px;
}
img.left
{
	margin: 0 10px 0 0;
}
img.screenshot,
.textcontent img.screenshot
{
	border: 1px solid #999999;
	padding: 1px;
	background-color: #ffffff;
	-moz-box-shadow: 3px 3px 3px #999999;
	-webkit-box-shadow: 3px 3px 3px #999999;
	box-shadow: 3px 3px 3px #999999;
}
img.text-top
{
	vertical-align: text-top;
}

#feedback
{
	margin:0;
	position: fixed;
	bottom: 15px;
	right: 0px;
	padding: 0;
}
#feedback a
{
	background: #f0f0f0 url(../images/feedbackvertical.png) no-repeat center center;
	color: #ffffff;
	font-size: small;
	border-width: 1px 0 1px 1px;
	border-style: solid;
	border-color: #999999;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	text-decoration: none;
	padding: 5px;
	font-weight: bold;
	width: 20px;
	height: 80px;
	display: block;
	-moz-box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.2);
}
#feedback a:hover
{
	background-color: #99ccff;
	text-decoration: none;
}

input, select, textarea, button
{
	margin: 2px;
	padding-left: 2px;
	padding-right: 2px;
	border: 1px solid #999999;
	font-size: small;
	color: #333333;
	background: #f3f3f3;
	font-family: Arial, Verdana, sans-serif;
	text-shadow: none;
}

input, select, textarea
{
	-moz-box-shadow:inset 0px 2px 4px #cccccc;
	-webkit-box-shadow:inset 0px 2px 4px #cccccc;
	box-shadow:inset 0px 2px 4px #cccccc;
}

input:focus, select:focus, textarea:focus
{
	border-color: #006699;
}
input[type=checkbox],
input[type=radio]
{ 
	padding: 0px;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}
input.noborder
{
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}

select
{
	padding-right: 0;
}

.radiotext,
.checkboxtext
{
	font-size: small;
	color: #666666;
	margin: 2px 0;
}

.subselection
{
	padding-left: 30px;
	margin: 3px 0;
}

a.inlinebutton, .inlinebutton, input.button.inlinebutton
{
	padding: 0 6px !important;
	margin: 0 4px !important;
}

button, input.button, .button
{
	background: #0066ff;
	border: 1px solid #0066ff;
	color: #ffffff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-weight: bold;
	padding: 3px 8px 4px;
	margin: 8px 2px;
	cursor: pointer;
	text-shadow: none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}

a.button
{
	text-decoration: none;
	font-size: small;
	border: 1px solid #0066ff;
	padding: 4px 9px 5px;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}
input.sign-up-button, .sign-up-button, a.sign-up-button
{
	font-size: x-large;
	color: #ffffff;
	background: #009900;
	border-color: #009900;
	border: 0;
	padding: 12px 30px;
	text-decoration: none;
	overflow: hidden;
	margin: 8px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 200px;
	display: block;
	text-align: center;
	background: #009900;
background: -moz-linear-gradient(top,  #009900 0%, #008000 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#009900), color-stop(100%,#008000));
background: -webkit-linear-gradient(top,  #009900 0%,#008000 100%);
background: -o-linear-gradient(top,  #009900 0%,#008000 100%);
background: -ms-linear-gradient(top,  #009900 0%,#008000 100%);
background: linear-gradient(top,  #009900 0%,#008000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009900', endColorstr='#008000',GradientType=0 );

}

a.button-right,
input.button-right
{
	background-image: url(../images/carousel/morearrowwhite.png);
	background-repeat: no-repeat;
	background-position: 92% center;
	padding-right: 18px;
}
button.alternate, .buttonalternate, input.alternate
{
	background: #e0e0e0;
	color: #0066ff;
	border: 1px solid #e0e0e0;
}

button.secondary, a.button-secondary, input.button-secondary
{
	background: #999999;
	color: #ffffff;
	border-color: #999999;
}
button.delete, .button-delete, input.button-delete
{
	background: #990000;
	color: #ffffff;
	border-color: #990000 !important;
}
button.checkbutton, a.checkbutton, input.checkbutton
{
	background: #00d000 url(../images/icons/tick-button.png) no-repeat 6px center;
	color: #ffffff;
	padding-left: 30px !important;
	border: 0px solid #00ff00 !important;
}
button.link-button
{
	background: transparent;
	border: 0;
	color: #333333;
	padding: 0;
	margin: 0;
	font-size: 16px;
}
button.link-button:hover
{
	background: transparent;
	border: 0;
	color: #003366;
}
button.link-button span
{
	display: block;
	font-size: 0.75em;
	color: #666666;
	font-weight: normal;
}

button:hover, input.button:hover, a.button:hover
{
	background-color: #003366;
	color: #ffffff;
	border: 1px solid #003366;
	text-decoration: none;
}
a.button-right:hover
{
	background-image: url(../images/carousel/morearrowwhite.png);
	background-repeat: no-repeat;
	background-position: 92% center;
	padding-right: 18px;
}
button.delete:hover,
.button-delete:hover,
input.button-delete:hover
{
	background-color: #660000 !important;
	border-color: #660000 !important;
}
button.checkbutton:hover,
a.checkbutton:hover,
input.checkbutton:hover
{
	background-color: #006600;
	border: 0;
}
input.sign-up-button:hover, .sign-up-button:hover, a.sign-up-button:hover
{
	background: #006633;
	border: 0;
	background: #007000;
background: -moz-linear-gradient(top,  #007000 0%, #005000 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#007000), color-stop(100%,#005000));
background: -webkit-linear-gradient(top,  #007000 0%,#005000 100%);
background: -o-linear-gradient(top,  #007000 0%,#005000 100%);
background: -ms-linear-gradient(top,  #007000 0%,#005000 100%);
background: linear-gradient(top,  #007000 0%,#005000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007000', endColorstr='#005000',GradientType=0 );

}

.paypal input,
input.paypal
{
	border: 0;
	background: #ffffff;
}

.sortoptions input.button, .sortoptions button,
.filteroptions input.button, .filteroptions button,
.filtertableoptions input.button, .filtertableoptions button
{
	font-size: x-small;
	font-weight: bold;
	margin: 20px 0 0 0;
}
.filtertableoptions input.button, .filtertableoptions button
{
	border: 0;
}

input:disabled, select:disabled, textarea:disabled, button:disabled
{
	color: #666666;
	background-color: #f9f9f9;
	border: 1px solid #e0e0e0;
	text-shadow: none;
}
/*
input.button:disabled:hover
{
	color: #666666;
	background-color: #f9f9f9;
	border: 1px solid #e0e0e0;
}
*/

input.processing,
button.processing,
.button-processing
{
	color: #003366;
	border: 1px solid #003366;
}

input.processing:disabled,
button.processing:disabled,
.button-processing:disabled,
input.processing:disabled:hover,
button.processing:disabled:hover,
.button-processing:disabled:hover
{
	color: #d0d0d0;
	background-color: #003366;
	border: 1px solid #003366;
	text-shadow: none;
}

input.notice,
select.notice,
textarea.notice
{
	background-color: #b0ffb0;
}

textarea.notetext
{
	width: 580px;
	height: 80px;
}

label
{
	margin: 10px 0 2px 0;
	padding:0;
	font-size: small;
	font-weight: bold;
	color: #666666;
	display: block;
}

.specialfield
{
	padding: 10px 10px 15px;
	margin: 10px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #ccffcc;
}
.specialfield input
{
	font-size: large;
	font-weight: bold;
	color: #003366;
	text-transform: uppercase;
}
.specialfield label
{
	font-size: medium;
	margin-bottom: 5px;
	margin-top: 5px;
}

.formbox label
{
	margin-top: 15px;
	margin-bottom: 4px;
	color: #333333;
}

label.pad
{
	padding: 5px;
}

label.flow, .flow
{
	display: inline-block;
}
label.box
{
	width: 60px;
	text-align: right;
	display: inline-block;
}
label.disabled
{
	color: #cccccc;
}
label.long
{
	font-size: x-small;
	width: 120px;
}
label.longer
{
	width: 220px;
}
label.small
{
	font-size: x-small;
}

fieldset
{
	border: 1px solid #e0e0e0;
	padding: 5px 20px 20px;
	margin: 10px 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
fieldset legend
{
	font-size: small;
	font-weight: bold;
	color: #666666;
}
fieldset .info
{
	margin: 5px 0;
	font-size: small;
}

.formentry
{
	float: left;
	margin: 0 10px 0 0;
}
.formtable
{
	margin: 10px 0 0 0;
	padding: 0;
}
.form table td
{
	margin: 0;
	padding: 10px 30px 10px 10px;
	vertical-align: top;
}
.formtable table td.last
{
	padding-right: 10px;
}
.formtable table td label
{
	margin: 0 0 2px 0;
	padding: 0;
}
.formtable table tr
{
	background: transparent;
}
.formtable table tr.even
{
	background: #f9f9f9;
}
.formtable table tr.odd
{
	background: #f0f0f0;
}

sup
{
	font-size: x-small;
	padding: 0 2px;
}
.asterick a
{
	font-size: small;
	text-decoration: none;
	color: #B0B0B0;
	padding: 2px;
}

.formhelp, label span
{
	font-size: 11px;
	color: #996666;
	font-weight: normal;
}
.formhelp a, label span a
{
	cursor: help;
	text-decoration: none;
	color: #996666;
	font-weight: normal;
}
.formhelp a img, label span a img
{
	vertical-align: text-top;
	border: 0;
}
.formhelp a:hover, label span a:hover
{
	text-decoration: none;
}

.formprefix
{
	font-size: 12px;
	color: #666666;
}

.sectionhelp
{
	font-size: 11px;
	color: #999999;
	font-weight: normal;
}
.pitchtext
{
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}
img.hotellogo
{
	border: 1px solid #a0a0a0;
	padding: 2px;
	background: #ffffff;
	margin: 3px 0;
}

#entryform
{}

#entryform .form-item,
.filteroptions .form-item
{
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
	width: 33%;
}
.filteroptions .form-item
{
	width: 130px;
	margin-right: 20px;
}
#addplanform .form-item
{
	width: 50%;
}
#entryform .form-item-days,
#entryform .form-item-button
{
	width: 25%;
}
#entryform .form-item-button
{
	text-align: center;
	padding-top: 15px;
}

#entryform .form-item label.box
{
	width: 30px;
}

#entryform .line-section,
.filteroptions .line-section
{
	clear: both;
	width: 100%;
}
#entryform .button-section,
.filteroptions .button-section
{
	clear: both;
	width: 100%;
	text-align: right;
}



#wrapper
{
	position: relative;
}
#widgetwrapper
{
	background: transparent;
}

#container
{
	margin: 0 auto;
	width: 960px;
	position: relative;
}

#widgetcontainer,
#widgetcontainer-noback
{
	margin: 0;
	padding: 0;
	background: #ffffff url(../images/graygrad.gif) repeat-x 0 0;
	overflow: hidden;
}
#widgetcontainer-noback
{
	background-color: transparent;
	background-image: none;
}
#widgetcontainer-solid
{
	background: #ffffff;
	background-image: none;
}
#widgetcontainer h3,
#widgetcontainer-noback h3
{
	text-align: center;
	margin: 5px 0;
	font-weight: bold;
}

#header-old
{
	margin: 0 0 20px 0;
	padding: 0;
	position: relative;
	height: 100px;
	border-bottom: 4px solid #0066ff;
	background: #404040 url(../images/backgroundtile.jpg) repeat-x 0 0;
}
#header
{
	margin: 0 0 10px 0;
	padding: 0;
	position: relative;
	height: 70px;
	background: #404040 url(../images/backgroundtile70.jpg) repeat-x 0 0;
}

#header .headerbody
{
	margin: 0 auto;
	width: 960px;
	padding: 0;
}

#header h1
{
	font-size: x-large;
	margin: 0;
	padding: 20px 0 10px 40px;
	color: #e0e0e0;
	background: transparent url(../images/droidicon36.png) no-repeat 0 15px;
}
#header-old h1
{
	font-size: x-large;
	margin: 0;
	padding: 20px 0 3px 40px;
	color: #e0e0e0;
	background: transparent url(../images/bytlogosmallblack.png) no-repeat 0 bottom;
}
#header h1 a
{
	color: #e0e0e0;
	text-decoration: none;
}

#header ul.menu
{
	position: relative;
	right: 10px;
	top: -30px;
	
}
#header ul.menu li
{
	float: right;
	margin: 0 0 0 15px;
	list-style: none;
	font-size: small;
	font-weight: bold;
	position: relative;
}
#header ul.menu li a
{
	text-decoration: none;
	color: #b0b0b0;
}
#header ul.menu li a:hover
{
	color: #3399ff;
}

#header ul.menu li ul
{
	float: none;
	display: none;
	width: 180px;
	background-color: #404040;
	position: absolute;
	top: 15px;
	left: 0;
	z-index: 500;
	padding: 5px 0;
	opacity: .9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 2px 4px #666666;
	-webkit-box-shadow: 0px 2px 4px #666666;
	box-shadow: 0px 2px 4px #666666;
}
#header ul.menu li ul li
{
	float: none;
	text-align: left;
	display: block;
	padding: 0;
	margin: 0;
	z-index: 500;
}
#header ul.menu li ul li a
{
	display: block;
	color: #cccccc;
	padding: 6px 10px;
	margin: 0px;
	text-align: left;
}
#header ul.menu li:hover ul
{
	display: block;
}

h1.frontpage
{
	font-size: x-large;
}
h1.about,
h3.about
{
	font-size: large;
	color: #666666;
	margin: 20px 0 10px;
	font-weight: bold;
}
h1.about a,
h3.about a
{
	color: #666666;
}
h1.about a:hover,
h3.about a:hover
{
	color: #0066ff;
}
h1 span.headeralt,
h2 span.headeralt,
h3 span.headeralt
{
	font-size: small;
	color: #999999;
}
h1 span.headeralt a,
h2 span.headeralt a,
h3 span.headeralt a
{
	color: #999999;
	text-decoration: none;
}
h1 span.headeralt a:hover,
h2 span.headeralt a:hover,
h3 span.headeralt a:hover
{
	color: #0066ff;
	text-decoration: none;
}

#footer
{
	width: 960px;
	margin: 0 auto;
	position: relative;
	clear: both;
}
#footer h6 a
{
	color: #666666;
}
#footer h6 a:hover
{
	color: #000000;
}
#footer .info
{
	font-size: 0.8em;
	color: #999999;
}
#footer ul.menu
{
	margin: 0 0 0 15px;
	padding: 0;
}
#footer ul.menu li
{
	margin: 0 0 5px 0;
	list-style: none;
	font-size: 0.75em;
	font-weight: bold;
}
#footer ul.menu li.icon
{
	float: left;
	margin: 0 4px 10px 0;
}
#footer ul.menu li a
{
	text-decoration: none;
	color: #999999;
}
#footer ul.menu li a:hover
{
	text-decoration: none;
	color: #0066ff;
}

.cap
{
	text-transform: capitalize;
}

.right
{
	float: right;
	text-align: right;
}
.left
{
	float: left;
}
.center
{
	margin: 0 auto;
	text-align: center;
}
.align-left
{
	text-align: left;
}
.align-right
{
	text-align: right;
}

.bold,
.strong
{
	font-weight: bold;
}
strong .highlight
{
	color: #990099;
}

.column, .majorcolumn, .minorcolumn, .quartercolumn,
.hugecolumn, .tinycolumn, .halfmajorcolumn,.thirdcolumn,.thirdcolumnlast
{
	width: 460px;
	float: left;
	margin: 0 20px 10px 0;
	padding: 0;
	display: inline;
}



.majorcolumn
{
	width: 600px;
}

.minorcolumn
{
	width: 340px;
}

.quartercolumn
{
	width: 231px;
	margin-right: 12px;
	margin-bottom: 0;
}

.hugecolumn
{
	width: 720px;
}
.tinycolumn
{
	width: 220px;
}

.halfmajorcolumn
{
	width: 290px;
	margin-bottom: 0;
}

.thirdcolumn
{
	width: 308px;
}
.thirdcolumnlast
{
	width: 304px;
}

.innercolumn, .innercolumnwide, .innercolumnthird, .innercolumnquarter, .innercolumntwothirds,
.innercolumnfat, .innercolumnthin, .innercolumntiny, .innercolumntiny2, .innercolumncitytitle,
.innercolumncityphoto, .innercolumngigantic, .innercolumnprofilesmall, .innercolumnprofilebig,
.innercolumntablewide, .innercolumntablethin
{
	width: 260px;
	margin: 0 20px 0px 0;
	float: left;
	padding: 0;
	overflow: hidden;
}

.innercolumncitytitle
{
	width: 260px;
}
.innercolumncityphoto
{
	width: 640px;
}

.innercolumnwide
{
	width: 450px;
}
.innercolumntwothirds
{
	width: 600px;
}
.innercolumnthird
{
	width: 290px;
	margin-bottom: 0;
}
.innercolumnquarter
{
	width: 215px;
	margin-bottom: 0;
}

.innercolumnfat
{
	width: 600px;
}
.innercolumnthin
{
	width: 300px;
}

.innercolumntiny
{
	width: 180px;
	margin-right: 10px;
	margin-bottom: 20px !important;
	font-size: 0.85em;
	color: #666666;
	line-height: 1.35em;
}

.innercolumntiny2
{
	width: 180px;
}
.innercolumngigantic
{
	width: 720px;
}

.innercolumnprofilesmall
{
	width: 154px;
}
.innercolumnprofilebig
{
	width: 386px;
}

.innercolumntablewide
{
	width: 630px;
}
.innercolumntablethin
{
	width: 270px;
}

.innercolumntiny a
{
	text-decoration: none;
}
.innercolumntiny h6
{
	margin-top: 8px;
}

.rightcol
{
	margin: 0;
	padding: 0;
	position: relative;
}

.contentbox, .contentboxbody
{
	margin: 0 0 15px 0;
	padding: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #ffffff;
	clear: both;
	position: relative;
	overflow: hidden;
}

.contentboxheader
{
	background: #b0b0b0;
	position: relative;
	padding: 12px 20px 5px;
	margin: 0;
	border-top: 5px solid #666666;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.contentboxbody
{
	padding: 5px 20px 20px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
.contentboxheader h6
{
	color: #ffffff;
	margin-bottom: 5px;
}

.innercontentbox
{
	position: relative;
	margin: 20px 0;
	clear: both;
}
.innercontentboxoutline
{
	padding: 20px;
	margin: 20px 0 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #f0f0f0;
}
.innercontentboxpayment
{
	padding: 20px;
	margin: 20px 0 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #f3f3f3;
}

.innercontentboxhelp, .innercontentboxstart, .innercontentboxtutorial
{
	padding: 20px;
	margin: 0 0 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #e0f6ff;
	color: #666666;
	font-size: 0.75em;
	line-height: 1.35em;
}
.innercontentboxhelp h6, .innercontentboxstart h6, .innercontentboxtutorial h6
{
	padding-left: 24px;
	background: transparent url(../images/icons/lifebuoy.png) no-repeat left center;
	color: #666666;
}

.innercontentboxstart
{
	background: #ffd0d0 url(../images/help/uparrow.png) no-repeat 75% 10%;
}
.innercontentboxtutorial
{
	background: #d0e0ff;
	color: #333333;
}

.listbox
{
	display: block;
	width: 100%;
	margin: 0;
	padding: 0 0 0 20px;
	overflow: auto;
}

.topbox
{
	margin-top: 0 !important;
}

.pushdown
{
	margin-top: 12px !important;
}

.adheightbox
{
	min-height: 250px;
}
.countrytitlebox
{
	min-height: 130px;
}

.probox
{
	background-image: url(../images/bytprosmall.jpg);
	background-position: 95% 15px;
	background-repeat: no-repeat;
}

.agentbox
{
	background-image: url(../images/bytagentsmall.jpg);
	background-position: 95% 15px;
	background-repeat: no-repeat;
}

/*
#66cc99 mild green
#cc9966 mild orange
*/
.proadbox, .agentadbox
{
	height: 100px;
	background: #C9FFA6;
	color: #ffffff;
}
.agentadbox
{
	background: #F6FFA6;
}

.proadbox h6, .agentadbox h6,
.proadbox h2, .agentadbox h2,
.proadbox .info, .agentadbox .info
{
	color: #333333;
}
.proadbox h2, .agentadbox h2
{
	margin-bottom: 3px;
}

.proadbox .morelink,
.agentadbox .morelink
{
	background-image: url(../images/carousel/morearrow.png);
	color: #333333;
}
.proadbox .morelink a,
.agentadbox .morelink a
{
	color: #990000;
}
.proadbox .breadcrumbs, .agentadbox .breadcrumbs
{
	color: #666666;
}


.textcontent
{
	font-size: 0.85em;
	line-height: 1.45em;
}

.widgetbox,
.widgetboxsmall,
.widgetboxchart
{
	margin: 0;
	padding: 15px;
	background: transparent url(../images/logobackground.jpg) no-repeat bottom right;
	clear: both;
	position: relative;
	overflow: hidden;
	border: 2px solid #999999;
	height: 266px;
}
.widgetboxsmall
{
	padding: 10px;
	height: 276px;
}
.widgetboxchart
{
	height: auto;
	background-image: none;
}
#widgetcontainer .resize,
#widgetcontainer-noback .resize
{
	background: transparent url(../images/logobackground.jpg) no-repeat bottom right;
	border: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
.widgetbox h1, .widgetbox h4
{
	margin: 0 0 10px 0;
}
.widgetboxsmall h1, .widgetboxsmall h4
{
	margin: 0 0 5px 0;
}
.widgetbox h1
{
	font-size: x-large;
}
.widgetboxsmall h1
{
	font-size: medium;
}
.widgetboxsmall h1 .calculate, .widgetboxsmall label
{
	font-size: x-small;
}
.widgetboxsmall h4
{
	font-size: 0.75em;
}
.widgetbox h4
{
	font-size: medium;
}
.widgetbox input.button
{
	margin-top: -5px;
	position: absolute;
	left: 140px;
}
.widgetboxsmall input.button
{
	padding: 3px 4px;
	margin: 8px 0px;
	font-size: x-small;
}
.widgetbox .reportoptions,
.widgetboxsmall .reportoptions
{
	position: static;
}
.widgetbox .reportoptions
{
	width: 266px;
	padding: 0;
	margin: 10px 0 5px 0;
}
.widgetboxsmall .reportoptions
{
	width: 126px;
	padding: 0;
	margin: 10px 0 5px 0;
}
.widgetbox .reportoptions select
{
	width: 266px;
}
.widgetboxsmall .reportoptions select
{
	width: 126px;
}
.widgetboxsmall .resultbox
{
	width: 110px;
}
.widgetboxsmall .resultbox .cityerror
{
	padding: 0;
}
.widgetboxsmall input,
.widgetboxsmall select,
.widgetboxsmall textarea,
.widgetboxsmall button
{
	margin: 0;
	font-size: 0.7em;
}
.widgetboxsmall .bytlogo
{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 120px;
}
.widgetbox .bytlogo
{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 120px;
}
.widgetboxchart .bytlogo
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 120px;
}
.widgetbox .costresult,
.widgetboxsmall .costresult
{
	background: #f0f0f0;
	font-size: medium;
	padding: 5px;
	white-space: nowrap;
	overflow: hidden;
}
.widgetboxsmall .costresult
{
}
.showbox
{
	margin: 0;
	padding: 0;
	clear: both;
	width: 100%;
	overflow: hidden;
}
.showboxrightcol
{
	margin-right: 0;
	padding-right: 0;
}
.showbox .info a
{
	text-decoration: none;
	font-weight: bold;
}
.showbox img
{
	margin: 0 0 5px 0;
	padding: 1px;
	border: 1px solid #cccccc;
	text-align:center;
}

.username a
{
	color: #333333;
	text-decoration: none;
}
.username a:hover
{
	color: #0066ff;
	text-decoration: none;
}

.flickr-img
{
	height: 250px;
	text-align: center;
	overflow: hidden;
}
.flickr-img .name
{
	position: absolute;
	bottom: 9px;
	right: 10px;
	font-size: 10px;
	color: #666666;
	font-family: Verdana, Helvetica, Tahoma, Arial, sans-serif;
}
.flickr-img a
{
	font-size: 10px;
	color: #cccccc;
	text-decoration: none;
}
.flickr-img img
{

}

.city-item
{
	height: 64px;
	width: 260px;
	background: #f0f0f0 url(../images/bytlogoicon.gif) no-repeat 97% 90%;
	padding: 10px;
	position: relative;
	float: left;
	margin: 0 20px 20px 0;
	color: #f0f0f0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.mapbubble .city-item
{
	background-color: transparent;
	padding: 10px;
}
.city-item .city-item-image
{
	width: 64px;
	height: 64px;
	position: absolute;
	top: 10px;
	left: 10px;
}
.city-item .city-item-title
{
	font-size: 1em;
	font-weight: bold;
	position: absolute;
	left: 84px;
	top: 15px;
	width: 184px;
	height: 33px;
	overflow: hidden;
}
.city-item .city-item-title a
{
	text-decoration: none;
}
.city-item .cat
{
	font-size: 0.75em;
	color: #999999;
	position: absolute;
	bottom: 15px;
	left: 84px;
	text-transform: capitalize;
}
.city-item-image img.gowalla-img,
.city-item-image img.eventful-img,
.city-item-image img.hb-img
{
	width: 64px;
	height: 64px;
}
.gowalla
{
	background-image: url(../images/icons/gowalla.png);
}
.foursquare
{
	background-image: url(../images/icons/foursquare.png);
}
.eventful
{
	background-image: url(../images/icons/eventful.png);
}
.hb
{
	background-image: url(../images/icons/hostelbookers.png);
}

.tabsoffset
{
	margin-top: 12px !important;
}

.breadcrumbs, .calculate
{
	font-size: x-small;
	font-weight: bold;
	color: #999999;
	margin: 0 0 15px 0;
	clear: both;
}
.calculate
{
	display: block;
	font-size: small;
	margin: 0 0 6px 0;
}
.statename, .countryname
{
	display: block;
	font-weight: bold;
	font-size: small;
	color: #a0a0a0;
	margin: 2px 0 8px;
}
.countryname
{
	color: #666666;
}
.countryname a
{
	text-decoration: none;
	color: #666666;
}
.countryname a img
{
	border: 0;
}
.breadcrumbs a
{
	text-decoration: none;
}

.indented
{
	padding-left: 40px;
}

.headercount
{
	font-size: 0.85em;
	font-weight: bold;
	color: #999999;
}

.mapbox .statename,
.mapbox .countryname,
.mapbox h1
{
	display: inline;
	margin-right: 10px;
	margin-bottom: 10px;
}



.clear
{
	clear: both;
}

.morelink, .leftlink
{
	margin: 3px 0px;
	padding: 0 0 0 10px;
	font-weight: bold;
	font-size: x-small;
	font-family: Tahoma, Verdana, sans-serif;
	background: transparent url(../images/morearrow.gif) no-repeat left center;
	clear: both;
	color: #999999;
}

.biglink
{
	font-size: large;
	font-family: Arial, Verdana, sans-serif;
	margin: 5px 0;
}
.mediumlink
{
	font-size: medium;
	font-family: Arial, Verdana, sans-serif;
	margin: 4px 0;
}

.leftlink
{
	background: transparent url(../images/lessarrow.gif) no-repeat left center;
	clear: none;
	margin: 2px 10px 2px 0;
}

.addlink
{
	background-image: url(../images/icons/plus-small.png);
	padding: 0 0 0 16px;
}
.addlink.mediumlink,
.addlink.biglink
{
	background-image: url(../images/icons/plus-circle.png);
	padding: 0 0 0 20px;
	min-height: 16px;
}

.morelink strong, .morelink b
{
	color: #333333;
	font-weight: bold;
}

.morelink a, .leftlink a
{
	color: #0066ff;
	text-decoration: none;
}
.morelink a:hover, .leftlink a:hover
{
	color: #003366;
}

.morelink img
{
	vertical-align: middle;
}

button.morelink
{
	border: 0;
	color: #0066ff;
}
button.morelink:hover
{
	background-color: transparent;
	color: #003366;
}

.morelink.outlink
{
	background: transparent url(../images/icons/shortcut-small.png) no-repeat right center;
	padding-left: 0;
	padding-right: 16px;
}

.noclear
{
	clear: none;
}

.title
{
	color: #999999;
	width: 100px;
	font-size: 0.8em;
	text-align: right;
	clear: both;
	float: left;
	margin: 2px 2px 0 0;
	padding: 6px 0 0 0;
}

.money
{
	color: #006600;
	font-size: 1.3em;
	float: left;
	text-align: right;
	height: 30px;
	margin: 2px 0 0 5px;
}
.money-table
{
	color: #006600;
	font-size: 1.3em;
}
.exchange-rate
{
	margin: 4px 0 4px 20px;
	font-size: 13px;
}
.exchange-rate .money-table
{
	font-size: 13px;
	font-weight: bold;
}

.moneydetails
{
	font-size: small;
	color: #006600;
	text-align: left;
	margin: 2px 0 0 5px;
}
.moneydetails ul
{
	margin: 0;
	padding: 0;
}
.moneydetails ul li
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.smalllist
{
	font-size: small;
	font-weight: normal;
}

.currency
{
	font-size: small;
	color: #666666;
	padding: 0 2px;
	font-weight: normal;
}

.datatable
{
	margin: 4px 0 20px 0;
	padding: 0;
	clear: both;
	overflow: visible;
	position: relative;
}

.scroller
{
	overflow: auto;
}

.datatable .reportoptions
{
	top: -50px;
	right: 0;
}

.datatable table
{
	width: 100%;
	background-color: #ffffff;
}
.datatable table.notfull
{
	width: auto;
}

.datatable ul li span
{
	width: 80px;
}

.datatable table, .datatable table tbody
{
	margin: 0;
	padding: 0;
}
.datatable table tr,
.paneltable table tr
{
	background: #e6e6e6;
	margin: 0;
	padding: 0;
}
.datatable table tr.even,
.paneltable table tr.even
{
	background: #f6f6f6;
}
.datatable table tr.form
{
	background: #ffffff;
}
.datatable table tr td
{
	padding: 5px;
	margin: 0;
	
}
.datatable table tr th
{
	font-size: 0.8em;
	color: #333333;
	padding: 6px 10px;
}
th.numbercolumn
{
	width: 100px;
	padding: 5px 0;
}
th.categorycolumn
{
	width: 150px;
	padding: 5px 0;
}
.smalltable table tr
{
	font-size: 0.85em;
}

.datatable table tr.country
{
	font-size: 1.2em;
	font-weight: bold;
	color: #666666;
	background: #e6e6e6;
}
.datatable table tr.city
{
	font-size: large;
	font-weight: bold;
	color: #666666;
	background: #f0f0f0;
}
.datatable table tr.city .statename,
.datatable table tr.city .countryname
{
	display: inline;
}
.datatable table tr.city .statename a,
.datatable table tr.city .countryname a
{
	color: #999999;
}
.datatable table tr.city .average,
.datatable table tr.city .average-small
{
	padding: 10px 0 0 10px;
	font-size: medium;
}
.datatable table tr.city .average-small
{
	font-size: small;
}
.datatable table tr.city td.value
{
	vertical-align: bottom;
}
.datatable table tr.city td
{
	background: #e6e6e6;

}
.datatable table tr.city td a
{
	color: #333333;
	text-decoration: none;
}
.datatable table tr.city td a:hover
{
	color: #0066ff;
	text-decoration: none;
}
.datatable table tr.category, .datatable table tr.average
{
	font-weight: normal;
	color: #666666;
	background: #f6f6f6;
	font-size: 0.8em;
}
.datatable table tr.average td.average
{
	font-weight: bold;
	font-size: 1.25em;
	color: #666666;
}
.datatable table tr td.actcategory
{
	font-weight: normal;
	color: #666666;
	font-size: 0.8em;
}
.datatable table tr.city td.city,.datatable table tr.category td.category
{
	padding-left: 30px; 
}
.datatable table tr.city td.city,.datatable table tr.category td.category-nopad
{
	padding-left: 5px;
}
.datatable table tr td.date
{
	font-size: 0.7em;
	color: #666666;
	font-weight: bold;
	white-space: nowrap;
}
.datatable table tr td sup, .datatable table tr td sup a
{
	color: #b0b0b0;
	text-decoration: none;
}
.datatable table tr td sup a:hover
{
	color: #0066ff;
	text-decoration: none;
}
.datatable table tr td.highlight
{
	background-color: #ffcccc;
	padding: 3px 40px;
}
.datatable table tr td.user
{
	color: #333333;
	font-weight: bold;
}
.datatable table tr td.user a
{
	text-decoration: none;
}
.datatable table tr td.priority1
{
	color: #404040;
	background-color: #d0d0d0;
	font-weight: bold;
	font-size: 0.85em;
	text-align: center;
}
.datatable table tr td.priority2
{
	color: #404040;
	background-color: #ffff99;
	font-weight: bold;
	font-size: 0.85em;
	text-align: center;
}
.datatable table tr td.priority3
{
	color: #404040;
	background-color: #ff9999;
	font-weight: bold;
	font-size: 0.85em;
	text-align: center;
}
.datatable table tr td.notes
{
	font-size: 0.8em;
	color: #666666;
	padding: 10px;
	line-height: 1.2em;
}

.datatable table tr td.nomatch
{
	background-color: #ffcccc;
}
.datatable table tr td.important
{
	white-space: nowrap;
	font-size: small;
	color: #404040;
	padding-right: 10px;
	padding-left: 10px;
}
.datatable table tr td.important a
{
	text-decoration: none;
}

.noheaderwrap table tr th
{
	white-space: nowrap;
}

td.value
{
	font-size: large;
	color: #006600;
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
}
td.cost
{
	font-size: large;
	color: #006600;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
}

td.value .desc
{
	font-size: x-small;
	color: #666666;
	font-weight: bold;
	text-align: center;
}
td.small
{
	font-size: small;
}
td.value .curvalue,
.widgetbox .costresult .curvalue,
.widgetboxsmall .costresult .curvalue
{
	font-size: large;
	color: #006600;
	font-weight: bold;
	text-align: right;
}
td.value span,
.widgetbox .costresult .symbol,
.widgetboxsmall .costresult .symbol
{
	font-size: medium;
	font-weight: normal;
	color: #999999;
	padding: 0 3px 0 0;
}
td.small span
{
	font-size: small;
}
td.country
{
	font-weight: bold;
}
td.email
{
	font-weight: normal;
	color: #666666;
	font-size: 0.85em;
}

.paneltable table
{
	background-color: #ffffff;
	width: 100%;
}
.paneltable table tr
{
	margin: 0;
	padding: 0;
}
.paneltable table td, .paneltable table th
{
	font-size: small;
	padding: 5px;
	margin: 0;
}
.paneltable table th
{
	font-color: #666666;
}
.paneltable table td.text
{

}
.paneltable table td.text a
{
	text-decoration: none;
}
.paneltable table td.center
{
	text-align: center;
}
.paneltable table td.label
{
	font-weight: bold;
}
.paneltable table td.date
{
	font-weight: bold;
	color: #666666;
	font-size: x-small;
	white-space: nowrap;
}
.paneltable table td.icons
{
	white-space: nowrap;
}


.averagelabel
{
	text-align: right;
}

ul.itemlist
{
	font-size: 0.8em;
	font-weight: bold;
	margin: 10px 0 10px 10px;
}
ul.itemlist li ul
{
	margin: 5px 0 10px 10px;
}
.alternative ul.itemlist
{
	font-size: 1em;
	margin: 10px 0;
}
ul.itemlist li
{
	margin: 4px 0;
}
.alternative ul.itemlist li
{
	margin: 6px 0;
	line-height: 14px !important;
}
ul.itemlist li a
{
	text-decoration: none;
}

ul.iconlinks
{
	margin: 0;
	padding: 0;
}
ul.iconlinks li
{
	margin: 0 0 5px;
	background: transparent url(../images/table.png) no-repeat left center;
	padding: 0 0 0 24px;
	font-size: medium;
	font-weight: bold;
	color: #666666;
}
ul.iconlinks li a
{
	text-decoration: none;
	color: #666666;
}
ul.iconlinks li a:hover
{
	text-decoration: none;
	color: #0066ff;
}
ul.iconlinks li.list
{
	background: transparent url(../images/edit-list.png) no-repeat left center;
}
ul.iconlinks li.tips
{
	background: transparent url(../images/sticky-note-pin.png) no-repeat left center;
}

ul.placelist
{
	font-size: 1em;
	font-weight: bold;
	margin: 10px 0 30px 10px;
}
ul.placelist li
{
	margin: 0 0 10px 0;
}
ul.placelist li span.statename
{
	display: inline;
	font-size: 0.85em;
	color: #999999;
}
ul.placelist li a
{
	text-decoration: none;
}
ul.placelist li .options
{
	margin: 0 0 0 15px;
}
ul.placelist li .options .morelink
{
	margin: 0;
}
ul.placelist li .options .morelink a
{
	color: #808080;
}
ul.placelist li .options .morelink a:hover
{
	color: #0066ff;
}

ul.helplist
{
	font-size: 1em;
	font-weight: bold;
	margin: 10px 0 10px 10px;
}
ul.helplist li
{
	margin-bottom: 10px;
}
ul.helplist li a
{
	text-decoration: none;
}
.innercontentboxhelp ul.helplist li
{
	margin-bottom: 6px;
}

.overviewheader, .planheader, .trackheader
{
	float: left;
	height: 30px;
	font-size: medium;
	color: #666666;
	font-weight: bold;
}
.overviewheader
{
	width: 130px;
}
.planheader
{
	width: 160px;
}
.trackheader
{
	width: 300px;
}

ul.shortmenu
{
	margin: 0 40px 0 0;
	padding: 0;
	font-weight: bold;
	color: #666666;
	display: block;
	font-size: 0.8em;
	clear: both;
	position: relative;
	top: -3px;
	left: 20px;
}
ul.shortmenu li
{
	float: left;
	margin: 0 3px 0 0;
	position: relative;
}
ul.shortmenu li.right
{
	float: right;
}
ul.shortmenu li.widgets
{
	margin: 0 3px 0 25px;
}
ul.shortmenu li.title
{
	color: #666666;
	padding: 5px 10px 10px 10px;
	float: left;
	margin: 0 3px 0 0;
}

ul.shortmenu li a
{
	background: #e0e0e0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 10px 10px 10px;
	color: #0066ff;
	text-decoration: none;
	z-index: -10;
}
ul.shortmenu li a.sel
{
	color: #999999;
	background: #ffffff;
	z-index: 10;
}
ul.shortmenu li a:hover
{
	color: #003366;
	background: #ffffff;
	z-index: 10;
}

ul.submenu
{
	margin: 0 0 5px 0;
	padding: 0;
	font-weight: bold;
	color: #666666;
	display: block;
	font-size: 0.8em;
	clear: both;
	position: relative;
	top: -5px;
	left: 0px;
	z-index: 20;
}
ul.submenu li
{
	float: left;
	margin: 0 10px 10px 0;
}
ul.submenu li a
{
	color: #666666;
	text-decoration: none;
	padding: 5px 10px;
	background: #f0f0f0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
ul.submenu li a:hover
{
	color: #0066ff;
	background: #e0e0e0;
	text-decoration: none;
}
ul.submenu li a.sel
{
	background: #cccccc;
	color: #003366;
}

.profilefield
{
	margin: 0 0 8px 0;
	color: #666666;
}
.profilename
{
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 12px;
}
.profilelink
{
	font-size: 0.8em;
	background: transparent url(../images/icons/application-browser.png) no-repeat left center;
	padding-left: 22px;
	height: 16px;
	line-height: 16px;
}
.profilelink a
{
	font-weight: bold;
	text-decoration: none;
}
.profileinfo
{
	font-size: 0.8em;
}
.profileinfo .label,
.profiletext .label
{
	font-weight: bold;
}
.profiletext
{
	font-size: 0.8em;
	line-height: 1.2em;
	margin-bottom: 15px;
	color: #404040;
}

.profile-social-icons,
.profile-countries
{
	margin: 5px 0 10px;
}
.profile-social-icons a,
.profile-countries a
{
	margin: 0 3px 0 0;
	text-decoration: none;
	border: 0;
}
.profile-countries a
{
	margin: 0 6px 0 0;
}

.hometown
{
	padding-left: 22px;
	background: transparent url(../images/icons/home.png) no-repeat left center;
	height: 16px;
	line-height: 16px;
}
.currentlocation
{
	padding-left: 22px;
	background: transparent url(../images/icons/rocket-fly.png) no-repeat left center;
	height: 16px;
	line-height: 16px;
}

.summary
{
	clear: both;
	font-size: 0.9em;
	line-height: 1.1em;
	margin: 10px 0;
	color: #333333;
}
.summary-option
{
	clear: both;
	font-size: 0.8em;
	line-height: 1.1em;
	margin: 10px 0;
	color: #666666;
}
.summary-option .hide
{
	display: none;
}
.details
{
	font-size: 0.7em;
	font-weight: bold;
	margin: 10px 0;
	color: #999999;
	text-transform: uppercase;
}
.details a
{
	text-transform: none;
}
.alternative
{
	font-size: 0.7em;
	font-weight: bold;
	color: #aaaaaa;
	margin: 0;
}
.alternative a
{
	text-decoration: none;
	color: #888888;
}
.alternative a:hover
{
	text-decoration: none;
	color: #0066ff;
}

.majorcities
{
	font-size: 0.7em;
	margin: 0;
	line-height: 1.5em !important;
}
.majorcities a
{
	text-decoration: none;
	color: #0066ff;
	font-weight: bold;
}
.majorcities a:hover
{
	text-decoration: none;
	color: #003366;
}

.travel-tip
{
	margin: 10px 0 20px 0;
	background-color: #f6f6f6;
	padding: 20px;
	clear: both;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.travel-tip h3
{
	font-weight: bold;
	font-size: large;
}
.travel-tip .details
{
	text-transform: none;
}
.travel-tip .info
{}

h1 span.category,
h2 span.category
{
	font-size: medium;
	color: #999999;
	display: block;
	margin: 5px 0 0 0;
}

.message
{
	margin: 10px 0;
	padding: 10px 10px 10px 15px;
	background-color: #e9e9e9;
	color: #444444;
	font-weight: bold;
	line-height: 18px;
	font-size: medium;
	border: 1px solid #999999;
	width: auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.message a
{
	text-decoration: none;
	color: #0066ff;
}
.message a:hover
{
	text-decoration: none;
	color: #003366;
}
.message ul
{
	margin: 10px;
}

.error
{
	background-color: #ffcccc;
	color: #990000;
	border: 1px solid #cc9999;
}

.confirm
{
	background-color: #ccffcc;
	color: #339933;
	border: 1px solid #99cc99;
}

.minormessage
{
	font-size: small;
	font-weight: normal;
	margin: 6px 0;
	padding: 8px 8px 8px 12px;
	border: 0;
}

.message .icon
{
	width: 16px; height: 16px; background: transparent url(../images/icons/exclamation.png) no-repeat center center;
	display: block;
	margin-right: 5px;
	float: left;
}
.error .icon
{
	background-image: url(../images/icons/cross-button.png);
}
.confirm .icon
{
	background-image: url(../images/icons/tick-button.png);
}

.message .info
{
	margin-top: 10px;
	font-weight: normal;
}

.chart
{
	margin: 5px 0 15px;
	padding: 0;
	clear: both;
	width: 100%;
}

.chartdim
{
	width: 100%;
	height: 450px;
	margin: 0 auto;
}

.shortchart .chartdim
{
	height: 280px;
	margin: 0 auto;
}

.widgetchart .chartdim
{
	height: 250px;
	margin: 0 auto;
	width: 100%;
}

.majorcolumn .chartdim
{
	height: 400px;
}
.column .chartdim
{
	height: 350px;
}

.reportoptions, .contentoptions
{
	position: absolute;
	top: 20px;
	right: 20px;
}
.contentboxheader .contentoptions
{
	top: 10px;
}
.sortoptions
{
	position: absolute;
	top: 15px;
	right: 20px;
	font-size: x-small;
	font-weight: bold;
	font-family: Tahoma, Verdana, sans-serif;
	overflow: auto;
	margin: 0 0 10px 0;
}
.filteroptions,
.fitlertableoptions
{
	font-size: x-small;
	font-weight: bold;
	font-family: Tahoma, Verdana, sans-serif;
	overflow: auto;
}
.imageoptions
{
	position: absolute;
	top: 10px;
	right: 10px;
}
.filtertableoptions
{
	overflow: hidden;
}
.windowoptions
{
	position: absolute;
	top: 20px;
	right: 20px;
}
.windowoptions a
{
	display: block;
	padding: 0;
	margin: 0;
	width: 16px;
	height: 16px;
	text-decoration: none;
	background: transparent url(../images/icons/cross-button.png) no-repeat left top;
}
.windowoptions a:hover
{
	text-decoration: none;
}



.reportoptions input,.reportoptions select, .reportoptions textarea,
.sortoptions input, .sortoptions select, .sortoptions textarea,
.smalltable input, .smalltable select, .smalltable textarea,
.filteroptions input, .filteroptions select, .filteroptions textarea,
.filtertableoptions input, .filtertableoptions select, .filtertableoptions textarea
{
	font-size: x-small;
}
.sortoptions label, .reportoptions label,
.filteroptions label, .filteroptions label,
.filtertableoptions label, .filtertableoptions label
{
	font-size: x-small;
}
.filteroptions select, .filteroptions textarea
{
	width: 100%;
}


.tagline
{
	font-style: italic;
	color: #666666;
	font-size: 0.8em;
}

.info
{
	font-size: 0.85em;
	color: #666666;
	margin: 0 0 10px 0;
	line-height: 1.35em;
}
.info h2
{
	clear: none;
	margin: 0 0 10px 0;
	color: #666666;
	font-size: x-large;
	line-height: 20px;
}
.info h6
{
	clear: none;
	margin: 20px 0 5px 0;
	color: #666666;
	font-size: large;
	line-height: 22px;
}
.info ul.itemlist li
{
	line-height: 10px;
}
.info ul.itemlist li.biglink
{
	line-height: 18px;
}
ul.itemlist li.listerror
{
	color: #990000;
}
ul.itemlist li.listerror span
{
	font-weight: normal;
	color: #666666;
}
.widgetinfo
{
	font-size: 0.65em;
	color: #666666;
	margin: 0 0 10px 0;
	line-height: 1.15em;
}
h6 .big
{
	font-size: x-large;
	color: #006600;
	line-height: 28px;
}
h6 .symbol
{
	font-size: small;
	color: #999999;
}

.tidbit
{
	font-style: italic;
	font-size: 0.8em;
	padding: 8px 15px;
	line-height: 1.1em;
}

.indented
{
	padding: 0 15px;
}

#citysearch
{
	position: relative;
}

.resultbox
{
	border: 1px solid #cccccc;
	padding: 10px;
	font-size: small;
	color: #666666;
	background: #ffffff;
	display: none;
	position: absolute;
	width: 250px;
	max-height: 150px;
	overflow: auto;
	z-index: 30;
}
.resultbox div
{
	margin: 3px 0;
	padding: 3px;
	border: 1px solid #ffffff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.resultbox div:hover
{
	background: #f0f0f0;
	border: 1px solid #cccccc;
}
.resultbox div a
{
	text-decoration: none;
	font-weight: bold;
}
.resultbox div a span.country
{
	font-size: small;
	font-weight: normal;
	display: block;
	padding: 3px 0 0 10px;
	color: #666666;
}
.resultbox div a span.state
{
	color: #808080;
	display: inline;
	font-size: x-small;
}
.resultbox div.cityerror
{
	font-weight: bold;
	color: #990000;
	margin: 0 auto;
	text-align: center;
}

a.closeresultbox
{
	width: 16px;
	height: 16px;
	display: inline-block;
	background: transparent url(../images/icons/cross-button.png) no-repeat center center;
	position: relative;
	margin-left: -20px;
	font-size: xx-small;
	text-decoration: none;
	border: 0;
	padding: 0;
}
a.closeresultbox:hover
{
	text-decoration: none;
}

.recentcity, .maplink
{
	display: block;
	font-size: x-small;
	font-weight: bold;
	font-family: Tahoma, Verdana, sans-serif;
	color: #666666;
	margin: 4px 0 0 5px;
}
.maplink
{
	display: inline;
}
.recentcity a, .maplink a
{
	text-decoration: none;
	padding: 0 3px;
}
.maplink a
{
	padding: 0;
}

.formerror
{
	color: #990000;
	font-weight: bold;
	font-size: small;
	padding: 0 0 0 5px;
	display: inline;
}

ol.notes
{
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 20px;
}

ol.registration
{
	list-style-type: decimal;
	list-style-position: outside;
	margin: 20px;
}
ol.registration li
{
	font-size: 0.85em;
	line-height: 1.25em;
	color: #404040;
	margin: 10px;
}

.faq h6
{
	margin: 20px 0 5px 0;
	padding: 0;
}
.faq img
{
	margin: 10px 15px 10px 0px;
	border: 1px solid #cccccc;
	padding: 1px;
}
.faq img.center
{
	margin: 10px 10px 10px 0;
	clear: both;
}

.pagenavigation
{
	font-weight: bold;
	font-size: x-small;
	font-family: Tahoma, Verdana, sans-serif;
	margin: 0 0 10px 0;
	color: #999999;
	clear: both;
}
.pagenavigation a, .icons a
{
	text-decoration: none;
}
.nextlink
{
	display: inline;
	background: transparent url(../images/morearrow.gif) no-repeat right center;
	padding: 0 10px 0 0;
	margin: 0 8px;
}
.previouslink
{
	display: inline;
	background: transparent url(../images/lessarrow.gif) no-repeat left center;
	padding: 0 0 0 10px;
	margin: 0 8px;
}

.pager
{
	font-weight: bold;
	font-size: x-small;
	font-family: Tahoma, Verdana, sans-serif;
	margin: 0 0 10px 0;
	color: #999999;
	clear: both;
}
.pager a
{
	display: inline-block;
	background-color: #e0e0e0;
	color: #666666;
	padding: 3px 5px;
	text-decoration: none;
	margin: 0 1px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.pager a:hover
{
	background-color: #f0f0f0;
	color: #0066ff;
	text-decoration: none;
}
.pager a.previous, .pager a.prev
{
	margin-right: 6px;
	background-image: url(../images/lessarrow.gif);
	background-repeat: no-repeat;
	background-position: 5% center;
	padding-left: 12px;
}
.pager a.next
{
	margin-left: 6px;
	background-image: url(../images/morearrow.gif);
	background-repeat: no-repeat;
	background-position: 90% center;
	padding-right: 12px;
}
.pager a.current
{
	background-color: #a0a0a0;
	color: #ffffff;
}
.pager a.first, .pager a.last
{
	margin-right: 6px;
	margin-left: 6px;
}

.icons
{
	font-weight: bold;
	font-size: x-small;
	font-family: Tahoma, Verdana, sans-serif;
	color: #999999;
}
.icons a
{
	color: #999999;
}
.icons img
{
	vertical-align: text-bottom;
}

.ajaxspinner
{
	background: transparent url(../images/bytlogospin.gif) no-repeat 0 0;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 0 0 -2px 0;
	border: 0;
	display: none;
}

.ad
{
	text-align: center;
}
.ad iframe, .ad img, .ad form, .ad div
{
	margin: 0 auto;
}

.staticmap
{
	margin: 0;
	padding: 0;
	border: 1px solid #cccccc;
}

.mapbubble
{
	font-size: medium;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	overflow: visible;
	margin: 0 5px 5px 0;
}
.mapbubble .info
{
	font-size: small;
	color: #999999;
	margin: 10px 0;
}
.mapbubble .info a
{
	color: #0066ff;
}
#map
{
	width: 100%;
	height: 600px;
	margin-top: 10px;
}

#mapdialog,
#chartdialog
{
	width: 500px;
	height: 400px;
	border: 0;
	padding: 10px;
	background: #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#map_reports
{
	width: 100%;
	height: 400px;
	margin: 10px 0;
}

#divConnect, #friends
{
	border: 0;
}

.swaparrow
{
	margin: 15px 0 0 5px;
	position: absolute;
}

.facebooklike
{
	margin: 10px 0;
	padding: 0;
	height: 30px;
	font-size: 12px;
	color: #666666;
}
.facebooklike a
{
	color: #666666;
	text-decoration: none;
}
.facebooklikecontainer,
.facebooklikecontainertop
{
	margin: 0;
	padding: 0;
}
.facebooklikecontainertop .facebooklike
{
	margin: 0 0 10px;
}
.addthis_toolbox, .facebookframe, .twitter-share-button
{
	float: left;
	margin-right: 10px;
}

.factbox
{
	font-size: small;
	font-family: Tahoma, Verdana, sans-serif;
	font-weight: normal;
}
.factbox ul
{
	margin: 0;
	padding: 0;
}
.factbox ul li
{
	margin: 0 0 10px;
	padding: 0;
	font-size: small;
	color: #666666;
}
.factbox ul li label
{
	font-size: small;
	color: #999999;
	display: inline-block;
	font-weight: normal;
	width: 125px;
	text-align: right;
	margin: 0;
	padding: 0;
}

.share
{
	margin: 0 0 10px 10px;
	float: right;
	font-weight: bold;
	font-size: x-small;
	font-family: Tahoma, Verdana, sans-serif;
}

.share a,
.facebooklike a
{
	text-decoration: none;
}
.share img,
.facebooklike img
{
	float: right;
	margin: -3px 0 0 3px;
}
.privacy ul
{
	list-style-type: disc;
	margin: 10px 0 10px 20px;
}

#tip,
#tip-y,
#tip-s,
#tip-n,
#addbuttonhelp
{
	display: none;
	background-color: #f0f0f0;	
    height: 90px; 
    padding: 4px; 
    width: 250px; 
	border: 1px solid #999999;
	top: 0;
	left: 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
}
.question
{
	padding: 5px 0 5px 0; 
    font-size: .9em; 
	font-weight: bold;
    color: #000000; 
	display: block;
	text-align: left;
}
.phrase
{
	display: block;
	padding: 5px 0 5px 0;
	font-size: 0.70em; 
    color: #666666; 
	text-align: left;
}

.addbuttonhelp
{
	text-align: center;
	display: none;
}


.widgettable
{
	margin: 0;
	padding: 0;
	overflow: auto;
}
.widgettable h2
{
	color: #666666;
	width: 80%;
	margin: 20px auto 0;
}
.widgettable .info
{
	width: 80%;
	margin: 5px auto 0;
}
.widgettable .widgetitem
{
	margin: 0 auto 10px;
	padding: 15px;
	width: 80%;
	border-bottom: 1px solid #cccccc;
	overflow: auto;
}
.widgettable .widgetitem .preview
{
	width: 50%;
	float: left;
	text-align: center;
	font-size: x-small;
	color: #999999;
}
.widgettable .widgetitem .preview iframe
{
	margin: 0 auto;
}
.widgettable .widgetitem .embedform
{
	width: 50%;
	float: left;
	font-size: 0.75em;
	padding: 15px 0;
	color: #999999;
}
.embedform textarea
{
	background-color: #f6f6f6;
	font-size: small;
	padding: 3px;
	color: #999999;
	width: 80%;
}
.embedform a
{
	color: #666666;
}
.pressitem
{
	text-align: center;
	margin: 30px 0 30px 0;
}
.pressitem img
{
	display: block;
	margin: 0 auto;
}

.tagbuffer
{
	padding-bottom: 150px;
}

.tags
{
	font-size: small;
	margin: 10px 0;
	padding: 0 20px 0 0;
	position: absolute;
	bottom: 0;
}
.tags-nobottom
{
	position: relative;
}
.tags .keyword
{
	background: #e9e9e9 url(../images/tag-small.png) no-repeat left center;
	padding: 3px 6px 3px 16px;
	margin: 2px;
	font-size: x-small;
	font-weight: bold;
	color: #505050;
	overflow: visible;
	display: inline-block;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.tags .keyword a
{
	text-decoration: none;
	color: #0066ff;
}
.tags .keyword a:hover
{
	color: #003366;
}

.tags .size-1
{
	font-size: x-small;
}
.tags .size-2
{
	font-size: 110%;
}
.tags .size-3
{
	font-size: 130%;
}
.tags .size-4
{
	font-size: 150%;
}
.tags .size-5
{
	font-size: 200%;
}

.left-buffer
{
	margin: 0 25px 10px 0;
}

.downloadbutton
{
	width: 105px;
	height: 110px;
	text-align: center;
	border: 1px solid #999999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 10px;
	font-size: 1.2em;
	font-weight: bold;
	color: #666666;
	background-color: #f6f6f6;
}
.downloadbutton a
{
	text-decoration: none;
}

ul.featurelist
{
	font-size: 1em;
	list-style: disc outside none;
	margin: 5px 0 5px 20px;
	padding: 0;
}
ul.featurelist li
{
	font-size: 1em;
}

#phone
{
	width: 300px;
	height: 500px;
	background: transparent url(../images/whitephone.png) no-repeat center center;
}

#phone img
{
	position: absolute;
	top: 70px;
	left: 55px;
}

#phone img.hidden
{
	display: none;
}
.hidden
{
	display: none;
}
.unhide
{
	display: block !important;
}

#maincarousel, #mainslide
{
	width: 920px;
	height: 250px;
	overflow: hidden;
}
.carousel-holder .jcarousel-item
{
	width: 920px;
	height: 250px;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	position: relative;
}
.jcarousel-item .bg
{
	width: 100%;
	height: 100%;
}
.jcarousel-item h2
{
	font-size: xx-large;
}

.jcarousel-prev,
.jcarousel-next
{
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: #666666;
}
.jcarousel-prev
{
	background: transparent url(../images/carousel/leftarrow.png) no-repeat center center;
	position: absolute;
	top: 120px;
	left: 10px;
}
.jcarousel-prev:hover
{
	background: transparent url(../images/carousel/leftarrowdark.png) no-repeat center center;
}
.jcarousel-next
{
	background: transparent url(../images/carousel/rightarrow.png) no-repeat center center;
	position: absolute;
	top: 120px;
	right: 10px;
}
.jcarousel-next:hover
{
	background: transparent url(../images/carousel/rightarrowdark.png) no-repeat center center;
}

.jcarousel-item .firstslide
{
	background: #ffffff url(../images/carousel/firstslide.jpg) no-repeat left top;
}
.jcarousel-item .createslide
{
	background: #ffffff url(../images/carousel/create.jpg) no-repeat left top;
}
.jcarousel-item .discoverslide
{
	background: #ffffff url(../images/carousel/discover.jpg) no-repeat left top;
}
.jcarousel-item .estimate
{
	background: #ffffff url(../images/carousel/estimate.gif) no-repeat left top;
}
.jcarousel-item .piechart
{
	background: #ffffff url(../images/carousel/piechart.gif) no-repeat left top;
}
.jcarousel-item .linechart
{
	background: #ffffff url(../images/carousel/linechart.gif) no-repeat left top;
}
.jcarousel-item .rome
{
	background: #ffffff url(../images/carousel/rome1.jpg) no-repeat left top;
}
.jcarousel-item .paris
{
	background: #ffffff url(../images/carousel/paris1.jpg) no-repeat left top;
}
.jcarousel-item .sanfran
{
	background: #ffffff url(../images/carousel/sanfran1.jpg) no-repeat left top;
}
.jcarousel-item .thailand
{
	background: #ffffff url(../images/carousel/thailand1.jpg) no-repeat left top;
}
.jcarousel-item .android
{
	background: #ffffff url(../images/carousel/android.jpg) no-repeat left top;
}
.jcarousel-item .airplane
{
	background: #ffffff url(../images/carousel/airplane.jpg) no-repeat left top;
}
.jcarousel-item .agent
{
	background: #ffffff url(../images/carousel/agent.jpg) no-repeat left top;
}
.jcarousel-item .agentheader
{
	background: #ffffff url(../images/carousel/agentheader.jpg) no-repeat left top;
}

.jcarousel-item .mountainexplore
{
	background: #ffffff url(../images/carousel/mountainexplore.jpg) no-repeat left top;
}
.jcarousel-item .planandtrack
{
	background: #ffffff url(../images/carousel/planandtrack.jpg) no-repeat left top;
}
.jcarousel-item .enrichfeast
{
	background: #ffffff url(../images/carousel/enrichfeast.jpg) no-repeat left top;
}
.jcarousel-item .wallknow
{
	background: #ffffff url(../images/carousel/wallknow.jpg) no-repeat left top;
}
.jcarousel-item .beachtravel
{
	background: #ffffff url(../images/carousel/beachtravel.jpg) no-repeat left top;
}
.jcarousel-item .wheresit
{
	background: #ffffff url(../images/carousel/wheresit.jpg) no-repeat left top;
}
.jcarousel-item .knowparis
{
	background: #ffffff url(../images/carousel/knowparis.jpg) no-repeat left top;
}

.jcarousel-item .info
{
	width: 300px;
}

.upper-left
{
	position: absolute;
	top: 20px;
	left: 20px;
}
.upper-right
{
	position: absolute;
	top: 20px;
	right: 20px;
}
.lower-left
{
	position: absolute;
	bottom: 20px;
	left: 20px;
}
.lower-right
{
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.lower-right-center
{
	position: absolute;
	bottom: 40px;
	right: 120px;
}
.white
{
	color: #ffffff;
}
.white a
{
	color: #ffffff;
	padding: 3px 5px;
}
.white a:hover
{
	color: #93dfff;
	background-color: rgba(0,0,0,0.4);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.white .info,
.white .tagline,
.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6
{
	color: #ffffff;
}

.jcarousel-item .morelink
{
	background: transparent url(../images/carousel/morearrow.png) no-repeat left center;
}
.jcarousel-item .white .morelink
{
	background: transparent url(../images/carousel/morearrowwhite.png) no-repeat left center;
}

.frontbox
{
	font-size: 0.85em;
	line-height: 1.25em;
	color: #505050;
	font-weight: bold;
	height: 70px;
}
.frontbox span
{
	font-size: 1.25em;
	font-weight: bold;
	color: #0066ff;
}

.bluebox
{
	background: #ffffff url(../images/carousel/passportstamp.png) no-repeat right bottom;
}
.greenbox
{
	background: #ffffff url(../images/carousel/piechartsmall.png) no-repeat right bottom;
}
.orangebox
{
	background: #ffffff url(../images/carousel/linechartsmall.png) no-repeat right bottom;
}
.purplebox
{
	background: #ffffff;
}



.textcontent h1,
.textcontent h2
{

}
.textcontent h2,
.textcontent h3,
.textcontent h4,
.textcontent h5,
.textcontent h6
{
	margin: 15px 0 5px 0;
}

.textcontent .navigation
{
	margin: 20px 0 20px 0;
	font-size: small;
	color: #666666;
	overflow: auto;
}
.textcontent .navigation .right
{
	background: transparent url(../images/morearrow.gif) no-repeat right center;
	padding-right: 10px;
}
.textcontent .navigation .left
{
	background: transparent url(../images/lessarrow.gif) no-repeat left center;
	padding-left: 10px;
}
.textcontent .navigation a
{
	text-decoration: none;
	font-weight: bold;
}
.textcontent blockquote
{
	padding: 10px 10px 10px 20px;
	margin: 15px 50px;
	border-left: 2px solid #cccccc;
	background-color: #f0f0f0;
	font-style: italic;
	font-size: small;
}

.textcontent blockquote.featurequote
{
	overflow: hidden;
	font-size: large;
	line-height: 1.25em;
	padding: 20px 50px 10px 50px;
	margin: 10px 10px;
	border: 0;
	background: transparent url(../images/quote.png) no-repeat left top;
	font-style: normal;
	font-weight: normal;
	color: #505050;
	font-family: Georgia, Lucida Grande, Times New Roman, serif;
}
.textcontent blockquote.featurequote span
{
	text-align: right;
	display: block;
	float: right;
	font-size: small;
	color: #808080;
	clear: both;
	margin-top: 15px;
	font-family: Arial, Tahoma, Verdana, sans-serif;
}
.textcontent blockquote.testamonial
{
	margin: 10px 0 0;
	font-size: small;
	background: transparent url(../images/quote.png) no-repeat left top;
	color: #505050;
	border: 0;
	padding: 0px 30px 10px 50px;
}

code,
pre.code
{
	display: block;
	margin: 5px 0;
	border: 1px solid #cccccc;
	background-color: #f0f0f0;
	color: #333333;
	padding: 5px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
}

.textcontent img
{
	margin: 10px 0 1px 0;
	padding: 0;
}

.textcontent ol,
.textcontent ul
{
	margin: 8px 0 8px 30px;
}
.textcontent ul
{
	list-style: disc outside none;
}

.textcontent ul li,
.textcontent ol li
{
	margin: 0 0 5px 0;
}

.textcontent .caption
{
	text-align: right;
	color: #b0b0b0;
	font-size: 0.65em;
	margin: 0 0 10px 0;
	font-style: italic;
}
.textcontent .caption a
{
	color: #b0b0b0;
	text-decoration: none;
}

.aside,
.aside-right,
.aside-left
{
	float: right;
	width: 200px;
	margin: 15px 0 15px 30px;
	padding: 10px 10px 10px 20px;
	border-left: 2px solid #cccccc;
	background-color: #f0f0f0;
	line-height: 1.3em;
	color: #888888;
}
.aside-left
{
	float: left;
	margin: 15px 30px 15px 0;
	padding: 10px 20px 10px 10px;
	border-left: 0;
	border-right: 2px solid #cccccc;
}

.aside-import
{
	float: right;
	width: 200px;
	margin: 15px 0 15px 30px;
	padding: 10px 20px 20px;
	background-color: #f0f0f0;
	color: #666666;
	font-size: 12px;
	line-height: 16px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.aside-import h6
{
	background: transparent url(../images/icons/report-excel.png) no-repeat left center;
	padding-left: 24px;
	margin-bottom: 15px;
}

.img-right, .img-left
{
	padding: 0;
	font-size: 0.65em;
	font-style: italic;
	color: #b0b0b0;
	margin: 15px 30px 15px 0;
}
.img-right
{
	margin: 15px 0 15px 30px;
	text-align: right;
}
.img-right img,
.img-left img
{
	margin: 0;
	padding: 1px;
	border: 1px solid #cccccc;
}

ul.guidemenu
{
	margin: 0;
	padding: 0;
	font-size: 0.8em;
}
ul.guidemenu li
{
	margin: 5px 0;
	padding: 0;
}
ul.guidemenu li a
{
	text-decoration: none;
}
ul.guidemenu li ul
{
	margin: 3px 0 3px 15px;
	padding: 0;
}

.sharebuttons
{
	margin: 20px 0 0 0;
	padding: 0;
}

table.packinglist,
table.packinglist tbody
{
	margin: 0;
	padding: 0;
	width: 100%;
}
.packinglist tr
{
	margin: 0;
	padding: 0;
}
.packinglist td
{
	background: #f0f0f0;
	color: #333333;
	padding: 3px 5px;
}
.packinglist td.category
{
	font-weight: bold;
	font-size: large;
	padding-left: 40px;
	color: #666666;
}
.packinglist td.check
{
	width: 24px;
	background: #f0f0f0 url(../images/guide/checkbox.gif) no-repeat center center;
}
.packinglist td.item
{}
.packinglist td.quantity
{
	font-weight: bold;
	text-align: right;
}
.packinglist td.links
{
	text-align: right;
}
.packinglist td.links img
{
	margin: 0 0 0 5px;
}
.packinglist td.third
{
	width: 20%;
}

.eventful-badge,
.eventful-badge * {
  margin: 0             !important;
  padding: 0            !important;
  border: 0             !important;
  text-align: center    !important;
  color: #CCC           !important;
  font-family: Arial    !important;
  text-decoration: none !important;
}

.eventful-large {
  position: relative    !important;
  width: 140px          !important;
  font-size: 15px       !important;
  line-height: 17px     !important;
  font-weight: bold     !important;
}

.eventful-medium {
  position: relative    !important;
  width: 100px          !important;
  font-size: 12px       !important;
  line-height: 13px     !important;
}                     
                      
.eventful-small {     
  position: relative    !important;
  width: 100px          !important;
  font-size: 11px       !important;
  line-height: 11px     !important;
}

.blogposts
{
	color: #666666;
	font-size: 0.85em;
	line-height: 1em;
}

.hostel
{
	clear: both;
}
.hostel h4
{
	font-size: 1.5em;
	margin: 0 0 5px 0;
}
.hostel h4 a
{
	color: #666666;
	text-decoration: none;
}
.hostel h4 a:hover
{
	color: #0066ff;
	text-decoration: none;
}
.hostel .address
{
	color: #999999;
	font-size: 0.75em;
	margin-bottom: 5px;
}
.hostel-page .address
{
	font-size: 0.85em;
	color: #666666;
}
.hostel .description
{
	font-size: 0.85em;
	line-height: 1.25em;
	color: #333333;
	clear: left;
}
.hostel-page .description
{
	font-size: 1em;
}
.hostel .bubble
{
	font-weight: bold;
	font-size: 1.35em;
	padding: 5px 10px;
	margin: 0 10px 5px 0;
	background: #cccccc;
	text-align: center;
	height: 35px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.hostel .bubble a
{
	color: #333333;
	text-decoration: none;
}
.hostel .rating
{
	background: #cccccc;
}
.hostel .price
{
	background: #ccffcc;
}
.hostel .bubble .bubble-title
{
	display: block;
	font-size: 11px;
	color: #666666;
}
.hostel .photos
{
	float: right;
	margin-left: 20px;
}
.hostel .photos img
{
	height: 120px;
	margin: 0 0 5px 10px;
	padding: 1px;
	border: 1px solid #999999;
}
.hostel .photos-third img
{
	width: 280px;
	padding: 1px;
	border: 1px solid #999999;
	margin: 0 0 5px;
}
.hostel .big-rating
{
	background: #006600;
	font-weight: bold;
	font-size: 48px;
	line-height: 48px;
	color: #ffffff;
	padding: 20px 20px;
	margin: 0 0 10px 10px;
	text-align: center;
	width: 120px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #008000;
	background: -moz-linear-gradient(top,  #008000 1%, #005000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#008000), color-stop(100%,#005000));
	background: -webkit-linear-gradient(top,  #008000 1%,#005000 100%);
	background: -o-linear-gradient(top,  #008000 1%,#005000 100%);
	background: -ms-linear-gradient(top,  #008000 1%,#005000 100%);
	background: linear-gradient(top,  #008000 1%,#005000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008000', endColorstr='#005000',GradientType=0 );

}
.hostel .big-rating-title
{
	font-size: 14px;
	line-height: 14px;
	color: #cccccc;
}
.hostel button.book-now
{
	font-weight: bold;
	font-size: 24px;
	line-height: 24px;
	color: #ffffff;
	padding: 10px 0px;
	margin: 0 0 10px 10px;
	text-align: center;
	width: 160px;
	text-decoration: none;
	border: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #800000;
	background: -moz-linear-gradient(top,  #800000 1%, #500000 100%, #500000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#800000), color-stop(100%,#500000), color-stop(100%,#500000));
	background: -webkit-linear-gradient(top,  #800000 1%,#500000 100%,#500000 100%);
	background: -o-linear-gradient(top,  #800000 1%,#500000 100%,#500000 100%);
	background: -ms-linear-gradient(top,  #800000 1%,#500000 100%,#500000 100%);
	background: linear-gradient(top,  #800000 1%,#500000 100%,#500000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#800000', endColorstr='#500000',GradientType=0 );

}
.hostel button.book-now span
{
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #cccccc;
}
.hostel .price-table
{
	clear: both;
	margin: 20px 0;
}
.hostel .price-table table
{
	width: 100%;

}
.hostel .price-table table tr
{}
.hostel .price-table table tr td
{
	padding: 5px 10px;
	font-size: 12px;
	background: #f0f0f0;
	font-weight: bold;
}
.hostel .price-table table tr td.price
{
	font-size: 24px;
	line-height: 28px;
	color: #006600;
	font-weight: bold;
	text-align: right;
	width: 80px;
}
.hostel-page #map
{
	height: 250px;
	width: 282px;
	margin: 0 0 10px;
	border: 1px solid #999999;
}

.hostelsmall
{}
.hostelsmall .bubble
{
	font-size: 1.15em;
}
.hostelsmall .description
{
	font-size: 0.75em;
}
.hostelsmall .price
{
	background-color: #99ff99;
}
.hostelsmall .photos img
{
	height: 100px;
}

.hostel-review
{
	margin-bottom: 40px;
}
.hostel-review .address a
{
	color: #666666;
	text-decoration: none;
}

.country-info
{
	font-weight: normal;
	margin-left: 20px;
}

.toggle
{
	background: transparent url(../images/minus-white.png) no-repeat center center;
	width: 16px;
	height: 16px;
	display: block;
	float: left;
	margin-right: 5px;
}
.toggle-click
{
	background-image: url(../images/plus-white.png);
}
.nobottom
{
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.smallbottom
{
	padding-bottom: 5px !important;
}

.paytable
{}
.paytable table
{
	border-collapse:collapse;
	width: 100%;
}
.paytable table tr
{}
.paytable table tr td
{
	text-align: center;
	background: #f0f0f0;
	padding: 25px 0px;
	margin: 0;
	border-top: 0;
	border-bottom: 0;
	border-left: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
}

.paytable table tr.level td
{
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	height: 75px;
}

.paytable table tr.members td
{
	color: #808080;
	font-size: 12px;
}
.paytable table tr.members td span
{
	color: #333333;
	font-size: xx-large;
	font-weight: bold;
	display: block;
	margin: 4px 0;

}
.paytable table tr.members td span.unlimited
{
	font-size: 24px;
}
.paytable table tr.price td
{
	font-size: 12px;
	color: #666666;
	background-image: url(../images/pro/circle.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.paytable table tr.price td .cost
{
	color: #006633;
	font-size: 36px;
	display: block;
	margin-bottom: 4px;
	font-weight: bold;
}
.paytable table tr.price td .cost .symbol,
.reporttable table tr td .symbol
{
	color: #808080;
	font-size: 18px;
	font-weight: normal;
	padding-right: 3px;
}
.paytable table tr.paybutton td
{}
.paytable table tr.paybutton td input
{
	background: #f0f0f0;
}

.paytable table tr.level td.one
{
	background: transparent url(../images/pro/gradone.jpg) repeat-x left top;
}
.paytable table tr.level td.two
{
	background: transparent url(../images/pro/gradtwo.jpg) repeat-x left top;
}
.paytable table tr.level td.three
{
	background: transparent url(../images/pro/gradthree.jpg) repeat-x left top;
}
.paytable table tr.level td.four
{
	background: transparent url(../images/pro/gradfour.jpg) repeat-x left top;
}
.paytable table tr.level td.five
{
	background: transparent url(../images/pro/gradfive.jpg) repeat-x left top;
}
.paytable table tr.level td.six
{
	background: transparent url(../images/pro/gradsix.jpg) repeat-x left top;
}

.paytable table tr.level td.first
{
	-moz-border-radius: 10px 0 0 0;
	-webkit-border-radius: 10px 0 0 0;
	border-radius: 10px 0 0 0;
}
.paytable table tr.level td.last
{
	-moz-border-radius: 0 10px 0 0;
	-webkit-border-radius: 0 10px 0 0;
	border-radius: 0 10px 0 0;
}

.nopayoption
{
	font-size: small;
	font-weight: bold;
	padding: 30px 0 !important;
}

.reporttable
{
	margin: 5px 0 20px;
	overflow: visible;
}
.reporttable table
{
	margin: 0;
	padding: 0;
	width: 600px;
}
.reporttable table tr
{
	background: #f0f0f0;
	color: #666666;
	font-weight: normal;
}
.reporttable table tr td
{
	padding: 5px;
	margin: 0;
}
.reporttable table tr th
{
	padding: 5px;
	margin: 0;
	font-size: 0.8em;
	background: #e0e0e0;
}
.reporttable table tr td.category
{
	font-size: 0.85em;
	padding-left: 15px;
}
.reporttable table tr td.cost
{
	text-align: center;
}
.reporttable table tr td.cost-mid
{
	text-align: center;
}
.reporttable table tr td .symbol
{
	font-size: 14px;
}
.reporttable table tr td.graph
{
	border-bottom: 20px solid #ffffff;
}

.reporttable table tr.blank,
.reporttable table tr td.blank
{
	background-color: inherit;
}

.infotable
{
	margin: 5px 0 20px;
	overflow: visible;
}
.infotable table
{
	margin: 0;
	padding: 0;
}
.infotable table tr
{
	background: transparent;
	color: #404040;
	font-weight: normal;
}
.infotable table tr th
{
	padding: 5px;
	margin: 0;
	font-size: 0.8em;
	background: #f0f0f0;
}
.infotable table tr td
{
	padding: 5px 15px;
	margin: 0;
	font-size: 0.85em;
	line-height: 16px;
}
.infotable table tr td.category
{
	font-weight: bold;
}

.activity-highlights,
.activity-highlights-spread
{
	clear: both;
	float: right;
	width: 250px;
	font-size: 0.8em;
	line-height: 1.3em;
	color: #666666;
	margin-right: 20px;
}
.activity-highlights-spread
{
	clear: both;
	float: none;
	width: 100%;
	padding: 0 20px;
}
.activity-highlight
{
	padding: 10px;
	margin-bottom: 15px;
	background: #f6f6f6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.activity-highlights-spread .activity-highlight
{
	width: 250px;
	float: left;
	overflow: hidden;
	margin-right: 15px;
}
.activity-highlight .activity-description
{
	font-style: italic;
	margin-bottom: 6px;
}
.activity-highlight .activity-cost
{
	font-size: 24px;
	font-weight: bold;
	color: #808080;
	text-align: right;
	font-style: italic;
	background: transparent url(../images/icons/ticket.png) no-repeat left center;
}
.activity-highlight-1 .activity-cost
{
	background-image: url(../images/icons/building-old.png);
}
.activity-highlight-2 .activity-cost
{
	background-image: url(../images/icons/ticket.png);
}
.activity-highlight-3 .activity-cost
{
	background-image: url(../images/icons/ticket.png);
}
.activity-highlight-4 .activity-cost
{
	background-image: url(../images/icons/cutlery.png);
}
.activity-highlight-5 .activity-cost
{
	background-image: url(../images/icons/water.png);
}
.activity-highlight-6 .activity-cost
{
	background-image: url(../images/icons/guitar.png);
}
.activity-highlight-7 .activity-cost
{
	background-image: url(../images/icons/present.png);
}
.activity-highlight-8 .activity-cost
{
	background-image: url(../images/icons/computer.png);
}
.activity-highlight-9 .activity-cost
{
	background-image: url(../images/icons/t-shirt.png);
}
.activity-highlight-10 .activity-cost
{
	background-image: url(../images/icons/stamp.png);
}
.activity-highlight-11 .activity-cost
{
	background-image: url(../images/icons/user-theif-baldie.png);
}
.activity-highlight-12 .activity-cost
{
	background-image: url(../images/icons/glass-wide.png);
}
.activity-highlight .activity-cost .symbol
{
	font-size: 14px;
	font-weight: bold;
	color: #999999;
}

.sectioncity,
.sectionheader,
.sectiontransportation
{
	clear: both;
	margin: 40px 0;
	padding: 0;
	overflow: hidden;
}
.sectionheader
{
	margin-top: 0;
	float: left;
	width: 600px
}
.sectiontransportation
{
	margin-left: auto;
	margin-right: auto;
	width: 500px;
}

h1.itinerary
{
	border-bottom: 2px solid #e0e0e0;
}

.dialogoptions
{
	float: left;
	width: 32px;
	margin: 0 10px 0 0;
}
.dialogoptions a
{
	display: block;
	height: 16px;
	width: 16px;
	padding: 24px 8px;
	background: transparent url(../images/icons/tick-button.png) no-repeat center center;
}
.dialogoptions a.hidebutton
{
	background-image: url(../images/icons/tick-button.png);
}
.dialogoptions a.showbutton
{
	background-image: url(../images/icons/cross-button.png);
}
.dialogoptions a.spinner
{
	background-image: url(../images/bytlogospin.gif);
}
.dialog-highlights .activity-highlight
{
	width: 300px;
	font-size: 0.85em;
}
.dialog-highlights .activity-highlight-hidden,
.category-dialog-row .activity-highlight-hidden
{
	background-color: #ffe0e0;
	opacity: 0.5;
}
.category-dialog-row
{
	clear: both;
	margin-bottom: 2px;
	overflow: hidden;
}
.category-dialog-row .dialogoptions a
{
	padding: 10px 8px;
}
.category-dialog-name
{
	display: block;
	height: 16px;
	width: 300px;
	padding: 10px 8px;
	float: left;
	font-weight: bold;
	background-color: #f0f0f0;
}
.agentoptions
{
	float: right;
	width: 300px;
}
.agentoptionsnarrow
{
	width: 160px;
}
.agentoptionsleft
{
	float: left;
	width: 140px;
	margin-right: 20px;
}
.agentoptionsflat
{
	float: none;
	width: 160px;
	margin: 40px auto; 
	overflow: auto;
}
.agentoptionsunder
{
	float: none;
	width: 150px;
	margin: 10px 0; 
	overflow: auto;
}
.agentoptionsinline
{
	float: none;
	margin: 5px 0;
	width: 150px;
	overflow: hidden;
}
.agentoptions a
{
	display: block;
	color: #666666;
	background: #f0f0f0 url(../images/icons/arrow-turn-090.png) no-repeat 10px center;
	padding: 15px 15px 15px 34px;
	margin-bottom: 5px;
	font-size: 12px;
	width: 100px;
	float: right;
	clear: both;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.agentoptionsinline a
{
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 0;
}
.agentoptions a:hover
{
	color: #0066ff;
	background-color: #e0e0e0;
}
.agentoptions a span
{
	font-size: 18px;
	font-weight: bold;
	display: block;
}
.agentoptions a.edit
{
	background-image: url(../images/icons/blue-document--pencil.png);
}
.agentoptions a.pdf
{
	background-image: url(../images/icons/doc-icon.png);
	padding-left: 60px;
	width: 74px;
}
.agentoptions a.add
{
	background-image: url(../images/icons/plus-circle.png);
}
.agentoptions a.remove
{
	background-image: url(../images/icons/cross-circle.png);
}
.agentoptions a.print
{
	background-image: url(../images/icons/printer.png);
}
.agentoptions a.options
{
	background-image: url(../images/icons/gear.png);
}
.agentoptions a.doc
{
	background-image: url(../images/icons/blue-document-word.png);
}
.agentoptions a.client
{
	background-image: url(../images/icons/blue-document-share.png);
}
.agentoptions a.duplicate
{
	background-image: url(../images/icons/blue-documents.png);
}
.agentoptions a.search
{
	background-image: url(../images/icons/magnifier-left.png);
}
.agentoptions a.favorite
{
	background-image: url(../images/icons/thumb-up.png);
}
.agentoptions a.delete
{
	background-image: url(../images/icons/cross-button.png);
	background-color: #ffd0d0;
}
.agentoptions a.delete:hover
{
	background-color: #e09999;
	color: #660000;
}

.agentlogo
{
	float: right;
	width: 300px;
	text-align: right;
	display: none;
	font-size: 12px;
	line-height: 14px;
	color: #666666;
}
.agentlogo img
{
	border: 0;
	margin-bottom: 8px;
}

.sectiontitle, .agentreport h2.section
{
	padding: 10px 20px;
	margin-bottom: 10px;
	background: #e0e0e0;
	border-top: 5px solid #666666;
	overflow: hidden;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.sectioncity,
.sectiontransportation,
.sectionmap
{
	border-bottom: 5px solid #b0b0b0;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

.sectionfooter
{
	border-top: 5px solid #b0b0b0;
	margin-top: 25px;
	padding: 10px;
	clear: both;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.sectiontitle-flag
{
	float: right;
	overflow: hidden;
	margin-top: -4px;
}

.sectiontitle h1,
.sectiontitle h2,
.sectiontitle h6
{
	margin-bottom: 0;
	float: left;
	overflow: visible;
	color: #333333;
}

.sectiontitle span.country
{
	color: #a0a0a0;
}

.sectionlabel, .sectioninfo
{
	text-align: left;
	overflow: visible;
	line-height: 1.3em;
	font-size: 0.85em;
}

.sectionlabel
{
	font-weight: bold;
	color: #666666;
	margin: 10px 0 4px;
}
.sectionlabel h6
{
	margin: 20px 0 10px;
	color: #505050;
}

.sectioninfo
{
	color: #333333;
	margin: 5px 0 15px;
}
.sectioninfo-nobottom
{
	margin-bottom: 5px;
}
.sectionlabelsmall
{
	font-size: 0.75em;
	color: #202020;
	margin: 10px 0 3px;
}
.sectioninfosmall
{
	margin: 3px 0;
	font-size: 0.75em;
}
.sectioninfobuffer
{
	margin-top: 20px;
}

.cityinfo
{
	width: 600px;
	padding: 0 20px;
}
.cityfinances
{
	padding: 0 20px;
}
.transportationinfo
{
	padding: 0 20px 10px 10px;
	min-height: 72px;
}
.transportationsectioninfo
{
	float: left;
	width: 370px !important;
}
.sectionlanguage,
.sectioncurrency,
.sectionembassy
{
	padding: 0 20px;
}

.sectionlanguage .language
{
	width: 50%;
	float: left;
	padding-bottom: 15px;
}
.sectionlanguage .language .infotable table tr td
{
	font-size: 12px;
	padding-left: 0;
	padding-right: 8px;
	line-height: 16px;
}
.sectionlanguage .language h6
{

}

.sectionembassy
{
	overflow: auto;
	margin-bottom: 10px;
}
.sectionembassy .embassy
{
	float: left;
	width: 30%;
	font-size: 0.85em;
	line-height: 18px;
	margin-bottom: 25px;
}

.inline-edit,
.inline-edit-short,
.inline-edit-textarea,
.inline-edit-date,
.inline-edit-select,
.inline-edit-delete
{
	min-height: 16px;
}

.inline-edit-delete
{
	width: 16px;
	height: 16px;
	display: inline-block;
	background-color: transparent;
	background-image: url(../images/icons/cross-circle.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.inline-edit:hover,
.inline-edit-short:hover,
.inline-edit-textarea:hover,
.inline-edit-date:hover,
.inline-edit-select:hover,
.inline-edit-delete:hover
{
	background-color: #e9f0ff;
	background-image: url(../images/icons/blue-document--pencil.png);
	background-repeat: no-repeat;
	background-position: 99% center;
	cursor: pointer;
	overflow: visible;
	padding: 3px 24px 3px 3px;
}
.inline-edit-delete:hover
{
	background-color: transparent;
	background-image: url(../images/icons/cross-circle.png);
	background-position: center center;
	padding: 0;
}

.editing, .editing:hover
{
	background: #f9f9f9;
	cursor: pointer;
	border: 1px solid #e0e0e0;
	overflow: visible;
	width: auto;
	padding: 5px 5px 5px 5px;
}

.inline-edit-textarea.editing
{
	padding-bottom: 15px;
}

.inline-nobottom,
.inline-nobottom.editing
{
	padding-bottom: 0;
	min-height: 0;
}

.edit-blank:before
{
	color: #999999;
	content: "click to edit";
	font-size: x-small;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}

.prompt
{
	color: #999999;
}

a.cityedit,
a.transedit
{
	display: block;
	background: #f0f0f0 url(../images/icons/blue-document--pencil.png) no-repeat 8px center;
	margin-right: 20px;
	float: right;
	padding: 8px 12px 8px 32px;
	text-decoration: none;
	font-size: 12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
a.transedit
{
	background-image: url(../images/icons/cross-circle.png);
}
a.cityedit:hover,
a.transedit:hover
{
	background-color: #cccccc;
}

table.candlestick
{
	border-collapse:collapse;
	margin: 8px 0;
}
table.candlestick tr
{

}
table.candlestick tr td
{
	height: 50px;
	font-size: 11px;
	vertical-align: top;
	color: #006600;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
}
table.candlestick tr td .symbol
{
	font-size: 10px;
}
table.candlestick tr td.candlesticklabels
{
	height: 20px;
}
table.candlestick tr td.low,
table.candlestick tr td.lowbox,
table.candlestick tr td.highbox,
table.candlestick tr td.high
{
	padding-right: 1px;
	padding-left: 1px;
	font-size: 10px;
}
table.candlestick tr td.low
{
	background: transparent url(../images/whisker.png) repeat-x left center;
}
table.candlestick tr td.lowbox
{
	background: transparent url(../images/lowbox.png) repeat-x left center;;
}
table.candlestick tr td.highbox
{
	background: transparent url(../images/highbox.png) repeat-x left center;;
}
table.candlestick tr td.high
{
	background: transparent url(../images/whisker.png) repeat-x left center;;
}

table.candlestick tr td.candlesticklabels td
{
	height: 20px;
}
table.candlestick tr td.candlesticklabels td.r
{
	text-align: right;
}
table.candlestick tr td.candlesticklabels td.l
{}
table.candlestick tr td.candlesticklabels td.c
{
	text-align: center;
}
table.candlestick tr td.end
{
	vertical-align: middle;
	text-align: center;
}

.candlesticktable table tr td.category
{
	font-size: 1em;
	font-weight: bold;
}
.candlesticktable table tr td.categoryheader
{
	font-size: 1.1em
}

ul.adminbuttons
{}
ul.adminbuttons li
{
	background: #e0e0e0 url(../images/adminbuttonbackground.jpg) repeat-x left top;
	float: left;
	margin: 0 10px 10px 0;
	font-size: 11px;
	border: 1px solid #e0e0e0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
ul.adminbuttons li a
{
	background: transparent;
	color: #666666;
	text-decoration: none;
	width: 53px;
	height: 20px;
	text-align: center;
	display: block;
	padding: 40px 10px 10px;

}

ul.adminbuttons li a.client
{
	background: transparent url(../images/icons/user.png) no-repeat center 10px;
}
ul.adminbuttons li a.calculator
{
	background: transparent url(../images/icons/calculator.png) no-repeat center 10px;
}
ul.adminbuttons li a.itinerary
{
	background: transparent url(../images/icons/globe-green.png) no-repeat center 10px;
}
ul.adminbuttons li a.account
{
	background: transparent url(../images/icons/switch.png) no-repeat center 10px;
}
ul.adminbuttons li a.citysearch
{
	background: transparent url(../images/icons/magnifier.png) no-repeat center 10px;
}
ul.adminbuttons li a.task
{
	background: transparent url(../images/icons/tick.png) no-repeat center 10px;
}
ul.adminbuttons li a.supplier
{
	background: transparent url(../images/icons/thumb-up-big.png) no-repeat center 10px;
}

ul.adminbuttons li:hover
{
	background: #f9f9f9 url(../images/adminbuttonbackgroundhover.jpg) repeat-x left top;
}
ul.adminbuttons li a:hover
{
	color: #404040;
}

.task .field
{
	font-size: 0.75em;
	color: #333333;
	clear: both;
	margin: 0 0 3px 0;
	overflow: hidden;
}
.task .field label
{
	color: #999999;
	font-weight: bold;
	text-align: right;
	width: 60px;
	float: left;
	margin: 0 3px 0 0;
	padding: 8px;
	font-size: 11px;
	background-color: #f0f0f0;
}
.task .field .value
{
	float: left;
	width: 220px;
	margin: 0;
	padding: 8px;
	font-size: 11px;
}
.task .field .priority1
{
	background-color: #d0d0d0;
}
.task .field .priority2
{
	background-color: #ffffcc;
}
.task .field .priority3
{
	background-color: #ffcccc;
}

.note
{
	margin: 30px 0;
	background: transparent url(../images/icons/document-text.png) no-repeat left top;
	padding-left: 24px;
}
.note .notedate
{
	font-size: 1em;
	font-weight: bold;
	color: #404040;
}
.note .notetext
{
	font-size: 0.8em;
	color: #333333;
	margin: 5px 0 0 0;
	line-height: 1.25em;
}

.agentclient
{
	background: transparent url(../images/icons/user.png) no-repeat left center;
	padding-left: 32px;
}
.contactdetails
{
	margin: 10px 0 30px;
}
.clientinfo
{
	font-size: small;
}

.email-field,
.phonehome-field,
.phonework-field,
.phonemobile-field
{
	padding-left: 20px;
	color: #404040;
	background: transparent url(../images/icons/monitor.png) no-repeat left center;
	padding-right: 20px;
	min-height: 16px;
	display: inline-block;
}

.phonehome-field
{
	background: transparent url(../images/icons/home.png) no-repeat left center;
}
.phonework-field
{
	background: transparent url(../images/icons/building-old.png) no-repeat left center;
}
.phonemobile-field
{
	background: transparent url(../images/icons/mobile-phone.png) no-repeat left center;
}

.email-send
{
	display: inline-block;
	min-height: 16px;
	background: transparent url(../images/icons/mail-send.png) no-repeat left center;
	padding-left: 20px;
	margin-left: 20px;
}
.email-send a
{
	text-decoration: none;
	font-size: xx-small;
	color: #999999;
}
.email-send a:hover
{
	color: #003366;
}

.short-task
{
	margin: 15px 0;
}
.short-task .tasktype
{
	font-weight: bold;
	padding: 5px 8px;
	background-color: #d0d0d0;
	margin-bottom: 3px;
	color: #404040;
	font-size: 0.85em;
}
.short-task .due
{
	font-style: italic;
	color: #999999;
	font-size: 0.7em;
	margin-bottom: 3px;
	padding-left: 8px;
}
.short-task .priority
{
	font-size: 0.7em;
	color: #999999;
	padding-left: 8px;
}
.short-task .priority2
{
	background-color: #ffff99;
}
.short-task .priority3
{
	background-color: #ff9999;
}

.help-dialog
{
	font-size: 0.85em;
	line-height: 1.35em;
	color: #404040;
	display: none;
}
.help-dialog h1
{
	background: transparent url(../images/icons/lifebuoy24.png) no-repeat left center;
	font-size: x-large;
	padding-left: 32px;
}
h1.help
{
	background: transparent url(../images/icons/lifebuoy24.png) no-repeat left center;
	padding-left: 32px;
}
.help-dialog ul.helplist
{
	font-weight: normal;
}

ul.import-list
{
	list-style-type: none;
}
ul.import-list li
{
	background: transparent url(../images/morearrow.gif) no-repeat left center;
	font-size: 14pt;
	color: #333333;
	margin: 10px 0 10px 0;
	padding: 0 0 0 10px;
	font-weight: bold;
	height: 24px;
}
ul.import-list li a
{
	text-decoration: none;
	background: transparent url(../images/icons/excelicon24.png) no-repeat left center;
	padding-left: 32px;
	display: block;
	height: 24px;
}
ul.import-list li.outlook a
{
	background-image: url(../images/icons/outlookicon24.png);
}
ul.import-list li.paste a
{
	background-image: url(../images/icons/script-export.png);
}
ul.import-list li.upload a
{
	background-image: url(../images/icons/card-export.png);
}

.form-table
{
	width: 100%;
	overflow: auto;
}
.form-table table
{}
.form-table table tr
{}
.form-table table tr td
{
	background: #f6f6f6;
	color: #505050;
	font-size: 0.75em;
	padding: 4px;
}
.form-table table tr td.header-form
{
	background: #e0e0e0;
}
.form-table table tr td.header-form input,
.form-table table tr td.header-form select
{
	font-size: 0.85em;
}
.form-table table tr td.header-form label
{
	font-size: 0.85em;
}

.browser-icon
{
	float: left;
	margin: 10px 30px 0 0;
	padding: 0;
	text-align: 0;
}
.browser-icon img
{
	text-align: center;
	margin: 0 auto;
}
.browser-icon span
{
	display: block;
	text-align: center;
}
.browser-icon a
{
	text-decoration: none;
	font-weight: bold;
}
.browser-icon a:hover
{
	color: #003366;
	text-decoration: none;
}

.venue
{
	margin: 0 0 20px;
	font-size: 0.75em;
	line-height: 1.25em;
	color: #666666;
}
.venue div
{
	font-size: 10px;
	color: #202020;
	line-height: 12px;
	margin-bottom: 3px;
}
.venue h6
{
	margin-bottom: 5px;
	font-size: small;
}
.venue h6 a
{
	color: #003366;
}
.hostel-page .venue
{
	width: 168px;
	float: left;
	margin: 0 12px 12px 0;
	background: #f0f0f0;
	padding: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.hostel-page .venue h6
{
	margin: 0 0 5px;
	line-height: 16px;
}

.directions,
.nearby-hostels
{
	clear: both;
}
.direction
{
	font-size: small;
	color: #505050;
	width: 280px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}
.direction div
{
	display: inline;
}
.direction div:before
{
	content: " ";
}

.loader
{
	background: transparent url(../images/ajaxcircle.png) no-repeat center center;
	width: 100%;
	height: 100px;
}

.green
{
	color: #008000;
}

.balloon
{
	position: absolute;
	padding: 40px;
	width: 340px;
	height: 240px;
}
.balloon-body
{
	background: transparent url(../images/help/blackpixel.png) repeat left top;
	color: #f0f0f0;
	font-size: 0.85em;
	line-height: 1.3em;
	padding: 20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.balloon-body h6
{
	color: #f0f0f0;
}
.balloon-body strong
{
	color: #ffff66;
}
.balloon-buttons
{
	margin: 20px 0 0 0;
	color: #666666;
	font-size: 12px;
}
.balloon-buttons a, .balloon-body a
{
	color: #66ccff;
}
.balloon-buttons a:hover, .balloon-body a:hover
{
	color: #66ffcc;
	text-decoration: none;
}

.balloon-arrow
{
	background: transparent url(../images/help/blacktop.png) no-repeat center center;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0px;
	left: 170px;
}
.balloon-arrow.top
{
	background-image: url(../images/help/blacktop.png);
	top: 0px;
	left: 170px;
}
.balloon-arrow.top-left
{
	background-image: url(../images/help/blacktop.png);
	top: 0px;
	left: 50px;
}
.balloon-arrow.top-right
{
	background-image: url(../images/help/blacktop.png);
	top: 0px;
	left: 330px;
}
.balloon-arrow.bottom
{
	background-image: url(../images/help/blackbottom.png);
	bottom: 0px;
	left: 170px;
}
.balloon-arrow.left
{
	background-image: url(../images/help/blackleft.png);
	top: 50px;
	left: 0px;
}
.balloon-arrow.right
{
	background-image: url(../images/help/blacktop.png);
	top: 50px;
	right: 0px;
}

.menu-notice
{
	position: absolute;
	right: -2px;
	top: -14px;
	background: #cc0000;
	color: #ffffff;
	padding: 1px 4px 0;
	font-size: 10px;
	z-index: 999;
	width: auto;
	height: 13px;
	display: block;
	text-align: center;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.menu-notice.upcoming
{
	background: #ffe000;
	color: #666666;
}
ul.shortmenu li .menu-notice a
{
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	color: inherit;
}

.supplier-indent
{
	margin-left: 50px;
}

.supplier-title-wrapper,
.supplier-rating-wrapper,
.supplier-description-wrapper
{
	float: left;
	margin-right: 20px;
	overflow: hidden;
}
.supplier-title-wrapper
{
	width: 400px;
}
.supplier-rating-wrapper
{
	width: 200px;
}
.supplier-description-wrapper
{
	width: 240px;
	margin-right: 0;
}


.suppliers-list
{
	margin: 20px 0;
	position: relative;
}
.supplier-list-header
{
	margin-top: 0px;
	margin-bottom: 1px;
	clear: both;
	overflow: hidden;
	background: #e6e6e6;
	padding: 10px;
	position: relative;
}

.supplier-item
{
	margin-top: 0px;
	margin-bottom: 1px;
	clear: both;
	overflow: hidden;
	background: #f6f6f6;
	padding: 10px;
}
.supplier-item.even
{
	background: #f9f9f9;
}
.supplier-title
{
	font-size: x-large;
	font-weight: bold;
}
.supplier-rating
{
	font-size: small;
	line-height: 1.25em;
	color: #666666;
	margin: 10px 0;
}
.supplier-title a
{
	text-decoration: none;
	line-height: 1.25em;
}
.supplier-websites
{
	margin: 10px 0;
	font-size: 0.75em;
	line-height: 1.35em;
}
.supplier-website
{
	display: block;
}
.supplier-website a
{
	background: transparent url(../images/icons/shortcut-small.png) no-repeat left center;
	padding-left: 18px;
	text-decoration: none;
}
.supplier-website a:hover
{
	text-decoration: underline;
}
.supplier-description
{
	font-size: 0.8em;
	line-height: 1.3em;
	color: #666666;
	margin: 10px 0;
	max-width: 450px;
	float: left;
}
.supplier-notes
{
	font-size: 0.8em;
	line-height: 1.3em;
	color: #666666;
	margin: 10px 0 10px 40px;
	width: 230px;
	float: left;
	background-color: #f0f0f0;
	padding: 15px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.supplier-notes h6
{
	color: #666666;
	margin-bottom: 6px;
}
.supplier-categories
{
	margin: 10px 0;
	font-size: 11px;
	font-weight: bold;
	color: #808080;
	overflow: hidden;
}
.supplier-category
{
	float: left;
	display: block;
	margin: 0 10px 10px 0;
	padding: 8px 10px 8px 36px;
	background: #f0f0f0 url(../images/icons/globe.png) no-repeat 10px center;
	border: 1px solid #cccccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.supplier-category.supplier-category-1
{
	background-image: url(../images/icons/anchor.png);
	background-color: #e0f0ff;
}
.supplier-category.supplier-category-2
{
	background-image: url(../images/icons/globe.png);
	background-color: #FFe8c0;
}
.supplier-category.supplier-category-3
{
	background-image: url(../images/icons/building-old.png);
	background-color: #f9e9ff;
}
.supplier-category.supplier-category-4
{
	background-image: url(../images/icons/car.png);
	background-color: #e9f9f0;
}
.supplier-category.supplier-category-5
{
	background-image: url(../images/icons/airplane.png);
	background-color: #e0e6ff;
}
.supplier-category.supplier-category-6
{
	background-image: url(../images/icons/projection-screen-presentation.png);
	background-color: #e0ffff;
}
.supplier-category.supplier-category-7
{
	background-image: url(../images/icons/question.png);
	background-color: #ffffe0;
}
.supplier-category.supplier-category-8
{
	background-image: url(../images/icons/store.png);
	background-color: #e0ffe6;
}
.supplier-category.supplier-category-9
{
	background-image: url(../images/icons/money-coin.png);
	background-color: #f6e0ff;
}
.supplier-category.supplier-category-10
{
	background-image: url(../images/icons/users.png);
	background-color: #ffe0d0;
}
.supplier-category.supplier-category-11
{
	background-image: url(../images/icons/book-bookmark.png);
	background-color: #f6ffe0;
}
.supplier-category.supplier-category-12
{
	background-image: url(../images/icons/rubber-balloons.png);
	background-color: #ffffe0;
}
.supplier-category.supplier-category-13
{
	background-image: url(../images/icons/church.png);
	background-color: #e0ffe0;
}
.supplier-category.supplier-category-14
{
	background-image: url(../images/icons/folder-horizontal.png);
	background-color: #f0f0f0;
}
.supplier-category.supplier-category-15
{
	background-image: url(../images/icons/crown.png);
	background-color: #ffd8ff;
}
.supplier-category.supplier-category-16
{
	background-image: url(../images/icons/computer.png);
	background-color: #ffe0ff;
}



.supplier-contacts
{
	font-size: 12px;
	color: #666666;
	margin: 20px 0;
}
.supplier-contact
{
	margin: 0 0 5px;
	font-size: small;
	color: #666666;
	background: transparent url(../images/icons/user-small-female.png) no-repeat left center;
	padding-left: 18px;
}
.supplier-contact .field
{
	padding-right: 10px;
}
.supplier-contact .supplier-contact-name
{
	font-weight: bold;
	color: #404040;
}

.supplier-page .supplier-contact
{
	margin: 0 20px 20px 0;
	font-size: small;
	color: #666666;
	background: #e0e0e0 url(../images/icons/user-small-female.png) no-repeat 10px 10px;
	padding: 10px 10px 10px 28px;
	float: left;
	width: 200px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.supplier-page .supplier-contact .field
{
	display: block;
	margin-bottom: 3px;
	line-height: 1.25em;
}

.supplier-review
{
	margin-bottom: 60px;
	overflow: hidden;
}
.supplier-review-single
{
	margin-bottom: 20px;
}
.supplier-review label
{
	float: left;
	padding: 0 0 0 0;
	margin: 0 30px 0 0;
	width: 200px;
	font-size: 12px;
	color: #999999;
}

.supplier-review-field
{
	font-size: small;
	line-height: 1.25em;
	margin-bottom: 3px;
	clear: both;
	color: #666666;
	min-height: 19px;
	font-weight: bold;
}
.supplier-review-comments
{
	margin: 10px 0;
	font-weight: normal;
}
.supplier-review-field-red
{
	color: #cc0000;
}
.supplier-review-field-red-background
{
	background: #ffd0d0;
	padding: 3px 8px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.supplier-reviews
{
	margin: 40px 0 0;
}
.supplier-reviews-list
{

}
.supplier-review-link,
.supplier-contacts-link
{
	margin: 30px 0;
}
.supplier-review-form,
.supplier-contact-form
{
	margin: 0 0 40px 0;
	overflow: hidden;
	clear: both;
	background: #f6f6f6;
	padding: 20px;
	width: 600px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#supplier-review-form,
#supplier-contact-form
{
	display: none;
}
.supplier-reviews-list .supplier-review
{
	clear: both;
}

.supplier-review-person
{
	width: 150px;
	float: left;
	margin-right: 10px;
}
.supplier-review-review
{
	width: 500px;
	float: left;
	border-left: 2px solid #cccccc;
	padding-left: 15px;
}
.supplier-review-single .supplier-review-review
{
	width: 450px;
}
.supplier-review-review-bad
{
	border-left-color: #d03030;
}
.supplier-review-review-good
{
	border-left-color: #00cc00;
}
.supplier-review-date
{
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	margin: 8px 0;
}

.supplier-review-person-name
{
	font-weight: bold;
	font-size: small;
	margin-bottom: 4px;
	color: #404040;
	text-align: center;
}
.supplier-review-person-details
{
	font-weight: normal;
	font-size: 11px;
	color: #666666;
	margin-bottom: 4px;
	text-align: center;
}
.supplier-review-person-image
{
	margin-bottom: 8px;
	text-align: center;
}
.supplier-review-person-image img
{
	max-width: 80px;
}

.supplier-rating-table
{
	float: left;
	width: 500px;
}
.supplier-rating-average
{
	float: left;
	width: 300px;
}
.supplier-rating-table-row
{
	clear: both;
	margin-bottom: 3px;
	overflow: hidden;
}
.supplier-rating-table-row .rating-label
{
	width: 100px;
	text-align: right;
	float: left;
	font-size: 11px;
	color: #666666;
}
.supplier-rating-table-row .rating-bar
{
	background-color: #6699cc;
	font-size: 12px;
	height: 14px;
	margin: 0 10px;
	float: left;
}
.supplier-rating-table-row .rating-count
{
	float: left;
	text-align: left;
	color: #999999;
	font-size: 11px;
}


.review-form-item,
.contact-form-item
{
	clear: both;
	margin: 15px 0;
	overflow: hidden;
	min-height: 20px;
}
.review-form-item label,
.contact-form-item label
{
	color: #404040;
	font-size: 12px;
	margin: 5px 0;
}
.review-form-item label.flow
{
	float: left;
	width: 400px;
	margin-right: 15px;
}
.review-form-item label.big
{
	font-size: medium;
}
.review-form-item label span
{
	display: block;
	line-height: 20px;
}

.contact-form-item label
{
	width: 80px;
	float: left;
	margin-right: 10px;
}

.star-wrapper
{
	padding: 3px 5px;
	background: #e0e0e0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 5px;
	width: 120px;
}
.star-wrapper-bad
{
	background: #ffc0d0;
}

.announcements
{
	position: absolute;
	top: 120px;
	left: 260px;
	width: 400px;
	background: transparent url(../images/help/blackpixel.png) repeat left top;
	color: #ffffff;
	padding: 20px;
	z-index: 999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.announcements h6
{
	color: #f0f0f0;
	background: transparent url(../images/icons/megaphone.png) no-repeat left center;
	padding-left: 24px;
}
.announcement
{
	margin-bottom: 20px;
	padding: 0 24px;
}
.announcements a
{
	color: #66ccff;
}
.announcements a:hover
{
	color: #66ffcc;
	text-decoration: none;
}
.announcement-date
{
	color: #b0b0b0;
	font-size: 11px;
	margin-bottom: 5px;
}
.announcement-message
{
	font-size: small;
	line-height: 18px;
	color: #e0e0e0;
}
