body {
	font-family: Helvetica, Arial, Sans-serif;
	margin:0;
	padding:0;
	color: #135b7d;
}
ul {
	list-style:none;
	padding:0;
	margin:0;
}
a {
	color:#35bbe6;
	text-decoration:none;
}
a:hover {
	color:#135b7d;
}
.formedit, a.formedit, .addbutton {
	height: 25px;
    width: 25px;
    text-align: center;
    background-color: #35bbe6;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    border-radius: 50%;
    line-height: 23px;
    margin-left: 5px;
}
.addbutton {
	height:35px;
	width:35px;
	line-height:0;
	font-size:24px;
	border:none;
	cursor:pointer;
	padding:0;
}
.separator {
	margin:10px 0;
	height:1px;
	background-color:#135b7d;
}
h1 span {
	display:inline-block;
	padding:15px 23px;
	font-size:24px;
	border-radius:20px;
	background-color:#135b7d;
	color:#fff;
}
label.chapter, label.bigger {
	display:block;
	margin-top:20px;
	font-size:1.3em;
}
label.smallchapter {
	display:block;
	margin-top:10px;
}
#topdiv {
	padding:20px 10px;
	background-color:#35bbe6;
	color:#fff;
}
#toplinks {
	float:left;
	padding-left:30px;
}
#toplinks a {
	display:inline-block;
	padding:10px 15px;
	border-radius:10px;
	background-color:#135b7d;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
#toplinks a:hover {
	color:#135b7d;
	background-color:#fff;
}
#topdiv select {
	color:#fff;
	background-color:#135b7d;
}
.rightlink {
	float:right;
}

#logindiv {
	text-align:right;
}
#toplinks ul li {
	display:inline-block;
	margin-right:15px;
}

.button, button, input[type="submit"] {
	border: solid 1px #135b7d;
	border-radius:10px;
	background-color:#135b7d;
	color:#fff;
	padding: 3px 10px;
	font-size:0.8em;
	text-decoration:none;
}
button.inactive, .newbutton button {
	color:#135b7d;
	background-color:#fff;
}

button.empty, .emptyButton button {
	color:#135b7d;
	background-color:transparent;
	border:none;
}
button.signal {
	background-color:#c00;
	border-color:#c00;
}
.bigsize {
	font-size:2em;
}
a.button:hover, a.button:active, a.button:focus {
	text-decoration:none;
	color:#fff;
}
input[type="text"], input[type="password"] {
	border:solid 1px #135b7d;
	border-radius:none;
	padding:3px 5px;
}
.spacer {
	height:20px;
}
.divider {
	display:block;
	margin:10px;
	height:1px;
	background-color:#135b7d;
}
.contentdiv {
	padding:20px;
	position:relative;
}
.rowdiv {
	display:block;
	margin-bottom:5px;
}
.rowdiv span {
	display:inline-block;
	vertical-align:top;
}
.col {
	display:inline-block;
	margin-right:20px;
	vertical-align:top;
}
.rowdiv .info {
	margin-top:20px;
}
.rowdiv .value {
	display:inline-block;
	margin-right:2em;
}
.rowdiv.listentry span {
	display:inline-block;
	margin-right:1em;
}
.dynval {
	display:inline-block;
	margin-right:20px;
}
.dynval label {
	margin-right:5px;
}
.dynval input {
	width:100px;
}
label {
	display:inline-block;
	font-weight:bold;
	margin-right:2em;
	vertical-align:top;
}
label.div {
	display:block;
	margin-bottom:1em;
}
.oneline {
	display:inline-block;
}
.oneline form, .oneline div {
	display:inline-block;
	margin-left:20px;
}
.divider {
	height:1px;
	background-color:#999;
	margin:10px 0;
}
.editList td.editable, .listpicker td {
	cursor:pointer;
}
.dashboardsection {
	border: solid 1px #000;
	margin-bottom: 30px;
	display:inline-block;
}
.dashboardsection.super {
	border-color:#f42f2f;
}
.dashboardsection.data {
	border-color:#f1c232;
}
.dashboardsection.list {
	border-color:#674ea7;
}
.dashboardsection_title {
	padding:10px 20px;
	font-weight:bold;
	background-color:#000;
	color:#fff;
}
.dashboardsection.super .dashboardsection_title {
	background-color:#f42f2f;
}
.dashboardsection.data .dashboardsection_title {
	background-color:#f1c232;
}
.dashboardsection.list .dashboardsection_title {
	background-color:#674ea7;
}

.dashboardlinks ul li {
	display:inline-block;
	margin:10px;
}
.dashboardlinks ul li a {
	vertical-align:top;
	text-align:center;
	display:inline-block;
	width:150px;
	height:70px;
	line-height:70px;
	border-radius:20px;
	background-color:#35bbe6;
	color:#fff;
}

.dashboardlinks .dashboardsection.super ul li a {
	background-color:#f42f2f;
}
.dashboardlinks .dashboardsection.data ul li a {
	background-color:#f1c232;
	color:#000;
}
.dashboardlinks .dashboardsection.list ul li a {
	background-color:#674ea7;
}

/*
.dashboardlinks ul li a.orange {
	background-color:#ff8000;
}
.dashboardlinks ul li a.yellow {
	background-color:#e6e635;
}
.dashboardlinks ul li a.green {
	background-color:#bbe635;
}
.dashboardlinks ul li a.turquoise {
	background-color:#35e6bb;
}
.dashboardlinks ul li a.blue {
	background-color:#35bbe6;
}
.dashboardlinks ul li a.purple {
	background-color:#e635e6;
}
.dashboardlinks ul li a.pink {
	background-color:#f65090;
}
*/

