* {
	margin: 0;
	padding: 0;
}

body, textarea {
	font-family: tahoma,verdana,arial,helvetica,sans-serif;
	font-size: 80%;
}

h1,h2,h3,h4,h5,h6 {
	margin-bottom: 0.5em;
}

p,ul,ol,blockquote {
	margin-bottom: 1em;
}

img {
	border: 0;
}

a {
	cursor: pointer;
}

#header {
	padding: 10px 10px 0;
}

#header h1 {
	color: #f69240;
	font-size: 140%;
}

#menu {
	float: right;
	font-size: 80%;
	margin-top: 5px;
}

#logo {
	float: right;
}

#content {
	padding: 10px;
}

#footer {
	clear: both;
	margin-top: 10px;
	padding: 5px 10px;
	border-top: 1px solid #ccc;
	color: #999;
	font-size: 80%;
}

.ev, .evbg {
	position: absolute;
	z-index: 6;
	overflow: hidden;
	cursor: pointer;
}

.evbg {
	z-index: 5;
}

.r {
	float: right;
}

#gridview {
	background: #f6b178;
	padding: 5px;
}

#gridWrapper {
	overflow-y: scroll;
	overflow-x: hidden;
	background: #fff;
	position: relative;
}

#gridWrapper table {
	font-size: 80%;
}

#gridWrapper table.cm {
	font-size: 100%;
}

#cols {
	position: relative;
	margin: 0 16px 0 40px;
	text-align: center;
	height: 2.5ex;
}

.col {
	position: absolute;
}

.coltoday {
	background: #f69240;
	margin: 0 3px;
}

.evcont {
	font-size: 10px;
	padding: 2px;
	font-size: 90%;
}

.evcont h2 {
	font-size: 120%;
	margin-top: 0;
	margin-bottom: 0.2em;
}

.evcont span {
	float: right;
}

.evcont p {
	margin-bottom: 0.3em;
}

.evcont p b {
	display: block;
	width: 6em;
	float: left;
}

.rh {
	position: absolute;
	border-top: 1px solid #ddd;
	left: 0;
	width: 100%;
}

.rhh {
	position: absolute;
	left: 0;
	width: 100%;
}

.rht {
	padding-right: 6px;
	text-align: right;
}

.rhh .rht {
	color: #999;
}

#nav {
	margin-bottom: 5px;
}

.tab {
	height: 1.2em;
	line-height: 1.2em;
	margin: 0 0 0 10px;
	list-style: none;
}

.tab img {
	vertical-align: top;
}

#roomTabs li, #displayTabs li {
	float: left;
	background: url('/img/tabotl.png') top left no-repeat;
	margin-right: 1px;
}

#roomTabs li a, #displayTabs li a {
	background: url('/img/tabotr.png') top right no-repeat;
	display: block;
	padding: 0 8px;
	cursor: pointer;
}

#roomTabs li.selected, #displayTabs li.selected, #roomTabs li:hover, #displayTabs li:hover {
	background: url('/img/tabstl.png') #f6b178 top left no-repeat;
}

#roomTabs li.selected a, #displayTabs li.selected a, #roomTabs li:hover a, #displayTabs li:hover a {
	background: url('/img/tabstr.png') top right no-repeat;
}

#displayTabs {
	float: right;
	margin: 0 20px 0 0;
}

.navbtn {
	padding-right: 2px;
	vertical-align: middle;
}

#grid {
	position: relative;
	background: #ccc;
}

#rhead {
	position: relative;
	background: #f6e8dc;
}

#open {
	background: #fff;
	width: 100%;
	position: absolute;
	z-index: 1;
}

.hr {
	width: 100%;
	position: absolute;
	height: 0;
}

.hre {
	border-top: 1px solid #ddd;
}

.hro {
	border-top: 1px dotted #ddd;
}

.half {
	border-top: 1px solid #ccc;
	width: 5px;
	margin-left: -5px;
}

.vr {
	position: absolute;
	top: 0;
	z-index: 2;
	opacity: 0.5;
}

.gutter {
	border-left: 3px double #ddd;
	z-index: 2;
}

.ctoday {
	background: #ffc;
	z-index:2;
}

.room {
	border-left: 1px dotted #eee;
}

#rightBar {
	float: right;
}

#rightBar h2 {
	font-size: 110%;;
	margin-top: 10px;
}

