﻿body {
	background-color: #424b58;
	padding: 0;
	color: #696969;
	width: 990px;
	margin: 0 auto;
}

header, footer, nav, section {
	display: block;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-size: 1.5em;
	color: #304047;
}

h1 {
	font-size: 2em;
	padding-bottom: 0;
	margin-bottom: 0;
}

h2 {
	font-size: 1.3em;
	padding: 0 0 0px 0;

}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.1em;
	margin-top: 10px;
	margin-bottom: 5px;
}

h5, h6 {
	font-size: 1em;
}

h3.deleteWarning {
	color: #900;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}

header, #header {
	position: relative;
	margin-bottom: 0px;
	color: #000;
	padding: 0;
}

header h1, #header h1 {
	font-weight: bold;
	padding: 5px 0;
	margin: 0;
	color: #fff;
	border: none;
	line-height: 2em;
	font-size: 32px !important;
	text-shadow: 1px 1px 2px #111;
}

#main {
	padding: 5px 20px 15px 20px;
	background-color: #fff;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
}

footer, #footer {
	background-color: #fff;
	color: #999;
	padding: 10px 0;
	text-align: center;
	line-height: normal;
	margin: 0 0 30px 0;
	font-size: .9em;
	border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu {
	padding: 0 0 2px;
	position: relative;
	margin: 0;
	text-align: right;
}

ul#menu li {
	display: inline;
	list-style: none;
    font-size: .9em;
}

ul#menu li#greeting {
	padding: 10px 20px;
	font-weight: bold;
	text-decoration: none;
	line-height: 2.8em;
	color: #fff;
}

ul#menu li a {
	padding: 10px 20px;
	font-weight: bold;
	text-decoration: none;
	line-height: 2.8em;
	background-color: #efefef;
	color: #333;
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
}

ul#menu li a:hover {
	background-color: #fff;
	text-decoration: none;
}

ul#menu li a:active {
	background-color: #d7d7d7;
	text-decoration: none;
}

ul#menu li.selected a {
	background-color: #fff;
	color: #e08738;
}




/* MISC  
----------------------------------------------------------*/
.clear {
	clear: both;
}

.error {
	color: Red;
}

nav, #menucontainer {
	margin-top: 5px;
}

div#title {
	display: block;
	float: left;
	text-align: left;
}

#logindisplay {
	font-size: 1.1em;
	display: block;
	text-align: right;
	margin: 10px;
	color: White;
	float: right;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	margin-bottom: 0;
}

#logindisplay a:link {
	color: white;
	text-decoration: underline;
}

#logindisplay a:visited {
	color: white;
	text-decoration: underline;
}

#logindisplay a:hover {
	color: white;
	text-decoration: none;
}

.largeText {
    width: 900px;
    white-space:nowrap;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
	display: block;
	color: #900;
	font-size: 11px;
	height: 10px;
}

.field-validation-valid {
	height: 10px;
	display: block;
	color: #fff;
	font-size: 1px;
}

.input-validation-error {
	border: 1px solid #ff0000;
	background-color: #ffeeee;
}

.validation-summary-errors {
	font-weight: bold;
	color: #ff0000;
}

