img {
	border: 0;
}
html {
	background-color: #efefef;
}
body {
	padding: 0;
	margin: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}
.spacer {
	clear: both;
}
a {
	color: #00f;
}
*[disabled] {
	background-color: #ccc;
	color: #111;
}

#surround {
	margin: 0px;
}
#customerbar {
	height: 24px;
	background-color: #555;
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
	font: 12px verdana, helvetica, arial, sans-serif;
	color: white;
	margin-bottom: -2px;
	padding: 3px;
}
#customerbarleft {
	width: 59%;
	float: left;
}
#customerbarright {
	width: 37%;
	float: right;	
}
#customerbar a, #customerbar a:active, #customerbar a:visited, #customerbar a:hover {
	color: white;
	text-decoration: none;
}
#customerbar .customerbartext {
	float: left;
	padding: 4px;	
}
#customerbar .islink {
	margin-left: 10px;
}
#customerbar .islink:hover {
	background-color: white;
}
#customerbar .islink:hover a {
	color: black;
}
#customerbar .islink a:hover {
	color: black;
}

#customerbar .lozenge {
	float: left;
	background-color: #555;
	color: white;
	padding: 4px;	
	margin-left: 3px;
	margin-right: 3px;
	padding-left: 10px;
	padding-right: 10px;	
}
#customerbar .lozenge:hover {
	background-color: white;
	color: black;		
	-webkit-border-radius: 8px !important;
	-moz-border-radius: 8px !important;
	border-radius: 8px !important;
	cursor: hand;
	cursor: pointer;
}
#customerbar .lozengehover {
	background-color: white;
	color: black;		
}
#customerbar .lozengehover a, #customerbar .lozengehover a:visited, #customerbar .lozengehover a:hover, #customerbar .lozengehover a:active {
	color: black;
}
#customerbar .curvy {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#customerbar .curvytop {
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;	
}

#customerbar .activecustomer {
	float: left;
	width: 125px;
	padding: 4px;
	background-color: #FFCB6B;
	font-weight: bold;
	height: 14px;
}
#customerbar .icon {
	float: left;
	width: 25px;
	padding: 4px;
}
#customerbar .name {
	float: left;
	width: 150px;
	padding: 4px;
}
#customerbar .enquiryname {
	float: left;
	padding: 4px;
	padding-right: 10px;
}
#customerbar .recentquotes {
	float: left;
	width: 110px;
	padding: 4px;
	background-color: #FFCB6B;
	font-weight: bold;
	height: 14px;	
}
#customerbar .recentequotes {
	float: left;
	width: 60px;
	padding: 4px;
	background-color: #FFCB6B;
	font-weight: bold;
	height: 14px;	
}
#customerbar .quotes {
	float: left;
	border-left: 1px solid #FFCB6B;
}
#customerbar .close {
	width: 100px;
	float: right;
	text-align: right;
	padding: 4px;
	font-size: 11px;
	background-color: #FFCB6B;
	height: 14px;
}
#customerbar #eclose {
	width: 150px;
	float: right;
	text-align: right;
	padding: 4px;
	font-size: 11px;
	background-color: #FFCB6B;
	height: 14px;
}

.genericpanel {
	background-color: white;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	position: absolute;	
	padding: 10px;
	color: black;
	font-size: 12px;
	z-index: 100;
}
.genericpanel a, .genericpanel a:hover, .genericpanel a:active, .genericpanel a:visited {
	color: #00f !important;
	text-decoration: underline !important;
}
.genericpanellinks {
	border: 1px solid #CCC;
	padding: 5px;
	margin-top: 0;
	background-color: #EFEFEF;	
}
#customerpanel {
	height: 140px;
	width: 350px;
}
#enquirypanel {
	height: 350px;
	width: 500px;		
}
#portfoliopanel {
	height: 50px;
	width: 350px;		
}

.newizardcol {
	height: 27px;
	border: 1px solid #dddddd;
	padding: 5px;
	margin: 5px;
}
.newwizardlinkonly {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding-top: 15px;
}
.newwizardlinkonly:hover {
	background-color: #ffffcc;
}

.quoteitinitem {
	border: 1px solid #ddd;
	margin-top: 3px;
}
.quoteitinheader {
	background-color: #ddd;
	padding: 3px;
}
.quoteitinbody {
	padding: 3px;	
}

#quotes {
	font-size: 12px;
}
#quoteleft {
	float: left;
	width: 160px;
}
#quoteright {
	float: left;
	width: 334px;
	height: 300px;
	overflow: auto;
	border-left: 1px solid #ccc;
	padding-left: 5px;
}
.quotedetailchooser {
	padding: 3px;
}

