/*-TEST DROP DOWN SELECT-*/
.SelectType1 { /*style of DHTML Select Menu, main box */
    width: 152px; /*default  width of main box */
    height: 16px;
    overflow: hidden;
    position: relative;
    text-indent: 3px;
    cursor: pointer;
    font-size: 1.1em;
    border: 1px solid #bdbbbb;
    border-right: none;
    background: #742952;
    color: #D5C833;
    float:left;
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-top: 1px;
}

.SelectType1 .downimage { /*style of "down" image to the right of the DHTML Select Menu*/
    position: absolute;
    left: 134px;
    top: -1px;
    width: 18px;
    height: 19px;
}

.SelectType1 .dropdown { /*style of Drop Down Menu that appears onMouseover */
    position: absolute;
    top: 100%;
    left: -1px !important;
    width: 151px; /*default width of drop down menu*/
    display: none;
    font-weight: normal;
    border: 1px solid #bdbbbb;
    overflow: auto;
    overflow-x: hidden;
}
/*\*/ html* .SelectType1 .dropdown { /*style of Drop Down Menu that appears onMouseover */
    overflow: auto;
}/*\*/
* html .SelectType1 .dropdown { /*style of Drop Down Menu that appears onMouseover */
    overflow: auto;
    overflow-x: hidden;
}
.SelectType1 .dropdown a { /*style of Drop Down Menu's links */
    width: auto;    
    font-size: 1.1em;
    display: block;
    background: #742952;
    color: #D5C833;
    padding: 1px 0;
    text-indent: 5px;
    text-decoration: none;
}

* html .SelectType1 .dropdown a { /*IE 6 (and below) hack */
    width: 100%;
}

.SelectType1 .dropdown a:hover {
    background: #CCCCCC;
    color: #FFFFFF;
}
/*--PAY DROPDOWN--*/
.SelectType2 { /*style of DHTML Select Menu, main box */
    width: 113px; /*default  width of main box */
    height: 16px;
    overflow: hidden;
    position: relative;
    text-indent: 3px;
    cursor: pointer;
    font-size: 1.1em;
    border: 1px solid #bdbbbb;
    border-right: none;
    background: #742952;
    color: #D5C833;
    padding-top: 1px;
    display: inline;
    float: right;
}

.SelectType2 .downimage { /*style of "down" image to the right of the DHTML Select Menu*/
    position: absolute;
    left: 95px;
    top: -1px;
    width: 18px;
    height: 19px;
}

.SelectType2 .dropdown { /*style of Drop Down Menu that appears onMouseover */
    position: absolute;
    top: 100%;
    left: -1px !important;
    width: 112px; /*default width of drop down menu*/
    display: none;
    font-weight: normal;
    border: 1px solid #bdbbbb;
    height: 100px;
    overflow: auto;
    overflow-x: hidden;
}
/*\*/ html* .SelectType2 .dropdown { /*style of Drop Down Menu that appears onMouseover */
    overflow: auto;
}/*\*/
* html .SelectType2 .dropdown { /*style of Drop Down Menu that appears onMouseover */
    overflow: auto;
    overflow-x: hidden;
}
.SelectType2 .dropdown a { /*style of Drop Down Menu's links */
    width: auto;    
    font-size: 1.1em;
    display: block;
    background: #742952;
    color: #D5C833;
    padding: 1px 0;
    text-indent: 5px;
    text-decoration: none;
}

* html .SelectType2 .dropdown a { /*IE 6 (and below) hack */
    width: 100%;
}

.SelectType2 .dropdown a:hover {
    background: #CCCCCC;
    color: #FFFFFF;
}
/*--MONTH AND YEAR--*/
.Date { /*style of DHTML Select Menu, main box */
    width: 49px; /*default  width of main box */
    height: 16px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    font-size: 1.1em;
    border: 1px solid #bdbbbb;
    border-right: none;
    background: #742952;
    color: #D5C833;
    padding-top: 1px;
}

.Date .downimage { /*style of "down" image to the right of the DHTML Select Menu*/
    position: absolute;
    left: 31px !important;
    top: -1px;
    width: 18px;
    height: 19px;
}

.Date .dropdown { /*style of Drop Down Menu that appears onMouseover */
    position: absolute;
    top: 100%;
    left: -1px !important;
    width: 49px; /*default width of drop down menu*/
    display: none;
    font-weight: normal;
    border: 1px solid #bdbbbb;
    overflow: auto;
    overflow-x: hidden;
}
/*\*/ html* .Date .dropdown { /*style of Drop Down Menu that appears onMouseover */
    overflow: auto;
}/*\*/
* html .Date .dropdown { /*style of Drop Down Menu that appears onMouseover */
    overflow: auto;
    overflow-x: hidden;
}
.Date .dropdown a { /*style of Drop Down Menu's links */
    width: auto;    
    font-size: 1.1em;
    display: block;
    background: #742952;
    color: #D5C833;
    padding: 1px 0px;
    text-decoration: none;
    padding-left: 2px;
}

