html,
body {
	background: #d6d6d6 url('../images/bg-faux-column.gif') repeat-y center;
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 1050px;
	height: 100%;
	font: 12px Arial;
	color: #303030;
	border:#FF0033 medium solid;
}

select,
textarea,
input,
button {
	outline: none;
}

#container {
	background: url('../images/bg-header.gif') repeat-x;
	width: 100%;
	height: 100%;
	min-width: 1050px;
}


body > #container {
	height: auto;
	min-height: 100%;
}

#header {
	margin: 0 auto;
	width: 1050px;
	height: 143px;
}

#wrapper {
	background: #fff;
	margin: 0 auto;
	width: 972px;
	position: relative;
	padding-bottom: 71px;
}

#menu-left {
	background: url('../images/corners-grey.gif') no-repeat;
	position: absolute;
	width: 5px;
	height: 34px;
	left: 0;
}

#menu {
	float: left;
	margin: 4px 0 0 15px;
	height: 30px;
}

#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu li {
	float: left;
	margin: 0 4px 0 0;
	padding: 0;
}

#menu a {
	background: url('../images/bg-menu.gif') no-repeat;
	display: block;
	width: 123px;
	height: 30px;
	text-align: center;
	font: bold 12px/24px Arial;
	color: #303030;
	text-transform: uppercase;
	text-decoration: none;
}

#menu a.selected,
#menu a:hover {
	background-position: bottom;
	color: #fff;
}

#menu-right {
	background: url('../images/corners-grey.gif') no-repeat top right;
	position: absolute;
	right: 0;
	width: 5px;
	height: 34px;
}

.clear {
	clear: both;
}

#search-bar {
	margin: 5px 0 0 15px;
	width: 758px;
	height: 23px;
	float: left;
}

#selector {
	float: left;
}

#selector ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#selector li {
	float: left;
}

.hide-text {
	text-indent: -9999px;
	overflow: hidden;
}

#selector li a {
	background: url('../images/btn-selector.gif');
	display: block;
	height: 23px;
	line-height: 23px;
	color: #303030;
	text-align: center;
	text-decoration: none;
}

#selector li a.sel-previous {
	width: 23px;
}

#selector li a.sel-previous:hover {
	background-position: 0 23px;
}

#selector li a#sel-day {
	background-position: -23px 0;
	width: 47px;
}

#selector li a#sel-day.active,
#selector li a#sel-day:hover {
	background-position: -23px 23px;
}

#selector li a#sel-week {
	background-position: -70px 0;
	width: 47px;
}

#selector li a#sel-week.active,
#selector li a#sel-week:hover {
	background-position: -70px 23px;
}

#selector li a#sel-month {
	background-position: -117px 0;
	width: 46px;
}

#selector li a#sel-month.active,
#selector li a#sel-month:hover {
	background-position: -117px 23px;
}

#selector li a.sel-next {
	background-position: -163px 0;
	width: 23px;
}

#selector li a.sel-next:hover {
	background-position: -163px 23px;
}

.search {
	background: #dddfe0;
	border: 1px solid #7d7d7d;
	width: 175px;
	height: 21px;
}

.search input {
	float: left;
	background: none;
	border: none;
	width: 145px;
	height: 19px;
	color: #6e6f70;
	padding-left: 5px;
	line-height: 19px;
}

.search a {
	float: right;
	background: url('../images/btn-search.gif');
	display: block;
	width: 22px;
	height: 21px;
}

