/* Standard Elements */
html{
   margin:0;
   padding:0;
   height:100%;
}

body{
	margin:0;
    padding:0;
    height:100%;
	}

p  {
	margin-bottom: 0; 
	margin-top: 0;
}

/* Custom elements */
#container {
   margin-bottom: 0; 
   margin-top: 0;
   width: 100%;
   height:100%;
   background-color: white;
}

#header {
    width: 100%;
	background-color: white;
}

#headerCustom {
	width:940px;
	margin-left: auto;
	margin-right: auto;
}

#headerCustomLeft {
	float: left;
	padding-top: 20px;
	padding-bottom: 10px;
	width: 225px;
	height: 100px;
	margin-right: 25px;
	
}

#headerImage {
	display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 100px;
    width: 215px;
}

#headerCustomRight {
	float: left;
	padding-top: 25px;
	padding-left: 0px;
	padding-bottom: 10px;
	text-align: left;
	width: 669px;
	color: #7B797D;
	font-family: Arial;
}

#navBar {
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding-top:0px;
	padding-bottom:0px;
	font-family: Arial;
} 

#navTextSection {
	width: 100%;
	margin-top: 0px;
	text-align: right;
	font-family: Arial;
	font-size:14px;
	color: gray; 
}

#languageSectionLeft {
	float: left;
	width: 250px;
}

#languageSection {
	float: right;
	margin-top: 3px;
	text-align: left;
	font-family: Arial;
	font-size:10px;
}

#languageLink {
	margin-left: 10px;
	text-decoration: underline;
	/*color: #7B797D;*/
	}

#navUsernameText{
	float:right; 
	margin-right: 0px;
	margin-top: 3px;
	text-align: left;
	font-family: Arial;
	font-size:10px;
	color: black;
	}

.navButtonArea {
	float:right;
	text-align:left;
	font-family: Arial;
	font-size:12px;
	cursor: pointer;	
}

.navSpacer {
	float:right;
	width:10px;
}

.navMultiButtonArea {
    float: right;
    height: 22px;
    text-align: center;
    font-family: Verdana;
    font-size: 12px;
    cursor: pointer;
    color: white;
    background-color: #CACED2;
    /*background-color: #99CA3D;*/
    padding-left: 4px;
    padding-right: 4px;
    margin-right: 0px;
}

.navMultiButtonArea:hover {
    float: right;
    text-align: center;
    font-family: Verdana;
    font-size: 12px;
    cursor: pointer;
    color: black;
    background-color: white;
    border: 1px solid gray;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    padding-left: 4px;
    padding-right: 4px;
    margin-right: 0px;
}

.navMultiButtonArea span {
    text-decoration: underline;
}

.navMultiButtonAreaMenu {
    position: absolute;
    width: 150px;
    top: 22px;
    right: 0px;
    z-index: 10;
    font-family: Verdana;
    font-size: 12px;
    padding: 4px;
    background-color: white;
    border: 1px solid gray;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
}

#navMultiWhiteBorder1 {
    position: absolute;
    width: 68px;
    height: 2px;
    top: 22px;
    right: 1px;
    z-index: 100;
    background-color: white;
}

#navMultiButtonArea1Menu {
    display: none;
}

.navMultiButtonLink {
    width: 100%;
    background-color: white;
    color: black;
    text-decoration: none;
}

.navMultiButtonLink:hover {
    width: 100%;
    background-color: #CACED2;
    color: white;
    text-decoration: none;
}


#myProfileMessageCounterSection{
	position:relative;
	width: 21px;
	height: 21px;
	color: white;
	margin-top: 2px;
	margin-left: 0px;
	cursor: pointer;
	}

#newMessageCounter{
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
	font-family: Verdana;
	font-size: 14px;
	float: right;
	border-radius:50% 50% 50% 50%;
	width: 21px;
	height: 21px;
	text-align: center;
	line-height: 19.5px;	
}


#myProfileMenuSection{
	position: absolute;
	z-index: 1000;
	width: 150px;
	padding:15px;
	font-size:12px;
	color: black;
	text-align: left;
	font-family: Verdana;
	font-size: 12px;
	}

.myProfileMenuSectionItem{
	margin-top: 10px;
	cursor: pointer;
	}
	
	
#optionButtonContainer{
	height: 32px;
	cursor: pointer;
	}

#optionButtonArea{
	
	text-decoration: underline;
	-moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.extraVerticalSpacing{
	padding-top:5px;
	}

#headerSteps {
	width: 940px;
   	margin-left: auto;
   	margin-right: auto;
	margin-top: 0px;
	padding-bottom: 0px; 
}


#stepsLeft {
	float: left;
	padding-top: 0px;
	width: 250px;
	height:140px;
	border-right: 1px solid #e1e1e1;
}

#stepsImagesContainer {
	float: left;
	margin-top: -17px;
	text-align: left;
	width: 684px;
	height: 73px;
	font-size: 24px;
	color: #b5b4b4;
	font-family: Arial;
}

#steps1 {
	float: left;
	text-indent:108px;
	width: 226px;
	height: 73px;
	line-height: 73px;
	background-color: #e5e5e5;
	background-image:url('../images/steps1_3.png');
}

