/** Layout **/
.wrapper {
	width: 100%;
	min-width: 960px;
	background: #fff;
}
.header {
	background: #1F334C;
	padding: 0px 0px;
	float: left;
	width: 100%;
	height: 100px;
}
.sitename {
	float: left;
	margin: 5px 0 10px 20px;
}
.flash {
	float: right;
}
.menu {
	float: left;
	padding: 0;
/* 	clear: both; */
/* 	width: 100%; */
	margin-left: 50px;
}
.content{
	background: #fff;
	clear: both;
	color: #333;
	padding: 0px 20px 40px 20px;
	overflow: hidden;
}
.footer {
	background: #fff;
	clear: both;
	padding: 6px 10px;
	text-align: left;
	bottom:0;
	height: 20px;
}
body {
	background: #fff;
	color: #fff;
	font-family:helvetica,arial,sans-serif;
	font-size: 10pt;
	line-height: 140%;
	margin: 0;
}
a {
	color: #333;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #367889;
	text-decoration:none;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
	margin-bottom:0.5em;
}
h1 {
	color: #555;
	font-size: 175%;
}
h3 {
	font-size: 25px;
	display: block;
}
h4 {
	font-size: 14px;
	display: inline;
}
.header h1 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 180%;
	font-weight: 100;
	margin-bottom: 0px;
	color: #fff;
	padding: 0 0 0 15px;
	display: inline-block;
}
.header h1 a {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}
.header h1 a:hover {
	color: #367889;
	text-decoration: none;
}

/** Tables **/
table {
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	border:0;
	border-bottom:2px solid #555;
	text-align: left;
	padding:4px;
}
th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a.asc:after {
	content: ' ⇣';
}
th a.desc:after {
	content: ' ⇡';
}
table tr td {
	padding: 6px;
	text-align: left;
	vertical-align: top;
	border-bottom:1px solid #ddd;
}
td.search {
	vertical-align: bottom;
	border-bottom: none;
}
table tr:nth-child(even) {
	background: #f9f9f9;
}
table tr.unconfirmed {
	background: #FCC1C1;
}
table tr.confirmed {
    background: palegreen;
}

/** Buttons **/
.button {
	background: #5f6975;
    margin: 1px !important;
    padding: 2px 8px !important;
	font-size: 6pt;
	font-weight: bold;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
	text-decoration: none;
	text-transform:uppercase;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
    width: 100px !important;
    height: 20px !important;
    min-width: 100px;
}
.button:hover {
    background: #4b545f;
    border: solid 1px #2A4E77;
	color: #fff !important;
}
.dropdown {
    width: 118px !important;
    height: 25px !important;
    margin: -2px 0 0 0 !important;
}

/** Forms **/
form {
	clear: both;
	margin: 0px 20px 20px 0px;
	padding: 0;
	width: auto;
	border: 1px solid #5f6975;
	border-radius: 10px;
	padding: 10px;
}
fieldset {
	border: none;
	margin-bottom: 1em;
	padding: 16px 10px;
}
fieldset legend {
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0;
	padding: 10px 0 0;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 0em;
	padding: .3em;
	vertical-align: text-top;
}
form .input {
	color: #444;
}
form .required {
	font-weight: bold;
}
form .required label:after {
	color: #e32;
	content: '*';
	display:inline;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
}
label {
	display: block;
	font-size: 90%;
	margin-bottom:3px;
}
label.normal {
	font-size: 100%;
	margin-bottom:0px;
}

input, textarea {
	clear: both;
	font-size: 100%;
	font-family:helvetica,arial,sans-serif;
	padding: 3px;
	width:80%;
}
input.nostyle {
    clear: both;
    font-size: 100%;
    font-family:helvetica,arial,sans-serif;
    padding: 3px;
    margin: 5px;
    width: auto;
}
select {
	font-family:helvetica,arial,sans-serif;
	clear: both;
	font-size: 100%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 6px 0;
	padding: 0;
	line-height: 26px;
}
.radio label {
	margin: 0 0 6px 20px;
	line-height: 26px;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	width: auto;
	margin-bottom: .3em;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
div.checkbox label {
	display: inline;
}


.drag {
	height: auto;
	padding: 5px;
	margin: 5px 0px 5px 0;
	background: #ccc;
	border: 1px solid #4b545f;
	border-radius: 4px;
	text-align: left;
	font-size: 90%;
	overflow: hidden;
}
i {
    margin-right: 5px;
}
.day {
	background: #6BCDFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(0, 0, 0, 1);
	margin-bottom: 5px;
	padding: 5px 5px;
	color: #000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	list-style: none;
	min-height: 40px;
	font-weight: bold;
}
.active {
	border: 2px solid #f00 !important;
	padding: 1px !important;
}
.day a {
	text-decoration: none;
}
.weekhead {
    clear: both;
}
.headblock {
	float:left;
	width: 13%;
	height: 20px;
	border: 1px solid #000;
	padding: 2px;
}
.week {
	clear: both;
    height: 250px;
}
.dropbox,
.day:hover {
	background: #fff;
}
.dayblock {
	float:left;
	width: 13%;
	border: 1px solid #fff;
	padding: 2px;
}
.smalldayblock {
	float:left;
	width: 60px;
	height: 60px;
	min-height: 60px;
	border: 1px solid #000;
	padding: 2px;
	font-size: 75%
}
.notvacation {
	background: #aaa;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(0, 0, 0, 1);
	margin-bottom: 5px;
	padding: 5px 5px;
	color: #888;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	list-style: none;
	height: 40px;
	font-weight: bold;
}
.smallnotvacation {
    background: #aaa;
    color: #888;
}
.attention {
	background: #FCC1C1;
}
.label {
	height: 20px;
	min-height: 20px;
	background: #000;
	border: 1px solid #000;
	color: #fff;
	text-align: center;
}
ul {
	margin: 0;
	padding: 0;
	width: 100%;
}
.roadside {
	border: 0;
	margin: 0;
	padding: 0;
	width: auto;
	font-size: 7pt;
}
.raform {
	border: 0;
	margin: 0;
	padding: 0;
	width: 20px;
	height: 20px;
	display: inline;
}
.raimage {
	width: 15px;
	height: 15px;
	padding: 0;
}
.daylist {
	float: left;
}
.summary {
	float: left;
	padding-left: 50px;
	border-left: 1px solid #ccc;
	margin-left: 50px;
}
a.smallicon {
    font-size: 18pt;
    text-decoration: none;
    vertical-align: bottom;
}
.smdescription {
    font-size: 7pt;
    line-height: 8pt;
    text-align: center;
    margin-top: 5px;
    font-weight: bold;
}
.alert {
    font-weight: bold;
    color: #F00;
}
