#interContainer {
position : absolute;
width : 500px;
left : 0;
top : 0;
padding : 15px;
padding-top : 0;
background-color : #CC0000;
border : 1px solid black;
visibility : hidden;
z-index : 106;
}

#interContainer .headerbar td {
color : white;
font-size : 120%;
padding : 5px 0;
}

#interContainer .headerbar td a {
color : white;
text-decoration : none;
}


#interContent {
border : 1px solid gray;
background-color : white;
}

#interVeil{ /*CSS for background veil that covers entire page while popupbox box is visible*/
position: absolute;
background-color: #000000;
right:0;
width: 10px;
top: 0;
z-index: 105;
visibility:collapse;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);
opacity: 0.8;
}