#steps2 {
	float: left;
	text-indent:115px;
	width: 232px;
	height: 73px;
	line-height: 73px;
	background-color: #e5e5e5;
	background-image:url('../images/steps2.png');
}

#steps3 {
	float: left;
	text-indent:108px;
	width: 226px;
	height: 73px;
	line-height: 73px;
	background-color: #e5e5e5;
	background-image:url('../images/steps1_3.png');
	font-family: Arial;
}

#stepsTextContainer {
	float: left;
	margin-top: 10px;
	text-align: left;
	width: 684px;
	font-size: 14px;
	color: black;
	font-family: Arial;
}

.selectedStep{
	float: left;
	width: 226px;
	margin-right: 0px;
	text-align: center;
	font-family: Arial; 
	font-size: 14px;
	/*color: #7B797D;*/
	}

.unselectedStep{
	float: left;
	width: 226px;
	margin-right: 0px;
	text-align: center;
	font-family: Arial; 
	font-size: 14px;
	color: #C3C3C6;
}

#categoryTabsContainer{
	position:relative;
	top:2px;
}

.categoryTab{
	padding:5px;
	text-align: center;
	font-family: Arial; 
	font-size: 16px;
	line-height: 30px;
	margin-right: 3px;
	cursor: pointer;
	-webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; 
}

.selectedCategoryTab{
	font-weight:bold;
}

.unselectedCategoryTab{
	color: black;
	font-weight:normal;
	background-color: #e5e5e5;
}
	
#categories{
	padding-bottom: 20px; 
	}	
	
#loginTitle {
	margin-left: 40px
	font-family: Arial; 
	font-size: 36px; 
	font-weight: bold;
	color: black;
	}

#loginContent{
	height: 100%; 
	width: 100%;
	padding-top: 40px;
	}

.genericDiv {
	text-align: left;
	font-family: Verdana;
}

.genericDiv h1{
	margin-bottom: 0px; 
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 20px;
	color: black;
}

.genericDiv p{
	margin-bottom: 0; 
	margin-top: 0;
}

.submitBox{
	font-family: Verdana;
	font-size:12px;
	font-weight: bold;
	color: black;
	text-align: center;
	background-image:url('../images/appClientButtonLarge.png');
	width: 114px;
	height: 19px;
	padding-top: 3px;
	margin-top: 0px;
	cursor: pointer;
	}

.submitBox:hover{
	background-image:url('../images/appClientButtonLargePressed.png');
}


.navCentenringContainer{
	display: block;
    width: 940px;
    margin-left: auto;
    margin-right: auto;
	}

#pageContent {
   width: 940px;
   margin-left: auto;
   margin-right: auto;
   font-family: Arial;
   min-height: 850px;
   height:100%; 
}

#pageContentLeft {
	float: left;
	padding-top: 20px;
	width: 250px;
	height:100%;
	/*border-right: 1px solid #e1e1e1;*/
}

#pageContentRight {
	float: left;
	padding-top: 20px;
	padding-bottom: 30px;
	text-align: left;
	width: 689px;
	font-size: 14px;
	color: black;
	font-family: Arial;
}

.pageContentHeader{
	padding-left: 40px;
	padding-right: 30px;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 615px;
	color: white;
	font-size: 16px;
	font-weight: bold;
	border: 2px solid #CDCED0;
	border-bottom: 0px solid #CDCED0;
	}

.pageContentHeader2{
	padding-left: 40px;
	padding-right: 30px;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 619px;
	color: white;
	font-size: 16px;
	font-weight: bold;
	border: 0px solid #CDCED0;
	border-bottom: 0px solid #CDCED0;
	}

.pageContentSection{
	border:2px solid #cdced0; 
	border-top:0px solid #f1f1f1;
	padding-top: 20px;
	padding-bottom: 20px;
	}

.pageContentButton{
	width: 148px;
	height: 37px;
	margin-left: -3px;
	background-image:url('../images/pageContentButton.jpg');
	}

.pageContentButtonSmall{
	width: 100px;
	height: 37px;
	margin-left: -3px;
	background-image:url('../images/pageContentButtonSmall.jpg');
	}

.pageContentButtonText{
	text-align: center;
	padding:5px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 16px;
	font-weight: bold;
	background-color: #cdcdcd;
	border: 1px solid #cdcdcd;
	color: black;
	font-family: Arial;
	cursor: pointer;
	}

.pageContentButtonTextSmall{
	text-align: center;
	padding:5px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	font-weight: bold;
	background-color: #cdcdcd;
	border: 1px solid #cdcdcd;
	color: black;
	font-family: Arial;
	cursor: pointer;
	}

.pageContentRightAligned{
	font-weight: bold;
	text-align: right;
	}

.schedulerContent{
   display: block;
   width: 940px; 
   padding-left: 0px;
   padding-right: 0px;
   margin-left: auto; 
   margin-right: auto; 
   background-color: white;
}

#appointmentDetailsContainer{
	width: 295px; 
	margin-top: 20px; 
	padding: 5px; 
	}
		
#staffSelection{
	display: none; 
	width: 100%; 
	}

#staffSelectContainer{
	width: 670px; 
	font-weight: normal;
	padding-bottom: 20px; 
	font-size: 16px;
	font-family: Arial;
	color: #7B797D;
	}

.staffButtonContainer{
	margin-bottom: 13px;	
	}	

