

	span.remainingCharacters { 
		color: #999; 
		font-style:italic;
		font-size:11px;
		text-align:right;
		margin-top:0;
	}
	td .GridBorderTop	{
		border-bottom:2px solid black;
	}
    table.shelfsetgrid 
    {
        border:2px solid #ccc;
        border-spacing: 0px;
        padding:10px;
    }

    table.shelfsetgrid .priceTag 
         {
             border:3px solid #333;
             background-color:White;
             width:75px;
             margin-left:auto;
             margin-right:auto;
             -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
               border-radius: 3px;
         }
         table.shelfsetgrid .priceText
         {
             width:60px; border:0;
         }
         table.shelfsetgrid td.shelfProduct
         {
            cursor:pointer;
            padding:0px;
            border-spacing: 0px;
         }
         table.shelfsetgrid td.shelfProduct:hover 
         {
            border: 0px;
            background: rgb(239,239,239);
            background-color:rgba(238,238,238,0.5);
         }
        table.shelfsetgrid td.shelfProduct:active, table.shelfsetgrid td.shelfProduct.selected:active {
            border: 0px;
            background: rgb(255,155,155);
            background-color:rgba(255,155,155,0.5);
        }

        table.shelfsetgrid td.shelfProduct.selected {
             border:0px solid #AECFF7;
             padding:0;
             -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            background:rgb(246,251,252);
            background-color:rgba(246,251,252,0.8);
            background-image:url(/ix/images/icons/accept.png);
            background-repeat:no-repeat;
            background-position: 100% 100%;
         }
         #trashcan 
         {
             float:right;
             border:2px solid black;
             text-align:center;
             height:100px;
             width:100px;
             padding:20px;
         }

        #Copyright { margin-top: 20px; }
        #Copyright a, #Copyright a:visited, 
        #PrivacyStatement a, #PrivacyStatement a:visited { color: #808080;} 

        #SurveySubmitButton { padding: 2px 20px; }

    .EditQuestion { display:block; margin-top:10px; position: absolute; }

	.ProgressBar { 
        background: url(/ix/images/progressbar-background.png); 
		height:20px;
		overflow: hidden;
		background-repeat:repeat-x;
		border-radius:4px;
		-webkit-border-radius: 4px;
		width:300px;
		border:1px solid #ccc;
		margin:10px 0;
        text-align:left;
	}
	.ProgressBar-Bar { 
		text-align:right;
		font-size:12px;
		line-height:20px;
		padding-right:5px;
		margin-left:-5px;
		text-shadow: 0px 0px 1px #444;
		color:#fff;
		background: url(/ix/images/progressbar-background.png); 
		background-position: 0 -20px;
		height:20px;
        min-width: 28px; /* force it to show the 0% */
		background-repeat:repeat-x;
	}
	
    .Inline-Radio-Wrap, .Inline-CheckBox-Wrap {
        margin: 3px 0px;
        padding-right: 15px;    
        display: inline-block;
        box-sizing: border-box;
        vertical-align: top;
    }
 

    .Inline-Radio-Wrap input[type="radio"] {
        margin-left: 0; 
    }


	
/* Date range & picker */

.date-input-wrap {
    position: relative;
    display: inline-block;
    font-size: 0;
    white-space: nowrap;
    margin-right: 10px;
}

.DateInput {
    background-image: url(/ix/images/date-input.png);
    background-position: 3px 50%;
    background-repeat: no-repeat;
    padding-left: 25px !important;
    height: 28px;
    box-sizing: border-box;
    border: 1px solid #ABADB3;
    margin-left: 0;
    outline: 0;
}

div.daterange {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 995;
    display: none;
    float: left;
    list-style: none;
    background-color: #FFF;
    border: 1px solid #CCC;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    font-size: 13px;
    overflow: hidden;
    margin-top: 1px;
}

div.daterange.ranged ul {
    float: left;
    width: 140px;
}

div.daterange.ranged div.calendars {
    float: left;
    border-left: 1px solid #CCC;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	margin-left: 10px;
    padding-bottom: 500px;
    margin-bottom: -500px;
}