#header {
	height: 34px;
	background: #333;
	font: 12px verdana, helvetica, arial, sans-serif;
	color: white;
}
#header .left {
	width: 61%;
	float: left;
	height: 34px;
}
#header .middle {
	float: left;
	width: 3%;
	padding-top: 7px;
}
#header a, #header a:active, #header a:visited { color: white; text-decoration: none }

#header .right {
	width: 34%;
	float: right;
	padding-top: 5px;
/*	padding: 9px 4px 4px 4px;*/
	text-align: right;
	height: 21px;
}
#header .menu {
	position: absolute;
	width: 220px;
	height: auto;
	background-color: #fff;
	z-index:200;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	top: 22px;
}
#header .menubutton {
	padding: 9px 4px 4px 4px;
	width: 60px;
	font-weight: bold;
	height: 21px;
	float: left;
	border-left: 1px solid black;
	text-align: center;
}
#header .menubuttonwhite {
	background-color: #fff !important;
	color: black;

	border-left: 1px solid black;
}
#header .menubutton:hover {
	background-color: #fff !important;
	color: black;
	cursor: hand;
	cursor: pointer;
	border-left: 1px solid black;
}
#header .menubutton:hover a {
	color: black;
}

#header #menustartbutton {
	padding-left: 15px;
	padding-right: 15px;
}

#header .menu ul { padding-top:5px; margin:0; list-style:none; font-size: 12px; padding-left: 10px; padding-right: 10px; padding-bottom: 10px; }
#header .menu li { padding:0; margin:0; display:inline}
#header .menu a, .dropdown .menu a:active, .dropdown .menu a:visited { display:block; padding:5px; margin-bottom: 2px; color: #00f !important; font-weight: bold; }
#header .menuitemlight { background-color: #efefef; }

#breadcrumbs {
	background-color: #fff;
}
#content {
	padding: 10px;
	background-color: #fff;
	padding-bottom: 150px;
}

#footer {
	font: 10px verdana, helvetica, arial, sans-serif;
	border-top: 1px solid #999;
	padding: 10px;
	color: #666;
}
#footer img {
	position: absolute;
	margin-top: -60px;
}
/*
.dropdown { padding:0; margin:0; float: left; }
.dropdown dt { margin: 0; width:150px; text-align: left; height: 14px; padding:4px; font-weight:bold; cursor:pointer; background:url('/images/extranet/top-bg.png')}
.dropdown dt:hover { background:#222 }
.dropdown dd { padding:0; margin:0; position:absolute; overflow:hidden; width:158px; display:none; background:#fff; z-index:200; opacity:0; font-size: 11px; }
.dropdown ul { padding:0; margin:0; border-left:15px solid #9ac1c9; list-style:none;}
.dropdown li { padding:0; margin:0; display:inline}
.dropdown a, .dropdown a:active, .dropdown a:visited { display:block; padding:5px; color:#333 !important; text-decoration:none; background:#eaf0f2; width:194px}
.dropdown a:hover { background:#d9e1e4; color:#000}
.dropdown .underline { border-bottom:1px solid #b9d6dc}
*/
#productbar {
	background-color: #fff;
	height: 65px;
}
#productbar .left {
	float: left;
	width: 250px;
	padding-left: 10px;
}
#productbar .middle {
	float: left;
	width: 50%;
}
#productbar #mainproducts {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}
#productbar .right {
	float: right;
	text-align: right;
	padding-top: 25px;
	padding-right: 5px;
	font-size: 14px;
}
#productbar ul {
	list-style-type: none;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	padding-left: 20px;
}
#productbar ul li {
	float: left;
	margin-right: 12px;
	padding: 4px;
	padding-left: 25px;
}
#navhome {
	background: url('/images/extranet/go-home.png') no-repeat;
	background-position: left;
}
#navsearch {
	background: url('/images/extranet/go-search.png') no-repeat;
	background-position: left;
}
#navcustomers {
	background: url('/images/extranet/go-customers.png') no-repeat;
	background-position: left;
}
#navbookings {
	background: url('/images/extranet/go-bookings.png') no-repeat;
	background-position: left;
}
#navibos {
	background: url('/images/extranet/go-ibos.png') no-repeat;
	background-position: left;
}
.navhigh {
	border: 1px solid #ccc;
	background-color: #ffffcc !important;
}
.mainnav {
	border-left: 1px solid #efefef;
	float: left;	
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 22px;
	padding-bottom: 22px;
}
.mainnav a {
	text-decoration: none;
}
.mainnav:hover {
	background-color: #ffffcc;	
}
.mainnavlast {
	border-right: 1px solid #efefef;
}
#startpanel {
	background-color: white;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	height: 400px;
	position: absolute;
	width: 600px;
}
#startpanelclose {
	border-top: 1px solid #EFEFEF;
	height: 15px;
	padding: 10px;
	text-align: right;
	background-color: #ddd;	
}
#startpanelclose a {
	font-weight: bold;
	color: black;
	text-decoration: none;
}
#startpanelleft {
	border-right: 1px solid #EFEFEF;
	float: left;
	font-size: 14px;
	font-weight: bold;
	height: 356px;
	padding-top: 8px;
	width: 219px;
	overflow-y: scroll;
}
#startpanelright {
	float: left;
	height: 364px;
	width: 379px;
	overflow-y: scroll;
}
.hubline {
	padding: 6px;
	cursor: hand;
	cursor: pointer;
}
.hubline a {
	text-decoration: none;
}	
.hubline:hover {
	background-color: #efefef;
}
.hubitem {
	padding: 6px 8px 6px 35px;
	font-weight: bold;
	font-size: 14px;
	cursor: hand;
	cursor: pointer;	
}
.hubitem a {
	text-decoration: none;	
}	
.hubheading {
	background-color: #666;
	color: white;
	padding: 4px;	
}
.hubitem:hover {
	background-color: #efefef !important;	
}
.hubpanel {
	display: none;
}