/*#calendar {
	width: 756px;
	border: 1px solid #797979;
	margin-bottom: 10px;
}

#calendar .heading {
	background: #d1ddeb;
	border-right: 1px solid #b0b8c5;
	border-bottom: 1px solid #b0b8c5;
	font-size: 15px;
}

#days-of-week {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#days-of-week li {
	float: left;
	padding: 5px 0;
	width: 107px;
	text-align: center;
}

#calendar .week {
	width: 756px;
}

#calendar .week .day {
	float: left;
	width: 107px;
	height: 76px;
	border-right: 1px solid #b0b8c5;
	border-bottom: 1px solid #b0b8c5;
	position: relative;
	padding-top: 21px;
}

#calendar .details a {
	background: url('../images/bg-view-details.gif') repeat-x;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	padding-left: 5px;
	width: 102px;
	height: 20px;
	line-height: 18px;
	font-size: 10px;
	color: #777;
}

#calendar .details a:hover {
	color: #000;
}

#calendar .num {
	position: absolute;
	right: 3px;
	top: 3px;
}

#calendar .reservation {
	display: block;
	padding: 2px;
	overflow: hidden;
	width: 103px;
	height: 14px;
	border-top: 1px solid #fff;
	color: #303030;
	text-decoration: none;
}
*/
#footer {
	background: url('../images/bg-footer.gif') repeat-x;
	width: 100%;
	height: 71px;
	margin-top: -71px;
	min-width: 1050px;
	clear: both;
	position: relative;
}

#footer-img {
	/* background: url('../images/bg-footer-img.gif') no-repeat center; */
	width: 100%;
	height: 71px;
}

#content {
	float: left;
	margin: 5px 0 0 15px;
	/*width:800px;*/
}

#sidepanel {
	float: right;
	margin: 5px 15px 0 0;
	width: 177px;
}

.block {
	border: 1px solid #7d7d7d;
	margin: 10px 0;
	width: 175px;
}

.block .head {
	background: #d1ddeb;
	border-bottom: 1px solid #7d7d7d;
	height: 19px;
	font: bold 12px/19px Arial;
	text-align: center;
	text-transform: uppercase;
}

.block .clients {
	height: 244px;
	overflow: auto;
	overflow-x: hidden;
	-ms-overflow-x: hidden;
}

.block .pending_requests {
	height: 264px;
	overflow: auto;
	overflow-x: hidden;
	-ms-overflow-x: hidden;
}

.block .clients .client a {
	color: #303030;
	text-decoration: none;
	display: block;
	width: 165px;
	padding: 2px 5px;
}

.block .clients .client-new-row {
	background:url(/images/quick_add_client.png) no-repeat 2px 2px ;
}

.block .clients .client-new-row a {
	margin-left:24px;
}

.block .clients .client-alt-row {
	background: #e8eef5;
}

.block .pending_requests .pending_request {
	background: #ffffff;
}

.pending-request-link{
	color: #303030;
	text-decoration: none;
	display: block;
	width: 165px;
	padding: 2px 5px;
}

.block .subscribers {
	height: 264px;
	overflow: auto;
	overflow-x: hidden;
	-ms-overflow-x: hidden;
}

.block .subscribers .client a {
	color: #303030;
	text-decoration: none;
	display: block;
	width: 165px;
	padding: 2px 5px;
}

.block .subscribers .client-new-row {
	background:url(/images/pico.jpg) no-repeat 2px 2px ;
}

.block .subscribers .client-new-row a {
	margin-left:24px;
}

.block .subscribers .client-alt-row {
	background: #e8eef5;
}

.block .trips .trip a {
	color: #303030;
	text-decoration: none;
	display: block;
	width: 165px;
	padding: 3px 5px;
}

.block .trips .trip-alt-row {
	background: #e8eef5;
}

.droppable-hover {
	background: #eee;
}

.block .clients .divider {
	background: url('../images/div-grey-dotted.gif') repeat-x center left;
	height: 15px;
}

.block .reservation {
	height: 178px;
	overflow: auto;
	padding: 5px;
}

.block .colorkey {
	height: 94px;
	overflow: auto;
	overflow-x: hidden;
	-ms-overflow-x: hidden;
}

.block .colorkey a {
	color: #303030;
	display: block;
	text-decoration: none;
}

.block .colorkey a:hover {
	text-decoration: underline;
}

