/* Huey's Styles that I have overridden in some 
   way (these will be directly impacted by changes 
   to base.css) */

#bodyWrapper {
	overflow: visible;
}

table tr td {
	vertical-align: middle;
}

.intro_area {
  padding:0 14px 0 300px;
}

.help_area {
  padding:0 14px 0 300px;
}

.help_area p {
  font-size:11pt;
}


/* end overrides */

.homepage .columnSingle {
	font-size: 14px;
}

.columnSingle {
	font-size: 11px;
	line-height:1.5;
	text-align:left;
}

.homepage h2 {
	font-size: 28px;
	color: #666;
	font-weight: bold;
}

.homepage h3 {
	font-size: 18px;
	font-weight: bold;
}

.homepage #homepagePromo {
	margin-right: 50px;
}

.homepage .callout {
	padding-top: 30px;
	border: 0;
	background: url('/images/homepage.callout.png') repeat-x;
}

.homepage .callout ul {
	margin-right: 0;
}

.homepage .callout li {
	list-style-image: url('/images/homepage.li.png');
	margin-right: 0;
	font-size: 18px;
}

.homepage .callout .columnOne {
	width: 57%;
}

.homepage .callout .columnTwo {
	width: 43%;
}

.homepage .callout .columnTwo {
	background: url('/images/background.quote.png') no-repeat;
	height: 278px;
	font-size: 18px;
}

.homepage .callout .columnTwo h2 {
	font-size: 24px;
	margin: 20px 0 40px 0;
	margin-left: 110px;
}

.homepage .callout .columnTwo p {
	margin: 20px 20px 20px 50px;
}

.homepage .callout .quote {
	text-align: right;
	font-size: 14px;
}

.columnHelp {
	float: none;
}

.more {
	text-align: right;
}

.more a {
	background: url('/images/more.png') no-repeat;
	padding-left: 25px;
	font-size: 14px;
}

.actionButton {
	background: url('/images/homepage.button.png') no-repeat;
	float: right;
	clear: right;
	width: 192px;
	height: 29px;
	margin: 6px 0;
	padding: 3px 0 0 20px;
}

.actionButton a {
	color: #666;
}

.page {
	clear: both;
	overflow: hidden;
}

.movie {
  
}

.group {
	display: none;
}

.groupHeader {
	text-align: left;
}

.weekday a {
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

#headcount {
	font-style: italic;
	font-weight: normal;
}

.weekday.today a:hover {
	background: #FECD08;
}

#change_calendar {
	display: inline;
}

#change_calendar input {
	width: 75px;
}

#dialog {
	display: none;
}

.ui-datepicker-trigger {
	margin-left: 4px;
}

.columnSingle {
	width: 100%;
	margin-bottom:8px;
	margin-top:8px;
}


form .columnWrapperSignup  {
	width: 100%;
	float:left;
}

.formInstructionsRight {
  float:right;
  width:250px;
	overflow: hidden;
}

.field {
  display:block;
  width:auto;
  height:auto;
  margin:0 6px 6px 0;
}

.fieldWithErrors {
  color: red;
  display:inline;
}

.one_column {
  display:block;
  width: 600px;
}

.topic {
  margin: 12px 24px 12px 24px;
  padding: 12px;
  font-size: 12pt;
  line-height: 22pt;
}

.response {
  background-color: #ffffcc;
  border-top:1px solid #ffff66;
  border-bottom:1px solid #ffff66;
  margin: 16px 48px 16px 48px;
  padding: 16px;
}

.sticky {
  background-color: #ffffcc;
}

.small_select {
  width:140px;
}

.two_column {
  float:left;
  margin-right: 12px;
  width: 300px;
}


.field input, .field textarea {
  line-height: 24px;
  font-size: 18px;
  font-family: Helvetica, Arial, Geneva, sans-serif;
}


.field textarea {
  width:100%;
}

.field label {
  font-size:9pt;
  font-style: italic;
}

.columnSingle {
	font-size: 19px;
	line-height: 1.5;
}

.imageLeftWrapper, #homepagePromo {
	float: left;
	margin:0 8px 8px 0;
	background: #DDD;
}