/* Main Tabs */
#menubar {
	height: 30px;
	padding-top: 0px;
	padding-left: 10px;
	background: url('/images/extranet/nav-bg.png');
}
#menubar .right {
	float: right;
	margin-top: 9px;
	margin-right: 5px;
	font-size: 11px;
	color: white;
}	
#menu {
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
} 
#menu ul li {
	float: left;
	margin-right: 1px;
}
#menu ul li a {
	float: left;
	display: block;
	text-decoration: none;
	padding: 8px 14px 5px 14px;
	color: #eee;
}
#menu ul li.here a {
	float: left;
	display: block;
	text-decoration: none;
	padding: 7px 14px 8px 14px;
	background-color: #d6e7ff;
	border-top: 1px solid #609DC2;
	border-left: 1px solid #609DC2;
	border-right: 1px solid #609DC2;
	color: #000000;
}
#menu ul li a:hover {
	color: #fff;
}
#menu ul li.here a:hover {
	color: #000;
}

/* Sub tabs */
#submenubar {
	background-color: #d6e7ff;
	height: 27px;
	padding-left: 10px;
}
#submenu {
	padding-top: 5px;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#submenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
} 
#submenu ul li {
	float: left;
	margin-right: 1px;
}
#submenu ul li a {
	float: left;
	display: block;
	text-decoration: none;
	padding: 5px 15px 2px;
	color: #333;
}
#submenu ul li.here a {
	float: left;
	display: block;
	text-decoration: none;
	padding: 5px 15px 2px;
	background-color: #ffffff;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	color: #333;
}
#submenu ul li a:hover {
	color: #0069AC;
}
#submenu ul li.here a:hover {
	color: #333;
}

/* Forms */
.formerrors {
	padding: 5px;
	border-top: 1px solid #ff9393;
	border-bottom: 1px solid #ff9393;
	margin-bottom: 3px;
	background: #ffecec url('/images/exclame.gif') no-repeat 99% 50%;
}
.formerror {
	font-size: 11px;
	color: #ee0000;
	font-weight: bold;
}
.formlabel {
	width: 15%;
	vertical-align: top;
}
.formlabelwide {
	width: 30%;
	vertical-align: top;
}
.formlabel33pc {
	width: 33%;
	vertical-align: top;
}
.formlabelnta {
	width: 15%;
}
.formfield {
	vertical-align: top;
}
.formback {
	padding: 5px;
	background-color: #ebf3ff;
	border-top: 1px solid #a5c1ec;
	border-bottom: 1px solid #a5c1ec;
}
.formtable {
	width: 100%;
}
.formhelp {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10px;
	margin-top: 0;
}
.formrequired {
	font-size: 11px;
	color: #ff0000;
}
.formrequiredmaybe {
	font-size: 11px;
	color: #0000ff;
}
.formheader {
	font-size: 14px;
	font-weight: bold;
}
.formbutton {
	margin-top: 10px;
}
.formtip {
	padding: 2px;
	border: 1px solid #000000;
}
.savebutton {
	margin-top: 10px;
	background-color: #fff7ea;
	padding-left: 15px;
	padding-right: 15px;
}

