        /**************************
            LAYOUT
        **************************/
        
        .predictiveTravelWrp /*wrapper for the whole content area*/
        {
            background: none repeat scroll 0 0 #EEEEEE;
            border-radius: 5px 5px 5px 5px;
            padding:10px;
            margin-left:10px;
            }
        
        .predictiveTravelSidebarWrp /*wrapper for the sidebar that holds the form fields and minimap*/
        {
            float:left;
            width:369px;
            padding:10px;
            /*position:relative;*/
            z-index:2;
        }
        
        .predictiveTravelSaveboxWrp /*wrapper for 'Save feature' checkboxes*/
        {
            clear: both;
        }
        
        .predictiveTravelGooglemapWrp /*wrapper for the google map*/
        {
            float:left;
            width:420px;
            margin: 20px 5px 0 35px;
            border: 5px solid #666666;
            position:relative;
            z-index:1;
        }
        
         /*************************************
            LEFT MAP AREA
        *************************************/
        
        .mapBorder /*border effect for the google map*/
        {
            border:7px solid rgb(90,90,105);   
        }
        
        /*************************************
            USER INPUT AREA
        *************************************/
        
        .userAddressStyles, /*wrapper for the entire origin area*/
        .userDestinationStyles /*wrapper for the entire destination area*/
        { 
            width:100%;
           /* position:relative; */
        }
        
        .userAddressStyles label, /*The main labels*/
        .userDestinationStyles label
        {
            /*font-size:1.4em;*/
            line-height:2em;
            display:block;
            width:100%;
        }
                    
        .userAddressStyles /*adds some separation between origin and destination area*/
        {
            margin-bottom:30px;      
        }

        .predictiveSuggestionsWrapper_PositioningContainer
        {
            position:relative;
            left:-3px;
        }

        .predictiveSuggestionsWrapper /*wrapper for the dropdown with suggestions*/
        {
            position:absolute; 
            width:357px; 
            left:0px;
            font-weight:400;
           font-size:12px;
           z-index:999;
        }
        
        
        .editWindow .predictiveSuggestionsWrapper
        {
            width:313px;
            left:0px;
            }
            
            .predictiveTextBoxWrapper
            {
                width:425px;
                }
            
            .predictiveTextBoxWrapper input[type=text]
            {
                border:1px solid #c5c5c5;
                }
                
        .predictiveTextResults /*container for google predictions*/
        {
            width:420px;   
        }
        
        .defaultTextLinkDivEven, /*containers that hold preset addresses in the dropdown menu*/
        .defaultTextLinkDivOdd,
        .defaultSelectedEven,
        .defaultSelectedOdd,
        .predictiveTextLinkDivEven, /*containers that hold google predictions*/
        .predictiveTextLinkDivOdd,
        .predictiveTextLinkSelectedEven,
        .predictiveTextLinkSelectedOdd,
        .predictiveSelectedEven,
        .predictiveSelectedOdd
        {
            padding:5px 5px 5px 3px;
        }
        
        .defaultTextLinkDivEven, /*default style for the dropdown address containers*/
        .defaultTextLinkDivOdd,
        .predictiveTextLinkDivEven, /*default style for the dropdown google predictions*/
        .predictiveTextLinkDivOdd,
        .predictiveSelectedEven,
        .predictiveSelectedOdd
        {
            color:rgb(90,90,105); 
            border-radius:2px;
            margin:2px 0px;
        }
                
        .defaultSelectedEven, /*styles for when you hover on the dropdown address containers*/
        .defaultSelectedOdd,
        .predictiveTextLinkSelectedEven,
        .predictiveTextLinkSelectedOdd,
        .predictiveSelectedEven,
        .predictiveSelectedOdd
        {
            background:rgb(90,90,105);
        }
                
        .defaultSelectedEven,
        .defaultSelectedEven a,
        .defaultSelectedEven a:hover,
        .defaultSelectedEven a:active,
        .defaultSelectedEven a:visited,
        .defaultSelectedOdd,
        .defaultSelectedOdd a,
        .defaultSelectedOdd a:hover,
        .defaultSelectedOdd a:active,
        .defaultSelectedOdd a:visited,
        .predictiveTextLinkSelectedEven,
        .predictiveTextLinkSelectedEven a,
        .predictiveTextLinkSelectedEven a:hover,
        .predictiveTextLinkSelectedEven a:active,
        .predictiveTextLinkSelectedEven a:visited,
        .predictiveTextLinkSelectedOdd,
        .predictiveTextLinkSelectedOdd a,
        .predictiveTextLinkSelectedOdd a:hover,
        .predictiveTextLinkSelectedOdd a:active,
        .predictiveTextLinkSelectedOdd a:visited,
        .predictiveSelectedEven,
        .predictiveSelectedOdd
        {
            color:rgb(255,255,255);
            text-decoration:none; 
            border-radius:2px;
            margin:2px 0px;
        }
                
                
        .predictiveTextLinkDivOdd /*The container for an individual google result*/
        {
            background-color:#fff;
            border-radius:2px;
            margin:2px 0px;
        }
        
        .predictiveTextLinkDivEven /*The container for an individual google result*/
        {
            border-radius:2px;
            margin:2px 0px;
        }
        
        .predictiveTextBox /*The text input field*/
        {
           
        }
        
        .predictiveTextLink /*The a element for an individual google result*/
        {
            color:inherit;
            background-color:inherit;
            font-family:Calibri, Arial, Sans-Serif;
            font-weight:600;
        }

        .defaultTextLinkDivOdd /*The container for an individual server result*/
        {
            background-color:#E8E8E8;
        }
        
        .defaultTextLinkDivEven /*The container for an individual server result*/
        {
            background-color:#FFFFFF;
        }

.predictiveTextLinkDivEven.SelectedAddressItem,
.predictiveTextLinkDivOdd.SelectedAddressItem,
.predictiveTextLinkDivEven:hover,
.predictiveTextLinkDivOdd:hover
{
    background:#5A5A69;
    color:#fff;
    cursor:pointer;
}

.predictiveTextLinkDivEven.SelectedAddressItem .highlightedSearchText,
.predictiveTextLinkDivOdd.SelectedAddressItem .highlightedSearchText
{
        color:#45A1F5
}
        
        .defaultTextLink /*The a element for an individual server result*/
        {
            color:inherit;
            background-color:inherit;
            font-family:Calibri, Arial, Sans-Serif;
            display:inline-block;
            width:95%;  
            border-radius:2px;
            margin:2px 0px;
        }
           
        .deleteUserCustomAddressButton /*The x that deletes the address*/
        {
            display:inline-block;
            vertical-align:baseline;
            line-height:27px;
        }
        
        .predictiveTextResults /*The container for the dropdown list of google results*/
        {
            padding:1px 2px 1px 2px;
            display:none;
            overflow:auto;
            position:relative;
            background-color:White;  
            z-index:999;
            margin-left:0px;
            border-radius:0px 0px 5px 5px;
            border:7px solid #E8E8E8;
            border-right-width:19px;
        }
        
        .serverGeneratedTextResults /*container for the dropdown list of server results*/
        {
            padding:1px 2px 1px 2px;
            height: auto !important;
            overflow:auto;
            display:none;
            background-color:White;  
            z-index:999;
            position:relative;
            margin-left:0px;
            border-radius:0px 0px 5px 5px;
            border:7px solid #E8E8E8;
            border-right-width:19px;
        }
        
         .predictiveTextResults, .serverGeneratedTextResults
        {
            width:100%;
            left:0px;
            border:1px solid #c5c5c5;
            border-top:0px;
            padding:5px;
            background:#E8E8E8;
            max-height:158px;
            }
        
       
       .siftReplacements,
       .highlightedSearchText /*The styles for the text that google is matching as you type*/
        {
            color:#45A1F5;
            font-size:1.1em;
        }
        
        .defaultAddressTitle /*The user's name for an individual server item*/
        {
            font-weight:600;
            font-size:1.1em;
        }
        
        .textboxBorder /*border effect for the text input fields*/
        {   
            display: flex;
            flex-direction: row;
            border: 1px solid #C5C5C5;
            border-radius: 5px 5px 5px 5px;
            clear: both;
            padding: 2px;
        }

            .textboxBorder.validAddress /*border effect for the text input fields*/
            {
                border-color:green;
            }


        .predictiveTextBoxWrapper /*The container for the input field and the dropdown list*/
        {
            float:left;
            width:310px;
            position:relative;
        }
        
        .editWindow .predictiveTextBoxWrapper
        {
            width:267px;
            }
            
            .editWindow .textboxBorder
            {
                margin: 0;
                }
            
        .predictiveTextBoxWrapper input[type=text] /*the input field*/
        {
            width:100%;
        }
        
        .clickOnMap /*the container for the pop-up map button*/
        {
            float:left;
            margin-left:20px;
            margin-right:-4px;
        }
        
        .editWindow .clickOnMap
        {
           /* right:-11px; */
            }
                
        .clickOnMap a /*the pop-up map button*/
        {
            background: url("/Images/commutetracker/MapIconSMALL.png") no-repeat scroll center center transparent;
            border-radius: 3px 3px 3px 3px;
            display: block;
            font-size: 0;
            height: 24px;
            line-height: 0;
            white-space: nowrap;
            width: 35px;
            }
            
        .clickOnMap a:hover /*The pop-up map button hover effect*/
        {
            background-size:24px;
        }
        
        .clickableMap /*The google map for setting locations*/
        {
            width:450px;
            height:400px;
        }
        
        .miniMapContainer /*The container for the pop-up google map*/
        {
            background: none repeat scroll 0 0 #FFFFFF;
            border: 2px solid #848484;
            border-radius: 5px 5px 5px 5px;
            box-shadow: 0 0 5px #848484;
            display: none;
            padding: 26px 5px 5px;
            position: absolute;
            left: 0px;
            top: 25px;
            width: 450px;
            z-index: 2;
            /*
			box-shadow:
			0px 0px 1px rgba(0,200,255,.3),
			0px 0px 10px rgba(0,200,255,.3)
			;
			border-color:#0cf;
			border-color:rgba(0,200,255,.3);
            */          
            }
            
            .miniMapContainer .googleCancelButton
            {
                position:absolute;
                top:1px;
                right:10px;
                }

				.miniMapContainer .btn.btn-PTBselectPOI
				{
					    background-color: #1163a2;  
						color: #fff;  
						font-weight: bold;
						padding: 3px 8px;    font-size: 13px;  
					
						margin-bottom: 5px;

				}

        /*************************************
            SAVE ADDRESS AREA
        *************************************/
        
        .predictiveTravelSaveboxWrp span, /*Labels for fields in the SAVE area*/
        .predictiveTravelSaveboxDetailsWrp span
        {
            line-height:26px;
        }
                
        .predictiveTravelSaveboxWrp input, /*address name input field*/
        .predictiveTravelSaveboxDetailsWrp input
        {
            vertical-align:middle;   
        }
                
        .btnSaveAddress /*container for the save address button*/
        {
            margin-top:15px;
            background: none repeat scroll 0 0 #E5E5E5;
            border: 1px solid #999999;
            border-radius: 3px 3px 3px 3px;
            box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6) inset, -1px -1px 0 rgba(0, 0, 0, 0.3) inset, 1px 1px 3px rgba(0, 0, 0, 0.3);
            display:inline-block;
        }
                
        .btnSaveAddress input /*the save address button*/
        {
            border:none;
            cursor:pointer;
            padding:0.3em 0.6em;
        }
                
        .btnSaveAddress input:hover /*the save address button hover effect*/
        {
            background-color:#D5D5D5;   
        }
                
        .btnSaveAddress input:active /*the save address button down effect*/
        {
            box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) inset, 1px 1px 1px rgba(255, 255, 255, 0.6);         
        }
        
        
        .editWindow input[type=text]
        {
            border: 1px solid #C5C5C5;
            border-radius: 3px 3px 3px 3px;
            box-shadow: none;
            text-indent: 1px;  
            padding:3px 0px;          
            }
            
            
            /**********************     ADDRESS CONTROLS CHANGE TO ARROW THING   ************/
            
        .predictiveTextBoxWrapper input[type=text]
        {
            border: 1px solid #C5C5C5;
            border-radius: 3px 3px 3px 3px;
            box-shadow: none;
            text-indent: 1px;  
            padding:3px 15px 3px 3px;  
            background:url("/Images/commutetracker/AddressControlsArrow.png") no-repeat scroll right -19px #FFFFFF;
            }
            
        .predictiveTextBoxWrapper input[type=text]:hover
        {
            background:url("/Images/commutetracker/AddressControlsArrow.png") no-repeat scroll right 2px #FFFFFF;
            cursor:pointer;
            }

            
       /* Pop UP Map Styles */
 .singleTripMapLargePicHolder iframe
{
    border: 1px solid #ddd;
}

.TextBoxHide .predictiveTravelSidebarWrp
{
    display:none !important;
   
}

.TextBoxHide .predictiveTravelGooglemapWrp
{
    margin:0;
    border:none;
}

 
.TextBoxLeft .predictiveTravelSidebarWrp
{
    float:left;
   
}

.TextBoxLeft .predictiveTravelGooglemapWrp
{
    float:left;
}


.TextBoxRight .predictiveTravelSidebarWrp
{
    float:right;
   
}

.TextBoxRight .predictiveTravelGooglemapWrp
{
    float:right;
}




.PTBSearchingIndicator {
color: green;
font-size: 10px;
/* margin-left: -130px; */
position: absolute;
top: 28px;
right: 72px;
}


#SiteMapDiv{
	padding: 20px 30px 40px 30px;
	background:url(/Images/SiteMap/bg_01.png) repeat-x #FFC;
}

#SiteMapDiv ul{
	list-style:none;
	margin-top:10px;
}

#SiteMapDiv .SiteMap_section{
	width:205px;
	padding: 0px 10px;
	float:left;
}


.SiteMap_Image{ 
	border:0px; 
	width:auto; 
	height:auto;
}


#SiteMapDiv .SiteMap_list li.SiteMap_list_image, 
#SiteMapDiv .SiteMap_list li.SiteMap_list_image a{
	 text-align:center;
}
 

#SiteMapDiv .SiteMap_list li{
	padding:0px 5px;  
	margin:1px 0px;  
	display:block;
	position:relative;
}

#SiteMapDiv .SiteMap_list li a.SubItem{
	line-height:18px;
	text-decoration:none;
	font-size:11px;
}

#SiteMapDiv .SiteMap_list li.SiteMap_list_title{
	font-weight:bold;
	font-size:13.5px;
	padding:5px;
	text-decoration:none;
}

#SiteMapDiv .SiteMap_list li .SubItem:hover{
	color:#333;
	text-decoration:underline;	
}


#SiteMapDiv .SiteMap_list li.SiteMap_list_title SiteMapHeader_InActiveLink,
#SiteMapDiv .SiteMap_list li.SiteMap_list_title a.SiteMapHeader_ActiveLink,
#SiteMapDiv .SiteMap_list li.SiteMap_list_title a.SiteMapHeader_InActiveLink,
#SiteMapDiv .SiteMap_list li.SiteMap_list_title:hover,
#SiteMapDiv .SiteMap_list li.SiteMap_list_title a.SiteMapHeader_ActiveLink:hover,
#SiteMapDiv .SiteMap_list li.SiteMap_list_title a.SiteMapHeader_InActiveLink:hover{
        text-decoration:none;
}


#SiteMapDiv .SiteMap_list li.SiteMap_list_title a.SiteMapHeader_InActiveLink,
#SiteMapDiv .SiteMap_list li.SiteMap_list_title a.SiteMapHeader_InActiveLink:hover{
	cursor:default;
	border:none;
}


.FeedBackForm 
{
   	padding: 0px 0px 0px 0px; 
	width:205px;   	
}


#SiteMapDiv .SiteMap_list li a.SiteMapActionButton{
    color:Red;
    padding-left: 0px;
    font-size: 9px;
    font-weight:normal;
}

#SiteMapDiv .SiteMap_list li a.SiteMapActionButton img{
    border:0px;
}

#SiteMapEditorButtons{
    white-space:nowrap;
    padding-left:10px;
}

#SiteMapDiv .SiteMap_list li.SiteMap_list_item a.SubItem
{
    display:block;
}

#SiteMapDiv .SiteMap_list li.SiteMap_list_item
{
    margin-left:5px;
    padding-left: 17px;
    background: url("../Images/SiteMap/footerArrow.png") 0px 5px no-repeat;
}

#SiteMapDiv .SiteMap_list li.SiteMap_list_item:hover
{
    background-position:0px 5px;
}




#SiteMapDiv .SiteMap_list li .SiteMapEditorButtons
{
    height:12px;
    width:47px;
    left: -46px;
    position: absolute;
    top: 6px;
}

#SiteMapDiv .SiteMap_list li.SiteMap_list_item .SiteMapEditorButtons
{
    top:3px;
    left:-51px;
}


#SiteMapDiv .SiteMap_list li .SiteMapEditorButtons a
{
    display:block;
    float:right;
    padding:3px;
}

#SiteMapDiv .SiteMap_list li .SiteMapEditorButtons a img
{
    position:relative;
}

#SiteMapDiv .SiteMap_list li .SiteMapEditorButtons a:hover img
{
    top:-2px;
}

    .footer-tab{
        display:none;
    }

@charset "utf-8";
/* CSS Document */

/************** Styles for Generic Tabs ***************/

/*BASE STYLES*/

div.rideSharkInternalTabsPositionTabsWrapper { /*STYLE THIS TO POSITION THE TABS ON THE PAGE*/

width: 940px;
margin: 0 auto;
clear: both;
padding-top:20px; /* temporary for layout */
margin-bottom: 100px;
	
}

div.rideSharkInternalTabsPositionTabsWrapper div.rideSharkInternalTabsWrapper {

margin: 0 auto;
font-family:Arial, Helvetica, sans-serif;
width: 100%;

	
}


div.rideSharkInternalTabsWrapper div.rideSharkInternalTabsContentArea {

	width: 880px;
	padding:10px;
	margin: 0 auto;
	border-radius: 10px;
	background-color: #B3B3B3;
	/*border: 1px groove #4d4d4d;*/
	clear:both;
	color: #4d4d4d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height:20px;
	display: none;
	position: relative;
}

div.rideSharkInternalTabsWrapper div.rideSharkInternalTabsContentAreaWrapper 
{
   	width: 940px;
   	margin: 0 auto;
   	margin-top:15px;
   	border-radius: 10px;
   	border-top-left-radius: 0;
	background-color: #ccc;
	clear:both;
	position: relative; 
	box-shadow: 4px 3px 3px #878787;
    padding: 20px 0;
    }

div.rideSharkInternalTabsWrapper div.rideSharkInternalTabsActiveTab {
	
	display: block;
	
}

div.rideSharkInternalTabsWrapper div.rideSharkInternalTabsContentArea p {

	padding: 10px;
	float:left;
	
}


div.rideSharkInternalTabsWrapper div.rideSharkInternalTabsPullDownTab {

	position: absolute;
	right:20px;	
	bottom:-40px;
	background-color: #b3b3b3;
	cursor: pointer;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	

}

div.rideSharkInternalTabsWrapper div.rideSharkInternalTabsContentArea div.rideSharkInternalTabsPullDownTab p {

	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	
}


div.rideSharkInternalTabsWrapper ul.rideSharkInternalTabs {

	list-style-type: none;
	font-weight: bold;
	color: #4d4d4d;
	font-size:16px;
	margin: 0;
	padding: 0;
	
}

div.rideSharkInternalTabsWrapper ul.rideSharkInternalTabs li {
	display: inline;
	height: 40px;
	cursor: pointer;
	margin: 0;
	padding: 0;
}



div.rideSharkInternalTabsWrapper ul.rideSharkInternalTabs li span {

	float:left;
	height: 20px;
	
}



div.rideSharkInternalTabsWrapper ul.rideSharkInternalTabs li span.rideSharkInternalTab {

	padding: 10px 15px 10px 15px;
	margin-right: 10px;
	background-color: #b3b3b3;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color:#4d4d4d;
	box-shadow: 4px 3px 3px #ccc;
	
}

div.rideSharkInternalTabsWrapper ul.rideSharkInternalTabs li.rideSharkInternalTabsSelectedTab span.rideSharkInternalTab {

	padding: 10px 15px 10px 15px;
	background-color: #ccc;
	box-shadow: 4px 3px 3px #878787;
	
}

/************** Styles for Incentive Tab Page ***************/

/*BASE STYLES*/



div.incentives div.rideSharkInternalTabsPositionTabsWrapper { /*STYLE THIS TO POSITION THE TABS ON THE PAGE*/

width: 940px;
margin: 0 auto;
clear: both;
padding-top:20px; /* temporary for layout */
margin-bottom: 100px;

	
}

