
/* styles for other page features ------------------------------------------------------------ */

#dashboard_header {
	float:left;
	width:873px;
	margin-top:-5px;
	margin-left:-5px;
	margin-right:-5px;
	background:url(/images/dashboard.jpg);
	background-position:0px;
	padding:10px;
	border-bottom:1px solid #cccccc;
	margin-bottom:5px;
}

.page_header {
	font-size: 15pt;
	color: black;
	margin-bottom: 0px;
	margin-left:10px;
}


.page_subheader {
	font-size: 12pt;
	font-weight:bold;
	color: #333333;
	margin-bottom: 0px;
	margin-left:10px;
}

.page_subheader a {
	font-size: 12pt;
	font-weight:bold;
	color: #333333;
}

#section_block {
	clear:both;
}

.charcount {
	display:block;
	margin-top:3px;
	font-size:7pt;
	text-align:right;
	margin-right:10px;
}



.dashboardListingSelector {
	background-color:#eee;
	border:1px solid #999;
	outline:none;
}
.dashboardListingSelector:hover {
}




.section_button_off {
	background: #fff;
	border: 0.1em solid #ddd;
	color: #aaa;
	text-decoration: none;
}

.section_button_off:hover {
	background: #242424;
	border: 0.1em solid #FBED73;
	color: #FBED73;
	text-decoration: none;
}


.icon {
	border:0px;
}

.section_header {
	text-align:left;
	height:20px;
	line-height:20px;
	clear:both;
}


.section_description {
	font-size:10pt;
	margin-top:5px;
	margin-bottom:10px;
	margin-left:5px;
	margin-right:5px;
	padding:8px;
	display:block;
	color:#b27c17;
	background-color:#faf6c3;
	border-top:1px solid #b27c17;
	border-bottom:1px solid #b27c17;
	clear:both;
	overflow:auto;
}

.section_description .header {
	font-size:12pt;
	font-weight:bold;
	color:black;
}

.section_description .header img {
	float:left;
	margin-right:10px;
	margin-bottom:30px;
}

.section_description .body {
	margin-top:5px;
	text-indent:35px;
	line-height:12pt;
}

.dark_description {
	font-size:10pt;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	padding:8px;
	display:block;
	color:#333;
	background-color:#dddddd;
	border-top:1px solid #999999;
	clear:both;
}


.label {
	width:60px;
	display:inline-block;
	color:#999999;
	font-weight:bold;
	text-align:right;
	margin-right:10px;
	margin-left:20px;
}

input.clean {
	border:none;
	background:none;
}

input.clean:hover {
	border:1px solid #999;
	background-color:white;
}
input.clean:focus {
	outline:none;
	border:1px solid red;
	background-color:white;
}



.inactive {
	color:#999999;
}

.fineprint {
	font-size:9pt;
}

.float_right {
	float:right;
	display:inline-block;
}

.addSpaceAbove {
	margin-top:20px;
}

.addSpaceBelow {
	margin-bottom:20px;
}


.spaceTopBottom {
	margin-bottom:10px;
	margin-top:10px;
}

.breadcrumbTrail {
	margin-top:-4px;
	line-height:30px;
	height:30px;
	margin-bottom:-3px;
}

.crumb:hover {
	text-decoration:underline;
}


.loafGroup {
	float:right;
	font-weight:normal;
	font-size:8pt;
	margin-top:-4px;
	line-height:30px;
	height:30px;
	padding-left:5px;
	border-left:1px solid #ddd;
	overflow:hidden;
}

.loafGroup .header {
	color:#454545;
	margin-right:5px;
}

.loafGroup a {
	font-size:8pt;
}

.module_caveat {
	background-color:#fcf5f5;
	border-top:3px solid red;
	border-bottom:3px solid red;
	padding:5px;
	margin-bottom:5px;
	overflow:auto;
	font-size:14pt;
	line-height:64px;
}

.module_caveat img {
	float:left;
}


/* styles for the league start page ------------------------------------------------------------ */

.start_button span {
	font-size:16pt;
	font-weight:normal;
}

.start_outcome_block {
	padding-right:10px;
	margin-left:-5px;
	margin-top:-5px;
	margin-bottom:-5px;
	margin-right:10px;
	padding:5px;
	font-size:10pt;
	font-weight:normal;
	border-right:1px dotted #cccccc;

	float:left;
	display:table-cell;
	text-align:center;
}

.start_outcome_block span {
	display:block;
	width:100%;
}
.start_outcome_block select {
	display:block;
	border:1px solid #666666;
	background-color:#eeeeee;
	color:#666666;
}




/* styles for the record blocks ------------------------------------------------------------ */

.block_container {
	clear:both;
}

.record_block_header {
	 padding:5px;
	 border-top:1px solid #999;
	 border-bottom:1px solid #999;
	 margin-top:-1px;
	 margin-left:5px;
	 margin-right:5px;
	 display:block;
	 overflow:hidden;

}