/* Lists */
.listtable {
	width : 100%;
	border : 0;
	background-color: #fff;
}
.listheader {
	background-color : #d6e7ff;
	color : #000000;
	font-weight : bold;
}
/*.listheader a {
	color : #000000;
}
.listheader a:visited {
	color : #000000;
}
.listheader a:hover {
	color : rgb(71, 104, 149);
}*/
.listheader a {
	font-weight: normal;
}
.listheader td {
	height : 25px;
	border-bottom : 1px solid #dddddd;
}
.listtable {
/*	border : 1px solid #cccccc;*/
}
.listrow td {
	height : 25px;
	border-bottom : 1px solid #dddddd;
}
.altlistrow td {
	background-color: #f8f9ff;
}
.nolistrow td {
	height: 25px;
}
.smalllistrow td {
	height : 25px;
	font-size : 11px;
	border-bottom : 1px solid #dddddd;
}
.hoverlistrow td {
	height : 25px;
	border-bottom : 1px solid #dddddd;
	background-color : #efefef;
}
.highlistrow td {
	height : 25px;
	/*border-bottom : 1px solid #dddddd;*/
	background-color : #ffffcc;
}
.listrowdouble {
	border-bottom : 1px solid #dddddd;
}
.highlistcell {
	background-color: #96ff93 !important;
}
.listalternaterow {
	background-color: #efefef;
}

.detailstable  {
	padding-bottom: 10px;
}

.detailsrow td {
	height : 25px;
	border-bottom : 1px solid #dddddd;
}

.detailslabel {
	font-weight: bold;
}

.detailsvalue-left {
	text-align: left;
}

.detailsvalue-right {
	text-align: right;
	padding-right: 20px;
}

.detailsvalue-center {
	text-align: center;
}

.detailslabel--25, .detailsvalue--25 {
	width: 25%;
}

.detailslabel--50, .detailsvalue--50 {
	width: 50%;
}

.detailslabel--75, .detailsvalue--75 {
	width: 75%;
}

.pages {
	text-align : center;
	margin : 0;
}
.page {
	padding : 7px;
	background-color : #efefef;
	margin-left : 1px;
}
.pagedots {
	padding : 7px;
	margin-left : 1px;
}
.selpage {
	padding : 7px;
	background-color : #ffffcc;
	margin-left : 1px;
}

/* General Forms, buttons and breadcrumbs */
.bread {
	margin: 0;
	padding-left: 5px;
	padding-top: 5px;
	font-size: 11px;
}
.buttons {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 32px;
} 
.buttons li {
	float: left;
	margin-right: 1px;
	background-color: #ffffcc;
	padding: 5px;
	border: 1px solid #cccccc;
	margin-bottom: 5px;
	font-size: 11px;
	font-weight: bold;
}

/* Supplier Auto Rec */
span.autorec_suppliervalue {
	display: block;
	font-style: italic;
}

span.autorec_systemvalue {
	display: block;
	font-weight: bold;
}

/* Success & Fail */
.success {
	padding: 5px;
	border-top: 1px solid #96ff93;
	border-bottom: 1px solid #96ff93;
	margin-bottom: 3px;
	background: #edffec url('/images/tick.gif') no-repeat 99% 50%;
}
.info {
	padding: 5px;
	border-top: 1px solid #72CCFF;
	border-bottom: 1px solid #72CCFF;
	margin-bottom : 3px;
	background: #E5F6FF url('/images/info.gif') no-repeat 99% 50%;
}
.failure {
	padding: 5px;
	border-top: 1px solid #ff9393;
	border-bottom: 1px solid #ff9393;
	margin-bottom: 3px;
	background: #ffecec url('/images/exclame.gif') no-repeat 99% 50%;
}

/* Headers */
h2, .header {
	margin: 0;
	font-weight: normal;
	font-size: 22px;
}

