/* style.css */
/* This is the cascading style sheet page that links to any HTML page
holding a LINK to it */


/* attempt to set the background color for a particular table row. */

TR#TR1 {
background-color: #2C043B;
}


body {
background: url(graphics/bg.jpg);
}

P.main {
color: black;
font-family: Times New Roman;
font-size: small;
}

P.normal {
color: blue;
font-family: Verdana;
font-size: small;
}

P.nav {
color: navy;
font-family: Arial;
font-size: large;
}


H1.banner {
color: navy;
font-family: Arial;
font-size: large;
}


INPUT.linkOnLong {
background-image: url("graphics/linkOn4.jpg");
background-repeat: no;
background-align: center center;
width:145;
height:26;
color: white;
font-family:Arial;
font-size: 9pt;
font-weight: bold;
border: 0;
}

INPUT.linkOffLong {
background-image: url("graphics/linkOff4.jpg");
background-repeat: no;
background-align: center center;
width:117;
height:26;
color: LightGrey;
font-family:Arial;
font-size: 9pt;
border: 0;
}


DIV.msgOn {
display: block;
font-size: small;
font-family: Arial;
color: red;
border: thin solid red;
}

DIV.msgOff {
display: none;
}


DIV.portal {
position:absolute;
font-family:Arial;
font-size:14;
color:#18395A;
background-color:white;
margin:10px;
padding:5px;
border:thin solid #18395A;
width:250;
height:250;
overflow-y:auto;
}
 
DIV.container {
position:absolute;
visibility:visible;
top:40px;
left:25px;
width:600px;
height:300px;
filter:blendTrans(duration=2);
}
 
DIV.content {
display:none;
}
 

DIV.caption {
display:block;
width:250px;
height:300px;
font-family:Verdana;
font-size:14pt;
filter:blendTrans(duration=2);
padding:10px;
cursor:hand;
}
DIV.image {
display:block;
width:350px;
height:350px;
font-family:Verdana;
font-size:14pt;
filter:blendTrans(duration=2);
padding:10px;
cursor:hand;
}
