﻿#aef_divServiceAppointment {
    width: 850px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

/* Top navigation styles */
#sdi_navContainer {
    display: inline-block; 
    clear: both; 
    width: 100%;
    text-align: center;
}

.sdi_navItemImage {
    position: relative; 
    border-width: 0px; 
    margin: 0 auto; 
    padding: 0; 
    z-index: auto;
}

.sdi_navItemImage_check_on {
    position: absolute; 
    bottom: 10px; 
    right: 10px;  
    display: block; 
    border-width: 0px; 
    margin: 0 auto; 
    padding-top: 10px; 
    z-index: auto;
    display: block;
}

.sdi_navItemImage_check_off {
    position: absolute; 
    bottom: 10px; 
    right: 10px;  
    display: block; 
    border-width: 0px; 
    margin: 0 auto; 
    padding-top: 10px; 
    z-index: auto;
    display: none;
}

.sdi_navItemImage_text {
    clear: both; 
    width: 100%; 
	font-size: x-small;
    text-align: center;
	vertical-align: bottom;
	margin-top: 5px;
}

#aef_navContainer {
    display: block; 
    clear: both; 
    width: 100%;
}

.aef_navItem {
    width: 72px;
    height: 112px;
    display: inline-block;
    float: left;
    overflow: hidden;
    text-align: center;
    margin-right: 5px;
    cursor: pointer;
}

.aef_navItem img 
{
	width: 72px;
	height: 72px;
	border: none;
}
/* End of Top navigation styles */

/* Fieldset styles */
.aef_fieldset img 
{
	/*
    width: 63px;
    height: 49px;
*/
}

.aef_fieldset legend img {
    width: 18px;
    height: 18px;
}

.aef_controlContainer {
    display: inline-block;
    clear: both;
    width: 100%;
}
.aef_controlContainer .aef_controls {
    float: left;
    width: 75% !important;
    vertical-align: top;
    margin: 0px;
    padding: 0px;
}

.aef_controlContainer .aef_controlsHelpText {
    float: left;
    font-size: small;
    width: 20% !important;
    vertical-align: top;
    margin: 0px;
    padding: 0px 0px 0px 20px;
}

.aef_controlContainer .aef_controlsHelpText p {
    margin-top: 0px;
}
/* End of Fieldset styles */

/* Vehicle selector styles */
#rblVehicles input {
    border: none;
}
/* End of Vehicle selector styles */

/* Service Request confirmation styles */
.aef_serviceRequestCategory {
    vertical-align: middle;
    display: block; 
    clear: both; 
    width: 100%;
}

.aef_serviceRequestCategoryImage  
{
	float: left;
	width: auto;
}

.aef_serviceRequestCategoryImage img 
{
    width: 32px;
    height: 25px;
}

.aef_serviceRequestCategorySpan  
{
	float: left;
	margin-left: 10px;
	width: 83%;
}

.aef_serviceRequestCategoryLink 
{
	float: right;
	width: 10%;
	text-align: right;
}

