#screenLayer {
        background-color:#222;
        z-index: 9000;
        position: absolute;
        opacity: 0.75;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
}

#modalBox {
        z-index: 9001;
        position: absolute;
        top: 50px;
        left: 50px;
        border: 1px solid #ccc;
        background-color: white;
        max-width: 500px;
}

#modalBoxHeader {
        height: 20px;
        background-color: black;
        text-align: right;
        padding-right: 5px;
        /* background: url(/images/blacktop/footerbg.png) repeat-x; */
	background-color: #ddd;
	border-bottom: 1px solid black;
}

#modalBoxHeader a {
        font-weight: bold;
        color: white;
        text-decoration: none;
}

#modalBoxContent {
        padding: 20px 20px 20px 20px;
}

#modalBoxContent .FormView {
        width: auto;
}

#modalBoxMessage {
        text-align: center;
        max-width: 350px;
}

#modalBoxMessage #modalBoxIcon {
        vertical-align: middle;
        padding-right: 20px;
}

/* For Grid Control */
table.scroll tbody td {
        font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana;
        font-size: 9pt;
}

div.GridHeader table.Header td.HeaderButton img {
        display: none;
}