.imageRightWrapper {
	float: right;
	margin:0 0 8px 8px;
	background: #DDD;
}

.imageMiddleWrapper {
	margin:0 0 8px 0;
	background: #DDD;
}

.screencast {
	position: relative;
	display: block;
	color: #FFF;
}

.screencast:hover {
	text-decoration: none;
}

.playNow {
	position: absolute;
	top: 90px;
	left: 62px;
	width: 125px;
	padding-left: 27px;
	background: url('/images/playNow.png') no-repeat;
}

.screencast:hover .playNow {
	background: url('/images/playNow.hover.png') no-repeat;
}

.callout {
  background-color: #ffffcc;
  border-top:1px solid #ffff66;
  border-bottom:1px solid #ffff66;
}

.callout.notice {
	text-align: middle;
	font-style: italic;
	font-size: 11pt;
	padding: 16px;
}

.quote {
  font-size: 22px;
}

.quoteAuthor {
  margin-left:550px;
}

.panel, .panel_person {
	display: none;
}

.banned {
	color: #900;
}

#filter {
  float:right;
  text-align:right;
  padding-top:18px;
}

#loginMenu li.accountTab {
	padding-top: 0;
}

.accountTab a {
	padding-top: 2px;
	padding-left: 6px;
	padding-right: 6px;
	display: block;
	height: 20px;
	background: #A3A5A8;
	text-align: center;
	color: #FFF;
	float: left;
}

.accountTab.active a {
	background: #F8981C;
}

.conflicts {

}

#colorselector {
	display: inline;
}

#colorselector .swatch {
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 5px; 
}

#background-none {
	background: url('/images/noback.png') no-repeat;
}

#background-orange {
	background: #FECD08;
}

#background-green {
	background: #98FF65;
}

#background-blue {
	background: #71ADB7;
}

#background-grey {
	background: #A3A5A8;
}

.whiteBackground {
	background: #FFF;
	z-index: 0;
}

#colorbox {
	display: inline;
	position: relative;
	width: 25px;
	height: 25px;
	border: 1px solid #333333;
	margin: 6px
}

.dragger {
	width: 74px;
	padding: 4px;
	background-image: url('/images/grip.png');
	background-repeat: no-repeat;
	background-position: center center;
}

table#calendar_week tr.body td {
	vertical-align: top;
	overflow: visible;
}

th.today {
	border-top-color: #cc1d22;
	background: #cc1d22;
	color: #FFF;
}

.today {
	border-left: 2px solid #000;
	border-right: 2px solid #000;
}

.draggable img {
	cursor: move;
}

.droppable.active {
	background: #FECD08;
}

.reservations .draggable.ui-draggable-dragging {
	background-color: #F8981C;
}

.reservations, .resource {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	position: relative;
}

.reservations .draggable {
	margin: 0;
	text-align: left;
	position: absolute;
}

.tooltipWrapper {
	position: relative;
	z-index: 100;
}

.tooltip {
	position: absolute;
	top: -25px;
	left: 0;
}

.tooltip ul {
	list-style: none;
}

.tooltip li {
	margin: 0;
	position: relative;
	text-align: left;
	background-color: inherit;
	padding: 2px;
}

.reservations a, .reservations span {
	color: #fff;
	display: block;
	line-height: 15pt;
	padding-left: 4px;
	white-space: nowrap;
}

.resource a {
	color: #333;
	display: block;
	line-height: 15pt;
	padding-left: 4px;
	/* white-space: nowrap; */
}

.reservations a:hover, .resource a:hover {
	text-decoration: none;
}

.tooltip {
	display: none;
	line-height: 8pt;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	margin-top: 22px;
	margin-left: 12px;
	width: 250px;
	z-index: 100;
	background-image: url('/images/hover_top.png');
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	padding: 10px 0 0 0;
	overflow: hidden;
	white-space: normal;
	text-align: left;
}

#loadingStatus {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	background: #06C;
	color: #FFF;
	padding: 2px;
	z-index: 100;
}

