﻿
     /* Modal Styles */
     .CommonModalMask
     {
	     opacity: .4;
	     filter: alpha(opacity=40);
	     background-color: #333333;
     }

     .CommonModal
     {
	     border-style: solid;
	     border-width: 1px;
	     border-color: #888888;
	     border-right-width: 3px;
	     border-right-color: #888888;
	     border-bottom-width: 3px;
	     border-bottom-color: #888888;
	     background-color: #eeeeee;
     }

     .CommonModalTitle
     {
	     font-family: Tahoma, Arial, Helvetica;
	     height: 30px;
	     font-size: 16px;
	     padding: 5px;
	     padding-bottom: 7px;
	     border-style: solid;
	     border-width: 0px;
	     border-bottom-width: 1px;
	     border-color: #cccccc;
	     background-color: #e2eecd;
	     color: #698d73;
	     font-weight: bold;
	     cursor: move;
	     overflow: hidden;
     }

     .CommonModalClose
     {
	     width: 33px;
	     height: 12px;
	     background-image: url(../images/close.gif);
	     background-repeat: no-repeat;
	     overflow: hidden;
	     cursor: pointer;
	     float: right;
      }

      .CommonModalContent
      {
	     background-color: #ffffff;
      }

      .CommonModalFooter
      {
	     border-style: solid;
	     border-width: 0px;
	     border-top-width: 1px;
	     border-color: #cccccc;
	     background-color: #eeeeee;
	     padding: 2px;
      }

      .CommonModalResize
      {
	     width: 14px;
	     height: 14px;
	     background-image: url(../images/resize.gif);
	     background-repeat: no-repeat;
	     overflow: hidden;
	     float: right;
	     cursor: se-resize;
      }

      .input1{border:#999999 1px solid; font-size:12px; color:#373737; font-weight:normal;}
 
      .CommonTextButton
      {
	     padding: 2px;
	     border-style: solid;
	     border-width: 1px;
	     border-color: #999999;
	     border-top-color: #cccccc;
	     border-left-color: #cccccc;
	     background-color: #eeeeee;
	     color: #333333;
	     font-family: Tahoma, Arial, Helvetica;
         font-size:12px;
         font-weight:bold;
         white-space: nowrap;
      }

      .gray 
      {
         color:#6b6b6b;
      }
