﻿.AutoExtender
{
    font-family: "Roboto",sans-serif;
    /*font-size: .8em;*/
    font-size: 10pt;
    font-weight: normal;
    border: solid 1px #006699;
    line-height: 20px;
    padding: 5px;
    white-space: nowrap;
    background-color: White;
    margin-left:0px;
    overflow: auto;    
    background-color:lightgrey;
}
.AutoExtenderList
{
    margin: 0px 0px 0px 0px;    
    border-bottom: dotted 1px #454545;
    cursor: pointer;
    color: Black;
    white-space: nowrap;
    list-style-type: none;
    position: relative;    
    background-color:lightgrey;      
}
.AutoExtenderHighlight
{
    color: White;
    /*background-color: #006699;*/
    background-color: #454545;
    white-space: nowrap;
    cursor: pointer;
    width: auto;
}
.AutoExtenderList *
{
    -webkit-box-sizing: unset !important;
     -moz-box-sizing: unset !important;
          box-sizing: unset !important;
}
.AutoExtenderList *:before,
*:after
{
    -webkit-box-sizing: unset !important;
     -moz-box-sizing: unset !important;
          box-sizing: unset !important;
}


* .AutoExtender
{
    -webkit-box-sizing: content-box !important;
     -moz-box-sizing: content-box !important;
          box-sizing: content-box !important;
}
*:before,
*:after .AutoExtender
{
    -webkit-box-sizing: content-box !important;
     -moz-box-sizing: content-box !important;
          box-sizing: content-box !important;
}
.DefualtStyle
{
	font-family: "Roboto",sans-serif;
	font-size: 10pt;	
	font-weight: normal;
	color: Black;
	font-style: normal;	
	background-color:lightgrey;
}
.ControlStyle2
{
	font-family: "Roboto",sans-serif;
	font-size: 10pt;	
	font-weight: normal;
	color: Blue;
	font-style: normal;	
	background-color:lightgrey;
}