div.incentives div.rideSharkInternalTabsPositionTabsWrapper div.rideSharkInternalTabsWrapper {

margin: 0 auto;
font-family:Arial, Helvetica, sans-serif;
width: 100%;

	
}


div.incentives div.rideSharkInternalTabsWrapper div.rideSharkInternalTabsContentArea {

	width: 900px;
	margin: 0 auto;
	border-radius: 10px;
	background-color: #efefef;
	/*border: 1px groove #4d4d4d;*/
	clear:both;
	color: #4d4d4d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height:20px;
	display: none;
	position: relative;
	top:20px;
	
}

div.incentives div.rideSharkInternalTabsWrapper div.rideSharkInternalTabsContentAreaWrapper 
{
   	width: 940px;
   	margin: 0 auto;
   	margin-top:15px;
   	border-radius: 10px;
   	border-top-left-radius: 0;
	background-color: #ccc;
	clear:both;
	position: relative; 
	box-shadow: 4px 3px 3px #878787;
}

div.incentives div.rideSharkInternalTabsWrapper div.rideSharkInternalTabsActiveTab {
	
	display: block;
	
}

div.incentives div.rideSharkInternalTabsWrapper div.rideSharkInternalTabsContentArea p {

	padding: 10px;
	float:left;
	
}

div.incentives div.rideSharkInternalTabsWrapper div.rideSharkInternalTabsContentArea h3 
{
    padding: 10px;
    float: left;
    width:500px;
}


div.incentives div.rideSharkInternalTabsWrapper div.rideSharkInternalTabsContentArea h4  
{
    float: left;
    padding:15px;
    width:400px;
}



div.incentives div.rideSharkInternalTabsWrapper div.rideSharkInternalTabsPullDownTab {

	position: absolute;
	right:20px;	
	bottom:-40px;
	background-color: #b3b3b3;
	cursor: pointer;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	

}

div.incentives div.rideSharkInternalTabsWrapper div.rideSharkInternalTabsContentArea div.rideSharkInternalTabsPullDownTab p {

	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	
}


div.incentives div.rideSharkInternalTabsWrapper ul.rideSharkInternalTabs {

	list-style-type: none;
	font-weight: bold;
	color: #4d4d4d;
	font-size:12px;
	margin: 0;
	padding: 0;
	
}

div.incentives div.rideSharkInternalTabsWrapper ul.rideSharkInternalTabs li {
	display: inline;
	height: 40px;
	cursor: pointer;
	margin: 0;
	padding: 0;
}



div.incentives div.rideSharkInternalTabsWrapper ul.rideSharkInternalTabs li span {

	float:left;
	height: 20px;
	
}



div.incentives div.rideSharkInternalTabsWrapper ul.rideSharkInternalTabs li span.rideSharkInternalTab {

	padding: 10px 15px 10px 15px;
	margin-right: 10px;
	background-color: #b3b3b3;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color:#4d4d4d;
	box-shadow: 4px 3px 3px #ccc;
	
}

div.incentives div.rideSharkInternalTabsWrapper ul.rideSharkInternalTabs li.rideSharkInternalTabsSelectedTab span.rideSharkInternalTab {

	padding: 10px 15px 10px 15px;
	background-color: #ccc;
	box-shadow: 4px 3px 3px #878787;
	
}


/* page heading */


div.pageTitle 
{
    margin-left: 15px;
    width: 940px;
    height: 40px;
}

div.pageTitle h1 
{
    float: left;
    margin-right:10px;
    font-size: 22px;
}

div.pageTitle h6 
{
    float: left;
    font-size: 16px;
    margin-top: 22px;
    margin-bottom:14px;

}

div.pageTitle h6.contestIncentivePage 
{
    float: left;
    font-size: 16px;
    margin-top:4px;
    margin-bottom: 14px;

}



.cssArrow
{
    width:0;height:0;
    display:block;
    position:absolute;
    border: 12px solid transparent;    
}
.cssArrow::after
{
    width:0;height:0;
    content:"";
    display:block;
    position:absolute;
    border: 14px solid transparent;
    top: -12px; 
    left: -14px;
    z-index: -1;
}

.cssArrow.cssArrow-down
{
    border-top-color:#fff;
}

.cssArrow.cssArrow-down::after
{
    border-top-color: #666;
}
.dataMap
{
    display:block;
    width:400px;
    height:300px;

    max-width: 100%;
    max-height: 100%;
}


.dataMapPopup.dataMapPopup-poi
{
    width: 200px;
    position: absolute;
    background-color: #fff;
    padding: 10px;
    right: -94px;
    bottom: -37px;
    z-index: -1;
    border: 1px solid #666;
    padding-bottom: 43px;
}

.sprite.sprite-poi.sm .dataMapPopup.dataMapPopup-poi
{
    padding-bottom: 5px;
    bottom: 0px;
    right: -102px;
}

.dataMapPopup.dataMapPopup-poi .module.cssArrow
{
    left: 95px;
    bottom: -24px;
}

[data-poiExpandedContent]
{
    -webkit-user-select: text;  /* Chrome all / Safari all */
    -moz-user-select: text;     /* Firefox all */
    -ms-user-select: text;      /* IE 10+ */

  /* No support for these yet, use at own risk */
    -o-user-select: text;
    user-select: text;
}

.dataMapPopup ._description
{
    max-height: 100px;

    overflow-y: auto;
    margin-bottom: 15px;
}

.dataMapPopup ._expandedTitle
{
    width: 90%;

}

.dataMapPopup ._expandedAddress
{

}

.dataMapPopup ._closeButton
{
    position:absolute;
    top:1em;
    right:1em;
    font-weight: bold;
}

 .sprite
{
background-image: url("/Images/Sprites/icons.png");
display:block;
width: 16px;
height: 16px;
background-position: 0px -144px;
margin: auto auto;
}


    .sprite.checkbox.unchecked
    {
        background-color:#fff;
        background-image:none;
    }
    .sprite.checkbox.checked
    {
        background-image:url("/Images/ProfileImages/checkboxCheckedSM.png");
        background-repeat: no-repeat; 
        background-position: 4px 4px;
    }

span.sprite
{
display: inline-block;
}
.sprite.male, 
.sprite.female, 
.sprite.smoking, 
.sprite.nonSmoking, 
.sprite.driver, 
.sprite.passenger, 
.sprite.takenSeats, 
.sprite.distance, 
.sprite.waitingList,
.sprite.mentor,
.sprite.notMentor
{
width:24px;
height:24px;
}

.sprite.arrow.right
{
    background-position:-96px -96px;
}
.sprite.arrow.left
{
    background-position:-192px -96px;
}
.sprite.arrow.down
{
    background-position:-144px -96px;
}
.sprite.arrow.up
{
    background-position:-240px -96px;
}

.sprite.arrow.right.active
{
    background-position:-96px -48px;
}
.sprite.arrow.left.active
{
    background-position:-192px -48px;
}
.sprite.arrow.down.active
{
    background-position:-144px -48px;
}
.sprite.arrow.up.active
{
    background-position:-240px -48px;
}


.sprite.male/*, div:hover > .sprite.male.active*/
{
    background-position:-192px -288px;
}
.sprite.female/*, div:hover > .sprite.female.active*/
{
    background-position:-240px -288px;
}
.sprite.smoking/*, div:hover > .sprite.smoking.active*/
{
    background-position:-384px -288px;
}
.sprite.nonSmoking/*, div:hover > .sprite.nonSmoking.active*/
{
    background-position:-432px -288px;
}
.sprite.driver/*, div:hover > .sprite.driver.active*/
{
    background-position:-336px -288px;
}
.sprite.passenger, .sprite.takenSeats/*, div:hover > .sprite.passenger.active*/
{
    background-position:-288px -288px;
}
.sprite.waitingList
{
    background-position:-672px -288px;
}

.sprite.mentor
{
    background-position:-768px -288px;
}

.sprite.notMentor
{
    background-position:-816px -288px;
}


/*div:hover > .sprite.male,*/ .sprite.male.active
{
    background-position:-192px -240px;
}
/*div:hover > .sprite.female,*/ .sprite.female.active
{
    background-position:-240px -240px;
}
/*div:hover > .sprite.smoking,*/ .sprite.smoking.active
{
    background-position:-384px -240px;
}
/*div:hover > .sprite.nonSmoking,*/ .sprite.nonSmoking.active
{
    background-position:-432px -240px;
}
/*div:hover > .sprite.driver,*/ .sprite.driver.active
{
    background-position:-336px -240px;
}
/*div:hover > .sprite.passenger,*/ .sprite.passenger.active, .sprite.takenSeats.active
{
    background-position:-288px -240px;
}
.sprite.waitingList.active
{
    background-position:-672px -240px;
}

.sprite.mentor.active
{
    background-position:-768px -240px;
}

.sprite.notMentor.active
{
    background-position:-816px -240px;
}

.sprite.male.sm, 
.sprite.female.sm, 
.sprite.smoking.sm, 
.sprite.nonSmoking.sm, 
.sprite.driver.sm, 
.sprite.passenger.sm, 
.sprite.takenSeats.sm,
.sprite.facebook.sm, 
.sprite.briefcase.sm, 
.sprite.waitingList.sm, 
.sprite.availableSeats.sm, 
.sprite.vanpoolSize.sm, 
.sprite.bikeSkill1.sm,
.sprite.bikeSkill2.sm,
.sprite.bikeSkill3.sm,
.sprite.bikeSkill4.sm,
.sprite.bikeSkill5.sm,
.sprite.notMentor.sm,
.sprite.mentor.sm,
.sprite.alongRoute.sm
{
    width:18px;
    height:18px;
}

.sprite.greyCheck
{
    background-position:-1632px -432px;
    width:15px;
    height:15px;
}

.sprite.greyCheck.active
{
    background-position:-1584px -432px;
}

.sprite.male.sm
{
    background-position:-192px -432px;
}
.sprite.female.sm
{
    background-position:-240px -432px;
}

.sprite.smoking.sm
{
    background-position:-384px -432px;
}

.sprite.nonSmoking.sm
{
    background-position:-432px -432px;
    
}
.sprite.driver.sm
{
    background-position:-336px -432px;
}

.sprite.passenger.sm, .sprite.takenSeats.sm
{
    background-position:-288px -432px;
}

.sprite.facebook.sm
{
    background-position:-528px -432px;
}
.sprite.briefcase.sm
{
    background-position:-480px -432px;
}
.sprite.waitingList.sm  
{
    background-position:-672px -480px;
}
.sprite.availableSeats.sm  
{
    background-position:-720px -480px;
}
.sprite.vanpoolSize.sm  
{
    background-position:-624px -480px;
}

.sprite.bikeSkill1.sm{
    background-position:-528px -528px;
}
.sprite.bikeSkill2.sm{
    background-position:-576px -528px;
}
.sprite.bikeSkill3.sm{
    background-position:-624px -528px;
}
.sprite.bikeSkill4.sm{
    background-position:-672px -528px;
}
.sprite.bikeSkill5.sm{
    background-position:-720px -528px;
}
.sprite.mentor.sm{
    background-position:-768px -528px;
}
.sprite.notMentor.sm{
    background-position:-816px -528px;
}
.sprite.alongRoute.sm
{
    background-position:-1728px -432px;
}
.sprite.alongRoute.blue.sm
{
    background-position:-1680px -432px;
}

div:hover > .sprite.male.sm
{
    background-position:-192px -432px;
}
div:hover > .sprite.female.sm
{
    background-position:-240px -432px;
}

div:hover > .sprite.smoking.sm
{
    background-position:-384px -432px;
}

div:hover > .sprite.nonSmoking.sm
{
    background-position:-432px -432px;
    
}
div:hover > .sprite.driver.sm
{
    background-position:-336px -432px;
}

div:hover > .sprite.passenger.sm, div:hover > .sprite.takenSeats.sm
{
    background-position:-288px -432px;
}

div:hover > .sprite.facebook.sm
{
    background-position:-528px -432px;
}
div:hover > .sprite.briefcase.sm
{
    background-position:-480px -432px;
}

div:hover > sprite.bikeSkill1.sm{
    background-position:-528px -528px;
}
div:hover > sprite.bikeSkill2.sm{
    background-position:-576px -528px;
}
div:hover > sprite.bikeSkill3.sm{
    background-position:-624px -528px;
}
div:hover > sprite.bikeSkill4.sm{
    background-position:-672px -528px;
}
div:hover > sprite.bikeSkill5.sm{
    background-position:-720px -528px;
}
div:hover > sprite.mentor.sm{
    background-position:-768px -528px;
}

.sprite.lg.briefcase
{
    width: 20px;
    height: 20px;
    background-position:-48px -432px;
}


.sprite.sm.FacebookHeader
{
    width: 13px;
height: 13px;
background-position:-96px -432px;
}

.sprite.findMatches.userDropdown
{
    width:17px;
    height:17px;
    background-position:-864px -432px;
}
.sprite.findMatches.email
{
    width:25px;
    height:18px;
    background-position:-912px -432px;
}
.sprite.findMatches.daysIndicator
{
    width:11px;
    height:10px;
    background-position:-720px -432px;
}
.not-match .sprite.findMatches.daysIndicator {
background-position: -960px -432px;
}

.sprite.email
{
    background-position:-528px -144px;
}

.sprite.calendar
{
    background-position:-384px -144px;
}

.sprite.email.active
{
    background-position:-528px -192px;
}

.sprite.calendar.active
{
    background-position:-384px -192px;
}

.sprite.corporate
{
    background-position:-288px -240px;
}

.sprite.facebook
{
    background-position:-336px -240px;
}
.sprite.corporate.active
{
    background-position:-288px -288px;
}

.sprite.facebook.active
{
    background-position:-336px -288px;
}


.sprite.allUsers
{
    background-position: -1248px -432px;
    width:20px;
    height:12px;
}
.icon-details .sprite.allUsers
{
    margin-top: 3px;
}
.sprite.routeDistance
{
    background-position: -1296px -432px;
    width:17px;
    height:22px;
}
.icon-details .sprite.routeDistance
{
    margin-top: -2px;
}
.icon-details .sprite.originRadius, .icon-details .sprite.destinationRadius
{
    margin-top: -2px;
    margin-left: 4px;
}
.sprite.support-calendar
{
    background-position: -1344px -432px;
    width:19px;
    height:19px;
}
.sprite.originRadius
{
    background-position: -1392px -432px;
    width: 21px;
    height: 21px;
}
.sprite.destinationRadius
{
    background-position: -1440px -432px;
    width: 21px;
    height: 21px;
}

.sprite.alertIcon
{
    background-position: -1536px -432px;
    width:30px;
    height:30px;
}
.sprite.checkIcon
{
    background-position: -1488px -432px;
    width:30px;
    height:30px;
}
.sprite.searchIcon
{
    background-position: -1486px -384px;
    width:30px;
    height:30px;
}

.messageExpandContract .sprite.seeMoreArrow, .sprite.seeMoreArrow
{
    background-position: -768px -432px;
    width:8px;
    height:8px;
}
.messageExpandContract.less .sprite.seeMoreArrow, .sprite.seeMoreArrow.less
{
    background-position: -816px -432px;
}

.user-days.day.match
{
    background-image: url("/Images/Sprites/icons.png");
    background-position: -576px -432px;
}
.user-days.day.match.morning
{
    background-position: -624px -432px;
}
.user-days.day.match.evening
{
    background-position: -672px -432px;
}