div.calendars .datepicker + .datepicker {
    margin-top: 20px;
	margin-bottom: 20px;
}

div.daterange ul {
    margin: 0;
    padding: 0;
}

div.daterange ul li {
    list-style-type: none;
}

div.daterange li a {
    margin-left: 1px;
    margin-right: 1px;
    display: block;
    padding: 6px 4px;
    text-decoration: none;
    color: black;
    font-size: 9pt;
    vertical-align: top;
    margin: 1px;
}

div.daterange li a:hover, div.daterange li a.selected {
    background: #3F6DBC !important;
    color: #fff !important;
}

div.daterange li a.range {
	color: #A4BAE5;
	font-weight: bold;
}

div.daterange div.calendars {
    display: none;
}

div.datepicker {
}

div.datepicker table {
    width: 100%;
    border-collapse: collapse;
	background-color:#fff;
}

div.datepicker table tr.caption td {
    text-align: center;
    padding: 4px;
	color:#333;
	font-size:18px;
	padding-top:8px;
}

div.datepicker tr.days td {
    text-align: center;
	color:#333;
	text-transform:capitalize;
	padding: 5px;
}
div.datepicker table td {
		
	}
div.datepicker tr td.day {
	font-weight:bold;
	border:1px solid #E6E6E6;
}

div.datepicker tr td.weekend a {
}

div.datepicker tr td.today  a {
}
div.datepicker tr td.other-month a {
	background-color:#F2F2F2;
}
div.datepicker tr td a {
    text-align: center;
    padding: 6px 8px;
    text-decoration: none;
    color: #333;
    display: block;
	font-size:1.3em;	
}

div.datepicker tr td.selected a {
	border: 2px solid #F00;
	border-radius: 100%;
}

div.datepicker tr td a:hover {
    color: #333;
	text-decoration:underline;
}

div.datepicker button {
	width: 100%;
	height: 20px;
	border: 0;
	padding: 0;
	margin: 0;
	cursor:pointer;
	background:#fff;
}

div.datepicker button.next-month {
}

div.datepicker button:hover {
    font-weight:bold;
}

table.TextboxGridTable.HideRowLabels tr.GridRowOdd, 
table.TextboxGridTable.HideRowLabels tr.GridRowOdd td  {
        background:none;
}


		 

/* Identified DIVs */ 

#SurveySubmitButton {
background:url(/ix/cImages/dmm_continue_button2.jpg) no-repeat;
cursor:pointer;
width: 182px;
height: 59px;
text-indent: 0em;
border: none;
padding-top:59px;
}
  

.cB, .cBw { background:url(http://www.insightexpress.com/ix/cimages/fb_leftright.png) top right; }  
.cBt, .cBt div, .cBb, .cBb div { background:url(http://www.insightexpress.com/ix/cimages/fb_topbottom.png) top right; }    
.cB2, .cBw2 { background:url(http://www.insightexpress.com/ix/cimages/fb_leftright2.png) top right; }  
.cBt2, .cBt2 div, .cBb2, .cBb2 div { background:url(http://www.insightexpress.com/ix/cimages/fb_topbottom2.png) top right; }    
.cB {   
padding:0 15px 0 0;   
position:relative; 

/* fix IE/win buggy bg display */   
width:79%;          
margin-left:160px;   
margin-right:0px;            
}    
.cB2 {   
padding:0 15px 0 0;   
position:relative; 

/* fix IE/win buggy bg display */   
width:250px;      margin-left:40%;  
}  
.cBw {   
background-position:top left;   
padding-left:10px;  
}  
.cBt, .cBb {   
margin:0 -15px 0 -10px; 

/* push into rB and rBw padding */   
height:23px; 
/* fix IE/win bug when rB width set */  
}  
.cBt div, .cBb div { width:20px; height:23px; }  
.cBt div { background-position:top left; }  
.cBb, .cBb div { height:25px; }  
.cBb { background-position:bottom right; }  
.cBb div { background-position:bottom left; }    
.cBw2 {   background-position:top left;   padding-left:10px;  }  
.cBt2, .cBb2 {   margin:0 -15px 0 -10px; 
/* push into rB and rBw padding */   
height:23px; /* fix IE/win bug when rB width set */  }  
.cBt2 div, .cBb2 div { width:20px; height:23px; }  
.cBt2 div { background-position:top left; }  
.cBb2, .cBb2 div { height:25px; }  
.cBb2 { background-position:bottom right; }  
.cBb2 div { background-position:bottom left; } 
    
 /***** end Images on All Sides box *****/   
 
#GraphicDiv {      
position: absolute;      
top: 0px;      
left: 0px;      
z-index: -1 ;      
}      

#ProgressBarOuterTable {                                                     
background-color: transparent;      
border-collapse: collapse;     
}    

#ProgressBarInnerTable {                                
width: 200px;                           
border-collapse: collapse;                         
}       

#ProgressBarLeft {      
background-color: #5C8BBF;      
}    

#ProgressBarRight {     
background-color: white;      
}    

.ProgressBarLabel {                                
font-family: Verdana;      
font-size: 10pt; 
color: #000000;      
font-weight: bold;     
}    

#Copyright {      
margin:20px 50px 20px 0px;                          
width: 75%;      
color: gray;      
font-size: xx-small;      
text-align: center;      
font-family: Verdana;     
}    

.PrivacyStatement {      
width: 75%;      
font-size: 8pt;      
text-align: center;      
font-family: Verdana;     
}    

#Header {}    

#Footer { 
font-family: Arial,Helvetica; 
font-size: 10pt; 
color: #000000;
}    
#Footer2 { 
width:55%; 
padding:30px; 
margin:20px 50px 20px 50px; 
color:#fff; 
}  