.selectStaffButton{
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	cursor: default;
	/*background-color: #7B797D;*/
	color: black;
	text-decoration: none;
	-webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; 
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottompright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; 
	}
	
.unselectedStaffButton{
	padding: 2px;
	cursor: pointer;
	/*background-color: white;*/
	/*color: #7B797D;*/
	color:black;
	text-decoration: underline;
	}

#staffSelectContainerForWeek{
	width: 670px; 
	font-weight: bold;
	margin-top: 20px; 
	font-size: 12px;
	}

#staffSelectInput{
	float: left;
	padding-top: 20px;
	margin-left: 40px;
	width: 200px; 
	}

#staffBioContainer{
	float: right;
	width: 401px; 
	margin-top: 30px;
	padding-right: 5px;
	padding-left: 15px;
	border-left: 1px solid #6D6E71; 
	}

.staffBioContainerPopup{
	position: absolute;
    top: 0px;
    left: 60px;
    z-index: 20000;
	width: 421px; 
	padding: 5px;
	background-color: white;
	border: 1px solid black; 
	}

#staffBioContainerMiddle, .staffBioContainerMiddle{
	float: right;
	width: 418px; 
	/*border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;*/
	padding-top: 10px; 
	padding-bottom: 20px; 
	}

#staffBioContainerHeader{
	width: 420px; 
	height: 22px;
	padding-top: 5px; 
	text-align: center; 
	}

#staffBioContainerFooter{
	width: 421px; 
	height: 17px;
	}

#photoBio{
	max-height: 205px;
	width: 408px; 
	padding: 5px; 
	overflow-y: auto;
	}

#staffPhotoImage, .staffPhotoImage{
	float: left;
	padding: 0;
	margin-right: 5px;
	margin-bottom: 5px;
	}

#staffBioTitle, .staffBioTitle{
	width: 100%;
	margin: 0;
	padding: 0;
	text-indent: 0;
	font-family: Arial;
	font-size: 14px; 
	font-weight: bold; 
	text-align: left; 
	/*color: #6D6E71;*/
	color: black;
	}

#staffBioDescription, .staffBioDescription{
	width: 100%;
	margin: 0;
	padding: 0;
	text-indent: 0;
	font-family: Arial;
	font-size: 12px; 
	font-weight: normal;
	margin-top: 10px; 
	text-align: left; 
	color: #6D6E71;
	}

#timeAvailabilitiesLoading{
	display: none; 
	margin-top: 15px; 
	margin-left: 10px;
	}
	
#noAvailabilitiesForWeek{
	display: none; 
	margin-top: 15px; 
	margin-left: 10px;
	padding-top: 50px;
	padding-bottom: 65px;
	color: black;
	/*border-bottom: 1px solid #6D6E71;*/
	}	

#nextAvailableButton { 
	padding: 5px;
	border: 1px solid #cdcdcd;
	background-color: #e7e7e7;
	color:black; 
	font-weight: bold; 
	text-decoration: none;
	cursor: pointer;
}	
	
.divRow {
	float: left;
	width: 100%;
}

.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
}

#locationHeader{
	float: left; 
	width: 100%; 
	height: 30px;
	background-color: #e9e9e9;
	}

#locationHeader h1{
	margin-top: 8px; 
	margin-left: 5px;
	font-family: Arial; 
	font-size: 14px;
	font-weight: normal;
	color: black;
	}

#serviceHeader{
	float: left; 
	width: 100%; 
	height: 30px;
	background-color: #e9e9e9;
	}

#serviceHeader h1{
	margin-top: 8px; 
	margin-left: 5px;
	font-family: Arial; 
	font-size: 14px;
	font-weight: normal;
	color: black;
	}
	

.detailsHeader{
	width: 100%; 
	height: 30px;
	background-color: #e9e9e9;
	}

.detailsHeaderText{
	margin-top: 8px; 
	margin-left: 5px;
	font-family: Arial; 
	font-size: 14px;
	font-weight: normal;
	color: black;
	}

.stepHeader{
	float: left;
	margin-top: 2px; 
	margin-left: 5px;
	font-family: Verdana; 
	font-size: 12px;
	font-weight: normal;
	color: black;
	}

/* Step 1 - 4*/
#locationList{
	width: 235px;	
}

#serviceCategory{
	width: 150px;
}

#serviceDivHeader {
	margin-top: 5px;
	width:660px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	color: black;
	text-align: left;
	border-bottom: 1px solid #d1d1d1;
	}

#category{
	margin-left: 0px;
	font-family: Arial;	
	font-size: 16px;
	}

.categoryButtonContainer{
	margin-bottom: 5px;	
	}
	
.selectCategoryButton{
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	cursor: default;
	/*background-color: #7B797D;*/
	color: black;
	text-decoration: none;
	-webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; 
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottompright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; 
	}
	
.unselectedCategoryButton{ 
	padding: 2px;
	cursor: pointer;
	/*background-color: white;*/
	/*color: #7B797D;*/
	color: black;
	text-decoration: underline;
	word-wrap: normal;
	}

#services {
	margin-left: 40px;
	width: 655px;
	font-family: Arial;	 
}

#servicesHeader{
	margin-left: 40px;
	width: 630px;
	padding-bottom: 10px;
	}

#servicesFooter{
	margin-left: 40px;
	width: 630px;
	}


