p.hint, p.error {
    color: #53677b
    }
p.error {
    background-color: red
    }
.dialog_container .tabsBegin {
    background: url(../../icons/dialog/tabcontainer_bg2.gif) repeat-x
    }
.dialog_container .tabContainer {
    background: transparent url(../../icons/dialog/tabcontainer_bg.gif) repeat-x scroll center bottom
    }
.inactiveTab {
    background: url(../../icons/dialog/inactivetab_left.gif) no-repeat top left
    }
.inactiveTab_inner {
    background: url(../../icons/dialog/inactivetab_right.gif) no-repeat top right
    }
.activeTab {
    background: url(../../icons/dialog/activetab_left.gif) no-repeat top left
    }
.activeTab_inner {
    color: black;
    background: url(../../icons/dialog/activetab_right.gif) no-repeat top right
    }
.dialog_container .subTabContainer {
    background: transparent url(../../icons/dialog/subtab_container_bg.gif) repeat-x scroll center bottom
    }
.subTab {
    background: url(../../icons/dialog/subtab_inactive.gif) top right no-repeat
    }
.activeSubTab, * + html .activeSubTab {
    color: white;
    background: url(../../icons/dialog/subtab_active.gif) top right no-repeat
    }
.opener, * + html .opener {
    background: url(../../icons/dialog/subtab_corners_left.gif) no-repeat
    }
.closer, * + html .closer {
    background: url(../../icons/dialog/subtab_corners_right.gif) no-repeat
    }
.dialog_container {
    color: #435467
    }
.wide .dialog_header {
    background: url(../../icons/dialog/header_wide.png) bottom center no-repeat
    }
div.medium .dialog_header {
    background: url(../../icons/dialog/header_medium.png) bottom center no-repeat
    }
.narrow .dialog_header {
    background: url(../../icons/dialog/header_narrow.png) bottom center no-repeat
    }
.dialog_header h1 {
    color: white
    }
.wide .dialog_body {
    background: url(../../icons/dialog/bg_wide.png) center repeat-y
    }
div.medium .dialog_body {
    background: url(../../icons/dialog/bg_medium.png) center repeat-y
    }
.narrow .dialog_body {
    background: url(../../icons/dialog/bg_narrow.png) center repeat-y
    }
.wide .dialog_footer {
    background: url(../../icons/dialog/footer_wide.png) bottom center no-repeat
    }
div.medium .dialog_footer {
    background: url(../../icons/dialog/footer_medium.png) bottom center no-repeat
    }
.narrow .dialog_footer {
    background: url(../../icons/dialog/footer_narrow.png) bottom center no-repeat
    }
.dialog_container .dialog_segment {
    border-bottom: 1px solid #b9c5d2;
    background: url(../../icons/dialog/segment_bg.gif) repeat-x
    }
.dialog_container h2 {
    color: #435467
    }
.dialog_container h3 {
    color: #435467
    }
.dialog_container h4 {
    color: #435467
    }
.dialog_container .box_container {
    background: #beced9;
    border: 1px solid #a6b3c2
    }
.dialog_container .box_container a {
    color: white
    }
.linksastext a {
    color: #435467 !important
    }
span.error {
    color: white;
    background-color: red
    }
.dialog_container .msg_container {
    background: #fff3e3;
    border: 1px solid #fccaa1
    }
.dialog_container .msg_container span.error {
    color: #fa5800;
    background: #fff3e3
    }
.bordered_button_row {
    border-top: 1px solid #b9c5d2
    }
.dialog_container .button {
    color: white
    }
.dialog_container .close {
    background: url(../../icons/close_button.gif)
    }
.dialog_container .cancel {
    background: url(../../icons/cancel.gif)
    }
.dialog_container .extra {
    background: url(../../icons/button.gif)
    }
.dialog_container .ok {
    background: url(../../icons/button.gif)
    }
.minorButton {
    background: transparent url(../../icons/dialog/minor_button.gif) no-repeat scroll left top
    }
.minorButton_inner {
    background: transparent url(../../icons/dialog/minor_button_right.gif) no-repeat top right
    }
.minorButton_inner input, .minorButton_inner a {
    color: #435467 !important;
    background-color: transparent
    }
.inputfield {
    color: black;
    border-right: 1px solid #a4a4a4;
    border-bottom: 1px solid #cbcbcb;
    border-top: 1px solid #767676;
    background: white url(../../icons/dialog/inputfield_bg.gif) repeat-x;
    border-left: 1px solid #a4a4a4
    }
div.expandableCollapsed h3 img.dummy, div.expandableExpanded h3 img.dummy {
	background-image: url(../../icons/buttonbar.png)
    }    