#Footer2, #Footer2 .sb-inner { background:#ffffff; }  
#Footer2 .sb-border { background:#336699; }    

Body { font-size: 12pt; background-color:#fff; color: #eeeeee; font-family: Verdana; }      

.CheckboxTable { font-size: 10pt; color: #000000; }    
.GridTable { 
font-size: 10pt; 
color: #000000;     
border-collapse:collapse;       
}    
.GridRowOdd { 
font-size: 10pt; 
color: #000000;     
background-color: #eeeeee;     
}    

.GridRowEven { 
font-size: 10pt; 
color: #000000;     
background-color: white;      
}    

.GridColumnLabel {font-size: 10pt; color: #000000; text-align: center;}          
.GridRowLabel { font-size: 10pt; color: #000000;     
width: 200;      
}    
.ScaleTable { 
font-size: 10pt; 
color: #000000;     
border-collapse:collapse;       
}    

.ScaleLabelLeft {font-size: 10pt; color: #000000;}     
.ScaleLabelRight {font-size: 10pt; color: #000000;}     
.RadioButtonTable {font-size: 10pt; color: #000000;}    
.RadioButtonRowOdd {font-size: 10pt; color: #000000;}     
.RadioButtonRowEven {font-size: 10pt; color: #000000;}     
.RadioButtonResponse {font-size: 10pt; color: #000000;}    
.CheckboxRowOdd {font-size: 10pt; color: #000000;}     
.CheckboxRowEven {font-size: 10pt; color: #000000;}     
.CheckboxResponse {font-size: 10pt; color: #000000;}     
.CheckboxCell {font-size: 10pt; color: #000000;}    
.NumericInput {font-size: 10pt; color: #000000;}     
.MDGridTable { font-size: 10pt; color: #000000;                                     
}    
.MDGridColumnLabel { font-size: 10pt; color: #000000;     
text-align: center;       
}    
.MDGridRowLabel {font-size: 10pt; color: #000000;}    
.MDGridCell {font-size: 10pt; color: #000000;}    
.SpecifyBox {font-size: 10pt; color: #000000;}      
.QuestionLabel { font-size: 10pt; color: #000000; font-weight: normal;     
width:615px;      
}  
.QuestionNumber { font-size: 10pt; color: #000000;     
width:25px;          
color: #000000;     
font-weight: bold;     
}         
/* Error text for in-page errors */  
.Error  {           
color: #000000;     
font-family: Arial,Helvetica;     
font-size: 10pt; 
color: #5C8BBF;     
font-weight: normal;     
font-style: normal;     
color: red;    
}


		 

