/* CSS Document */
*{padding:0; margin:0;}
img {border:0;}
form {margin:0px; padding:0px;}

.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
.top { vertical-align: top; }
.smaller { font-size: smaller; }
.w100 { width: 100%; }
.w50 { width: 50%; }
.w33 {width: 33% }
.nowrap { white-space: nowrap; }

div.center table { text-align: center; margin: auto; }

fieldset { padding: 2ex; }


.display_none { display: none; }
.folded { background: url(/img/icon_plus_1.gif) no-repeat; padding-left: 5em;  background-color:#FF5 }
.unfolded { background:url(/img/icon_minus_1.gif) no-repeat; padding-left: 5em; background-color:#F00 }