.selectImage,.selectImage:focus {
    vertical-align: middle;
    width: 300px;
    height: 72px;
    text-align: right;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 3pt 3pt;
    border: 1px #C6D0FF solid;
  }

#pageLoader {
    background-image : url('page/loader3.gif');
    width : 128px;
    height : 128px;
    top : 50%;
    left : 50%;
    margin-left : -64px;
    margin-top : -64px;
    z-index: 1001;
    position:absolute;
  }

#pageLock {
    position: absolute;
    left: 0;
	 top: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    -moz-opacity:0 ;
    filter:alpha(opacity: 0);
    opacity: 0;
  }

#pageMessage {
    overflow:hidden;
    position: absolute;
    z-index: 10003;
    width : 60%;
    margin-left : -30%;
    top : 25%;
	 height:50%;
    left : 50%;
    background-color:#FFFFFF;
    display: none;
    -moz-opacity:0 ;
    filter:alpha(opacity: 0);
    opacity: 0;
  }

#pageMessageBack {
    display: none;
    position: absolute;
    left: 0;
	 top: 0;
    width: 100%;
    height: 100%;
    z-index: 10002;
    text-align: center;
    line-height: 0;
    background-color: #000000;
    display: none;
    -moz-opacity:0 ;
    filter:alpha(opacity: 0);
    opacity: 0;
  }

#pageMessageGhost {
	 background-image: url("page/alarmd.png");
    background-position: 10px center;
    background-repeat: no-repeat;
	 position: absolute; 
	 padding-bottom: 12px;
	 color: #ffffff;
	 border: 1px #999999 solid;
	 background-color: #000000;
	 font-size: 14px;
	 opacity: 0;
	 width: 400px; 
	 filter: alpha(opacity=0);
	 z-index: 1;
	 display: none;
	 padding: 6px;
	 border-radius: 4px;
	 -moz-border-radius: 4px;
	 bottom:0;
	 right:0;
}

.clearfix {
    display:inline-block;
    width:100%;
  }

h2.dialog_title {
    background-color:#3C3B37;
    border:1px solid #555555;
	 background-image: url("page/top.png");
	 background-repeat: repeat-x;
    color:white;
    font-size:14px;
    font-weight:bold;
    margin:0px;
  }

h2 span {
    display:block;
    padding:4px 10px 5px 10px;
  }

.dialog_content {
    background:#fff;
    border:1px solid #555;
    border-top-width:0px;
	 overflow:auto;
	 width:100%;
  }

.dialog_content_img {
    width: 128px;
    height:128px;
    float:left;
    background-image: url('page/alert.png');
  }

.dialog_content_txt {
    left: 150px;
    height:auto;
  }

.dialog_body {
    padding:10px;
  }

.dialog_backtrace{
	 font-size: 10px;
}

.dialog_backtrace tr{
	 border-bottom:1px solid #686868;
}

.dialog_buttons {
    background:#f2f2f2;
    padding:4px;
    text-align:right;
  }

#inspectorBorder.selected {
	display:block;
	z-index:99999998;
	position:absolute;
	top:0;
	left:0;
	border:2px dashed #0000ff;
	background:transparent;
	opacity:0.5;
	filter:Alpha(Opacity=50);
	padding:0;
	margin:0;
  }

#frame-calendar
{
	position: absolute !important; 
	visibility: visible !important;
	z-index: 899 !important;
	background-color: #EFEDDE !important;
	border: 0px !important;
}

div.autocomplete {
    background-color : #ffffff;
    height : 180px;
    overflow : scroll;
    position : absolute;
    z-index : 900;
    border: 1px #316AC5 solid;
	 text-align: left;
  }

.autocomplete_tr,
div.autocomplete td:hover {
    cursor:pointer;
    background-color: #C6D0FF;
  }

div.autocomplete td {
    cursor:pointer;
  }
