.Toolbar {
background-color: #84ABE3;
border-left: #CBCBE4 solid 1px;
border-right: #CBCBE4 solid 1px;
border-top: #CBCBE4 solid 0px;
border-bottom: solid 0px;
padding: 2px;
FILTER: progid:dximagetransform.microsoft.gradient(gradienttype=0,startcolorstr=#84ABE3,endcolorstr=#D4E6FB);
}
.ButtonNormal {
border-left: solid 0px;
border-top: solid 0px;
border-right: solid 0px;
border-bottom: solid 0px;
cursor:hand;
}
.ButtonPressed {
background-color: #D4E6FB;
border-left: #000000 inset 0px;
border-top: #000000 inset 0px;
border-right: #000000 inset 0px;
border-bottom: #000000 inset 0px;
cursor:hand;
}
.ButtonMouseOver {
background-color: #D4E6FB;
border-left: #000000 solid 0px;
border-top: #000000 solid 0px;
border-right: #000000 solid 0px;
border-bottom: #000000 solid 0px;
cursor:hand;
}
.ButtonDisabled {
FILTER: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
border-left: #dddddd solid 0px;
border-top: #dddddd solid 0px;
border-right: #dddddd solid 0px;
border-bottom: #dddddd solid 0px;
}
.ButtonText {
font-family: Verdana;
font-size: 10px;
}
.DropDown {
background-color:#FFFFFF;
border-left:#eeeeee solid 1px;
border-top:#eeeeee solid 1px;
border-right:buttonshadow solid 1px;
border-bottom:buttonshadow solid 1px;
}
.Space {
background-color: #dddddd;
width: 4px;
height: 24px;
}
.List {
background-color: #eeeeee;
}
.Image {
width: 22px;
height: 22px;
}
.Divider {
border-left: #6699cc solid 1px;
border-top: #6699cc solid 1px;
border-right: #ffffff solid 1px;
border-bottom: #ffffff solid 1px;
width: 2px;
height: 24px;
}
.Text {
background-color: #EAF4FF;
font: 10pt verdana,arial,sans-serif;
border-left: #CBCBE4 solid 1px;
border-top: #CBCBE4 solid 1px;
border-right: #CBCBE4 solid 1px;
border-bottom: #CBCBE4 solid 1px;
LINE-HEIGHT: 20px;
height: 220px;
width: 100%;
overflow: auto;
scrollbar-base-color: rgb(234,242,255);
scrollbar-highlight-color: rgb(234,242,255);
scrollbar-3dlight-color: #84ABE3;
scrollbar-darkshadow-color: #84ABE3;
scrollbar-shadow-color: rgb(234,242,255);
scrollbar-face-color: rgb(234,242,255);
scrollbar-track-color: #D4E6FB;
scrollbar-arrow-color: black;
}
.Heading {
color:navy;
background-color: #eeeeee;
}
.Selector {
border-left: #6699cc solid 8px;
z-index:100;
display:none;
position:absolute;
}
A.SelectItem:link {
color: black;
text-decoration:none;
}
A.SelectItem:active {
color: black;
text-decoration:none;
}
A.SelectItem:visited {
color: black;
text-decoration:none;
}