div.color {
	margin: 1px 5px;
	border: 1px solid #b0b8c5;
	width: 14px;
	height: 14px;
	float: left;
}

div.hilite {
	border: 2px solid #000;
	width: 12px;
	height: 12px;
}

.block .colorkey .guide {
	height: 19px;
	line-height: 19px;
}

ul.colorkey {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

ul.colorkey li {
	float: left;
}

#mini-calendar {
	float: right;
	margin-right: 15px;
	width: 175px;
	height: 152px;
}

#mini-calendar .head {
	background: #ebebeb;
	height: 19px;
	line-height: 19px;
	text-align: center;
}

#mini-calendar .sel-next,
#mini-calendar .sel-previous {
	display: block;
	width: 20px;
	height: 20px;
	float: left;
	color: #303030;
	text-decoration: none;
}

#mini-calendar .title {
	width: 135px;
	float: left;
}

#mini-calendar .days  div{
	float: left;
	width: 24px;
	height: 16px;
	line-height: 16px;
	text-align: center;
}

#mini-calendar .month {
	margin: 0 auto;
	width: 168px;
}

#mini-calendar .week {
	margin-top: 3px;
}

#mini-calendar .day {
	float: left;
	padding-right: 5px;
	background: #aeaeae;
	width: 19px;
	height: 16px;
	text-align: right;
	color: #fff;
}

#mini-calendar .first {
	background: url('../images/bg-mini-week.gif') no-repeat;
}

#mini-calendar .last {
	background: url('../images/bg-mini-week.gif') no-repeat top right;
}

#mini-calendar .inactive {
	background: #eaeaea;
}

#mini-calendar .inactive-first {
	background: url('../images/bg-mini-week.gif') no-repeat;
	background-position: bottom left;
}

#mini-calendar .inactive-last {
	background: url('../images/bg-mini-week.gif') no-repeat;
	background-position: bottom right;
}

.gc-pink,
.fc-agenda .gc-pink .fc-event-time,
.gc-pink a {
	background-color: #FFC6C6;
	border-color: #FFC6C6;
	color: #303030;
}

.gc-green,
.fc-agenda .gc-green .fc-event-time,
.gc-green a {
	background-color: #CBFFB3;
	border-color: #CBFFB3;
	color: #303030;
}

.gc-blue,
.fc-agenda .gc-blue .fc-event-time,
.gc-blue a {
	background-color: #C6E7FF;
	border-color: #C6E7FF;
	color: #303030;
}

.gc-yellow,
.fc-agenda .gc-yellow .fc-event-time,
.gc-yellow a {
	background-color: #FFFCBF;
	border-color: #FFFCBF;
	color: #303030;
}

.gc-orange,
.fc-agenda .gc-orange .fc-event-time,
.gc-orange a {
	background-color: #FFE2BF;
	border-color: #FFE2BF;
	color: #303030;
}

.gc-teal,
.fc-agenda .gc-teal .fc-event-time,
.gc-teal a {
	background-color: #B3FFF1;
	border-color: #B3FFF1;
	color: #303030;
}

.gc-violet,
.fc-agenda .gc-violet .fc-event-time,
.gc-violet a {
	background-color: #DCCCFF;
	border-color: #DCCCFF;
	color: #303030;
}

.gc-mauve,
.fc-agenda .gc-mauve .fc-event-time,
.gc-mauve a {
	background-color: #FFD9FB;
	border-color: #FFD9FB;
	color: #303030;
}

.gc-olivia,
.fc-agenda .gc-olivia .fc-event-time,
.gc-olivia a {
	background-color: #e0dbb3;
	border-color: #e0dbb3;
	color: #303030;
}

.gc-cardoro,
.fc-agenda .gc-cardoro .fc-event-time,
.gc-cardoro a {
	background-color: #d5d2bf;
	border-color: #d5d2bf;
	color: #303030;
}

.gc-corfu,
.fc-agenda .gc-corfu .fc-event-time,
.gc-corfu a {
	background-color: #cacbac;
	border-color: #cacbac;
	color: #303030;
}

