/* CSS Document */

/* // GENERAL // */
html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

html, body, .light, #new-vendor-form {
	background-color: #E6EBEE;
}

.nav_bar {
	background: url(/images/header/main-menu.gif);
}

.nav_bar a {
	padding: 7px 10px 7px 10px;
	white-space: nowrap;
	background: url(/images/header/main-menu.gif);
	color: #FFFFFF;
	float: left;

	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.nav_bar a:hover, .mainMenuHover {
	background: url(/images/header/main-menu-hover.gif);
	color: #000066;
}

.mainMenuHover {
	border: 1px solid #000066;
	padding: 7px 10px 7px 10px;
	white-space: nowrap;
	width: 80px;

	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.nav_bar .group {
	border-collapse: collapse;
	border: 1px #000066 solid;
	height: 28px;
	margin: 0px 0px 3px 0px;
}

.nav_bar .group td {
	padding: 0px;
}

fieldset {
	padding: 0px;
	border: 1px solid rgb(164, 163, 167);
}

fieldset legend,
table caption {
	padding-left: 0.35em;
	padding-right: 0.35em;
	font-size: 14px;
	font-weight: bold;
	color: #1F4B60;
}

table caption {
	text-align: left;
	padding-bottom: 0.5em;
}

input, .number-input, .button {
/*	background-color: #EFF3F4;
*//*	border-bottom: #134258;
	border-right: #134258;
*/}

.number-input {
	text-align: right;
}

input.number-input {
	width: 3em;
}

/* anchors are used in all sorts of ways: this rule does too much
a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
}
*/

a { text-decoration: none; }

.heading_font{
	padding-top:4px;
	padding-bottom:3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	/*font-weight:bold;
	color:#25576F;*/
	position:absolute;
	top:45px;
	color:white;
}
.small-font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

.small-red-font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color:red;
}

.small-bold-font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight:bold;
}

.alert-text-small{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#990000;
	text-align:center;
}

.highlighted{
	background-color:#FFFF00;
}

.hidden{
	display:none;
}

.visible{
	display:block;
}

.padded-menu{
	padding-left:20px;
}

.padded-menu label{
	text-align:right;
	padding-right:5px;
}
/* //////////////////////// */

/* Message boxes (changes have been saved, etc.) */
.success-message,
.warning-message,
.error-message {
	width: 20em; /* default */
	margin-left: auto;
	margin-right: auto;
	border: solid 1px;
	padding: 1em 0.75em;
}

.success-message {
	border-color: #7c7;
	background: #cec;
}

.warning-message {
	border-color: #cc7;
	background: #ee7;
}

.error-message {
	border-color: #c77;
	background: #ecc;
}

.error-message small {
	color: gray;
}

.cancelled-stamp {
	margin: 0.4em;
	color: red;
	font-size: smaller;
	font-variant: small-caps;
	border: 2px solid;
	padding: 0.2em 0.4em;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-4deg);
	display: inline-block;
}


/* // PAGE TITLES AND SUBTITLES // */
.title {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #0f2f3e;
}

.sub-title {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding-bottom: 10px;
}
/* /////////////////////////////// */

/* // INFORMATION TABLE FORMAT // */
.info-table, .info-table td, .info-table th {
	border: 1px solid #2c586e;
	border-collapse: collapse;
}