.rsPin
{
background-image: url("/Images/Sprites/icons.png");
display:block;
width:48px;
height:48px;
position:absolute;
background-position: -1056px -432px;
overflow: hidden;
background-repeat:no-repeat;
cursor:pointer;
}
.rsPinNum
{
position: absolute;
top: 11px;
left: 13px;
font-family: Arial !important;
color: white;
font-size: 16px;
text-align: center;
width: 23px;
font-weight: bold !important;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.rsPin.origin
{
}
.rsPin.destination
{
}

.rsPin.originLg{
background-position: -1104px -432px;
width: 31px;
height: 44px;
}
.rsPin.destinationLg{
background-position: -1152px -432px;
width: 31px;
height: 44px;
}
.rsPin.vanpoolLg, .rsPin.genericLg{
background-position: -96px -480px;
width: 31px;
height: 44px;
}
.rsPin.originSm{
background-position: -1008px -432px;
width: 22px;
height: 32px;
}
.rsPin.destinationSm{
background-position: -1056px -432px;
width: 22px;
height: 32px;
}
.rsPin.vanpoolSm,.rsPin.genericSm{
background-position: -48px -480px;
width: 22px;
height: 32px;
}

.rsPin.vanpoolMidpointSm{
background-position: -144px -480px;
width: 22px;
height: 32px;
}

.rsPin.vanpoolMidpointLg{
background-position: -192px -480px;
width: 31px;
height: 44px;
}


.rsPin.destinationDot{
width: 8px;
height: 8px;
background-image:none;
border: 1px solid #fff;
background-color:#b22024;
}
.rsPin.originDot{
width: 8px;
height: 8px;
border: 1px solid #fff;
background-image:none;
background-color:#1e64a6;
}
.rsPin.vanpoolDot, .rsPin.genericDot{
width: 8px;
height: 8px;
border: 1px solid #fff;
background-image:none;
background-color:#37943b;
}
.rsPin.greyDot{
width: 8px;
height: 8px;
border: 1px solid #fff;
background-image:none;
background-color:#666;
cursor:default;
}

.rsPin.midPoint{
width: 8px;
height: 8px;
border: 1px solid #000;
background-image:none;
background-color:#f1ec02;
cursor:default;
}


.rsPin.originSm .rsPinNum, .rsPin.originLg .rsPinNum
{
    color:#1e64a6;
}
.rsPin.destinationSm .rsPinNum, .rsPin.destinationLg .rsPinNum
{
    color:#b22024;
}
.rsPin.vanpoolSm .rsPinNum, .rsPin.vanpoolLg .rsPinNum,
.rsPin.genericSm .rsPinNum, .rsPin.genericLg .rsPinNum
{
    color: #753996;
}

.rsPin.vanpoolMidpointSm .rsPinNum, .rsPin.vanpoolMidpointLg .rsPinNum
{
    color:#777777
}

.rsPin.originSm .rsPinNum, .rsPin.destinationSm .rsPinNum, .rsPin.vanpoolSm .rsPinNum, .rsPin.genericSm .rsPinNum, .rsPin.vanpoolMidpointSm .rsPinNum
{
font-size: 11px;
top: 6px;
left: 0px;
font-weight: normal;
}
.rsPin.originLg .rsPinNum, .rsPin.destinationLg .rsPinNum, .rsPin.vanpoolLg .rsPinNum, .rsPin.genericLg .rsPinNum, .rsPin.vanpoolMidpointLg .rsPinNum
{
top: 8px;
left: 4px;
font-size: 16px;
font-weight: normal;
}



.rsPin.pinTransparent{
width: 0px;
height:0px;
}

.rsPin.CustomOrigin
{
    background-position: -1104px -432px;
width: 31px;
height: 44px;

}

.rsPin.CustomDestination
{
    background-position: -1152px -432px;
width: 31px;
height: 44px;

}



.sprite.sprite-checkbox {
    width: 16px;
    height: 16px;
    border: 1px solid #000;
}

    .sprite.sprite-checkbox.is-checked {
        background-image: url("/Images/ProfileImages/checkboxCheckedSM.png");
        background-repeat: no-repeat;
        background-position: 4px 4px;
    }





.sprite.sprite-poi {
    width:40px; height: 50px;
    cursor:pointer;
}

.sprite.sprite-poi.sm {
    width:24px; 
    height: 24px;
    position: relative;
    top: 10px;
}

.sprite.sprite-poi.ParkandRide, .sprite.sprite-poi.ParkandRideLot
{
  background-position:0px -624px;
}
.sprite.sprite-poi.CarpoolParking, .sprite.sprite-poi.PublicCarpoolParkingLot
{
  background-position:-60px -624px;
}
.sprite.sprite-poi.CityParkingLot
{
  background-position:-120px -624px;
}
.sprite.sprite-poi.PrivateParkingLot
{
  background-position:-180px -624px;
}
.sprite.sprite-poi.PrivateCarpoolParkingLot
{
  background-position:-240px -624px;
}
.sprite.sprite-poi.TransitStation
{
  background-position:-300px -624px;
}
.sprite.sprite-poi.BusStation
{
  background-position:-360px -624px;
}
.sprite.sprite-poi.TrainStation
{
  background-position:-420px -624px;
}
.sprite.sprite-poi.FerryPort
{
  background-position:-480px -624px;
}
.sprite.sprite-poi.Airport
{
  background-position:-540px -624px;
}
.sprite.sprite-poi.RedLightCamera
{
  background-position:-600px -624px;
}
.sprite.sprite-poi.TrafficCamera
{
  background-position:-660px -624px;
}
.sprite.sprite-poi.Construction
{
  background-position:-720px -624px;
}
.sprite.sprite-poi.Park
{
  background-position:-780px -624px;
}
.sprite.sprite-poi.Port
{
  background-position:-840px -624px;
}
.sprite.sprite-poi.ElementarySchool, .sprite.sprite-poi.SchoolpoolDestination
{
  background-position:-900px -624px;
}
.sprite.sprite-poi.MiddleSchool
{
  background-position:0px -684px;
}
.sprite.sprite-poi.HighSchool
{
  background-position:-60px -684px;
}
.sprite.sprite-poi.CollegeUniversity
{
  background-position:-120px -684px;
}
.sprite.sprite-poi.Hospital
{
  background-position:-180px -684px;
}
.sprite.sprite-poi.MedicalClinic
{
  background-position:-240px -684px;
}
.sprite.sprite-poi.BikeLockers
{
  background-position:-300px -684px;
}
.sprite.sprite-poi.BikeRental
{
  background-position:-360px -684px;
}
.sprite.sprite-poi.WorkPlace, .sprite.sprite-poi.Worksite
{
  background-position:-420px -684px;
}

/* Choose an icon feature */
.sprite.sprite-poi.OfficeBuilding
{
  background-position:-480px -684px;
}

.sprite.sprite-poi.GasStation
{
  background-position:-540px -684px;
}

.sprite.sprite-poi.Stadium
{
  background-position:-600px -684px;
}

.sprite.sprite-poi.Theatre
{
  background-position:-660px -684px;
}

.sprite.sprite-poi.HomeBuilding
{
  background-position:-720px -684px;
}

.sprite.sprite-poi.Restaurant
{
  background-position:-780px -684px;
}

.sprite.sprite-poi.FireStation
{
  background-position:-840px -684px;
}

.sprite.sprite-poi.PoliceStation
{
  background-position:-900px -684px;
}

/**/

.sprite.sprite-poi.ShoppingMall, .sprite.sprite-poi.Sponsor
{
  background-position:0px -744px;
}



.sprite.sprite-poi.Accessibility
{
  background-position:-60px -744px;
}

.sprite.sprite-poi.GreenMarker
{
  background-position:-120px -744px;
}

.sprite.sprite-poi.RedMarker, .sprite.sprite-poi.Landmark
{
  background-position:-180px -744px;
}

.sprite.sprite-poi.OrangeMarker
{
  background-position:-240px -744px;
}

.sprite.sprite-poi.BlueMarker
{
  background-position:-300px -744px;
}

.sprite.sprite-poi.PurpleMarker
{
  background-position:-360px -744px;
}

.sprite.sprite-poi.DarkMarker
{
  background-position:-420px -744px;
}
.sprite.sprite-poi.EVChargingStation
{
  background-position:-480px -744px;
}
.sprite.sprite-poi.BlankMarker
{
  background-position:-540px -744px;
}



.sprite.sprite-poi.sm.ParkandRide, .sprite.sprite-poi.sm.ParkandRideLot
{
  background-position:0px -816px;
}
.sprite.sprite-poi.sm.CarpoolParking, .sprite.sprite-poi.sm.PublicCarpoolParkingLot
{
  background-position:-60px -816px;
}
.sprite.sprite-poi.sm.CityParkingLot
{
  background-position:-120px -816px;
}
.sprite.sprite-poi.sm.PrivateParkingLot
{
  background-position:-180px -816px;
}
.sprite.sprite-poi.sm.PrivateCarpoolParkingLot
{
  background-position:-240px -816px;
}
.sprite.sprite-poi.sm.TransitStation
{
  background-position:-300px -816px;
}
.sprite.sprite-poi.sm.BusStation
{
  background-position:-360px -816px;
}
.sprite.sprite-poi.sm.TrainStation
{
  background-position:-420px -816px;
}
.sprite.sprite-poi.sm.FerryPort
{
  background-position:-480px -816px;
}
.sprite.sprite-poi.sm.Airport
{
  background-position:-540px -816px;
}
.sprite.sprite-poi.sm.RedLightCamera
{
  background-position:-600px -816px;
}
.sprite.sprite-poi.sm.TrafficCamera
{
  background-position:-660px -816px;
}
.sprite.sprite-poi.sm.Construction
{
  background-position:-720px -816px;
}
.sprite.sprite-poi.sm.Park
{
  background-position:-780px -816px;
}
.sprite.sprite-poi.sm.Port
{
  background-position:-840px -816px;
}
.sprite.sprite-poi.sm.ElementarySchool, .sprite.sprite-poi.sm.SchoolpoolDestination
{
  background-position:-900px -816px;
}
.sprite.sprite-poi.sm.MiddleSchool
{
  background-position:0px -876px;
}
.sprite.sprite-poi.sm.HighSchool
{
  background-position:-60px -876px;
}
.sprite.sprite-poi.sm.CollegeUniversity
{
  background-position:-120px -876px;
}
.sprite.sprite-poi.sm.Hospital
{
  background-position:-180px -876px;
}
.sprite.sprite-poi.sm.MedicalClinic
{
  background-position:-240px -876px;
}
.sprite.sprite-poi.sm.BikeLockers
{
  background-position:-300px -876px;
}
.sprite.sprite-poi.sm.BikeRental
{
  background-position:-360px -876px;
}
.sprite.sprite-poi.sm.WorkPlace, .sprite.sprite-poi.sm.Worksite
{
  background-position:-420px -876px;
}

/* Choose an icon feature */
.sprite.sprite-poi.sm.OfficeBuilding
{
  background-position:-480px -876px;
}

.sprite.sprite-poi.sm.GasStation
{
  background-position:-540px -876px;
}

.sprite.sprite-poi.sm.Stadium
{
  background-position:-600px -876px;
}

.sprite.sprite-poi.sm.Theatre
{
  background-position:-660px -876px;
}

.sprite.sprite-poi.sm.HomeBuilding
{
  background-position:-720px -876px;
}

.sprite.sprite-poi.sm.Restaurant
{
  background-position:-780px -876px;
}

.sprite.sprite-poi.sm.FireStation
{
  background-position:-840px -876px;
}

.sprite.sprite-poi.sm.PoliceStation
{
  background-position:-900px -876px;
}

/**/

.sprite.sprite-poi.sm.ShoppingMall, .sprite.sprite-poi.sm.Sponsor
{
  background-position:0px -936px;
}


.sprite.sprite-poi.sm.Accessibility
{
  background-position:-60px -936px;
}

.sprite.sprite-poi.sm.GreenMarker
{
  background-position:-120px -936px;
}

.sprite.sprite-poi.sm.RedMarker, .sprite.sprite-poi.sm.Landmark
{
  background-position:-180px -936px;
}

.sprite.sprite-poi.sm.OrangeMarker
{
  background-position:-240px -936px;
}

.sprite.sprite-poi.sm.BlueMarker
{
  background-position:-300px -936px;
}

.sprite.sprite-poi.sm.PurpleMarker
{
  background-position:-360px -936px;
}

.sprite.sprite-poi.sm.DarkMarker
{
  background-position:-420px -936px;
}

.sprite.sprite-poi.sm.EVChargingStation
{
  background-position:-480px -936px;
}
.sprite.sprite-poi.sm.BlankMarker
{
  background-position:-540px -936px;
}



.sprite.sprite-walkingDot
{
  background-image:url("/Images/Sprites/vertical-icons.png");
  display:block;
  width: 4px;
  height: 4px;
  background-position: 0px 0px;
}

.sprite.sprite-routeStartMarker
{
    width:32px; height:32px;
    background-position: -1152px -480px;
}



.sprite.sprite-routeEndMarker
{
    width:32px; height:32px;
    background-position: -1200px -480px;
}

.sprite.sprite-switchAddressButton
{
    width:32px; height:32px;
    background-position: -1248px -480px;
}


.sprite.sprite-largeDot
{
  width:12px;height:12px;
  background-position: 0px -480px;
}

.sprite.sprite-waypointDot
{
  width:20px; height:20px;
  background-position: 0px -504px;
}

.sprite.sprite-destinationDot
{
  width:24px; height:24px;
  background-position: -24px -504px;
}



.sprite.sprite-transit-walk, .sprite.sprite-transit-bus, .sprite.sprite-transit-rail,
.sprite.sprite-transit-taxi, .sprite.sprite-transit-ferry,
.sprite.sprite-transit-cableCar, .sprite.sprite-transit-otherTransit, .sprite.sprite-transit-drive,
.sprite.sprite-transit-bicyle
{
  width:18px; height:18px;
}

.sprite.sprite-transit-walk
{
  background-position: -48px -552px;
}

.sprite.sprite-transit-bus
{
  background-position: -72px -552px;
}

.sprite.sprite-transit-rail
{
  background-position: -96px -552px;
}

.sprite.sprite-transit-subway
{
    width:22px; height:22px;
    background-position: -120px -552px;
}

.sprite.sprite-transit-taxi
{
  background-position: -144px -552px;
}

.sprite.sprite-transit-ferry
{
  background-position: -168px -552px;
}

.sprite.sprite-transit-cableCar
{
  background-position: -192px -552px;
}

.sprite.sprite-transit-otherTransit
{
  background-position: -216px -552px;
}

.sprite.sprite-transit-drive
{
  background-position: -240px -552px;
}
.sprite.sprite-transit-bicycle
{
  background-position: -264px -552px;
}

.sprite.sprite-transit-customIcon
{
    background:none;
    width:auto;
    height:auto;
    max-height:24px;
    max-width:24px;
}

.sprite.sprite-direction-straight, .sprite.sprite-direction-turnRight,
.sprite.sprite-direction-uTurn, .sprite.sprite-direction-turnLeft
{
  width:24px; height:24px;
}

.sprite.sprite-direction-straight
{
  background-position: 0px -576px;
}
.sprite.sprite-direction-turnRight
{
  background-position: -48px -576px;
}

.sprite.sprite-direction-uTurn
{
  background-position: -72px -576px;
}
.sprite.sprite-direction-turnLeft
{
  background-position: -24px -576px;
}
/*!
 *
 *  Project:  GLYPHICONS HALFLINGS
 *  Author:   Jan Kovarik - www.glyphicons.com
 *  Twitter:  @jankovarik
 *
 */@font-face{font-family:'Glyphicons Regular';src:url('/fonts/glyphicons-regular.eot');src:url('/fonts/glyphicons-regular.eot?#iefix') format('embedded-opentype'),url('/fonts/glyphicons-regular.woff') format('woff'),url('/fonts/glyphicons-regular.ttf') format('truetype'),url('/fonts/glyphicons-regular.svg#glyphiconsregular') format('svg');font-weight:normal;font-style:normal}.glyphicons{display:inline-block;position:relative;padding-left:48px;color:#1d1d1b;text-decoration:none;*display:inline;*zoom:1;vertical-align:middle}.glyphicons:before{/*position:absolute;left:0;top:0;*/display:inline-block;/*margin:0 5px 0 0;*/font-family:'Glyphicons Regular';font-style:normal;font-weight:normal;*display:inline;*zoom:1;vertical-align:middle;text-transform:none;-webkit-font-smoothing:antialiased}.glyphicons.white:before{color:#fff}.glyphicons.glass:before{content:"\E001"}.glyphicons.leaf:before{content:"\E002"}.glyphicons.dog:before{content:"\E003"}.glyphicons.user:before{content:"\E004"}.glyphicons.girl:before{content:"\E005"}.glyphicons.car:before{content:"\E006"}.glyphicons.user_add:before{content:"\E007"}.glyphicons.user_remove:before{content:"\E008"}.glyphicons.film:before{content:"\E009"}.glyphicons.magic:before{content:"\E010"}.glyphicons.envelope:before{content:"\2709"}.glyphicons.camera:before{content:"\E011"}.glyphicons.heart:before{content:"\E013"}.glyphicons.beach_umbrella:before{content:"\E014"}.glyphicons.train:before{content:"\E015"}.glyphicons.print:before{content:"\E016"}.glyphicons.bin:before{content:"\E017"}.glyphicons.music:before{content:"\E018"}.glyphicons.note:before{content:"\E019"}.glyphicons.heart_empty:before{content:"\E020"}.glyphicons.home:before{content:"\E021"}.glyphicons.snowflake:before{content:"\2744"}.glyphicons.fire:before{content:"\E023"}.glyphicons.magnet:before{content:"\E024"}.glyphicons.parents:before{content:"\E025"}.glyphicons.binoculars:before{content:"\E026"}.glyphicons.road:before{content:"\E027"}.glyphicons.search:before{content:"\E028"}.glyphicons.cars:before{content:"\E029"}.glyphicons.notes_2:before{content:"\E030"}.glyphicons.pencil:before{content:"\270F"}.glyphicons.bus:before{content:"\E032"}.glyphicons.wifi_alt:before{content:"\E033"}.glyphicons.luggage:before{content:"\E034"}.glyphicons.old_man:before{content:"\E035"}.glyphicons.woman:before{content:"\E036"}.glyphicons.file:before{content:"\E037"}.glyphicons.coins:before{content:"\E038"}.glyphicons.airplane:before{content:"\2708"}.glyphicons.notes:before{content:"\E040"}.glyphicons.stats:before{content:"\E041"}.glyphicons.charts:before{content:"\E042"}.glyphicons.pie_chart:before{content:"\E043"}.glyphicons.group:before{content:"\E044"}.glyphicons.keys:before{content:"\E045"}.glyphicons.calendar:before{content:"\E046"}.glyphicons.router:before{content:"\E047"}.glyphicons.camera_small:before{content:"\E048"}.glyphicons.dislikes:before{content:"\E049"}.glyphicons.star:before{content:"\E050"}.glyphicons.link:before{content:"\E051"}.glyphicons.eye_open:before{content:"\E052"}.glyphicons.eye_close:before{content:"\E053"}.glyphicons.alarm:before{content:"\E054"}.glyphicons.clock:before{content:"\E055"}.glyphicons.stopwatch:before{content:"\E056"}.glyphicons.projector:before{content:"\E057"}.glyphicons.history:before{content:"\E058"}.glyphicons.truck:before{content:"\E059"}.glyphicons.cargo:before{content:"\E060"}.glyphicons.compass:before{content:"\E061"}.glyphicons.keynote:before{content:"\E062"}.glyphicons.paperclip:before{content:"\E063"}.glyphicons.power:before{content:"\E064"}.glyphicons.lightbulb:before{content:"\E065"}.glyphicons.tag:before{content:"\E066"}.glyphicons.tags:before{content:"\E067"}.glyphicons.cleaning:before{content:"\E068"}.glyphicons.ruller:before{content:"\E069"}.glyphicons.gift:before{content:"\E070"}.glyphicons.umbrella:before{content:"\2602"}.glyphicons.book:before{content:"\E072"}.glyphicons.bookmark:before{content:"\E073"}.glyphicons.wifi:before{content:"\E074"}.glyphicons.cup:before{content:"\E075"}.glyphicons.stroller:before{content:"\E076"}.glyphicons.headphones:before{content:"\E077"}.glyphicons.headset:before{content:"\E078"}.glyphicons.warning_sign:before{content:"\E079"}.glyphicons.signal:before{content:"\E080"}.glyphicons.retweet:before{content:"\E081"}.glyphicons.refresh:before{content:"\E082"}.glyphicons.roundabout:before{content:"\E083"}.glyphicons.random:before{content:"\E084"}.glyphicons.heat:before{content:"\E085"}.glyphicons.repeat:before{content:"\E086"}.glyphicons.display:before{content:"\E087"}.glyphicons.log_book:before{content:"\E088"}.glyphicons.address_book:before{content:"\E089"}.glyphicons.building:before{content:"\E090"}.glyphicons.eyedropper:before{content:"\E091"}.glyphicons.adjust:before{content:"\E092"}.glyphicons.tint:before{content:"\E093"}.glyphicons.crop:before{content:"\E094"}.glyphicons.vector_path_square:before{content:"\E095"}.glyphicons.vector_path_circle:before{content:"\E096"}.glyphicons.vector_path_polygon:before{content:"\E097"}.glyphicons.vector_path_line:before{content:"\E098"}.glyphicons.vector_path_curve:before{content:"\E099"}.glyphicons.vector_path_all:before{content:"\E100"}.glyphicons.font:before{content:"\E101"}.glyphicons.italic:before{content:"\E102"}.glyphicons.bold:before{content:"\E103"}.glyphicons.text_underline:before{content:"\E104"}.glyphicons.text_strike:before{content:"\E105"}.glyphicons.text_height:before{content:"\E106"}.glyphicons.text_width:before{content:"\E107"}.glyphicons.text_resize:before{content:"\E108"}.glyphicons.left_indent:before{content:"\E109"}.glyphicons.right_indent:before{content:"\E110"}.glyphicons.align_left:before{content:"\E111"}.glyphicons.align_center:before{content:"\E112"}.glyphicons.align_right:before{content:"\E113"}.glyphicons.justify:before{content:"\E114"}.glyphicons.list:before{content:"\E115"}.glyphicons.text_smaller:before{content:"\E116"}.glyphicons.text_bigger:before{content:"\E117"}.glyphicons.embed:before{content:"\E118"}.glyphicons.embed_close:before{content:"\E119"}.glyphicons.table:before{content:"\E120"}.glyphicons.message_full:before{content:"\E121"}.glyphicons.message_empty:before{content:"\E122"}.glyphicons.message_in:before{content:"\E123"}.glyphicons.message_out:before{content:"\E124"}.glyphicons.message_plus:before{content:"\E125"}.glyphicons.message_minus:before{content:"\E126"}.glyphicons.message_ban:before{content:"\E127"}.glyphicons.message_flag:before{content:"\E128"}.glyphicons.message_lock:before{content:"\E129"}.glyphicons.message_new:before{content:"\E130"}.glyphicons.inbox:before{content:"\E131"}.glyphicons.inbox_plus:before{content:"\E132"}.glyphicons.inbox_minus:before{content:"\E133"}.glyphicons.inbox_lock:before{content:"\E134"}.glyphicons.inbox_in:before{content:"\E135"}.glyphicons.inbox_out:before{content:"\E136"}.glyphicons.cogwheel:before{content:"\E137"}.glyphicons.cogwheels:before{content:"\E138"}.glyphicons.picture:before{content:"\E139"}.glyphicons.adjust_alt:before{content:"\E140"}.glyphicons.database_lock:before{content:"\E141"}.glyphicons.database_plus:before{content:"\E142"}.glyphicons.database_minus:before{content:"\E143"}.glyphicons.database_ban:before{content:"\E144"}.glyphicons.folder_open:before{content:"\E145"}.glyphicons.folder_plus:before{content:"\E146"}.glyphicons.folder_minus:before{content:"\E147"}.glyphicons.folder_lock:before{content:"\E148"}.glyphicons.folder_flag:before{content:"\E149"}.glyphicons.folder_new:before{content:"\E150"}.glyphicons.edit:before{content:"\E151"}.glyphicons.new_window:before{content:"\E152"}.glyphicons.check:before{content:"\E153"}.glyphicons.unchecked:before{content:"\E154"}.glyphicons.more_windows:before{content:"\E155"}.glyphicons.show_big_thumbnails:before{content:"\E156"}.glyphicons.show_thumbnails:before{content:"\E157"}.glyphicons.show_thumbnails_with_lines:before{content:"\E158"}.glyphicons.show_lines:before{content:"\E159"}.glyphicons.playlist:before{content:"\E160"}.glyphicons.imac:before{content:"\E161"}.glyphicons.macbook:before{content:"\E162"}.glyphicons.ipad:before{content:"\E163"}.glyphicons.iphone:before{content:"\E164"}.glyphicons.iphone_transfer:before{content:"\E165"}.glyphicons.iphone_exchange:before{content:"\E166"}.glyphicons.ipod:before{content:"\E167"}.glyphicons.ipod_shuffle:before{content:"\E168"}.glyphicons.ear_plugs:before{content:"\E169"}.glyphicons.record:before{content:"\E170"}.glyphicons.step_backward:before{content:"\E171"}.glyphicons.fast_backward:before{content:"\E172"}.glyphicons.rewind:before{content:"\E173"}.glyphicons.play:before{content:"\E174"}.glyphicons.pause:before{content:"\E175"}.glyphicons.stop:before{content:"\E176"}.glyphicons.forward:before{content:"\E177"}.glyphicons.fast_forward:before{content:"\E178"}.glyphicons.step_forward:before{content:"\E179"}.glyphicons.eject:before{content:"\E180"}.glyphicons.facetime_video:before{content:"\E181"}.glyphicons.download_alt:before{content:"\E182"}.glyphicons.mute:before{content:"\E183"}.glyphicons.volume_down:before{content:"\E184"}.glyphicons.volume_up:before{content:"\E185"}.glyphicons.screenshot:before{content:"\E186"}.glyphicons.move:before{content:"\E187"}.glyphicons.more:before{content:"\E188"}.glyphicons.brightness_reduce:before{content:"\E189"}.glyphicons.brightness_increase:before{content:"\E190"}.glyphicons.circle_plus:before{content:"\E191"}.glyphicons.circle_minus:before{content:"\E192"}.glyphicons.circle_remove:before{content:"\E193"}.glyphicons.circle_ok:before{content:"\E194"}.glyphicons.circle_question_mark:before{content:"\E195"}.glyphicons.circle_info:before{content:"\E196"}.glyphicons.circle_exclamation_mark:before{content:"\E197"}.glyphicons.remove:before{content:"\E198"}.glyphicons.ok:before{content:"\E199"}.glyphicons.ban:before{content:"\E200"}.glyphicons.download:before{content:"\E201"}.glyphicons.upload:before{content:"\E202"}.glyphicons.shopping_cart:before{content:"\E203"}.glyphicons.lock:before{content:"\E204"}.glyphicons.unlock:before{content:"\E205"}.glyphicons.electricity:before{content:"\E206"}.glyphicons.ok_2:before{content:"\E207"}.glyphicons.remove_2:before{content:"\E208"}.glyphicons.cart_out:before{content:"\E209"}.glyphicons.cart_in:before{content:"\E210"}.glyphicons.left_arrow:before{content:"\E211"}.glyphicons.right_arrow:before{content:"\E212"}.glyphicons.down_arrow:before{content:"\E213"}.glyphicons.up_arrow:before{content:"\E214"}.glyphicons.resize_small:before{content:"\E215"}.glyphicons.resize_full:before{content:"\E216"}.glyphicons.circle_arrow_left:before{content:"\E217"}.glyphicons.circle_arrow_right:before{content:"\E218"}.glyphicons.circle_arrow_top:before{content:"\E219"}.glyphicons.circle_arrow_down:before{content:"\E220"}.glyphicons.play_button:before{content:"\E221"}.glyphicons.unshare:before{content:"\E222"}.glyphicons.share:before{content:"\E223"}.glyphicons.chevron-right:before{content:"\E224"}.glyphicons.chevron-left:before{content:"\E225"}.glyphicons.bluetooth:before{content:"\E226"}.glyphicons.euro:before{content:"\20AC"}.glyphicons.usd:before{content:"\E228"}.glyphicons.gbp:before{content:"\E229"}.glyphicons.retweet_2:before{content:"\E230"}.glyphicons.moon:before{content:"\E231"}.glyphicons.sun:before{content:"\2609"}.glyphicons.cloud:before{content:"\2601"}.glyphicons.direction:before{content:"\E234"}.glyphicons.brush:before{content:"\E235"}.glyphicons.pen:before{content:"\E236"}.glyphicons.zoom_in:before{content:"\E237"}.glyphicons.zoom_out:before{content:"\E238"}.glyphicons.pin:before{content:"\E239"}.glyphicons.albums:before{content:"\E240"}.glyphicons.rotation_lock:before{content:"\E241"}.glyphicons.flash:before{content:"\E242"}.glyphicons.google_maps:before{content:"\E243"}.glyphicons.anchor:before{content:"\2693"}.glyphicons.conversation:before{content:"\E245"}.glyphicons.chat:before{content:"\E246"}.glyphicons.male:before{content:"\E247"}.glyphicons.female:before{content:"\E248"}.glyphicons.asterisk:before{content:"\002A"}.glyphicons.divide:before{content:"\00F7"}.glyphicons.snorkel_diving:before{content:"\E251"}.glyphicons.scuba_diving:before{content:"\E252"}.glyphicons.oxygen_bottle:before{content:"\E253"}.glyphicons.fins:before{content:"\E254"}.glyphicons.fishes:before{content:"\E255"}.glyphicons.boat:before{content:"\E256"}.glyphicons.delete:before{content:"\E257"}.glyphicons.sheriffs_star:before{content:"\E258"}.glyphicons.qrcode:before{content:"\E259"}.glyphicons.barcode:before{content:"\E260"}.glyphicons.pool:before{content:"\E261"}.glyphicons.buoy:before{content:"\E262"}.glyphicons.spade:before{content:"\E263"}.glyphicons.bank:before{content:"\E264"}.glyphicons.vcard:before{content:"\E265"}.glyphicons.electrical_plug:before{content:"\E266"}.glyphicons.flag:before{content:"\E267"}.glyphicons.credit_card:before{content:"\E268"}.glyphicons.keyboard-wireless:before{content:"\E269"}.glyphicons.keyboard-wired:before{content:"\E270"}.glyphicons.shield:before{content:"\E271"}.glyphicons.ring:before{content:"\02DA"}.glyphicons.cake:before{content:"\E273"}.glyphicons.drink:before{content:"\E274"}.glyphicons.beer:before{content:"\E275"}.glyphicons.fast_food:before{content:"\E276"}.glyphicons.cutlery:before{content:"\E277"}.glyphicons.pizza:before{content:"\E278"}.glyphicons.birthday_cake:before{content:"\E279"}.glyphicons.tablet:before{content:"\E280"}.glyphicons.settings:before{content:"\E281"}.glyphicons.bullets:before{content:"\E282"}.glyphicons.cardio:before{content:"\E283"}.glyphicons.t-shirt:before{content:"\E284"}.glyphicons.pants:before{content:"\E285"}.glyphicons.sweater:before{content:"\E286"}.glyphicons.fabric:before{content:"\E287"}.glyphicons.leather:before{content:"\E288"}.glyphicons.scissors:before{content:"\E289"}.glyphicons.bomb:before{content:"\E290"}.glyphicons.skull:before{content:"\E291"}.glyphicons.celebration:before{content:"\E292"}.glyphicons.tea_kettle:before{content:"\E293"}.glyphicons.french_press:before{content:"\E294"}.glyphicons.coffee_cup:before{content:"\E295"}.glyphicons.pot:before{content:"\E296"}.glyphicons.grater:before{content:"\E297"}.glyphicons.kettle:before{content:"\E298"}.glyphicons.hospital:before{content:"\E299"}.glyphicons.hospital_h:before{content:"\E300"}.glyphicons.microphone:before{content:"\E301"}.glyphicons.webcam:before{content:"\E302"}.glyphicons.temple_christianity_church:before{content:"\E303"}.glyphicons.temple_islam:before{content:"\E304"}.glyphicons.temple_hindu:before{content:"\E305"}.glyphicons.temple_buddhist:before{content:"\E306"}.glyphicons.bicycle:before{content:"\E307"}.glyphicons.life_preserver:before{content:"\E308"}.glyphicons.share_alt:before{content:"\E309"}.glyphicons.comments:before{content:"\E310"}.glyphicons.flower:before{content:"\2698"}.glyphicons.baseball:before{content:"\26BE"}.glyphicons.rugby:before{content:"\E313"}.glyphicons.ax:before{content:"\E314"}.glyphicons.table_tennis:before{content:"\E315"}.glyphicons.bowling:before{content:"\E316"}.glyphicons.tree_conifer:before{content:"\E317"}.glyphicons.tree_deciduous:before{content:"\E318"}.glyphicons.more_items:before{content:"\E319"}.glyphicons.sort:before{content:"\E320"}.glyphicons.filter:before{content:"\E321"}.glyphicons.gamepad:before{content:"\E322"}.glyphicons.playing_dices:before{content:"\E323"}.glyphicons.calculator:before{content:"\E324"}.glyphicons.tie:before{content:"\E325"}.glyphicons.wallet:before{content:"\E326"}.glyphicons.piano:before{content:"\E327"}.glyphicons.sampler:before{content:"\E328"}.glyphicons.podium:before{content:"\E329"}.glyphicons.soccer_ball:before{content:"\E330"}.glyphicons.blog:before{content:"\E331"}.glyphicons.dashboard:before{content:"\E332"}.glyphicons.certificate:before{content:"\E333"}.glyphicons.bell:before{content:"\E334"}.glyphicons.candle:before{content:"\E335"}.glyphicons.pushpin:before{content:"\E336"}.glyphicons.iphone_shake:before{content:"\E337"}.glyphicons.pin_flag:before{content:"\E338"}.glyphicons.turtle:before{content:"\E339"}.glyphicons.rabbit:before{content:"\E340"}.glyphicons.globe:before{content:"\E341"}.glyphicons.briefcase:before{content:"\E342"}.glyphicons.hdd:before{content:"\E343"}.glyphicons.thumbs_up:before{content:"\E344"}.glyphicons.thumbs_down:before{content:"\E345"}.glyphicons.hand_right:before{content:"\E346"}.glyphicons.hand_left:before{content:"\E347"}.glyphicons.hand_up:before{content:"\E348"}.glyphicons.hand_down:before{content:"\E349"}.glyphicons.fullscreen:before{content:"\E350"}.glyphicons.shopping_bag:before{content:"\E351"}.glyphicons.book_open:before{content:"\E352"}.glyphicons.nameplate:before{content:"\E353"}.glyphicons.nameplate_alt:before{content:"\E354"}.glyphicons.vases:before{content:"\E355"}.glyphicons.bullhorn:before{content:"\E356"}.glyphicons.dumbbell:before{content:"\E357"}.glyphicons.suitcase:before{content:"\E358"}.glyphicons.file_import:before{content:"\E359"}.glyphicons.file_export:before{content:"\E360"}.glyphicons.bug:before{content:"\E361"}.glyphicons.crown:before{content:"\E362"}.glyphicons.smoking:before{content:"\E363"}.glyphicons.cloud-download:before{content:"\E364"}.glyphicons.cloud-upload:before{content:"\E365"}.glyphicons.restart:before{content:"\E366"}.glyphicons.security_camera:before{content:"\E367"}.glyphicons.expand:before{content:"\E368"}.glyphicons.collapse:before{content:"\E369"}.glyphicons.collapse_top:before{content:"\E370"}.glyphicons.globe_af:before{content:"\E371"}.glyphicons.global:before{content:"\E372"}.glyphicons.spray:before{content:"\E373"}.glyphicons.nails:before{content:"\E374"}.glyphicons.claw_hammer:before{content:"\E375"}.glyphicons.classic_hammer:before{content:"\E376"}.glyphicons.hand_saw:before{content:"\E377"}.glyphicons.riflescope:before{content:"\E378"}.glyphicons.electrical_socket_eu:before{content:"\E379"}.glyphicons.electrical_socket_us:before{content:"\E380"}.glyphicons.message_forward:before{content:"\E381"}.glyphicons.coat_hanger:before{content:"\E382"}.glyphicons.dress:before{content:"\E383"}.glyphicons.bathrobe:before{content:"\E384"}.glyphicons.shirt:before{content:"\E385"}.glyphicons.underwear:before{content:"\E386"}.glyphicons.log_in:before{content:"\E387"}.glyphicons.log_out:before{content:"\E388"}.glyphicons.exit:before{content:"\E389"}.glyphicons.new_window_alt:before{content:"\E390"}.glyphicons.video_sd:before{content:"\E391"}.glyphicons.video_hd:before{content:"\E392"}.glyphicons.subtitles:before{content:"\E393"}.glyphicons.sound_stereo:before{content:"\E394"}.glyphicons.sound_dolby:before{content:"\E395"}.glyphicons.sound_5_1:before{content:"\E396"}.glyphicons.sound_6_1:before{content:"\E397"}.glyphicons.sound_7_1:before{content:"\E398"}.glyphicons.copyright_mark:before{content:"\E399"}.glyphicons.registration_mark:before{content:"\E400"}.glyphicons.radar:before{content:"\E401"}.glyphicons.skateboard:before{content:"\E402"}.glyphicons.golf_course:before{content:"\E403"}.glyphicons.sorting:before{content:"\E404"}.glyphicons.sort-by-alphabet:before{content:"\E405"}.glyphicons.sort-by-alphabet-alt:before{content:"\E406"}.glyphicons.sort-by-order:before{content:"\E407"}.glyphicons.sort-by-order-alt:before{content:"\E408"}.glyphicons.sort-by-attributes:before{content:"\E409"}.glyphicons.sort-by-attributes-alt:before{content:"\E410"}.glyphicons.compressed:before{content:"\E411"}.glyphicons.package:before{content:"\E412"}.glyphicons.cloud_plus:before{content:"\E413"}.glyphicons.cloud_minus:before{content:"\E414"}.glyphicons.disk_save:before{content:"\E415"}.glyphicons.disk_open:before{content:"\E416"}.glyphicons.disk_saved:before{content:"\E417"}.glyphicons.disk_remove:before{content:"\E418"}.glyphicons.disk_import:before{content:"\E419"}.glyphicons.disk_export:before{content:"\E420"}.glyphicons.tower:before{content:"\E421"}.glyphicons.send:before{content:"\E422"}.glyphicons.git_branch:before{content:"\E423"}.glyphicons.git_create:before{content:"\E424"}.glyphicons.git_private:before{content:"\E425"}.glyphicons.git_delete:before{content:"\E426"}.glyphicons.git_merge:before{content:"\E427"}.glyphicons.git_pull_request:before{content:"\E428"}.glyphicons.git_compare:before{content:"\E429"}.glyphicons.git_commit:before{content:"\E430"}.glyphicons.construction_cone:before{content:"\E431"}.glyphicons.shoe_steps:before{content:"\E432"}.glyphicons.plus:before{content:"\002B"}.glyphicons.minus:before{content:"\2212"}.glyphicons.redo:before{content:"\E435"}.glyphicons.undo:before{content:"\E436"}.glyphicons.golf:before{content:"\E437"}.glyphicons.hockey:before{content:"\E438"}.glyphicons.pipe:before{content:"\E439"}.glyphicons.wrench:before{content:"\E440"}.glyphicons.folder_closed:before{content:"\E441"}.glyphicons.phone_alt:before{content:"\E442"}.glyphicons.earphone:before{content:"\E443"}.glyphicons.floppy_disk:before{content:"\E444"}.glyphicons.floppy_saved:before{content:"\E445"}.glyphicons.floppy_remove:before{content:"\E446"}.glyphicons.floppy_save:before{content:"\E447"}.glyphicons.floppy_open:before{content:"\E448"}.glyphicons.translate:before{content:"\E449"}.glyphicons.fax:before{content:"\E450"}.glyphicons.factory:before{content:"\E451"}.glyphicons.shop_window:before{content:"\E452"}.glyphicons.shop:before{content:"\E453"}.glyphicons.kiosk:before{content:"\E454"}.glyphicons.kiosk_wheels:before{content:"\E455"}.glyphicons.kiosk_light:before{content:"\E456"}.glyphicons.kiosk_food:before{content:"\E457"}.glyphicons.transfer:before{content:"\E458"}.glyphicons.money:before{content:"\E459"}.glyphicons.header:before{content:"\E460"}.glyphicons.blacksmith:before{content:"\E461"}.glyphicons.saw_blade:before{content:"\E462"}.glyphicons.basketball:before{content:"\E463"}.glyphicons.server:before{content:"\E464"}.glyphicons.server_plus:before{content:"\E465"}.glyphicons.server_minus:before{content:"\E466"}.glyphicons.server_ban:before{content:"\E467"}.glyphicons.server_flag:before{content:"\E468"}.glyphicons.server_lock:before{content:"\E469"}.glyphicons.server_new:before{content:"\E470"}.glyphicons-icon{display:inline-block;width:48px;height:48px;margin:0 8px 0 0;line-height:14px;vertical-align:text-top;background-image:url(/Images/glyphicons.svg);background-position:0 0;background-repeat:no-repeat;vertical-align:top;*display:inline;*zoom:1;*margin-right:.3em}.glyphicons-icon _:-o-prefocus,.glyphicons-icon{background-image:url(/Images/glyphicons.png)}.no-inlinesvg .glyphicons-icon{background-image:url(/Images/glyphicons.png)}.glyphicons-icon.white{background-image:url(/Images/glyphicons-white.svg)}.glyphicons-icon.white _:-o-prefocus,.glyphicons-icon.white{background-image:url(/Images/glyphicons-white.png)}.no-inlinesvg .glyphicons-icon.white{background-image:url(/Images/glyphicons-white.png)}.glyphicons-icon.glass{background-position:4px 11px}.glyphicons-icon.leaf{background-position:-44px 11px}.glyphicons-icon.dog{background-position:-92px 11px}.glyphicons-icon.user{background-position:-140px 11px}.glyphicons-icon.girl{background-position:-188px 11px}.glyphicons-icon.car{background-position:-236px 11px}.glyphicons-icon.user_add{background-position:-284px 11px}.glyphicons-icon.user_remove{background-position:-332px 11px}.glyphicons-icon.film{background-position:-380px 11px}.glyphicons-icon.magic{background-position:-428px 11px}.glyphicons-icon.envelope{background-position:4px -37px}.glyphicons-icon.camera{background-position:-44px -37px}.glyphicons-icon.heart{background-position:-92px -37px}.glyphicons-icon.beach_umbrella{background-position:-140px -37px}.glyphicons-icon.train{background-position:-188px -37px}.glyphicons-icon.print{background-position:-236px -37px}.glyphicons-icon.bin{background-position:-284px -37px}.glyphicons-icon.music{background-position:-332px -37px}.glyphicons-icon.note{background-position:-380px -37px}.glyphicons-icon.heart_empty{background-position:-428px -37px}.glyphicons-icon.home{background-position:4px -85px}.glyphicons-icon.snowflake{background-position:-44px -85px}.glyphicons-icon.fire{background-position:-92px -85px}.glyphicons-icon.magnet{background-position:-140px -85px}.glyphicons-icon.parents{background-position:-188px -85px}.glyphicons-icon.binoculars{background-position:-236px -85px}.glyphicons-icon.road{background-position:-284px -85px}.glyphicons-icon.search{background-position:-332px -85px}.glyphicons-icon.cars{background-position:-380px -85px}.glyphicons-icon.notes_2{background-position:-428px -85px}.glyphicons-icon.pencil{background-position:4px -133px}.glyphicons-icon.bus{background-position:-44px -133px}.glyphicons-icon.wifi_alt{background-position:-92px -133px}.glyphicons-icon.luggage{background-position:-140px -133px}.glyphicons-icon.old_man{background-position:-188px -133px}.glyphicons-icon.woman{background-position:-236px -133px}.glyphicons-icon.file{background-position:-284px -133px}.glyphicons-icon.coins{background-position:-332px -133px}.glyphicons-icon.airplane{background-position:-380px -133px}.glyphicons-icon.notes{background-position:-428px -133px}.glyphicons-icon.stats{background-position:4px -181px}.glyphicons-icon.charts{background-position:-44px -181px}.glyphicons-icon.pie_chart{background-position:-92px -181px}.glyphicons-icon.group{background-position:-140px -181px}.glyphicons-icon.keys{background-position:-188px -181px}.glyphicons-icon.calendar{background-position:-236px -181px}.glyphicons-icon.router{background-position:-284px -181px}.glyphicons-icon.camera_small{background-position:-332px -181px}.glyphicons-icon.dislikes{background-position:-380px -181px}.glyphicons-icon.star{background-position:-428px -181px}.glyphicons-icon.link{background-position:4px -229px}.glyphicons-icon.eye_open{background-position:-44px -229px}.glyphicons-icon.eye_close{background-position:-92px -229px}.glyphicons-icon.alarm{background-position:-140px -229px}.glyphicons-icon.clock{background-position:-188px -229px}.glyphicons-icon.stopwatch{background-position:-236px -229px}.glyphicons-icon.projector{background-position:-284px -229px}.glyphicons-icon.history{background-position:-332px -229px}.glyphicons-icon.truck{background-position:-380px -229px}.glyphicons-icon.cargo{background-position:-428px -229px}.glyphicons-icon.compass{background-position:4px -277px}.glyphicons-icon.keynote{background-position:-44px -277px}.glyphicons-icon.paperclip{background-position:-92px -277px}.glyphicons-icon.power{background-position:-140px -277px}.glyphicons-icon.lightbulb{background-position:-188px -277px}.glyphicons-icon.tag{background-position:-236px -277px}.glyphicons-icon.tags{background-position:-284px -277px}.glyphicons-icon.cleaning{background-position:-332px -277px}.glyphicons-icon.ruller{background-position:-380px -277px}.glyphicons-icon.gift{background-position:-428px -277px}.glyphicons-icon.umbrella{background-position:4px -325px}.glyphicons-icon.book{background-position:-44px -325px}.glyphicons-icon.bookmark{background-position:-92px -325px}.glyphicons-icon.wifi{background-position:-140px -325px}.glyphicons-icon.cup{background-position:-188px -325px}.glyphicons-icon.stroller{background-position:-236px -325px}.glyphicons-icon.headphones{background-position:-284px -325px}.glyphicons-icon.headset{background-position:-332px -325px}.glyphicons-icon.warning_sign{background-position:-380px -325px}.glyphicons-icon.signal{background-position:-428px -325px}.glyphicons-icon.retweet{background-position:4px -373px}.glyphicons-icon.refresh{background-position:-44px -373px}.glyphicons-icon.roundabout{background-position:-92px -373px}.glyphicons-icon.random{background-position:-140px -373px}.glyphicons-icon.heat{background-position:-188px -373px}.glyphicons-icon.repeat{background-position:-236px -373px}.glyphicons-icon.display{background-position:-284px -373px}.glyphicons-icon.log_book{background-position:-332px -373px}.glyphicons-icon.address_book{background-position:-380px -373px}.glyphicons-icon.building{background-position:-428px -373px}.glyphicons-icon.eyedropper{background-position:4px -421px}.glyphicons-icon.adjust{background-position:-44px -421px}.glyphicons-icon.tint{background-position:-92px -421px}.glyphicons-icon.crop{background-position:-140px -421px}.glyphicons-icon.vector_path_square{background-position:-188px -421px}.glyphicons-icon.vector_path_circle{background-position:-236px -421px}.glyphicons-icon.vector_path_polygon{background-position:-284px -421px}.glyphicons-icon.vector_path_line{background-position:-332px -421px}.glyphicons-icon.vector_path_curve{background-position:-380px -421px}.glyphicons-icon.vector_path_all{background-position:-428px -421px}.glyphicons-icon.font{background-position:4px -469px}.glyphicons-icon.italic{background-position:-44px -469px}.glyphicons-icon.bold{background-position:-92px -469px}.glyphicons-icon.text_underline{background-position:-140px -469px}.glyphicons-icon.text_strike{background-position:-188px -469px}.glyphicons-icon.text_height{background-position:-236px -469px}.glyphicons-icon.text_width{background-position:-284px -469px}.glyphicons-icon.text_resize{background-position:-332px -469px}.glyphicons-icon.left_indent{background-position:-380px -469px}.glyphicons-icon.right_indent{background-position:-428px -469px}.glyphicons-icon.align_left{background-position:4px -517px}.glyphicons-icon.align_center{background-position:-44px -517px}.glyphicons-icon.align_right{background-position:-92px -517px}.glyphicons-icon.justify{background-position:-140px -517px}.glyphicons-icon.list{background-position:-188px -517px}.glyphicons-icon.text_smaller{background-position:-236px -517px}.glyphicons-icon.text_bigger{background-position:-284px -517px}.glyphicons-icon.embed{background-position:-332px -517px}.glyphicons-icon.embed_close{background-position:-380px -517px}.glyphicons-icon.table{background-position:-428px -517px}.glyphicons-icon.message_full{background-position:4px -565px}.glyphicons-icon.message_empty{background-position:-44px -565px}.glyphicons-icon.message_in{background-position:-92px -565px}.glyphicons-icon.message_out{background-position:-140px -565px}.glyphicons-icon.message_plus{background-position:-188px -565px}.glyphicons-icon.message_minus{background-position:-236px -565px}.glyphicons-icon.message_ban{background-position:-284px -565px}.glyphicons-icon.message_flag{background-position:-332px -565px}.glyphicons-icon.message_lock{background-position:-380px -565px}.glyphicons-icon.message_new{background-position:-428px -565px}.glyphicons-icon.inbox{background-position:4px -613px}.glyphicons-icon.inbox_plus{background-position:-44px -613px}.glyphicons-icon.inbox_minus{background-position:-92px -613px}.glyphicons-icon.inbox_lock{background-position:-140px -613px}.glyphicons-icon.inbox_in{background-position:-188px -613px}.glyphicons-icon.inbox_out{background-position:-236px -613px}.glyphicons-icon.cogwheel{background-position:-284px -613px}.glyphicons-icon.cogwheels{background-position:-332px -613px}.glyphicons-icon.picture{background-position:-380px -613px}.glyphicons-icon.adjust_alt{background-position:-428px -613px}.glyphicons-icon.database_lock{background-position:4px -661px}.glyphicons-icon.database_plus{background-position:-44px -661px}.glyphicons-icon.database_minus{background-position:-92px -661px}.glyphicons-icon.database_ban{background-position:-140px -661px}.glyphicons-icon.folder_open{background-position:-188px -661px}.glyphicons-icon.folder_plus{background-position:-236px -661px}.glyphicons-icon.folder_minus{background-position:-284px -661px}.glyphicons-icon.folder_lock{background-position:-332px -661px}.glyphicons-icon.folder_flag{background-position:-380px -661px}.glyphicons-icon.folder_new{background-position:-428px -661px}.glyphicons-icon.edit{background-position:4px -709px}.glyphicons-icon.new_window{background-position:-44px -709px}.glyphicons-icon.check{background-position:-92px -709px}.glyphicons-icon.unchecked{background-position:-140px -709px}.glyphicons-icon.more_windows{background-position:-188px -709px}.glyphicons-icon.show_big_thumbnails{background-position:-236px -709px}.glyphicons-icon.show_thumbnails{background-position:-284px -709px}.glyphicons-icon.show_thumbnails_with_lines{background-position:-332px -709px}.glyphicons-icon.show_lines{background-position:-380px -709px}.glyphicons-icon.playlist{background-position:-428px -709px}.glyphicons-icon.imac{background-position:4px -757px}.glyphicons-icon.macbook{background-position:-44px -757px}.glyphicons-icon.ipad{background-position:-92px -757px}.glyphicons-icon.iphone{background-position:-140px -757px}.glyphicons-icon.iphone_transfer{background-position:-188px -757px}.glyphicons-icon.iphone_exchange{background-position:-236px -757px}.glyphicons-icon.ipod{background-position:-284px -757px}.glyphicons-icon.ipod_shuffle{background-position:-332px -757px}.glyphicons-icon.ear_plugs{background-position:-380px -757px}.glyphicons-icon.record{background-position:-428px -757px}.glyphicons-icon.step_backward{background-position:4px -805px}.glyphicons-icon.fast_backward{background-position:-44px -805px}.glyphicons-icon.rewind{background-position:-92px -805px}.glyphicons-icon.play{background-position:-140px -805px}.glyphicons-icon.pause{background-position:-188px -805px}.glyphicons-icon.stop{background-position:-236px -805px}.glyphicons-icon.forward{background-position:-284px -805px}.glyphicons-icon.fast_forward{background-position:-332px -805px}.glyphicons-icon.step_forward{background-position:-380px -805px}.glyphicons-icon.eject{background-position:-428px -805px}.glyphicons-icon.facetime_video{background-position:4px -853px}.glyphicons-icon.download_alt{background-position:-44px -853px}.glyphicons-icon.mute{background-position:-92px -853px}.glyphicons-icon.volume_down{background-position:-140px -853px}.glyphicons-icon.volume_up{background-position:-188px -853px}.glyphicons-icon.screenshot{background-position:-236px -853px}.glyphicons-icon.move{background-position:-284px -853px}.glyphicons-icon.more{background-position:-332px -853px}.glyphicons-icon.brightness_reduce{background-position:-380px -853px}.glyphicons-icon.brightness_increase{background-position:-428px -853px}.glyphicons-icon.circle_plus{background-position:4px -901px}.glyphicons-icon.circle_minus{background-position:-44px -901px}.glyphicons-icon.circle_remove{background-position:-92px -901px}.glyphicons-icon.circle_ok{background-position:-140px -901px}.glyphicons-icon.circle_question_mark{background-position:-188px -901px}.glyphicons-icon.circle_info{background-position:-236px -901px}.glyphicons-icon.circle_exclamation_mark{background-position:-284px -901px}.glyphicons-icon.remove{background-position:-332px -901px}.glyphicons-icon.ok{background-position:-380px -901px}.glyphicons-icon.ban{background-position:-428px -901px}.glyphicons-icon.download{background-position:4px -949px}.glyphicons-icon.upload{background-position:-44px -949px}.glyphicons-icon.shopping_cart{background-position:-92px -949px}.glyphicons-icon.lock{background-position:-140px -949px}.glyphicons-icon.unlock{background-position:-188px -949px}.glyphicons-icon.electricity{background-position:-236px -949px}.glyphicons-icon.ok_2{background-position:-284px -949px}.glyphicons-icon.remove_2{background-position:-332px -949px}.glyphicons-icon.cart_out{background-position:-380px -949px}.glyphicons-icon.cart_in{background-position:-428px -949px}.glyphicons-icon.left_arrow{background-position:4px -997px}.glyphicons-icon.right_arrow{background-position:-44px -997px}.glyphicons-icon.down_arrow{background-position:-92px -997px}.glyphicons-icon.up_arrow{background-position:-140px -997px}.glyphicons-icon.resize_small{background-position:-188px -997px}.glyphicons-icon.resize_full{background-position:-236px -997px}.glyphicons-icon.circle_arrow_left{background-position:-284px -997px}.glyphicons-icon.circle_arrow_right{background-position:-332px -997px}.glyphicons-icon.circle_arrow_top{background-position:-380px -997px}.glyphicons-icon.circle_arrow_down{background-position:-428px -997px}.glyphicons-icon.play_button{background-position:4px -1045px}.glyphicons-icon.unshare{background-position:-44px -1045px}.glyphicons-icon.share{background-position:-92px -1045px}.glyphicons-icon.chevron-right{background-position:-140px -1045px}.glyphicons-icon.chevron-left{background-position:-188px -1045px}.glyphicons-icon.bluetooth{background-position:-236px -1045px}.glyphicons-icon.euro{background-position:-284px -1045px}.glyphicons-icon.usd{background-position:-332px -1045px}.glyphicons-icon.gbp{background-position:-380px -1045px}.glyphicons-icon.retweet_2{background-position:-428px -1045px}.glyphicons-icon.moon{background-position:4px -1093px}.glyphicons-icon.sun{background-position:-44px -1093px}.glyphicons-icon.cloud{background-position:-92px -1093px}.glyphicons-icon.direction{background-position:-140px -1093px}.glyphicons-icon.brush{background-position:-188px -1093px}.glyphicons-icon.pen{background-position:-236px -1093px}.glyphicons-icon.zoom_in{background-position:-284px -1093px}.glyphicons-icon.zoom_out{background-position:-332px -1093px}.glyphicons-icon.pin{background-position:-380px -1093px}.glyphicons-icon.albums{background-position:-428px -1093px}.glyphicons-icon.rotation_lock{background-position:4px -1141px}.glyphicons-icon.flash{background-position:-44px -1141px}.glyphicons-icon.google_maps{background-position:-92px -1141px}.glyphicons-icon.anchor{background-position:-140px -1141px}.glyphicons-icon.conversation{background-position:-188px -1141px}.glyphicons-icon.chat{background-position:-236px -1141px}.glyphicons-icon.male{background-position:-284px -1141px}.glyphicons-icon.female{background-position:-332px -1141px}.glyphicons-icon.asterisk{background-position:-380px -1141px}.glyphicons-icon.divide{background-position:-428px -1141px}.glyphicons-icon.snorkel_diving{background-position:4px -1189px}.glyphicons-icon.scuba_diving{background-position:-44px -1189px}.glyphicons-icon.oxygen_bottle{background-position:-92px -1189px}.glyphicons-icon.fins{background-position:-140px -1189px}.glyphicons-icon.fishes{background-position:-188px -1189px}.glyphicons-icon.boat{background-position:-236px -1189px}.glyphicons-icon.delete{background-position:-284px -1189px}.glyphicons-icon.sheriffs_star{background-position:-332px -1189px}.glyphicons-icon.qrcode{background-position:-380px -1189px}.glyphicons-icon.barcode{background-position:-428px -1189px}.glyphicons-icon.pool{background-position:4px -1237px}.glyphicons-icon.buoy{background-position:-44px -1237px}.glyphicons-icon.spade{background-position:-92px -1237px}.glyphicons-icon.bank{background-position:-140px -1237px}.glyphicons-icon.vcard{background-position:-188px -1237px}.glyphicons-icon.electrical_plug{background-position:-236px -1237px}.glyphicons-icon.flag{background-position:-284px -1237px}.glyphicons-icon.credit_card{background-position:-332px -1237px}.glyphicons-icon.keyboard-wireless{background-position:-380px -1237px}.glyphicons-icon.keyboard-wired{background-position:-428px -1237px}.glyphicons-icon.shield{background-position:4px -1285px}.glyphicons-icon.ring{background-position:-44px -1285px}.glyphicons-icon.cake{background-position:-92px -1285px}.glyphicons-icon.drink{background-position:-140px -1285px}.glyphicons-icon.beer{background-position:-188px -1285px}.glyphicons-icon.fast_food{background-position:-236px -1285px}.glyphicons-icon.cutlery{background-position:-284px -1285px}.glyphicons-icon.pizza{background-position:-332px -1285px}.glyphicons-icon.birthday_cake{background-position:-380px -1285px}.glyphicons-icon.tablet{background-position:-428px -1285px}.glyphicons-icon.settings{background-position:4px -1333px}.glyphicons-icon.bullets{background-position:-44px -1333px}.glyphicons-icon.cardio{background-position:-92px -1333px}.glyphicons-icon.t-shirt{background-position:-140px -1333px}.glyphicons-icon.pants{background-position:-188px -1333px}.glyphicons-icon.sweater{background-position:-236px -1333px}.glyphicons-icon.fabric{background-position:-284px -1333px}.glyphicons-icon.leather{background-position:-332px -1333px}.glyphicons-icon.scissors{background-position:-380px -1333px}.glyphicons-icon.bomb{background-position:-428px -1333px}.glyphicons-icon.skull{background-position:4px -1381px}.glyphicons-icon.celebration{background-position:-44px -1381px}.glyphicons-icon.tea_kettle{background-position:-92px -1381px}.glyphicons-icon.french_press{background-position:-140px -1381px}.glyphicons-icon.coffee_cup{background-position:-188px -1381px}.glyphicons-icon.pot{background-position:-236px -1381px}.glyphicons-icon.grater{background-position:-284px -1381px}.glyphicons-icon.kettle{background-position:-332px -1381px}.glyphicons-icon.hospital{background-position:-380px -1381px}.glyphicons-icon.hospital_h{background-position:-428px -1381px}.glyphicons-icon.microphone{background-position:4px -1429px}.glyphicons-icon.webcam{background-position:-44px -1429px}.glyphicons-icon.temple_christianity_church{background-position:-92px -1429px}.glyphicons-icon.temple_islam{background-position:-140px -1429px}.glyphicons-icon.temple_hindu{background-position:-188px -1429px}.glyphicons-icon.temple_buddhist{background-position:-236px -1429px}.glyphicons-icon.bicycle{background-position:-284px -1429px}.glyphicons-icon.life_preserver{background-position:-332px -1429px}.glyphicons-icon.share_alt{background-position:-380px -1429px}.glyphicons-icon.comments{background-position:-428px -1429px}.glyphicons-icon.flower{background-position:4px -1477px}.glyphicons-icon.baseball{background-position:-44px -1477px}.glyphicons-icon.rugby{background-position:-92px -1477px}.glyphicons-icon.ax{background-position:-140px -1477px}.glyphicons-icon.table_tennis{background-position:-188px -1477px}.glyphicons-icon.bowling{background-position:-236px -1477px}.glyphicons-icon.tree_conifer{background-position:-284px -1477px}.glyphicons-icon.tree_deciduous{background-position:-332px -1477px}.glyphicons-icon.more_items{background-position:-380px -1477px}.glyphicons-icon.sort{background-position:-428px -1477px}.glyphicons-icon.filter{background-position:4px -1525px}.glyphicons-icon.gamepad{background-position:-44px -1525px}.glyphicons-icon.playing_dices{background-position:-92px -1525px}.glyphicons-icon.calculator{background-position:-140px -1525px}.glyphicons-icon.tie{background-position:-188px -1525px}.glyphicons-icon.wallet{background-position:-236px -1525px}.glyphicons-icon.piano{background-position:-284px -1525px}.glyphicons-icon.sampler{background-position:-332px -1525px}.glyphicons-icon.podium{background-position:-380px -1525px}.glyphicons-icon.soccer_ball{background-position:-428px -1525px}.glyphicons-icon.blog{background-position:4px -1573px}.glyphicons-icon.dashboard{background-position:-44px -1573px}.glyphicons-icon.certificate{background-position:-92px -1573px}.glyphicons-icon.bell{background-position:-140px -1573px}.glyphicons-icon.candle{background-position:-188px -1573px}.glyphicons-icon.pushpin{background-position:-236px -1573px}.glyphicons-icon.iphone_shake{background-position:-284px -1573px}.glyphicons-icon.pin_flag{background-position:-332px -1573px}.glyphicons-icon.turtle{background-position:-380px -1573px}.glyphicons-icon.rabbit{background-position:-428px -1573px}.glyphicons-icon.globe{background-position:4px -1621px}.glyphicons-icon.briefcase{background-position:-44px -1621px}.glyphicons-icon.hdd{background-position:-92px -1621px}.glyphicons-icon.thumbs_up{background-position:-140px -1621px}.glyphicons-icon.thumbs_down{background-position:-188px -1621px}.glyphicons-icon.hand_right{background-position:-236px -1621px}.glyphicons-icon.hand_left{background-position:-284px -1621px}.glyphicons-icon.hand_up{background-position:-332px -1621px}.glyphicons-icon.hand_down{background-position:-380px -1621px}.glyphicons-icon.fullscreen{background-position:-428px -1621px}.glyphicons-icon.shopping_bag{background-position:4px -1669px}.glyphicons-icon.book_open{background-position:-44px -1669px}.glyphicons-icon.nameplate{background-position:-92px -1669px}.glyphicons-icon.nameplate_alt{background-position:-140px -1669px}.glyphicons-icon.vases{background-position:-188px -1669px}.glyphicons-icon.bullhorn{background-position:-236px -1669px}.glyphicons-icon.dumbbell{background-position:-284px -1669px}.glyphicons-icon.suitcase{background-position:-332px -1669px}.glyphicons-icon.file_import{background-position:-380px -1669px}.glyphicons-icon.file_export{background-position:-428px -1669px}.glyphicons-icon.bug{background-position:4px -1717px}.glyphicons-icon.crown{background-position:-44px -1717px}.glyphicons-icon.smoking{background-position:-92px -1717px}.glyphicons-icon.cloud-download{background-position:-140px -1717px}.glyphicons-icon.cloud-upload{background-position:-188px -1717px}.glyphicons-icon.restart{background-position:-236px -1717px}.glyphicons-icon.security_camera{background-position:-284px -1717px}.glyphicons-icon.expand{background-position:-332px -1717px}.glyphicons-icon.collapse{background-position:-380px -1717px}.glyphicons-icon.collapse_top{background-position:-428px -1717px}.glyphicons-icon.globe_af{background-position:4px -1765px}.glyphicons-icon.global{background-position:-44px -1765px}.glyphicons-icon.spray{background-position:-92px -1765px}.glyphicons-icon.nails{background-position:-140px -1765px}.glyphicons-icon.claw_hammer{background-position:-188px -1765px}.glyphicons-icon.classic_hammer{background-position:-236px -1765px}.glyphicons-icon.hand_saw{background-position:-284px -1765px}.glyphicons-icon.riflescope{background-position:-332px -1765px}.glyphicons-icon.electrical_socket_eu{background-position:-380px -1765px}.glyphicons-icon.electrical_socket_us{background-position:-428px -1765px}.glyphicons-icon.message_forward{background-position:4px -1813px}.glyphicons-icon.coat_hanger{background-position:-44px -1813px}.glyphicons-icon.dress{background-position:-92px -1813px}.glyphicons-icon.bathrobe{background-position:-140px -1813px}.glyphicons-icon.shirt{background-position:-188px -1813px}.glyphicons-icon.underwear{background-position:-236px -1813px}.glyphicons-icon.log_in{background-position:-284px -1813px}.glyphicons-icon.log_out{background-position:-332px -1813px}.glyphicons-icon.exit{background-position:-380px -1813px}.glyphicons-icon.new_window_alt{background-position:-428px -1813px}.glyphicons-icon.video_sd{background-position:4px -1861px}.glyphicons-icon.video_hd{background-position:-44px -1861px}.glyphicons-icon.subtitles{background-position:-92px -1861px}.glyphicons-icon.sound_stereo{background-position:-140px -1861px}.glyphicons-icon.sound_dolby{background-position:-188px -1861px}.glyphicons-icon.sound_5_1{background-position:-236px -1861px}.glyphicons-icon.sound_6_1{background-position:-284px -1861px}.glyphicons-icon.sound_7_1{background-position:-332px -1861px}.glyphicons-icon.copyright_mark{background-position:-380px -1861px}.glyphicons-icon.registration_mark{background-position:-428px -1861px}.glyphicons-icon.radar{background-position:4px -1909px}.glyphicons-icon.skateboard{background-position:-44px -1909px}.glyphicons-icon.golf_course{background-position:-92px -1909px}.glyphicons-icon.sorting{background-position:-140px -1909px}.glyphicons-icon.sort-by-alphabet{background-position:-188px -1909px}.glyphicons-icon.sort-by-alphabet-alt{background-position:-236px -1909px}.glyphicons-icon.sort-by-order{background-position:-284px -1909px}.glyphicons-icon.sort-by-order-alt{background-position:-332px -1909px}.glyphicons-icon.sort-by-attributes{background-position:-380px -1909px}.glyphicons-icon.sort-by-attributes-alt{background-position:-428px -1909px}.glyphicons-icon.compressed{background-position:4px -1957px}.glyphicons-icon.package{background-position:-44px -1957px}.glyphicons-icon.cloud_plus{background-position:-92px -1957px}.glyphicons-icon.cloud_minus{background-position:-140px -1957px}.glyphicons-icon.disk_save{background-position:-188px -1957px}.glyphicons-icon.disk_open{background-position:-236px -1957px}.glyphicons-icon.disk_saved{background-position:-284px -1957px}.glyphicons-icon.disk_remove{background-position:-332px -1957px}.glyphicons-icon.disk_import{background-position:-380px -1957px}.glyphicons-icon.disk_export{background-position:-428px -1957px}.glyphicons-icon.tower{background-position:4px -2005px}.glyphicons-icon.send{background-position:-44px -2005px}.glyphicons-icon.git_branch{background-position:-92px -2005px}.glyphicons-icon.git_create{background-position:-140px -2005px}.glyphicons-icon.git_private{background-position:-188px -2005px}.glyphicons-icon.git_delete{background-position:-236px -2005px}.glyphicons-icon.git_merge{background-position:-284px -2005px}.glyphicons-icon.git_pull_request{background-position:-332px -2005px}.glyphicons-icon.git_compare{background-position:-380px -2005px}.glyphicons-icon.git_commit{background-position:-428px -2005px}.glyphicons-icon.construction_cone{background-position:4px -2053px}.glyphicons-icon.shoe_steps{background-position:-44px -2053px}.glyphicons-icon.plus{background-position:-92px -2053px}.glyphicons-icon.minus{background-position:-140px -2053px}.glyphicons-icon.redo{background-position:-188px -2053px}.glyphicons-icon.undo{background-position:-236px -2053px}.glyphicons-icon.golf{background-position:-284px -2053px}.glyphicons-icon.hockey{background-position:-332px -2053px}.glyphicons-icon.pipe{background-position:-380px -2053px}.glyphicons-icon.wrench{background-position:-428px -2053px}.glyphicons-icon.folder_closed{background-position:4px -2101px}.glyphicons-icon.phone_alt{background-position:-44px -2101px}.glyphicons-icon.earphone{background-position:-92px -2101px}.glyphicons-icon.floppy_disk{background-position:-140px -2101px}.glyphicons-icon.floppy_saved{background-position:-188px -2101px}.glyphicons-icon.floppy_remove{background-position:-236px -2101px}.glyphicons-icon.floppy_save{background-position:-284px -2101px}.glyphicons-icon.floppy_open{background-position:-332px -2101px}.glyphicons-icon.translate{background-position:-380px -2101px}.glyphicons-icon.fax{background-position:-428px -2101px}.glyphicons-icon.factory{background-position:4px -2149px}.glyphicons-icon.shop_window{background-position:-44px -2149px}.glyphicons-icon.shop{background-position:-92px -2149px}.glyphicons-icon.kiosk{background-position:-140px -2149px}.glyphicons-icon.kiosk_wheels{background-position:-188px -2149px}.glyphicons-icon.kiosk_light{background-position:-236px -2149px}.glyphicons-icon.kiosk_food{background-position:-284px -2149px}.glyphicons-icon.transfer{background-position:-332px -2149px}.glyphicons-icon.money{background-position:-380px -2149px}.glyphicons-icon.header{background-position:-428px -2149px}.glyphicons-icon.blacksmith{background-position:4px -2197px}.glyphicons-icon.saw_blade{background-position:-44px -2197px}.glyphicons-icon.basketball{background-position:-92px -2197px}.glyphicons-icon.server{background-position:-140px -2197px}.glyphicons-icon.server_plus{background-position:-188px -2197px}.glyphicons-icon.server_minus{background-position:-236px -2197px}.glyphicons-icon.server_ban{background-position:-284px -2197px}.glyphicons-icon.server_flag{background-position:-332px -2197px}.glyphicons-icon.server_lock{background-position:-380px -2197px}.glyphicons-icon.server_new{background-position:-428px -2197px}


      /* Following CSS allows glyphicons to be seen on IE7*/                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
 
.glyphicon-glass {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe001;');
}
.glyphicon-music {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe002;');
}
.glyphicon-search {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe003;');
}
.glyphicon-envelope {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#x2709;');
}
.glyphicon-heart {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe005;');
}
.glyphicon-star {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe006;');
}
.glyphicon-star-empty {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe007;');
}
.glyphicon-user {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe008;');
}
.glyphicon-film {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe009;');
}
.glyphicon-th-large {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe010;');
}
.glyphicon-th {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe011;');
}
.glyphicon-th-list {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe012;');
}
.glyphicon-ok {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe013;');
}
.glyphicon-remove {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe014;');
}
.glyphicon-zoom-in {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe015;');
}
.glyphicon-zoom-out {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe016;');
}
.glyphicon-off {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe017;');
}
.glyphicon-signal {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe018;');
}
.glyphicon-cog {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe019;');
}
.glyphicon-trash {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe020;');
}
.glyphicon-home {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe021;');
}
.glyphicon-file {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe022;');
}
.glyphicon-time {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe023;');
}
.glyphicon-road {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe024;');
}
.glyphicon-download-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe025;');
}
.glyphicon-download {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe026;');
}
.glyphicon-upload {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe027;');
}
.glyphicon-inbox {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe028;');
}
.glyphicon-play-circle {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe029;');
}
.glyphicon-repeat {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe030;');
}
.glyphicon-refresh {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe031;');
}
.glyphicon-list-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe032;');
}
.glyphicon-lock {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe033;');
}
.glyphicon-flag {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe034;');
}
.glyphicon-headphones {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe035;');
}
.glyphicon-volume-off {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe036;');
}
.glyphicon-volume-down {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe037;');
}
.glyphicon-volume-up {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe038;');
}
.glyphicon-qrcode {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe039;');
}
.glyphicon-barcode {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe040;');
}
.glyphicon-tag {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe041;');
}
.glyphicon-tags {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe042;');
}
.glyphicon-book {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe043;');
}
.glyphicon-bookmark {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe044;');
}
.glyphicon-print {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe045;');
}
.glyphicon-camera {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe046;');
}
.glyphicon-font {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe047;');
}
.glyphicon-bold {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe048;');
}
.glyphicon-italic {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe049;');
}
.glyphicon-text-height {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe050;');
}
.glyphicon-text-width {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe051;');
}
.glyphicon-align-left {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe052;');
}
.glyphicon-align-center {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe053;');
}
.glyphicon-align-right {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe054;');
}
.glyphicon-align-justify {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe055;');
}
.glyphicon-list {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe056;');
}
.glyphicon-indent-left {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe057;');
}
.glyphicon-indent-right {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe058;');
}
.glyphicon-facetime-video {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe059;');
}
.glyphicon-picture {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe060;');
}
.glyphicon-pencil {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#x270f;');
}
.glyphicon-map-marker {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe062;');
}
.glyphicon-adjust {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe063;');
}
.glyphicon-tint {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe064;');
}
.glyphicon-edit {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe065;');
}
.glyphicon-share {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe066;');
}
.glyphicon-check {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe067;');
}
.glyphicon-move {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe068;');
}
.glyphicon-step-backward {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe069;');
}
.glyphicon-fast-backward {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe070;');
}
.glyphicon-backward {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe071;');
}
.glyphicon-play {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe072;');
}
.glyphicon-pause {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe073;');
}
.glyphicon-stop {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe074;');
}
.glyphicon-forward {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe075;');
}
.glyphicon-fast-forward {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe076;');
}
.glyphicon-step-forward {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe077;');
}
.glyphicon-eject {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe078;');
}
.glyphicon-chevron-left {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe079;');
}
.glyphicon-chevron-right {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe080;');
}
.glyphicon-plus-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe081;');
}
.glyphicon-minus-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe082;');
}
.glyphicon-remove-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe083;');
}
.glyphicon-ok-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe084;');
}
.glyphicon-question-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe085;');
}
.glyphicon-info-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe086;');
}
.glyphicon-screenshot {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe087;');
}
.glyphicon-remove-circle {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe088;');
}
.glyphicon-ok-circle {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe089;');
}
.glyphicon-ban-circle {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe090;');
}
.glyphicon-arrow-left {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe091;');
}
.glyphicon-arrow-right {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe092;');
}
.glyphicon-arrow-up {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe093;');
}
.glyphicon-arrow-down {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe094;');
}
.glyphicon-share-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe095;');
}
.glyphicon-resize-full {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe096;');
}
.glyphicon-resize-small {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe097;');
}
.glyphicon-plus {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#x002b;');
}
.glyphicon-minus {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#x2212;');
}
.glyphicon-asterisk {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#x002a;');
}
.glyphicon-exclamation-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe101;');
}
.glyphicon-gift {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe102;');
}
.glyphicon-leaf {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe103;');
}
.glyphicon-fire {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe104;');
}
.glyphicon-eye-open {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe105;');
}
.glyphicon-eye-close {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe106;');
}
.glyphicon-warning-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe107;');
}
.glyphicon-plane {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe108;');
}
.glyphicon-calendar {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe109;');
}
.glyphicon-random {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe110;');
}
.glyphicon-comment {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe111;');
}
.glyphicon-magnet {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe112;');
}
.glyphicon-chevron-up {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe113;');
}
.glyphicon-chevron-down {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe114;');
}
.glyphicon-retweet {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe115;');
}
.glyphicon-shopping-cart {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe116;');
}
.glyphicon-folder-close {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe117;');
}
.glyphicon-folder-open {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe118;');
}
.glyphicon-resize-vertical {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe119;');
}
.glyphicon-resize-horizontal {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe120;');
}
.glyphicon-hdd {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe121;');
}
.glyphicon-bullhorn {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe122;');
}
.glyphicon-bell {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe123;');
}
.glyphicon-certificate {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe124;');
}
.glyphicon-thumbs-up {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe125;');
}
.glyphicon-thumbs-down {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe126;');
}
.glyphicon-hand-right {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe127;');
}
.glyphicon-hand-left {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe128;');
}
.glyphicon-hand-up {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe129;');
}
.glyphicon-hand-down {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe130;');
}
.glyphicon-circle-arrow-right {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe131;');
}
.glyphicon-circle-arrow-left {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe132;');
}
.glyphicon-circle-arrow-up {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe133;');
}
.glyphicon-circle-arrow-down {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe134;');
}
.glyphicon-globe {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe135;');
}
.glyphicons.global
{
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe135;');
}
.glyphicon-wrench {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe136;');
}
.glyphicon-tasks {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe137;');
}
.glyphicon-filter {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe138;');
}
.glyphicon-briefcase {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe139;');
}
.glyphicon-fullscreen {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe140;');
}
.glyphicon-dashboard {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe141;');
}
.glyphicon-paperclip {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe142;');
}
.glyphicon-heart-empty {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe143;');
}
.glyphicon-link {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe144;');
}
.glyphicon-phone {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe145;');
}
.glyphicon-pushpin {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe146;');
}
.glyphicon-euro {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#x20ac;');
}
.glyphicon-usd {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe148;');
}
.glyphicon-gbp {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe149;');
}
.glyphicon-sort {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe150;');
}
.glyphicon-sort-by-alphabet {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe151;');
}
.glyphicon-sort-by-alphabet-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe152;');
}
.glyphicon-sort-by-order {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe153;');
}
.glyphicon-sort-by-order-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe154;');
}
.glyphicon-sort-by-attributes {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe155;');
}
.glyphicon-sort-by-attributes-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe156;');
}
.glyphicon-unchecked {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe157;');
}
.glyphicon-expand {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe158;');
}
.glyphicon-collapse {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe159;');
}
.glyphicon-collapse-top {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe160;');
}
.glyphicon-cloud {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#x2601;');
}
.glyphicon-cloud-download {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe197;');
}
.glyphicon-cloud-upload {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe198;');
}
.glyphicon-collapse-down {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe159;');
}
.glyphicon-collapse-up {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe160;');
}
.glyphicon-compressed {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe181;');
}
.glyphicon-copyright-mark {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe194;');
}
.glyphicon-credit-card {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe177;');
}
.glyphicon-cutlery {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe179;');
}
.glyphicon-earphone {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe182;');
}
.glyphicon-flash {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe162;');
}
.glyphicon-floppy-disk {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe172;');
}
.glyphicon-floppy-open {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe176;');
}
.glyphicon-floppy-remove {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe174;');
}
.glyphicon-floppy-save {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe175;');
}
.glyphicon-floppy-saved {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe173;');
}
.glyphicon-hd-video {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe187;');
}
.glyphicon-header {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe180;');
}
.glyphicon-import {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe169;');
}
.glyphicon-log-in {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe161;');
}
.glyphicon-log-out {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe163;');
}
.glyphicon-open {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe167;');
}
.glyphicon-new-window {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe164;');
}
.glyphicon-registration-mark {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe195;');
}
.glyphicon-save {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe166;');
}
.glyphicon-saved {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe168;');
}
.glyphicon-sd-video {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe186;');
}
.glyphicon-send {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe171;');
}
.glyphicon-sound-5-1 {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe191;');
}
.glyphicon-sound-6-1 {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe192;');
}
.glyphicon-sound-7-1 {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe193;');
}
.glyphicon-sound-dolby {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe190;');
}
.glyphicon-sound-stereo {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe189;');
}
.glyphicon-stats {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe185;');
}
.glyphicon-tower {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe184;');
}
.glyphicon-transfer {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe178;');
}
.glyphicon-tree-conifer {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe199;');
}
.glyphicon-tree-deciduous {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe200;');
}
.glyphicon-record {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe165;');
}
.glyphicon-subtitles {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe188;');
}
.glyphicon-export {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe170;');
}
.glyphicon-phone-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe183;');
}
/*!
 * jQuery UI CSS Framework 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*!
 * jQuery UI CSS Framework 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS,%20Tahoma,%20Verdana,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=333333&bgTextureHeader=02_glass.png&bgImgOpacityHeader=35&borderColorHeader=333333&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=03_highlight_soft.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=333333&iconColorDefault=ffffff&bgColorHover=fdf5ce&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=e9b844&fcHover=c77405&iconColorHover=c72505&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=22_spotlight.png&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #dddddd; background: #eeeeee url(/Images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x; color: #333333; }
.ui-widget-content a { color: #333333; }
.ui-widget-header { border: 1px solid #333333; background: #333333; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #cccccc; background: #f6f6f6 url(/Images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #333333; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #333333; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #e9b844; background: #fdf5ce url(/Images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #c77405; }
.ui-state-hover a, .ui-state-hover a:hover { color: #c77405; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #fbd850; background: #ffffff url(/Images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #eb8f00; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #eb8f00; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fed22f; background: #ffe45c url(/Images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #b81900 url(/Images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat; color: #ffffff; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #ffffff; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #ffffff; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(/Images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(/Images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(/Images/ui-icons_ffffff_256x240.png); }
.ui-state-default .ui-icon { background-image: url(/Images/ui-icons_ffffff_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(/Images/ui-icons_c72505_256x240.png); }
.ui-state-active .ui-icon {background-image: url(/Images/ui-icons_ef8c08_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(/Images/ui-icons_228ef1_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(/Images/ui-icons_ffd27a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #666666 url(/Images/ui-bg_spotlight_20_666666_600x600.png) 50% 2% repeat-x; opacity: .50;filter:Alpha(Opacity=50); }
.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url(/Images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }/*!
 * jQuery UI Resizable 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px; display: block; }
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/*!
 * jQuery UI Selectable 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
/*!
 * jQuery UI Accordion 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion { width: 100%; }
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }
/*!
 * jQuery UI Autocomplete 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete { position: absolute; cursor: default; }	

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.21
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}
/*!
 * jQuery UI Button 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; } 
button.ui-button-icons-only { width: 3.7em; } 

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
/*!
 * jQuery UI Dialog 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/*!
 * jQuery UI Slider 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/*!
 * jQuery UI Tabs 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
/*!
 * jQuery UI Datepicker 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/*!
 * jQuery UI Progressbar 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar { height:2em; text-align: left; overflow: hidden; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }





/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; }
.ui-timepicker-rtl dl dd { margin: 0 65px 10px 10px; }

@charset "utf-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
*/