#courses {
	margin-left: 40px;
	width: 655px;
	font-family: Arial;	 
}

#coursesHeader{
	margin-left: 40px;
	width: 630px;
	padding-bottom: 10px;
	}
	
#coursesFooter{
	margin-left: 40px;
	width: 630px;
	}

#workshops {
	margin-left: 40px;
	width: 655px;
	font-family: Arial;	 
}

#workshopsHeader{
	margin-left: 40px;
	width: 630px;
	padding-bottom: 10px;
}

#workshopsFooter{
	margin-left: 40px;
	width: 630px;
}

#appointmentTabContainer{
	width: 630px;
	}

#appointmentsHeader{
	width: 630px;
	padding-bottom: 40px;
	text-align:center;
	align:center;
}

#appointmentsFooter{
	padding-top: 20px;
	width: 630px;
}

#selectedCategory{
	float: left;
	font-family: Arial;
	font-size: 22px;
	color: #BCBDC0;
	}

#topPagination{
	padding-top: 10px;
	padding-bottom: 20px;
	width: 100%;
	font-size: 14px;
	font-family: Arial;
	font-weight: normal;
	color: #BCBDC0; 
	text-align:center;
	align:center;
	}

#bottomPagination{
	margin-top: 20px;
	padding-bottom: 30px;
	width: 100%;
	font-size: 14px;
	font-family: Arial;
	font-weight: normal;
	color: #BCBDC0;
	text-align:center;
	align:center;
	}

.paginationButton{
	margin-right: 1px;
	padding: 5px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 14px;
	font-family: Arial;
	font-weight: normal;
	color: black;
	/*background-color: #cdcdcd;
	border: 1px solid #cdcdcd;*/
	cursor: pointer;
	text-decoration: underline;
	}

#servicesMainTable{
	width: 630px;
	font-family: Arial;
	color: black;/*#6D6E71;*/
	}

#servicesMainTable td {
	vertical-align: top;
	padding:10px;
	padding-left:0px;
	padding-right:0px;
}

#workshopsMainTable{
	width: 630px;
	font-family: Arial;
	color: black;/*#6D6E71;*/
	}

#workshopsMainTable td {
	vertical-align: top;
	padding:10px;
	padding-left:0px;
	padding-right:0px;
}

.serviceTable, appointmentTable {
	text-align: left; 	
}

.serviceTable td {
	vertical-align: top;
	padding:2px;
	padding-right: 0px;
}

#leftColumn{
	float: left; 
	width:250px; 
	}

.businessDetails{
	width:195px; 
	margin-top: 15px; 
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	color: black;
	/*color: #7B797D;*/
	background-color: #e5e5e5;
	font-family: Arial;
	/*
	-webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; 
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottompright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; */
	}

.locationSelectorContainer{
	-webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; 
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottompright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; 
	}

#mapCanvasLinkImg{
	-webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; 
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottompright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; 
}	
	
.dayOfWeek{
	float: left;
	width: 50px;
	}

.hours{
	float: left;
	
	}

#map {
	width: 100%; 
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #7B797D;
	}

#rightColumn{
	float: right; 
	margin-top: 20px; 
	width: 670px;
	}

#appointmentDetails {
	float: left;
	width: 500px;
	margin-top: 20px;
	}
	
.appointmentDetailsTable {
	width: 100%;
	font-family: Verdana; 
	font-size: 12px; 
	text-align: left;
	}

#locationDetails {
	float: left;
	width: 700px;
	margin-top: 20px;
	font-family: Verdana; 
	font-size: 12px;
	}

.unavailableTimeSlot{
	font-family: Verdana;
	font-size:10px;
	/*color: none;*/
	text-align: center;
	width: 76px;
	margin-left: auto;
	margin-right: auto;
	height: 17px;
	padding-top: 5px;
	margin-top: 4px;
	margin-left: 7px;
	/*background-color: white;*/
	}

.availableTimeSlot{
	font-family: Verdana;
	font-size:10px;
	color: #6D6E71;
	text-align: center;
	background-image:url('../images/appClientButtonMedium.png');
	width: 76px;
	height: 17px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	margin-top: 4px;
	margin-left: 7px;
	cursor: pointer;
	}

.availableTimeSlot:hover{
	background-image:url('../images/appClientButtonMediumHover.png');
}

.arrows{
	width: 100%;
	margin-top: 10px;
	text-align: center;
	}

.arrowButtonLeft{
	cursor: pointer;
	font-size: 12px;
	text-align: right;
	}

.arrowButtonRight{
	margin-left: 20px;
	cursor: pointer;
	font-size: 12px;
	text-align: left;
	}


.dayAvailabilitiesCenteringContainer{
	margin-left: auto;
	margin-right: auto;
	width: 380px;
	}

#dateWindowTop{
	width: 100%;
	font-family: Arial;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	}

.timeListOption{
	width: 280px;
	margin: 5px;
	height: 24px;
	padding: 5px;
	padding-top: 10px;
	margin-top: 5px;
	background-color: white;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #7B797D;
	}

.timeListOption:hover{
	color: #BCBDC0;
	}

#timeListContainer{
	width: 100%; 
	}

#timeListContainerLeft{
	float: left; 
	width: 320px; 
	margin-left: 10px; 
	border-right: 1px solid #6D6E71;
	}

