div.token-ResCal a.mgmt {
	display: block;
	float: right;
}
div.token-ResCal div.ok th {
	vertical-align: top;
	text-align: right;
	font-weight: bold;
	padding: 4px;
}

div.token-ResCal div.title {
	font-size: 18px;
	font-weight: bold;
}

div.token-ResCal div.title.no {
	float: left;
}

div.token-ResCal div.title.text {
	margin-left: 40px;
	border-bottom: 1px solid black;
}

div.token-ResCal div.nomargin {
	margin-left: 0px !important;
}

div.token-ResCal table.status {
	margin-top: 10px;
}

div.token-ResCal table.status th {
	text-align: left;
	padding-right: 10px;
	vertical-align: top;
}

div.token-ResCal div.helptext {
	width: 30%;
	margin-left: 40px;
	margin-top: 10px;
	font-size: 12px;
	float: left;
}

div.token-ResCal div.noscript {
	width: 30%;
	margin-top: 10px;
	font-size: 12px;
	float: left;
	padding-left: 25px;
	background-image: url("/sys/fam/icons/error.png");
	background-repeat: no-repeat;
}

div.token-ResCal div.items {
	margin-left: 30px;
	margin-top: 10px;
	float: left;
}

div.token-ResCal div.divider {
	clear: both;
	margin-bottom: 30px;
}

div.token-ResCal input.text {
	width: 190px;
}

div.token-ResCal textarea.text {
	width: 290px;
}

div.token-ResCal input.button {
	margin-top: 10px;
}
div.token-ResCal #times {
	width: auto;
	float: left;
	margin-top: 10px;
	padding: 5px;
	color: black;
	background-color: lightyellow;
	border: 1px dotted black;
	visibility: hidden;
}

body.rescal-edit {
	background-color: #c7d6e9;
}
	
body.rescal-edit #times_in_edit {
	width: auto;
	right: 0;
	position: absolute;
	margin: 10px;
	font-family: Verdana,Arial;
	font-size: 12px;
	padding: 5px;
	color: black;
	background-color: lightyellow;
	border: 1px dotted black;
	visibility: hidden;
	z-index: 1000;
}

body.rescal-mgmt {
	background:#D2E4B4 url(/sys/tokenedit/title-bg.jpg) repeat-x scroll 0 0;
	font-family:verdana,arial,sans-serif;
	font-size:12px;
	margin:0 15px;
}

body.rescal-mgmt input.new {
    float: right;
	display: block;
}
body.rescal-mgmt .edit {
    background-image: url(/sys/fam/icons/pencil.png) !important;
}

body.rescal-mgmt table.reservations {
	height: auto !important;
}


body.rescal-mgmt table.reservations {
	width: 620px;
	border: 1px solid #c0c0c0;
	margin-top: 10px;
}
body.rescal-mgmt table.actions {
	position: absolute;
	bottom: 10px;
	width: 640px;
}

body.rescal-mgmt table.reservations td {
	padding: 3px;
	font-size: 12px;
}

body.rescal-mgmt table.reservations tr.boxtitle {
	height: 30px;
	font-weight: bold;
	background-color: #e0e0e0;
}

body.rescal-mgmt table.reservations tr.odd {	
	background-color: #f9f9ff;
}
body.rescal-mgmt table.reservations tr.even {	
	background-color: #f9fff9;
}

body.rescal-mgmt table.reservations tr.content:hover {
	background-color: #B3CE87 !important;
}

body.rescal-mgmt .icon-edit,
body.rescal-mgmt .icon-edit:visited {
    background-image: url(/sys/fam/icons/page_edit.png);
	background-repeat: no-repeat;
	text-decoration: none;
	padding-left: 20px;
	color: black;	
}

body.rescal-mgmt .icon-delete {
    background-image: url(/sys/fam/icons/delete.png);
	background-repeat: no-repeat;
	text-decoration: none;
	padding-left: 20px;
	color: black;	
}

body.rescal-mgmt .new-res {
    background-image: url(/sys/fam/icons/add.png) !important;
}

body.rescal-mgmt table.editform {
	margin: 10px;
}

body.rescal-edit table.editform,
body.rescal-edit table.editform input,
body.rescal-edit table.editform textarea {
	font-family: "trebuchet ms",georgia,tahoma,verdana; font-size: 11px;
}

body.rescal-edit table.editform td.cell {
	padding: 3px 0;
}

body.rescal-edit table.editform input,
body.rescal-edit table.editform textarea {
	width: 300px;
}

body.rescal-edit table.editform input#duration {
	width: 40px;
}

body.rescal-edit table.editform input#start_timeTime {
	margin-top: 5px;
	width: 40px;
}

body.rescal-edit table.editform input#start_time {
	width: 100px !important;
}
body.rescal-mgmt * {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}
body.rescal-mgmt div.tableContainer {
	max-height: 500px;
	width: 640px;
	overflow: auto;
}
.cal-event .title {
	font-size: 10px;
}
div.token-ResCal .datepick-current-day a {
	background: #F3F3F3 !important;
}