.info-table th {
	text-align: left;
	padding-right: 15px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.info-table td {
	/* removed to fix phone messages table: text-align: center; */
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	/* removed - just why was this here anyway? I'm looking at you Jon <_< : width: 100px; */
}

.info-table td.cell-name{
	text-align:left;
}
/* ////////////////////////////// */

/* // REPORT TABLE FORMAT // */
.report-table, .report-table td, .report-table th {
	border-width: 1px;
	border-style: solid;
	border-collapse: collapse;
	border-color: #2c586e;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.report-table tr {
	background-color: white;
}

.report-table td.cell-name, .report-table td.cell-title {
	text-align: left;
	padding-left: 15px;
	padding-right:10px;
}

.report-table .light {
}

.report-table .dark {
	background-color: #def0f9;
}

.report-table .over {
	background-color: #C6E5F4;
}

/* should only be on something clickable
.report-table td {
	cursor: pointer;
}
*/

.clickable { cursor: pointer; }

.cell-title {
	font-size: 14px;
	font-weight: bold;
	height: 3em /*50px*/;
}

/*
.report-table td {
	border: none;
}
*/

.report-table td.cell-text {
	padding: 15px;
	text-align:justify;
}

.report-table td.tick {
	padding-left: 2px;
	padding-right: 2px;
}
/* ////////////////////////////// */


/* // QUESTIONAIRE TABLE FORMAT // */

.questionaire th, .questionaire td{
	text-align: left;
	padding-left:20px;
	padding-top:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1F4B60;
	font-weight: bold;
	padding-right: 10px;
}

/* ////////////////////////////// */


/* // FORM TABLE FORMAT // */

.form-table, .form-table td, .form-table th {
	text-align: left;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
}


/* ///////////////////////// */

/* // MAIN MENU BUTTONS // */
.menu_button, .menu_button_over {
	cursor: pointer;
	width: 162px;
	height: 25px;
	position: relative;
	/*padding: 10px;*/
}

.menu_button {
	background: url("/images/header/button.gif");
	background-repeat: no-repeat;
}

.menu_button_over {
	background: url("/images/header/button_over.gif");
	background-repeat: no-repeat;
}

.menu_title, .menu_title_over {
	position: relative;
	top: 3px;
	width: 162px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	height: 25px;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}

.menu_title {
	color: white;
}

.menu_title_over {
	color: #2c586e;
}

.menu {
	padding-top: 10px;
	vertical-align: top;
	background: #F1F0F0;
}
/* /////////////////////// */

/* // BUTTONS WITH IMAGE BACKGROUND - FOR SUB MENU // */
.image-button, .image-button-over, a.image-button {
	border-style: none;
	border-width: 0;

	background-repeat: repeat-x;
	width: 149px;
	height: 28px;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
	color: black;
	vertical-align: middle;
}

a.image-button, a.image-button-over{
	position:relative;

	/* top:1px; /*-- IE workaround*/

	display:block;
	line-height:28px;
	text-align:center;
}

input.image-button, input.image-button-over {
	display: block;
}

.image-button {
	background-image: url(/images/top_button_test.gif);
}

/*
.image-button-over {
	background-image: url(/images/top_button_over_test.gif);
}
*/

/* /////////////////////////////////////////////////// */


/* // SUMMARY BLOCK CLASSES // */

.agency_to_midconsort-label, .customer_to_agent-label, .midconsort_to_supplier-label, .midconsort_to_agency-label, .midconsort_profit-label {
	font-size: 12px;
	color: #2c586e;
	font-weight: bold;
	position: relative;
}

.agency-block {
	background-image: url(images/summary_bg_images/customer_to_agencies.gif);
	background-repeat: no-repeat;
	width: 292px;
	height: 253px;
	position: relative;
}

.customer_to_agent-label {
	top: 165px;
	left: 35px;
}

.agency_to_midconsort-label {
	top: 10px;
	left: 30px;
}

.midconsort-block {
	background-image: url(images/summary_bg_images/midconsort_block.gif);
	background-repeat: no-repeat;
	width: 219px;
	height: 95px;
	position: relative;
}

.midconsort_profit-label {
	text-align: center;
	bottom: 25px;
}
.supplier-block {
	position: relative;
	background-image: url(images/summary_bg_images/suppliers_block.gif);
	background-repeat: no-repeat;
	width: 273px;
	height: 95px;
}

.midconsort_to_supplier-label {
	top: 10px;
	right: 70px;
}

.arrow-back-block {
	background-image: url(images/summary_bg_images/arrow_midcon_to_agencies.gif);
	background-repeat: no-repeat;
	width: 219px;
	height: 87px;
	position: relative;
}

.midconsort_to_agency-label {
	top: 50px;
	right: 90px;
	text-align: center;
}
/* /////////////////////////// */

/* page description box */
.page-description-box {
	width: 700px;
	margin: 1.5em auto;
	border: solid 1px #ddb;
	padding: 1em;
	background: #ffd;
	text-align: left;
}

.page-description-box input {
	float: right;
}

.page-note {
	margin-bottom: 0.5em;
}

.page-description-box h3 {
	margin-top: 0;
	font-size: 1em;
	width: 7em;
	float: left;
	clear: left;
}

.page-description-box div.content {
	margin-left: 7em;
	margin-right: 7em;
}

/* // VIEW OPTIONS TABLE // */
.view-options-table td{
	text-align:left;
	padding-left:10px;
}

/* //////////////////////// */

/* // SPECIFIC TYPE BEHAVIOURS // */
label, label a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1F4B60;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: none;
}

.breakline {
	border-top: thin solid #2c586e;
}

/* class name for higher specificity */
td.total, .report-table td.total,
td.money, .report-table td.money {
	text-align: right;
	padding-right: 10px;
}

input.money {
	width: 4em;
	text-align: right;
}

.zero {
	color: gray;
}

td.total {
	font-weight: bold;
}

/* boxed "[owner]" label for marking 'customers' who are actually staying in their own unit
	<small class="boxed-owner">owner</small>
*/
small.boxed-owner {
	border: 1px solid #88f; /* blue for owner stays, as on grid */
	padding-left: 0.25em;
	padding-right: 0.25em;
	margin-right: 0.125em;
	vertical-align: middle;
}

.reportButton {
	width: 149px;
	height: 28px;
}
.reportButtonSmall {
	width: 115px;
	height: 28px;
}