.dashboardlinks ul li a span {
	display:inline-block;
	line-height:1.2em;
	vertical-align:middle;
	text-transform:lowercase;
}
.dashboardlinks ul li a:hover {
	background-color:#135b7d;
}

.warning {
	background-color:#fc0;
	padding:3px;
}
.warnicon, .warnicon:link {
	display:inline-block;
	font-size:1.8em;
	color:#fc0;
	width:35px;
	height:35px;
	text-align:center;
	background-color:#135b7d;
	border-radius:50%;
}
.warnicon:hover, .warnicon:active, .warnicon:visited {
	color:#fff;
}
.hint {
	position:absolute;
	border:solid 1px #135b7d;
	background-color:#135b7d;
	color:#fff;
	padding:20px;
	cursor:pointer;
	z-index:100;
}

.editList table tr.even {
	background-color:#A7EFFF;
}
.listpicker table th, .editList table th {
	text-align:left;
	padding-right:10px;
}
.listpicker table td, .editList table td {
	padding-right:10px;
	padding-bottom:3px;
	vertical-align:middle;
}
#slotssection .listpicker table td, #slotssection .editList table td {
	vertical-align:top;
}

.listpicker input[type="text"], .editList input[type="text"], .editList select {
	width:100%;
}

span.accstatus {
	display:block;
}
span.accstatus.open {
	background-color:#000;
	color:#fff;
	padding: 2px 5px;
}
span.accstatus.none {
	background-color:#999;
	color:#fff;
	padding: 2px 5px;
}
span.accstatus.assigned {
	background-color:#f63;
}
span.accstatus.requested {
	background-color:#ff3;
}
span.accstatus.confirmed {
	background-color:#6f3;
}
.td_agency span.accstatus.open, .td_code span.accstatus.open, .td_accommodation span.accstatus.open {
	background-color: inherit;
	color: inherit;
	padding: inherit;
}
.td_agency span.accstatus.none, .td_code span.accstatus.none, .td_accommodation span.accstatus.none {
	background-color: inherit;
	color: inherit;
	padding: inherit;
}
.td_agency span.accstatus.assigned, .td_code span.accstatus.assigned, .td_accommodation span.accstatus.assigned {
	background-color: inherit;
	color: inherit;
	padding: inherit;
}
.td_agency span.accstatus.requested, .td_code span.accstatus.requested, .td_accommodation span.accstatus.requested {
	background-color: inherit;
	color: inherit;
	padding: inherit;
}
.td_agency span.accstatus.confirmed, .td_code span.accstatus.confirmed, .td_accommodation span.accstatus.confirmed {
	background-color: inherit;
	color: inherit;
	padding: inherit;
}

#listsection {
	margin-top:10px;
}
#editsection form {
	min-width:500px;
	min-height:350px;
}
#editsection form label {
	display:inline-block;
	width:150px;
	overflow:hidden;
}
#editsection form input[name="flights_input"] {
	width:400px;
}

.adminlabel {
	font-weight:bold;
	color:#c00;
}
.userline {
	margin-top:30px;
	padding-top:30px;
	border-top:solid 1px;
}
.userline:not(.newuser):first-child {
	border-top:none;
}
.userline ul li {
	display:inline-block;
	margin-right:20px;
}
.userline div.name {
	display:block;
	font-weight:bold;
	font-size:1.5em;
}
.userline input[type="checkbox"] {
	margin-right:5px;
}
#userslist {
	margin-bottom:30px;
}
.userline button.delete {
	background:none;
	color:#c00;
	border:none;
	margin-left:10px;
}

.evententry {
	margin-bottom:50px;
}
.evententry .rowdiv, .evententry .rowdiv label {
	margin-bottom:0;
}

.evententry .title {
	font-weight:bold;
}
.eventtable {
	border-collapse:collapse;
}
.eventtable th {
	font-weight:normal;
	border-bottom: solid 1px;
	padding-right:20px;
}
.eventtable td {
	padding-right:20px;
	vertical-align:top;
}
.eventtable tr.tr_warn td {
	color: #c00;
}
.playstodayWarning {
	color: #c00;
}

.alldaystable th, .alldaystable td {
	padding-right:20px;
}
.alldaystable td {
	text-align:right;
	padding-bottom:5px;
}

#menu {
	position:absolute;
	display:none;
	background-color: #35bbe6;
	z-index:1000;
	padding-top:3px;
}
#menu ul li {
	margin-bottom:3px;
}
#menu ul li.sep {
	margin:8px 0;
	height:1px;
	background-color: #135b7d;
}
#menu ul li a {
	padding: 3px 10px;
	display:block;
	color: #135b7d;
	text-decoration:none;
	font-weight:bold;
	text-transform:lowercase;
}
#menu ul li a:hover {
	background-color: #135b7d;
	color:#fff;
}
.accommodation_image_form {
	position:relative;
}
.accommodation_image_form button {
	position:absolute;
	line-height:2em;
	top:50%;
	left:50%;
	width:200px;
	height:40px;
	margin-left:-100px;
	margin-top:-20px;
	background-color:#c00;
	border-color:#c00;
}

.accommodation_image_form #objimage {
	width:400px;
	height:400px;
	border:solid 1px #000;
	line-height:400px;
	text-align:center;
}
.accommodation_image_form #objimage img {
	max-width:100%;
	max-height:100%;
}

.infodiv {
	margin-top:30px;
}
.infodiv .title {
	font-weight:bold;
}

.preference .content {
	display:inline-block;
	vertical-align:top;
}
