﻿#DisableBlock {
  position:absolute;
  top:0px;
  bottom:0px;
  left:0px;
  right:0px;
  overflow:hidden;
  padding:0;
  margin:0;
  background-color:#000; 
  filter:alpha(opacity=50);
  opacity:0.5;
  z-index:1000;
}


#MessageBoxObj {
	background: transparent;
	text-align: center;
	font-family: Arial,sans-serif;
	width: 340px;
	height: 140px;
	position: absolute;
	margin: 0 auto;
	top: 100px;
	display: none;
	opacity: 0;
	KHTMLOpacity: 0;
	filter: alpha(opacity=0); 
	-moz-opacity: 0;
	z-index: 1001;	
	border-bottom: 2px solid black;
}

#MessageBoxObj a {
    text-decoration: none;
    border: none;
}

#MessageBoxObj .ad1 {
    height: 75px;
    background-color:White;
    border-bottom: 4px solid black;
    border-left: 2px solid black;
    border-right: 2px solid black;
}

#MessageBoxObj .ad2 {
    height: 41px;
    background-color:#E0E0E0;
    border-left: 2px solid black;
    border-right: 2px solid black;
    font-family:MS Sans Serif;
    font-size:8.25pt;
}

#MessageBoxObj .ad1 .imageIco {
    background-color:Black;
    height: 140px;
}

#MessageBoxObj img {
    border: none;
}

#MessageBoxObj .bar {
    height: 20px;
    line-height: 20px;
}

#MessageBoxObj .bar a {
    margin-left: 10px;
    font-weight: bold;
    float: left;
    color: #FFF;
    font-size: 10px;
}

#MessageBoxObj .bar .close {
    margin-right: 5px;
    display: block;
    width: 12px;
    height: 20px;
    float: right;
}

#MessageBoxObj.show {
    display: block;
}

#MessageBoxObj .ad1 .short
{
    font-family:Tahoma;
    font-size:9pt;
    font-weight:bold;
    color:Black;
}

textarea.mess
{
    width: 100%;
    height: 50px;
    background-color:White;
    border:none;
    font-family:MS Sans Serif;
    font-size:8.25pt;
    color:Black;
}

input.OkClose
{
    width:51px;
    height:23px;
}

.GridViewEx table
{
    border:		1px inset ActiveBorder;
}
.GridViewEx th
{
    font: Icon;
    font-weight: bold;
    background:	ButtonFace;
}

.GridViewEx td
{
    font: Icon;
    padding:	2px 5px;

}

.GridViewEx
{
    border:		1px inset ActiveBorder;
}