#timeListContainerRight{
	float: right; 
	width: 300px; 
	margin-right: 15px;
	}

#dateSelectArea{
	padding-bottom: 20px;
	border-bottom: 1px none #6D6E71;
	}

.addToWaitingList{
	display:none;
	text-align:center; 
	text-decoration:underline; 
	cursor:pointer;
}
	
#calendarArea{
	float: left; 
	width: 270px;
	}

#timeSelectArea{
	float: right; 
	width: 365px;
	/*color: #6D6E71;*/
	color: black;
	}
	
#timeAvailabilities{
	
	}	

.timeColumnHeader{
	float: left;
	width: 94px;
	height: 50px;
	padding-top: 5px;
	font-family: Arial;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	text-align: center;
	/*color: #6D6E71;*/
	color: black;
    border-right: 1px solid #6D6E71;
    border-bottom: 1px solid #6D6E71;
    border-top: 1px solid #6D6E71;
	}

.timeColumn{
	float: left;
	width: 94px;
	font-family: Arial;
	font-size: 14px;
	text-align: center;
	color: #6D6E71;
	font-weight: bold;
	border-right: 1px solid #6D6E71;
	padding-bottom: 20px;
	border-bottom: 1px solid #6D6E71;
	}

.dayOfMonth {
	margin-top: 10px;
	width: 100%;
	}
	
#calendar{
	margin-left: 10px;
	font-size: 12px;
	}

#showTimesContainer{
	font-size: 12px;
	}

#appointmentDetailsSection{
	font-family: Verdana;
	font-size: 12px;
	}

#serviceLocation{
	font-size: 12px;
	margin-right: 5px;
	}

#serviceDuration{
	font-size: 12px;
	margin-right: 5px;
	}

#accountContainer{
	width: 971px;
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 20px; 
	padding: 10px;
	padding-bottom: 30px;
	font-family: Arial; 
	font-size: 16px;
	color: #6D6E71;
	}

#payButtonContainer{
	width: 971px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px; 
	padding-top: 40px; 
	text-align: center; 
	color: #7B797D;
	border-top: 1px solid #6D6E71;
	}

#usePackageContainer{
	width: 971px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px; 
	padding-top: 40px; 
	text-align: left; 
	color: #7B797D;
	border-top: 1px solid #6D6E71;
	}

#usePackagePaymentContainer tr{
	
	}

#usePackagePaymentContainer td{
	padding-top: 10px;
	padding-bottom: 10px;
	}

#paymentTerms{
	width: 971px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px; 
	text-align: left; 
	font-size: 12px;
	color: #6D6E71;
	}

#paymentTerms h3 {
	padding: 0;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Arial; 
	font-size: 20px;
	font-weight: normal;
	color: #7B797D;
	}


#paymentInformation{
	width: 971px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px; 
	text-align: left; 
	font-size: 10px;
	color: #6D6E71;
	padding-top: 40px; 
	border-top: 1px solid #6D6E71;
	}

#paypalExpressError{
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px; 
	padding-bottom: 40px; 
	text-align: center; 
	font-size: 14px;
	color: #6D6E71; 
	}

#paypalExpressError h3 {
	padding: 0;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 35px;
	font-family: Arial; 
	font-size: 20px;
	font-weight: normal;
	color: #7B797D;
	}

#paymentExpiredError{
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px; 
	padding-bottom: 40px; 
	text-align: center; 
	font-size: 14px;
	color: #6D6E71; 
	}

#paymentExpiredError h3 {
	padding: 0;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 35px;
	font-family: Arial; 
	font-size: 20px;
	font-weight: normal;
	color: #7B797D;
	}


.tableCellRegularSmall{
	font-size: 12px;
	color: #6D6E71;
	}

#bookButtonContainer{
	width: 971px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px; 
	padding-top: 40px; 
	text-align: center; 
	border-top: 1px solid #6D6E71;
	}

#bookButton{
	font-family: Arial;
	font-size: 24px; 
	font-weight: bold;
	}
	
#cancelButton{
	font-family: Arial;
	font-size: 24px; 
	font-weight: bold;
	}

#contactDetailsMessage{
	margin-top: 20px;
	font-family: Arial; 
	font-size: 14px; 
	text-align: center;
	}

#contactInformation{
	width: 971px;
	margin-left: auto;
	margin-right: auto;
}

#contactInformationFormContainer{
	margin-top: 20px;
	width: 100%;
	}

/* My Appointments */

.myAppointmentsContent{
   width: 970px; 
   height: 100%; 
   padding: 20px; 
   padding-top: 40px; 
   padding-bottom: 80px; 
   margin-left: auto; 
   margin-right: auto; 
   background-color: white;
}

#appointmentViewTitle{
	margin-left: 0px;
	font-family: Arial; 
	font-size: 24px; 
	font-weight: bold;
	color: black;
	}

#breadcrumbContainer{
	margin-left: 0px;
	margin-top: 5px;
	font-family: Arial;
	font-size: 10px;
	}

.appointmentQuestion{
	width: 970px; 
	margin-top: 30px;
	padding-top: 40px;
	padding-bottom: 40px; 
	font-family: Arial; 
	font-size: 16px; 
	font-weight: bold;
	border-bottom: 1px solid #6D6E71;
	border-top: 1px solid #6D6E71;
	text-align: center;
	}