.hover_frame {
	border: 1px solid #333;
	border-top: 0;
	background-color: #fff;
	margin: 4px 0 0 0;
	color: #000;
	text-decoration: none;
	padding: 4px;
	line-height:1.3;
	font-size: 12px;
}

.hover_header {
	margin-left: -4px;
	margin-right: -4px;
	margin-bottom: 4px;
	margin-top:-4px;
	padding: 4px;
	background-color: #ffffff;
}

.hover_header_right {
	float: right;
	text-align: right;
}

#bottom_line {
  display:block;
  background-color: #ccc;
}

.color_Arrived {
	background: url('/images/gradient_orange.png') repeat-x 50% #F79205;
}

.color_Confirmed {
	background: url('/images/gradient_green.png') repeat-x 50% #98FF65;
}

.color_Reserved {
	background: url('/images/gradient_blue.png') repeat-x 50% #71ADB7;
}

.color_Requested {
	background-color: #B31C20;
}

.color_Departed {
	background: url('/images/gradient_gray.png') repeat-x 50% #A3A5A8;
}

.color_Departed a {
	color:#666;
}

.reservationLegend {
	float: left;
}

#legendWrapper {
	display: none;
}

.legend {
	margin: 0;
}

.legend li {
	margin: 0;
	display: block;
	clear: both;
	overflow: hidden;
}

.roundedLegendWrapper {
	float: left;
	background: #666;
	padding: 1px;
	margin: 2px;
}

.roundedLegend {
	width: 20px;
	text-align: center;
	background-position: 50%;
}

.calendarViewPicker {
	float: left;
	list-style: none;
	margin: 0;
	padding: 10px 0 0 0;
}

.calendarViewPicker li {
	display: inline;
	margin: 0;
	padding: 0;
}

.calendarRangePicker {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 0 5px 10px;
}

.calendarRangePicker label {
	display: inline;
}

#range {
	border: 0;
	color: #F6931F;
	font-weight: bold;
	background: #FFF;
}

#calendarRangePicker {
	width: 100px;
}

#detailNav ul {
	margin: -5px 0 14px 0;
	padding: 0;
	list-style: none;
	text-align: right;
}

#detailNav li {
	margin: 0 5px;
	padding: 0;
	display: inline;
}

#detailNav li a {
	padding: 5px;
	background: #CCC;
	border: 1px solid #999;
	border-top: 0;
}

#detailNav li a:hover {
	background: #EEE;
}

.calendarNavigation {
	float: right;
	list-style: none;
	padding:0;
	margin:1px 0 0 0;
	border:1px solid #999;
	background-color:#333;
}

.calendarNavigationPicker {
	float: right;
	list-style: none;
	margin-bottom: 6px;
	margin-left: 0;
}

.calendarNavigation li {
	display: inline;
	margin: 0;
	font-weight:normal;
}

.calendarNavigation li a {
	color:#fff;
}

.calendarNavigation li.active {
  background-color:#ccc;
}

.calendarNavigation li.active a {
  color:red;
}

.calendarNavigation li img {
  vertical-align: -30%
}

.position_1 {
	margin:0;
	padding:0;
}

fieldset {
	border: 0;
}

.party_of_1 {
  line-height:12pt;
}

.party_of_2 {
  line-height:24pt;
}

.party_of_3 {
  line-height:36pt;
}

.reserved_main_bed {
  border: 0px solid #666;
}

.reserved_bed {
  border: 0px dotted #333;
  opacity: .7;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  z-index:1;
  width:100%;
}

.reserved_bed span {
  font-style: italic;
  font-size:9px;
  font-weight:bold;
}

fieldset #right_column {
	float: right;
	width: 470px;
}

fieldset #left_column {
	width: 470px;
}
  
textarea {
	width: 240px;
}

select {
	width: 240px;
}

.dt {
	clear: left;
	float: left;
	margin: 2px 4px 0 0;
	padding: 4px 2px 4px 2px;
	position: relative;
	text-align: right;
	white-space: nowrap;
	width: 330px;
}

.columns dt.wider {
	width: 180px;
}

.ajax .columnWrapper, form .columnWrapper  {
	width: 49%;
}

dl dd {
	padding: 4px 2px 4px 2px;
	margin: 2px 4px 0 0;
	line-height:18px;
}