.reportButtonThin, .reportButtonThinOver {
	width: 115px;
}
.reportButtonThin, .reportButtonThinOver, .heightOfReportButtonThin {
	height: 22px;
}
.narrowButton, .narrowButtonOver {
	width: 45px;
	height: 28px;
}
.roundSmallButton {
	width: 24px;
	height: 24px;
    cursor: pointer;
}

.minus6 {
	background-image: url(/images/buttons/minus_6.gif);
}

.minus1 {
	background-image: url(/images/buttons/minus_1.gif);
}

.plus6 {
	background-image: url(/images/buttons/plus_6.gif);
}

.plus1 {
	background-image: url(/images/buttons/plus_1.gif);
}

.minus7 {
    background-image: url(/images/buttons/minus7.png);
}

.minus15 {
    background-image: url(/images/buttons/minus15.png);
}

.plus7 {
    background-image: url(/images/buttons/plus7.png);
}

.plus15 {
    background-image: url(/images/buttons/plus15.png);
}

.reportButton, .reportButtonSmall, .reportButtonOver, a.reportButton, .narrowButton, .narrowButtonOver, .reportButtonThin, .reportButtonThinOver, .roundSmallButton {
	border-style: none;
	border-width: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	vertical-align: middle;
}
.reportButton, .reportButtonSmall, .reportButtonOver, a.reportButton, .narrowButton, .narrowButtonOver{
	margin: 5px;
}
a.reportButton, a.reportButtonOver{
	display: block;
	line-height: 28px;
	text-align: center;
	height: 28px;
	cursor: pointer;
}
input[type=button], button {
	cursor: default;
}

.reportButton,
.reportButton.reportButton-disabled:hover {
	background-image: url("/images/buttons/reports-button.gif");
	background-repeat: no-repeat;
}
.reportButtonOver,
.reportButton:hover {
	background-image: url("/images/buttons/reports-button-hover.gif");
	background-repeat: no-repeat;
	height: 28px;
}
.reportButtonThin {
	background-image: url("/images/buttons/reports-button-thin.gif");
	background-repeat: no-repeat;
}
.reportButtonThinOver,
.reportButtonThin:hover {
	background-image: url("/images/buttons/reports-button-thin-over.gif");
	background-repeat: no-repeat;
}
.reportButtonSmall {
	background-image: url("/images/buttons/reports-button-small.gif");
	background-repeat: no-repeat;
}
.reportButtonOverSmall {
	background-image: url("/images/buttons/reports-button-hover-small.gif");
	background-repeat: no-repeat;
	height: 28px;
}

.reportButton.reportButton-disabled {
	opacity: 0.5;
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5;
	-khtml-opacity: 0.5;

	cursor: default;
}

.reportButton.reportButton-disabled[title] {
	cursor: help;
}

.narrowButton {
	background-image: url("/images/buttons/narrow-menu-button.gif");
	background-repeat: no-repeat;
}
.narrowButtonOver {
	background-image: url("/images/buttons/narrow-menu-button-over.gif");
	background-repeat: no-repeat;
}

.gridStepButton {
	-moz-border-radius: 4px;
	border: 1px solid black;
	border-bottom: none;
	background: blue url(/images/buttons/reports-button-thin.gif) center bottom no-repeat;
	color: white;
	font-weight: bold;
	font-size: 90%;
	padding: 2px 6px;
}
.gridStepButton:hover {
	background: orange url(/images/buttons/reports-button-thin-over.gif) bottom center no-repeat;
}

.search-sized-button, .search-sized-button-over {
	border-style: none;
	border-width: 0;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
	color: white;
	background-repeat: no-repeat;
	height: 20px;
	margin: 0px 0px 0px 4px;
	width: 63px;
}

.search-sized-button {
	background-image: url(/images/buttons/search-sized-button.gif);
}

.search-sized-button-over {
	background-image: url(/images/buttons/search-sized-button-over.gif);
}


.rollover-explanation { visibility: hidden; }
.rollover-explainable:hover .rollover-explanation { visibility: visible; }

/* ////////////////////////////// */

/* // PRINTING STYLES // */
@media print {
	.nav,
	.sub-menu,
	.reportButton {
		display: none;
	}
	html {
		background-color: white;
	}
	.report-table {
		width: 600px;
	}
	.report-table, .report-table td, .report-table th {
		border-color: black;
	}
	.breakline {
		border-top: thin solid black;
	}
}
/* ///////////////////// */
/*
COLOURS

COLOR="#76C1E5" - light blue top right of heading frame
COLOR="#25576F" - darker blue, bottom of ball in logo
COLOR="#134258" - dark blue of word mercury in logo
COLOR="#5F5F5F" - grey of invoicing word
COLOR="#2871B4" - brighter blue of top line
COLOR="#2871B4" - lighter blue top of ball in logo
COLOR="#EFF3F4" - lighter blue shade in heading, just right of logo in heading
COLOR="#E8E8E8" - background of menu frame
COLOR="#C6C6C6" - grey of non hover button
*/
