
/*
    Document   : confirmdialog
    Created on : 01.07.2009, 22:03:41
    Author     : dream
    Description:
        Purpose of the stylesheet follows.
*/

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

div.confirm_dialog_btn_container {
    width:440px;
    height:25px;
}


div.confirm_dialog_blocker {
    position:fixed;
    background-color:rgb(255, 244, 233);
    filter:alpha(opacity=50);
    top:0;
    right:0;
    width:100%;
    height:100%;
    z-index:102;
    background-color:#efefef;
    opacity:0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE8 */
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);/* IE7-*/
  }


div.confirm_dialog_container {
    font-family : Arial,Helvetica,sans-serif;
    font-size-adjust : none;
    -ms-filter : "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";/* IE8 */
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);/* IE7-*/
    left : 35%;
    overflow : auto;
    background-attachment : scroll;
    font-size : 12px;
    font-style : normal;
    font-variant : normal;
    font-family:Arial,Helvetica,sans-serif;
    height : auto;
    line-height : 1.5em;
    opacity : 1.0;
    overflow : visible;
    position : fixed;
    text-align : center;
    top : 45%;
    width : 440px;
    z-index : 103;
    background-color : #FAFAEC;
  }


div.confirm_dialog_header {
    background-image : url('../images/confirmdialog/confirm_dialog_header.jpg');
    width:100%;
    height:23px;
  }


div.confirm_dialog_footer {
    background-image : url('../images/confirmdialog/confirm_dialog_footer.jpg');
    width:100%;
    height:4px;
  }

div.confirm_dialog_message {
    background-color : #FAFAEC;
    overflow:hidden;
    color: #3D6611;
    padding:8px 8px 8px 8px;
    width:416px;
    left:5px;
    font-size:0.95em;
    font-weight:bold;
  }


div.confirm_dialog_left {
    background-image : url('../images/confirmdialog/confirm_dialog_side.jpg');
    background-repeat :repeat;
    position : absolute;
    left:0px;
    top :0px;
    width:4px;
    height:100%;
  }


div.confirm_dialog_right {
    background-image : url('../images/confirmdialog/confirm_dialog_side.jpg');
    background-repeat :repeat;
    position : absolute;
    left:436px;
    top :0px;
    width:4px;
    height:100%;
  }


 .confirm_dialog_btn_container {
    position: relative;
    top:auto;
    left : 121px;
    width :190px;
    height : 21px;
    margin-bottom:5px;
    z-index : 104;
  }
.confirm_dialog_close_btn {
    position: absolute;
    left: 366px;
    top: 1px;
    background-image : url('../images/confirmdialog/confirm_dialog_close_button.jpg');
    z-index : 104;
    width: 70px;
    height: 21px;
  }

  .confirm_dialog_yes_btn {
    position: absolute;
    top: 0px;
    left: 0px;
    background-image : url('../images/confirmdialog/confirm_dialog_yes_button.jpg');
    background-position: 0px 0px;
    z-index : 105;
    width: 80px;
    height: 21px;
    border:0px;
    cursor: pointer;
  }

  .confirm_dialog_no_btn {
    position: absolute;
    top: 0px;
    left: 110px;
    background-image : url('../images/confirmdialog/confirm_dialog_no_button.jpg');
    background-position: 0px 0px;
    z-index : 105;
    width: 80px;
    height: 21px;
    border:0px;
    cursor: pointer;
  }

  .confirm_dialog_yes_btn:hover, .confirm_dialog_no_btn:hover {
      background-position: 0px -21px;
  }

  .confirm_dialog_yes_btn:active, .confirm_dialog_no_btn:active {
      background-position: 0px -42px;
  }
/*span.congirm_dialog_message {
    color: #3D6611;
    width:400px;
    left:5px;
    font-size:0.95em;
    font-weight:bold;
    padding:8px 8px 8px 32px;
  }*/