.record_block_no_results {
	 padding:5px;
	 border-top:1px solid #999;
	 border-bottom:1px solid #999;
	 margin-top:-1px;
	 margin-left:5px;
	 margin-right:5px;
	 display:block;
	 overflow:hidden;

}


.record_block {
	 padding:5px;
	 border-top:1px solid #999;
	 border-bottom:1px solid #999;
	 margin-top:-1px;
	 margin-left:5px;
	 margin-right:5px;
	 display:block;
	 overflow:hidden;
}

.record_block_alt {
	 padding:5px;
	 border-top:1px solid #999;
	 border-bottom:1px solid #999;
	 margin-left:5px;
	 margin-right:5px;
	 margin-top:-1px;
	 display:block;
	 overflow:hidden;
	 background-color:#f0f0f0;
}


.record_block_thick_border {
	 padding:5px;
	 border:2px solid #ea891d;
	 background-color:#fae8d0;
	 margin-left:5px;
	 margin-right:5px;
	 margin:5px;
	 display:block;
	 overflow:hidden;
}

.record_block_red {
	 padding:5px;
	 border-top:1px solid red;
	 border-bottom:1px solid red;
	 margin-top:-1px;
	 margin-left:5px;
	 margin-right:5px;
	 background-color:#fbefef;
	 display:block;
	 overflow:hidden;

}

.record_block_dkgray {
	 padding:5px;
	 border-top:1px solid #999;
	 border-bottom:1px solid #999;
	 margin-left:5px;
	 margin-right:5px;
	 margin-top:-1px;
	 display:block;
	 overflow:hidden;
}

.record_block_inactive {
	 padding:5px;
	 border:1px solid red;
	 margin:5px;
	 color:#999;
	 display:block;
	 overflow:hidden;
}




.record_block img.block_icon {
	float:left;
	margin-right:10px;
}

.record_block_content {
	border:0px;
	display:block;
	font-size:10pt;
}

.record_block_tools {
	padding-right:10px;
	margin-left:-5px;
	margin-top:-5px;
	margin-bottom:-5px;
	margin-right:10px;
	padding:5px;
	font-size:10pt;
	font-weight:normal;
	border-right:1px dotted orange;
	background-color:#fffee3;

	float:left;
	display:table-cell;
}

.record_block_tools_right {
}

.stats_box {
	margin:-2px;
	margin-bottom:10px;
	border:none;
	border-bottom:1px dotted #999999;
	background-color:white;
	padding:10px;
}

.rank_box {
	padding-right:10px;
	margin-top:-10px;
	margin-left:10px;
	margin-right:10px;
	font-size:75px;
	font-weight:bold;
	text-align:right;
	color:#ccc;

	float:left;
	display:table-cell;

}

.rank_box_team_details {
	margin-top:-10px;
	margin-left:10px;
	font-size:75px;
	font-weight:bold;
	text-align:right;
	color:#ccc;

	float:right;
	display:table-cell;

}

/* styles for the content of record blocks ---------------------------------------------------------------- */

.record_row_header {
	font-size:16pt;
}
.record_row_header a {
	font-size:16pt;
	font-weight:normal;
}

.record_row_header_small {
	font-size:12pt;
}
.record_row_header_small a {
	font-size:12pt;
	font-weight:normal;
}


.record_row {
	margin-left:15px;
}

.record_row .label {
	margin-left:0px;
}

.record_row_small {
	margin-left:15px;
	font-size:8pt;
}

.row_header_tools {
	font-size:12pt;
	font-weight:normal;
}

.row_header_tools a {
	font-size:12pt;
	font-weight:normal;
}



/* styles for the subrecord blocks in record blocks ------------------------------------------------------- */

.subrecord_block {
	border-top:1px solid #cccccc;
	margin-left:15px;
	margin-top:5px;
	padding:4px;
	font-size:9pt;
	display:block;
}

.subrecord_block_content {
	float:left;
}

.subrecord_none {
	margin-left:15px;
	color:#999999;
}

/* styles for the content of subrecord blocks ---------------------------------------------------------------- */

.subrecord_block_row {

}

.subrecord_block_row_header {
	font-weight:bold;
	font-size:10pt;
	margin-bottom:3px;
}


/* styles for the section-based button bar ------------------------------------------------------------ */

.toolGroupSpacer {
	width:25px;
	min-width:25px;
	float:left;
}


.button_bar {
	margin:4px;
	margin-top:5px;
	margin-bottom:5px;
	line-height: 25px;
	height:35px;
	overflow:hidden;
}

.button_bar a {
	float: left;
	display: block;
	padding:4px 6px 4px 6px;
	margin-right:5px;
}

.section_button {
	background: #DDDDDD;
	border: 0.1em solid #AAAAAA;
	color: #000000;
	text-decoration: none;
}

.section_button:hover {
	background: #242424;
	border: 0.1em solid #FBED73;
	color: #FBED73;
	text-decoration: none;
}


.active_button {
	line-height:21px;
	border:3px double orange;
	background-color:#fffee3;
}

