﻿/* -------- Document Library styling ---------------- */
    
.DocumentLibrary {
	width:95%;
	}
	
.DocumentLibrary
{
    line-height: 1.4em;
}

.DocumentLibrary a:link, .DocumentLibrary  a:visited {
    text-decoration: underline;
    }

.DocumentLibrary a:hover, .DocumentLibrary  a:active {
    text-decoration: none;
    }
	
.DocumentLibrary .colorBox {
	background: #fff;
	}
	
.DocumentLibrary .colorBox .h3 {
	}
	
.DocumentLibrary .colorBox span {
	}
	
.DocumentLibrary .colorBox p {
	}
	
.DocumentLibrary .colorBox strong {
	}

/* em --> italics is used */
.DocumentLibrary .colorBox .em {
	}
	
.DocumentLibrary .colorBox a:link, .DocumentLibrary .colorBox a:visited {
    color: #000000;
    text-decoration: underline;
    }

.DocumentLibrary .colorBox a:hover, .DocumentLibrary .colorBox a:active {
    color: #000000;
    text-decoration: none;
    }