.columns dt {
	clear: both;
	width: 25%;
}

.columns dd {
	width: 60%;
}

.columns dt, .columns dd {
	float: left;
}

.hint {
	font-size: 7pt;
	font-style: italic;
}

.hint a {
	display:inline;
}

#ui-datepicker-div {
	z-index: 1010;
}

.tDnD_whileDrag {
	background-color: #F8981C;
}

.tDnD_whileDrag a {
	color: #FFF;
}

.dragger {
	cursor: move;
}

#allRooms {
	display: none;
}

#new_person label.error {
	margin-left: 10px;
	width: auto;
	display: inline;
	color: red;
	font-style: italic
}

.no_data {
  text-align: left;
  padding:32px;
}

.no_data p {
  font-size:19px;
  line-height:1.5;
}

#forgot_password a {
  color: #fff;
}

.help_definitions {
  font-size:14pt;
}

.help_definitions dt {
	margin: 0;
	padding: 12px 32px 4px 32px;
	width: 100%;
}

.help_definitions dd {
	padding: 4px 32px 12px 32px;
	margin: 0;
	line-height:1.5;
	font-weight:normal;
}


.column dt {
  clear:both;
  position:relative;
  float:left;
  text-align:right;
  margin:0px;
  padding:6px;
}
  
.column dd {
  margin:0px;
  padding:3px 6px 6px 6px;
}

#plans {
  text-align:center;
  padding:6px;
}

#plans .standard {
  float:left;
  height:280px;
  width:200px;
  background:#f4f4f4 url('/images/background-signup.png') repeat-x bottom left;
  margin-left:8px;
  margin-right:8px;
  border:2px solid #007CC3;
  margin-top:12px;
  margin-bottom:12px;
  padding:8px;
}

#plans .active {
  margin-top:0px;
  margin-bottom:0px;
  float:left;
  height:305px;
  width:225px;
  background:#c9c9c9;
}
  
#plans h1 {
  margin:0;
  padding:0;
  border:0;
  font-size:32pt;
  color:#666;
  letter-spacing:-2px;
  line-height:1;
}

#plans h2 {
  margin:0;
  padding:0;
  border:0;
  font-size:22pt;
  color:#333;
  letter-spacing:-1px;
  font-weight:normal;
  line-height:1;
}

#plans h3 {
  color:#007cc3;
  margin:0;
  padding:0;
  border-bottom: 1px solid #666;
  padding-bottom:8px;
  font-size:11pt;
  letter-spacing:-1px;
  font-weight:bold;
  line-height:1.5;
}

#plans ul {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:10px 0 10px;
  padding:0;
}

#plans ul li {
  font-size:11pt;
  font-weight:normal;
  line-height:1.1;
  letter-spacing:-1px;
}

#plans ul.strong li {
  font-size:13pt;
  letter-spacing:-1px;
  font-weight:normal;
  line-height:1.3;
}

#plans ul.strong li strong {
  font-weight:bold;
}

#cancel_plan {
  clear:left;
  display:block;
  text-align:center;
  margin-top:25px;
  padding:16px;
}

#pageTip {
  font-size:9pt;
  font-style: italic;
  vertical-align: middle;
}

#pageTip img {
  vertical-align: middle;
  padding-right:2px;
  padding-bottom:2px;
}

.closePageTip {
	text-align: right;
	padding-right: 20px;
}

.forumLink {
	clear: both;
	text-align: right;
	padding-right: 20px;
}

ul.category_menu {
  float:right;
}

li.category_item a {
  font-size:9pt;
  font-style:italic;
  color:blue;
}

#person_cell {
  text-align:left;
  padding:4px;
}

#person_cell .details {
  font-style:italic;
  color: #666;
  font-size:9pt;
}

/* new layout */

.small {
  font-size:8pt;
  font-weight:normal;
  color:#666;
}

h1, h2, h3, h4, h5, h6, p {
	font-weight: normal;
	margin: 12px 0;
}

h1 {
	font-size: 32px;
	color: #3C3C54;
}

h2 {
	font-size: 26px;
	color: #3C3C54;
}