.active_button:hover {
	border:3px double orange;
}



/* styles for the game outcome tools  ------------------------------------------------------------ */

.game_none {
	margin-left:15px;
}

.game_outcome_toggle {
	display:inline-block;
	padding-top:5px;
}


.game_outcome_toggle span {
	display:block;
	margin-top:6px;
	font-size:11px;
	line-height:11px;
	float: left;
	margin-right:5px;
}

.game_outcome_toggle a {
	float: left;
	display: block;
	margin-right:5px;
	height:24px;
	border:1px solid #AAAAAA;
}

.game_outcome_tools {
	display:inline-block;
	margin-left:10px;
}

.game_outcome_tools select {
	border:1px solid #666666;
	background-color:#eeeeee;
	color:#666666;
}


/* styles for the game outcome badges, fancy style  ------------------------------------------------------------ */

.game_outcome_badge_fancy {
	height:64px;
	padding:5px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-webkit-box-shadow:2px 2px 4px #ccc;
	-moz-box-shadow:2px 2px 4px #ccc;
	float:right;
	opacity:.4;
}

.record_block:hover .game_outcome_badge_fancy {
	opacity:1;
}

.subrecord_block:hover .game_outcome_badge_fancy {
	opacity:1;
}

.game_outcome_badge_fancy img {
	display:table-cell;
	float:left;
}

.game_outcome_badge_fancy .outcome_text {
	display:table-cell;
	padding-left:10px;
	padding-top:15px;
	padding-right:5px;
}
.game_outcome_badge_fancy .badge_label {
	font-size:12px;
}
.game_outcome_badge_fancy .badge_text {
	font-size:14px;
	font-weight:bold;
}

.badge_green {
	border:2px solid #75aa52;
	background-color:#e9eebf;
}

.badge_red {
	border:2px solid #d4443a;
	background-color:#fbeeed;
}


.badge_blue {
	border:2px solid #004080;
	background-color:#dff2fe;
}


.badge_purple {
	border:2px solid #800080;
	background-color:#f9e5fe;
}



/* styles for the game outcome badges, plain style  ------------------------------------------------------------ */


.game_outcome_badge	{
	float:left;
	height:64px;
	padding:5px;
	border-left:1px dotted #cccccc;
	float:right;
}

.game_outcome_badge	img {
	display:table-cell;
	float:left;
}
.game_outcome_badge	.outcome_text {
	display:table-cell;
	padding-left:10px;
	padding-top:15px;
	padding-right:5px;
}
.game_outcome_badge	.badge_label {
	font-size:12px;
}
.game_outcome_badge	.badge_text {
	font-size:14px;
	font-weight:bold;
}

/* styles for coupons ------------------------------------------------------------------------------------ */

.coupon_preview {
	float:right;
	display:inline;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */


.no_bg_coupon {
	padding:10px;
	border:3px dashed #cccccc;
	background-color:white;
	width:400px;
	height:250px;
	overflow:hidden;
}

.no_bg_coupon #title {
	font-weight:bold;
	border-bottom:1px solid #bbb;
	margin-bottom:15px;
}
.no_bg_coupon #body {
	margin-bottom:15px;
	border-bottom:1px solid #bbb;
}
.no_bg_coupon #expiration {
	font-size:7pt;
	text-align:center;
	color:#bbb;
}

.no_bg_coupon #validlogo {
}


.no_bg_coupon #validonly {
	color:#bbb;
	text-align:center;
}

.no_bg_coupon #footer {
	color:#ccc;
	font-size:7pt;
	font-weight:bold;
	text-align:center;
	margin-top:5px;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.basic_coupon {
	width:435px;
	height:623px;
	background:url(/images/coupons/basic_coupon.jpg);
	overflow:hidden;
	position:relative;
}

.basic_coupon div {
/*	border:1px solid orange;*/
}

.basic_coupon #title {
	color:white;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	width:430px;
	padding:5px;
	margin-top:10px;
	line-height:20px;
}

.basic_coupon #body {
	padding-left:15px;
	padding-right:15px;
	padding-top:0px;
	overflow:hidden;
	position:absolute;
	left:18px;
	width:368px;
	top:52px;
	height:488px;
}

.basic_coupon #body_withvalid {
	padding-left:15px;
	padding-right:15px;
	padding-top:0px;
	overflow:hidden;
	position:absolute;
	left:18px;
	width:368px;
	top:52px;
	height:471px;

}

.basic_coupon #body_withlogo {
	padding-left:15px;
	padding-right:15px;
	padding-top:0px;
	overflow:hidden;
	position:absolute;
	left:18px;
	width:368px;
	top:126px;
	height:417px;
}


.basic_coupon #validlogo {
	position:absolute;
	left:18px;
	width:398px;
	top:52px;
	z-index:100;
	text-align:center;
}

.basic_coupon #validlogo img {
}