* html .Date .dropdown a { /*IE 6 (and below) hack */
    width: 100%;
}

.Date .dropdown a:hover {
    background: #CCCCCC;
    color: #FFFFFF;
}
.Alt10 {
    float: left;
    margin-right: 3px;
}
/*--*/
.BlockCard { /*style of DHTML Select Menu, main box */
    width: 239px;
    height: 16px;
    overflow: hidden;
    float: right;
    position: relative;
    display: inline;
    text-indent: 3px;
    cursor: pointer;
    font-size: 1.1em;
    border: 1px solid #bdbbbb;
    border-right: none;
    background: #742952;
    color: #D5C833;
    padding-top: 1px;
}

.BlockCard .downimage { /*style of "down" image to the right of the DHTML Select Menu*/
    position: absolute;
    left: 221px;
    top: -1px;
    width: 18px;
    height: 19px;
}

.BlockCard .dropdown { /*style of Drop Down Menu that appears onMouseover */
    position: absolute;
    left: -1px !important;
    width: 238px; /*default width of drop down menu*/
    display: none;
    font-weight: normal;
    border: 1px solid #bdbbbb;
    height: 100px;
    overflow: auto;
    overflow-x: hidden;
}
/*\*/ html* .BlockCard .dropdown { /*style of Drop Down Menu that appears onMouseover */
    overflow: auto;
}/*\*/
* html .BlockCard .dropdown { /*style of Drop Down Menu that appears onMouseover */
    overflow: auto;
    overflow-x: hidden;
}
.BlockCard .dropdown a { /*style of Drop Down Menu's links */
    width: auto;    
    font-size: 1.1em;
    display: block;
    background: #742952;
    color: #D5C833;
    padding: 1px 0;
    text-indent: 5px;
    text-decoration: none;
}

* html .BlockCard .dropdown a { /*IE 6 (and below) hack */
    width: 100%;
}

.BlockCard .dropdown a:hover {
    background: #CCCCCC;
    color: #FFFFFF;
}
/*--*/
.SelectType3 { /*style of DHTML Select Menu, main box */
    width: 198px;
    height: 16px;
    overflow: hidden;
    float: right;
    position: relative;
    display: inline;
    text-indent: 3px;
    cursor: pointer;
    font-size: 1.1em;
    border: 1px solid #bdbbbb;
    border-right: none;
    background: #742952;
    color: #D5C833;
    padding-top: 1px;
    text-align: left;
}

.SelectType3 .downimage { /*style of "down" image to the right of the DHTML Select Menu*/
    position: absolute;
    left: 180px;
    top: -1px;
    width: 18px;
    height: 19px;
}

.SelectType3 .dropdown { /*style of Drop Down Menu that appears onMouseover */
    position: absolute;
    left: -1px !important;
    width: 197px; /*default width of drop down menu*/
    display: none;
    font-weight: normal;
    border: 1px solid #bdbbbb;
    height: 100px;
    overflow: auto;
    overflow-x: hidden;
}
/*\*/ html* .SelectType3 .dropdown { /*style of Drop Down Menu that appears onMouseover */
    overflow: auto;
}/*\*/
* html .SelectType3 .dropdown { /*style of Drop Down Menu that appears onMouseover */
    overflow: auto;
    overflow-x: hidden;
}
.SelectType3 .dropdown a { /*style of Drop Down Menu's links */
    width: auto;    
    font-size: 1.1em;
    display: block;
    background: #742952;
    color: #D5C833;
    padding: 1px 0;
    text-indent: 5px;
    text-decoration: none;
    text-align: left;
}

* html .SelectType3 .dropdown a { /*IE 6 (and below) hack */
    width: 100%;
}

.SelectType3 .dropdown a:hover {
    background: #CCCCCC;
    color: #FFFFFF;
}
/*--*/
.SelectType4 { /*style of DHTML Select Menu, main box */
    width: 213px;
    height: 17px;
    overflow: hidden;
    position: relative;
    text-indent: 3px;
    cursor: pointer;
    font-size: 0.86em;
    border: 1px solid #d4d9db;
    border-right: none;
    background: #f6f6f6;
    color: #666666;
    padding-top: 1px;
    text-align: left;
}

.SelectType4 .downimage { /*style of "down" image to the right of the DHTML Select Menu*/
    position: absolute;
    left: 195px;
    top: -1px;
    width: 18px;
    height: 19px;
}