/* Home Page */
#homepage .left {
	float: left;
	width: 80%;
}
#homepage .right {
	float: left;
	width: 19%;
	margin-left: 5px;
}
#homepage .cmleft {
	overflow: hidden;
}
#homepage .cmright {
	float: left;
	width: 440px;
	margin-left: 5px;
}
.rightboxheader {
	margin-top: 8px;
}
.rightboxheaderleft {
	width: 60%;
	float: left;
	font-size: 16px;
	font-weight: bold;
	padding-top: 4px;
}
.rightboxheaderright {
	width: 39%;
	float: right;
}
#moduleleft {
	float: left;
	width: 50%;
	margin-right: 5px;
}
#moduleright {
	float: left;
	width: 49%;
}
#modulearealeft {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#modulearearight {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.module {
	border: 1px solid #ddd;
	margin-bottom: 10px;
}
.modulehead {
	text-align: center;
	border-bottom: 1px solid #ddd;
	background-color: #d6e7ff;
	padding: 3px;
}
.modulebody {
	padding: 3px;
}
#modulearealeft.empty, #modulearearight.empty {
	height: 20px;
	border: 1px dotted #ddd;
	background: #efefef;
}
.closelink {
	float: right;
	font-size: 9px;
	padding-top: 2px;
}
.closelink a, .closelink a:hover, .closelink a:visited, .closelink a:active { color: black }
#pagelist {
	padding-left: 16px;
}
.bulletinhead {
	width: 90%;
	height: 20px;
	text-align: center;
	background-color: #D6E7FF;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	padding-left: 3px;
	padding-right: 3px;
}
.bulletinbrowse {
	list-style-type: none;
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}
.bulletinbrowse li {
	width: 48%;
	height: 18px;
	float: left;
	padding-top: 3px;
	padding-bottom: 0;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
}
.bulletinbrowse li.here {
	background-color: #0A70B7;
}
.bulletinbrowse a {
	width: 100%;
	text-decoration: none;
	color: #000000;
}
.bulletinbrowse li.here a {
	color: #FFFFFF;
}
.linkicon {
	float: left;
	height: 26px;
	margin: 4px;
}
.linkcontent {
	float: right;
	height: 26px;
	width: 85%;
	margin-top: 4px;
	margin-bottom: 4px;
}

/* Pages */
#contentlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.contentblock {
	padding: 10px;
	border: 1px dotted #efefef;
	margin-bottom: 2px;
}
.contentblock .draghandle {
	cursor: move;
	padding-right: 5px;
	float: left;
}
.contentfile {
	margin-top: 15px;
}
#contentarea .left {
	float: left;
	width: 80%;
}
#contentarea .right {
	float: right;
	width: 18%;
}
.contentoptions {
	float: right;
}
.contenttext {
	float: left;
	width: 80%;
}

#dhtmltooltip{
	position: absolute;
	left: -300px;
	width: 150px;
	border: 1px solid black;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}

.boxstyle1 {
	font-size: 11px;	
	background-color: #FFF7DE;
	border-top: 1px solid #FFCB6B;
	border-bottom: 1px solid #FFCB6B;
	padding: 6px;
	margin-bottom: 4px;
	margin-top: 8px;
}
.boxstyle1 h2,.boxstyle1 p {
	margin: 0;
}

span.transferdate-transferred, span.transferdata-final {
	color: red;
}

span.transferdate-closed {
	color: blue;
}

span.disabled-link {
	color: gray;
	text-decoration: line-through;
	font-style: italic;
}

span.negativeamount {
	color: red;
}

span.matchfail {
	color: red;
}