.basic_coupon #validonly {
	left:18px;
	top:525px;
	position:absolute;
	font-size:11px;
	line-height:11px;
	color:#999;
	width:385px;
	height:13px;
	padding-left:5px;
	padding-top:1px;
	padding-right:10px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color:#f8f8f8;
	text-align:right;
}
.basic_coupon #expiration {
	font-size:16px;
	line-height:16px;
	color:#aaa;
	position:absolute;
	top:548px;
	left:90px;
	width:320px;
	overflow:hidden;
	text-align:right;
}




.basic_coupon #expiration #date {
	color:red;
}


.basic_coupon #footer {
	display:none;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.coupon_block {
	z-index:100;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.coupon_block_good {
	 padding:5px;
	 border:1px solid #008040;
	 background-color:#eefdbf;
	 margin:5px;
	 display:block;
	 overflow:hidden;

}

.coupon_block_expired {
	 padding:5px;
	 border:1px solid #804000;
	 background-color:#e9dbc9;
	 margin:5px;
	 display:block;
	 overflow:hidden;
}

/* styles for alert boxes ------------------------------------------------------------------------------------ */

.alert_box {

	border:1px solid #454545;
	background-color:#eeeeee;
	font-weight:bold;
	text-align:center;
	color:#242424;
	padding:5px;
	font-size:14px;
	margin-bottom:5px;
	margin-left:4px;
	margin-right:4px;
	clear:both;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;

}

.alert_fail {
	border:1px solid red;
	background-color:#faeae9;
}

.alert_success {
	border:1px solid green;
	background-color:#f0fdea;
}

/* styles for reminders ------------------------------------------------------------------------------------ */

#reminderPopup {
	font-family: Verdana, Arial, sans-serif;
	color: black;
	font-size:10pt;
	background-repeat: no-repeat;
	background-image: url(/images/status_bg.png);
	width:259px;
	height:224px;
	position:absolute;
	text-align:left;
	z-index:200;
}

#reminderPopup h1 {
	color:#9a961a;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:10px;
	font-size:9pt;
	border-bottom:1px dotted #666;
	width:204px;
	padding-bottom:4px;
	text-shadow: 0px 1px 2px #ddd;
}

#reminderPopup .row {
	margin-bottom:5px;
}

#reminderPopup .rowSmall {
	margin-bottom:5px;
	font-size:7pt;
}


#reminderPopup a {
	color:black;
	font-size:8pt;
}

#popupContainer {
	width:259px;
	height:224px;
	padding:20px;
}

#firingStatusCancel {
	position:relative;
	font-size:11px;
	line-height:11px;
}
#firingStatusCancel a {
	font-size:11px;
	line-height:11px;

}

#firingStatus {
}

#errorMsg {
	font-size:7pt;
	border-top:1px dotted #666;
	margin-top:15px;
	padding-top:5px;
	width:204px;
	max-height:60px;
	overflow:hidden;
}

.errHeader {
	color:red;
	font-weight:bold;
	display:list-item;
}

.errRow {
	color:#454545;
	padding-left:15px;
}


.inlineAddReminder {
	font-size:10pt;
	margin-left:4px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:10px;
	padding:8px;
	display:block;
	color:black;
	background-color:#ecfdd1;
	border:1px solid #6aa219;
	position:relative;
	z-index:10000;
}

.inlineAddReminder .step {
	height:30px;
	line-height:30px;
}

.reminderButtons {
	float:right;
	text-align:right;
	overflow:visible;
	display:inline;
}

.addReminderCancelButton {
	float:right;
	display:block;

}

.autocomplete {
	position:absolute;
	width:300px;
	background-color:white;
	border:1px solid #888;
	margin:0;
	padding:0;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;

}
.autocomplete ul {
	list-style-type:none;
	margin:0;
	padding:0px;
}
.autocomplete ul li.selected {
	background-color: #ffb;
	font-weight:bold;
}
.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:4px;
  height:14px;
  line-height:12px;
  font-size:12px;
  cursor:pointer;
}

/* styles for reminder calendar ------------------------------------------------------------------------------------ */

#reminderCalendarParent {
	width:100%;
	display:block;
	text-align:center;
}


#reminderCalendar {
	margin-top:10px;
	margin-bottom:20px;
	display:inline-block;
}

#calendarMonthView {
	width:700px;
}


tr.calendarHeader {
}

tr.calendarHeader th {
	padding: 4px;
	border: 1px solid #6dadd6;
	background-color: #999;
	color:white;
	text-align: center;
	height:14px;
	background:url(/images/primo_gradient.png);
	background-repeat: repeat-x;

}

#calendarCaption {
	margin-bottom:5px;
	height:48px;
}

#prevMonthControl {
	width: 160px;
	float: left;
	text-align: left;
	height:48px;
	overflow:hidden;
}
#prevMonthControl img {
	border:none;
	float:left;
}


#prevMonthControl a {
	line-height:48px;
	font-size:12px;
}

#nextMonthControl {
	width: 160px;
	float: right;
	text-align: right;
	line-height:48px;
	font-size:12px;
	height:48px;
	overflow:hidden;
}
#nextMonthControl img {
	border:none;
	float:right;
}