.gc-grumber,
.fc-agenda .gc-grumber .fc-event-time,
.gc-grumber a {
	background-color: #b6a591;
	border-color: #b6a591;
	color: #303030;
}

.dayOff,
.dayOff a {
	background-color: #eee;
	border-color: #ccc;
	color: #aaa;
}

.fc-view-month .fc-event {
	height: 15px;
	line-height: 15px;
}

#loading {
	position: absolute;
	top: 22px;
	right: 0;
	width: 199px;
	text-align: center;
	display: none;
}

#event-data {
	display: none;
	width: 0;
	height: 0;
}

#top-nav {
	float: right;
	margin: 8px 39px 0 0;
	text-align: center;
}

#logged-in .left {
	background: url('../images/corners-login.png') no-repeat;
	width: 14px;
	height: 33px;
	float: left;
}

#logged-in .center {
	background: url('../images/bg-login.png') repeat-x;
	min-width: 225px;
	height: 33px;
	float: left;
	line-height: 24px;
	color: #2679ae;
}

#logged-in a {
	color: #2679ae;
	text-decoration: none;
}

#logged-in .right {
	background: url('../images/corners-login.png') top right no-repeat;
	width: 14px;
	height: 33px;
	float: left;
}

#top-nav ul {
	list-style-type: none;
	margin: 0;
	padding: 2px 0;
	text-align: center;
	clear: left;
}

#top-nav ul li {
	display: inline;
	color: #fff;
}

#top-nav ul li a {
	color: #fff;
	padding: 0 5px;
	text-decoration: none;
}

#top-nav ul li a:hover {
	text-decoration: underline;
}

#signup-form .formrow,
#login-form .formrow {
	height: 22px;
	margin: 0 0 4px;
}

#signup-form .fieldlabel,
#login-form .fieldlabel {
	display: block;
	float: left;
	font-weight: bold;
	height: 25px;
	width: 98px;
	text-align: right;
	padding-right: 2px;
}

#signup-form .textinput,
#login-form .textinput {
	padding: 0 5px;
	width: 120px;
}

#signup-form .formbutton,
#login-form .formbutton {
	margin: 0 27px;
	float: right;
}

#signup-form .formbuttons,
#login-form .formbuttons {
	margin-left: 0px;
}

.reservation a {
	color: #303030;
	display: block;
	text-decoration: none;
}

.reservation a:hover {
	text-decoration: underline;
}

.vert-graph {
	background: url(../images/horizontal_line.png) bottom left;
	border-bottom: 3px solid #2679ae;
	font: 9px Helvetica, Geneva, sans-serif;
	height: 200px;
	margin: 1em 0;
	padding: 0;
	position: relative;
	width: 755px;
}

.vert-graph li {
	background: #d1ddeb url(../images/bar_highlight.png) repeat-y top right;
	border: 1px solid #555;
	border-bottom: none;
	bottom: 0;
	color: #000;
	margin: 0;
	padding: 0 0 0 0;
	position: absolute;
	list-style: none;
	text-align: center;
}

#ui-datepicker-div {
	display: none;
}

.history {
	overflow-y:scroll;
	overflow-x:hidden;
	height:150px;
}
.history a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

.history a:hover {
	text-decoration: underline;
}

.reports a {
	color: #000;
	text-decoration: none;
}

.reports img {
	vertical-align: top;
}

.reports p {
	padding: 0;
	margin: 7px 0;
}

#trip-details label {
	display: inline-block;
}

#new-client label {
	width: 100px;
	display: inline-block;
}

.footer_link {
	color: #FFFFFF;
	text-decoration: none;
	font: 12px Arial;
}

.footer_link:hover {
	text-decoration: underline;

}

.bulk_payment_list_header {
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid rgb(0, 0, 0)
}

.bulk_payment_list_total_cell {
	font-weight: bold;
}