/* HTML5 display-role reset for older browsers 
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
*/

/*********************************
			layout
***********************************/

/*		Colors

	name			Value

Light Green:        #80DA34
Pale Orange:        #CB9C1C
Red:                #E34B48
Magenta:            #B71D9A
Purple:             #6632D9
Pale Blue:          #267CDC
Turqoise:           #23C89F

*/


/* KYLE

*/

/*		General stuff		*/
html{  }
/*body{ font-family:Arial, Helvetica, sans-serif; }
*/

body{
    background-color:#d6d6d6;

}

#wrapper{
	background-color:#d6d6d6;
}

.commuteTracker
{
    margin:0px auto;
    }

#overlay{
	display:none;
	position:fixed;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:rgba(0,0,0,.1);
	z-index:50;
}

.shareButton_wrapper
{
    float:right;
    position:relative;
    z-index:5;
    margin-top: 10px;
}
.shareButton
{
    
}

.pageContentTabSectionUnderTabs
{
    overflow:visible;
    min-height: 90px;
}


/*		info/edit windows		*/
.infoWindow, .editWindow
{
	position:absolute;
    top:0px;
    left:-9999px;
	display:block;
	width:350px;
	background:#fff;
	color:#333;
	border:2px solid #333;
	box-shadow:0px 0px 20px rgba(0,0,0,.5);
	z-index:200;
	
	border-radius:10px;
}