#cancelAppointmentSection{
	
	}

#statusSection {
	float: right;
	width: 250px;
	margin-left: 20px; 
	margin-top: 20px; 
	padding: 10px; 
	border: 1px solid #e7e7e7;
	}

#myAppointmentsHeader{
	width: 100%; 
	height: 100px; 
	margin-top: 30px; 
	text-align: left; 
	font-family: Verdana; 
	font-size: 18px;
	}

#appointmentTableTitle{
	width: 100%; 
	height: 50px;  
	text-align: left; 
	font-family: Verdana; 
	font-size: 24px;
	font-weight: bold;
	}

#nextAppointmentBox{
	font-family: Verdana; 
	font-size: 12px; 
	font-weight: bold;
	}

#nextAppointment{
	font-family: Arial; 
	font-size: 10px; 
	font-weight: normal;
	text-align: center;
	}

.appDetailsMiniBox{
	width: 421px; 
	margin-top: 40px;  
	}

.appDetailsMiniBoxMiddle{
	width: 418px; 
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	text-indent: 10px;
	padding-top: 10px; 
	padding-bottom: 20px; 
	}

.appDetailsMiniBoxHeader{
	width: 420px; 
	height: 22px;
	padding-top: 5px; 
	text-indent: 10px; 
	background-image:url('../images/appDetailsMiniBoxHeader.jpg');
	}

.appDetailsMiniBoxFooter{
	width: 421px; 
	height: 17px;
	background-image:url('../images/appDetailsMiniBoxFooter.jpg');
	}


#appointmentTableHeader {
	width: 100%;
	margin-top: 40px;
	font-family: Verdana; 
	font-size: 12px;
	font-weight: bold;
	}

#appointmentTableContent {
	width: 100%;
	font-family: Arial; 
	font-size: 12px;
	}
	
.changeStatus{
	margin-left: auto; 
	margin-right: auto; 
	text-align: left;
}
	
/*************************/

/* My Profile */

#myProfileHeader{
	float: left; 
	width: 100%; 
	height: 30px;
	background-color: #e9e9e9;
	}

#myProfileHeader h1{
	margin-top: 8px; 
	margin-left: 5px;
	font-family: Arial; 
	font-size: 14px;
	font-weight: normal;
	color: black;
	}

.myProfileInput{
	width: 250px;
	}

.inputTable {
	text-align: left;	
	font-family: Verdana;
	font-size: 13px;
	width: 700px;
}

.inputTable .rightAligned {
	text-align: right;
	font-weight: bold;
	padding-right: 10px;
	}

.inputTable td{
	height: 26px;
}

.alertNoColor {
	margin-left: 5px;
	font-style: normal; 
	font-family: Arial;
	font-size: 12px;
}

.alert {
	width: 100%;
	background-color: red;
	padding: 0;
	margin: 0;
	margin-top: 5px;
}

.alertText {
	width: 90%;
	color: white;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-style: normal; 
	font-family: Verdana;
	font-size: 12px;
}

.pageContentAlert {
	background-color: #D01616;
	color: white;
	padding: 10px;
	text-align: left;
	font-style: normal; 
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	width: 280px;
}


#saveProfile {
	margin-left:auto;
	margin-right:auto; 
	text-align: right;
	font-family: Verdana; 
	font-size: 16px;
	width: 700px;
	height: 45px;
}

.iconspan{
	background-color: buttonFace; 
	font-weight: bold;
	cursor: pointer; 
}

#stateSelect {
	display: inline;
}

#stateTextField {
	display: none;
}

.schedulerButton{
	background-color: navy; 
	padding: 5px;  
	text-align: center;
	text-indent: 0px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	color: white;
	cursor: pointer;
	}

/*************************/


.myAppointmentButtons{
	float: left;
	text-align: center;
	
	}

.myAppointmentDate{
	margin-right: 20px; 
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 20px; 
	color: white;
	background-color: #666666;
	text-align: center;
	-webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; 
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottompright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; 
	}

.receiptOuterContainer {
	width: 605px;
	}
	
.receiptContainer {
	font-family: Arial; 
	width: 605px;
	color: black; /*#7B797D;*/
	border-top: 1px solid #7B797D;
	border-right: 1px solid #7B797D;
	border-left: 1px solid #7B797D;
	border-bottom: 1px solid #7B797D;
	}

.receiptContainer h1 {
	padding: 0;
	margin: 0;
	font-family: Arial; 
	font-size: 20px;
	font-weight: bold;
	color: black; /*#7B797D;*/
	}

.receiptContainer h2 {
	padding: 0;
	margin: 0;
	font-family: Arial; 
	font-size: 16px;
	font-weight: bold;
	color: black; /*#7B797D;*/
	}

.receiptContainer h3 {
	padding: 0;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Arial; 
	font-size: 18px;
	font-weight: normal;
	color: black; /*#7B797D;*/
	}
	
#receiptTitleContainer{
	font-family: Arial;
	font-size: 16px;
	color: black; /*#7B797D;*/
	padding-bottom: 40px;
	border-bottom: 1px solid #6D6E71;
	/*border-top: 1px solid #6D6E71;*/
	}