#nextMonthControl a {
	line-height:48px;
	font-size:12px;
}


#calendarCaption h2 {
	font-size:16pt;
	padding-top:10px;
	margin-bottom:0px;
}

#calendarCaption h3 {
	margin-top:0px;
	margin-bottom:0px;

}

.calendarJumper {
	font-size:12pt;
	background-color: #FFFFFF;
	padding:4px;
	border:1px solid #999999;
}

#reminderCalendar .calendarRow {
}

#reminderCalendar .blankDate {
	border: none;
	background-color: transparent;

}

#reminderCalendar .dated {
	border-color: orange;
	background-color: #fffeda;
	cursor:pointer;

}

#reminderCalendar .dated:hover {
}

#reminderCalendar .dated a {
	color: #c16f17;
	cursor:pointer;
}

#reminderCalendar .empty {
	background-color:#f0f0f0;
}

#reminderCalendar .empty:hover {
	border-color:orange
}

#reminderCalendar .empty a {
}

#reminderCalendar .weekend {
	background-color:white;
}

#reminderCalendar .weekend a {
	color:#999;
}


#reminderCalendar .today {
	border-color: #255a93;
	background-color:#e5ecf2;
	background-position:center;
	cursor:pointer;
}

#reminderCalendar .today a {
	color:#255a93;
}

#calendarMonthView #calendarBody {
}

#calendarMonthView td {
	width: 95px;
	height: 85px;
	padding: 4px;
	border: 1px solid #AAA;
	xbackground-color: #FFF;
	text-align: left;
	vertical-align: top;
	overflow:hidden;
}

#calendarMonthView td a {
	color: #242424;
	font-weight: bold;
	font-size:18px;
}

#calendarMonthView td a.hover {
	color: #FFF;
	font-weight: bold;
	font-size:18px;
}

.calendarDayContents {
	width:100%;
	color:black;
	font-size:10px;
	line-height:10px;
	margin-top:5px;
}

.calendarDayContents .calendarBodyRow {
	margin-left:8px;
}

#calendarDetails {
	position:absolute;
	xbackground-color:white;
	border:7px solid #888;
	border:15px solid rgba(0,0,0,.3);
	width: 155px;
	height: 145px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	z-index:100;

}
#calendarDetailsContent  {
	border: 1px solid orange;
	background-color: #fffeda;
	font-size:8pt;
	padding:8px;
	height:130px;
	overflow:auto;
}
#calendarDetailsContent img {
	border:none;
}


#calendarDetailsHeader {
	font-weight:bold;
}

.calendarDetailsHeader {
	font-weight:bold;
	margin-top:3px;
	color:#999;
}

#calendarDetailsSubheader {
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:1px solid orange;
}

.calendarDetailRow {
	margin-bottom:2px;
	margin-left:20px;
	text-indent:-20px;
}

.calendarDetailRowIndent {
	margin-left:20px;
	text-indent:0px;
}

.calendarDetailRow a {
	font-size:8pt;
	font-weight:normal;
}

.calendarDetailRow a:hover {
	text-decoration:underline;
}

.close_widget {
	float:right;
	margin-top:-3px;
	margin-right:-3px;
}


#calendarPostit {
	position:absolute;
	width:264px;
	height:163px;
	background:url(/images/postit_bg.png);
	background-repeat: no-repeat;
	z-index:50;
}

#calendarPostit .bigRedPostitText {
	font-family: "Comic Sans MS", Verdana, Arial, sans-serif;
	position:relative;
	top:60px;
	left:30px;
	font-size:14pt;
	line-height:16pt;
	overflow:hidden;
	width:210px;
	color:red;
}

#calendarPostit .bigPostitText {
	font-family: "Comic Sans MS", Verdana, Arial, sans-serif;
	position:relative;
	top:60px;
	left:30px;
	font-size:14pt;
	line-height:16pt;
	overflow:hidden;
	width:210px;
}

#calendarPostit .bigGreenPostitText {
	font-family: "Comic Sans MS", Verdana, Arial, sans-serif;
	position:relative;
	top:60px;
	left:30px;
	font-size:14pt;
	line-height:16pt;
	overflow:hidden;
	width:210px;
	color:green;
}

#calendarPostit .smallPostitText {
	font-size:9pt;
	position:relative;
	top:60px;
	left:30px;
	overflow:hidden;
	width:210px;
	color:red;
}

#calendarPostit div.links {
	position:absolute;
	font-size:11px;
	line-height:12px;
	left:30px;
	width:210px;
	text-align:right;
	bottom:30px;
	color:#aaa04d;
}

#calendarPostit div.links a {
	font-size:11px;
	color:#aaa04d;
}

#calendarPostit div.links a:hover {
	text-decoration:underline;
	color:black;
}