/*.editWindow{
	display:block;
	top:50px;
	left:100px;
}
*/	
	/*		Pop up title		*/
	.popUpTitleCommute{
		min-height:40px;
		color:#fff;
		border-top-left-radius:5px;
		border-top-right-radius:5px;
		background:url(/Images/CommuteTracker/titleHighlight.png) repeat-x scroll 50% 50% #333;
	}
	
		.popUpTitleCommute .icon{
			display:block;
			float:left;
			width:30px;
			height:30px;
			margin:7px 5px;
		}
		
		.popUpTitleCommute h3{
            vertical-align:middle;
			line-height:24px;
			font-size:18px;
			margin:0px;
            padding:8px;
		}
		
		.popUpTitleCommute .editClose, .popUpTitleCommute .infoClose{
			display:block;
			width:20px;
			height:20px;
			margin:10px;
			float:right;
			cursor:pointer;
		}
		.popUpTitleCommute .editClose:hover, .popUpTitleCommute .infoClose:hover{
			color:#c00;
		}
		
	/*		Pop up content		*/
	.popUpContent{
		padding:5px;
		font-size:12px;
		line-height:19px;
        position: relative;
	}
	    
	    .infoWindow .popUpContent table
	    {
	        width:320px;
	        margin:0px 10px;
	        }

	        .infoWindow .popUpContent tr
	        {
	            vertical-align:top;
	            }
	        
	        .popUpContent tr.tripDetailsTitle
	        {
	            cursor:pointer;
	            }
	            
	        .popUpContent tr.tripDetailsTitle td
	        {
	            font-weight: bold;
                text-align: center;
	            }
	                
	            .popUpContent tr.tripDetail
	            {
	                }
	            
	                
	        .infoWindow .popUpContent tr:nth-child(2n+5)
	        {
	            background:#ECECEC;
	            }

	            .infoWindow .popUpContent td
	            {
	                vertical-align:top;
	                white-space:nowrap;
	                padding:2px 5px;
	                }

	            .popUpContent td.infoItem
	            {
	                padding-left:5px;
	                white-space:normal
	                }

        .popUpContent .CommuteTrackerCommuteModeInstruction
        {
            padding:5px;
            background:#FFF0A0;
            border:1px solid #FFCD00;
            color:#9D4B31;
            border-radius:5px;
        }

        .CommuteTrackerOnlyOneTripWarning {
            margin-top: 5px;
            padding: 5px;
            background: #FFF0A0;
            border: 1px solid green;
            color: green;
            font-weight: normal;
            border-radius: 5px;
            padding-top: 4px;
            display: block;
        }

		.popUpContent .sectionFull
		{
		   /* position:relative; */
			padding:5px 5px 0;
			width:325px;
			clear:both;
		}
        
        .tripPurposeSection {
            display: block;
        }
	
		.popUpContent .sectionOneThird{
			padding:5px 5px 0;
			width:102px;
			float:left;
		}
				
		.popUpContent .sectionTwoThird{
			padding:5px 5px 0;
			width:210px;
			float:left;
		}
		
		.popUpContent .sectionHalf{
			padding:5px 5px 0;
			width:155px;
			float:left;
		}

        .CommuteTrackerAddressBarsSection
        {
            position:relative;
            z-index:2;
        }

		.popUpContent .tripItemMapRoute
		{
		    clear:both;
		    margin:5px 0;
            position:relative;
            z-index:1;
		    }
		
		.popUpContent .button{
			display:block;
			margin: 5px 10px;
			width:116px;
			float:left;
			text-align:center;
			color:#fff;
			background:url(/Images/CommuteTracker/titleHighlight.png) repeat-x scroll 50% 50% #333;
			line-height:16px;
			font-size:16px;
			text-decoration:none;
			
			border-radius:5px;
			
			box-shadow:
						1px 1px 0px rgba(255,255,255,.6) inset,
						-1px -1px 0px rgba(0,0,0,.3) inset,
						1px 1px 2px rgba(0,0,0,.6)
						;
						
		}
		.popUpContent .button:hover{ background-color:#666; }
		
		.popUpContent .button.itemDelete{ background-color:#a00; }
		.popUpContent .button.itemDelete:hover{ background-color:#C00; }
		
		.popUpContent .button.itemEdit{ background-color:#07a; }
		.popUpContent .button.itemEdit:hover{ background-color:#09c; }
		
		.popUpContent input[type=text]{
			display:block;
			width:100%;
		}

		.popUpContent textarea{
			display:block;
			width:99%;
			min-height:100px;
			line-height:110%
		}

		.popUpContent select{
			width:103%
		}
		
		.popUpContent label{
			display:block;
		}
		
		.commuteTracker .popUpContent h4{
			font-size:12px;
			color:#999;
			margin:10px 0;
		}
		
			.commuteTracker .popUpContent h4 .tripDistance{
				font-size:20px;
				font-weight:bold;
				color:#333;
			}
			
		.popUpContent .sectionDivider{
			width:100%;
			float:left;
			clear:both;
			height:10px;
		}
		
		.popUpContent .map{
			background:url(/Images/CommuteTracker/mapPlaceholder.jpg);
			height:200px;
			text-align:center;
			font-size:36px;
			line-height:75px;
			color:#fff;
			margin:0px 5px;
		}
		
		.popUpContent dl{
			font-size:16px;
			color:#999;
			
		}
		
		.popUpContent dt{
			font-weight:bold;
		}
				
		.popUpContent dd{
			color:#333;
			margin-bottom:10px;
		}
		
	/*		Pointers		*/
	.pointerBorder, .pointerWhite{
		position:absolute;
		top:70px;
		width:0; 
		height:0; 
		border-top:20px solid transparent; 
		border-bottom:20px solid transparent;
	}
	
	/* right positioned box	*/
	.positionRight .pointerBorder{
		border-right:20px solid #333; 
		left:-22px;
	}
	
	.positionRight .pointerWhite{
		border-right:20px solid #fff; 
		left:-19px;
	}
	
	/* left positioned box */
	.positionLeft .pointerBorder{
		border-left:20px solid #333; 
		right:-22px;
	}
	
	.positionLeft .pointerWhite{
		border-left:20px solid #fff; 
		right:-19px;
	}

/* END Info/Edit windows */

	
/* Should be #wrapper */
.centerPage{
	width:960px;
	margin:0px auto;
	padding:100px 0;
}

	#commuteTrackerSidebar, #calendarBox{
		float:left;
	}
	
	/*		Sidebar		*/
	#commuteTrackerSidebar{
		width:190px;
		margin:20px 6px 0px 0px;
        position:relative;
	}

        #commuteTrackerSidebar.ie7-drag-fix
        {
            z-index:98;
            position:relative;
        }
    
    
    .EditingDisabledMessage
    {
        display:none;
        }
        
    .EditingDisabledMessage p
    {
        color: #000000;
        font-size: 18px;
        font-weight: bold;
        line-height: 120%;
        margin: 20px;
        text-shadow: 0 0 5px #FFFFFF;
        }

	#commuteTrackerSidebar.disabled
	{
	    position:relative;
	    }

	#commuteTrackerSidebar.disabled .EditingDisabledMessage
	{
	    display:block;
	    position:absolute;
	    top:0px;
	    left:-3px;
	    width:102%;
	    height:100%;
	    background:rgb(255,255,255);
	    background:rgba(255,255,255,.87);
	    border-radius:5px;
	    z-index:300;
	    }    
    
    
    
    /* KYLE */
	.commuteTrackerSidebarTitle
	{
	    background-image: url('/Images/CommuteTracker/presetTitleBGLighter.png');
	    background-position: left center;
	    background-repeat:  no-repeat;
	    color:#e6e6e6;
	    padding-left: 5px;
	    padding-top:5px;
	    position: relative;
	    height:33px;
        z-index:99;
	}
		
    .commuteTrackerSidebarTitle h4 {
        display: block;
        font-size: 14px;
        font-style: italic;
        font-weight: bold;
        line-height: 19px;
        margin: 0 auto 15px;
        padding-left: 5px;
        padding-top: 5px;
		font-family: Verdana, Lucida Grande, Arial, Tahoma, sans-serif;
}
        
	
	span.travelModesSidebarTitle, span.travelModesSidebarTitleTwo
	{
	    font-size: 16px;
	    font-style: italic;
	    font-weight: bold;
	    margin: 0 auto;
	    /*margin-left:5px;*/
	    margin-bottom:10px;
	    display:block;
	    padding-top:5px;
	}
	
	.travelModesSidebarTitleTwo 
	{
	    margin-bottom: 10px;
	}
	/* /KYLE */
	
	    #tripItems, #presetItems
	    {
			margin-bottom:0px;
	        }

		#tripItems
		{
		      padding:0px 15px;
		    } 
		    
		#presetItems
		{
		    
		    }
		
		.tripItem, .presetItem{
			padding:0;
			z-index:98;
		}

.tripItem, .sortItem {
    float: left;
    height: 30px;
    width: 30px;
    padding: 0;
    margin: 3px;
    background: url(/Images/CommuteTracker/commuteTrackerSpriteV2.png) -1px -1px #333;
    z-index: 98;
    border-radius: 2px;
}
		.tripItem:hover, .sortItem:hover{
			box-shadow:0px 0px 4px rgba(0,0,0,.6),
				 inset 0px 0px 2px rgba(0,0,0,.4)
						;
		}
				
		.tripItem:hover{
			cursor:move;
		}
		
		.sortItem:hover{
			cursor:pointer;
		}
				
		/* trip item etc. coloring */
		/*			COLORS
			NAME			VALUE		
		Light Green:        #80DA34
		Pale Orange:        #CB9C1C
		Red:                #E34B48
		Magenta:            #B71D9A
		Purple:             #6632D9
		Pale Blue:          #267CDC
		Turqoise:           #23C89F
		*/
		
		/* Kyle's revised coloring*/
		/*
        dark blue: #3a4a9f;
        dark orange: #ff6600;
        dark green: #39b54a;
        */
				
		.Walk, #calendarBox .Walk{
			background-color:#6632D9;
			color:#6632D9;
			background-position:-5px -4px;
		}
		.Bike, #calendarBox .Bike{
			background-color:#ff6600;
			color:#ff6600;
			background-position:-5px -31px;
		}
		.DriveAlone, #calendarBox .DriveAlone{
			background-color:#b71d9a;
			color:#b71d9a;
			background-position:-5px -58px;
		}
		.Carpool, #calendarBox .Carpool{
			background-color:#39b54a;
			color:#39b54a;
			background-position:-8px -88px;
		}
		.Vanpool, #calendarBox .Vanpool{
			background-color:#23C89F;
			color:#23C89F;
			background-position:-7px -113px;
		}
		.TeleWork, #calendarBox .TeleWork{
			background-color:#3a4a9f;
			color:#3a4a9f;
			background-position:-7px -146px;
		}        
		.Transit, #calendarBox .Transit{
			background-color:#E34B48;
			color:#E34B48;
			background-position:-7px -176px;
		}		
		.TransitBus, #calendarBox .TransitBus{
			background-color:#E34B48;
			color:#E34B48;
			background-position:-7px -176px;
		}
		.TransitRail, #calendarBox .TransitRail{
			background-color:#e34b48;
			color:#e34b48;
			background-position:-7px -211px;
		}
		.TransitFerry, #calendarBox .TransitFerry{
		    background-color:#e34b48;
		    color:#e34b48;
		    background-position:-10px -242px;
		}
		/*.WaterTaxi, #calendarBox .WaterTaxi{
		    background-color:#e34b48;
		    color:#e34b48;
		    background-position:-10px -242px;
		}*/
		.Air,#calendarBox .Air{
		    background-color:#e34b48;
		    color:#e34b48;
		    background-position:-7px -272px;
		}
		.TransitAir,#calendarBox .TransitAir{
		    background-color:#e34b48;
		    color:#e34b48;
		    background-position:-7px -272px;
		}
        .AirTravelAvoided, #calendarBox .AirTravelAvoided {
            background-color: #ffb600;
            color: #ffb600;
            background-position: -7px -272px;
        }
		.SingleTaxi, #calendarBox .SingleTaxi{
			background-color:#000;
			color:#000;
			background-position:-7px -303px;
		}	
		.SharedTaxi, #calendarBox .SharedTaxi{
			background-color:#000;
			color:#000;
			background-position:-7px -333px;
		}	
		.OutOfOffice, #calendarBox .OutOfOffice{
			background-color:#29ABE2;
			color:#29ABE2;
			background-position:-7px -365px;
		}	
        .DayOff, #calendarBox .DayOff{
			background-color:#29ABE2;
			color:#29ABE2;
			background-position:-7px -400px;
		}
		.DayOffCompressedWeek, #calendarBox .DayOffCompressedWeek{
			background-color:#29ABE2;
			color:#29ABE2;
			background-position:-7px -433px;
		}
		.WaterTaxi, #calendarBox .WaterTaxi{
		    background-color:#29ABE2;
		    color:#29ABE2;
		    background-position:-7px -472px;
		}
		.DriveAloneZEV, #calendarBox .DriveAloneZEV{
		    background-color:#39b54a;
		    color:#39b54a;
		    background-position:-7px -511px;
		}
		.BrownBagLunch, #calendarBox .BrownBagLunch{
		    background-color:#af800b;
		    color:#af800b;
		    background-position:-7px -550px;
		}
		.OutOfRegion, #calendarBox .OutOfRegion{
		    background-color:#29abe2;
		    color:#29abe2;
		    background-position:-7px -590px;
		}
        .Carpool3Plus, #calendarBox .Carpool3Plus {
            background-color: #461360;
            color: #461360;
            background-position: -8px -625px;
        }
        .EScooter, #calendarBox .EScooter {
            background-color: #38a91c;
            color: #38a91c;
            background-position: -8px -670px;
        }