h2.icon_forum {
  background:#fff url(/images/icon_forum.png) no-repeat left top;
  padding: 12px 0 12px 62px;
}

h2.icon_screencast {
  background:#fff url(/images/icon_screencast.png) no-repeat left top;
  padding: 12px 0 12px 62px;
}

h3 {
	font-size: 22px;
	color: #e41c26;
}

h4 {
	font-size: 18px;
	color: #999;
	clear:left;
}

h4 strong {
	color: #F8981C;
	font-size: 22px;
}

h5 {
	font-size: 14px;
	color: #999;
}

h6 {
	font-size: 12px;
	font-weight: bold;
	color: #999;
}

.columns_new {
  padding:0px 0 12px 0;
  text-align:center;
  width:100%;
  clear:both;
}

.column_100 {
  text-align:left;
  font-size:19px;
  line-height:1.5;
}

.column_50 {
  text-align: left;
  width:45%;
  padding:0 12px;
  font-size:19px;
  line-height:1.5;
}

.column_66 {
  text-align: left;
  width:60%;
  padding:0 12px;
  font-size:19px;
  line-height:1.5;
}

.column_33 {
  text-align: left;
  width:30%;
  padding:0 12px;
  font-size:19px;
  line-height:1.5;
}

.column_center {
  margin:0 auto;
  width:80%;
}

.column_left {
  float:left;
}

.column_right {
  float:right;
}

.column_callout {
  margin-top:36px;
  margin-bottom:36px;
  padding:12px;
  background-color: #fefbed;
  border:1px solid #999;
}

p {
  line-height:1.5;
}

#footerWrapper {
	background: url('/images/base/background.footer.jpg') #3C3C54 repeat-x;
	overflow: hidden;
}

#footerWrapper .columnTwo .column {
	padding: 0 12px;
}

#footer {
	padding: 36px 0;
}

#footer .columns {
	background: url('/images/base/background.footerColumns.gif') 317px repeat-y;
}

#footer .columnWrapper {
	width: 33%;
}


#footer h2 {
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	margin-top: 0;
}

#footer h3 {
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}

#footer p {
	margin: 4px 0;
	color: #FFF;
}

#footer a {
	color: #FFF;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#subFooter a {
	text-decoration: underline;
}

#subFooter a:hover {
	text-decoration: none;
}

#footerLogo {
	float: left;
	margin-right: 12px;
}

#signup_box {
  background:#f4f4f4 url('/images/background-signup.png') repeat-x bottom left;
  padding:0;
  margin:12px 4px;
  border:2px solid #ccc;
}

#signup_box h1 {
  padding:2px 0 2px 34px;
  font-size:28pt;
  line-height:1.3em;
}

#signup_box #button {
  padding:24px 34px 12px 24px;
  float:right;
}

#signup_box h4 {
  padding:0;
  margin:0;
  font-size:10pt;
  text-align:center;
}

.topic dt {
  font-weight:bold;
  padding:0 24px;
}

.topic dd {
  font-weight:normal;
  padding:0 24px 24px 24px;
}

.column_100 textarea {
  width:100%;
}

ul.promo {
  font-size:13pt;
  padding-bottom:36px;
  list-style: none;
  margin-left: 0;
  padding-left: 400px;
  text-indent: .5em;
  
}

ul.promo li {
  list-style-image: url('/images/homepage.li.png');
}

.left {
  float:left;
}

#promo_buttons {
  display:block;
  margin: 0 48px 0 430px;
}

ul.reservations, ul.reservations li {
	margin: 0;
}

hr {
  margin:12px 0 12px 0;
}

#pending_requests {
  float: right;
  font-style: italic;
}

.highlight_Requested {
  color:red;
}

.clear {
  clear:both;
}

#resource_table td, #calendar_table td {
  padding-left:8px;
}

#public_calendar_details {
	display: none;
}

.aj_notice {
	text-align: middle;
	font-style: italic;
	font-size: 9pt;
	margin: 0;
}

/* make links in pop-up windows default blue from earlier in stylesheet */
.ui-widget-content a {
color:#007cc3;
}