#aef_litServiceRequested p 
{
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

/* End of Service Request confirmation styles */

/* Drop down list styles */
.aef_dropdownContainer 
{
	/*
    display: block;
    float: left;
    margin: 0px 20px 0px 0px;
	*/
    margin: 0px;
    padding: 0px 10px 0px 0px;
    vertical-align: top;
    /*
    width: auto; 
    height: 400px;
    overflow: scroll;
	*/
}

.aef_dropdown {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.aef_dropdown dd, .aef_dropdown dt, .aef_dropdown ul {
    margin: 0px;
    padding: 0px;
}

.aef_dropdown dd {
    position: relative;
}

.aef_dropdown dt a span {
    cursor: pointer;
    display: block;
    padding: 6px 2px 6px 2px;
}

.aef_dropdown span.value {
    display: none;
}

.aef_dropdown dd ul li a {
    padding: 2px;
    display: block;
    white-space: nowrap;
}

.aef_dropdown img.aef_ddlImage {
    border: none;
    vertical-align: middle;
    margin-right: 10px;
}
/* End of Drop down list styles */

/* Appointment Calendar Styles */
.aef_divAppointmentContainer { 
    display: inline-block; 
    clear: both; 
    white-space: normal; 
    width: 100%; 
    /*border-bottom: solid 1px #000000; 
    border-left: solid 1px #000000; 
    border-right: solid 1px #000000;*/ 
}

.aef_divAppointmentContainer .aef_divAppointmentTimeContainer { 
    display: inline-block; 
    clear: both; 
    padding: 4px 10px 4px 10px; 
}

.aef_divAppointmentContainer .aef_divAppointmentTimeContainer .aef_divAvailableTimes { 
    vertical-align: top; 
    /*width: 33% !important;*/ 
    padding-top: 10px; 
    padding-left: 20px;
}

.aef_divAppointmentContainer .aef_divAppointmentTimeContainer .aef_divAvailableTimes .aef_tdAppointmentTimes .aef_divAppointmentTimes:hover { 
    text-decoration: underline; 
}

.aef_divAppointmentTimes:hover { 
    text-decoration: underline; 
}

.aef_divDayContainer_enabled { 
    float: left; 
    width: 40px !important; 
    height: 68px !important; 
    cursor: pointer; 
}

.aef_divDayContainer_enabled .aef_divDayContainerIn { 
    display: inline-block; 
    float: left; 
    width: 36px !important; 
    height: 68px !important; 
}

.aef_divDayContainer_disabled { 
    float: left; 
    width: 40px !important; 
    height: 68px !important; 
    cursor: pointer; 
}

.aef_divDayContainer_disabled .aef_divDayContainerIn { 
    display: inline-block; 
    float: left; 
    width: 36px !important; 
    height: 68px !important; 
}

.aef_tdAppointmentTimes {
    font-size: medium;
}
/* End of Appointment Calendar Styles */

/* Coupon selector styles */
.infiniteCarousel a img {
	opacity: 0.9;
	-moz-opacity: 0.9;
	/* -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; */
	filter: alpha(opacity=90);
	border: none;
}

.infiniteCarousel a:active img, .infiniteCarousel a:focus img, .infiniteCarousel a:hover img {
	opacity: 1.00;
	-moz-opacity: 1.00;
	/* -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; */
	filter: alpha(opacity=100);
	border: none;
}

div.ic_myCarousel {
	margin: 0 auto 0 auto;
	clear: right;
}

.ic_myCarousel .ic_thumbnails {
	font-family: Arial, sans-serif;
}

.ic_link 
{
	position: absolute;
	bottom: 0;
}

/* End of Coupon selector styles */
/* Service Request selector styles */
.aef_checkboxContainer table {
    width: 100% !important;
}

.aef_specialRequestDiv {
    width: 100%; 
    clear: both;
}

/* End of Service Request selector styles */

/* Generic page styles */
.aef_show {
    display: block;
}

.aef_hide {
    display: none;
}

.aef_center 
{
	width: auto;
	margin-left: auto;
	margin-right: auto;
}

.aef_spacer1 {
    clear: both; 
    display: block; 
    font-size: 1px; 
    line-height: 1px;
}

.aef_spacer4 {
    clear: both; 
    display: block; 
    font-size: 4px; 
    line-height: 4px;
}

.aef_spacer10 {
    clear: both; 
    display: block; 
    font-size: 10px; 
    line-height: 10px;
}

.aef_spacer20 {
    clear: both; 
    display: block; 
    font-size: 20px; 
    line-height: 20px;
}

.aef_spacer50 {
    clear: both; 
    display: block; 
    font-size: 50px; 
    line-height: 50px;
}

.aef_padding2 {
    padding: 2px;
}

.aef_padding4 {
    padding: 4px;
}

.aef_padding10 {
    padding: 10px;
}

.aef_padding20 {
    padding: 20px;
}

.aef_border 
{
	border: solid 1px #222222;
}

.aef_bold 
{
	font-weight: bold;
}
/* End of Generic page styles */

/* Add appointment to Calendar button styles */
/* jQuery iCalendar styles v1.1.1 */
.icalendar_popup_text {
	cursor: pointer;
	color: blue;
	text-decoration: underline;
}
.icalendar_popup {
	display: none;
	position: absolute;
	z-index: 100;
}
.icalendar_popup ul {
	float: left;
	width: 220px;
	padding: 2px;
	background-color: #eee;
	border: 1px solid #aaa;
}
.icalendar_popup .icalendar_list li {
	width: 50%;
	margin: 0%;
	padding: 2px 0px;
	background-color: transparent;
	border: none;
}
.icalendar_list {
	display: block;
	list-style-type: none;
	font-size: 80%;
	margin: 0px;
	padding: 0px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {  /* Safari3/Opera9 */
	.icalendar_list {
		font-size: 100%;
	}
}
html:first-child .icalendar_list {  /* Opera */
	font-size: 80%;
}
.icalendar_list li {
	float: left;
	/* width: 12%; */
	margin: 0px 10px 0px 1px;
	/* padding: 6px;
	background-color: #eee; 
	border: 1px outset; */
}
.icalendar_list li a {
	color: #000;
	font-family: Arial, Verdana, Sans-Serif;
}
.icalendar_compact {
	background-color: #eee;
	border: 1px outset;
}
.icalendar_compact li {
	width: 16px;
	height: 16px;
	margin: 0px;
	padding: 2px;
	background-color: transparent;
	border: none;
}
.icalendar_list a {
	width: 100%;
	text-decoration: none;
}
.icalendar_list span {
	display: inline-block;
	width: 16px;
	height: 16px;
}
.icalendar_list img {
	border: none;
}
/* End of Add appointment to Calendar button styles */