// Calendar
.cpYearNavigation,.cpMonthNavigation { background-color:#C0C0C0; text-align:center; vertical-align:center; text-decoration:none; color:#000000; font-weight:bold; }
.cpDayColumnHeader, .cpYearNavigation,.cpMonthNavigation,.cpCurrentMonthDate,.cpCurrentMonthDateDisabled,.cpOtherMonthDate,.cpOtherMonthDateDisabled,.cpCurrentDate,.cpCurrentDateDisabled,.cpTodayText,.cpTodayTextDisabled,.cpText { font-family:arial; font-size:9pt; }
.cpDayColumnHeader { text-align:right; border:solid thin #C0C0C0;border-width:0px 0px 1px 0px; }
.cpCurrentMonthDate, .cpOtherMonthDate, .cpCurrentDate  { text-align:right; text-decoration:none; }
.cpCurrentMonthDateDisabled, .cpOtherMonthDateDisabled, .cpCurrentDateDisabled { color:#D0D0D0; text-align:right; text-decoration:line-through; }
.cpCurrentMonthDate, .cpCurrentDate { color:#000000; }
.cpOtherMonthDate { color:#808080; }
.cpCurrentDate { color:white; background-color: #C0C0C0; border:1px solid #800000; }
.cpCurrentDateDisabled { border-width:1px; border:solid thin #FFAAAA; }
.cpTodayText, SPAN.cpTodayTextDisabled { height:20px; }
.cpTodayText { color:black; }
.cpTodayTextDisabled { color:#D0D0D0; }
.cpBorder { border:1px solid #808080; }

.small {
	font-size: 10px;
}
.smaller {
	font-size: 9px;
}
.tiny {
	font-size: 8px;
}

div.autocomplete {
  position:absolute;
  background-color:white;
  border:1px solid #888;
  margin:0px;
  padding:0px;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.autocomplete ul li.selected { background-color: #ffb;}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:5px;
  cursor:pointer;
  font-size:14px;
}

div.autocomplete ul li span.textsearched {
	font-weight: bold;
	color: #3399FF;
}

.worldclock {
	font-size:	8px;
	text-align:	center;
}

#worldclocktime {
	font-size:		20px;
	font-weight:	bold;
	text-align:		center;
	font-family:	Agency FB;
}

.loginform {
	background-color: #fff;
	border: 1px solid #ccc;
	width: 300px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	padding: 10px 0 10px 0;
}
.loginform .margins {
	margin-top: 30px;
	margin-bottom: 60px;
}

.clockarea, .weatherarea {
	width: 372px;
	margin-left: auto;
	margin-right: auto;
}
.clockbox {
	width: 87px;
	height: 110px;
	border: 1px solid #efefef;
	padding: 8px;
	padding-left: 15px;
	padding-right: 15px;
	margin-right: 5px;
}

.weatherbox {
	width: 87px;
	height: 110px;
	border: 1px solid #efefef;
	padding: 8px;
	padding-left: 15px;
	padding-right: 15px;
	margin-right: 5px;
}

.clockname {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	height: 50px;
}

.clocktime {
	font-size: 18px;
	text-align: center;
	height: 30px;
}

.clockdate {
	font-size: 10px;
	text-align: center;
	height: 20px;
}

.weatherlocation {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	height: 30px;
}

.weatherimage, .weathersummary {
	font-size: 10px;
	text-align: center;
}

.noterow {
	border: 1px solid #ccc;
	margin-bottom: 5px;
}
.noterowbody {
	padding-left: 10px;
}
.noterowfooter {
	background-color : #d6e7ff;
	font-size: 10px;
	padding: 5px;
	padding-left: 10px;
}

.lookupimage {
	float: left;
	padding: 5px;	
}

.menutable .header {
	font-size: 14px;
	font-weight: bold;
}

.imageletter {
	padding: 5px;
	background-color: #d6e7ff;
	margin-left: 1px;
}

.imageletterhigh {
	padding: 5px;
	background-color: #ffffcc;
	margin-left: 1px;
}

.erratanotify {
	float:right;
	margin-right: 40px;
	margin-top: 20px;
	height: 16px;
	width: 100px;
	border: 1px solid #efefef;
	padding: 4px;
	background-color: #ffffcc;
}

#sourceextraboxes, #supplierboxes, #brandboxes, #sourceboxes { overflow: hidden; }

.browseimage {
	width: 100%;
	height: 160px;
	text-align: center;
	border: 1px solid #dddddd;
}
.browseimagehover {
	width: 100%;
	height: 160px;
	text-align: center;
	background-color: #efefef;
	border: 1px solid #aaaaaa;
}
.browseimagehigh {
	width: 100%;
	height: 160px;
	text-align: center;
	background-color: #ffffcc;
	border: 1px solid #FFD277;
}

div.auto_complete {
	width: 400px;
	background: #fff;
}
div.auto_complete ul {
	border:1px solid #888;
	margin:0;
	padding:0;
	width:100%;
	list-style-type:none;
}
div.auto_complete ul li {
	margin:0;
	padding:3px;
}
div.auto_complete ul li.selected { 
	background-color: #ffb; 
}
div.auto_complete ul strong.highlight { 
	color: #800; 
	margin:0;
	padding:0;
}

div.tdvaligntop td {
	vertical-align: top;
	height: auto;
	min-height: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
}

span.toggle-base {
	cursor: pointer;
}

span.toggle-hide {
	display: none;
}

span.toggle-show {
	display: inline-block;
}

div.toggle-base {
	cursor: pointer;
}

div.toggle-hide {
	display: none;
}

div.toggle-show {
	display: inline-block;
}

img.arrow_img_more {
	height: 12px;
	width: 12px;
	margin-left: 5px;
}

img.arrow_img_less {
	height: 12px;
	width: 12px;
	margin-left: 5px;
}

tr.hidden {
	display: none;
}

.editablebox {
	z-index: 9000;
	position: absolute;
	background-color: #efefef;
	border: 1px solid #888;
	padding: 6px;
}

.titanproperty {border: 2px solid #336699; margin: 5px 0px 15px 0px; padding-bottom: 5px;} 
.titanproperty a {color: #0977BF;}
.ratestable {border-left: 1px solid #0977BF; border-bottom: 1px solid #0977BF; border-right: 1px solid #0977BF;}

.white {color: #FFFFFF;}

#sidepanel {
	position: absolute;
	top: 0px;
	width: 200px;
	height: 600px;
	overflow: visible;
}
.quoteemailpreview {
	border: 1px solid black;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

.documenticon {
	float: left;
	width: 20px;
	height: 20px;
	border-style: solid;
	border-width: 2px;
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
	line-height: 20px;
	font-weight: bold;
	margin-left: 2px;
	margin-right: 2px;
	position: relative;
}

.documenticon a {
	text-decoration: none;
	position:absolute; 
	width:100%;
	height:100%;
	top:0;
	left: 0;
	z-index: 1;
}

.documentpending, .documentpending a {
	color: #FFBF00;
}

.documentreceived, .documentreceived a {
	color: green;
}

.documentoverdue, .documentoverdue a {
	color: red;
}

.qscolselector {
	width: 201px;
	height: 25px;
	background-color: white;
	border: 1px solid #999;
	padding: 5px;
	box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
}
.qspriceinfo {
	width: 200px;
	height: 75px;
	background-color: white;
	border: 1px solid #999;
	padding: 5px;
	box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;	
}
.qsselectedcell {
	background-color: #ffc;
}

#fusioncrmeditside p {
	margin: 0 0 4px 0;	
}

td.bestprice a {
	background-color: yellow;
}

table.cruisedesctableon td.bestprice a {
	color: blue;
}

.popdownul {
        position: absolute;
        background-color: white;
        border: 1px solid #ccc;
        list-style: none;
        margin: 0;
        padding: 0;
        width: 130px;
        text-align: left;
}
.popdownli {
        display: inline;
}
.popdownli a {
        display: block;
        font-weight: bold;
        padding: 5px;
}
.popdownli a.menuitemlight {
        background-color: #efefef;
}

.greentext {
		color: #488507 !important;
}

.greenhighlight {
		background-color: #edffec !important;
}

.iboselementpaxcount {
	cursor: default;
	font-weight: bold;
}

.redtext {
		color: #E01B4C !important;
}

.draggable {
	cursor: move;
}

div.insurance_wrapper {
	margin-left: 5em;
	margin-right: 5em;
	border: 1px solid #00f;
	padding: 0.5em;
}

div.insurance_item {
	background-color: #60af60;
}

div.insurance_item p a:hover {
	background-color: blue;
	color: white;
}

div.insurance_extra, div.insurance_docs, div.insurance_terms {
	margin: 0.5em;
	border: 1px solid #f00;
	padding: 0.5em;
}

.helpcolumns {

}
.helpcolumnsleft {
	width: 300px;
	float: left;
	border-right: 1px solid #efefef;
}
.helpcolumnsright {
	margin-left: 310px;
	font-size: 14px;
}
.helpcolumnsright h3 {
	padding-top: 15px;
	border-top: 1px solid #efefef;
}
.helpmodifieddate {
	color: #777;
	font-size: 12px;
}
.helppreviewtext {
	padding-left: 30px;
	margin-top: 0;
}
.helpcolumnsright img.size-auto, .helpcolumnsright img.size-full, .helpcolumnsright img.size-large, .helpcolumnsright img.size-medium, .helpcolumnsright .attachment img {
	max-width: 80%;
	height: auto;
}
.helpcolumnsright a.lightwindow img {
	padding: 10px;
	border: 1px solid #ccc;
	background-color: #efefef;
}

tr.flightplusbreakdown {
	cursor: pointer;
}

tr.flightplusbreakdown:hover {
	background-color: #aaf;
}

.awesomebtn, .awesomebtn:visited {
	background: #222 url(/images/awesomebtn-overlay.png) repeat-x; 
	display: inline-block; 
 	padding: 5px 10px 6px; 
	color: #fff; 
   	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
  	cursor: pointer;
}

.awesomebtn:hover { background-color: #111; color: #fff; }
.awesomebtn:active { top: 1px; }

.small.awesomebtn, .small.awesomebtn:visited {
	font-size: 11px;
}
.awesomebtn, .awesomebtn:visited, .medium.awesomebtn, .medium.awesomebtn:visited {
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}
.large.awesomebtn, .large.awesomebtn:visited {
	font-size: 14px;
	padding: 8px 14px 9px;
}
.fillside.awesomebtn, .fillside.awesomebtn:visited {
	font-size: 14px;
	width: 180px;
   	text-align: center;
	padding: 10px 14px 10px;
 	margin-bottom: 8px;
}

.paddright.awesomebtn {
	margin-right: 5px;	
}

.green.awesomebtn, .green.awesomebtn:visited { background-color: #0c3; }
.green.awesomebtn:hover { background-color: #749a02; }

.blue.awesomebtn, .blue.awesomebtn:visited { background-color: #236FAF; }
.blue.awesomebtn:hover { background-color: #1B598E; }

.red.awesomebtn, .red.awesomebtn:visited { background-color: #e33100; }
.red.awesomebtn:hover { background-color: #872300; }

.magenta.awesomebtn, .magenta.awesomebtn:visited { background-color: #a9014b; }
.magenta.awesomebtn:hover { background-color: #630030; }

.orange.awesomebtn, .orange.awesomebtn:visited { background-color: #ff5c00; }
.orange.awesomebtn:hover { background-color: #d45500; }

@-webkit-keyframes redpulse {
  from { background-color: #bc330d; -webkit-box-shadow: 0 0 9px #333; }
   50% { background-color: #e33100; -webkit-box-shadow: 0 0 18px #e33100; }
  to { background-color: #bc330d; -webkit-box-shadow: 0 0 9px #333; }
}

.red.awesomebtn.pulse { -webkit-animation-name: redpulse; -webkit-animation-duration: 1s; -webkit-animation-iteration-count: 5; }

.awesomeformbutton {
	background: #222 url(/images/awesomebtn-overlay.png) repeat-x; 
	padding: 5px 10px 6px; 
 	color: #fff; 
   	text-decoration: none;
	font-weight: bold;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	cursor: pointer;
	border: none !important;
}
.awesomeformbutton:hover { background-color: #111; color: #fff; }

.boxedarea {
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 5px;
}
.boxedarea h2 {
	background-color: #efefef;
	font-size: 14px;
	font-weight: bold;
	padding: 4px;
	margin-bottom: 5px;
}

#precruise h2 {
    font-size: 16px;
    font-weight: bold;
    background-color: #D0D0D0;
}

#precruiselist h2 {
    font-size: 14px;
    background-color: #efefef;
}

#postcruise h2 {
    font-size: 16px;
    font-weight: bold;
    background-color: #D0D0D0;
}

#postcruiselist h2 {
    font-size: 14px;
    background-color: #efefef;
}

#cruiseday h2 {
    font-size: 16px;
    font-weight: bold;
    background-color: #D0D0D0;
}

#cruisedaylist h2 {
    font-size: 14px;
    background-color: #efefef;
}

#floating h2 {
    font-size: 16px;
    font-weight: bold;
    background-color: #D0D0D0;
}

#floatinglist h2 {
    font-size: 14px;
    background-color: #efefef;
}


.boxedarea h2 .pushright {
	float: right;
	font-size: 12px;
	font-weight: normal;
}

.homeagentbranding {
	border: 1px solid #efefef;
	padding: 6px;
	margin-bottom: 20px;
}
.homeagentbrandingleft {
	float: left;
	width: 260px;	
}
.homeagentbrandingright {
	font-size: 22px;	
	font-weight: bold;
	padding-top: 18px;
}
.tmsitin th {
	background-color: #EFEFEF !important;
}

.tablescroll_wrapper {
	border: 2px solid #D6E7FF; 
	overflow-x:scroll; padding: 5px;
}
.tablescroll_inner {
	table-layout: fixed; margin:40px auto 0px auto;   
}

.dragdropoverlay {
    background-color: #C0C0C0;
    opacity: 0.5;
    filter: alpha(opacity=0.5);
    position: fixed; top: 0; left: 0;
    width: 100%; height: 100%;
    z-index: 998;
}

.dragdropform {    
    background-color: #FFFFFF;
    width: 800px; height: 600px;
    opacity: 1;
    filter: alpha(opacity=1);      
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1002;
    display: inline-block;
    position: fixed;
    border-style:solid;
    border-width:1px;
}

.dragdroppreform {    
    background-color: #FFFFFF;
    width: 800px; height: 200px;
    opacity: 1;
    filter: alpha(opacity=1);       
    top:30%;
    bottom: 70%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1002;
    display: inline-block;
    position: fixed;
    border-style:solid;
    border-width:1px;
}
div.titanautocomplete {
  position:absolute;
  width:250px;
  background-color:white;
  border:1px solid #888;
  margin:0;
  padding:0;
}
div.titanautocomplete ul {
  list-style-type:none;
  margin:0;
  padding:0;
}
div.titanautocomplete ul li.selected { background-color: #ffb;}
div.titanautocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  height:32px;
  cursor:pointer;
}

a.bordered { 
	border-style:solid;
	border-width:2px;
	text-decoration:none;
	padding:4px;
	border-color:#336699;
	color:#336699;
}

a.bordered:hover {
	background:#336699;
	color: white;
}

.toggleroom.disabled {
	opacity: 0.5;
}
.toggleroom.included:after {
	content: 'Exclude Room';
}
.toggleroom.excluded:after {
	content: 'Include Room';
}
#tradenameicon {
    margin: 0 0 0 10px;
    position: absolute;
}

.toursortabletype h3 {
	float: left;
}

.toursortabletype ul {
	float: right;
	margin-right: 15px;
	margin-top: 15px;
}