/* Style Sheet for NICE website */

body{
background-color:rgb(175,175,175);
margin:0px;
padding-top:0px;
padding-bottom:10px;
padding-left:0px;
font-family: Helvetica;
font-size:small;
color:rgb(240,240,240)
}

a.hyperlink{
color:rgb(33,162,30);
}

a.popup{
color:rgb(33,162,30);
}

form{
outline:0px;
border:0px;
margin:0px;
padding:0px;
}

table.main{
border-style:none;
border-width:0px;
border-spacing:0px;
margin:0px;
padding:0px;
margin-left:auto;
margin-right:auto;
}
table.banner{
border-style:none;
border-width:0px;
border-spacing:0px;
margin:0px;
padding:0px;
}
table.menu{
border-style:none;
border-width:0px;
border-spacing:0px;
margin:0px;
padding:0px;
}
table.content{
background-color:rgb(0,9,40);
width:800px;
max-width:800px;
border-color:rgb(0,0,0);
border-style:solid;
border-right-width:1px;
border-left-width:1px;
border-bottom-width:1px;
border-top-width:0px;
padding-left:18px;
padding-right:18px;
padding-top:0px;
padding-bottom:10px;
}
table.outliner{
border-style:none;
border-width:0px;
margin:0px;
border-spacing:0px;
padding:0px;
height:540px;
}
table.contentcell{
border-style:none;
border-width:0px;
margin:0px;
border-spacing:0px;
padding:0px;
}
table.viewer{
border-style:solid;
border-color:rgb(50,50,50);
border-top-width:0px;
border-bottom-width:0px;
border-left-width:0px;
border-right-width:0px;
margin:0px;
padding:0px;
border-spacing:0px;
}
table.popup{
border-style:solid;
border-color:rgb(0,0,0);
border-width:3px;
max-width:400px;
background-color:rgb(255,255,200);
color:rgb(0,0,0);
width:expression((document.body.clientWidth > 401)? "400px" : "auto");
}								 

img.linked{
border-style:none;
margin:0px;
cursor:pointer;
}
img.picture{
border-style:solid;
border-width:1px;
border-color:rgb(255,255,255);
margin:0px;
padding:0px;
}
img.presentation{
border-width:0px;
border-style:none;
padding:0px;
margin:0px;
}

#popup {position:absolute;visibility:hidden;Z-INDEX:200;}