#firingPanel {
	margin-top:-6px;
	margin-left:-9px;
	margin-right:-9px;
	margin-bottom:4px;
	padding:3px;
	background-color:#e56718;
	text-align:center;
	height:12px;
}
#firingPanel a {
	color:#f3dd9c;
	font-size:10px;
	line-height:12px;
}
#firingPanel a:hover {
	text-decoration:underline;
}




/* styles for popup windows ------------------------------------------------------------------------------------ */

.pw_table {
	width:400px;
}

tr.pw_content_block {

}

tr.pw_content_block td {
	width:500px;
	padding:5px;
	text-align:left;
}


.pw_submit {
	background-color: #DDDDDD;
	color:#000000;
	padding:5px;
	border:1px solid #999999;
	font-size:12px;
}

.pw_submit:hover {
	border:1px solid black;
	background-color:#800000;
	color:white;

}



.pw_windowCloseButton {
	background-color:#FFFFFF;
	float:right;
	padding:3px;
	margin:2px;
	border:1px solid #AAAAAA;
}
.pw_windowCloseButton:hover {
	background:#800000;
	color:white;
	border:1px solid black;
}
.pw_windowCloseButton:hover a {
	color:white;
}

.windowCloseWidget {
	float:right;
	margin-right:2px;
	margin-top:1px;
	background:url(/images/window_close_widget_gray.png);
	background-repeat: no-repeat;
	width:24px;
	height:24px;
	cursor:pointer;
	z-index:1000;
}

.windowCloseWidget:hover {
	background:url(/images/window_close_widget.png);

}


.popupwindow_header {
	padding: 4px 6px 6px 7px;
	border: 1px solid #DDDDDD;
	font-weight: bold;
	background-image: url(/images/block_header.gif);
	background-repeat: repeat-x;
	color: #333333;
	font-size:12px;
	text-align:left;
}
.block_content {
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-top: none;
	padding: 2px 2px 2px 2px;
	color:#242424;
	clear:both;
}

.pw_block_header_inner {
	border-left:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
	background-color:#DDDDDD;
	padding:4px;
	font-weight:bold;
}
.pw_block_header_outer {
	border:1px solid #AAAAAA;
	margin-bottom:5px;
}
.pw_block_row {
	margin:5px;
	width:100%;
	text-align:left;
}
.pw_input_label {
	margin-right:5px;
}

.pw_input_block_label {
	font-weight:normal;
	width:80px;
	margin-left:0px;
	color:black;
	display:inline-block;
	text-align:right;
	margin-right:5px;
}

.pw_block_row_prefix {
	margin-right:5px;
}

.pw_block_row_prefix_p {
	margin-right:10px;
	margin-bottom:5px;
	display:block;
}


.pw_block_row_suffix {
	margin-left:5px;
}

.pw_text_field {
	border:1px solid #999;
	background-color:#eee;
	font-size:8pt;
}



.pw_input_line {
	xwidth:98%;
	display:inline;
}
.pw_textarea {
	width:98%;
	height:50px;
}

.pw_explanation {
	color:#888;
	margin-left:5px;

}

/* styles for request module ------------------------------------------------------------------------------------ */

.button3d {
	padding:5px;
	font-size:8pt;
	border-left:1px solid #bbb;
	border-top:1px solid #bbb;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	background-color:#ddd;

}
.button3d:hover {
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-left:1px solid #999;
	border-top:1px solid #999;
	background-color:#bbb;
	color:#800000;
}
.button3d:active {
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-left:1px solid #999;
	border-top:1px solid #999;
	background-color:#800000;
	color:white;
}

/* styles for request module ------------------------------------------------------------------------------------ */

.requestTypeBlock {
	display:inline-block;
	float:left;
	text-align:center;
	background:white;
	padding:5px;
	margin:3px;
	width:70px;
	margin-bottom:10px;
	border:1px solid white;
}

.requestTypeBlock:hover {
	background:#f9f9f9;
	border:1px solid #ccc;
}

.requestTypeBlock .record_row {
	margin-left:0px;
}


.requestTypeBlock img {
}

.requestTypeBlock .requestName {
	font-size:8pt;
	font-weight:bold;
}

.requestTypeBlock .requestType {
	font-size:8pt;
	color:#999;
}






#newTypeBlock {
	font-size:10pt;
	margin-top:-4px;
	margin-right:-4px;
	margin-left:-4px;
	padding:8px;
	display:block;
	color:black;
	clear:both;
	overflow:auto;
	background-color:#f9f5c5;
	border-bottom:1px solid #ecbf5c;
}


#requestConfirmer {
	font-size:10pt;
	margin-top:-4px;
	margin-right:-4px;
	margin-left:-4px;
	padding:8px;
	display:block;
	color:black;
	clear:both;
	overflow:auto;
	background-color:#f9f5c5;
	border-bottom:1px solid #ecbf5c;
}

#requestBlock {
	text-align:center;
	float:left;
	margin-left:5px;
	padding-right:10px;
	border-right:1px solid #ecbf5c;
}


#requestBlock .record_row {
	margin-left:0px;
}

