﻿/* dynamic dropdown */
/*.changeCursor{
    cursor:default;
}
.dropdownrowover{
    background-color:#316ac5;
    border:dotted 1px #ce953a;
    height:16px;
    line-height:16px;
    color:#fff;
    font-size:11px;
    font-family:Verdana;
}
.dropdownrow{
    background-color:#fff;
    border:solid 1px #fff;
    height:16px;
    line-height:16px;
    color:rgb(0,0,0);
    font-size:11px;
    font-family:Verdana;
}
.dropdownrowoverdisabled{
    background-color:#316ac5;
    border:dotted 1px #ce953a;
    height:16px;
    line-height:16px;
    color:#999;
}
.dropdownrowdisabled{
    background-color:#fff;
    border:solid 1px #fff;
    height:16px;
    line-height:16px;
    color:#999;
}
.dropiframe{
    position:absolute;
    border:none;
    display:none;
    z-index:999;
}
.dropcounterBig{
    line-height:18px;
    float:right;
    cursor:default;
     color:rgb(140,140,140);
    font-size:9px;
     font-family:Verdana;
}
.dropcounterSmall{
    line-height:16px;
    color:rgb(140,140,140);
    font-size:9px;
    float:right;
    cursor:default;
    font-family:Verdana;
}*/
    
.dropdowntableinput 
{
	font-size:8pt;
	background:White;
	border: solid 1px #8c8c8c;
	height:19px;
	z-index:101;
	color:#000;
}
.changeCursor{
    cursor:default;
}
.dropdownrowover{
    background-color:#316ac5;
    border:dotted 1px #ce953a;
    height:16px;
    line-height:16px;
    color:#fff;
    font-size:inherit;
}
.dropdownrow{
    background-color:#fff;
    border:solid 1px #fff;
    height:16px;
    line-height:16px;
    color:#000;
    font-size:inherit;
}
.dropdownrowoverdisabled{
    height:0px;
    line-height:0px;
    display:none;
    margin:0;
    padding:0;
    border:0;
    font-size:0px;
}
.dropdownrowdisabled{
    height:0px;
    line-height:0px;
    display:none;
    margin:0;
    padding:0;
    border:0;
    font-size:0px;
}
.dropiframe{
    position:absolute;
    border:none;
    display:none;
    z-index:999;
}
.dropcounterBig{
    line-height:18px;
    color:#999;
    font-size:10px;
    float:right;
    cursor:default;
}
.dropcounterSmall{
    line-height:16px;
    color:#999;
    font-size:10px;
    float:right;
    cursor:default;
}