#CalendarInfoNote {
    margin-bottom: 5px;
    color: #777;
    width: 680px;
}

		
		/* Presets */
		#presetItems h4
		{
		    /*
			line-height:1.5;
			font-weight:bold;
			background:#FFF;
            */		
        }
		
		.presetItem{
			cursor:move;
			position:relative;
			margin:5px;
		    font-weight: bold;
		    padding:5px;
		    background: #f2f2f2;
		    border-radius: 4px;
		    text-indent:2px;
            border:1px solid #bbb;
		}
		
		.presetItem:hover
		{
		    box-shadow:0px 0px 5px rgba(0,0,0,.3);
		    background-color: #fff;
		    }
		
		.presetItem .deletePreset{
			display:none;
			padding:5px;
			position:absolute;
			top:0;
			left:-15px;
			background:#f77;
			color:#fff;
			text-decoration:none;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
            }
		
		.presetItem .deletePreset:hover
		{
		    text-decoration:none;
		    background:#f00;
		    }
		
		.presetItem:hover .deletePreset{
			display:block;
		}
		
		.presetItem.dragging
		{
		    display:block;
		    width:73px !important;
		    background:#9f9;
		    border:1px solid #5f5;
		    box-shadow:0px 0px 5px #9f9;
		    border-radius:5px;
		    }
		    
		    .presetItem.dragging .deletePreset
		    {
		        display:none;
		        }
		    
	/* END Sidebar */

	/*		Calendar		*/
	#calendarBox{
	/*	position:relative;
		/*width:686px;*/
        width:auto;
		margin-bottom:20px;
      /*  z-index:2; */
	}
	
		/*		Table		*/
		#calendarBox table{
			border-collapse:separate;
			background-color:#d6d6d6;
			color:#4d4d4d;
			font-family:Arial, Helvetica, sans-serif;
			font-weight:normal;
			font-size:14px;
		}
		
			/*		Table Cells		*/
			#calendarBox td, #calendarBox th{
				width:96px;
				/*border:1px solid #fff;*/
				background-color:#d6d6d6;
			}
			
			#calendarBox th  
			{
			    padding-bottom:7px;
			    }
			
			#calendarBox td{
				background:#fff;
				min-height:140px;
				border-radius:4px;
				vertical-align:top;
				position:relative;
			}
			
			
			#calendarBox .droppable
			{
				color:#4d4d4d;
				font-weight: bold;
			    }
			    
			    #calendarBox div.dayHeader span.date 
			    {
			        font-weight: bold;
			    }
			    
			#calendarBox .nonDroppable
			{
			    vertical-align:top;
				background:#bababa;
				color:#4d4d4d;
				position:relative;
				height:140px;
			    }

			#calendarBox .droppable.previous, #calendarBox .droppable.next{
				background:#bababa;
				color:#4d4d4d;
			}
			
			#calendarBox .nonDroppable.previous, #calendarBox .nonDroppable.next{
				background:#e6e6e6;
				color:#4d4d4d;
			}
			
			    
			    #calendarBox .nonDroppable div.dayHeader span.date 
			    {
			        font-size: 18px;
			        margin-top:2px;
			        margin-left:2px;
			        font-weight: normal;
			        color: #808080;
			    }
			    			
			/* Valid Drop */	
			/*	green	*/
			.validDrop{
				position:relative;
				box-shadow:
				0px 0px 1px rgba(0,200,0,.3),
				0px 0px 10px rgba(0,200,0,.3),
				0px 0px 10px rgba(0,200,0,.3) inset
				;
				border-color:#0f0;
				border-color:rgba(0,200,0,.3);
				color:#0d0;
				z-index:50;
			}
			
			/*	blue	
			#calendarBox .validDrop{
				position:relative;
				box-shadow:
				0px 0px 1px rgba(0,200,255,.3),
				0px 0px 10px rgba(0,200,255,.3),
				0px 0px 10px rgba(0,200,255,.3) inset
				;
				border-color:#0cf;
				border-color:rgba(0,200,255,.3);
				color:#0cf;
				z-index:48;
			}
			*/
			/* Warning */
			#calendarBox .validDrop.warningDrop{
				box-shadow:
				0px 0px 1px rgba(255,200,0,.5),
				0px 0px 10px rgba(255,200,0,.5),
				0px 0px 10px rgba(255,200,0,.5) inset
				;
				border-color:#fc0;
				border-color:rgba(255,200,0,.5);
				color:#ea0;
			}
			
				/*		Day Header		*/
				#calendarBox td .dayHeader{
					padding:0px;
					padding-top:3px;
				}
				
				#calendarBox .previous .dayHeader, #calendarBox .next .dayHeader{
					background:#e6e6e6;
				}
				
					/*		Date		*/
					#calendarBox td .date{
						display:block;
						float:left;
						min-width:32px;
						height:18px;
						padding:0px;
						margin:2px;
						margin-top:0;
						line-height:18px;
						font-size:18px;
					}
					
					/*		Day Actions		*/
					#calendarBox .dayAction{
						display:block;
						position:relative;
						width:18px;
						height:18px;
						margin:2px;
						float:right;
						background:url(/Images/CommuteTracker/DayIcons.png);
					}
					
					#calendarBox .dayAction:hover{
						cursor:pointer;
					}
					
					
					/*		Day Action Icon Positioning		*/	
					#calendarBox .inspectDay{ background-position:-1px -18px; } 
					#calendarBox td:hover .inspectDay{ background-position:-1px -1px; }
					#calendarBox .inspectDay .tooltip{
						background:#0CF;
					}
					#calendarBox .inspectDay .tooltip .pointer{
						border-top:5px solid #0CF;
					}
					
					#calendarBox .saveDay{ background-position:-17px -18px; } 
					#calendarBox td:hover .saveDay{ background-position:-17px -1px; }
					#calendarBox .saveDay  .tooltip{
						background:#0C3;
					}
					#calendarBox .saveDay .tooltip .pointer{
						border-top:5px solid #0C3;
					}
					
					#calendarBox .clearDay{ background-position:-35px -18px; } 
					#calendarBox td:hover .clearDay{ background-position:-35px -1px; }
					#calendarBox .clearDay  .tooltip{
						background:#C30;
					}
					#calendarBox .clearDay .tooltip .pointer{
						border-top:5px solid #C30;
					}
					
					#calendarBox .emptyDay .dayAction{
						display:none;
					}


						#calendarBox .dayAction .tooltip{
							position:absolute;
							display:none;
							top:-29px;
							left:0;
							font-size:12px;
							text-align:center;
							white-space:nowrap;
							padding:2px 5px;
							color:#fff;
							z-index:1;
							border-radius:5px;
						}
						
							/*		Tooltip Triangle		*/
							#calendarBox .tooltip .pointer{
								display:block;
								position:absolute;
								bottom:-5px;
								border-left:5px solid transparent;
								border-right:5px solid transparent;
							}
					
						/*END Day Action - Tooltip*/
						
					/*END Day Action*/
					
				/*END Day Header*/
				
					
				/*		calDay Wrapper		*/
				#calendarBox .calDayWrapper{
					position:relative;
					min-height:98px;
					margin-left:1px;
					margin-top:0px;
				}
				
				/*		Temp Drag Wrapper		*/
				#calendarBox .tempDragWrapper{
					width:100%;
					height:100%;
					/*overflow:Hidden;*/
				}
				
					/*		calDay		*/
					#calendarBox .calDay{
						position:absolute;
						/*overflow:Hidden;*/
						padding:0 0 1px 0;
					}
					
						/*		Sort Item		*/
						#calendarBox .sortItem{
							position:relative;
							margin:1px 0 1px 1px;
							float:left;
							z-index:49;
						}
						
						#calendarBox .sortItem.tempItem{
							opacity:0.3;
							cursor: pointer;
						}
						
						/*END sortItem*/
						
					/*END calDay*/
					
				/*END calDay Wrapper*/
			
			/*END Table Cell*/

		/*END table*/
	
	/*END Calendar*/
	
	
	
