/* stylesheet for random art pages */

.one {
z-index:2;
}
.zero {
z-index:2;
}
img.tImage {
    position: absolute;
    left: 0px;
    top: 0px; 
    opacity: 0.5;
    z-index: 1;
}
img.bImage {
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0.7;
    z-index: 0;
}
div.imageBox{
    position: absolute;
    left: 16px;
    top: 16px;
    padding:0px;
    z-index: -1;   
}
img.topImage {
    position: absolute;
    left: 0px;
    top: 0px; 
    opacity: 0.5;
    z-index: 1;
}
 img.bottomImage {
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0.7;
    z-index: 0;
}
.bodys_PT {
   background-image: url('images/pt_wall3_bw_02.jpg');   /* <!--  /user/tow/ --> */
}
.bodys_bc {
    background-color: lightgray;
}

#bodyIndex_PT {
     background-image: url("/user/tow/images/pt_wall3_bw_mrr_01.jpg");
    }
.tdIndexMenu {
    border: 1px solid blue;
    padding: 0px;
    }
.imgIndexMenu {
    width: 160px;
    height: 22px;
    border: 0px;
    vertical-align: bottom; 
    }          
.menuLinkIndex {
    color: #003399;
    font-family: times;
    font-size: .780em;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    width: 160px;
    height: 22px;
    background: linear-gradient(to right, rgb(222,222,222) , rgb(255,255,255) 28%, rgb(255,255,255) 72%, rgb(222,222,222) );
    }
.hrfMenutext {
    color: #003399;
    vertical-align: middle;
    border: 0px;
    }    

 /* new stuff for random art stuff  */  
  /* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: rgba(0,0,0,0.6);
    margin: 5% auto; /* 15% from the top and centered #2e2e2e * margin: 0px 0px 0px 0px; */
    padding: 0px 0px 0px 0px;
    align-self: center;
    border: 1px solid #888;
}

.artModal02 {
    margin: 24px auto;  
    padding: 0px 0px 0px 0px;
    background: #888888;
}
 
/* The Close Button */

.closes {
	background: #606060;
	color: #abccba;
	line-height: 20px;
	position: fixed;  /* relative */
	top: 10px;
	left: 96%;
	text-align: center;
	width: 20px;
	height: 20px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
   padding: 1px 1px 1px 1px;
	border-radius: 3px;
}   
   /*  */
.closes:focus,

.closes:hover {
    background: #ff1111;
    text-decoration: none;
    cursor: pointer;
 }

.refresh {
	background: #606060;
	color: #abccba;
	line-height: 20px;
	position: fixed; /*2 1*/
	top: 10px;
	left: 88%;
	text-align: center;
	bottom: 12%;
	width: 78px;
	height: 20px;
	margin: 0px 0px 0px 0px;
   padding: 1px 1px 1px 1px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-radius: 3px;
}
.refresh:hover {background: #119a11;}

