/* Document Center */
	
.document-list-header {background:#192D6C;color:#fff;}
.document-list-row:nth-child(2n) {background:#eee;}

h3.open {
     background: url('/images/icons/iconfolderopen.gif');
     background-repeat: no-repeat;
     margin-bottom: 0px;
     padding-left: 25px;
     font: 11px arial, helvetica, sans-serif;
     font-weight: bold;
     margin-top: 5px;
     text-decoration: underline;}
h3.closed {
     background: url('/images/icons/iconfolderclosed.gif');
     background-repeat: no-repeat;
     margin-bottom: 0px;
     padding-left: 25px;
     font: 11px arial, helvetica, sans-serif;
     font-weight: bold;
     margin-top: 5px;}