/*      customTooltip       */

.customTooltip
{
    display:none;
    cursor:default;
    }
    
    td.nonDroppable:hover .customTooltip
    {
        cursor:default;
        color: #EFEFEF;
        display: block;
        font-size: 11px;
        padding: 7px;
        }
        
    td.nonDroppable.notEditable:hover .customTooltip
    {
        display:none;
        }
    
 /*     radio groups    */
 
.radioLabel
{
    display: block;
    line-height: 26px;
    }

    .radioLabel .helpIcon
    {
        float:left;
        position:relative;
        margin:5px;
        }

    .yellowNotificationBox .helpIcon
    {
        float:right;
        position:relative;
        }

        .radioLabel .helpIcon .helpIconContent,
        .yellowNotificationBox .helpIcon .helpIconContent
        {
            bottom: 0;
            left: 18px;
            line-height: 16px;
            top: auto;
            width: 320px;
            }


        .yellowNotificationBox .helpIcon .helpIconContent
        {
            right: 18px;
            left:auto;
        }
    
.radioLabelTop
{
    display:block;
    clear:both;
    } 
 
.buttonGroupWrapper{ 
    display:inline-block;
    *display: inline;
    zoom: 1;
    border:1px solid #999;
    border-radius:3px;
    background:#e5e5e5;
    box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6) inset, -1px -1px 0 rgba(0, 0, 0, 0.3) inset, 1px 1px 3px rgba(0, 0, 0, 0.3);

}

.replacedRadioButtonWrapper{
    background:url(/Images/NavTabs/nav-bar-shading.png) center -50px repeat-x;
    display:block;
    *display:inline;
    float:left;
    padding:0px 10px;
    cursor:pointer;
    height:26px;
    border-left:1px solid #fff;
    border-right:1px solid #aaa;
    position:relative;
}


.replacedRadioButtonWrapper:hover{
    background-position:center 1px;
    background-color:#ddd;    
    box-shadow: 0px -1px 0 rgba(0, 0, 0, 0.3) inset;
}


.replacedRadioButtonWrapper.checked{
    background: #F0713A;    
    border-left:1px solid transparent;
    border-right:1px solid transparent;
    box-shadow:none;
    color:#fff;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25) inset;
}

.replacedRadioButtonWrapper.first{
    border-left:none;
    border-top-left-radius:2px;
    border-bottom-left-radius:2px;
}