.ck {
	clear: both;
	float: left;
	width: 16px;
	height: 16px;
	margin: 0 5px 5px 0;
}

.ckv {
	line-height: 16px;
	margin: 0 5px 5px 0;
}

#gridWrapper table.cm {
	float: left;
	margin: 10px;
}

table.cm {
	border-collapse: collapse;
}

table.cm, table.cm tr, table.cm tr td, table.cm tr th {
	border-color: #f69240;
}

table.cm tr.md td {
	width: 1.6em;
	height: 1.4em;
	text-align: center;
}

table.cm tr.md td a {
	text-decoration: none;
	display: block;
	color: #333;
}

table.cm tr.md td:hover {
	background: #f69240;
}

table.cm .mw {
	background: #f6b178;
	color: #666;
}

table.cm tr.md td.b a {
	color: #999;
}

table.cm tr.md td.b:hover {
	background: #f69240;
}

table.cm .nav {
	display: block;
	padding:0 8px;
	cursor: pointer;
}

#mnthprev {
	float: left;
}

#mnthnext {
	float: right;
}

table.cm .mn {
	background: #f6b178;
}

table.cm .mh {
	color: #f69240;
}

table.cm td.today {
	background: #f00;
	color: #fff;
	font-weight: bold;
}

table.cm td.today a {
	color: #fff !important;
}

table.cm td.bkd {
	font-weight: bold;
}

table.cm tr.md td.mw a {
	text-decoration: none;
	color: #666;
}

.clr {
	clear: both;
	line-height: 0;
}

.clrl {
	clear: left;
}

table.cm mn {
	background: #
}

#loading {
	position: absolute;
	top: 0;
	left: 50%;
	width: 120px;
	margin-left: -60px;
	padding: 4px;
	background: #f6b178;
	text-align: center;
}

#loading img {
	vertical-align: middle;
	margin-right: 5px;
}

#dragev {
	position: absolute;
	z-index: 14;
	background: #666;
}

.afrm {
	width: 30em;
}

.afrm ul {
	list-style: none;
}

.afrm li {
	display: block;
	width: 100%;
	clear: both;
	position: relative;
	padding: 2px;
}

.afrm h2 {
	font-size: 120%;
	color: #f69240;
}

.afrm label {
	display: block;
	font-weight: bold;
}

.afrm li span.report label {
	display: inline;
	font-weight: normal;
}

.afrm li span.report input {
	vertical-align: middle;
}

.afrm label b, .afrm p b {
	font-size: 80%;
	color: #f00;
}

.afrm .field {
	border: 1px solid #f69240;
	background: #fff !important;
	font-size: 11px;
	height: 13px;
	padding: 1px 0 2px 4px;
}

.afrm textarea {
	border: 1px solid #f69240;
	padding: 1px;
	background: #fff !important;
	font-size: 11px;
	width: 98%;
	height: 3em;
}

.afrm .err {
	background: #e29295 !important;
}

.afrm li span {
	float: left;
	margin: 0 4px 0 0;
	padding: 0 0 8px;
}

.afrm li span label {
	clear: both;
	display: block;
	font-size: 70%;
	font-weight: normal;
}

.select {
	float: left;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	overflow: hidden;
}

.select input {
	border: 1px solid #f69240;
	font-size: 11px;
	height: 13px;
	margin: 0;
	padding: 1px 0 2px 4px;
	vertical-align: middle;
}

.select img {
	border: 0;
	vertical-align: middle;
}

.ddo:hover {
	background: #3169c6;
	color: #fff;
}

#win {
	z-index: 1000;
}

#newevent, #win {
	position:absolute;
}

#winclose {
	position: absolute;
	top: 8px;
	z-index: 1009;
}

#wintl, #wintr, #winbl, #winbr {
	position: absolute;
	z-index: 1001;
}

#wintl {
	background: url('/img/wintl.png?2') top left no-repeat;
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
}

#wintr {
	background: url('/img/wintr.png?2') top right no-repeat;
	top: 0;
	left: 16px;
	height: 16px;
}

#winbl {
	background: url('/img/winbl.png?2') bottom left no-repeat;
	top: 16px;
	width: 16px;
}

#winbr {
	background: url('/img/winbr.png?2') bottom right no-repeat;
	left: 16px;
	top: 16px;
}

.cake-sql-log {
	display:none;
}