#requestBlock .userPhoto {
	border:1px solid #ccc;
}
#requestBlock .customerName {
	margin-top:3px;
	font-weight:bold;
	font-size:8pt;
}
#requestBlock .requestName {
	font-size:8pt;
	color:#666;
}
#requestBlock .requestDate {
	font-size:7pt;
	color:#666;
	margin-top:3px;
}
#requestBlock .requestTime {
	font-size:7pt;
	color:#666;
}

.request_block_content {
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-top: none;
	padding: 4px;
	color:#242424;
	clear:both;
	overflow:auto;
	margin-bottom:5px;
}

.pushButton {
	padding:5px;
	font-size:8pt;
	border-left:1px solid #bbb;
	border-top:1px solid #bbb;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	background-color:#ddd;
	display:inline;
	height:16px;
	position:relative;
}

.pushButton img {
	border:none;
	position:absolute;
	top:3px;
	left:3px;
}

.pushButton span {
	margin-left:20px;
}

.pushButton:hover {
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-left:1px solid #999;
	border-top:1px solid #999;
	background-color:#bbb;
	color:#800000;

}
.pushButton:active {
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-left:1px solid #999;
	border-top:1px solid #999;
	background-color:#800000;
	color:white;
}

#detailFloater {
	position:absolute;
	xbackground-color:white;
	border:7px solid #888;
	border:15px solid rgba(0,0,0,.3);
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	z-index:100;
}

#detailFloater .close_widget {
	float:right;
	margin-top:-8px;
	margin-right:-8px;
	border:none;
}


#detailFloaterContent  {
	border: 1px solid #888;
	background-color: #ddd;
	font-size:8pt;
	padding:8px;
	overflow:auto;
}
#detailFloaterContent a {
	font-size:8pt;
	font-weight:normal;
}

#detailFloaterContent a.buttonLink {
	font-size:9pt;
	font-weight:bold;
}

#detailFloaterContent a.blueButtonLink {
	font-size:9pt;
	font-weight:bold;
}

#detailFloaterContent a.blackButtonLink {
	font-size:9pt;
	font-weight:bold;
}

#detailFloaterContent a.redButtonLink {
	font-size:9pt;
	font-weight:bold;
}

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

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


#detailFloaterHeader {
	font-weight:bold;
	margin-bottom:10px;
}

#detailFloaterContent .header {
	font-weight:bold;
}


#detailFloaterSubheader {
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:1px solid orange;
}

#detailFloaterContent .row {
	margin-bottom:2px;
	margin-left:20px;
	text-indent:-20px;
}

#detailFloaterContent .indent {
	margin-left:5px;
}


.detailFloaterRow a {
	font-size:8pt;
	font-weight:normal;
}

.detailFloaterRow a:hover {
	text-decoration:underline;
}



.yacVirginIntro {
	background-color:rgba(255, 255, 0, .95);
	border:7px solid orange;
	padding:10px;
	font-size:8pt;
}


.yacVirginIntro h1 {
	margin-top:0px;
	font-size:16pt;
	margin-bottom:5px;
}

#yacVirginIntro1 {
	width:225px;
	position:absolute;
	left:-80px;
	top:0px;
}

#yacVirginIntro2 {
	width:175px;
	position:absolute;
	left:750px;
	top:350px;
}

#yacVirginIntro3 {
	position:absolute;
	left:750px;
	top:40px;
	font-size:13pt;
}

.yacVirginIntro3Start {
	width:175px;
	right:-70px;
	top:0px;
}

.virginContact {
	background-color:rgba(161, 195, 233, .95);
	border:10px solid #5A72B1;
	padding:10px;
	font-size:12pt;
	position:absolute;
	top:100px;
	left:25%;
	width:50%;
	text-align:left;
}

.virginContact h1 {
	font-size:18pt;
	margin-top:0px;
	margin-bottom:10px;
	color:#454545;
}




/*	==============================================================================
		Dashboard button classes
	============================================================================== */


/* Button style 1 */

.dashboardButton1 {
	color:#FBED73;
	font-weight: bolder;
	font-size:12px;
	background-color:#E8E8E8;
	border:none;
	cursor:pointer;
}

.dashboardButton1:hover {
	color:#FBED73;
	font-weight: bolder;
	font-size:12px;
	background-color:#333333;
}

.dashboardButton1 a {
	border:1px solid #AAAAAA;
	color: #242424;
}

.dashboardButton1 a:link {
}

.dashboardButton1 a:hover {
	border: 0.1em solid #DDCF0C;
	color: #FBED73;
}


/* Button style 2 */

.dashboardButton2 {
	font-weight: bolder;
	font-size:12px;
	background-color:#E8E8E8;
	cursor:pointer;
}

.dashboardButton2:hover {
	color:#666;
	font-weight: bolder;
	font-size:12px;
	background-color:#E8E8E8;
}

.dashboardButton2 a {
	background:url(/images/backgrounds/button_gradient1.png);
	background-repeat: repeat-x;
	border:1px solid #AAAAAA;
}