.SelectType4 .dropdown { /*style of Drop Down Menu that appears onMouseover */
    position: absolute;
    left: -1px !important;
    width: 212px; /*default width of drop down menu*/
    display: none;
    font-weight: normal;
    border: 1px solid #d4d9db;
    overflow: auto;
    overflow-x: hidden;
}
/*\*/ html* .Selecttype4 .dropdown {/*style of Drop Down Menu that appears onMouseover */
    overflow: auto;
}/*\*/
* html .SelectType4 .dropdown { /*style of Drop Down Menu that appears onMouseover */
    overflow: auto;
    overflow-x: hidden;
}
.SelectType4 .dropdown a { /*style of Drop Down Menu's links */
    width: auto;
    font-size: 1em;
    display: block;
    background: #f6f6f6;
    color: #89959a;
    padding: 1px 0;
    text-indent: 5px;
    text-decoration: none;
    text-align: left;
}

.SelectType4 .dropdown a:hover {
    background: #CCCCCC;
    color: #FFFFFF;
}

/*-CheckBox-*/
.Alt4 input,
.WrapCheckBox input,
.ParEmail input,
#subContent .Wrap8 input {
    display: none;
}
.ParEmail label {
    padding-top: 0px !important;
}
label.CheckBoxNormal,
label.CheckBoxActive {
    padding-left: 15px;
}
label.CheckBoxNormal {
    background: url(Images/check-box.gif) no-repeat left 1px;
}
label.CheckBoxActive {
    background: url(Images/check-box.gif) no-repeat left -18px;
}
/*\*/ html* label.CheckBoxNormal { 
    background: url(Images/check-box.gif) no-repeat left -1px;
}/**/
/*\*/ html* label.CheckBoxActive { 
    background: url(Images/check-box.gif) no-repeat left -20px;
}/**/
* html label.CheckBoxNormal {
    background: url(Images/check-box.gif) no-repeat left 1px;
}
* html label.CheckBoxActive {
    background: url(Images/check-box.gif) no-repeat left -18px;
}
/*--*/
.SelectType5 { /*style of DHTML Select Menu, main box */
    width: 268px;
    height: 17px;
    overflow: hidden;
    position: relative;
    text-indent: 3px;
    cursor: pointer;
    font-size: 1.1em;
    border: 1px solid #bdbbbb;
    background: #742952;
    color: #D5C833;
    border-right: none;
    text-align: left;
    margin-bottom: 8px;
}

.SelectType5 .downimage { /*style of "down" image to the right of the DHTML Select Menu*/
    position: absolute;
    left: 250px;
    top: -1px;
    width: 18px;
    height: 19px;
}

.SelectType5 .dropdown { /*style of Drop Down Menu that appears onMouseover */
    position: absolute;
    top: 17px;
    left: -1px !important;
    width: 266px; /*default width of drop down menu*/
    display: none;
    font-weight: normal;
    border: 1px solid #d4d9db;
    overflow: auto;
    overflow-x: hidden;
}
/*\*/ html* .Selecttype5 .dropdown { /*style of Drop Down Menu that appears onMouseover */
    overflow: auto;
}/*\*/
* html .SelectType5 .dropdown { /*style of Drop Down Menu that appears onMouseover */
    overflow: auto;
    overflow-x: hidden;
}
.SelectType5 .dropdown a { /*style of Drop Down Menu's links */
    width: auto;
    font-size: 1em;
    display: block;
    background: #742952;
    color: #D5C833;
    padding: 1px 0;
    text-indent: 5px;
    text-decoration: none;
    text-align: left;
}

* html .SelectType5 .dropdown a { /*IE 6 (and below) hack */
    width: 100%;
}

.SelectType5 .dropdown a:hover {
    background: #CCCCCC;
    color: #FFFFFF;
}
/*--*/
label.CheckBoxNormal,
label.CheckBoxActive {
    padding-left: 15px;
}
label.CheckBoxNormal {
    background: url(Images/check-box.gif) no-repeat left 1px;
}
label.CheckBoxActive {
    background: url(Images/check-box.gif) no-repeat left -18px;
}
/*\*/ html* label.CheckBoxNormal { 
    background: url(Images/check-box.gif) no-repeat left -1px;
}/**/
/*\*/ html* label.CheckBoxActive { 
    background: url(Images/check-box.gif) no-repeat left -20px;
}/**/
* html label.CheckBoxNormal {
    background: url(Images/check-box.gif) no-repeat left 1px;
}
* html label.CheckBoxActive {
    background: url(Images/check-box.gif) no-repeat left -18px;
}
/*--*/
label.CheckBoxNormal1,
label.CheckBoxActive1 {
    padding-right: 15px;
    display: block;
}
label.CheckBoxNormal1 {
    background: url(Images/check-box2-normal.gif) no-repeat top right;
}
label.CheckBoxActive1 {
    background: url(Images/check-box2-active.gif) no-repeat top right;
}


