/* CSS Document */

body{
color:#006633;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
}

textarea{
color:#006633;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
}
input{
color:#006633;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
}
.showhead{
color:#FFFFFF;
}
/**************************************** DIVISIONS*************************/
/* this division is for the main index page header */
#topTESTheader{
text-align:right;
height:150px;
width: 950px;
background-image:url(../images/TOP6.jpg);
background-repeat:no-repeat;
}
#topheader{
text-align:right;
height:150px;
width: 950px;
background-image:url(images/TOP6.jpg);
background-repeat:no-repeat;
}
#address_header{
margin-left:650px;
padding-top:30px;
height:100px;
width: 300px;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
text-align:center;
font-size:14px;
}
/***************************    end divisions for the index page here ***************/
#main{
display:none;
position:absolute;
top:40px;
border: 1px solid black;
height:700px;
width: auto;
overflow:scroll;
padding:12px;
z-index:0;
}

#iconselection{
display:none;
left:10px;
top:30px;
position:relative;
padding:10px;
width:300px;
height:500px;
z-index:3;
border:1px dotted black;
overflow:scroll;
background-color:#999999;
}
#insideiconselection{
position:inherit;
float:left;
z-index:inherit;
}


#mainselection{
display:none;
left:-320px;
top:30px;
position:relative;
padding:10px;
width:500px;
height:500px;
z-index:4;
border:1px dotted black;
overflow:scroll;
background-color:#999999;
}
#insidemainselection{
position:inherit;
float:left;
z-index:inherit;
}

#howmanyshows{
display:none;
left:120px;
top:30px;
position:relative;
padding:10px;
width:150px;
height:150px;
z-index:5;
border:1px dotted black;
overflow:hidden;
background-color:#999999;
}

#savenewshows{
display:none;
left:420px;
top:10px;
position:relative;
padding:10px;
width:150px;
height:150px;
z-index:5;
border:1px dotted black;
overflow:hidden;
background-color:#999999;
}

#reorderdelete{
display:none;
left:10px;
top:30px;
position:relative;
padding:10px;
width:500px;
height:600px;
z-index:4;
border:10px solid black;
overflow:scroll;
background-color:#ffffff;
text-align:left;
}
#insidelistselection{
position:inherit;
z-index:inherit;
}
/**************************************** LINKS*************************/
a:link{
color:#006633;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
text-decoration:underline;
}
a:visited{
color:#006633;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
text-decoration:underline;
}
a:hover{
color:red;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
text-decoration:underline;
}
a:active{
color:#006633;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
text-decoration:underline;
}


