@import "checkout_popup_style.css?v=0.1"; /* invoice payment popup */

/*
	CSS Reset
*/

body {
	background-color: #333333 !important;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial,sans-serif;
}
table {
	border-spacing:0;
	/*	border-collapse:collapse;	*/
	border:0px none;
}
table tr td {
    text-align: left;
    vertical-align: top;
	padding:0px;
	cursor:default;
}
img {border: 0;}
a {text-decoration:none;}
a:hover	{text-decoration:underline;}
select	{padding: 0; margin: 0;}
input { outline: none; }
/* Login Page */
.VG-LoginPage .VS-MainMenuCol {
	width:40px;
}

a.login-lnk-def				{color: #0072BC; font: normal 11px Arial, sans-serif; text-decoration:none;}
a.login-lnk-def:hover	{color: #0072BC; font: normal 11px Arial, sans-serif; text-decoration:underline;}

a.login-lnk-white				{color: #FFFFFF; font: normal 12px Arial, sans-serif; text-decoration:none;}
a.login-lnk-white:hover	{color: #FFFFFF; font: normal 12px Arial, sans-serif; text-decoration:underline;}

.loginField					{width: 95%; height: 28px; background-color: transparent; border: 1px solid #A2A2A2; padding-left: 8px; font: normal 16px Arial, sans-serif; color: #555555; }
.loginFieldLabels		{color: #666666; font: 400 12px Arial, sans-serif;}
.loginError					{color: #FF0000; font: 400 12px Arial, sans-serif;}

.whitebox_left {height: 363px; width: 10px; background: url(/images/whitebox_left.png) no-repeat; font-size: 1px;}
.whitebox_bg { height: 363px; background: url(/images/whitebox_bg.png) repeat-x; padding:0px 25px 0px 25px;}
.whitebox_right	{height: 363px; width: 10px; background: url(/images/whitebox_right.png) no-repeat; font-size: 1px;}

img.logo { margin-top:10px; }

a.login-lnk-def {
/*	float:right; */
}

.whitebox_bg table {
	width: 100%;
	font-size: 11px;
	color: #555555;
}

/*
	Buttons
*/
a.VG-Button-Blue33 {
    background: transparent url('/images/btn_blue33_bg_right.png') no-repeat scroll top right;
    height: 33px; display: block; float: left; margin-right: 0px; padding-right: 6px; /* sliding doors padding */
    font: 900 11px Arial, sans-serif; color: #FFFFFF; text-decoration: none;
	min-width:65px;
}
a.VG-Button-Blue33 span {
    background: transparent url('/images/btn_blue33_bg.png') no-repeat;
    display: block; line-height: 23px; padding: 5px 0 5px 6px; text-align: center;
} 
a.VG-Button-Blue33:active { color: #FFFFFF; outline: none; background-position: bottom right; }
a.VG-Button-Blue33:active span { background-position: bottom left; padding: 6px 0 4px 6px; } 

/*
	View page tabs
*/
.VG-ViewPage-TabContent-Subsection { padding:5px 10px 5px 10px; }
.VG-ViewPage-TabContent-Subsection table {table-layout: fixed; width: 100%;}
.VG-ViewPage-TabContent-Subsection table th { 
	/* color: #083671;  */
	text-align: left; 
	font-size:13px;
	font-weight:normal;
	padding:5px 0px 7px 0px;
	background:transparent;
}
.VG-ViewPage-TabContent-Subsection table th div.VG-SubsectionTitle {
	height:22px;
	line-height:22px;
	color:#FFFFFF;
	background:#006EEF;
	background:#64AAFF;
	background:#737373;
	padding:0px 0px 0px 5px;
	letter-spacing:0.5px;
}
.VG-ViewPage-TabContent-Subsection table th div.VG-SubsectionActions {
	float:right;
	padding:5px 5px 0px 0px;
	height:11px;
	letter-spacing:normal;
}
.VG-ViewPage-TabContent-Subsection table th div.VG-SubsectionActions a {
	color:#FFFFFF;
	font-size:12px;
	line-height:12px;
}

.VG-ViewPage-TabContent-Subsection table td { 
	vertical-align: middle; 
	color: #000000; 
	text-align: left; 
	font-size:12px;
	padding:0px 0px 6px 5px;
}
.VG-ViewPage-TabContent-Subsection table checkbox { border: 0; margin: 0; padding: 0; width: 14px; height: 14px;}
.VG-ViewPage-TabContent-Subsection table .checkbox { border: 0; margin: 0; padding: 0; width: 14px; height: 14px;}
.VG-ViewPage-TabContent-Subsection table .sub_header td { text-transform: uppercase; padding: 5px 0px 5px 0px; color: #959595; text-align: left; font: normal 12px Arial, sans-serif;}
.VG-ViewPage-TabContent-Subsection.VG-Even { }

/* Forms */
.VG-Form-Holder .VG-Form-Label {padding-right: 10px; text-align: right; vertical-align: middle; color: #000000; font: 400 12px Arial, sans-serif;}
.VG-Form-Holder input[type="text"] {background-color: #FFFFFF; border: 1px solid #999999; padding-left: 4px; padding-right:4px; font: 400 18px Arial, sans-serif; color: #000000; width: 202px; height: 30px;}
.VG-Form-Holder input[type="select"] {background-color: #FFFFFF; border: 1px solid #999999; padding-left: 10px; font: 400 18px Arial, sans-serif; color: #000000; width: 95%; height: 30px;}
.VG-Form-Holder select	{background-color: #FFFFFF; border: 1px solid #999999; padding-left: 10px; font: 400 18px Arial, sans-serif; color: #000000; width: 99%; height: 30px;}
.VG-Form-Holder option	{padding-left: 10px;}

.VG-Form-Holder textarea {
    background-color: #FFFFFF;
    border: 1px solid #999999;
    color: #000000;
    font: 400 18px Arial,sans-serif;
    height: 70px;
    padding-left: 4px;
    padding-right: 4px;
	width:245px;
	resize: none; 
}

.VG-ViewPage-MorePhones {
	font-size:11px;
}
.VG-ViewPage-PhonesTooltip .VG-SimpleGrig tr td {	
	font-size:13px;
}
.VG-ViewPage-BalanceTooltip .VG-SimpleGrig tr td {	
	font-size:13px;
}

/*
	Styles for popups 
*/
/* popup buttons */
.VG-PopUp-Buttons {
	text-align:center;
	width:100%;
	padding:8px 0px 8px 0px;
	margin:15px 0px 0px 0px;
	background:#BCDDF5;
}
.VG-PopUp-Button {
	display: inline-block;
	height: 20px;
	padding: 6px 10px 0px 10px;	
	text-decoration: none;
	vertical-align: middle; text-align: center;
	cursor: pointer;
	border-radius: 5px 5px 5px 5px;
	font-size:12px;
	margin-right:15px;
	min-width:47px;
}
.VG-PopUp-Button.VG-PopUp-Button-Last {
	margin-right:0px;
}
.VG-PopUp-Button.VG-ConfirmButton {
	background-color: #1D7FC4; 
	border: 1px solid #D9D9D9;
	color: #FFFFFF; 
}

.VG-PopUp-Button.VG-CancelButton {
	background-color: #F2F2F2; 
	border: 1px solid #D9D9D9;
	color: #666666;
}
/* popup title*/
.VG-PopUp-TitleArea {
	width:100%;
	overflow:auto;
}
.VG-PopUp-Title {
	height:29px;
	line-height:29px;
	float:left;
	padding:19px 0px 0px 15px;
	color:#A6A6A6;
	font-size:22px;
}
.VG-PopUp-Actions {
	float:right;
	padding:26px 17px 0px 0px;
}
.VG-HeaderLink {
	color:#0088FF;
	font-size:14px;
	float:right;
	height:26px;
	line-height: 26px;
}
.VG-PopUp-TitleSep {
	width:100%;
	height:19px;
}

/*
	Member edit popup form 
*/
form[name=members_edit_form] .VG-Form-Holder select, 
form[name=guestpass_form] .VG-Form-Holder select {
	width:212px;
}
form[name=members_edit_form]  .VG-Form-Holder .birthmonth_field, 
#guestpass_addguest_form .VG-Form-Holder .birthmonth_field {
	width:77px;
	margin-right:7px;
	float:left;
}
form[name=members_edit_form] .VG-Form-Holder .birthday_field, 
#guestpass_addguest_form .VG-Form-Holder .birthday_field {
	width:45px;
	margin-right:7px;
	float:left;
}
form[name=members_edit_form]  .VG-Form-Holder .birthyear_field, 
#guestpass_addguest_form  .VG-Form-Holder .birthyear_field {
	width:56px;
	float:left;
}
form[name=members_edit_form]  .VG-Form-Holder .gender_field, 
form[name=edit_form]  .VG-Form-Holder .gender_field {
	width:213px;
	margin-right:7px;
	float:left;
}
form[name=members_edit_form]  .VG-Form-Holder .maritalstatus_field, 
form[name=guestpass_form]  .VG-Form-Holder .maritalstatus_field {
	/* width:110px; */
	float:left;
}

form[name=members_edit_form]  .VG-Form-Holder .prefix_field, 
form[name=guestpass_form]  .VG-Form-Holder .prefix_field {
	width:213px;
	margin-right:0px;
	float:left;
}
/* form[name=members_edit_form]  .VG-Form-Holder .suffix_field {
	width:55px;
	float:left;
} */
/* form[name=members_edit_form]  .VG-Form-Holder .namelast_field {
	width:126px;
	margin-right:7px;
	float:left;
} */
form[name=members_edit_form]  .VG-Form-Holder .phonework_field, 
form[name=guestpass_form]  .VG-Form-Holder .phonework_field {
	width:128px;
	margin-right:7px;
	float:left;
}
form[name=members_edit_form]  .VG-Form-Holder .ext_field, 
form[name=guestpass_form]  .VG-Form-Holder .ext_field {
	width:57px;
	float:left;
}

/*
	For all selects 
*/
.VG-Form-Holder select {
	height: 34px;
	padding:5px 0px 5px 0px ;
	margin:0px 0p 0px 0px;
}
/*
	Styles for address edit popup
*/
form[name=address_edit_form] .inputHolder {
	float:left;
	margin-bottom: -5px;
    padding-top: 6px;
	padding-right:12px;
}
form[name=address_edit_form] .inputHolder input {
	float:left;
	margin-left:0px;
}
form[name=address_edit_form] .inputHolder span {
	display: block;
	float: left;
	margin-top: 2px;
}

form[name=address_edit_form] .country_field {
	width:242px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	form[name=address_edit_form] .country_field {
		width:242px;
	}
}

form[name=address_edit_form] .state_holder_row td {
	padding-top:6px;
}

form[name=address_edit_form] .state_holder_row td.VG-Form-Label {
	padding-top:16px;
}

form[name="address_edit_form"] input[type="text"] {
	width:232px;
}

form[name="address_edit_form"] select {
	width:242px;
}

form[name="address_edit_form"] .VG-AddressEditPopUp-Correspondece-InfoBox {
	background:#FFCC66;
	border-radius: 10px 10px 10px 10px;
}

form[name="address_edit_form"] .VG-AddressEditPopUp-Correspondece-Holder {

}

form[name="address_edit_form"] .VG-AddressEditPopUp-Correspondece-Spacer {
	padding:15px;
}
form[name="address_edit_form"] .VG-AddressEditPopUp-Correspondece-Notice {
	font-size:14px;
	padding:0px 0px 20px 0px;
	color:#303030;
}
form[name="address_edit_form"] .VG-AddressEditPopUp-Correspondece-Fields .inputHolder {
	float:none;
	margin:0px 0px 3px 0px;
	padding:6px 12px 0px 25px;
}
form[name="address_edit_form"] .VG-AddressEditPopUp-Correspondece-Fields .inputHolder span {
	font-size:12px;
	margin-top: 4px;
}

/*
	Label for members edit form 2,3
*/
label.VG-FieldLabel.VG-FieldLabel-Ext {
	left:20px;
}

/*
	Styles for members edit form 4
*/
#memberEditForm2 form[name="members_edit_form"] .VG-Form-Holder select, 
#memberEditForm2 form[name="guestpass_form"] .VG-Form-Holder select {
	width:213px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#memberEditForm2 form[name="members_edit_form"] .VG-Form-Holder select, 
	#memberEditForm2 form[name="guestpass_form"] .VG-Form-Holder select {
		width:212px;
	}
}

/*
	Styles for member profile pic popup
*/
#memberProfilePic {
	width: 246px; height: 333px;
}

/*
	Field markers 
*/
.VG-FieldAndErrorHolder {
	padding-left:8px;
	border-left:0px none;
}
.VG-FieldHolder {
	padding-left:0px;
	border-left:0px none;
}
.VG-FieldHolder.VG-FieldHolder-FloatedField {
	overflow:auto;
}

.VG-FieldAndErrorHolder.VG-FieldHolder-Mandatory {
	padding-left:0px;
	border-left:0px none;
}
.VG-FieldAndErrorHolder.VG-FieldHolder-Mandatory .VG-FieldHolder{
	padding-left:3px;
	border-left:5px solid #CC0000;
}

.VG-FieldAndErrorHolder.VG-FieldHolder-Error {
	padding-left:3px;
	border-left:5px solid #CC0000;
}
.VG-FieldAndErrorHolder.VG-FieldHolder-Error .VG-FieldHolder{
	padding-left:0px;
	border-left:0px none;
}

.VG-FieldAndErrorHolder.VG-FieldHolder-Correct {
	padding-left:0px;
	border-left:0px none;
}
.VG-FieldAndErrorHolder.VG-FieldHolder-Correct .VG-FieldHolder{
	padding-left:3px;
	border-left:5px solid #00CC00;
}

.VG-FieldError {
	font-size:12px;
	line-height:12px;
	height:12px;
	color:#CC0909;
	padding:2px 0px;
}
.VG-FieldError2 { /* error field with no height */
	font-size:12px;
	line-height:12px;
	color:#CC0909;
	padding:2px 0px;
}

.VG-Disabled {
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/* IE 5-7 */
	filter: alpha(opacity=50);
	/* Netscape */
	-moz-opacity: 0.5;
	/* Safari 1.x */
	-khtml-opacity: 0.5;
	/* Good browsers */
	opacity: 0.5;
}

.VG-Link {
	cursor:pointer;
	text-decoration:none;
}
.VG-Link:hover {
	text-decoration:underline;
}

.VG-FormHLine {
	height:1px;
	line-height:1px;
	font-size:1px;
	margin:0px 10px 9px 10px;
	margin:3px 10px 12px 9px;
	background:#222;
}
.VG-FormHLine-Left {
	margin-right:0px;
}

/*
	Field With Label
*/
.VG-Left {
	float:left;
}
.VG-FieldAndLabelHolder {
	position:relative;
}
label.VG-FieldLabel {
	position:absolute;
	color:#5B5D5B;
	top:8px;
	font:400 16px Arial,sans-serif;
}

/*
	Styles for member preferences grid
*/
.VG-Member-PreferencesGrid {

}
.member-info-container table.VG-Member-PreferencesGrid tr td {
	vertical-align:middle;
	height:31px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.member-info-container table.VG-Member-PreferencesGrid tr td {
		vertical-align:middle;
		padding-top: 5px;
		height:25px;
	}
}

.VG-Member-PreferencesGrid select {
	width:110px;
}

.VG-Member-PreferencesGrid .VG-Member-PreferencesGrid-PhoneSelect {

}

.VG-Member-PreferencesGrid .VG-Member-PreferencesGrid-EmailSelect {

}

.VG-Member-PreferencesGrid .VG-Member-PreferencesGrid-MailSelect {

}

/* *********************************************************************
	Start of CSS convention classes 
	Notes: All classes should start with VS prefix. 
********************************************************************** */ 
/*
	Global
*/
.VS-Clear {
	clear:both;
	float:none;
}
.VS-Hidden { display:none; }
.VG-Arrow-Right {
	width:18px;
	height:18px;
	background:transparent url('/images/arrow-white-right.png') no-repeat center center; 
}
.VS-VSpace-5 { height: 5px; width:100% }
.VS-VSpace-10 { height: 10px; width:100% }
.VS-VSpace-15 { height: 15px; width:100% }
.VS-VSpace-20 { height: 20px; width:100% }
.VS-Bold {
	font-weight:bold;
}
/* h-line */
.VS-HLine {
	height:1px;
	background:#D4D4D4;
}
/* text colors */
.VG-Text-Alert { color: #CC0000; }
.VG-Active-Row .VG-Text-Alert { color:#FFFF00; }
.VG-Text-Notice {  }

.VS-WhiteSpaceNormal { 
	white-space:normal !important;
}

.VG-LeftMargin5 {
	margin-left:5px !important;
}
.VG-RightMargin5 {
	margin-right:5px !important;
}
.VG-LeftMargin15 {
	margin-left:15px !important;
}
.VG-RightMargin15 {
	margin-right:15px !important;
}

/* action links in grids */
.VG-Grid-Action {
	color:#0088FF;
	font-size:12px;
	margin-right:5px;
}
.VG-Grid-Action:hover {
	/*text-decoration:underline;*/
}
.VG-Active-Row .VG-Grid-Action {
	color:#FFFFFF;
}
.VG-NoWrap {
	white-space:nowrap;
}

.VG-TH-PaddingLeftRight {
	padding-left:5px;
	padding-right:5px;
}

.VG-PopUp-Question {
	font-size:28px;
	color:#000000;
	text-align:center;
	font-weight:bold;
	margin:20px 0px 25px 0px; 
}

/**
	Global body classes which modify page look
	These classes don't have styling information, but are used only in rules with other classes ! 
		For example : when we are viewing a check-in page or profile page - the box around the persons photo will be red.
*/
.VG-PageLook-Member {}
.VG-PageLook-Guest {}

.VG-NoData {
	color:#999;
	font-size:18px;
	padding:15px 15px 15px 15px;
	text-align:center;
}

option.VG-Option-Disabled {
	overflow:hidden;
}
.VS-Disabled {
	-moz-opacity:0.4 ;
	filter:alpha(opacity: 40);
	opacity: 0.4;
}
.VG-Preloader {
	background:#FFF url('/images/preloader-small.gif') no-repeat center center !important;
}
.VG-RelContent1.VG-Preloader {
	background:#F2F2F2 url('/images/preloader-grey.gif') no-repeat center center;
}

.VG-FloatLeft { float:left; }
.VG-FloatRight { float:right; }
/*
	Page layout
*/
.VS-Page {
	width:1150px;
	padding:0px 20px 0px 20px;
}
.VS-MainMenuCol {
	width:90px;
	float:left;
}
.VS-MainCol {}
.VS-ContentCol {}

.VS-TwoColPage .VS-MainCol {}
.VS-TwoColPage .VS-ContentCol {}
.VS-TwoColPage .VS-ContextCol {}

.VS-TreeColPage .VS-MainCol {
	width:1020px;
	margin-left:90px;

	background:#FFFFFF url(/images/content-bcknd.png) repeat-y top right;
	border-radius: 10px 10px 10px 10px;
	overflow:auto;

	min-height:650px;
}
.VS-TreeColPage .VS-ContentCol {
	width:800px;
	padding:10px 0px 0px 0px;
	margin-right:217px;
}
.VS-TreeColPage .VS-ContextCol {
	float:right;
	width:217px;
}

.VS-Footer {
	padding:10px 0px 20px 0px;
}
.VG-Footer-Copyright {
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	height:14px;
	line-height:14px;
}

.VS-HeaderBar { 
    /* background-color: #2D2D2D; */
    background: transparent url('/images/header_bar_bg.png') repeat-x top left;
    height: 30px;
    width: 100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:-1;
}
/*
	Links
*/

/*
	Forms
*/

/*
	Buttons
*/

/*
	PopUps
*/

/*
	Balloons
*/
.VS-Balloon {
	display:none;
	position:absolute;
}	
.VS-Balloon-Content {
	background-color: #FFFFFF;
	border: 1px solid #AAAAAA;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 2px 2px 5px 2px #C9C9C9;
	color: #999999;
	font-size:12px;
	padding:5px 10px 5px 10px;
	text-align: left;
	z-index: 1;
}
.VS-Balloon-Arrow {
	margin:0px 0px 0px -22px;
	padding:0px 0px 0px 20px;
	background:transparent url('/images/tooltip_arrow.png') no-repeat center left;
}

.VS-Balloon-Content .VS-Balloon-Arrow table tr td {
	border:0px none;
	background:#FFFFFF;
}

.VS-Balloon-Content.VS-Balloon-Black {
	background-color: #222;
	color: #FFF;
}
.VS-Balloon-Content.VS-Balloon-Black .VS-Balloon-Arrow table tr td {
	border:0px none;
	background-color:#222;
	vertical-align: top;
	font-size: 14px;
	line-height: 18px;
	height: auto;
}

.VS-Balloon-Black .VS-Balloon-Arrow {
	background:transparent url('/images/tooltip_arrow_blk.png') no-repeat center left;
}

.VS-Balloon-Black .VS-Balloon-Label {
	color: #777;
	font-size: 12px;
}

.VS-Balloon-Content.VS-Balloon-Black .VS-Balloon-Arrow .VS-Balloon-Label {
	font-size: 12px;
}


.VG-MemberInfoBalloon-Photo {
	padding:0px 10px 0px 0px;
}
.VG-MemberInfoBalloon-Name {
	white-space:nowrap;
	color: #000000;
	font-size: 14px;
	font-weight:normal;
	padding:3px 0px 5px 0px;
}
.VG-MemberInfoBalloon-Membership {
	white-space:nowrap;
	color: #999999;
	font-size: 13px;
	padding:0px 0px 5px 0px;
}
.VG-MemberInfoBalloon-Email {
	white-space:nowrap;
	font-size: 14px;
	padding:0px 0px 5px 0px;
}
.VG-MemberInfoBalloon-Email a {

}
.VG-MemberInfoBalloon-Phone {
	white-space:nowrap;
	color: #000000;
	font-size: 14px;
	padding:0px 0px 3px 0px;
}
/*
	Tooltips
*/

/*
	Right column - menu, boxes, ...
*/

/*
	Page search
*/

/*
	List page grid
*/

/*
	Small tabs - grey ones 
*/

/*
	JS classes - may or may not contain style information
*/

/*
	Icons
*/
.VG-Grid-Td-Icon16 {
	vertical-align:middle;
}

.VG-Icon-Comment { 
	width:16px !important; 
	height:16px !important; 
	background:transparent url('/images/icons/comment.png') center center;
}

td.VG-Icon {
	vertical-align:middle;
	text-align:center;
}
.VG-Icon-Paid {
	width:19px;
	height:19px;
	background:transparent url('/images/icons/VG_Paid_Icon.png') no-repeat center center;
}
.VG-Icon-Pay {
	width:19px;
	height:19px;
	background:transparent url('/images/icons/VG_Pay_Icon.png') no-repeat center center;
}

.VG-Icon-Calendar {
	width:30px;
	height:30px;
	background:transparent url('/images/icons/icon-cal.png') no-repeat center center;
}

/*
	Global
*/
.VG-ActiveElement {
	cursor:pointer;
}
.VG-ActiveTextElement {
	cursor:pointer;
	border-bottom:1px dotted #000;
}
.VG-InlineBlock {
	cursor:pointer;
}

/* *********************************************************************
	End of CSS convention classes 
********************************************************************** */ 


/* ---------------------------------------------------------------------
	Start of main page classes - these are body classes
---------------------------------------------------------------------- */
.VG-MainPage-Login {}
.VG-MainPage-Dashboard {}
.VG-MainPage-Members {}
/* ---------------------------------------------------------------------
	End of main page classes
---------------------------------------------------------------------- */ 

/*
	Styles for right column
*/
.VG-ViewPage-RightColumn { 
	padding:15px 0px 0px 0px;
}
.VG-ViewPage-RightColumn-VSep {
	width:100%;
	height:20px;
}
/* list with actions */
ul.VG-RightColumnActions {
	margin:0px 0px 0px 13px;
	padding:0px;
	height:25px;
	list-style:none;
	text-indent:none;
}
ul.VG-RightColumnActions li {
	float:left;
	padding:0px;
	margin:0px 8px 0px 0px;
	position:relative;
}
ul.VG-RightColumnActions li.VS-Last {
	margin:0px;
}
ul.VG-RightColumnActions li div {
	border:0px none;
	width:25px;
	height:25px;
	box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.3);
	cursor:pointer;
}

/* backgrounds */
ul.VG-RightColumnActions li.VG-Action-Schedule div { background:transparent url('/images/icon_schedule.png') no-repeat center center }
ul.VG-RightColumnActions li.VG-Action-Add div { background:transparent url('/images/icon_add.png') no-repeat center center }
ul.VG-RightColumnActions li.VG-Action-Cal div { background:transparent url('/images/icon_cal.png') no-repeat center center }
ul.VG-RightColumnActions li.VG-Action-Contact div { background:transparent url('/images/icon_contact.png') no-repeat center center }
ul.VG-RightColumnActions li.VG-Action-Msg div { background:transparent url('/images/icon_msg.png') no-repeat center center }
ul.VG-RightColumnActions li.VG-Action-Action div { background:transparent url('/images/icon_action.png') no-repeat center center }
ul.VG-RightColumnActions li.VG-Action-Clock div { width:91px; background:transparent url('/images/icon_clock.png') no-repeat center center }

/* number over icons */
span.VG-Action-Count {
	position:absolute;
	display:block;
	background:#CC0000;
	border:1px solid #FFFFFF;
	height:14px;
	line-height:14px;
	min-width:14px;
	border-radius:7px;
	bottom:-5px;
	right:-5px;
	color:#FFFFFF;
	font-size:11px;
	text-align:center;
	box-shadow: -3px 2px 4px rgba(0, 0, 0, 0.3);
}

/* recently boxes */
.VG-InfoBox {
	margin:0px 0xp 30px 0px ;
	/*		padding:10px 10px 0px 10px; */
}
.VG-InfoBox-Title {
	color: #3B3A3A;
	font-size: 16px;
	/*			padding-bottom: 3px;	*/
	/*			border-bottom: 1px solid #3B3A3A;	*/
}

.VG-InfoBox-Title { overflow:auto; background-color: #CECECE;}
.VG-InfoBox-Title-Txt { float:left; text-transform: uppercase; font: 700 11px Arial; color: #333333; margin: 6px 0px 6px 10px;}
.VG-InfoBox-Title-Link { float:right; font-size:11px; font-weight:bold; color:#0099FF; cursor:pointer; padding:3px 0px 0px 0px; }
.VG-InfoBox-Title-Link:hover { text-decoration:underline; }
.VG-InfoBox-Title-Link-MoreDetails { position: absolute; top: 2px; right: 2px; width: 64px; height: 21px; background: url(/images/icon_header_more.png); cursor:pointer; }
/*.VG-InfoBox-Title-Link-MoreDetails:hover { outline: 1px solid #F0F0F0; }*/

.VG-InfoBox-Title-Link-Buy {  position: absolute; top: 8px; right: 80px; width: 62px; height: 17px; padding-top: 2px; border: 1px solid #7E7E7E; color: #7D7D7D; font: 400 12px Arial; text-align: center; cursor:pointer;}
.VG-InfoBox-Title-Link-Buy:hover { outline: 1px solid #F0F0F0; }

.VG-InfoBox-Content {
	padding:10px 10px 0px 10px; 
	margin:3px 0px 0px 0px;
}
.VG-InfoBox-ActionLink {
	padding-bottom: 4px;
}
.VG-InfoBox-ActionLink a, .VG-InfoBox-ActionLink a:active, .VG-InfoBox-ActionLink a:visited {
	color: #3B3A3A;
	font-size:12px;
}
.VG-InfoBox-MoreLink {
	padding:10px 0px 0px 0px;
}
.VG-InfoBox-MoreLink a, .VG-InfoBox-MoreLink a:active, .VG-InfoBox-MoreLink a:visited {
	color: #2EABE6;
	font-weight:900;
	font-size:12px;
}

.VG-InfoBox-EmptySection {
	height: 100px;
	line-height: 100px;
	/*				background-color: #F6F6F6;	*/
	text-align: center;
	color: #999999;
	font-weight: normal;
	font-size: 12px;
}
.VG-InfoBox-EmptySection.VG-SmallBox {
	height: 15px;
	line-height: 22px;
	color: #CECECE;
	font-size: 14px;
	font-weight: 900;
}
/* title colors */
.VG-InfoBox-Title-Alert {
	color: #790000;
}

.VG-UpcommingAppts-Content {
	padding:10px 10px 0px 10px; 
	margin:3px 0px 0px 0px;

}
.VG-UpcommingAppts-AppBlock {
	position: relative;
	padding: 5px; margin-bottom: 5px; 
	background-color: #FFFFFF; 
	font: 400 12px Arial;
	width: 180px;
}
.VG-UpcommingAppts-AppBlock:hover {
	background-color: #f3ebff;
	border: 1px solid #744ba5;
}
.VG-UpcommingAppts-AppBlock .VG-UpcommingAppts-clName {
	font: 800 16px 'Open Sans', sans-serif;
	color: #333;
	/*width: 160px;*/
}
.VG-ContentBox-WaitingList .VG-UpcommingAppts-AppBlock:hover {
	background-color: #edfde7;
	border: 1px solid #449942;
}
.VG-UpcommingAppts-AppBlock .VG-UpcommingAppts-apptTime {
	position: absolute; top: 5px; right: 5px;
}
.VG-UpcommingAppts-AppBlock .VG-UpcommingAppts-svcName {
	padding-top: 4px;
	color: #8F8F8F;
	/*text-transform:uppercase;*/
}
.VG-UpcommingAppts-AppBlock:hover .VG-UpcommingAppts-clName{
	color: #111111; 
}
.VG-UpcommingAppts-AppBlock:hover .VG-UpcommingAppts-svcName{
	color: #555555; 
}

/*
	Style for tables in right column
*/
.VG-InfoBox table { width:100%; font-size:12px; }
.VG-InfoBox table tr th, 
.VG-InfoBox table tr td {
	font-weight:normal;
	padding:0px 3px 0px 3px;
	height:20px;
	vertical-align:middle;
}
.VG-InfoBox table tr th { text-transform:uppercase; font-size:9px; }
.VG-InfoBox table tr td {}

.VG-InfoBox table tr.VG-Row-Red td { color:#CC0000; }
.VG-InfoBox table tr.VG-Row-Highlight-Green td { background:#009900; color:#FFFFFF; font-weight:bold; }

.VG-Icon-Right-First { width:18px; height:18px; background:transparent url('/images/icons/icon_right_panel_first.png') no-repeat center center; }
.VG-Icon-Right-Star { width:18px; height:18px; background:transparent url('/images/icons/icon_right_panel_star.png') no-repeat center center; }

/*
	Waiting list grid in right column - column widths
*/
.VG-InfoBox-WaitingList,
.VG-InfoBox.VG-InfoBox-BedStatus {
	position: relative;
}
.VG-InfoBox-WaitingList .VG-InfoBox-Title-Link-MoreDetails,
.VG-InfoBox-BedStatus .VG-InfoBox-Title-Link-MoreDetails {
	top: 2px;
	position: absolute;
}
.VG-InfoBox-WaitingList .VG-TD-Icon,
.VG-InfoBox-WaitingList .VG-TD-Icon > div { 
	width:18px;
	padding-left:0px;
	padding-right:0px;
}
.VG-InfoBox-WaitingList .VG-TD-Name,
.VG-InfoBox-WaitingList .VG-TD-Name > div { 
	width:52px;
	text-align:left;
}
.VG-InfoBox-WaitingList .VG-TD-Bed,
.VG-InfoBox-WaitingList .VG-TD-Bed > div { 
	width:38px;
	text-align:center;
}
.VG-InfoBox-WaitingList .VG-TD-Start,
.VG-InfoBox-WaitingList .VG-TD-Start > div { 
	width:28px;
	text-align:center;
}
.VG-InfoBox-WaitingList .VG-TD-Waiting,
.VG-InfoBox-WaitingList .VG-TD-Waiting > div { 
	text-align:center;
}


/*
	Styles for alerts infobox
*/
.VG-InfoBox.VG-InfoBox-Alerts {
	background:#FFCCFF;
	padding:10px;
}
.VG-InfoBox.VG-InfoBox-Alerts .VG-InfoBox-Title { color:#990000; font-weight:bold; background-color: transparent; }


.VG-ContentBox .VG-Red-Button,
.VG-InfoBox .VG-Red-Button {
	display: inline-block;
	padding: 5px 20px;
	background-color: #d90000;
	cursor: pointer;
	font: 900 20px Arial;
	color: #FFFFFF;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	white-space: nowrap;
}

/*
	Styles for view pages tabs
*/
.VS-PageContent {
	overflow:auto;
	overflow-x:hidden;
	/* padding: 0px 15px 0px 15px;	 */
}

.VG-TabbedSection { /* contains only floated elements */
	overflow:auto;
	width:100%;
}
.VG-TabsHolder {
	float:left;
	width:125px;
	/* height:393px; */
}
.VG-Tab {
	width:125px;
	height:33px;
	background: #D6E3E9;
	background: #E0E0E0;
	border-radius: 5px 0px 0px 5px;
	margin:0px 0px 3px 0px;
	cursor:pointer;
}

.VG-Tab.VG-SelectedItem {
	/* background: #083671; */
	/* background: #00469B;	*/
	background: #333333;
}
.VG-Tab.VG-InactiveYellow {
	background: #ffcc66;
}
.VG-Tab.VG-InactiveYellow.VG-SelectedItem {
	background: #333333;
}
.VG-Tab.VG-InactivePink {
	background: #ff99cc;
}
.VG-Tab.VG-InactivePink.VG-SelectedItem {
	background: #333333;
}
.VG-Tab a {
	height: 33px;
	display: block;
	padding-right: 6px; 
	font-size:12px;
	color:#000000;
}
.VG-Tab.VG-SelectedItem a {
	color:#FFFFFF;
}
.VG-Tab a span {
	display: block; 
	line-height: 23px;
	padding: 5px 0px 5px 6px; 
	text-align: left;
}
.VG-Tab a:active { outline: none; }
.VG-Tab a:active span { padding: 6px 0 4px 6px; }
.VG-TabsContentHolder {
	float:left;
	width:645px;
	/* height:393px; */
}

/* tab colors */
.VG-Tab.VG-Alert { background:#FFCCCC; }
.VG-Tab.VG-Alert.VG-SelectedItem { background:#CB0000; }

/* tab content */
.VG-ViewPage-TabContent-Header {
	background:#CDDDE4;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px ;
	height:40px;
	/* border-radius: 0px 10px 0px 0px; */
}
.VG-ViewPage-TabContent-Header-Actions {
	float:left;
	margin:12px 0px 0px 12px ;
}
.VG-ViewPage-TabContent-Header-Actions .VG-ViewPage-TabContent-Header-SingleAction {
	float:left;
	cursor:pointer;
	color:#083671;
	font-size:13px;			
}
.VG-ViewPage-TabContent-Header-Actions .VG-ViewPage-TabContent-Header-SingleAction:hover {
	text-decoration:underline;
}
.VG-ViewPage-TabContent-Header-Menu {
	float:right;
}
.VG-ViewPage-TabContent-Header-Menu .VG-TabQuickMenu {
	position:relative;
	margin:7px 10px 0px 0px;
}
.VG-ViewPage-TabContent-Header-Menu .VG-TabQuickMenu-Holder {
	background:transparent;
	background:#0088FF;
	cursor: pointer;
	float: right;
	height: 27px;
	position: relative;
	z-index: 120;

	width:150px;
	border-radius: 5px 5px 5px 5px;

	box-shadow: 1px 2px 2px #bbb; -o-box-shadow: 1px 2px 2px #bbb; -webkit-box-shadow: 1px 2px 2px #bbb; -moz-box-shadow: 1px 2px 2px #bbb;
}
.VG-ViewPage-TabContent-Header-Menu .VG-TabQuickMenu-SingleHolder {
	background:transparent;
	color: #FFFFFF;
	font-size:13px;
	padding: 0px 10px 0px 10px;
	text-align: center;

	height:27px;
	line-height:27px;
}
.VG-ViewPage-TabContent-Header-Menu .VG-TabQuickMenu-Arrow {
	background:#006EEF url('/images/tab_content_menu_arrow.png') no-repeat center center;
	cursor: pointer;
	float: right;
	height: 27px;
	width: 27px;
	border-radius: 0px 5px 5px 0px
}
.VG-ViewPage-TabContent-Header-Menu .VG-TabQuickMenu-MultiHolder {
	background:#0088FF;
	background:#22A0FF;
	border: 0 none;
	border-radius: 5px 5px 0 0;
	font-size:12px;
	padding: 4px 0px 4px 0px;
	position: absolute;
	right: 0;
	text-align: left;
	top: 29px;
	z-index: 120;

	width:150px;
}
.VG-ViewPage-TabContent-Header-Menu .VG-TabQuickMenu-MultiHolder .VS-DropDown-MultiHolder-SingleOption {
	color: #FFFFFF;
	cursor: pointer;
	padding: 3px 5px;
	text-transform: none;
}
.VG-ViewPage-TabContent-Header-Menu .VG-TabQuickMenu-MultiHolder .VS-DropDown-MultiHolder-SingleOption-Active {
	background:#006EEF;
	color: #FFFFFF;
	/* cursor: default; */
	padding: 3px 5px;
	text-transform: none;
}
.VG-ViewPage-TabContent-Header-Menu .VG-TabQuickMenu-MultiHolder .VS-DropDown-MultiHolder-Sep {
	background:#006EEF;
	color: #FFFFFF;
	cursor: default;
	height: 1px;
	margin: 3px 0;
	width: 100%;
}

.VG-ViewPage-TabContent-Main {
	padding:0px 0px 10px 10px;
}
.VG-ViewPage-TabContent-MainWithSubsections {
	padding:0px 0px 0px 0px;
}

/* tabs holder and tab content */
.VG-TabSubSection-TabsHolder {
	background-color: #F2F2F2;
	/* border: 1px solid #083671;  */
	border: 1px solid #00469B; 
	border: 1px solid #333333; 
	/* border-radius: 0px 10px 10px 0px; */
	padding: 0px; 
	overflow: hidden;
}
.VG-TabSubSection-TabContent {
	height: 355px;
	padding: 0px;
	margin: 0px;
	overflow-y:hidden;
}

/*
	General styles for grids in popups
*/
.VG-Grid {

}
.VG-Grid-Title {
	font-size:16px;
	height:16px;
	line-height:16px;
	color:#666666;
	padding:5px 5px 5px 5px;
}
.VG-Grid {
	font-size:13px;
}
.VG-Grid tr {
	background:transparent;
}

/*
	row - 
		even row
			hovered row
				active row
*/
.VG-Grid-Main tr:nth-child(even) td {
	background:#E9E9E9;
}
.VG-Grid tr:hover td, 
.VG-Grid tr:nth-child(even):hover td {
	background:#DFEAFF ;
	color:#000000;
}
.VG-Grid tr.VG-Active-Row td, 
.VG-Grid tr.VG-Active-Row:nth-child(even) td {
	background:#0088FF;
	color:#FFFFFF;
}
.VG-Grid tr.VG-Checked-Row td, 
.VG-Grid tr.VG-Checked-Row:nth-child(even) td {
	background:#B8FFBB ;
}
/*
		.VG-Grid-Main tr:nth-child(even) td {
			background:#E9E9E9;
		}
			.VG-Grid tr.VG-Active-Row td {
				background:#0088FF;
				color:#FFFFFF;
			}
			.VG-Grid tr.VG-Checked-Row td { 
				background:#B8FFBB ;
			}
				.VG-Grid tr:hover td, 
				.VG-Grid tr.VG-Active-Row:hover td, 
				.VG-Grid tr.VG-Checked-Row:hover td {
					background:#DFEAFF ;
					color:#000000;
				}
*/
.VG-Grid tr th {
	text-align:left;
	padding:5px 5px 5px 5px;
	font-size:14px;
	color:#959595;
	color:#000;
	/* font:700 14px Arial,sans-serif; */
	font:400 11px Arial,sans-serif;
}
.VG-Grid tr td {
	padding:5px 5px 5px 5px;
	border-top:1px solid #999;
}
.VG-Grid-NoWrapCell div {
	white-space:nowrap;
	overflow:hidden;
}
.VG-Grid-Ellipsis div, 
.VG-Grid-Cell.VG-Grid-Ellipsis {
	white-space:nowrap;
	text-overflow: ellipsis;
	overflow:hidden;
}
.VG-Grid-ActiveElement {
	border-bottom:1px dotted #000;
	cursor:pointer;
	display:inline-block;
}
.VG-Grid-Footer {
	height:16px;
	/*background:#;*/
	border-top:1px solid #999;
	border-bottom:1px solid #999;
}

.VG-PopUp.VG-Grid-Header {
	padding:0px 15px 0px 15px ;
}
.VG-PopUp .VG-Grid-Rows {
	padding:0px 15px 10px 15px ;
}
/* .VG-PopUp .VG-Grid-Header .VG-Grid { */
.VG-PopUp .VG-Grid-Header {
	padding:0px 15px 0px 15px ;
}
.VG-PopUp .VG-Grid-Title {

}
.VG-PopUp .VG-Grid-Border { /* top grid border */
	height:1px;
	background:#999999;
}
.VG-PopUp .VG-Grid-Main {
	max-height:180px;
	overflow-x:hidden;
	overflow-y:auto;
}

.VG-PopUp .VG-Grid-Main .VG-Grid tr td {
	border-top:0px none;
}
/* 				.VG-PopUp .VG-Grid-Main tr:nth-child(even) td {
					background:#E9E9E9;
				} */
/* 					.VG-PopUp .VG-Grid-Main tr.VG-Active-Row:nth-child(even) td {
						background:#0088FF;
						color:#FFFFFF;
					} */
/* 					.VG-Grid tr:hover td, 
					.VG-PopUp .VG-Grid-Main tr:hover td {
						background:#DFEAFF;
					} */
.VG-PopUp .VG-Grid-Main table {
	width:100%;
}
.VG-PopUp .VG-Grid-Footer {
	display:none;
}

/* table header styles */
.VG-PopUp .VG-Grid-Header .VG-Grid th {
	color: #000000;
	font-size:10px;
	font-weight:normal;
	text-transform:uppercase;
	padding-bottom:2px;
}
/* 
	Styles for member addresses tab
*/
.VG-ViewPage-AddressesHolder {}

.VG-ViewPage-AddressesHolder .VG-AddressesHolder-SingleAddress {
	width:187px;
	height:100px;
	margin-right:20px;
	float:left;
	margin:0px 20px 10px 0px;
	cursor:pointer;
	padding:0px 1px 1px 1px;
}
.VG-ViewPage-AddressesHolder .VG-AddressesHolder-SingleAddressNoMargin {
	margin-right:0px;
	/* width:186px; */
}
.VG-ViewPage-AddressesHolder .VG-AddressesHolder-SingleAddress .VG-AddressTitle {
	width:100%;
	height:22px;
	margin:0px 0px 10px 0px;
	background-color: #CCCCCC;
	color: #000000;

	position:relative;
}
.VG-ViewPage-AddressesHolder .VG-AddressesHolder-SingleAddress .VG-AddressTitleTxt {
	height:13px;
	line-height:13px;
	padding:5px;
	font-size:11px;
	text-transform:uppercase;
}
.VG-ViewPage-AddressesHolder .VG-AddressesHolder-SingleAddress .VG-AddressLine1,
.VG-ViewPage-AddressesHolder .VG-AddressesHolder-SingleAddress .VG-AddressLine2,
.VG-ViewPage-AddressesHolder .VG-AddressesHolder-SingleAddress .VG-AddressLine3 {
	font-size:13px;
	padding:0px 0px 3px 5px;
}

.VG-ViewPage-AddressesHolder .VG-AddressesHolder-SingleAddress:hover {
	background:#E5E5E5;
}
.VG-ViewPage-AddressesHolder .VG-AddressesHolder-SingleAddress.VG-SelectedItem {
	background:#E5E5E5;
}
.VG-ViewPage-AddressesHolder .VG-AddressesHolder-SingleAddress.VG-SelectedItem {
	background-color: #E5E5E5;
	background-color: #CEECF5;
	background-color: #E0F2F7;
	border:1px solid #0088FF;
	border-top:0px none;
	padding:0px 0px 0px 0px;
}
.VG-ViewPage-AddressesHolder .VG-AddressesHolder-SingleAddress.VG-SelectedItem .VG-AddressTitle {
	color:#FFFFFF;
	background:#0088FF;
}

/* validated address check mark */
.VG-ViewPage-AddressesHolder .VG-AddressesHolder-SingleAddress .VG-AddressTitle .VG-AddressCheck {
	position:absolute;
	display:none;
	top:-5px;
	right:0px;
	width:16px;
	height:16px;

	background-image:url('/images/icons/Check_16x16.png');
	background-repeat:no-repeat;
	background-position:right center;
}
.VG-ViewPage-AddressesHolder .VG-AddressesHolder-SingleAddress.VG-ValidatedItem .VG-AddressTitle .VG-AddressCheck {
	display:block;
}
/*
	Global styles for forms 
*/
.VG-ViewPage-Form {
	overflow:auto;
	width:100%;
}
.VG-ViewPage-Form .VG-ViewPage-Form-Row {
	height:32px;
	font-size:14px;
	padding:0px 0px 1px 0px;
}
.VG-ViewPage-Form .VG-ViewPage-Form-Row .VG-ViewPage-Form-Label {
	background-color: #E5E5E5;
	color: #306377;
	padding: 9px 0px 9px 6px;
	line-height:14px;
	height:14px;
	float:left;
}
.VG-ViewPage-Form .VG-ViewPage-Form-Row .VG-ViewPage-Form-Value {
	color: #000000;
	padding: 9px 0px 9px 4px;
	line-height:14px;
	height:14px;
	float:left;
}
.VG-ViewPage-Form .VG-Round-Left-Both {border-radius: 5px 0px 0px 5px;}
.VG-ViewPage-Form .VG-Round-Left-Top {border-radius: 5px 0px 0px 0px;}
.VG-ViewPage-Form .VG-Round-Left-Bottom {border-radius: 0px 0px 0px 5px;}

.VG-ViewPage-Form .VG-ViewPage-Form-SepRow {
	width:100%;
	font-size:1px;
	height:10px;
}

/* row colors - bluish row */
.VG-ViewPage-Form .VG-ViewPage-Form-Row-Inf .VG-ViewPage-Form-Label { 
	background-color: #0088FF;
	color: #FFFFFF;
}
.VG-ViewPage-Form .VG-ViewPage-Form-Row-Inf .VG-ViewPage-Form-Value { 
}

/* row colors - reddish row */
.VG-ViewPage-Form .VG-ViewPage-Form-Row-Balance .VG-ViewPage-Form-Label { 
	background-color: #E03B3B;
	color: #FFFFFF;
}
.VG-ViewPage-Form .VG-ViewPage-Form-Row-Balance .VG-ViewPage-Form-Value { 
	background-color: #FBE2E2;
	color: #9E0B0F;
	font-weight: 700;
}

/*
	Member view page form 
*/
.VG-MemberViewPage-FormHolder {
	float:left;
	width:626px;
}

.VG-MemberViewPage-PicHolder {
	width:144px;
	float:right;
	overflow:auto;
}

.VG-ViewPage-Form .VG-MemberViewPage-FormColumn-Left {
	float:left;
} 
.VG-ViewPage-Form .VG-MemberViewPage-FormColumn-Left .VG-ViewPage-Form-Label,
.VG-ViewPage-Form .VG-MemberViewPage-FormColumn-Full .VG-ViewPage-Form-Label {
	width:118px;
}
.VG-ViewPage-Form .VG-MemberViewPage-FormColumn-Left .VG-ViewPage-Form-Value {
	width:200px;
}
.VG-ViewPage-Form .VG-MemberViewPage-FormColumn-Right {
	float:left;
}
.VG-ViewPage-Form .VG-MemberViewPage-FormColumn-Right .VG-ViewPage-Form-Label {
	width:113px;
}
.VG-ViewPage-Form .VG-MemberViewPage-FormColumn-Right .VG-ViewPage-Form-Value {
	width:170px;
}
.VG-ViewPage-Form .VG-MemberViewPage-FormColumn-Pic {
	width:99px;
	float:left;
}
.VG-ViewPage-Form .VG-MemberViewPage-MemberStatus {
	padding: 5px 0px 5px 0px;
}
.VG-ViewPage-Form .VG-MemberViewPage-MemberStatus a {
	font-size:9px;
	text-transform:uppercase;
	color: #FFFFFF;
	text-decoration: none;
}
.VG-ViewPage-Form .VG-MemberViewPage-MemberGender {
	padding: 2px 0px 4px 0px; 
	text-align: center; 
	font-size:14px;
	color: #FFFFFF;
	height: 16px;
}

.VG-ViewPage-Form .VG-MemberViewPage-FormColumn-Pic .VG-MemberImage { 
	border-radius: 5px 5px 5px 5px; 
	width: 99px; 
	background-color: #0088FF; 
	text-align: center; 
	position:relative; 
}

/* 	Member profile - upload picture button */
.VG-ViewPage-Form .VG-MemberViewPage-FormColumn-Pic .VG-MemberImage .VG-MemberImage-UploadBtn { 
	font-size:13px;
	font-weight:normal;

	text-align:center;
	cursor:pointer;

	position:absolute;
	top: 45px; /*95px;*/
	left:16px;
	width:70px;
	height:16px;
	line-height:16px;
	padding:3px 0px 3px 0px;

	background:#000;
	color:#FFF;
	text-decoration:none;

	-moz-opacity:0.4 ;
	filter:alpha(opacity: 40);
	opacity: 0.4;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

	display: none;
}
.VG-ViewPage-Form .VG-MemberViewPage-FormColumn-Pic .VG-MemberImage:hover .VG-MemberImage-UploadBtn {
	display:block;
}

.VG-ViewPage-Form .VG-MemberViewPage-FormColumn-Pic .VG-MemberImage .VG-MemberImage-UploadBtn.hover {
	display:block;

	-moz-opacity:1 ;
	filter:alpha(opacity: 100);
	opacity: 1;
}

/*
	Member profile - magnify button
*/
.VG-ViewPage-Form .VG-MemberViewPage-FormColumn-Pic .VG-MemberImage .VG-MemberImage-MagnifyBtn { 
	position: absolute;
	text-decoration: none;
	top: 26px;
	left:32px;
	width: 35px;
	height: 30px;

	background:transparent url('/images/icons/zoom_icon.png');
	color:#FFF;
	text-decoration:none;

	-moz-opacity:0.6 ;
	filter:alpha(opacity: 60);
	opacity: 0.6; 

	cursor:pointer;
	display: none;
}
.VG-ViewPage-Form .VG-MemberViewPage-FormColumn-Pic .VG-MemberImage .VG-MemberImage-MagnifyBtn:hover {
	-moz-opacity:1 ;
	filter:alpha(opacity: 100);
	opacity: 1.0; 
}
.VG-ViewPage-Form .VG-MemberViewPage-FormColumn-Pic .VG-MemberImage.hover .VG-MemberImage-MagnifyBtn,
.VG-ViewPage-Form .VG-MemberViewPage-FormColumn-Pic .VG-MemberImage:hover .VG-MemberImage-MagnifyBtn {
	display:block;
}
/* Billing drop down menu */
.VG-TabQuickMenu.VG-MemberView-BillingInfo-TabQuickMenu {}
.VG-TabQuickMenu.VG-MemberView-BillingInfo-TabQuickMenu .VG-TabQuickMenu-Holder {
	background:#006EEF;
}

/*
	Styles for member view page tabs
*/
.VG-ViewPage-TabContent-Main.VG-ViewPage-TabContent-TwoColumns {
	padding:0px 10px 0px 0px;
	height:100%;
}
.VG-ViewPage-TabContent-LeftCol {
	float:left;
	width:301px;
	height:100%;
	padding:10px 0px 0px 0px;
	border-right:1px solid #959595;
}
.VG-ViewPage-TabContent-RightCol {
	float:left;
	width:301px;
	padding:10px 0px 0px 9px;
}
.VG-MemberViewPage .VG-ViewPage-TabContent-RightCol {
	width:322px;
}
.VG-TabContent-TabsTable th.VG-Grid-TD-FirstCol {
	padding:0px 0px 3px 15px;
}
.VG-TabContent-TabsTable td.VG-Grid-TD-FirstCol {
	padding:5px 5px 5px 15px;
}
.VG-TabContent-TabsTable td.VG-Grid-TD-FirstCol div, 
.VG-TabContent-TabsTable td.VG-Grid-TD-NameCol div {
	height:20px;
	line-height:20px;
}
.VG-TabContent-TabsTable td.VG-Grid-TD-Arrow div {
	width:18px;
	height:18px;
	background:transparent url('/images/arrow-white-right.png') no-repeat center center;
}

/*
	Styles for the grid in the left column
*/
.VG-ViewPage-TabContent-LeftCol {}
.VG-ViewPage-TabContent-LeftCol tr {

}
.VG-ViewPage-TabContent-RightCol.VG-ViewPage-TabContent-WithTabs tr th , 
.VG-ViewPage-TabContent-LeftCol tr th { 
	color: #959595;
	font-size:11px;
	font-weight:normal;
	height: 20px;
	padding-bottom: 3px;
	text-align: left;
	vertical-align: top;
}
.VG-ViewPage-TabContent-RightCol.VG-ViewPage-TabContent-WithTabs tr td, 
.VG-ViewPage-TabContent-LeftCol tr td { 
	color: #000000;
	font-size: 13px;
	padding: 5px;
	cursor:pointer;
	background:#F2F2F2;
	vertical-align:middle;
}
.VG-ViewPage-TabContent-LeftCol tr .VG-Arrow-Right {
	background:transparent;
}
.VG-ViewPage-TabContent-LeftCol tr.VG-Active-Row .VG-Arrow-Right {
	width: 18px;
	height: 18px;
	background: transparent url('/images/arrow-white-right.png') no-repeat center center;
}
.VG-ViewPage-TabContent-LeftCol tr:hover td { 
	background:#DFEAFF;
}

.VG-ViewPage-TabContent-LeftCol tr.VG-Selected-Row:nth-child(even) td,
.VG-ViewPage-TabContent-LeftCol tr.VG-Selected-Row td {
	color:#000;
	background:#CBE0CB;
}
.VG-ViewPage-TabContent-LeftCol tr.VG-Active-Row:nth-child(even) td,
.VG-ViewPage-TabContent-LeftCol tr.VG-Active-Row td {
	color:#FFFFFF;
	background:#0088FF;
}

.VG-ViewPage-TabContent-LeftCol tr.VG-Active-Row .VG-Arrow-Right {
	display:block;
}

.VG-MemberViewPage .VG-ViewPage-TabContent-TwoColumns.VG-ViewPage-TabContent-Guests { 
	padding:0px;
}

.VG-MemberViewPage .VG-ViewPage-TabContent-TwoColumns.VG-ViewPage-TabContent-Guests-NoData { 
	padding:0px;
	color:#FFFFFF;
	background:#CDDDE4;
	text-align:center;
	font-size: 42px;
	font-weight: bold;
	height: 351px;
	line-height: 300px;
}

/*
	Start of styles for list pages grids 
*/

/*
	End of styles for list pages grids 
*/

/* *********************************************************************
	Start of main page classes 
********************************************************************* */
.VG-MemberViewPage {}
/* *********************************************************************
	End of main page classes 
********************************************************************* */

/*
	Member view page scrollable content - member profile page
*/
.VG-ViewPage-ScrollableContent {
	height: 341px; 
	overflow-y: scroll; 
	overflow-x: hidden; 
	padding-top:10px;
}

.VG-ViewPage-ScrollableContent-Addresses {
	height:305px;
}
.VG-ViewPage-ScrollableContent-Billing {
	height: 315px; 
	padding-top:0px;
}
.VG-ViewPage-ScrollableContent-General {
	height: 315px; 
	padding-top:0px;
}
.VG-ViewPage-ScrollableContent-Preferences {
	height: 315px; 
	padding-top:0px;
}

/*
	General styles for grids in view pages
*/
.VG-Grid {

}	
.VG-ViewPage-Grid.VG-Grid-Header {
	padding:0px 0px 0px 0px ;
}
.VG-ViewPage-Grid .VG-Grid-Rows {
	padding:0px 0px 10px 0px ;
}
.VG-ViewPage-Grid .VG-Grid-Header .VG-Grid {
	padding:0px 0px 0px 0px ;
}
.VG-ViewPage-Grid .VG-Grid-Title {

}
.VG-ViewPage-Grid .VG-Grid-Border { /* top grid border */
	height:1px;
	background:#999999;
}
.VG-ViewPage-Grid.VG-Tab-Grid .VG-Grid-Main {
	max-height:180px;
	overflow-x:hidden;
	overflow-y:auto;
}
.VG-ViewPage-Grid .VG-Grid-Main .VG-Grid tr td {
	border-top:0px none;
}
/* 				.VG-ViewPage-Grid .VG-Grid-Main tr:nth-child(even) td {
					background:#E9E9E9;
				} */
/* 					.VG-ViewPage-Grid .VG-Grid-Main tr.VG-Active-Row:nth-child(even) td {
						background:#0088FF;
						color:#FFFFFF;
					} */
/* 					.VG-ViewPage-Grid .VG-Grid-Main tr:hover td { 
						background:#DFEAFF;
					} */
.VG-ViewPage-Grid .VG-Grid-Main table {
	width:100%;
}
.VG-ViewPage-Grid .VG-Grid-Footer {
	display:none;
}

.VG-MemberAttendancePage .VG-AddressHistory-Tooltip-Row {
	white-space:normal;
}

/* table header styles */
.VG-ViewPage-Grid .VG-Grid-Header .VG-Grid th {
	color: #000000;
	font-size:10px;
	font-weight:normal;
	text-transform:uppercase;
	padding-bottom:2px;
}
.VG-Grid-SortColumn-Asc {
	padding-right:15px;
	background:transparent url('/images/sort_arrow_down.png') no-repeat right center;
}
.VG-Grid-SortColumn-Dsc {
	padding-right:15px;
	background:transparent url('/images/sort_arrow_up.png') no-repeat right center;
}

/*
	view page tabs - right column tab - right tabs content
*/
.VG-RelContent {
	/*width:301;*/
	overflow:auto;
}
.VG-RelContent-Image {
	float:right;
	margin-bottom:5px;
}
.VG-RelContent-Row {
	float:left;
	margin:0px 0px 2px 0px;
}
.VG-RelContent-Row .VG-RelContent-Row-Antent {
	width: 100px;
	font-weight:bold;
	font-size:11px;
	color: #666666;
	line-height:11px;
	height:11px;
	padding:4px 0px 4px 0px;
	float:left;
}
.VG-RelContent-Row .VG-RelContent-Row-Value {
	float:left;
	font-weight:normal;
	font-size:13px;
	color: #000000;
	min-width:100px;
	max-width:225px;
	padding:1px 0px 0px 0px;
}
.VG-RelContent-Row.VG-Row-WithPadding { /* make rows next to pictre equidistant */
	margin-bottom:19px;
}

.VG-RelContent-Row .VG-RelContent-Row-Value a{
	color: #0072BC;
	font-size:11px;
	text-decoration: none;
	display:inline-block;
	padding-top:3px;
}

.VG-ViewPage-TabContent-RightCol.VG-ViewPage-TabContent-WithTabs {
	padding-top:0px;
}
/* styles for the tabs */
.VG-ViewPage-Tabs3 {
	width:100%;
	overflow:auto;
	padding-bottom:10px;
}
.VG-ViewPage-Tabs3-Tab {
	float:left;
	height:17px;
	line-height:17px;
	width:75px;
	text-align:center;
	cursor:pointer;

	padding:4px 0px 4px 0px;
	margin-right:2px;
	border-radius: 0px 0px 5px 5px;

	background:#CDCDCD;
	color:#666666;

	font-size:11px;
	font-weight:normal;
}
.VG-ViewPage-Tabs3-Tab.VG-SelectedItem { 
	color:#0088FF; 
	/* background:#D1E3FF; */
	background:#CDDDE4; 
}
/*
	view page - credit information tabs
*/
.VG-RelContent-Credit.VG-RelContent {
	width:320px;
}
.VG-RelContent-Credit.VG-RelContent .VG-RelContent-Row .VG-RelContent-Row-Antent {
	width:120px;
	white-space:nowrap;
}
/*
	view page - credit information tabs
*/
.VG-RelContent-Files.VG-RelContent {
	width:320px;
}
.VG-RelContent-Files.VG-RelContent .VG-RelContent-Row .VG-RelContent-Row-Antent {
	width:120px;
	white-space:nowrap;
}


/*
	Styles for cells
*/
.VG-Cell {
	min-width:200px;
	min-height:68px;
	padding:2px;
	background:#FFCCCC;
	float:left;
	text-transform:uppercase;
	cursor:pointer;
}
.VG-Cell-Title {
	color:#FFFFFF;
	font-size:13px;
	line-height:14px;
	height:18px;
}
.VG-Cell-Content {
	text-align:center;
	font-weight:bold;
	font-size:40px;
	height:40px;
	line-height:40px;
	color:#FFFFFF;
}


/*
	Styles for in-page forms
*/
.VG-InPageForm-Holder { }
.VG-InPageForm { }

.VG-InPageForm-Holder .VG-InPageForm-Row { 
	overflow:auto;
}
.VG-InPageForm-Holder .VG-InPageForm-Sep { 
	height:16px;
}
.VG-InPageForm-Holder .VG-InPageForm-Label {
	font-size:13px;
	line-height:13px;
	height:13px;
	color:#666666;
	font-weight:bold;
	padding:0px 0px 3px 0px;
}
.VG-InPageForm-Holder .VG-InPageForm-Field {
	float:left; 
}
.VG-InPageForm-Holder .VG-InPageForm-Field input { 
	border:1px solid #676767;
	color:#000;
	font-size:14px;
	height:20px;
	line-height:20px;
	padding:9px 4px 9px 4px;
}
.VG-InPageForm-Holder .VG-InPageForm-Field select {}
.VG-InPageForm-Holder .VG-InPageForm-Field select {

}
.VG-InPageForm-Holder .VG-InPageForm-Button {
	cursor:pointer;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
}


/*
	Styles for swipe ^ search page
*/
.VG-Swipein-Page .VS-PageContent {
	padding:0px 25px 0px 25px;
}
.VG-Swipein-Page .VS-ContentCol {
	padding-top:0px;
}
/**/
.VG-Swipein-Page .VG-InPageForm-Holder-1 {
	margin-bottom:40px;
	width:100%;
	overflow:auto;
}
.VG-Swipein-Page .VG-InPageForm-Holder-2 {
	margin-top:24px;
	width:100%;
	overflow:auto;
}
.VG-Swipein-Page .VG-InPageForm-Holder-1 .VG-InPageForm-Rows, 
.VG-Swipein-Page .VG-InPageForm-Holder-2 .VG-InPageForm-Rows {
	float:left;
}
/* buttons */
.VG-Swipein-Page .VG-Cell.VG-Cell-Next {
	float:right;
	margin:0px 0px 0px 0px;
}
.VG-Swipein-Page .VG-Cell.VG-Cell-Search {
	float:right;
	margin:0px 0px 0px 0px;
}
.VG-Swipein-Page .VG-Cell.VG-Cell-Add {
	float:right;
	margin:0px 0px 0px 0px;
}

/* field widths 1 */
.VG-Swipein-Page .VG-InPageForm-Holder.VG-InPageForm-Holder-1 .VG-InPageForm-Label { 
	font-size:15px;
	line-height:15px;
	height:15px;
}
.VG-Swipein-Page .VG-InPageForm-Holder-1 input {
	width:528px;
	font-size:40px;
	height:50px;
	line-height:50px;
	border:2px solid #676767;
	padding:16px 4px;
}
/* field widths 2 */
.VG-Swipein-Page .VG-InPageForm-Holder.VG-InPageForm-Holder-2 {}
.VG-Swipein-Page .VG-InPageForm-Holder.VG-InPageForm-Holder-2 .VG-InPageForm-Row { }

.VG-Swipein-Page .VG-InPageForm-Holder.VG-InPageForm-Holder-2  .VG-InPageForm-Holder-Names {
	width:542px;
	overflow:auto;
}
.VG-Swipein-Page .VG-InPageForm-Holder.VG-InPageForm-Holder-2 .VG-InPageForm-Row.VG-InPageForm-FirstName {
	float:left;
	margin-right:20px;
}
.VG-Swipein-Page .VG-InPageForm-Holder.VG-InPageForm-Holder-2 .VG-InPageForm-Row.VG-InPageForm-LastName {
	float:left;
}
.VG-Swipein-Page .VG-InPageForm-Holder.VG-InPageForm-Holder-2 .VG-InPageForm-Field .namefirst-field, 
.VG-Swipein-Page .VG-InPageForm-Holder.VG-InPageForm-Holder-2 .VG-InPageForm-Field .namelast-field  {
	width:249px;
}

.VG-Swipein-Page .VG-InPageForm-Holder.VG-InPageForm-Holder-2 .VG-InPageForm-Field .phone-field, 
.VG-Swipein-Page .VG-InPageForm-Holder.VG-InPageForm-Holder-2 .VG-InPageForm-Field .email-field  {
	width:530px;
}

.VG-InPageForm-Holder .VG-InPageForm-Field input.VG-Field-Error {
	/*
		this.m_WrongBorderColor = '#CC0000';
		this.m_WrongBackgroundColor = '#F6CECE';
	*/
	border:1px solid #CC0000;
	background:#F6CECE;
}

/* buttons */
.VG-Swipein-Page .VG-InPageForm-Holder-1 .VG-Button,
.VG-Swipein-Page .VG-InPageForm-Holder-2 .VG-Button {
	font-size:28px;
	font-weight:bold;
}
.VG-Swipein-Page .VG-Cell-Content {
	text-align:center;
	font-size:27px;
	height:35px;
	line-height:35px;
}
.VG-Swipein-Page .VG-InPageForm-Holder-1 .VG-Cell-Next {
	width:200px;
	height:82px;
	margin:18px 0px 0px 0px;
	background:#0087FD;
	cursor:pointer;
}
.VG-Swipein-Page .VG-InPageForm-Holder-1 .VG-Cell-Next .VG-Cell-Content {
	margin-top:24px;
}
.VG-Swipein-Page .VG-InPageForm-Holder-2 .VG-Cell-Search {
	width:200px;
	height:80px;
	margin:16px 0px 0px 0px;
	background:#0087FD;
	cursor:pointer;
}
.VG-Swipein-Page .VG-InPageForm-Holder-2 .VG-Cell-Search .VG-Cell-Content {
	margin-top:23px;
}
.VG-Swipein-Page .VG-InPageForm-Holder-2 .VG-Cell-Add {
	width:200px;
	height:80px;
	margin:16px 0px 0px 0px;
	background:#009966;
	cursor:pointer;
}
.VG-Swipein-Page .VG-InPageForm-Holder-2 .VG-Cell-Add .VG-Cell-Content {
	margin-top:23px;
}

.VG-Swipein-Page .VG-Links {
	float: right;
	width:200px;
	text-align:center;
	margin-top:-10px;
}
.VG-Swipein-Page .VG-Link-ClearFields {
    color: #0088FF;
    font-size: 13px;
	cursor:pointer;
}
.VG-Swipein-Page .VG-Link-ClearFields:hover {
	text-decoration:underline;
}

/*
	Styles for agenda grid in members check-in page
*/
.VG-Checkin-Agenda-Grid {

}

/* column widths */
.VG-Checkin-Agenda-Grid .VG-Grid-TD-Date, 
.VG-Checkin-Agenda-Grid .VG-Grid-TD-Date div {
	width:60px;
}
.VG-Checkin-Agenda-Grid .VG-Grid-TD-Start, 
.VG-Checkin-Agenda-Grid .VG-Grid-TD-Start div {
	width:60px;
}
.VG-Checkin-Agenda-Grid .VG-Grid-TD-Finish, 
.VG-Checkin-Agenda-Grid .VG-Grid-TD-Finish div {
	width:60px;
}
.VG-Checkin-Agenda-Grid .VG-Grid-TD-Duration, 
.VG-Checkin-Agenda-Grid .VG-Grid-TD-Duration div { 
	width:85px;
}
.VG-Checkin-Agenda-Grid .VG-Grid-TD-Staff, 
.VG-Checkin-Agenda-Grid .VG-Grid-TD-Staff div {
	width:160px;
}
.VG-Checkin-Agenda-Grid .VG-Grid-TD-Resources, 
.VG-Checkin-Agenda-Grid .VG-Grid-TD-Resources div {

}

.VG-ViewPage-TabContent-Agenda {
	padding:10px 10px 10px 10px;
}

/*
	Styles for grids in tabbed section - see guest tab content 
*/

/*
	Styles for notify popup 
*/
.VG-PopUp-Title.VG-NotifyPopUp-Title {

}
.VG-NotifyPopUp-Message {
	margin:10px 15px 10px 15px;
	font-size:16px;
}


/*
	Styled for Starred page
*/
.VG-StarredPage {}	
.VG-Starred-MainContent {
	padding:0px 15px 0px 15px;
}
.VG-ItemsColumn {
	width: 181px;
	float:left;
	margin-right:15px;
}
.VG-ItemsColumn.VG-Last {
	margin-right:0px;
}
.VG-Starred-ItemList {
	background:#CCE7FF;
	margin-bottom:15px;
}
.VG-Starred-ItemList-NoDataTxt {
	font-size:14px;
	text-align:center;
	padding:15px 0px 15px 0px;
}

.VG-Starred-ItemList-Title {
	color:#FFFFFF; 
	font-weight:bold; 
	height:19px;
	line-height:19px;
	font-size:13px;
	padding:0px 0px 0px 5px;
	margin:0px 0px 7px 0px;
	background:#0087FE;
}
.VG-Starred-ItemList-Item {
	padding:0px 5px 7px 5px;
	overflow:auto;
	height:16px;
	cursor:pointer;
}
.VG-Starred-ItemList-Icon { 
	width:16px;
	height:16px;
	float:left;
	margin:0px 3px 0px 0px;
}
.VG-Starred-ItemList-Icon.VG-Active { background:transparent url('/images/icons/star_active-small.png') no-repeat center center; }
.VG-Starred-ItemList-Icon.VG-Inactive { background:transparent url('/images/icons/star_inactive-small.png') no-repeat center center; }
.VG-Starred-ItemList-Txt {
	white-space:nowrap;
	font-size:13px;
	color:#000;
	float:left;
}
.VG-Starred-ItemList-Item:hover .VG-Starred-ItemList-Txt {
	text-decoration:underline;
}

/*
	Add guest pass popup 
*/
.VG-FieldGridsHolder {
	width:100%;
	overflow:auto;
}

.VG-Form-Holder.VG-Form-Holder-Left {
	float:left;
}

.VG-Form-Holder.VG-Form-Holder-Right {
	float:right;
}

.VG-PopUp-Price {
	font-size:40px;
	font-weight:bold;
	color:#A6A6A6;
	float:right;

	margin:15px 21px 0px 0px;
}
/*
	Multi select - drop down instead of using multiselect
*/
.VG-SearchMenu-MultiHolder .VS-DropDown-MultiHolder-SingleOption { /* this is holding checkboxes and labels now */
	height:20px;
}
.VG-DropDown-MultiHolder-Check {
	float:left;
}
.VG-DropDown-MultiHolder-Check input { /* check box */

}
.VG-DropDown-MultiHolder-Label {
	color: #555555;
	font-size:12px;
	text-align: left;
	height:20px;
	line-height:20px;
	float:left;
	padding:0px 5px 0px 0px;
}

/* buttons */
.VG-SearchMenu-MultiHolder .VG-DropDown-MultiHolder-Buttons {
	padding:10px 0px 0px 0px;
}
.VG-SearchMenu-MultiHolder .VG-DropDown-MultiHolder-Button {
	background-color: #DCDCDC;
	border: 1px solid #999999;
	box-shadow: 1px 1px 2px #BBBBBB;
	color: #000000;
	cursor: pointer;
	display: inline-block;
	font: 700 10px Arial,sans-serif;
	margin: 0;
	padding: 4px 5px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;	
}
/* ------- */
.VG-MultiSelect {
	position:relative;
	margin:0px 0px 0px 0px;	
}
.VG-MultiSelect .VG-MultiSelect-Holder {
    background: #FFFFFF;
    border: 1px solid #999999;
    cursor: pointer;
    height: 32px;
    position: relative;
	width:213px;
}
.VG-MultiSelect .VG-MultiSelect-Holder .VG-MultiSelect-SingleHolder { 
	/* color: #000000; */
	font-size:18px;
	margin: 0;
	padding: 5px 0px 0px 6px;
	text-align: left;
	float: left;
	text-transform: uppercase;
}
.VG-MultiSelect .VG-MultiSelect-Holder .VG-MultiSelect-Arrow {
	background:transparent url('/images/filter_dd_arrow_down.png') no-repeat center center;
	cursor: pointer;
	float: right;
	height: 32px;
	width: 32px;
}
.VG-MultiSelect .VG-MultiSelect-MultiHolder {
    background:#FFFFFF;
    border: 1px solid #999999;
	border-top:0px none;
    color: #000;

    font-size:16px;
	text-align: left;
    padding: 4px 0 4px 0px;

    position: absolute;
    left: 0px;
    top: 34px;
	margin:0px;

    width: 213px;
	height:120px;
	overflow-y:auto;

    z-index: 120;
}
.VG-MultiSelect .VG-MultiSelect-MultiHolder .VG-MultiSelect-SingleOption {
	width:100%;
	overflow:auto;
	padding:5px 0px 5px 0px;
}
.VG-MultiSelect .VG-MultiSelect-MultiHolder .VG-MultiSelect-Check {
	float:left;
}
.VG-MultiSelect .VG-MultiSelect-MultiHolder .VG-MultiSelect-Label {
	float:left;
	width:177px;
	white-space:nowrap;
	text-overflow: ellipsis;
	cursor:pointer;
	overflow:hidden;
}

.VG-MultiSelect .VG-MultiSelect-MultiHolder .VG-DropDown-MultiHolder-Buttons {}
.VG-MultiSelect .VG-MultiSelect-MultiHolder .VG-DropDown-MultiHolder-Button {}

/* add some color */
.VG-MultiSelect .VG-MultiSelect-MultiHolder {
	background:#CBE0CB;
}

.VG-MultiSelect .VG-MultiSelect-MultiHolder .VG-MultiSelect-SingleOption:hover {
	background:#8DBC8C;
}

/*
	Facilities multi select
*/
.VG-MultiSelect.VG-MultiSelect-Facilities .VG-MultiSelect-MultiHolder {
	height:240px; 
}

img.ui-datepicker-trigger {
	margin-top:2px;
	float:left;
}

/**
	Change datepicker default font size 
*/
div.ui-datepicker {
	font-size:100%; 
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	width:1.3em;
	height:1.3em;
}

.ui-datepicker td a {
	font-size:12px !important;
}
.globalErrorMsg {
	padding:0px 15px 0px 15px;
	font-size:12px;
	color:#990000;
}

/*
	Sync ajax overlay styles 
*/
#syncOverlay {
	width:550px;
}
#syncOverlay .vsg-body { 
	color: #000000;
	background:#F2F0F1;

	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
	margin:0px;
	padding:100px 0px 100px 0px;
}
#syncOverlay .vsg-main {
	background:transparent;
}
/**
	Styles for picture photo in member profile page
*/
.VG-ViewPage-Form .VG-MemberImage.VG-Status-Pending { background:#0088FF; }
.VG-ViewPage-Form .VG-MemberImage.VG-Status-Registered { background:#0088FF; }
.VG-ViewPage-Form .VG-MemberImage.VG-Status-Active { background:#0088FF; }
.VG-ViewPage-Form .VG-MemberImage.VG-Status-Inactive { background:#0088FF; }
.VG-ViewPage-Form .VG-MemberImage.VG-Status-Restricted { background:#CB0000; }
.VG-ViewPage-Form .VG-MemberImage.VG-Status-Freeze { background:#0088FF; }
.VG-ViewPage-Form .VG-MemberImage.VG-Status-Pending { background:#0088FF; }
.VG-ViewPage-Form .VG-MemberImage.VG-Status-Collections { background:#0088FF; }

/*
	Styles for member status form, member profile page
*/	
#memberStatusForm .statusdate_field {
	text-transform:uppercase;
	width:245px;
}

#memberStatusForm .memberstatusid_field {
	width:255px;
}

#memberStatusForm .VG-Form-Holder .VG-Form-Label-Comment {
	padding-top:28px;
}

/*
	Global styles for paging
*/
.VG-Paging {
	margin:0px 0px 5px 0px;
	height:18px;
	overflow:auto;
}
.VG-Paging-Txt {
	float:right;
	font-size:11px;
	height:18px;
	line-height:18px;
}
.VG-Paging-CurPage {
	float:right;
	height:18px;
}
.VG-Paging-CurPage input {
	border:1px solid #AAAAAA;
	width:20px;
	height:14px;
	padding:1px;
	font-size:11px;
	line-height:14px;
	text-align:center;
	margin:0px 4px 0px 4px;
}

.VG-Paging-LeftArrow {
	float:right;
	height:18px;
	width:18px;
	background:transparent url('/images/paging_arrow_left.png') no-repeat center center;
}
.VG-Paging-RightArrow {
	float:right;
	height:18px;
	width:18px;
	background:transparent url('/images/paging_arrow_right.png') no-repeat center center;	
}
.VG-Paging-Total{ 
	float:right;
	font-size:11px;
	height:18px;
	line-height:18px;
	background:#6E8999;
	color:#FFFFFF;
	padding:0px 4px 0px 4px;
	margin:0px 0px 0px 4px;
}
.VG-Paging-PerPage {
	float:right;
}
.VG-Paging-PerPage select {
	border: 1px solid #AAAAAA;
	font-size: 11px;
	height: 18px;
	line-height: 18px;
	margin: 0 4px;
	padding: 0;
	text-align: center;
	width: 40px;
}

/*
	Icons next to profile photo
*/
.VG-Profile-Icons {
	float:right;
	width:34px;
	overflow:auto;
}
.VG-Icon-Facebook {
	width:34px;
	height:34px;
	background:transparent url('/images/icons/icon_fb.png');
	margin-bottom:5px;
	background-repeat:no-repeat;
}
.VG-Icon-GPlus {
	width:34px;
	height:34px;
	background:transparent url('/images/icons/icon_google.png');	
	margin-bottom:5px;
	background-repeat:no-repeat;
}
.VG-Icon-Twitter {
	width:34px;
	height:34px;
	background:transparent url('/images/icons/icon_twitter.png');	
	margin-bottom:5px;
	background-repeat:no-repeat;
}
.VG-Icon-Pinterest {
	width:34px;
	height:34px;
	background:transparent url('/images/icons/icon_pinterest.png');
	margin-bottom:5px;
	background-repeat:no-repeat;
}

.VG-Icon-Linkedin {
	width:34px;
	height:34px;
	background:transparent url('/images/icons/icon_linkedin_v2.png');
	margin-bottom:5px;
	background-repeat:no-repeat;
}

.VG-Small-Icons {
	width:28px;
	height:28px;
	background-size: 28px 28px;
	margin-bottom:5.5px;
}

.VG-Social-Icon-New {
	font-size: 16px;
	line-height: 28px;
	border-radius: 18px;
	color: #fff;
	background-color: #000;
	width: 27px;
	height: 27px;
	text-align: center;
	margin-bottom: 3.5px;
	cursor: pointer;
}

.VG-Disabled-Icon {
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	/* IE 5-7 */
	filter: alpha(opacity=30);
	/* Netscape */
	-moz-opacity: 0.3;
	/* Safari 1.x */
	-khtml-opacity: 0.3;
	/* Good browsers */
	opacity: 0.3;
	cursor: default;
}


/*
	Comments in member view form 
*/
.VG-Profile-Comments {
	margin:5px 0px 0px 0px;
	/*border-top:1px solid #D4D4D4;*/
}
.VG-Comment-Header {
	font-size:10px;
	text-transform:uppercase;
	color:#9F9F9F;
	/*width:620px;*/
	/* margin-top:-5px; */
	margin-bottom:5px;
	float: left;
	width: 70px;
}
.VG-Comment {
	/*width:620px;*/
	font-size:13px;
	float: left;
}

/*
	Comments in member profile page
*/
.VG-MemberViewPage .VG-Profile-Comments { width:620px; }
.VG-MemberViewPage .VG-Comment-Header{ margin-top:0px; }
.VG-MemberViewPage .VG-Comment{}

/*
	Styles for horizontal tabs under view form 
*/
.VG-HorzTabs-Ruller {
	height:2px;
	background:#333333;
	margin:28px 0px 0px 0px;
}
.VG-HorzTabs {
	text-align:center;
}
.VG-HorzTabs .VG-HorzTab {
	cursor:pointer;
	display:inline-block;
	font-size:16px;
	text-transform:uppercase;
	line-height:16px;
	padding:11px 11px 11px 11px;
	background:#CCCCCC;
	color:#333333;
	font-weight:bold;
}
.VG-HorzTabs .VG-HorzTab.VG-Active,
.VG-HorzTabs .VG-HorzTab:hover {
	background:#333333;
	color:#FFFFFF;
}


/*
	Styles for tabs content
*/
.VG-HorzTabContent {}
.VG-HorzTabContent-Left {
	float:left;
	width:255px;
	overflow:hidden;
} 
.VG-HorzTabContent-Right {
	float:right;
	width:506px;
	overflow:auto;
} 

/*
	Styles for tables 
*/
.VG-InfoGrid {
	color:#333333;
}

.VG-InfoGrid #history-grid a { color: #333333; }

.VG-InfoGrid-Header { overflow:auto; }
.VG-InfoGrid-Footer {}
.VG-InfoGrid-Header-Title { float:left; font-size:19px; }
.VG-InfoGrid-Holder {}
.VG-InfoGrid table { width:100%; table-layout: fixed; }
.VG-InfoGrid table tr {

}
.VG-InfoGrid table tr th,
.VG-InfoGrid table tr td {
	text-align:left;
	padding:5px 5px 5px 5px;
}
.VG-InfoGrid table tr th.no_side_padding,
.VG-InfoGrid table tr td.no_side_padding {
	padding-left:0px !important;
	padding-right:0px !important;
}
.VG-InfoGrid table tr th { font-size:10px; text-transform:uppercase; font-weight:normal; }
.VG-InfoGrid table tr td { font-size:12px;  }

.VG-InfoGrid td.VG-Grid-Ellipsis {
	white-space:nowrap;
	text-overflow: ellipsis;
	overflow:hidden;
}



.VG-InfoGrid-Button {
	border:1px solid #333333;
	width:74px;
	height:20px;
	font-size:14px;
	text-transform:uppercase;
	line-height:20px;
	text-align:center;
	font-weight:normal;
	cursor:pointer;
}

/*
	Memberships & Packages grid column widths, colors 
*/
.VG-InfoGrid.VG-MembershipsGrid {
	/*border:1px solid #B4B4EC;*/
	border:1px solid #0099FF;
}
.VG-InfoGrid.VG-MembershipsGrid .VG-InfoGrid-Header {
	/*background:#B4B4EC;*/
	background:#B2E0FF;
	padding:9px 5px 2px 5px;
	height:15px;
	overflow:hidden;
}
.VG-InfoGrid.VG-MembershipsGrid .VG-InfoGrid-Header-Title { font-size:13px; font-weight:bold; }
.VG-InfoGrid.VG-MembershipsGrid table.VG-MembershipsGrid-Inner tr td { height:14px; line-height:14px; }
.VG-InfoGrid.VG-MembershipsGrid table.VG-MembershipsGrid-Inner tr th {
	/*background:#B4B4EC;*/
	background:#B2E0FF;
	height:13px;
	line-height:13px;
}

.VG-MembershipsGrid-Outer { height:216px; margin:0px; padding:0px; }
.VG-MembershipsGrid-Outer td.VG-NoPadding { padding:0px !important; }
.VG-ValignTop {vertical-align: top;}
.VG-ValignBottom {vertical-align: bottom;}

.VG-InfoGrid.VG-MembershipsGrid table.VG-MembershipsGrid-Inner tr:nth-child(even) td { background:#DDF1FF; } /* #F3F3FF; */
.VG-InfoGrid.VG-MembershipsGrid table.VG-MembershipsGrid-Inner tr:hover td { background:#DCDCDC; } /* #E7E7FF #C3F6FF #FFF0D9 */
.VG-InfoGrid.VG-MembershipsGrid table.VG-MembershipsGrid-Inner tr.VG-Active-Row td { background:#43b3fe !important; color:#FFFFFF; }
.VG-InfoGrid.VG-MembershipsGrid .VG-InfoGrid-Holder { height:100% }
.VG-InfoGrid.VG-MembershipsGrid .VG-MembershipsGrid-Inner .VG-TD-Desc, 
.VG-InfoGrid.VG-MembershipsGrid .VG-MembershipsGrid-Inner .VG-TD-Desc div {
	/*width:100px;*/
}
.VG-InfoGrid.VG-MembershipsGrid .VG-MembershipsGrid-Inner .VG-TD-Unit, 
.VG-InfoGrid.VG-MembershipsGrid .VG-MembershipsGrid-Inner .VG-TD-Unit div {
	/*width:40px;*/
	text-align:center;
}
.VG-InfoGrid.VG-MembershipsGrid .VG-MembershipsGrid-Inner .VG-TD-Exp, 
.VG-InfoGrid.VG-MembershipsGrid .VG-MembershipsGrid-Inner .VG-TD-Exp div {
	/*width:65px;*/
}
.VG-InfoGrid.VG-MembershipsGrid .VG-MembershipsGrid-Inner .VG-TD-Icon, 
.VG-InfoGrid.VG-MembershipsGrid .VG-MembershipsGrid-Inner .VG-TD-Icon div {
	/*width:8px;*/
	cursor: pointer;
	text-align:center;
}

.VG-InfoGrid.VG-MembershipsGrid .VG-InfoGrid-Footer {
	background:#B2E0FF;
	text-align:center;
	padding:7px 0px 7px 0px;
}
.VG-InfoGrid.VG-MembershipsGrid .VG-InfoGrid-Button {
	display:inline-block;
	background:#78c9ff;
}

/*
	Styles for recomendations box
*/
.VG-Recommendations { /*width:100%;*/ height:251px; background:#EECFCF; margin-top:11px; border: 1px solid #ab100f;}
.VG-Recommendations-Txt { font-weight:bold; font-size:13px; padding:10px 5px 5px 5px; color:#AB100F; }

.VG-InfoGrid.VG-VisitsGrid .VG-InfoGrid-Holder .gen-table-title table tr td { background:#EEEEEE; }

/*
	Visits grid column widths, colors 
*/
.VG-InfoGrid.VG-VisitsGrid {}
.VG-InfoGrid.VG-VisitsGrid .VG-InfoGrid-Header {
	background:#EEEEEE;
	padding:9px 4px 2px 4px;
	overflow:auto;
	height:26px;
	position: relative;
}
.VG-InfoGrid.VG-VisitsGrid table tr th {
	background:#EEEEEE;
}
.VG-InfoGrid.VG-VisitsGrid table tr:nth-child(odd) td { background:#FFFFFF; }
.VG-InfoGrid.VG-VisitsGrid table tr:hover td { background:#E5F0F9; }
.VG-InfoGrid.VG-VisitsGrid table tr.VG-Active-Row td { background:#DCDCDC !important; color:#000000; }

.VG-InfoGrid.VG-VisitsGrid td.VG-Grid-Ellipsis {
	white-space:nowrap;
	text-overflow: ellipsis;
	overflow:hidden;
}

.VG-InfoGrid.VG-VisitsGrid .VG-InfoGrid-Holder { }
.VG-InfoGrid.VG-VisitsGrid .VG-TD-Date, 
.VG-InfoGrid.VG-VisitsGrid .VG-TD-Date div {
	width:48px;
}
.VG-InfoGrid.VG-VisitsGrid .VG-TD-Time, 
.VG-InfoGrid.VG-VisitsGrid .VG-TD-Time div {
	width:52px;
}
.VG-InfoGrid.VG-VisitsGrid .VG-TD-Equip, 
.VG-InfoGrid.VG-VisitsGrid .VG-TD-Equip div {
	width:56px;
}
.VG-InfoGrid.VG-VisitsGrid .VG-TD-Dur, 
.VG-InfoGrid.VG-VisitsGrid .VG-TD-Dur div {
	text-align:center;
	width:20px;
}
.VG-InfoGrid.VG-VisitsGrid .VG-TD-Desc, 
.VG-InfoGrid.VG-VisitsGrid .VG-TD-Desc div {
	width:72px;
}
.VG-InfoGrid.VG-VisitsGrid .VG-TD-Amount, 
.VG-InfoGrid.VG-VisitsGrid .VG-TD-Amount div {
	text-align:right;
	width:60px;
	overflow:visible !important;
}
.VG-InfoGrid.VG-VisitsGrid .VG-TD-Emp, 
.VG-InfoGrid.VG-VisitsGrid .VG-TD-Emp div {
	width:50px;
}
.VG-InfoGrid.VG-VisitsGrid .VG-TD-Store, 
.VG-InfoGrid.VG-VisitsGrid .VG-TD-Store div {
	width:68px;
}
.VG-InfoGrid.VG-VisitsGrid .VG-InfoGrid-Button {
	float:right;
	background:#ffcf86;
}

.VG-Icon-Magnify {
	width:14px;
	height:14px;
	background:transparent url('/images/icons/icon_magnify.png') no-repeat center center;
}

/*
	Purchases grid column widths, colors 
*/
.VG-InfoGrid.VG-PurchasesGrid { margin-top:20px; }
.VG-InfoGrid.VG-PurchasesGrid .VG-InfoGrid-Header {
	background:#EEEEEE;
	padding:9px 4px 2px 4px;
	overflow:auto;
	height:26px;
	position: relative;
}
.VG-InfoGrid.VG-PurchasesGrid table tr th {
	background:#EEEEEE;
}
.VG-InfoGrid.VG-PurchasesGrid table tr:nth-child(odd) td { background:#FFFFFF; }
.VG-InfoGrid.VG-PurchasesGrid table tr:hover td { background:#F6F6F6; }
.VG-InfoGrid.VG-PurchasesGrid table tr.VG-Active-Row td { background:#99ccff !important; color:#000000; }

.VG-InfoGrid.VG-PurchasesGrid td.VG-Grid-Ellipsis {
	white-space:nowrap;
	text-overflow: ellipsis;
	overflow:hidden;
}

.VG-InfoGrid.VG-PurchasesGrid .VG-InfoGrid-Holder { }
.VG-InfoGrid.VG-PurchasesGrid .VG-TD-Date, 
.VG-InfoGrid.VG-PurchasesGrid .VG-TD-Date div {
	width:50px;
}
.VG-InfoGrid.VG-PurchasesGrid .VG-TD-Icon, 
.VG-InfoGrid.VG-PurchasesGrid .VG-TD-Icon div {
	width:14px;
}
.VG-InfoGrid.VG-PurchasesGrid .VG-TD-Desc, 
.VG-InfoGrid.VG-PurchasesGrid .VG-TD-Desc div {
	width:200px;
}
.VG-InfoGrid.VG-PurchasesGrid .VG-TD-Amount, 
.VG-InfoGrid.VG-PurchasesGrid .VG-TD-Amount div {
	text-align:right;
	width:60px;
	overflow:visible !important;
}
.VG-InfoGrid.VG-PurchasesGrid .VG-TD-Emp, 
.VG-InfoGrid.VG-PurchasesGrid .VG-TD-Emp div {
	width:50px;
}
.VG-InfoGrid.VG-PurchasesGrid .VG-TD-Store, 
.VG-InfoGrid.VG-PurchasesGrid .VG-TD-Store div {
	width:68px;
}
.VG-InfoGrid.VG-PurchasesGrid .VG-InfoGrid-Button {
	float:right;
	width: 145px;
	background:#99ccff;
	margin-right:5px;
}
.VG-InfoGrid.VG-PurchasesGrid .VG-InfoGrid-Button.VG-Last { margin-right:0px; }

/*
	Purchases grid column widths, colors 
*/
.VG-InfoGrid.VG-ProductGrid { margin-top:20px; }
.VG-InfoGrid.VG-ProductGrid .VG-InfoGrid-Header {
	background:#EEEEEE;
	padding:9px 4px 2px 4px;
	overflow:auto;
	height:26px;
	position: relative;
}
.VG-InfoGrid.VG-ProductGrid table tr th {
	background:#EEEEEE;
}
.VG-InfoGrid.VG-ProductGrid table tr:nth-child(odd) td { background:#FFFFFF; }
.VG-InfoGrid.VG-ProductGrid table tr:hover td { background:#E5F0F9; }
.VG-InfoGrid.VG-ProductGrid table tr.VG-Active-Row td { background:#7fcc99 !important;  color:#000000; }

.VG-InfoGrid.VG-ProductGrid .VG-InfoGrid-Holder { }
.VG-InfoGrid.VG-ProductGrid .VG-TD-Date, 
.VG-InfoGrid.VG-ProductGrid .VG-TD-Date div {
	width:50px;
}
.VG-InfoGrid.VG-ProductGrid .VG-TD-Icon, 
.VG-InfoGrid.VG-ProductGrid .VG-TD-Icon div {
	width:14px;
}
.VG-InfoGrid.VG-ProductGrid .VG-TD-Desc, 
.VG-InfoGrid.VG-ProductGrid .VG-TD-Desc div {
	width:154px;
}
.VG-InfoGrid.VG-ProductGrid .VG-TD-Qty, 
.VG-InfoGrid.VG-ProductGrid .VG-TD-Qty div {
	text-align:center;
	width:40px;
}
.VG-InfoGrid.VG-ProductGrid .VG-TD-Amount, 
.VG-InfoGrid.VG-ProductGrid .VG-TD-Amount div {
	text-align:right;
	width:60px;
	overflow:visible !important;
}
.VG-InfoGrid.VG-ProductGrid .VG-TD-Emp, 
.VG-InfoGrid.VG-ProductGrid .VG-TD-Emp div {
	width:50px;
}
.VG-InfoGrid.VG-ProductGrid .VG-TD-Store, 
.VG-InfoGrid.VG-ProductGrid .VG-TD-Store div {
	width:68px;
}
.VG-InfoGrid.VG-ProductGrid .VG-InfoGrid-Button {
	float:right;
	width: 145px;
	background:#7fcc99;
	margin-right:5px;
}
.VG-InfoGrid.VG-ProductGrid .VG-InfoGrid-Button.VG-Last { margin-right:0px; }

.VG-InfoGrid-Header .VG-InfoBox-Title-Link-MoreDetails {
	margin: 0;
}
/*
	Styles for beds in right column
*/
.VG-InfoBox.VG-InfoBox-BedStatus {}
.VG-InfoBox.VG-InfoBox-BedStatus .VG-InfoBox-Content { overflow:auto; padding-top:10px; }
.VG-InfoBox.VG-InfoBox-BedStatus .VG-BedBLock { width:55px; height:30px; overflow:auto; border:1px solid #999999; float:left; margin-right:13px; margin-bottom:13px; }
.VG-InfoBox.VG-InfoBox-BedStatus .VG-BedBLock.VG-Third { margin-right:0px; }
.VG-InfoBox.VG-InfoBox-BedStatus .VG-BedBLock-Num1 {color:#333333; font-size: 17px; font-weight:bold; float:left; height:30px; width:25px; text-align:center; line-height:30px; }
.VG-InfoBox.VG-InfoBox-BedStatus .VG-BedBLock-Num2 {color:#333333; font-size: 12px; font-weight:bold; float:right; height:30px; width:28px; padding-right:2px; text-align:center; line-height:30px;}

/* colors */
.VG-BedBLock { background:#FFFFFF; }
.VG-BedBLock.VG-Back-Grey { background:#E0E0E0; }
.VG-BedBLock.VG-Back-DarkGrey { background:#666666; }
.VG-BedBLock.VG-Back-Pink { background:#FFC7E3; }
.VG-BedBLock.VG-Back-Blue { background:#C3F6FF; }
.VG-BedBLock.VG-Back-Orange { background:#FF8C00; }
.VG-BedBLock.VG-Back-Green { background:#00C50A; }
.VG-BedBLock.VG-Back-LightGreen { background:#73FF7A; }
.VG-BedBLock.VG-Back-Yellow { background:#FEFFC9; }
.VG-BedBLock.VG-Back-Red { background:#FF0000; }
.VG-BedBLock.VG-Back-LightRed { background:#F73D3D; }


.VG-InfoBox.VG-InfoBox-BedStatus .VG-Back-Inactive { background:#F2F2F2; border: 1px solid #d9d9d9; }
.VG-InfoBox.VG-InfoBox-BedStatus .VG-Back-Inactive .VG-BedBLock-Num1 { color: #d9d9d9; }
.VG-InfoBox.VG-InfoBox-BedStatus .VG-Back-Inactive .VG-BedBLock-Num2 { color: #d9d9d9; }

.VG-InfoBox.VG-InfoBox-BedStatus .VG-Back-AvailRoom-SameType,	
.VG-ContentBox.VG-ContentBox-BedStatus .VG-Back-AvailRoom-SameType	
{ background:#A3E264; border: 1px solid #468C00; }

.VG-InfoBox.VG-InfoBox-BedStatus .VG-Back-AvailRoom,
.VG-ContentBox.VG-ContentBox-BedStatus .VG-Back-AvailRoom
{ background:#FFFFFF; border: 1px solid #d9d9d9; }

.VG-InfoBox.VG-InfoBox-BedStatus .VG-Back-MoveRoom,	
.VG-ContentBox.VG-ContentBox-BedStatus .VG-Back-MoveRoom	
{ background:#000000; }
.VG-ContentBox.VG-ContentBox-BedStatus .VG-Back-MoveRoom .VG-BedBLock-Num1, 
.VG-InfoBox.VG-InfoBox-BedStatus .VG-Back-MoveRoom .VG-BedBLock-Num1 
{ color: #FFFFFF; }
.VG-InfoBox.VG-InfoBox-BedStatus .VG-Back-MoveRoom .VG-BedBLock-Num2,
.VG-ContentBox.VG-ContentBox-BedStatus .VG-Back-MoveRoom .VG-BedBLock-Num2
{ color: #FFFFFF; }
/*
	Styles for Main POS page
*/
.VG-HorzButton {
	display:inline-block;
	/*width:125px;*/
	width:152px;
	height:59px; 
	/*	background:#333333;*/
	background:#666666;
	color:#FFFFFF;
	font-size:15px;
	text-transform:uppercase;
	margin:0px 5px 5px 0px;
	float:left;
	font-weight:normal;
	cursor:pointer;
	position:relative;
}
.VG-HorzButton.VG-Last { margin-right:0px; /*width:130px;*/ }
.VG-HorzButton .VG-Button-Table {
	display:table;
	height: 100%;
	width:100%;
}
.VG-HorzButton .VG-Button-TableCell {
	display: table-cell;
	vertical-align: middle;
	text-align:center;
}
.VG-HorzButton.VG-Inactive {
	background: #666666 !important;
	cursor: default;
	color: #D0D0D0 !important;
}
/*
	Common styles for led buttons
*/
.VG-Led-Button {
    background: none repeat scroll 0 0 #666666;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-size: 17px;
    font-weight: bold;
    height: 44px;
    margin: 0 5px 5px 0;
    position: relative;
    text-transform: uppercase;
    width: 200px;
}
.VG-Led {
	position:absolute;
	width:10px;
	height:10px;
	top:5px;
	left:4px;
	border-radius: 5px 5px 5px 5px;
	background:#CCCCCC;
}
.VG-Led.VG-Led-Active {
	background:#00FF00;
}

/*
	Common styles for vertical centering in buttons
*/
.VG-Button-Table {
	display:table;
	height: 100%;
	width:100%;
}
.VG-Button-TableCell {
	display: table-cell;
	vertical-align: middle;
	text-align:center;
}

/*
	Styles for Main POS page
*/
.VG-PosViewPage { }
.VG-HorzButtons-Holder {
	text-align:center;
	/*width: 758px;*/
	width: 780px;
	overflow:none;
	/* padding-left: 6px; */
	height: 64px;
	white-space:nowrap;
	background:#FFF; 
}
.VG-HorzButton.VG-Color-Active { background: #666666; }
.VG-HorzButton.VG-Color-Red { background:#E03B3B; }
.VG-HorzButton.VG-Color-Black { background:#000000; }
.VG-HorzButton.VG-Color-Blue { background:#0088FF !important; }
.VG-HorzButton.VG-Color-Purple { background:#663399 !important; }
.VG-HorzButton.VG-Color-Green { background:#006600; }
.VG-HorzButton.VG-Color-Grey { background:#333333; }
.VG-HorzButton.VG-Color-LightGray { background:#666666; }

.VG-PosViewPage .VG-LedButtons { overflow:auto; width:100%; padding-top:6px; } 
.VG-PosViewPage .VG-LedButtons .VG-Led-Button {
	width:89px;
	height:47px;
	font-size:13px;
	margin-right:3px;
}
.VG-PosViewPage .VG-Led-Button.VG-Last { margin-right:0px; }


.VG-PosContent-Services {
	float:right;
	width:506px;
	overflow:auto;
}
.VG-GridAntets {
	width:100%;	
	overflow:auto;
	background:#333333;
	color:#E0E0E0;
}
.VG-GridRow {
	width:100%;
	overflow:auto;
	font-size:20px;
	color:#666666;
}
.VG-GridRow.VG-GridRow-Even {
	background:#EFEFEF;
}
.VG-GridRow:hover, .VG-GridRow.VG-GridRow-Even:hover {
	/*background:#FFF0D9;*/
	background:#FFDC73;
}
.VG-Antet {
	float:left;
	padding:2px 5px 2px 5px;
	text-transform:uppercase;
	font-size:10px;
	height:13px;
	line-height:13px;
}
.VG-Grid-Cell {
	float:left;
	padding:3px 5px 3px 5px;
}
.VG-GridRow .VG-GridRow-Main {
	font-size:18px;
	/*font-weight:bold;*/
	padding:3px 5px 3px 5px;
}
.VG-GridRow .VG-GridRow-Sub {
	font-size:13px;
	/* font-weight:bold; */
}

.VG-PosContent-Services .VG-Pos-ItemsGrid {
	border:1px solid #333333;
	width:502px;
}
/* grid with items */
.VG-ItemsGrid .VG-Grid-Cell { padding:7px 5px 7px 5px; height:15px; line-height:15px; }
.VG-ItemsGrid .VG-GridRows-Holder {
	/* height:239px; */
}
.VG-ItemsGrid .VG-Cell-Representative {
	width:225px;
}
.VG-ItemsGrid .VG-Cell-Desc {
	width:165px;
}
.VG-ItemsGrid .VG-Cell-Employee {
	width:60px;
}
.VG-ItemsGrid .VG-Cell-AmountEa {
	width:55px;
	text-align:right;
}
.VG-ItemsGrid .VG-Cell-Discount {
	width:43px;
	text-align:right;
}
.VG-ItemsGrid .VG-Cell-Qty {
	width:35px;
	text-align:center;
}
.VG-Pos-ItemsGrid .VG-Cell-AmountExt {
	width:64px;
	text-align:right;
}

/* payments grid */
.VG-Pos-PaymentsGrid {
	width:502px;
}
.VG-Pos-PaymentsGrid .VG-Grid-Cell { padding:7px 5px 7px 5px; height:15px; line-height:15px; }

.VG-Pos-PaymentsGrid .VG-GridRows-Holder{
	/* height:60px; */
}
.VG-Pos-PaymentsGrid .VG-Cell-Dsc {
	width:220px;
}
.VG-Pos-PaymentsGrid .VG-Cell-Ref {
	width:105px;
}
.VG-Pos-PaymentsGrid .VG-Cell-Amount {
	width:82px;
	text-align:right;
}

/* totals grid */
.VG-PosContent-Services .VG-Pos-TotalsGrid {
	position: relative;
	width: 100%;
	height: 120px;
	/*
				width:496px;
				padding:2px 0px 0px 0px;
				background:#333333; */
	overflow:hidden;
}
.VG-Pos-TotalsGrid .VG-Buttons {
	width:280px;
	float:left;
	overflow:hidden;
}
.VG-Pos-TotalsGrid .VG-Button {
	width:200px;
	height:44px;
	background:#666666;
	color:#FFFFFF;
	font-size:17px;
	text-transform:uppercase;
	margin:0px 5px 5px 0px;
	float:left;
	font-weight:bold;
	cursor:pointer;
	position:relative;
}
.VG-Pos-TotalsGrid .VG-Button.VG-Button-Even { margin:0px 0px 5px 0px; }
.VG-Pos-TotalsGrid .VG-Button:hover {}
.VG-Pos-TotalsGrid .VG-Button .VG-Button-Table {
	display:table;
	height: 100%;
	width:100%;
}
.VG-Pos-TotalsGrid .VG-Button .VG-Button-TableCell {
	display: table-cell;
	vertical-align: middle;
	text-align:center;
}

.VG-Pos-TotalsGrid .VG-Rows {
	position: absolute;
	top: 0px;
	right: 2px;
	padding-right: 7px;

	background:#333333;
	width:220px;
	overflow:hidden;
}
.VG-Pos-TotalsGrid .VG-Row {
	color:#B5B5B5;
	overflow:hidden;
	width:100%;
}
.VG-Pos-TotalsGrid .VG-Row div {
	float:left;
	text-transform:uppercase;
	padding:3px 5px 3px 5px;
	height:14px;
	line-height:14px;
	font-size:14px;
}
.VG-Pos-TotalsGrid .VG-Row .VG-Cell-Name {
	width:90px;
}
.VG-Pos-TotalsGrid .VG-Row .VG-Cell-Amount {
	width:115px;
	text-align:right;
	padding-right:0px;
}
.VG-Pos-TotalsGrid .VG-Row.VG-Row-White {
	color:#FFFFFF;
}
.VG-Pos-TotalsGrid .VG-Row.VG-Row-Orange {
	color:#FF3000;
}

.VG-PaymentButtons {

}
.VG-PaymentButtons .VG-Button {
	width:273px;
	/*
				height:109px;
				background:#306630;
				margin-top: 5px;
	*/
	height:68px;
	background:#003300;
	color:#FFFFFF;
	font-size:16px;
	text-transform:uppercase;
	float:left;
	font-weight:bold;
	cursor:pointer;
	position:relative;
	border-radius: 0px;
}
.VG-PaymentButtons .VG-Button.VG-Refund {background: #330000 !important; color: #FFFFFF !important;}	
.VG-PaymentButtons .VG-Button.VG-Inactive {background: #666666 !important; cursor: default;color: #D0D0D0 !important;}	
.VG-PaymentButtons .VG-Button.VG-Button-Payment {margin-right:2px;}
.VG-Button.VG-Button-Payment.VG-Inactive  {background: #666666 !important; cursor: default;color: #D0D0D0 !important;}
.VG-PaymentButtons .VG-Button.VG-Button-Save {background:#000000; margin-right:0px;}

.VG-PaymentButtons .VG-Button.VG-Button-Print {background:#000000; margin:0px 5px 0px 0px;; border-radius: 0px;}

/*
	Styles for different view of POS page
*/
.VG-PosView-Base {}
.VG-PosView-Base .VG-PosSearch-Title { height:22px; line-height:22px; color:#FFFFFF; background:#0088FF; font-weight:bold; font-size:13px; padding:0px 10px; margin-bottom:0px; }
.VG-PosView-Base .VG-PosSearch-Title-Txt { float:left; }
.VG-PosView-Base .VG-PosSearch-Title-Cnt { float:right; }

.VG-PosView-Base .VG-PosSearch-RowsHolder { height:361px; margin-top:5px; overflow:auto; }
.VG-PosView-Base .VG-PosSearch-Row { height:33px; line-height:33px; background:#E5F3FF; color:#333333; font-size:16px; margin-bottom:3px; padding:0px 7px; }
.VG-PosView-Base .VG-PosSearch-Row.VG-Active { background:#0088FF; color:#FFFFFF; }
.VG-PosView-Base .VG-Row-Name { float:left; height:33px; }
.VG-PosView-Base .VG-Row-Price { float:right; height:33px; width:125px; text-align:right; }
.VG-PosView-Base .VG-Row-Date { float:right; height:33px; font-size:12px; }

.VG-PosView-Base .VG-PosSearch-ButtonsHolder { height:39px; }
.VG-PosView-Base .VG-PosSearch-Button { width:48px; height:39px; margin-right:4px; float:left; cursor:pointer; }
.VG-PosView-Base .VG-PosSearch-Button.VG-Last { margin-right:0px; }

.VG-PosView-Base .VG-PosSearch-Button.VG-Purple-Up { background:#0088FF url('/images/blue-arrow-up.png') no-repeat center center; }
.VG-PosView-Base .VG-PosSearch-Button.VG-Purple-UpTxt { background:#0088FF url('/images/blue-arrow-upTxt.png') no-repeat center center; margin-right:0px; }
.VG-PosView-Base .VG-PosSearch-Button.VG-Purple-Down { background:#0088FF url('/images/blue-arrow-down.png') no-repeat center center; }
.VG-PosView-Base .VG-PosSearch-Button.VG-Purple-DownTxt { background:#0088FF url('/images/blue-arrow-downTxt.png') no-repeat center center; }

.VG-PosView-Base .VG-PosSearch-SearchInputWrapper { margin:0px 5px; float:left; position:relative; width:558px; height:37px; border:1px solid #0088FF; background:#EFEFEF; }
.VG-PosView-Base .VG-PosSearch-SearchInput { height:37px; width:548px; border:0px none; padding:0px 5px 0px 5px; position:absolute; top:0px; left:0px; color:#000000; background:transparent; font-size:15px; }
.VG-PosView-Base .VG-PosSearch-SearchLabel { position:absolute; color:#999999; font-size:13px; width:558px; text-align:center; height:37px; line-height:37px; top:0px; left:0px; }

.VG-PosView-Search {}

/*
	Styles for right column of POS search
*/
.VG-PosView-Search .VG-HorzTabContent-Left { width:455px; }
.VG-PosView-Search .VG-HorzTabContent-Right { width:300px; }

.VG-PosView-Search .VG-HorzTabContent-Right .VG-ItemsGrid { border:2px solid #333333; }
.VG-PosView-Search .VG-ItemsGrid .VG-Cell-Desc, 
.VG-PosView-Search .VG-ItemsGrid .VG-Cell-Desc div {
	width:166px;
}
.VG-PosView-Search .VG-ItemsGrid .VG-Cell-Qty, 
.VG-PosView-Search .VG-ItemsGrid .VG-Cell-Qty div {
	width:40px;
	text-align:center;
}
.VG-PosView-Search .VG-ItemsGrid .VG-Cell-AmountExt, 
.VG-PosView-Search .VG-ItemsGrid .VG-Cell-AmountExt div {
	width:60px;
	text-align:right;
}

.VG-RightColumn-ButtonBar { width:300px; overflow:auto; margin-top:7px; }
.VG-RightColumn-ButtonBar .VG-Button { width:98px; height:109px; margin-right:3px; color:#FFFFFF; float:left; cursor:pointer; }
.VG-RightColumn-ButtonBar .VG-Button-Search { background:#8861B0; }
.VG-RightColumn-ButtonBar .VG-Button-Restart { background:#663399; }
.VG-RightColumn-ButtonBar .VG-Button-Return { background:#660000; margin-right:0px; font-size:15px; }
.VG-RightColumn-ButtonBar .VG-Button-Done { background:#000000; margin-right:0px; font-size:22px; font-weight:bold; }
.VG-RightColumn-ButtonBar .VG-Button-Checkout { background:#006600; font-size:15px; }
.VG-RightColumn-ButtonBar .VG-Button-Details { background:#333333; font-size:15px; }

/* cart qiock search btns */
.VG-RightColumn-ButtonBar-Small { width:275px; overflow:auto; margin-top:5px; position: absolute;left: 0;bottom: 0;background: #FFFFFF;}
.VG-RightColumn-ButtonBar-Small .VG-Button { width:89px; height:115px; margin-right:3px; color:#FFFFFF; float:left; cursor:pointer; }
.VG-RightColumn-ButtonBar-Small .VG-Button-Search { background:#8861B0; }
.VG-RightColumn-ButtonBar-Small .VG-Button-Restart { background:#663399; }
.VG-RightColumn-ButtonBar-Small .VG-Button-Return { background:#660000; margin-right:0px; font-size:14px; }
.VG-RightColumn-ButtonBar-Small .VG-Button-Done { background:#000000; margin-right:0px; font-size:22px; font-weight:bold; }
.VG-RightColumn-ButtonBar-Small .VG-Button-Checkout { background:#006600; font-size:14px; }
.VG-RightColumn-ButtonBar-Small .VG-Button-Details { background:#333333; font-size:14px; }

/*
	Styles for right column of Featured
*/
.VG-PosView-Featured .VG-HorzTabContent-Left { width:455px; }
.VG-PosView-Featured .VG-HorzTabContent-Right { width:300px; }

.VG-PosView-Featured .VG-HorzTabContent-Right .VG-ItemsGrid { border:2px solid #333333; }
.VG-PosView-Featured .VG-ItemsGrid .VG-Cell-Desc, 
.VG-PosView-Featured .VG-ItemsGrid .VG-Cell-Desc div {
	width:166px;
}
.VG-PosView-Featured .VG-ItemsGrid .VG-Cell-Qty, 
.VG-PosView-Featured .VG-ItemsGrid .VG-Cell-Qty div {
	width:40px;
	text-align:center;
}
.VG-PosView-Featured .VG-ItemsGrid .VG-Cell-AmountExt, 
.VG-PosView-Featured .VG-ItemsGrid .VG-Cell-AmountExt div {
	width:60px;
	text-align:right;
}
.VG-PosView-Featured .VG-GridAntets { height: 17px; overflow:hidden; }
.VG-PosView-Featured .VG-GridRows-Holder { height: 290px; }

/*
	Styles for left column of Featured
*/
.VG-PosView-Featured {}
.VG-PosView-Featured .VG-PosSearch-Title { height:22px; line-height:22px; color:#FFFFFF; background:#0088FF; font-weight:bold; font-size:13px; padding:0px 10px; margin-bottom:1px; }
.VG-PosView-Featured .VG-PosSearch-Title-Txt { float:left; }
.VG-PosView-Featured .VG-PosSearch-Title-Cnt { float:right; }

.VG-PosView-Featured .VG-PosSearch-RowsHolder { overflow:auto; height:360px; }
.VG-OverflowAuto { overflow:auto; }
.VG-PosView-Featured .VG-Product { float:left; width:207px; height:52px; background:#E5F3FF; padding:9px 8px 7px 9px; margin:4px 7px 0px 0px; color:#333333; }
.VG-PosView-Featured .VG-Product.VG-Active { background:#0088FF; color:#FFFFFF; }
.VG-PosView-Featured .VG-Product.VG-Even { margin-right:0px; }
.VG-PosView-Featured .VG-Product-Price { float:right; width:60px; padding:0px 0px 0px 0px; font-size:15px; text-align:right; }
.VG-PosView-Featured .VG-Product-Name { float:left; width:146px; padding:0px 0px 0px 0px; font-size:15px; }
.VG-PosView-Featured .VG-Product-Brand { padding:5px 0px 3px 0px; font-size:12px; }
.VG-PosView-Featured .VG-Product-Desc { padding:2px 0px 2px 0px; font-size:12px; }

.VG-PosView-Featured .VG-PosSearch-ButtonsHolder { height:39px; }
.VG-PosView-Featured .VG-PosSearch-Button { width:48px; height:39px; margin-right:4px; float:left; cursor:pointer; }
.VG-PosView-Featured .VG-PosSearch-Button.VG-Last { margin-right:0px; }

.VG-PosView-Featured .VG-PosSearch-Button.VG-Purple-Up { background:#0088FF url('/images/blue-arrow-up.png') no-repeat center center; }
.VG-PosView-Featured .VG-PosSearch-Button.VG-Purple-Left { background:#0088FF url('/images/blue-arrow-left.png') no-repeat center center; margin-right:0px; }
.VG-PosView-Featured .VG-PosSearch-Button.VG-Purple-Down { background:#0088FF url('/images/blue-arrow-down.png') no-repeat center center; }
.VG-PosView-Featured .VG-PosSearch-Button.VG-Purple-Right { background:#0088FF url('/images/blue-arrow-right.png') no-repeat center center; }

.VG-PosView-Featured .VG-PosSearch-SearchInputWrapper { margin:0px 5px; float:left; position:relative; width:243px; height:37px; border:1px solid #0088FF; background:#EFEFEF; }
.VG-PosView-Featured .VG-PosSearch-SearchInput { height:37px; width:233px; border:0px none; padding:0px 5px 0px 5px; position:absolute; top:0px; left:0px; color:#000000; background:transparent; font-size:15px; }
.VG-PosView-Featured .VG-PosSearch-SearchLabel { position:absolute; color:#999999; font-size:13px; width:243px; text-align:center; height:37px; line-height:37px; top:0px; left:0px; }


/*
	Styles for right column of Purchases
*/
.VG-PosView-Purchases .VG-HorzTabContent-Left { width:455px; }
.VG-PosView-Purchases .VG-HorzTabContent-Right { width:300px; margin-right: -10px;}

.VG-PosView-Purchases .VG-HorzTabContent-Right .VG-ItemsGrid { border:1px solid #333333; }
.VG-PosView-Purchases .VG-ItemsGrid .VG-Cell-Desc, 
.VG-PosView-Purchases .VG-ItemsGrid .VG-Cell-Desc div {
	/*width:166px;*/
	width:148px;
}
.VG-PosView-Purchases .VG-ItemsGrid .VG-Cell-Qty, 
.VG-PosView-Purchases .VG-ItemsGrid .VG-Cell-Qty div {
	width:40px;
	text-align:center;
}
.VG-PosView-Purchases .VG-ItemsGrid .VG-Cell-AmountExt, 
.VG-PosView-Purchases .VG-ItemsGrid .VG-Cell-AmountExt div {
	width:60px;
	text-align:right;
}
.VG-PosView-Purchases .VG-GridAntets { height: 17px; overflow:hidden; }
.VG-PosView-Purchases .VG-GridRows-Holder { height: 290px; overflow-y: auto; overflow-x: hidden; }

/*
	Styles for left column of Purchases
*/
.VG-PosView-Purchases {}
.VG-PosView-Purchases .VG-PosSearch-Title { height:22px; line-height:22px; color:#FFFFFF; background:#0088FF; font-weight:bold; font-size:13px; padding:0px 10px; margin-bottom:0px; }
.VG-PosView-Purchases .VG-PosSearch-Title-Txt { float:left; }
.VG-PosView-Purchases .VG-PosSearch-Title-Cnt { float:right; }

.VG-PosView-Purchases .VG-PosSearch-RowsHolder { height:361px; margin-top:5px; overflow:auto; }
.VG-PosView-Purchases .VG-PosSearch-Row { height:33px; line-height:33px; background:#E5F3FF; color:#333333; font-size:16px; margin-bottom:3px; padding:0px 7px; }
.VG-PosView-Purchases .VG-PosSearch-Row.VG-Active { background:#0088FF; color:#FFFFFF; }
.VG-PosView-Purchases .VG-Row-Name { float:left; height:33px; }
.VG-PosView-Purchases .VG-Row-Price { float:right; height:33px; width:125px; text-align:right; }
.VG-PosView-Purchases .VG-Row-Date { float:right; height:33px; font-size:12px; }

.VG-PosView-Purchases .VG-PosSearch-ButtonsHolder { height:39px; }
.VG-PosView-Purchases .VG-PosSearch-Button { width:48px; height:39px; margin-right:4px; float:left; cursor:pointer; }
.VG-PosView-Purchases .VG-PosSearch-Button.VG-Last { margin-right:0px; }

.VG-PosView-Purchases .VG-PosSearch-Button.VG-Purple-Up { background:#0088FF url('/images/blue-arrow-up.png') no-repeat center center; }
.VG-PosView-Purchases .VG-PosSearch-Button.VG-Purple-UpTxt { background:#0088FF url('/images/blue-arrow-upTxt.png') no-repeat center center; margin-right:0px; }
.VG-PosView-Purchases .VG-PosSearch-Button.VG-Purple-UpTxt.inactive { background:#A0A0A0 url('/images/grey-arrow-upTxt.png') no-repeat center center; margin-right:0px; cursor: default; }
.VG-PosView-Purchases .VG-PosSearch-Button.VG-Purple-Down { background:#0088FF url('/images/blue-arrow-down.png') no-repeat center center; }
.VG-PosView-Purchases .VG-PosSearch-Button.VG-Purple-DownTxt { background:#0088FF url('/images/blue-arrow-downTxt.png') no-repeat center center; }
.VG-PosView-Purchases .VG-PosSearch-Button.VG-Purple-DownTxt.inactive { background:#A0A0A0 url('/images/grey-arrow-downTxt.png') no-repeat center center; cursor: default; }

.VG-PosView-Purchases .VG-PosSearch-Button.VG-Blue { background:#0088FF;}
.VG-PosView-Purchases .VG-PosSearch-Button.VG-Blue.inactive { background:#A0A0A0; cursor: default; }

.VG-PosView-Purchases .VG-PosSearch-SearchInputWrapper { margin:0px 5px; float:left; position:relative; width:243px; height:37px; border:1px solid #0088FF; background:#EFEFEF; }
.VG-PosView-Purchases .VG-PosSearch-SearchInputWrapper.VG-Big-Filter { width:347px; }
.VG-PosView-Purchases .VG-PosSearch-SearchInput { height:37px; width:233px; border:0px none; padding:0px 5px 0px 5px; position:absolute; top:0px; left:0px; color:#000000; background:transparent; font-size:15px; }
.VG-PosView-Purchases .VG-PosSearch-SearchLabel { position:absolute; color:#999999; font-size:13px; width:243px; text-align:center; height:37px; line-height:37px; top:0px; left:0px; }
.VG-PosView-Purchases .VG-PosSearch-SearchInputWrapper.VG-Big-Filter .VG-PosSearch-SearchLabel { width:347px; }

.VG-CssArrow-Up {
	width: 0;
	height: 0px;
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	border-bottom: 22px solid #FFFFFF;
	margin: 8px 0px 0px 10px;
}
.VG-CssArrow-Down {
	width: 0;
	height: 10px;
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	border-top: 22px solid #FFFFFF;
	margin: 10px 0px 0px 10px;
}
/*
		Styles for left column of product search
*/
.VG-PosView-Search {}
.VG-PosView-Search .VG-GridAntets { height: 17px; overflow:hidden; }
.VG-PosView-Search .VG-GridRows-Holder { /*height: 290px;*/ }
.VG-Pos-Search-Holder { background:#EFEAF5; padding-bottom:7px; }
.VG-PosView-Search .VG-PosSearch-Title { height:22px; line-height:22px; color:#FFFFFF; background:#663399; font-weight:bold; font-size:13px; padding-left:10px; }
.VG-PosView-Search .VG-PosSearch-Notice1 { height:34px; line-height:34px;font-size:11px; font-weight:bold; text-align:center; color:#333333; }
.VG-PosView-Search .VG-PosSearch-TabsHolder { margin:0px 10px 0px 10px; overflow:auto; }
.VG-PosView-Search .VG-PosSearch-Tab { float:left; margin-right:5px; width:105px; height:41px; background:#666666; color:#FFFFFF; font-size:14px; line-height:41px; cursor:pointer; text-align:center; }
.VG-PosView-Search .VG-PosSearch-TabSelected { background:#8861B0; color:#FFFFFF; }
.VG-PosView-Search .VG-PosSearch-TabLast { margin-right:0px;; }

.VG-PosView-Search .VG-PosSearch-SearchInputHolder { margin:0px 10px 0px 10px; overflow:auto; height:37px; background:#8861B0; padding:17px 15px 17px 15px;  }
.VG-PosView-Search .VG-PosSearch-SearchInputWrapper { position:relative; height:35px; border:1px solid #000000; background:#EFEFEF; width: 403px; margin: 0;}
.VG-PosView-Search .VG-PosSearch-SearchInput { height:35px; width:394px; border:0px none; padding:0px 5px 0px 5px; position:absolute; top:0px; left:0px; color:#000000; background:transparent; font-size:15px; }
.VG-PosView-Search .VG-PosSearch-SearchLabel { position:absolute; color:#999999; font-size:13px; width:404px; text-align:center; height:35px; line-height:35px; top:0px; left:0px; }

.VG-PosView-Search .VG-PosSearch-FilterHolder { margin:0px 10px 7px 10px; background:#656565; overflow:auto;}
.VG-PosView-Search .VG-PosSearch-FilterHolder.VG-Active { background:#8861B0; }
.VG-PosView-Search .VG-PosSearch-FilterX { float:right; color:#FFFFFF; background:#333333; width:49px; height:65px; line-height:65px; font-size:24px; cursor:pointer; border-left:1px solid #EFEAF5; text-align:center; }
.VG-PosView-Search .VG-PosSearch-FilterPlus { float:right; color:#FFFFFF; background:#333333; width:49px; height:65px; line-height:65px; font-size:28px; cursor:pointer; border-left:1px solid #EFEAF5; text-align:center; }
.VG-PosView-Search .VG-PosSearch-FilterLabel { float:left; width:370px; height:21px; line-height:21px; color:#FFFFFF; font-size:14px; padding:4px 0px 0px 7px; }
.VG-PosView-Search .VG-PosSearch-FilterSelection { float:left; width:370px; height:21px; line-height:21px; color:#FFFFFF; font-size:23px; font-weight:bold; padding:7px 0px 0px 7px;  }
.VG-PosView-Search .VG-PosSearch-FilterName { float:left; width:370px; height:65px; line-height:65px; color:#FFFFFF; font-size:23px; padding:0px 0px 0px 7px; }


.VG-PosView-Search .VG-PosSearch-Notice2 { height:36px; line-height:36px; color:#000000; font-size:11px; text-align:center; color:#333333; }

/*
	Styles for right column of product results
*/
.VG-PosView-ProductResults .VG-HorzTabContent-Left { width:455px; }
.VG-PosView-ProductResults .VG-HorzTabContent-Right { width:300px; }

.VG-PosView-ProductResults .VG-HorzTabContent-Right .VG-ItemsGrid { border:2px solid #333333; }
.VG-PosView-ProductResults .VG-ItemsGrid .VG-Cell-Desc, 
.VG-PosView-ProductResults .VG-ItemsGrid .VG-Cell-Desc div {
	width:166px;
}
.VG-PosView-ProductResults .VG-ItemsGrid .VG-Cell-Qty, 
.VG-PosView-ProductResults .VG-ItemsGrid .VG-Cell-Qty div {
	width:40px;
	text-align:center;
}
.VG-PosView-ProductResults .VG-ItemsGrid .VG-Cell-AmountExt, 
.VG-PosView-ProductResults .VG-ItemsGrid .VG-Cell-AmountExt div {
	width:60px;
	text-align:right;
}
.VG-PosView-ProductResults .VG-GridAntets { height: 17px; overflow:hidden; }
.VG-PosView-ProductResults .VG-GridRows-Holder { height: 290px; }

/*
	Styles for left column of product results
*/
.VG-PosView-ProductResults {}
.VG-PosView-ProductResults .VG-PosSearch-Title { height:22px; line-height:22px; color:#FFFFFF; background:#663399; font-weight:bold; font-size:13px; padding-left:10px; }
.VG-PosView-ProductResults .VG-Pos-Search-Holder { background:#EFEAF5; padding:6px 7px 5px 7px; border-bottom:1px solid #663399; background:#D9CCE5; }
.VG-PosView-ProductResults .VG-PosSearch-Notice1 { height:15px; line-height:15px; font-size:13px; font-weight:bold; color:#333333; text-align: left;}
.VG-PosView-ProductResults .VG-PosSearch-SearchType { height:19px; line-height:19px; font-size:17px; color:#333333; padding-top:4px; }
.VG-PosView-ProductResults .VG-PosSearch-Filters { height:16px; line-height:16px; font-size:13px; color:#333333; padding-top:4px; }

.VG-PosView-ProductResults .VG-PosSearch-RowsHolder { min-height: 290px; max-height: 290px; overflow-y: auto; margin-top:6px; }
.VG-PosView-ProductResults .VG-PosSearch-Row { height:33px; line-height:33px; background:#EFEAF5; color:#333333; font-size:16px; margin-bottom:3px; padding:0px 7px; }
.VG-PosView-ProductResults .VG-PosSearch-Row.VG-Active { background:#8B65B2; color:#FFFFFF; }
.VG-PosView-ProductResults .VG-Row-Price { float:right; height:33px; }
.VG-PosView-ProductResults .VG-Row-Name { float:left; height:33px; }


.VG-PosView-ProductResults .VG-PosSearch-ButtonsHolder { height:39px; }
.VG-PosView-ProductResults .VG-PosSearch-Button { width:48px; height:39px; margin-right:4px; float:left; cursor:pointer; }
.VG-PosView-ProductResults .VG-PosSearch-Button.VG-Last { margin-right:0px; }

.VG-PosView-ProductResults .VG-PosSearch-Button.VG-Purple-Up { background:#663399 url('/images/purple-arrow-up.png') no-repeat center center; }
.VG-PosView-ProductResults .VG-PosSearch-Button.VG-Purple-UpTxt { background:#663399 url('/images/purple-arrow-up-txt.png') no-repeat center center; margin-right:0px; }
.VG-PosView-ProductResults .VG-PosSearch-Button.VG-Purple-UpTxt.inactive { background:#A0A0A0 url('/images/grey-arrow-upTxt.png') no-repeat center center; margin-right:0px; cursor: default; }
.VG-PosView-ProductResults .VG-PosSearch-Button.VG-Purple-Down { background:#663399 url('/images/purple-arrow-down.png') no-repeat center center; }
.VG-PosView-ProductResults .VG-PosSearch-Button.VG-Purple-DownTxt { background:#663399 url('/images/purple-arrow-down-txt.png') no-repeat center center; }
.VG-PosView-ProductResults .VG-PosSearch-Button.VG-Purple-DownTxt.inactive { background:#A0A0A0 url('/images/grey-arrow-upTxt.png') no-repeat center center; cursor: default; }

.VG-PosView-ProductResults .VG-PosSearch-SearchInputWrapper { margin:0px 5px; float:left; position:relative; width:243px; height:37px; border:1px solid #673499; background:#EFEFEF; }
.VG-PosView-ProductResults .VG-PosSearch-SearchInput { height:37px; width:233px; border:0px none; padding:0px 5px 0px 5px; position:absolute; top:0px; left:0px; color:#000000; background:transparent; font-size:15px; }
.VG-PosView-ProductResults .VG-PosSearch-SearchLabel { position:absolute; color:#999999; font-size:13px; width:243px; text-align:center; height:37px; line-height:37px; top:0px; left:0px; }

.VG-PosView-ProductResults .VG-PosSearch-Button.VG-Purple { background:#663399;}
.VG-PosView-ProductResults .VG-PosSearch-Button.VG-Purple.inactive { background:#A0A0A0; cursor: default; }

/**
	Override some styles from Korvue Admin 
*/
/*{
	border-right:0px none;
}*/

/**
	Styles for view forms 
*/
table.fields {
	background:#EEEEEE;	
}
table.fields tr.field-row {
    font-family: 'Open Sans', Arial, sans-serif;
}
table.fields tr.field-row .antet {
	padding:0px 0px 0px 10px;
	vertical-align:middle; 
    font-size: 10px;
    height: 28px;
    line-height: 16px;
    text-transform: uppercase;
    font-family: 'Open Sans', Arial, sans-serif;
	color:#333333; 
}
table.fields tr.field-row .value {
	vertical-align:middle; 
    font-size: 14px;
    height: 28px;
    line-height: 16px;
	color:#333333; 
	padding-right:10px;
    font-family: 'Open Sans', Arial, sans-serif;
}
table.fields tr.field-row .sep { background:#FFFFFF; }









/* SEARCH RESULT GRID */

.vsgpopup-overlay .VG-Grid-Header .BB-Grid th {
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 2px;
	text-align: left;
	padding: 5px 5px 5px 5px;
}

#memberSearchResultsPopUp .VG-Grid-TD-Name, .VG-Grid-TD-Name div {
	width: 130px;
	font-weight: normal;
	/*font-size: 13px;*/
}
#memberSearchResultsPopUp .VG-Grid-TD-City, #memberSearchResultsPopUp .VG-Grid-TD-City div {
	/*width: 70px;*/
}

#memberSearchResultsPopUp .VG-Grid-TD-Phone, #memberSearchResultsPopUp .VG-Grid-TD-Phone div {
	width: 100px;
}

#memberSearchResultsPopUp .VG-Grid-Border {
	height: 1px;
	background: #999999;
}
.searchClientPopUp .VG-Grid-Border {
	height: 1px;
	background: #999999;
}
.BB-Grid tr:hover td, .BB-Grid tr:nth-child(even):hover td {
	background: #DFEAFF;
	color: #000000;
}

#memberSearchResultsPopUp .BB-Grid-Main {
	max-height: 230px;
	overflow-x: hidden;
	overflow-y: auto;
}

.searchClientPopUp .BB-Grid-Main table,
#memberSearchResultsPopUp .BB-Grid-Main table {
	width: 100%;
}
.searchClientPopUp .BB-Grid-Main .BB-Grid tr td,
#memberSearchResultsPopUp .BB-Grid-Main .BB-Grid tr td {
	border-top: 0px none;
	cursor: pointer;
}
#searchClientPopUp {
	/*min-height: 200px !important;*/
}
.BB-Grid-Main tr:nth-child(even) td {
	background: #FFF;
}
.BB-Grid-Main tr:hover td, .BB-Grid-Main tr:nth-child(odd) td {
	background: #DFEAFF;
	color: #000000;
}



#memberSearchResultsPopUp .BB-Grid-Main-v2,
#searchClientPopUp .BB-Grid-Main-v2,
.VG-Client-Search-PopUp-Contents .BB-Grid-Main-v2{
	height: 232px;
	max-height: 232px;
	overflow-x: hidden;
	overflow-y: auto;
}

.searchClientPopUp .BB-Grid-Main-v2 table,
.VG-Client-Search-PopUp-Contents .BB-Grid-Main-v2 table,
#memberSearchResultsPopUp .BB-Grid-Main-v2 table {
	width: 100%;
}
.searchClientPopUp .BB-Grid-Main-v2 .BB-Grid tr td,
.VG-Client-Search-PopUp-Contents .BB-Grid-Main-v2 .BB-Grid tr td,
#memberSearchResultsPopUp .BB-Grid-Main-v2 .BB-Grid tr td {
	border-top: 0px none;
	cursor: pointer;
}
.BB-Grid-Main-v2 tr:nth-child(even) td {
	background: #FFF;
}
.BB-Grid-Main-v2 tr:hover td, .BB-Grid-Main-v2 tr:nth-child(odd) td {
	background: #E0E0E0;
	color: #000000;
}
/* #memberSearchResultsPopUp tr td {
	padding: 8px 5px;
	border-top: 1px solid #999;
} */

.VG-NoData {
	color:#999;
	font-size:18px;
	padding:15px 15px 15px 15px;
	text-align:center;
}

/* member search grid end*/
#guest-link-id .tooltip {
	max-width: none;
}
#guest-link-id .tooltip .tooltip-text {
	font-size: 12px;
	vertical-align: middle;
	text-align: left;
}
#guest-link-id .tooltip .tooltip-text div {
	padding: 5px;
	text-align: left;
}


/* PIN popup */


.VG-Pin-Title{
	height:62px;
	width:100%;
	background-color:#fff;
	border-bottom:1px solid #000;
}
.VG-Pin-Title-Text{
	float:left;
	margin-left:12px;
}
.VG-Pin-Title-Login-Button{
	float:right;
	/*margin-top:16px;*/
}
.VG-Pin-Down-Title{
	height:20px;
	width:100%;
	background-color:#ccc;
}
.VG-Pin-Down-Title-Name{
	display:inline-block;
	float:left;
	width:375px;
	font-size:12px;
}
.VG-Pin-Title-Pin{
	display:inline-block;
	float:left;
	font-size:12px;
}
.VG-Pin-Down-Title-Span-Num{
	display:inline-block;
	background-color:#000;
	color:#fff;
	float:left;
	width:12px;
	height:12px;
	line-height:12px;
	text-align:center;
	border-radius:6px;
	font-size:10px;
	margin-top:4px;
	margin-right:4px;
	margin-left:18px;
}
.VG-Pin-Down-Title-Span-Text{
	line-height:20px;
	font-weight:bold;
}
.VG-Pin-Title-Text-Span{
	color:#333333;
	font-size:28px;
	font-weight:bold;
	display:inline-block;
	margin-top:20px;
}
/* content */
.VG-Pin-Content{
	position: relative;
	margin-top:10px;
}
.VG-Pin-Content-Left{
	display:block;
	width:336px;
	float:left;
	height:480px;
}
.VG-Pin-Content-Left-Scroll{
	display:block;
	width:336px;
	overflow-x: hidden;
	overflow-y:auto;
	height:380px;
}
.VG-Pin-Content-Right{
	position: absolute;
	top: 0px;
	right: -6px;
	display:block;
	width:276px;
	float:left;
	margin-left:28px;
}
.VG-Pin-Content-Right-Scroll{
	display:block;
	width:276px;
	overflow: hidden;
	height:380px;
}
/* user box */
.VG-Pin-Content-User-Box{
	width:100%;
	display:block;
	height:72px;
	margin-bottom:6px;
}
.VG-Pin-Content-User-Box-Img{
	margin-left:17px;
	margin-top:8px;
	margin-right:12px;
	display:inline-block;
	float:left;
}
.VG-Pin-Content-User-Box-Content-Text{
	float:left;
	width:230px;
}
.VG-Pin-Content-User-Box-Title{
	display:inline-block;
	font-size:28px;
	font-weight:bold;
	height:auto;
	width:100%;
	float:left;
	margin-top:9px;
}
.VG-Pin-Content-User-Box-Name{
	display:inline-block;
	font-size:16px;
	float:left;
	margin-left:4px;
	width:100%;
}
/* normal color */
.VG-Pin-Content-User-Box-Color-A{
	background-color:#BBDDF6;
}
/* select color */
.VG-Pin-Content-User-Box-Color-H{
	background-color:#127DC7;
}
/* normal color */
.VG-Pin-Content-User-Box-Title-A{
	color:#000;	
}
/* select color */
.VG-Pin-Content-User-Box-Title-H{
	color:#fff;	
}
/* normal color */
.VG-Pin-Content-User-Box-Name-A{
	color:#333;
}
/* select color */
.VG-Pin-Content-User-Box-Name-H{
	color:#fff;
}
/* grey  box*/
.VG-Pin-Content-User-Box-Grey{
	width:100%;
	display:block;
	height:72px;
	margin-bottom:6px;
	margin-top:6px;
	background-color:#ddd;
}
.VG-Pin-Content-User-Box-Grey-Title{
	display:inline-block;
	margin-left:22px;
	margin-top:8px;
	width:100%;
	color:#007ACA;
	font-size:28px;
	font-weight:bold;
}
.VG-Pin-Content-User-Box-Grey-Content{
	margin-left:22px;
}
.VG-Pin-Content-User-Box-Grey-Content-Link{
	color:#555555 !important;
	font-size:16px;
	text-decoration:none;
}
.VG-Pin-Content-User-Box-Grey-Content-Link:hover{
	text-decoration:underline;
}

.VG-Pin-Content-Login-Form .express-login-fld,
.VG-Pin-Content-Login-Form input,
.VG-Pin-Content-Login-Form input[type="text"],
.VG-Pin-Content-Login-Form input[type="password"]
{
	width: 100px; 
	height: 20px;
	background-color: #FFFFFF; 
	border: 1px solid #999999; 
	padding-left: 5px; 
	font: 400 12px Arial, sans-serif; 
	color: #000000; 
	vertical-align: middle;
}

.VG-Pin-Content-Login-Form .btn-express-login {
	display: inline-block;
	padding: 4px 8px 4px 8px;	
	background-color: #0072BC; border-radius: 5px 5px 5px 5px;
	color: #FFFFFF; font: 400 9px Arial, sans-serif; color: #FFFFFF; 
	text-decoration: none; text-transform: uppercase;
	vertical-align: middle; text-align: center;
	cursor: pointer;
	box-shadow: 1px 1px 2px #bbb; -o-box-shadow: 1px 1px 2px #bbb; -webkit-box-shadow: 1px 1px 2px #bbb; -moz-box-shadow: 1px 1px 2px #bbb;
}

/**** right column ****/
.VG-Pin-Content-Right-Key-P{
	display:block;
	width:270px;
	height:70px;
	background-color: #333333; /*#007BCA;	*/
}
.VG-Pin-Content-Right-Btns ul {
	padding: 0;
}
.VG-Pin-Content-Right-Btns{
	margin-top:6px;
}
.VG-Pin-Content-Right-Btns ul li{
	width:86px;
	height:72px;
	display:inline-block;
	float:left;
	margin-right:6px;
	margin-bottom:6px;
}
.VG-Pin-Content-Right-Btns-Li-Href{
	width:100%;
	height:100%;
	display:block;
	text-align:center;
	line-height:72px !important;
}
.VG-Pin-Content-Right-Btns-Li-Href-Text{
	background-color:#555555 !important;
	color:#EEEEEE !important;
	font-size:18px !important;
	font-weight:bold !important;
	text-decoration:none !important;
}
.VG-Pin-Content-Right-Btns-Li-Href-Number{
	background-color:#555555 !important;
	color:#EEEEEE !important;
	font-size:50px !important;
	font-weight:bold !important;
	text-decoration:none !important;
}
.VG-Pin-Content-Right-Btns-Li-Href-Back{
	height: 70px; 
	width: 86px; 
	background: url(/images/pin/pin_back_btn.png) no-repeat;
}
/*** input key ***/
.VG-Pin-Key-Pass-Input{
	margin: 0;
	padding: 0;
	border:none;
	height:100%;
	width:80%;
	display:block;
	margin-left:10%;
	background-color:#333333;
	text-align:center;
	color:#fff;
	font-size:60px;
	font-weight:bold;
	cursor:default;
}
.VG-Pin-Footer{
	clear:both;
	width:100%;
	height:44px;
	display:block;
	background-color:#BCDDF5;
}
.VG-Pin-Content-User-Box:hover{
	opacity:0.7;
	/*	cursor:pointer; */
}

.pin-login-btn {
	display: inline-block;
	height: 70px;
	line-height: 70px !important;
	width: 269px;
	background-color: #1D7FC4; 
	border: 1px solid #D9D9D9;
	border-radius: 5px 5px 5px 5px;
	color: #FFFFFF; 
	font: 400 24px Arial, sans-serif;
	text-decoration: none;
	vertical-align: middle; 
	text-align: center;
	cursor: pointer;
}
.pin-login-btn.focus {
	border: 1px dashed #555555;
}

.VG-List-Search-Container td {
	background-color:  #EEEEEE !important;
	padding: 0px 2px !important;
}

#pos-view-product-purchases-rows-holder .VG-PosSearch-Row .VG-Row-Price,
#pos-view-product-top-sellers-rows-holder .VG-PosSearch-Row .VG-Row-Price {
	width: 90px;
}
#pos-view-product-purchases-rows-holder .VG-PosSearch-Row .VG-Row-Name,
#pos-view-product-top-sellers-rows-holder .VG-PosSearch-Row .VG-Row-Name {
	width: 330px;
}

.VG-Loader {
	background: transparent url('/images/preloader-small.gif') no-repeat center center;
	min-height: 250px;
}
.VG-Loader-150 {
	background: transparent url('/images/preloader-small.gif') no-repeat center center;
	min-height: 150px;
}

.VG-Empty-Cart {
	height: 260px;
	text-align: center;
	line-height: 260px;
	color: #666666;
	font-weight: bold;
	font-size: 14px;
}

#search-cart-grid-contents .VG-GridRow.VG-Active-Row,
#cart-grid-contents .VG-GridRow.VG-Active-Row,
#pos-cart-extended .VG-GridRow.VG-Active-Row,
.VG-GridRows-Holder .VG-GridRow.VG-Active-Row {
	background-color: #FFEFBF;
}

.VG-HorzTabContent-Right .VG-Pos-ItemsGrid,
.VG-PosContent-Services .VG-ItemsGrid {
	position: relative;
}

.VG-Pos-ItemsGrid .VG-InfoGrid-Footer {
	position: absolute;
	bottom: 0;
}
#pos-cart-payments-grid-content-footer.VG-InfoGrid-Footer {
	position: absolute;
	top: 0;
	right: 0;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

#pos-cart-payments-grid-content .VG-InfoGrid-Button {
	height: 85px;
	line-height: 85px;
}

.VG-Pos-ItemsGrid .VG-InfoGrid-Footer .VG-InfoGrid-Button {
	display: inline-block;
	/* width: 146px; */
	width: 96px;
	height: 30px;
	background: #333333;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: normal;
	cursor: pointer;
	position: relative;
}
.VG-Pos-ItemsGrid .VG-InfoGrid-Footer .VG-InfoGrid-Button.last { width: 95px; }
#pos-cart-extended-footer .VG-InfoGrid-Button {
	width: 246px;
}
.VG-PosView-Purchases .VG-HorzTabContent-Right .VG-ItemsGrid {
	height: 309px;
}
.VG-ItemsGrid .VG-GridRows-Holder {
	/* height:239px; */
}
.VG-PosView-Tab-Right-Content {
	position: absolute;
	top: 0px;
	right: 0px;
}
.VG-Pos-Cart-Buttons {
	float: right;
	margin-top: 310px;
}
.VG-PosView-Tab-Contents-Holder {
	position: relative;
	width: 770px;
}
.VG-Clear {
	float:none;
	clear:both;
	font-size:1px;
}

#addProductToCartPopUp .edit-form .field-set .field-row .antet { width: 180px; }
#addProductToCartPopUp .edit-form.giftcard-add .field-set .field-row .antet { width: 100px; }
#commonPopUp .edit-form.giftcard-add .field-set .field-row .antet { width: 100px; }
#addProductToCartPopUp .form-header { /* width: 430px; */ padding: 10px; }

.VG-Checkbox-Item {
	display: inline-block;
	margin-right: 10px;
	width: 100px;
	padding-bottom: 5px;
}

#global_notes_ctrl {
	table-layout: fixed;
}

.form_footer_spacer { height:15px; }


/* POS - SERVICES/PACKAGES TAB */

#pos-memberships-tabs .VG-HorzButton {
	width: 185px;
	/* width: 191px; */
}
/* #pos-memberships-tabs .VG-HorzButton.VG-Last, #pos-services-tabs .VG-HorzButton.VG-Last {
	width: 192px;	
} */

#pos-packages-tabs .VG-HorzButton {
	width: 166px;
}

.VG-PosSearch-RowsHolder .VG-InfoBox-EmptySection {
	height: 360px;
	line-height: 360px;
	font-size: 36px;
}

.fix-z-index {
	z-index: 99999;
}

.no-txt-sel {-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none; user-select: none;}

.VG-InfoGrid.VG-VisitsGrid table {
	/*	table-layout: auto;	*/
}

.VG-InfoGrid .magnifier {
	width: 20px; height: 20px;
	background:transparent url('/images/magnifier_black.png') no-repeat left 2px; 
	background-size: 10px auto;
}


/* POS PACKAGES SEARCH STYLES */
.VG-POS-Packages-Search {
	height: 420px;
}
.VG-POS-Packages-Search .VG-PosSearch-SearchInputHolder {
	height: 50px; padding: 10px; overflow: inherit;
}
.VG-POS-Packages-Search .VG-PosSearch-SearchInputHolder {
	background: transparent;
}
.VG-POS-Packages-Search .VG-Pos-View-Search-Fields {
	position: relative;
}
.VG-POS-Packages-Search .VG-Pos-View-Search-Category-Field-Content {
	position: absolute; top: 0px; left: 0px;
}
.VG-POS-Packages-Search .VG-Pos-View-Search-Category-Field-Content input[type="text"],
.VG-POS-Packages-Search .VG-Pos-View-Search-Name-Field-Content input[type="text"] {
	width: 150px; height: 35px; color: #000000; padding: 0px 5px; font-size: 15px; border: 1px solid #333333;

}
.VG-POS-Packages-Search .VG-Pos-View-Search-Field-Label {
	color: #333333; font: 400 12px Arial; padding-bottom: 2px;
}
.VG-POS-Packages-Search .VG-Pos-View-Search-Name-Field-Content {
	position: absolute; top: 0px; left: 165px;
}
.VG-POS-Packages-Search .VG-Pos-View-Search-Button-Content {
	position: absolute; top: -10px; right: -10px;
}
.VG-POS-Packages-Search .VG-Pos-View-Search-Button {
	width: 85px; height: 60px; background-color: #333333;
}
.VG-POS-Packages-Search .VG-Pos-View-Search-Button.VG-Red-Btn {
	background-color: #CC3300;
}
.VG-POS-Packages-Search .VG-Pos-View-Search-Button .VG-Button-TableCell {
	color: #FFFFFF; font-size: 14px;
}

.VG-POS-Packages-Search-Results {}
.VG-POS-Packages-Search-Results .VG-Pos-Search-Results-Filters-Info {
	width: 370px;
}
.VG-POS-Packages-Search-Results .VG-PosSearch-ButtonsHolder {
	padding-bottom: 10px;
}
.VG-POS-Packages-Search-Results .VG-Pos-Search-Results-Filters-Info .VG-PosSearch-Filters {
	float: left;
	width: 180px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.VG-POS-Packages-Search-Results .VG-Pos-Search-Results-Clone-Search-Text {
	height: 14px; padding: 4px 10px; margin: 4px 0px; font: 900 12px Arial; color: #6a389c;	background-color: #EFEAF5; text-align: center;
}

/* POS PACKAGES GLOBAL STYLES */
.VG-POS-Packages-Tab-Content {}
.VG-POS-Packages-Tab-Content .VG-PosSearch-ButtonsHolder {
	padding: 5px 0px 0px;
}

/* POS SEARCH GLOBAL STYLES */
.VG-POS-Search-Tab-Content {}
.VG-POS-Search-Tab-Content .VG-PosSearch-ButtonsHolder {
	padding: 5px 0px 0px;
}


.VG-Redeemed-Packages-Grid tr th {
	background: #CC9900 !important;
	color: #ffffff;
	padding: 5px 0px !important;
}
.VG-Redeemed-Packages-Grid tr td {
	background: transparent !important;
	padding: 5px 0px !important;
}


/* POS SEARCH NEW STYLES */
.VG-Pos-Items-Search {}
.VG-Pos-Items-Search .VG-HorzTabContent-Left {
	width: 470px;
}
.VG-Pos-Items-Search .VG-Pos-Search-Title {
	color: #663399;
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 8px;
}
.VG-Pos-Items-Search .VG-PosSearch-SearchInputHolder {
	height: 55px; overflow: inherit; padding-bottom: 20px;
}
.VG-Pos-Items-Search .VG-PosSearch-Notice {
	padding-bottom: 10px;
}
.VG-Pos-Items-Search .VG-Pos-View-Search-Fields {
	position: relative;
}
.VG-Pos-Items-Search .VG-Pos-View-Search-Category-Field-Content {
	position: absolute; top: 0px; left: 0px;
}
.VG-Pos-Items-Search .VG-Pos-View-Search-Category-Field-Content input[type="text"],
.VG-Pos-Items-Search .VG-Pos-View-Search-Brand-Field-Content input[type="text"],
.VG-Pos-Items-Search .VG-Pos-View-Search-Name-Field-Content input[type="text"] {
	width: 150px; height: 35px; color: #000000; padding: 0px 5px; font-size: 15px; border: 1px solid #333333;

}
.VG-Pos-Items-Search .VG-Pos-View-Search-Field-Label {
	color: #333333; font: 400 12px Arial; padding-bottom: 2px;
}
.VG-Pos-Items-Search .VG-Pos-View-Search-Name-Field-Content {
	position: absolute; top: 0px; left: 175px;
}
.VG-Pos-Items-Search .VG-Pos-View-Search-Brand-Field-Content {
	position: absolute; top: 0px; left: 115px;
}
.VG-Pos-Items-Search .VG-Pos-View-Search-Button-Content {
	position: absolute; top: 5px; right: 0px;
}
.VG-Pos-Items-Search .VG-Pos-View-Search-Button {
	width: 122px; height: 50px; background-color: #663399; cursor: pointer;
}
.VG-Pos-Items-Search .VG-Pos-View-Search-Button.VG-Red-Btn {
	background-color: #CC3300;
}
.VG-Pos-Items-Search .VG-Pos-View-Search-Button .VG-Button-TableCell {
	color: #FFFFFF; font-size: 14px; text-align: center; padding-right: 10px;
}
.VG-Pos-Items-Search .VG-Search-Icon {
	color: #FFFFFF; font-size: 30px; padding: 9px 5px 0px 10px; display: inline-block;
}
.VG-Pos-Items-Search .VG-Pos-Search-Sub-Tabs-Holder {
	font: 900 14px Arial; color: #6a389c; background-color: #FFFFFF;
}
.VG-Pos-Items-Search .VG-Pos-Search-Filters {
	border: 1px solid #663399;
	float: left;
	border-radius: 5px;
	background-color: #663399;
	color: #FFFFFF;
	margin-right: 10px;
}
.VG-Pos-Items-Search .VG-Pos-Search-Filters div.label {
	background-color: #663399;
	padding: 0px 7px;
	display: inline-block;
}
.VG-Pos-Items-Search .VG-Pos-Search-Filters div.value {
	background-color: #EFEAF5;
	color: #000000;
	display: inline-block;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
}
.VG-Pos-Items-Search .VG-Pos-Search-Filters div.action {
	color: #663399;
	display: inline-block;
	padding: 0px 5px 0px 0px;
	cursor: pointer;
}
.VG-Pos-Items-Search .VG-Pos-Search-Title-Holder .VG-Pos-Search-Filters-Holder {
	float:left;
	width: 300px;
}
.VG-Pos-Items-Search .VG-Pos-Search-Title-Holder .VG-Pos-Search-Title {
	float:left;width: 160px;
}


/* POS SEARCH RESULTS GRID */
.VG-Pos-Search-Results-Holder {
	padding-top: 15px;
}
.VG-Pos-Search-Results-Holder .pos-items-recent-search {
	height: 288px;
}
.VG-Pos-Search-Results-Holder .VG-Pos-Search-Result-Row {
	background-color: #FFFFFF;
	height: 33px;
	line-height: 33px;
	color: #333333;
	font-size: 16px;
	margin-bottom: 3px;
	padding: 0px 7px;
}
.VG-Pos-Search-Results-Holder .VG-Pos-Search-Result-Row.VG-Active {
	background-color: #8B65B2; color: #FFFFFF;
}
.VG-Pos-Search-Results-Holder .VG-PosSearch-Button.VG-Purple {
	background: #663399;
}
.VG-Pos-Search-Results-Holder .VG-PosSearch-Button.VG-Last {
	margin-right: 0px;
}
.VG-Pos-Search-Results-Holder .VG-PosSearch-Button.VG-Purple-DownTxt {
	background: #663399 url('/images/purple-arrow-down-txt.png') no-repeat center center;
}
.VG-Pos-Search-Results-Holder .VG-PosSearch-Button.VG-Purple-UpTxt {
	background: #663399 url('/images/purple-arrow-up-txt.png') no-repeat center center;
}
.VG-Pos-Search-Results-Holder .VG-PosSearch-SearchInput {
	height: 37px;
	width: 233px;
	border: 0px none;
	padding: 0px 5px 0px 5px;
	position: absolute;
	top: 0px;
	left: 0px;
	color: #000000;
	background: transparent;
	font-size: 15px;
}
.VG-Pos-Search-Results-Holder .VG-PosSearch-SearchLabel {
	position: absolute;
	color: #999999;
	font-size: 13px;
	width: 243px;
	text-align: center;
	height: 37px;
	line-height: 37px;
	top: 0px;
	left: 0px;
}
.VG-Pos-Search-Results-Holder .VG-PosSearch-SearchInputWrapper {
	margin: 0px 5px;
	float: left;
	position: relative;
	width: 243px;
	height: 37px;
	border: 1px solid #673499;
	background: #EFEFEF;
}
.VG-Pos-Search-Results-Holder .VG-PosSearch-Button.VG-Purple-UpTxt.inactive {
	background: #A0A0A0 url('/images/grey-arrow-upTxt.png') no-repeat center center;
	margin-right: 0px;
	cursor: default;
}
.VG-Pos-Search-Results-Holder .VG-PosSearch-Button.VG-Purple.inactive {
	background: #A0A0A0;
	cursor: default;
}
.VG-Pos-Search-Results-Holder .VG-PosSearch-RowsHolder {
	height: auto;
	margin-top: 0px;
	overflow: hidden;
}
.VG-Pos-Search-Results-Holder .VG-Pos-Search-Results-Info-Holder {
	padding: 3px 0px;
}
.VG-Pos-Search-Results-Holder .VG-Pos-Search-Results-Info-Holder div {
	display: inline-block;
	height: 30px;
	line-height: 30px;
}
.VG-Pos-Search-Results-Holder .VG-Pos-Search-Results-Info-Holder .VG-Pos-Search-Results-Info-Pages {
	width: 190px;
}
.VG-Pos-Search-Results-Holder .VG-Pos-Search-Results-Info-Holder .VG-Pos-Search-Results-Info-Viewing {
	width: 160px;
	font-weight: bold;
}
.VG-Pos-Search-Results-Holder .VG-Pos-Search-Results-Info-Holder .VG-Pos-Search-Results-Info-Total {
	width: 98px;
	text-align: right;
}


/* ACCOUNT &amp; PAYMENTS */
#pos-view-memberships-tabs-contents { width:768px;	}

#pos-view-base .VG-Recommendations {height: 115px;}
#pos-view-base .VG-MembershipsGrid-Outer {height: 167px;}

.VG-Memberships-And-Packages-Quick-Search {
	height: 170px;
	padding-bottom: 15px;
	position: relative;
}
.VG-Memberships-And-Packages-Quick-Search .VG-Pos-Search-Title,
.VG-Quick-Search-Results .VG-Pos-Search-Title {
	color: #663399;
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 5px;
	display: inline-block;
}
.VG-Memberships-And-Packages-Quick-Search .VG-Pos-View-Search-Button {
	width: 70px;
	height: 30px;
	background-color: #663399;
	cursor: pointer;
}
.VG-Memberships-And-Packages-Quick-Search .VG-Pos-View-Search-Button.VG-Red-Btn {
	background-color: #CC3300;
}
.VG-Memberships-And-Packages-Quick-Search .VG-Search-Icon {
	color: #FFFFFF;
	font-size: 16px;
	padding: 7px 2px 0px 5px;
	display: inline-block;
}
.VG-Memberships-And-Packages-Quick-Search .VG-Button-TableCell {
	color: #FFFFFF;
	font-size: 8px;
	text-align: center;
	padding-right: 10px;
}
.VG-Memberships-And-Packages-Quick-Search .VG-Pos-View-Search-Button-Content {
	position: absolute;
	top: 0px;
	right: 0px;
}
.VG-Memberships-And-Packages-Quick-Search .VG-Pos-Quick-Search-Field-Label {
	color: #333333;
	font: 400 12px Arial;
	padding-bottom: 2px;
}
.VG-Memberships-And-Packages-Quick-Search .VG-Pos-Quick-Search-Field-Content {
	padding-bottom: 5px;
}
.VG-Memberships-And-Packages-Quick-Search .VG-Pos-Quick-Search-Field-Content input[type="text"] {
	width: 243px;
	height: 25px;
	color: #000000;
	padding: 0px 5px;
	font-size: 18px;
	border: 1px solid #333333;
}
.VG-Memberships-And-Packages-Quick-Search .VG-Pos-Quick-Search-Field-Content select {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #FFFFFF;
	border: 1px solid #333333;
	font: 400 16px Arial;
	padding: 4px 4px 4px 4px;
	height: 28px;
	width: 100%;
	resize: none;
}
.VG-Quick-Search-Results {
	background: #EFEAF5;
	height: 313px;
	padding: 5px;
}
.VG-Quick-Search-Results .VG-PosSearch-Button {
	width: 25px;
	height: 20px;
	margin-right: 4px;
	float: left;
	cursor: pointer;
}
.VG-Quick-Search-Results .VG-CssArrow-Up {
	width: 0;
	height: 0px;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 12px solid #FFFFFF;
	margin: 4px 0px 0px 5px;
}
.VG-Quick-Search-Results .VG-CssArrow-Down {
	width: 0;
	height: 10px;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 12px solid #FFFFFF;
	margin: 4px 0px 0px 5px;
}
.VG-Quick-Search-Results .VG-PosSearch-Button.VG-Purple.inactive {
	background: #A0A0A0;
	cursor: default;
}
.VG-Quick-Search-Results .VG-PosSearch-Button.VG-Purple {
	background: #663399;
}
.VG-Quick-Search-Results .VG-PosSearch-Button.VG-Purple-UpTxt {
	background: #663399 url('/images/purple-arrow-up-small-txt.png') no-repeat center center;
	margin-right: 0px;
}
.VG-Quick-Search-Results .VG-PosSearch-Button.VG-Purple-DownTxt {
	background: #663399 url('/images/purple-arrow-down-small-txt.png') no-repeat center center;
	margin-right: 3px;
}
.VG-Quick-Search-Results .VG-PosSearch-Button.VG-Purple-UpTxt.inactive {
	background: #A0A0A0 url('/images/grey-arrow-small-upTxt.png') no-repeat center center;
	margin-right: 0px;
	cursor: default;
}
.VG-Quick-Search-Results .VG-PosSearch-Button.VG-Purple-DownTxt.inactive {
	background: #A0A0A0 url('/images/grey-arrow-small-downTxt.png') no-repeat center center;
	margin-right: 3px;
	cursor: default;
}
.VG-Quick-Search-Results .VG-PosSearch-SearchInput {
	height: 18px;
	width: 120px;
	border: 0px none;
	padding: 0px 5px 0px 5px;
	position: absolute;
	top: 0px;
	left: 0px;
	color: #000000;
	background: transparent;
	font-size: 10px;
}
.VG-Quick-Search-Results .VG-PosSearch-SearchLabel {
	position: absolute;
	color: #999999;
	font-size: 12px;
	width: 130px;
	text-align: center;
	height: 18px;
	line-height: 18px;
	top: 0px;
	left: 0px;
}
.VG-Quick-Search-Results .VG-PosSearch-SearchInputWrapper {
	margin: 0px 3px;
	float: left;
	position: relative;
	width: 130px;
	height: 18px;
	border: 1px solid #673499;
	background: #EFEFEF;
}
.VG-Quick-Search-Results .VG-Pos-Search-Result-Row {
	background-color: #FFFFFF;
	height: 40px;
	color: #333333;
	font-size: 16px;
	margin-bottom: 3px;
	padding: 0px 7px;
}
.VG-Quick-Search-Results .VG-Pos-Search-Result-Row.VG-Active {
	background-color: #8B65B2; color: #FFFFFF;
}
.VG-Quick-Search-Results .VG-PosSearch-ButtonsHolder {
	height: 20px;
	margin-bottom: 10px;
}
.VG-Quick-Search-Results .VG-Row-Name {
	float: left;
	height: 22px;
	font-size: 16px;
	line-height: 22px;
}
.VG-Quick-Search-Results .VG-Row-Price {
	float: right;
	height: 16px;
	line-height: 16px;
	font-size: 12px;
	text-align: right;
}
.VG-Quick-Search-Results .VG-Row-Category {
	float: left;
	height: 16px;
	line-height: 16px;
	font-size: 12px;

}
.VG-Quick-Search-Results .VG-PosSearch-RowsHolder {
	height: auto;
	overflow: hidden;
	margin-top: 0px;
}
.VG-Quick-Search-Results .VG-Add-Checkout-Item-Button {
	background: #663399; height:40px; line-height:40px; text-align:center;padding-top: 2px; color: #FFFFFF;cursor: pointer;font-size: 14px;
}
.VG-Quick-Search-Results .VG-View-Checkout-Item-Button {
	background: #666666; height:40px; line-height:40px; text-align:center;padding-top: 2px; color: #FFFFFF;cursor: pointer;font-size: 14px;
}
.VG-Quick-Search-Results-Grid-Holder {
	height: 245px;
}
.VG-Pos-Small-Cart-Holder {
	height: 311px;
}

.main-search-guest-row {}
.main-search-guest-row.ms-active-row {
	background:#DFEAFF;
	color:#000000;
}
.main-search-guest-row.ms-active-row td {
	background:transparent !important;
}




.VG-Main.VG-Member-Profile-Social.VG-Status-Pending {
	background: #B8FFBB;
}

#client-picture-content {
	height: 90px;
}
.VG-Main.VG-Member-Profile-Social {
	height: 121px;
	width: 120px !important; /*150*/
	background-color: #E0F2FB;
	margin-left: 5px;
	overflow: hidden;
}
.VG-Main .VG-MemberViewPage-PicHolder {
	width: 105px; /*135PX*/
	float: right;
	overflow: hidden;
	padding: 0px 5px 0px 10px;
	background-color: #EAF4FF;
}
.VG-Main .VG-ViewPage-Form .VG-MemberViewPage-FormColumn-Pic {
	width: 96px;
	float: left;
}
.VG-Main .VG-MemberImage {
	border-radius: 0px !important;
	background-color: transparent !important;
}
.VG-Main .VG-MemberViewPage-MemberStatus a {
	font-size: 10px;
	text-transform: uppercase;
	color: #333333;
	text-decoration: none;
}
.VG-Main .VG-MemberViewPage-MemberGender {
	padding: 5px 0px 4px 0px;
	text-align: center;
	font-size: 12px;
	color: #333333;
	text-transform: uppercase;
	height: 16px;
}

.VG-Main .VG-Profile-Icons {
	padding: 6px 0px 0px 0px;
	margin-left: 2px;
	width: 30px;
	overflow: hidden;
}

/*
	Rooms sections hint
*/
.VG-Room-Tip.qtip {
	max-width: 480px;
}
.VG-Room-Tip .qtip-content {
	padding: 0px;
}
.VG-Room-Tip.qtip-default {
	/*border: none;*/
	background-color: #FFF; /*#FFFFCC;*/
	border: 1px solid #333333;
	/*border: 1px solid transparent;*/
	margin-left: 12px;
	box-shadow: 3px 3px 5px #bbb; -o-box-shadow: 3px 3px 5px #bbb; -webkit-box-shadow: 3px 3px 5px #bbb; -moz-box-shadow: 3px 3px 5px #bbb; 
	color: #FFFFCC;
}
.VG-Room-Tip .hint_loading {
	width: 240px; 
	height: 100px; 
	background: transparent url('/images/loading_small.gif') no-repeat center center;
}

.icon-cancel-circle {
	width: 25px;
	font-size: 20px;
	color: #545454;
}
.icon-cancel-circle:hover {
	text-decoration: none;
}


/* qty & price popup*/

.VG-Change-Qty-Price-Form {
	
}
.VG-Change-Qty-Price-Form td {
	vertical-align: middle;
}
.VG-Change-Qty-Price-Form td.label {
	text-align: right;
	padding-right: 10px;
	font-size: 16px;
	color: #111111;
}
.VG-Change-Qty-Price-Form td.label_select {
	font-size:12px;
}
.VG-Change-Qty-Price-Form td.info_label {
	padding-left: 14px;
	font-size: 16px;
	color: #AAAAAA;
}
.VG-Change-Qty-Price-Form input[type="text"],
.VG-Change-Qty-Price-Form select {
	border: 1px solid #AAAAAA;
}
.VG-Change-Qty-Price-Form input[type="text"] {
	padding: 2px 5px;
}
.VG-Change-Qty-Price-Form td.totals_content {
	background-color: #DDDDDD;
	padding:10px;
	text-align:right;
}

.VG-POS-Taxable-Btn {
	height: 36px; 
	width: 114px; 
	background: url(/images/pos/pos_tax_exempt_active.png) no-repeat; 
	font-size: 1px;
	cursor: pointer;
}
.VG-POS-Taxable-Btn-Inactive {
	height: 36px; 
	width: 114px; 
	background: url(/images/pos/pos_tax_exempt.png) no-repeat; 
	font-size: 1px;
	cursor: pointer;
}
.VG-Negative-Input-Value {
	color: #B20000 !important;
}
.VG-POS-Restore-Btn {
	height: 36px; 
	width: 114px; 
	background: url(/images/pos/pos_restore_fields.png) no-repeat; 
	font-size: 1px;
	cursor: pointer;
}
.VG-POS-Undo-Btn {
	height: 36px; 
	width: 114px; 
	background: url(/images/pos/pos_undo_fields.png) no-repeat; 
	font-size: 1px;
	cursor: pointer;
}

.VG-Gratuity-Grid tr th {
	text-align:left;
	padding:5px 5px 5px 5px;
	color:#666666;
	font:400 10px Arial,sans-serif;
}
.VG-Gratuity-Grid tr td {
	padding:5px 5px 5px 5px;
	background:#FFFFFF;
}
.VG-Gratuity-Grid tr:hover td, 
.VG-Gratuity-Grid tr:nth-child(even):hover td {
	background:#F3F5FB;
	color:#000000;
}


.VG-Payment-Grid tr th	{ font-size: 10px; color: #666; background-color: #DDD; border-bottom: 1px solid #FFF; }
.VG-Payment-Grid tr td	{ background-color: #F2F0F1; /*#FFF;*/ border-bottom: 1px solid #FFF;	font-size: 20px; vertical-align: middle; }
.VG-Payment-Grid tr:nth-child(even) td {
	background: #F2F0F1; /*	#F3F5FB;	*/
}
.VG-Payment-Grid tr:hover td, 
.VG-Payment-Grid tr:nth-child(even):hover td {
	background:#DFEAFF ;
	color:#000000;
}
.VG-Payment-Grid .VG-Payment-Type	{ font-size: 14px;  vertical-align: middle; }

.VG-Grid.VG-GiftCardType-Grid tr td	{ padding: 10px 5px;}
.VG-GiftCardType-Grid tr th	{ font-size: 10px; color: #777; border-bottom: 0px solid #FFF; background-color: #DDD; }
.VG-GiftCardType-Grid tr td	{ padding: 10px 5px; background-color: #F2F2F2; font-size: 20px; vertical-align: middle; border-bottom: 1px solid #FFF;  font-family: 'Open Sans'; }
.VG-GiftCardType-Grid tr:nth-child(even) td {
	background: #F2F2F2; /*	#F3F5FB;	*/
}
.VG-GiftCardType-Grid tr:hover td, 
.VG-GiftCardType-Grid tr:nth-child(even):hover td {
	background:#DFEAFF ;
	color:#000000;
}

.VG-GiftCardType-Grid div { font-family: 'Open Sans'; }
.VG-GiftCardType-Grid .VG-GiftCardType-Type	{ font-size: 14px;  vertical-align: middle; }


.VG-GiftCardType-Grid.VG-Grid-White tr th {color: #444; border-bottom: 1px solid #DDD; background-color: #FFF;}
.VG-GiftCardType-Grid.VG-Grid-White tr td { background-color: #FFF; border-bottom: 1px solid #CCC;}
.VG-GiftCardType-Grid.VG-Grid-White tr:nth-child(even) td { background: #FFF; }

/*
	Checkout history sections hint
*/
.VG-Checkout-Tip.qtip {
	max-width: 480px;
}
.VG-Checkout-Tip .qtip-content {
	padding: 0px;
}
.VG-Checkout-Tip.qtip-default {
	border: none;
	background-color:#222;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 2px 2px 5px 2px #C9C9C9;
	color: #999999;
}
.VG-Checkout-Tip .hint_loading {
	width: 240px; 
	height: 100px; 
	background: transparent url('/images/loading_small.gif') no-repeat center center;
}




.crm-appts-contextMenu {
/*	position: absolute; top: 200px; left: 200px; */
	background-color: #FFF; z-index: 10; color: #333333; font: 12px 'Open Sans', sans-serif, Arial;	
	width: 165px;
}

.crm-appts-contextMenu .contextMenu-Header {
	background-color: #333; color: #FFF; padding: 3px 3px 3px 7px;	
	font: 10px 'Open Sans', sans-serif, Arial;	
}

.crm-appts-contextMenu .contextMenu-Row {
	color: #333333;
	padding: 5px; background-color: #eeeeee; border-bottom: 0px solid #FFF;
	font: 13px 'Open Sans', sans-serif, Arial;	
	cursor: pointer;
	border: 1px solid #eeeeee;
}
.crm-appts-contextMenu .contextMenu-Row:hover {
	color: #000;
	background-color: #a2caed;
	border: 1px solid #eeeeee;
}
.crm-appts-contextMenu .contextMenu-Row.main-Row {
	background-color: #ffffff; color: #333;
	border: 1px solid #ffffff;
}
.crm-appts-contextMenu .contextMenu-Row.main-Row:hover {
	background-color: #a2caed; color: #000;
	border: 1px solid #FFF;
}

.crm-appts-contextMenu .contextMenu-Row.footer-Row {
	color: #EEEEEE;
	background-color: #333;
	border: 1px solid #333;
}
.crm-appts-contextMenu .contextMenu-Row.footer-Row:hover {
	color: #ffffff;
	background-color: #000000;
	border: 1px solid #000000;
}


.crm-appts-contextMenu .contextMenu-Row.passive-Row {
	background-color: #f8f8f8; color: #CCC;
}
.crm-appts-contextMenu .contextMenu-Row.passive-Row:hover {
	background-color: #f8f8f8;
}

.crm-appts-contextMenu .contextMenu-Btn {
	display: inline-block;
	background-color: #1d7fc4;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
	padding: 4px 7px;
	color: #fff;
	cursor: pointer;
	margin: auto;
	font: 400 12px 'Open Sans', sans-serif, Arial;
}
.crm-appts-contextMenu .contextMenu-Btn.passive-Btn {
	background-color: #999;
}

.crm-appts-contextMenu-arrow.arrow_box_left {
	position: relative; background: #FFF; border: 1px solid #333; }
.crm-appts-contextMenu-arrow.arrow_box_left:after, .crm-appts-contextMenu-arrow.arrow_box_left:before {
	right: 100%; top: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; }
.crm-appts-contextMenu-arrow.arrow_box_left:after {
	border-color: rgba(255, 255, 255, 0); border-right-color: #FFF; border-width: 5px; margin-top: -5px; }
.crm-appts-contextMenu-arrow.arrow_box_left:before {
	border-color: rgba(51, 51, 51, 0); border-right-color: #333; border-width: 6px; margin-top: -6px; }

.crm-appts-contextMenu-arrow.arrow_box_right {
	position: relative; background: #FFF; border: 0px solid #333; }
.crm-appts-contextMenu-arrow.arrow_box_right:after, .crm-appts-contextMenu-arrow.arrow_box_right:before {
	left: 100%; top: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; }
.crm-appts-contextMenu-arrow.arrow_box_right:after {
	border-color: rgba(255, 255, 255, 0); border-left-color: #FFF; border-width: 5px; margin-top: -5px; }
.crm-appts-contextMenu-arrow.arrow_box_right:before {
	border-color: rgba(51, 51, 51, 0); border-left-color: #333; border-width: 6px; margin-top: -6px; }


.title-tab-hldr {
	float: left;
	margin-top:20px;
}
.title-tab-hldr .tab {
	font-size:10px; 
	line-height:15px; 
	cursor:pointer;
	background:#eee; 
	color:#666; 
	border-radius:3px; 
	float:left;
	margin-left: 13px;
	height:15px;
	padding:0px 7px 0px 7px;
}
.title-tab-hldr .tab.active {
	background:#666; 
	color:#FFF;
}

.goal-box {
	position:relative; 
	margin:0px auto; 
	width:260px;
	padding:0px 0px 0px 0px; 
	margin-top:-70px;
	color: #666;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	line-height:43px; 
	z-index:1000000; 
}
.goal-box.goal-box-ave {
	margin-top:0px;
	border: 1px solid #e5e5e5; 
	background-color: #f7dada;
}

.dash-notice {
	padding:11px; 
	background: #f4eeab;
	color:#525252; 
	margin:0px 0px 5px 15px;
}
	.dash-notice.warning {
		background: #f7dada;
	}
	.dash-notice.alert {
		background: #bc5e5e;
		color:#fff; 
	}
	.dash-notice .dash-notice-head {
		line-height:18px; 
		height:18px;
		padding:0px 0px 7px 0px;
		border-bottom:1px solid rgba(255,255,255,0.7);
	}
		.dash-notice .dash-notice-head-name {
			float:left;
			font-size:16px; 
		}
		.dash-notice .dash-notice-head-action {
			color: #cc0000;
			float:right;
			font-size:12px; 
		}
	.dash-notice .dash-notice-content {
		padding:11px 0px 0px 0px;
		font-size:10px;
	}


		


.pos-popUps-small-tabs {}
.pos-popUps-small-tabs .pos-popUps-small-tabs-menu-container {
  border-top: none;
  background-color: #fff;
  /* height: 50px;
  /* width: 838px; */
  border-bottom: 2px solid #444444;
  width: auto;
  margin-bottom: 0px;
	text-align: center;
}

.pos-popUps-small-tabs .pos-popUps-small-tabs-menu-content {
  padding-top: 10px;
  overflow: hidden;
  display: inline-block;
}

.pos-popUps-small-tabs .pos-popUps-small-tabs-menu-content .pos-popUps-item_menu_btn {
  float: left;
  width: 100px;
  cursor: pointer;
  text-transform: uppercase;
  font: 400 11px 'Open Sans', sans-serif, Arial;;
  background-color: #CCCCCC;
  color: #444;
	margin-right: 2px;
	padding: 5px 0px;
	vertical-align: middle;
	text-align: center;
}

.pos-popUps-small-tabs .pos-popUps-small-tabs-menu-content .pos-popUps-item_menu_btn.pos-popUps-active_menu_btn {
  background-color: #444444;
  color: #fff;
}
.pos-popUps-small-tabs .pos-popUps-small-tabs-menu-content .pos-popUps-item_menu_btn.pos-popUps-disabled_menu_btn {
  cursor: default;
  background-color: #DDD;
  color: #AAA;
}

.pos-popUps-small-tabs .pos-popUps-small-tabs-menu-content .pos-popUps-item_menu_btn-disabled {
  float: left;
  width: 150px;
  cursor: default;
  text-transform: uppercase;
  font: 400 11px 'Open Sans', sans-serif, Arial;;
  background-color: #EEE;
  color: #CCC;
	margin-right: 2px;
	padding: 5px 0px;
	vertical-align: middle;
	text-align: center;
}


.pos-popUps-badge-darkred	{
	display: inline-block;
	padding: 2px 5px;	
	background-color: #9B0000; border-radius: 3px 3px 3px 3px;
  color: #FFFFFF; font: 400 9px Arial, sans-serif; 
  text-decoration: none; text-transform: uppercase;
  vertical-align: middle; text-align: center;
  cursor: pointer;
}



.VG-InfoGrid.VG-PhotosGrid .VG-InfoGrid-Holder .gen-table-title table tr td { background:#EEEEEE; }

/*
	Photos grid 
*/
.VG-InfoGrid.VG-PhotosGrid {}
.VG-InfoGrid.VG-PhotosGrid .VG-InfoGrid-Header {
	background:#EEEEEE;
	padding:9px 4px 2px 4px;
	overflow:auto;
	height:26px;
	position: relative;
}
.VG-InfoGrid.VG-PhotosGrid table tr th {
	background:#EEEEEE;
}
.VG-InfoGrid.VG-PhotosGrid table tr:nth-child(odd) td { background: transparent; }
.VG-InfoGrid.VG-PhotosGrid table tr:hover td { background:#E5F0F9; }
.VG-InfoGrid.VG-PhotosGrid table tr.VG-Active-Row td { background:#DCDCDC !important; color:#000000; }

.VG-InfoGrid.VG-PhotosGrid td.VG-Grid-Ellipsis {
	white-space:nowrap;
	text-overflow: ellipsis;
	overflow:hidden;
}



.crm-blocks-contextMenu {}
.crm-blocks-contextMenu .crm-blocks-contextMenu-trigger {
	position: absolute; top: 0px; right: 0px; 
	color: #333;
	font-size: 14px; cursor: pointer; width: 14px; text-align: center;
}
.crm-blocks-contextMenu.active_menu .crm-blocks-contextMenu-trigger {
	color: #fff; background-color: #333; 
}


.crm-blocks-contextMenu .crm-blocks-contextMenu-itemsContainer {
	display: none; 
	margin-top: 14px; 
	background-color: #FFF; border: 1px solid #333; 
	font-size: 12px; 
}
.crm-blocks-contextMenu.active_menu .crm-blocks-contextMenu-itemsContainer {
	display: block; 
}
.crm-blocks-contextMenu .crm-blocks-contextMenu-itemsContainer .crm-blocks-contextMenu-item {
	padding: 2px 10px 2px 4px;
	cursor: pointer;
}
.crm-blocks-contextMenu .crm-blocks-contextMenu-itemsContainer .crm-blocks-contextMenu-item:hover {
	background-color: #EEE;
}



.crm-blocks-contextMenu-v2 {}
.crm-blocks-contextMenu-v2 .crm-blocks-contextMenu-v2-trigger {
	position: absolute; top: 5px; right: 5px; 
	color: #333;
	font-size: 28px; cursor: pointer; width: 18px; text-align: center;
}
.crm-blocks-contextMenu-v2.active_menu .crm-blocks-contextMenu-v2-trigger {
	color: #fff; background-color: #333; 
}


.crm-blocks-contextMenu-v2 .crm-blocks-contextMenu-v2-itemsContainer {
	display: none; 
    position: relative;
    right: 23px;
    top: 5px; 
	background-color: #FFF; border: 1px solid #333; 
	font-size: 12px; 
	min-width: 100px;
}

.crm-blocks-contextMenu-v2.active_menu .crm-blocks-contextMenu-v2-itemsContainer {
	display: block; 
}
.crm-blocks-contextMenu-v2 .crm-blocks-contextMenu-v2-itemsContainer .crm-blocks-contextMenu-v2-item {
	padding: 2px 10px 2px 4px;
	cursor: pointer;
}
.crm-blocks-contextMenu-v2 .crm-blocks-contextMenu-v2-itemsContainer .crm-blocks-contextMenu-v2-item.altRow {
	background-color: #444; color: #FFF; 
}
.crm-blocks-contextMenu-v2 .crm-blocks-contextMenu-v2-itemsContainer .crm-blocks-contextMenu-v2-item.altRow_gray {
	background-color: #EEE; color: #333; 
}
.crm-blocks-contextMenu-v2 .crm-blocks-contextMenu-v2-itemsContainer .crm-blocks-contextMenu-v2-item:hover {
	background-color: #4299e6; color: #FFF;
}
.crm-blocks-contextMenu-v2 .crm-blocks-contextMenu-v2-itemsContainer .crm-blocks-contextMenu-v2-item.altRow:hover {
	background-color: #000;
}
.crm-blocks-contextMenu-v2 .crm-blocks-contextMenu-v2-itemsContainer .crm-blocks-contextMenu-v2-item.altRow_gray:hover {
	background-color: #4299e6; color: #FFF;
}



table.comments_warnings_table #VG-Member-Info-Comments.active {cursor:pointer;background: transparent; border-top: 4px solid #4f92ce;}
table.comments_warnings_table #VG-Member-Info-Comments.active_ddl {background:#4f92ce;}

table.comments_warnings_table #VG-Member-Info-Warnings.active {cursor:pointer;background: transparent; border-top: 4px solid #db982d;}
table.comments_warnings_table #VG-Member-Info-Warnings.active_ddl {background:#db982d;}

#VG-Member-Info-Warnings .top_fix {
	position: absolute;
	height: 5px;
	background: #db982d;
}





/* Grid Row Menu */
.XL-SubRequest-Grid-Row-Clear {
	clear:both;
	float:none;
}
.XL-SubRequest-Grid-Row-QuickMenu {
	position:relative;
	margin:0px 0px 0px 0px;
	overflow: visible;
}
.XL-SubRequest-Grid-Row-QuickMenu-Holder {
		overflow: visible;
    background-color: #FFF;
    border-radius: 2px 2px 2px 2px;
    border: 1px solid #777;
    cursor: pointer;
    float: right;
    height: 28px;
    position: relative;
    z-index: 120;
}
	.XL-SubRequest-Grid-Row-QuickMenu-SingleHolder {
		color: #333;
		float: left;
		font: 400 11px Arial,sans-serif;
		margin: 0;
		padding: 2px 4px;
		text-align: center;
		line-height: 24px;
		text-transform: uppercase;
	}
	.XL-SubRequest-Grid-Row-QuickMenu-SingleHolder .fa {
		display: none;
	}
	.XL-SubRequest-Grid-Row-QuickMenu-Arrow {
		/*background: url('/images/ddown-button-dgray43_arrow.png') no-repeat;*/
		cursor: pointer;
		float: left;
		height: 20px;
		width: 24px;
		color: #333;
		text-align: center;
		font-size: 14px;
		border-left: 1px solid rgba(51,51,51,0.5);
		margin: 4px 0px;
	}
	.XL-SubRequest-Grid-Row-QuickMenu-Arrow .fa-angle-down {
		line-height: 20px;
	}
.XL-SubRequest-Grid-Row-QuickMenu-MultiHolder {
/*	background: url('/images/ddown-button-dgreen43_3_backg.png') repeat scroll 0 0 transparent;*/
	background-color: #FFF;
	border: 1px solid #222222;
	border-radius: 0;
	font: 400 12px Arial;
	padding: 0px;
	position: absolute;
	right: 0;
	text-align: left;
	top: 28px;
	width: 91px;
	z-index: 130;
}
	.XL-SubRequest-Grid-Row-QuickMenu-MultiHolder .fa {
		padding-right: 8px;
		font-size: 9px;
		vertical-align: middle;
    padding-bottom: 3px;
	}
	.XL-SubRequest-Grid-Row-QuickMenu-MultiHolder .XL-SubRequest-Grid-Row-DropDown-MultiHolder-SingleOption {
		color: #333333;
		cursor: pointer;
		padding: 4px 2px;
		text-transform: none;
		border: 1px solid transparent;
	}
	.XL-SubRequest-Grid-Row-QuickMenu-MultiHolder .XL-SubRequest-Grid-Row-DropDown-MultiHolder-SingleOption.GrayRow {
		background-color: #eff0f1;
	}
	.XL-SubRequest-Grid-Row-QuickMenu-MultiHolder .XL-SubRequest-Grid-Row-DropDown-MultiHolder-SingleOption.GrayRow.XL-SubRequest-Grid-Row-DropDown-MultiHolder-SingleOption-Active {
		background: none repeat scroll 0 0 #a2c9eb;
	}
	.XL-SubRequest-Grid-Row-QuickMenu-MultiHolder .XL-SubRequest-Grid-Row-DropDown-MultiHolder-SingleOption.DarkRow {
		background-color: #333; color: #FFF;
	}
	.XL-SubRequest-Grid-Row-QuickMenu-MultiHolder .XL-SubRequest-Grid-Row-DropDown-MultiHolder-SingleOption.DarkRow.XL-SubRequest-Grid-Row-DropDown-MultiHolder-SingleOption-Active {
		background-color: #000; color: #FFF;
		border: 1px solid transparent;
	}
	.XL-SubRequest-Grid-Row-QuickMenu-MultiHolder .XL-SubRequest-Grid-Row-DropDown-MultiHolder-SingleOption-Active {
		background: none repeat scroll 0 0 #a2c9eb;
		color: #111111;
		cursor: pointer;
		padding: 4px 2px;
		text-transform: none;
		border: 1px solid #FFF;
	}
	.XL-SubRequest-Grid-Row-QuickMenu-MultiHolder .XL-SubRequest-Grid-Row-DropDown-MultiHolder-Sep {
		background: none repeat scroll 0 0 #000000;
		color: #FFFFFF;
		cursor: default;
		height: 1px;
		margin: 0px;
		width: 100%;
	}




.crm_photo_manage_container .crm_photo_manage_btn {
	cursor: pointer;
	display: none;
	font: 400 12px Arial;
	color: #FFF;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 5px 5px 5px 5px;
	padding: 5px 10px;	
}
.crm_photo_manage_container .crm_photo_manage_btn:hover {
	background-color: #000;
}

.crm_photo_manage_container .crm_photo_manage_btn.warning_action {
	background: rgba(178, 0, 0, 0.5);
}
.crm_photo_manage_container .crm_photo_manage_btn.warning_action:hover {
	background-color: #B20000;
}

.crm_photo_manage_container.active_item .crm_photo_manage_btn {
	display: inline-block;
}



.VG-Button-Table .VG-Button-Badge {
	position: absolute;
	top: 5px; right: 5px;
	color: #ffffff;
	background-color: #ba2221;
	display: inline-block;
	font: 400 12px Arial;
	text-align: center;
	border-radius: 10px;
	border: 1px solid #FFF;
	padding: 2px 6px;
}
