﻿.Title1 {
    font-size: 24pt;
    font-family: Arial,宋体;
    font-weight: bold;
    color: #414141;
}
.Title2 {
    font-size: 20pt;
    font-family: Arial,宋体;
    font-weight: bold;
    color: #414141;
}
.Title3 {
    font-size: 16pt;
    font-family: Arial,宋体;
    color: #414141;
}
.MyLabel1 
{
	font-size: 10pt; 
	font-family: Arial,宋体; 
	font-weight: bold;
	color: #414141;
}
.MyLabel2 {
    font-size: 12pt;
    font-family: Arial,宋体;
    font-weight: bold;
    color: #000000;
}
.MyLabel3 {
    font-size: 10pt;
    font-family: Arial,宋体;
    font-weight: bold;
    color: #000000;
}
.QuLabel1 {
    font-size: 12pt;
    font-family: Arial,宋体;
    font-weight: bold;
    color: #414141;
}
.RtLabel1 {
    border: 1px solid #95B8E7;
    background-color: #fff;
    height: 30px;
    border-radius: 5px;
    font-size: 12pt;
}
.Mycombobox1 {
    border: 1px solid #95B8E7;
    background-color: #fff;
    height: 30px;
    border-radius: 5px;
    font-size: 12pt;
}

.combobox-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 2px;
}
.combo-arrow {
    height: 20px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.combo-arrow-hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.combo-panel {
    overflow: auto;
}

.combo-arrow {
    background: url('images/combo_arrow.png') no-repeat center center;
}

.combo-panel {
    background-color: #ffffff;
}

.combo-arrow {
    background-color: #E0ECFF;
}

.combo-arrow-hover {
    background-color: #eaf2ff;
}

.combo-arrow:hover {
    background-color: #eaf2ff;
}

.combo .textbox-icon-disabled:hover {
    cursor: default;
}

.combobox-item,
.combobox-group,
.combobox-stick {
    font-size: 14px;
    padding: 6px 4px;
    line-height: 20px;
}

.combobox-item-disabled {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.combobox-gitem {
    padding-left: 10px;
}

.combobox-group,
.combobox-stick {
    font-weight: bold;
}

.combobox-stick {
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    background: inherit;
}

.combobox-item-hover {
    background-color: #eaf2ff;
    color: #000000;
}

.combobox-item-selected {
    background-color: #ffe48d;
    color: #000000;
}

.combobox-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 2px;
}
.MyDDL1 {
    height: 20px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    opacity: 0.6;
    filter: alpha(opacity=60);
    overflow: auto;
    border: 1px solid #95B8E7;
    background-color: #fff;
}
.ev-star {
    Height: 25px;
    Width: 25px;
}