.replacedRadioButtonWrapper.last{
    border-right:none;
    border-top-right-radius:2px;
    border-bottom-right-radius:2px;
}

.replacedRadioButtonWrapper label{
    line-height:14px;
    cursor:pointer;
    margin:6px 2px 6px 15px;
    padding:0px;
} 


    .replacedRadioButtonWrapper input
    {
        position:absolute;
        top:3px;
        left:2px;
    }

/*		Check Boxes		*/

.replacedCheckBox
{
    display:block;
    margin:0;
	text-align:center;
    color:#fff;
	height:22px;
    background:url(/Images/CommuteTracker/checkboxReplacement.png) center bottom no-repeat;
    vertical-align:bottom;
}

.replacedCheckBox label{
	cursor:pointer;
}

.replacedCheckBox:hover{
    cursor:pointer;
}

.replacedCheckBox.isChecked, .replacedCheckBox.isChecked:active{
    background-position:center top;
}

.replacedCheckBox.isChecked:hover{
}


/****************		UI-Dialog		****************/
.ui-dialog{
	outline:none;
	border:2px solid #333;
	border-radius:10px;
	padding:0px;
}

.ui-dialog .ui-dialog-titlebar{
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	background-color:#333;
	border:none;
}

.ui-dialog .ui-dialog-titlebar-close.ui-state-hover{
	background:none;
	border:none;
}

.ui-dialog .ui-dialog-buttonpane{
	padding:3px 5px;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button{
	margin:2px;
	padding:0px;
}

.ui-widget-header .ui-dialog-titlebar-close .ui-state-hover .ui-icon{
	border:none;
	background-color:transparent;
}


/**************************************     KENDO OVERRIDE      ******************/

.k-inline-block, .k-picker-wrap .k-select, .k-numeric-wrap .k-select
{
    padding:4px 2px;
    }


.k-state-disabled
{
    opacity:0.4;
    filter: alpha(opacity=40);
    }
    
.tripItemNumPassengers .k-select .k-icon
{
    position:relative;
    top: 2px;
    right:-3px;
    }

/**********************************************************************************/

/*  EditWindow SPECIFIC */

    
 .popUpContent .sectionFull, 
 .popUpContent .sectionHalf, 
 .popUpContent .sectionOneThird, 
 .popUpContent .sectionTwoThird
 {
    /* padding-top:0px; */
    min-height:50px;
     }
.popUpContent .distanceSection
{
    min-height:0px
    }


#calendarBox .dayHeader .inspectDay{ display:none; }

.tripPurposeWrapper
{
    
    }

.popUpContent .sectionTwoThird.presetName input[type=text]
{
    margin:3px 0;
    }
    
    
    .editWindowInvalidItem
    {
        background: none repeat scroll 0 0 #FDBCBC;
        border-radius: 4px 4px 4px 4px;
        box-shadow: 0 0 10px #FFBEBE;
        }
   
   
   .presetSection, .presetName
   {
       display:none;
       }     
 
 
 .editWindow .predictiveTravelSaveboxWrp{ display:none; }
 
 
.editWindow .returnTripSection{ width:130px;  }

.editWindow .departTimeSection{ width:90px; }

.editWindow .returnTimeSection{ width:90px; }

.editWindow .roleSection{ }

.editWindow .passengersSection{  }

.editWindow .vehicleSection{  }


/* TIMEPICKER FLY OUT FIX -- god damn this was annoying to do */
.k-list-container .k-list .k-item {
    white-space: nowrap;
}


#commuteModeTooltip
{
    position:relative;
    min-height:16px;
    line-height:16px;
    font-size:11px;
    width:111%;
    margin-left:-15px;
    text-align:center;
    z-index:50;
    clear:both;
    border-radius:4px;
    color:#fff;
    }



/***********************************************************************************/
/*********      Styling for top of page --> instructions and emission info      *********/

div.commuteTracker div.infoTopWrapper 
{
    width: 900px;
    margin: 0 auto;
    margin-bottom: 0;
}

div.commuteTracker div.instructionToggleHeader 
{
    width: 445px;
    height: 60px;
    background: #c6c6c6;
    float:left;
    border-radius: 10px;
    border: 1px solid #4d4d4d;
    cursor: pointer;
}

div.commuteTracker div.instructionToggleHeader h1, div.commuteTracker div.emissionTopToggleHeader h1
{
    font-size: 20px;
    color: #4d4d4d;
    margin-left: 30px;
    margin-top: 15px;
    width:225px;
    float:left;
}

div.commuteTracker div.instructionToggleHeader:hover h1, div.commuteTracker div.emissionTopToggleHeader:hover h1 
{
    color: #e6e6e6;
}

div.commuteTracker div.instructionToggleHeader p, div.commuteTracker div.emissionTopToggleHeader p 
{
    display:none;
}

div.commuteTracker div.emissionTopToggleHeader 
{
   width: 400px;
   height: 60px;
   background: #c6c6c6;
   float: left;
   margin-left:50px;
   border-radius: 10px;
   border: 1px solid #4d4d4d;
   cursor: pointer;
}


div.commuteTracker span.expandCircle 
{
    display: block;
    width: 50px;
    height: 50px;
    /*background: #e6e6e6;*/
    float:right;
    margin-top: 10px;
    margin-right:30px;
    text-align: center;
    color: #4d4d4d;
    font-size:30px;
    font-weight: bold;
    /*background-image: url('/Images/CommuteTracker/expandCircleUp.png');
    background-repeat: no-repeat;
    background-position: center center;*/
    
}

div.commuteTracker div.instructionToggleHeader:hover span.expandCircle, div.commuteTracker div.emissionTopToggleHeader:hover span.expandCircle
{
    color: #e6e6e6;
    
}


/*     tooltips on trip items     */

#calendarBox .sortItem:hover
{
    z-index:100;
    }

    .calDay div:hover .customTooltip
    {
        position:absolute;
        display:block;
        padding:3px;
        background:#333;
        top:-25px;
        left:-160%;
        opacity: 1;
        color:#fff;
        z-index:100;
        font-size:12px;
        white-space:nowrap;
        font-weight:normal;
        border-radius:5px;
        }
 
 /*     Tooltips on calendar days       */
 
 td .calDay .instruction{ display:none; }
 
 td.emptyDay:hover .instruction
 {
     cursor:default;
    display: block;
    font-size: 11px;
    padding:0px 5px;
    font-weight:normal;
    }


/*******************************************/

.helpIcon
{
    width:16px;
    height:16px;
    background-image:url("/Images/ProfileImages/ProfileHelpButton.png");
    background-repeat:no-repeat;
    }

.helpIcon .helpIconContent
{
    display:none;
    background: none repeat scroll 0 0 #EEEEEE;
    border: 2px solid #333333;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 15px #555555;
    color: #333333;
    right: 5px;
    min-width: 100px;
    padding: 5px;
    position: absolute;
    bottom: 5px;
    z-index: 98;    
    }

    .helpIcon .helpIconContent strong
    {
        display: inline-block;
        margin-top: 5px;
        }


.helpIcon:hover .helpIconContent
{
    display: block;
    }




.saveDayEx
{
    background: url("/Images/CommuteTracker/DayIcons.png") repeat scroll -17px -1px transparent;
    display: inline-block;
    height: 18px;
    position: relative;
    width: 18px;
    margin:-6px 0px;
    }

/**************************************/

#calendarBox .calDay
{ 
    position:relative;
}

.droppableDayOverlay
{
    display:none;
}

 /*     CALDAY DURING DRAG EVENTS     */

.userIsDragging
{
   /* background: none repeat scroll 0 0 #333333; */
    position:relative;
    /*top:-1px;*/
    width:100%;
    }
    
    #calendarBox .userIsDragging .calDayWrapper
    {
        position:absolute;
        top:0;
        left:0;
        height:100%;
        width:100%;
        margin:0px;
        }
        
    #calendarBox .validDrop .calDayWrapper
    {
        background:rgba(200,255,200,.5);
        }
        
    #calendarBox .userIsDragging .calDay
    {
        position:absolute;
        top:0;
        left:0;
        height:100%;
        width:100%;
        padding-right:0px;
        padding-left:1px;
        }
        
        #calendarBox .userIsDragging .calDay .droppableDayOverlay
        {
            display:block;
            position:relative;
            top:0px;
            left:0px;
            width:100%;
            height:25px;
            }


/*******************************************/
td.validDrop:hover .instruction
{
    display:none;
    }

/*     RETURN TIME COVER ELEMENT     */

.editWindow .editReturnTimeContainer
{
    position:relative;
    }

.editWindow .editReturnTimeContainer .returnTimeCover
{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgb(255,255,255);
    /*z-index:100;*/
    }

/*****************      JQUERY UI TABS      **********************/


#tabs.ui-tabs 
{
    width:747px;
    float:right;
    margin-right:25px;
}


/****************		clearfix		****************/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}



/*********************** added by kyle ************************/

/*      Calendar Navigation     */

div.calendarNavigation 
{
    float:right;
    width:716px;
    height:40px;
  /*  margin-top:40px; */
    text-align: center;
     margin-bottom:20px;
  
}

div.calendarNavigation table 
{
    margin: 0 auto;
    width: 500px;
}

div.calendarNavigation table tbody tr td 
{
    vertical-align: middle;
}


h2.monthTitle span 
{
    font-size: 21px;   
}

table.titleTable 
{
    width:450px;
    margin: 0 auto;
    padding-top:10px;
}
    
/* back & next buttons */
div.calendarNavigation div.previousBtn, div.calendarNavigation div.nextBtn 
{
    width:30px;
    height:22px;
    padding: 2px 10px 2px 10px;
	display: block;
	background-image: url(/Images/CommuteTracker/btngradient.png);
	background-repeat:repeat-x;
	background-position: center center;
	border-radius: 5px;
	border: 1px solid #4d4d4d;

}

div.calendarNavigation div.skipBackBtn, div.calendarNavigation div.skipAheadBtn 
{
    width: 60px;
    height: 22px;
    padding: 2px 10px 2px 10px;
	display: block;
	background-image: url(/Images/CommuteTracker/btngradient.png);
	background-repeat:repeat-x;
	background-position: center center;
	border-radius: 5px;
	border: 1px solid #4d4d4d;
}


div.commuteTracker div.calendarNavigation div.skipBackBtn a, 
div.commuteTracker div.calendarNavigation div.previousBtn a, 
div.commuteTracker div.calendarNavigation div.nextBtn a, 
div.commuteTracker div.calendarNavigation div.skipAheadBtn a
{
    font-size:18px;
    font-weight: bold;
    color: #e6e6e6;
    text-align:center;
    display: block;
    }


/* button hover states */

div.calendarNavigation div.skipBackBtn:hover, 
div.calendarNavigation div.previousBtn:hover, 
div.calendarNavigation div.nextBtn:hover, 
div.calendarNavigation div.skipAheadBtn:hover 
{
    cursor: pointer;
    background-image: url(/Images/CommuteTracker/btngradientHover.png);
	background-repeat:repeat-x;
}

div.commuteTracker div.calendarNavigation div.skipBackBtn a:hover, 
div.commuteTracker div.calendarNavigation div.previousBtn a:hover, 
div.commuteTracker div.calendarNavigation div.nextBtn a:hover, 
div.commuteTracker div.calendarNavigation div.skipAheadBtn a:hover 
{
   
    text-decoration: none;
} 



#commuteTrackerMonthYear
{
    white-space:nowrap;
    }

.pointReedemActionSection
{
    width:190px;
    margin:20px 0 0 10px;
}
.pointRedeemButton a,
.pointRedeemButton a:active,
.pointRedeemButton a:visited
{
    background-color: #E26A00;
    background-image: url("/Images/ProfileImages/ItemBlockButtonBkg.png");
    background-repeat: repeat-x;
    border: 1px solid #E26A00;
    border-radius: 7px 7px 7px 7px;
    color: #FFFFFF;
    display: block;
    font-family: Arial,Sans-Serif;
    font-size: 13px;
    font-weight: bold;
    /*height: 32px;*/
    line-height: 15px;
    padding: 7px 15px;
    width: 140px;
    margin-bottom:5px;
    text-align:center;
}

.pointRedeemButton a:hover
{
    background-color: #e98503; /*PULL FROM DATABASE*/
    color: #fff; /*PULL FROM DATABSE - SAME AS COLOR FOR NON HOVER*/
    text-decoration:none;
}





.ui-draggable-dragging
{
    z-index:999;
}





/* Feature Help Pop Up */
.featureHelpPopUp{ 
    background:#fff; 
    color:#666; 
    padding:5px;
    border:2px solid #558eff;
    border-radius:5px;
    box-shadow:0px 0px 5px;
    display:inline-block;
    max-width:300px; 
    position:absolute;
    z-index:999;
}

.featureHelpPopUp .popUpPointer{
    border-bottom: 10px solid #558eff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    display: block;
    height: 0;
    left: 10px;
    position: absolute;
    top: -12px;
    width: 0;
}
.featureHelpPopUp .closePopUp{
    position:absolute;
    display:block;
    top:1px;
    right:2px;
}









/*   Ridetrack additions   */
/* .hideRideTrak .ridetrakEntry .ridetrakIcon{
	display:none;
}
 */

.hideRideTrak .ridetrakEntry .ridetrakIconDisabled{
    position: absolute;
    top: 0PX;
    left: 0PX;
    font-size: 12px;
    background: #fff;
    color: #666;
	
    color: rgba(0,0,0,0.3);
    border-radius: 0px;
    line-height: 85%;
    padding: 0px 0px 0px 3px;
    margin: 0;

    background: rgba(255,255,255,0.5);
    width: 100%;
    height: 100%;
	
    font-size: 39px;
    font-weight: normal;
}


.hideExternal .externalEntry .externalIconDisabled {
    position: absolute;
    top: 0PX;
    left: 0PX;
    font-size: 12px;
    background: #fff;
    color: #666;
    color: rgba(0,0,0,0.3);
    border-radius: 0px;
    line-height: 85%;
    padding: 0px 0px 0px 3px;
    margin: 0;
    background: rgba(255,255,255,0.5);
    width: 100%;
    height: 100%;
    font-size: 39px;
    font-weight: normal;
}

#calendarBox .ridetrakEntry {
}

.ridetrakIcon {
    position: absolute;
    top: 0PX;
    left: 0PX;
    font-size: 12px;
    background: #fff;
    /*border-radius: 0px;*/
    line-height: 85%;
    padding: 1px;
    margin: 0;
}

#calendarBox .externalEntry {
}

.externalIcon {
    position: absolute;
    top: 0PX;
    left: 0PX;
    font-size: 12px;
    /*background: #fff;*/
    /*border-radius: 0px;*/
    line-height: 85%;
    /*padding: 1px;*/
    margin: 0;
    border:1px solid #f5f5f5;
}
#commuteTrackerSidebar .sidebarVehicleSection {
    margin-top:20px;
}

#commuteTrackerSidebar .fullDetails {
    font-size:12px;
}

#commuteTrackerSidebar .bootstrap {
    background:none;
}


#commuteTrackerSidebar .panel.panel-default {
    margin: 5px;
}

.glyphicon.glyphicon-plus.pull-right.createVehicle {
    margin-top: 7px;
    margin-right: 15px;
}


#commuteTrackerSidebar .list-group-item.vehicleItem {
    padding: 10px;
}



#commuteTrackerSidebar .bootstrap h4 {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
}

.vehicleItem .ZEVConfirmedIcon{
    color:#e0ce0d;
	float:left;
	display:block;
	
    height: 17px;
    margin-left: -10px;
}


#commuteTrackerSidebar .bootstrap .vehicleItem.active h4 {
    /*white-space:nowrap;
    float: left;
    padding: 5px 0;*/
}

td.nonDroppable.notEditable.maxEntriesReached .maxEntriesToolTip {
    display:none;
}

td.nonDroppable.notEditable.maxEntriesReached:hover .maxEntriesToolTip{
    display:block;
    float:left;
    clear:left;
}


 
/*   td.nonDroppable.notEditable.maxEntriesReached .maxEntriesToolTip {
    display:block;
    float:left;
    clear:left;
}
 */












.noZEVsErrorMessage {
    display: block;
    position: absolute;
    background: rgb(255,255,255);
    background: rgba(255,255,255,0.9);
    top: 1px;
    width: 100%;
    left: 0px;
    height: 100%;
    z-index: 999;
    padding: 20px;
    box-sizing: border-box;
    padding-top: 30px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
}





.calendar-route-options {
    margin:8px 0;
}

.calendar-route-options--option-row {
    display: flex;
    padding: 4px;
}

.calendar-route-options--checkbox img {
    max-height: 40px;
}

.calendar-route-options--label {
    margin-left:8px;
}




#CalendarVehicleOwnershipVerification .message {
    padding:16px;
}



.userIsDragging .routeOptionsContainer {
    position: absolute;
    bottom: 0;
}


 
    div.myTeamChallenge .dialog_body 
    {
        background-color: transparent;
        border-collapse: collapse;
        text-align: left;
        font-size: 12px;
        border: none;
        color: #4d4d4d;
    }
        
   div.myTeamChallenge .header_cell
   {
       background-color: transparent;
       color: #282828;
       background-image: none;
       line-height: normal;
       padding-bottom: 7px;
       font-weight: normal;
       border-bottom: 1px solid #282828 !important;
       border-width: 1px;
       padding-left:3px;
       text-align: left;
   }
   
   div.myTeamChallenge .icon_cell, div.myTeamChallenge .table_cell 
   {
       background-color:transparent;
       font-weight: bold;
       border: none;
   }     
   
   div.myTeamChallenge .right 
   {
       text-align: right;
   }
   
   div.myTeamChallenge .AllTeamsDividerRow td 
   {
       padding-left: 3px;
       padding-top:8px;
       padding-bottom:8px;
       /*color: #4d4d4d;*/
   }
   
   
   .RadTabStripTable
   {
       width:800px;
       margin: 0px auto;
       }
   
   
  /* .tableSectionWrapper
   {
       margin:5px 0px;
       padding:10px;
       border-radius:5px;
       background:#EFEFEF;
       }*/
       
   .ChallengeIDsSuperTable
   {
       margin:10px 0px 40px 0;
       }
   
   
   .ChallengeModeStatsSuperTable
   {
        }
        
        .ChallengeModeStatsSuperTable table tr:nth-child(2n+3)
        {
            background:#E3E3E3;
            }
        .ChallengeModeStatsSuperTable table tr:nth-child(2n)
        {
            background:#F1F1F1;
            }
   
   .ChallengeMembersSuperTable
   {
       }
        .ChallengeMembersSuperTable table tr:nth-child(2n+3)
        {
            background:#E3E3E3;
            }
        .ChallengeMembersSuperTable table tr:nth-child(2n)
        {
            background:#F1F1F1;
            }
   
        div.myTeamChallenge .ChallengeMembersSuperTable .highlightbackground2
        {
            background:#93C6F9;
            }
       
              
       .tempPositionFix.registerOrganization
       {
           float:right;
            right:0px;
            top:0px;
            }
           
    div.rideSharkInternalTabsWrapper div.rideSharkInternalTabsContentArea{ font-size:12px; line-height:17px; }   
 
 /*.field_label_header
 {
    background:#555555;
    color:#eee;
    font-size: 16px;
    line-height: 24px;
    }*/

 .ChallengeMembersSuperTable tr td table .AllTeamsDividerRow,
 .ChallengeMembersSuperTable tr td table .CurrentTeamDividerRow
 {
     background:#939393;
     color:#FFFFFF;
     }
       
.share-modal input[type=text]:hover{border:1px solid #bce8f1}.share-modal .share-parameter{margin-bottom:13px}.share-modal #share_modal_email_subject,.share-modal #share_modal_facebook_title{display:block;float:left;width:85%;clear:left;border:none;font-size:17px;font-weight:700;border:1px solid transparent}.share-modal #share_modal_email_subject:hover,.share-modal #share_modal_facebook_title:hover{border:1px solid #bce8f1}.share-modal #share_modal_facebook_caption{display:block;float:left;width:85%;clear:left;border:none;font-size:16px;margin-bottom:5px;border:1px solid transparent}.share-modal #share_modal_facebook_caption:hover{border:1px solid #bce8f1}.share-modal #share_modal_email_body,.share-modal #share_modal_facebook_description,.share-modal #share_modal_twitter_description{display:block;float:left;width:85%;clear:left;border:none;font-size:14px;border:1px solid transparent}.share-modal #share_modal_email_body:hover,.share-modal #share_modal_facebook_description:hover,.share-modal #share_modal_twitter_description:hover{border:1px solid #bce8f1}.share-modal #share_modal_email_body,.share-modal #share_modal_twitter_description{width:100%}.share-modal .post-button{margin-top:1em;float:right}.share-modal .tab-content{padding-top:1em}