.bulk_payment_list_cost_cell {
	font-weight: bold;
}

.bulk_payment_list_balance_cell {
	font-weight: bold;
}
.bulk_payment_list_total  {
	font-weight: bold;
}

#gridView {
	border: 1px solid #797979;
	margin-bottom: 10px;
	width: 756px;
	font-size: 1em;
	direction: ltr;
	text-align: left;
}

#gridView table {
	border-collapse: collapse;
	border-spacing: 0;
	height:100%;
}

.grid_view_header {
	background: none repeat scroll 0 0 #D1DDEB;
	border-width: 0;
	font-size: 1.1em;
	font-weight: normal;
	padding: 5px 0;
	text-align: center;
	min-width:60px;
	font-style: italic;
}

.grid_view_cell {
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #CCCCCC;
	height:13px;
	white-space:nowrap;
}

#calendarGridSwitch {
	float: left;
}

#calendarGridSwitch ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.grid_view_leftmost {
	text-align: center;
}

#calendarGridSwitch{
	position: relative;
	left:20px;
	width:45px;
	height:24px;
}
.calendar_mode {
	background: url("../images/calendar_mode.png") repeat scroll 0 0 transparent;
}

.grid_mode {
	background: url("../images/grid_mode.png") repeat scroll 0 0 transparent;
}

#calendarGridSwitch li {
	float:left;
	border-right:1px solid #666666;

}

#sel-calendar {
	cursor: pointer;
	width:22.5px;
	height:24px;
	float:left;
}

#sel-grid {

	cursor: pointer;
	width:22.5px;
	height:24px;
	float:right;
}

.under .widget.scheduleContainer td.grid_view_cell {
	width: 66px;
}

/*#calendarGridSwitch li a {
	display: block;
	height: 19px;
	line-height: 21px;
	color: #303030;
	text-align: center;
	text-decoration: none;
	width:24px;
	padding-top:2px;
	position:relative;
	background-image: -moz-linear-gradient(top,
							#ECECEC,
							#ECECEC);
	background-image: -webkit-gradient(linear,left top,left bottom,
		color-stop(0, 	#ECECEC),
		color-stop(1, 		#ECECEC));
  	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ECECEC', EndColorStr='#ECECEC')";

}

#calendarGridSwitch li a img{
	width:16px;
	height:16px;
	border-width:0px;
	}*/
	.selected {
		background-color: #8CC0FF;
	}

	.grid_view_event {
		cursor: pointer;
		font-size: 0.85em;
		border-color: #ffffff;
		border-width:1px 0 1px 0;
		border-style: solid;
	}

	.grid_view_row_highlight {
		background-color: #f1f1f1 ;
	}

	#mini-calendar{
		font-size:8.5px;
	}

	.drag_over {
		background-color: #f1f1f1 ;
	}

	.group_client a {
		color: #303030;
		display: block;
		padding: 2px 5px;
		text-decoration: none;
		width: 165px;
		font-weight:bold;
	}
	.multiple_info_div {
		height:220px;
		overflow-y:scroll;
		overflow-x:hidden;
	}
	.multiple_info_fieldset {
		margin-left:0px;
	}
	.multiple_info_div input{
		width:180px;
	}

	#divBuildWidget .formRow {
		padding: 6px 16px;

	}

	.formRow input[readonly] {
		cursor: pointer;
	}

	.column-rms-header.collapsed + .column-rms-contents {
		display:none;
	}

	.column-rms-header.collapsed + .searchWidget {
		display:none;
	}

	.column-rms-header.collapsed + .searchWidget + .column-rms-contents {
		display:none;
	}

	.mobileCalMarker img {
		width: 12px;
		height: 12px;
		padding: 6px 3px 0 3px;
	}

	@media (max-width: 979px) and (min-width: 768px) {
		.wbody.collapsed-tablet {
			display:none;
		}
	}
	@media (max-width: 767px) {
		.wbody.collapsed-mobile {
			display:none;
		}
	}
