/* CSS Document */
body { overflow-y:scroll;
       height:100%;
	   SCROLLBAR-FACE-COLOR: #FFFFFF;
       SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF;
       SCROLLBAR-SHADOW-COLOR: #000000;
       SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;
       SCROLLBAR-ARROW-COLOR: #FFFFFF;
       SCROLLBAR-TRACK-COLOR: #FFFFFF;
       SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF;
	   font-family:L&I;
}
@font-face { font-family:L&I; src:url(L&I.ttf), url(L&I.pfr); }

.left { float: left; }
.right { float: right; }
.center { margin-left: auto; margin-right: auto; }
.clear { clear: both; line-height: 0;}
.text-right { text-align: right; }
.text-left { text-align: left; }
.text-center { text-align: center;}


a:link { text-decoration: none; color: #000000;}

a:visited { text-decoration: none; color: #000000;}

a:active {
text-decoration: none;
color: #FFFFFF;
background-color:#AAAAAA;
}

a:hover { 
text-decoration: underline overline; 
color: #CF3636;
}

#gray table {
background-color: gray;
filter:alpha(opacity=60);
 -moz-opacity:0.6;
  opacity: 0.6;
  border: 1px solid black;
  }

input, textarea, select, file {
   border: 1px solid #000000;
   background: #ffffff;
   color: #000000;

}

a:link { text-decoration: none; color: #000000;}

a:visited { text-decoration: none; color: #000000;}

a:active { text-decoration: none; color: #000000;}

a:hover { text-decoration: underline overline; color: #000000;}


#list ul {
margin-left: 0;
padding-left: 0;
list-style-type: none;
}

#list a {
display: block;
padding: 0px;
}

#list a:link {
color: #EEE;
text-decoration: none; color: #000000;
}

#list a:hover {
background-color: #999999;
color: #fff;
}


#navcontainer a {
display: block;
}

#navcontainer ul {
margin-left: 0;
padding-left: 0;
list-style-type: none;
}

#navcontainer a:link, #navlist a:visited {
text-decoration: none; color: #000000;
}

#navcontainer a:hover {
background-color:#B9FF00;
color: #CF3636;
}

#dash TABLE {
 border-width: 5px;
 border-style: dashed;
 border-color: aqua;
}

#show_pro {
	margin: 20px;	
	border: 1px solid #000;
	max-width: 300px;
	min-height: 300px;
}
#show_pro img{
    width: auto;
    max-height: 150px;
    max-width: 290px;
    margin: 5px;   
}
#show_pro p{
    margin: 5px;   
}