.receiptHeader{
	width: 645px;
	margin-top: 10px;
	text-align: left; 
	font-family: Arial; 
	color: black; /*#7B797D;*/
	}

/*************************/
.appointmentModificationTitle{
	margin-top: 30px;
	padding-top: 40px;
	padding-bottom: 40px; 
	margin-right: 40px;
	font-family: Arial; 
	font-size: 16px; 
	font-weight: bold;
	border-bottom: 1px solid #6D6E71;
	border-top: 1px solid #6D6E71;
	text-align: center;
	}


/*************************/
#registrationScreen {
	height: 100%; 
	display: block;
   	width: 970px; 
   	padding-top: 40px;
   	padding-left: 10px;
   	padding-right: 10px;
   	margin-left: auto; 
   	margin-right: auto; 
   	background-color: white;
   	font-family: Arial;
	}

#progressScreen {
	height: 100%; 
	display: block;
   	width: 970px; 
   	padding-top: 40px;
   	padding-left: 10px;
   	padding-right: 10px;
   	margin-left: auto; 
   	margin-right: auto; 
   	background-color: white;
   	font-family: Arial;
	}

#registrationTable{
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana;
	}

#registrationTableContainer{
	margin-top: 20px;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial;
	}

#registrationTableHeader{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial;
	}
	
.registrationMessage{
	width: 580px; 
	background-color: white; 
	color: black; 
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Verdana;
	font-size: 14px;
	}
	
#registerTitle{
	font-family: Verdana; 
	font-size: 24px; 
	font-weight: bold;
	color: black;
	}


/*************************/
.cl_formHeader{
	margin-bottom: 40px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 14px;
}

.cl_formHeaderDescription{
	margin-bottom: 15px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
}

.cl_formBody{
	margin-top: 20px;	
}

.cl_formElementContainer{
	margin-bottom: 15px;
	font-family: Verdana;
}

.cl_formElementLabel{
	font-family: Verdana;
	font-size: 12px;
}

.cl_formElementComponentContainer{
	font-family: Verdana;
	font-size: 12px;
}

/*************************/
#faqsScreen {
	height: 100%; 
	display: block;
   	width: 970px; 
   	padding-top: 40px;
   	padding-left: 10px;
   	padding-right: 10px;
   	margin-left: auto; 
   	margin-right: auto; 
   	background-color: white;
   	font-family: Arial;
   	text-align: center;
	}

#faqsQuestions{
	width: 580px;
	padding-left: 0px;
	padding-right: 10px;
	font-family: Verdana;
	font-size: 14px;
	text-align: left;
	}


/******** Form checkbox button *****************/

input[type=checkbox].css-checkbox {
	position:absolute; 
	z-index:-1000;
	left:-1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height:1px; 
	width:1px;
	margin:-1px;
	padding:0;
	border:0;
}

input[type=checkbox].css-checkbox + label.css-label {
	padding-left:28px;
	height:23px; 
	display:inline-block;
	line-height:23px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:23px;
	vertical-align:middle;

}

input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -23px;
}

label.css-label {
	background-image:url('../images/MGGCheckboxImage.png');
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
			
.cl_Table{
	
	border-spacing: 5px
}

/********Form radio button*****************/

input[type=radio].css-radio {
	position:absolute; 
	z-index:-1000; 
	left:-1000px; 
	overflow: hidden; 
	clip: rect(0 0 0 0); 
	height:1px; 
	width:1px; 
	margin:-1px; 
	padding:0; 
	border:0;
}

input[type=radio].css-radio + label.css-label2 {
	padding-left:32px;
	height:27px; 
	display:inline-block;
	line-height:27px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:27px;
	vertical-align:middle;

}

input[type=radio].css-radio:checked + label.css-label2 {
	background-position: 0 -27px;
}

label.css-label2 {
	background-image:url('../images/MGGRadioButtonImage.png');
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/*************************/

#myProfileScreen {
	width: 970px; 
   	padding-top: 40px;
   	padding-left: 10px;
   	padding-right: 10px;
   	margin-left: auto; 
   	margin-right: auto; 
   	background-color: white;
	}

#myProfileTable{
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	}

#myProfileTableContainer{
	margin-top: 20px;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	}

#myProfileTableHeader{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	}
	
#myProfileMessage{
	width: 100%; 
	background-color: white; 
	color: black; 
	padding-bottom: 10px;
	font-family: Verdana; 
	font-size: 14px;
	text-align: center;
	}

/*************************/

#locationPagePrevious{
	margin-right: 5px;
	color: gray;
	background-color: #d1d1d1;
	padding: 3px;
}

#locationPageNext{
	margin-left: 5px;
	color: gray;
	background-color: #d1d1d1;
	padding: 3px;
}

/*************************/

.buttonMedium{
	float: left;
	font-family: Verdana;
	font-size:10px;
	color: black;
	text-align: center;
	background-image:url('../images/appClientButtonMedium.png');
	width: 76px;
	height: 17px;
	padding-top: 5px;
	margin-top: -5px;
	cursor: pointer;
	}

.buttonMedium:active{
	background-image:url('../images/appClientButtonMediumPressed.png');
}

.buttonSelect { 
	padding: 8px;
	padding-left: 15px;
	padding-right: 15px;
	border: 0px solid #cdcdcd;
	background-color: #e7e7e7;
	color:white; 
	font-weight: bold; 
	text-decoration: none;
	cursor:pointer;
	-webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; 
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottompright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; 
}