.validation-summary-valid {
	display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/

label {
    
    color:#777;
    white-space: nowrap;
}
.e-display-label, .e-editor-label {
	margin: 1em 0 0 0;
	color:#777;
}

.e-display-field, .e-editor-field, .e-editor-field-half {
	margin: 0.5em 0 0 0;

}

.e-display-field {
	color: #304047;
}
.e-editor-field input[type="text"] {
	width: 200px;
}

.e-editor-field select {
	width: 206px;
}

.e-editor-field-half input[type="text"] {
	width: 90px;
}

.e-editor-field-half select {
	width: 96px;
}

.text-box {
	width: 30em;
}

.e-editor-field-half {
}

.text-box.multi-line {
	height: 6.5em;
}




.infoTable {
	width: 100%;
}
.infoTable td {
	padding: 3px 5px;
}

.infoTable th {
	padding: 6px 5px;
	text-align: left;
}



.chargeTable img {
	cursor: pointer;
}

.bookingNumberSection {
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 10px 10px 0 10px;
	background-color: #efefef;
}

.bookingCode {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
}

.bookingDescription {
	font-size: 12px;
	text-transform: uppercase;
}

.charge {
	margin-bottom: 5px;
	background-color: #fff;
}

.paging {
	padding: 5px;
	background-color: #d7d7d7;
}
.paging input[type="submit"] {
	padding: 3px 3px;
	border: 0;
	cursor: pointer;
	font-size: 14px;
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: transparent;
	color: #666;
}

.paging input[type="submit"]:hover {
	background-color: #efefef;
}

.paging input[type="submit"].selected {
	font-weight: bold;
	color: #efefef;
	background-color: #3f4855;
}

.nonValid {
	border: 1px solid #900 !important;
	background-color: #efd4d4;
}
.valid {
}

.imgLinkClear {
	background: url(../Img/Clear.png) no-repeat;
}



.downloadButton, .editButton, .deleteButton, .errorButton {
	text-align: center;
	vertical-align: middle;
	padding: 0 !important;
	width: 30px;
}

.downloadButton a, .editButton a, .deleteButton a, .errorButton a {
	display: block;
	height: 20px;
	width: 32px;
	margin: 0 auto;
	background-position: center 0;
	background-repeat: no-repeat;
}

.errorButton a {
	background-image: url('../Images/error.png');
}

.downloadButton a {
	background-image: url('../Images/download.png');
}
.editButton a {
	background-image: url('../Images/edit.png');
}
.deleteButton a {
	background-image: url('../Images/delete.png');
}


.inlineEditButton a {
	display: block;
	float: left;
	width: 22px;
	height: 20px;
	background-image: url('../Images/edit.png');
	margin: 0 auto;
	background-position: center 0;
	background-repeat: no-repeat;
}


.downloadButton a:hover, .editButton a:hover, .deleteButton a:hover, .inlineEditButton a:hover {
	background-position: center -20px;
	background-repeat: no-repeat;
}


.dataTable {
	border: 1px solid #a4abb2;
	width: 100%;
	border-collapse: collapse;
	font-family: "Segoe UI" ,Arial,sans-serif;
	border-color: #a4abb2;
	font-size: 12px;
}
.dataTable th {
	border: 1px solid #a4abb2;
	color: #3b3b3b;
	background-color: #dcdee1;
	text-align: left;
	line-height: 18px;
	padding: .3em 2.4em .3em .6em;
	font-weight: normal;
	background-image: linear-gradient(bottom, rgb(212,215,218) 6%, rgb(231,233,235) 53%);
	background-image: -o-linear-gradient(bottom, rgb(212,215,218) 6%, rgb(231,233,235) 53%);
	background-image: -moz-linear-gradient(bottom, rgb(212,215,218) 6%, rgb(231,233,235) 53%);
	background-image: -webkit-linear-gradient(bottom, rgb(212,215,218) 6%, rgb(231,233,235) 53%);
	background-image: -ms-linear-gradient(bottom, rgb(212,215,218) 6%, rgb(231,233,235) 53%);
	background-image: -webkit-gradient( 	linear, 	left bottom, 	left top, 	color-stop(0.06, rgb(212,215,218)), 	color-stop(0.53, rgb(231,233,235)) );
}
.dataTable td {
	border-right: 1px solid #a4abb2;
	border-left: 1px solid #a4abb2;
	color: #3b3b3b;
	text-align: left;
	line-height: 18px;
	padding: .3em 2.4em .3em .6em;
}
.dataTable tr:nth-child(odd) {
	background-color: #f1f2f3;
}
.dataTable tr:nth-child(even) {
	background-color: #fff;
}


.addConnection {
	border: 1px solid #a4abb2;
	width: 100%;
	border-collapse: collapse;
	font-family: "Segoe UI" ,Arial,sans-serif;
	border-color: #a4abb2;
	font-size: 12px;
}

.addConnection td {
	border-right: 1px solid #a4abb2;
	border-left: 1px solid #a4abb2;
	color: #3b3b3b;
	text-align: left;
	line-height: 18px;
	padding: .3em 2.4em .3em .6em;
	white-space:nowrap;
	
}

.formSection {
	float: left;
	margin-right: 10px;
}

.floatingCheckBox {
	width: 280px;
	float: left;
	margin-right: 14px;
}


.left-column {
    width: 50%;
    float: left;
}

.right-column {
     width: 50%;
    float: right;
}

.left-column fieldset {
    margin-right: 10px;
}

.right-column fieldset {
    margin-left: 10px;

}

.rad-window-footer { padding: 10px;border-top: 1px solid #ccc;background-color: #efefef;}

.rad-window-content-wrapper { overflow:auto;}
.rad-window-content { margin: 10px;}

.k-window-content { padding: 0 !important;}

.top5 { margin-top:5px; }
.top7 { margin-top:7px; }
.top10 { margin-top:10px; }
.top15 { margin-top:15px; }
.top17 { margin-top:17px; }
.top20 { margin-top:20px; }
.top24 { margin-top:24px; }
.top30 { margin-top:30px; }
.anchor-table>tbody>tr>td { padding:0 }
.anchor-table>tbody>tr>td>a { display: block; height: 100%;color: #111; padding: 8px }
.anchor-table>tbody>tr>td>a:hover { text-decoration: none }
div.control-label{font-weight: 700}
.e-editor-field ins {
    text-decoration: none;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: default;
}
.sql-format{ font-family: monospace;overflow: auto;  }
.highlight { background-color: #ffff00; font-weight: 800; }

.wrap-words {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    -moz-word-break: break-all;
    -o-word-break: break-all;
    word-break: break-all;
}

.crossed-out {
	color: #999;
	text-decoration: line-through;
}