.dashboardButton2 a:link {

}


.dashboardButton2 a:hover {
	color:black;
	background:url(/images/backgrounds/orange_gradient.png);
	background-repeat: repeat-x;
	border:1px solid #666;
}

/* ----- */

.dashboardButtonByMember {
	background-color:#D8D8D8;
}

.dashboard_badge_word_idv {
	background:url(/images/backgrounds/dashboard_badge_word_purple.png);
	background-repeat:no-repeat;
	height:40px;
	width:71px;
	position:relative;
	left:125px;
	bottom:35px;
	overflow:visible;
	color:white;
	line-height:37px;
	font-size:8pt;
	padding-top:1px;
	text-align:center;
}

.dashboard_badge_word_admin {
	background:url(/images/backgrounds/dashboard_badge_word_red.png);
	background-repeat:no-repeat;
	height:40px;
	width:71px;
	position:relative;
	left:125px;
	bottom:35px;
	overflow:visible;
	color:white;
	line-height:37px;
	font-size:8pt;
	padding-top:1px;
	text-align:center;
}

.dashboard_badge_word_manager {
	background:url(/images/backgrounds/dashboard_badge_word_blue.png);
	background-repeat:no-repeat;
	height:40px;
	width:71px;
	position:relative;
	left:125px;
	bottom:35px;
	overflow:visible;
	color:white;
	line-height:37px;
	font-size:8pt;
	padding-top:1px;
	text-align:center;
}
.dashboard_badge_word_sale {
	background:url(/images/backgrounds/dashboard_badge_word_green.png);
	background-repeat:no-repeat;
	height:40px;
	width:71px;
	position:relative;
	left:125px;
	bottom:35px;
	overflow:visible;
	color:#3e8d15;
	line-height:37px;
	font-size:8pt;
	padding-top:1px;
	text-align:center;
}

.dashboard_badge {
	background:url(/images/dashboard_badge.png);
	background-repeat: no-repeat;
	height:28px;
	width:28px;
	position:relative;
	left:155px;
	bottom:32px;
	overflow:visible;
	color:white;
	font-size:8pt;
	padding-top:1px;
	text-align:center;
}

.dashboard_badge_word {
	background:url(/images/dashboard_badge_word.png);
	background-repeat: no-repeat;
	height:40px;
	width:71px;
	position:relative;
	left:125px;
	bottom:35px;
	overflow:visible;
	color:#3e8d15;
	line-height:37px;
	font-size:8pt;
	padding-top:1px;
	text-align:center;
}


/* ----- */


input.smartField  {
	font-size:16pt;
	outline:none;
	border:1px solid #999;

}

textarea.smartField  {
	font-size:16pt;
	outline:none;
	border:1px solid #999;

}


input.textEntered {
	background:none;
	border:1px solid transparent;
}
textarea.textEntered {
	background:none;
	border:1px solid transparent;
}

input.smartField:hover {
	border:1px solid black;
	background:#f9f9f9;
}
textarea.smartField:hover {
	border:1px solid black;
	background:#f9f9f9;
}


input.smartField:focus  {
	border:1px solid orange;
	background:#FEFDFA;
}
textarea.smartField:focus  {
	border:1px solid orange;
	background:#FEFDFA;
}

.defaultText {
	font-style:italic;
	color:#ddd;
}

select.smartField {
	font-size:12pt;
	background:#f9f9f9;
	height:30px;
	margin-top:3px;
	margin-bottom:3px;
	border:1px solid #999;
	outline:none;
}

select.smartField:hover {
	border:1px solid black;
}

select.smartField:focus {
	border:1px solid orange;
	background:#FEFDFA;
}

/* buttonLink classes */

a.buttonLink {
	text-transform: none;
	border:1px solid #ccc;
	padding:5px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background:url(/images/icons/sales2/submit.png);
	background-repeat: repeat-x;
	color:#666;
	line-height:16px;
}
a.buttonLink img {
	border:none;

}

a.buttonLink img.buttonIcon {
	vertical-align: text-bottom;
	padding-right:4px;
}


a.buttonLink:hover {
	border-color:red;
	color:#333;
}

/* buttonLinkFlipper classes */

a.buttonLinkFlipper {
	text-transform: none;
	border:1px solid #ccc;
	padding:5px;
	background:url(/images/icons/sales2/submit.png);
	background-repeat: repeat-x;
	color:#666;
	line-height:16px;
	font-weight:normal;
	margin-right:-4px;
}
a.buttonLinkFlipper img {
	border:none;

}

a.buttonLinkFlipper img.buttonIcon {
	vertical-align: text-bottom;
	padding-right:4px;
}

a.buttonLinkFlipper:hover {
	color:red;
	text-shadow:1px 1px 1px rgba(0,0,0,0,.25);
	background:url(/images/backgrounds/button_gradient1.png);
}

a.selectedButtonLinkFlipper {
	border-bottom:3px solid #3a4a75;
	color:#333;
	font-weight:bold;
}


