﻿
#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#eee;
  display:none;
}
  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:400px;
  display:none;
  z-index:9999;
  padding:20px;
  text-align: left;
  background-color: transparent;
}

#boxes .window .contents
{
    height: 370px;
    overflow: auto;
}

#boxes #dialog {
  width:375px; 
  height:203px;
  padding:10px;
  background-color:#ffffff;
}

#boxes #dialog1 {
  width:375px; 
  height:203px;
}

#boxes ul li
{
	background-image: url(../Images/plus-bullet.gif);
	background-position: 0px 2px;
	background-repeat: no-repeat;
	list-style-type: none;
	margin-bottom: 7px;
	margin-top: 7px;
	padding-left: 18px;
}

/*
#dialog1 .d-header {
  background:url(images/login-header.png) no-repeat 0 0 transparent; 
  width:375px; 
  height:150px;
}

#dialog1 .d-header input {
  position:relative;
  top:60px;
  left:100px;
  border:3px solid #cccccc;
  height:22px;
  width:200px;
  font-size:15px;
  padding:5px;
  margin-top:4px;
}

#dialog1 .d-blank {
  float:left;
  background:url(images/login-blank.png) no-repeat 0 0 transparent; 
  width:267px; 
  height:53px;
}

#dialog1 .d-login {
  float:left;
  width:108px; 
  height:53px;
}

#boxes #dialog2 {
  background:url(images/notice.png) no-repeat 0 0 transparent; 
  width:326px; 
  height:229px;
  padding:50px 0 20px 25px;
}
*/

.ModalCloseDiv
{
    width:38px;
    height:38px; 
    position:relative;
    float:right;
    top:0px;
    clear:both;
    z-index:250;
}

.ModalCloseIcon
{
    position:relative;
    width:30px;
    height:30px;
    left:4px;
    top:4px;
}

.ModalCloseText
{
    float:right;
    position:relative;
    right:5px;
    top: 17px;
    color:White; 
}

.ModalCloseText a
{
    font-size:85%;
    text-decoration:none;  
}

.ModalCloseText a:hover
{
    text-decoration:underline;  
}

.ModalWindow
{
    width:400px;
    height:400px;   
}

.ModalWindow h1
{
    font-size:150%;
    color:#d75903;
}

.ModalWindow h2
{
    font-size:135%;
    color:#d75903;
}

.ModalWindow h3
{
    font-size:120%;
    color:#d75903;
}

.ModalInnerWindow
{
    width:auto;
    height:auto;
    padding-left:25px;
    padding-top:50px;
    padding-bottom: 20px;
    padding-right: 25px;
}

	.ModalInnerWindow .Scrollable
	{
	    overflow: scroll; 
	    width: 98%; 
	    padding:0px 2px 0px 2px;  
	    background-color:#fff; 
	    border:solid 1px #e0e0e0;
	}

.ModalInnerWindow .modalCommands
{
    margin: 10px;
    text-align: right;
}

.modalCommands a
{
    margin: 0px 10px;
}

