/* DropDownBox-Styles */ .dropDownBoxContainer { margin: 0; padding: 0; height: 23px; } .dropDownBoxContainer a:link, .dropDownBoxContainer a:active, .dropDownBoxContainer a:visited { margin: 0; color: #444444; text-decoration: none; } .dropDownBoxContainer a:hover { text-decoration: underline; } .dropDownBoxContainer .left, .dropDownBoxContainer .leftgray, .dropDownBoxContainer .leftdarkgray { width: 13px; height: 23px; background-image: url(../grafix/dropdownbox_left.png); background-position: top right; background-repeat: no-repeat; } .dropDownBoxContainer .leftgray { background-image: url(../grafix/dropdownbox_left_gray.png); } .dropDownBoxContainer .leftdarkgray { background-image: url(../grafix/dropdownbox_left_darkgray.png); } .dropDownBoxContainer .center, .dropDownBoxContainer .centergray, .dropDownBoxContainer .centerdarkgray { height: 23px; color: #444444; background-color: #FFFFFF; font-size: 8pt; background-image: url(../grafix/dropdownbox_center.png); background-position: top left; background-repeat: repeat-x; vertical-align: top; padding-top: 4px; } .dropDownBoxContainer .centergray { background-image: url(../grafix/dropdownbox_center_gray.png); } .dropDownBoxContainer .centerdarkgray { background-image: url(../grafix/dropdownbox_center_darkgray.png); } .dropDownBoxContainer .right { width: 25px; height: 23px; vertical-align: top; } .dropDownBoxContainer .rightEmpty, .dropDownBoxContainer .rightEmptygray, .dropDownBoxContainer .rightEmptydarkgray { width: 10px; height: 23px; background-image: url(../grafix/dropdownbox_clear.png); background-position: -15; background-repeat: no-repeat; } .dropDownBoxContainer .rightEmptygray { background-image: url(../grafix/dropdownbox_clear_gray.png); } .dropDownBoxContainer .rightEmptydarkgray { background-image: url(../grafix/dropdownbox_clear_darkgray.png); } .dropDownBoxContainer .textBox, .boxContainer .textBox, .boxContainerSmall .textBox, .dropDownBoxContainer .enabled, .dropDownBoxContainer .disabled { margin: 0; padding: 0; width: 100%; color: #444444; background-color: transparent; font-size: 8pt; border: none; } .dropDownBoxContainer .enabled, .dropDownBoxContainer .disabled { overflow: hidden; white-space: nowrap; } .dropDownBoxContainer { } .dropDownBoxContainer .enabled { color: #444444; height: 1.2em; } .dropDownBoxContainer .disabled { color: #D6D6D6; height: 1.2em; } /* Box-Styles */ /* Big-Shadow-Box */ .boxContainer { padding: 0; margin: 0; } .boxContainer select, .boxContainerSmall select { border: none; } .boxContainer .topLeft { width: 13px; height: 9px; vertical-align: bottom; background-image: url(../grafix/box_topleft.png); background-position: top right; background-repeat: no-repeat; } .boxContainer .top { height: 9px; vertical-align: bottom; background-image: url(../grafix/box_top.png); background-position: top; background-repeat: repeat-x; } .boxContainer .topRight { width: 13px; height: 9px; vertical-align: bottom; background-image: url(../grafix/box_topright.png); background-position: top left; background-repeat: no-repeat; } .boxContainer .left { width: 13px; vertical-align: top; background-image: url(../grafix/box_left.png); background-position: right; background-repeat: repeat-y; } .boxContainer .middle, .boxContainerSmall .middle { color: #444444; background-color: #FFFFFF; font-size: 8pt; vertical-align: top; text-align: left; } .boxContainer .right { width: 13px; vertical-align: top; background-image: url(../grafix/box_right.png); background-position: left; background-repeat: repeat-y; } .boxContainer .bottomLeft { width: 13px; height: 16px; vertical-align: top; background-image: url(../grafix/box_bottomleft.png); background-position: top right; background-repeat: no-repeat; } .boxContainer .bottom { height: 13px; vertical-align: top; background-image: url(../grafix/box_bottom.png); background-position: top; background-repeat: repeat-x; } .boxContainer .bottomRight { width: 13px; height: 16px; vertical-align: top; background-image: url(../grafix/box_bottomright.png); background-position: top left; background-repeat: no-repeat; } /* Small-Box */ .boxContainerSmall .topLeft { width: 10px; height: 12px; background-image: url(../grafix/dropdownbox_left.png); background-position: 3 top; background-repeat: no-repeat; } .boxContainerSmall .top { height: 12px; vertical-align: bottom; background-image: url(../grafix/dropdownbox_center.png); background-position: top; background-repeat: repeat-x; } .boxContainerSmall .topRight { width: 13px; height: 12px; vertical-align: bottom; background-image: url(../grafix/dropdownbox_clear.png); background-position: -12 top; background-repeat: no-repeat; } .boxContainerSmall .left { width: 10px; vertical-align: top; background-image: url(../grafix/dropdownbox_small_left.png); background-position: 3; background-repeat: repeat-y; } .boxContainerSmall .right { width: 10px; vertical-align: top; background-image: url(../grafix/dropdownbox_small_right.png); background-position: -12; background-repeat: repeat-y; } .boxContainerSmall .bottomLeft { width: 13px; height: 12px; background-image: url(../grafix/dropdownbox_left.png); background-position: 3 bottom; background-repeat: no-repeat; } .boxContainerSmall .bottom { height: 12px; width: 94%; vertical-align: top; background-image: url(../grafix/dropdownbox_center.png); background-position: bottom; background-repeat: repeat-x; } .boxContainerSmall .bottomRight { width: 13px; height: 12px; background-image: url(../grafix/dropdownbox_clear.png); background-position: -12 bottom; background-repeat: no-repeat; } /* LinkSelection */ .dropDownBoxContainer .boxContainer .middle .linkSelection { height: 200px; overflow: auto; } .dropDownBoxContainer .boxContainer .middle .linkSelection a:link, .dropDownBoxContainer .boxContainer .middle .linkSelection a:active, .dropDownBoxContainer .boxContainer .middle .linkSelection a:visited { display: block; color: #404040; font-size: 11px; background-color: #FFFFFF; text-decoration: none; } .dropDownBoxContainer .boxContainer .middle .linkSelection a:hover { color: #444444; background-color: #EFEFEF; text-decoration: none; } .selectBoxLimiter, .boxContainer select option.selectBoxLimiter { background-color: #D6D6D6; color: #000000; /*font-weight: bold;*/ margin-top: 5px; padding: 2px; border-bottom: 1px solid #666666; } .boxContainer select option { color: #444444; }