.buttonSelect:hover  {
	/*color:#CACED2;*/
	font-weight: bold; 
	text-decoration: none;
}

#footer{
	width: 100%;
	margin-top: 200px;
	background-color: #f1f1f1;
	/*background-image:url('../images/footerBackground.jpg');
	background-repeat:repeat-x;	
	color: gray;*/ 
	text-align: center;
	font-family: Arial;
	font-size: 12px;
}

#footerContent{
	width: 940px; 
	padding-top: 20px;
	padding-bottom: 10px;
	margin-left: auto; 
	margin-right: auto; 
	}

/* Calendar */
#calendar_dateWindowToday {
	display: block;
	position: absolute;
	width: 300px;
	z-index:19px;
	height: 15px;
	margin-top:-15px;
	font-family: Verdana;
	font-size: 10px;
	text-align: center;
	font-weight: normal;
	}

#calendar_dateWindowThisMonth {
	display: block;
	position: absolute;
	width: 300px;
	z-index:19px;
	height: 15px;
	margin-top:-15px;
	font-family: Verdana;
	font-size: 10px;
	text-align: center;
	font-weight: normal;
	}

#calendar_dateWindowThisWeek {
	display: block;
	position: absolute;
	width: 300px;
	z-index:19px;
	height: 15px;
	margin-top:-15px;
	font-family: Verdana;
	font-size: 10px;
	text-align: center;
	font-weight: normal;
	}
	
.calendar_monthDayTitle{
	height: 30px;
	font-family: Arial;
	font-size: 12px;	
	text-align: center;
	font-weight: normal;
	background-color: #e5e5e5;
}	
	
.calendar_monthDayLabel{
	float:right;
	padding:2px;
	font-family: Verdana;
	font-size: 14px;	
	}
	
.calendar_event{
	font-family: Verdana;
	font-size:16px; 
	width:100%;
	min-width:100px;
	cursor:pointer;
	margin-top:2px;
	-webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; 
	 border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; 
}	
	
/* Links */
	
a.backLink:link {text-decoration: underline; color:blue; font-size: 10px; font-weight: normal;}
a.backLink:visited {text-decoration: underline; color:blue; font-size: 10px; font-weight: normal;}
a.backLink:active {text-decoration: underline; color:blue; font-size: 10px; font-weight: normal;}
a.backLink:hover {text-decoration: underline; color:blue; font-size: 10px; font-weight: normal;}

a.contentLink:link {text-decoration: underline; color:black; font-size: 10px;}
a.contentLink:visited {text-decoration: underline; color:black; font-size: 10px;}
a.contentLink:active {text-decoration: underline; color:black; font-size: 10px;}
a.contentLink:hover {text-decoration: underline; color:#CACED2; font-size: 10px;}

a.navBarLink:link { color:gray;text-decoration: underline;}
a.navBarLink:visited {color:gray;text-decoration: underline;}
a.navBarLink:active {color:gray;text-decoration: underline;}
a.navBarLink:hover {color:gray;text-decoration: underline;}

a.navBarLinkBlack:link { color:black;text-decoration: underline;}
a.navBarLinkBlack:visited {color:black;text-decoration: underline;}
a.navBarLinkBlack:active {color:black;text-decoration: underline;}
a.navBarLinkBlack:hover {color:black;text-decoration: underline;}

a.navBarLinkWhite:link { color:white;text-decoration: underline;}
a.navBarLinkWhite:visited {color:white;text-decoration: underline;}
a.navBarLinkWhite:active {color:white;text-decoration: underline;}
a.navBarLinkWhite:hover {color:white;text-decoration: underline;}

#optionButtonArea.navBarLink{ color:gray;text-decoration: underline;}
#optionButtonArea.navBarLink:link { color:gray;text-decoration: underline;}
#optionButtonArea.navBarLink:visited {color:gray;text-decoration: underline;}
#optionButtonArea.navBarLink:active {color:gray;text-decoration: underline;}
#optionButtonArea.navBarLink:hover {color:gray;text-decoration: underline;}

.blackLink{color:black;text-decoration: underline;}
.blackLink:link { color:black;text-decoration: underline;}
.blackLink:visited { color:black;text-decoration: underline;}
.blackLink:active { color:black;text-decoration: underline;}
.blackLink:hover {color:#CACED2;text-decoration: underline;}

.whiteLink{color:white;text-decoration: underline;}
.whiteLink:link { color:white;text-decoration: underline;}
.whiteLink:visited { color:white;text-decoration: underline;}
.whiteLink:active { color:white;text-decoration: underline;}
.whiteLink:hover {color:#CACED2;text-decoration: underline;}


.navBarLinkBlack { color:black;text-decoration: underline;}
.navBarLinkBlack:visited {color:black;text-decoration: underline;}
.navBarLinkBlack:active {color:black;text-decoration: underline;}
.navBarLinkBlack:hover {color:black;text-decoration: underline;}

.navBarLinkWhite{ color:white;text-decoration: underline;}
.navBarLinkWhite:visited {color:white;text-decoration: underline;}
.navBarLinkWhite:active {color:white;text-decoration: underline;}
.navBarLinkWhite:hover {color:white;text-decoration: underline;}