html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*---- Formatting for Columns & Icons for Documents--*/

table.list > thead > tr> th ,table.list > tbody > tr> td {
    padding:10px !important;
	}

table.list td.icon {
    color: #999999 !important;
    padding: 5px 0 5px 25px !important;
}
table.list > thead > tr > th ,table.list > tbody > tr > td{
    padding: 5px 10px !important;
    text-align: left !important;
    vertical-align: top !important;
}

table.list td.icon-word
{
	background: url(/shared/img/word.png) no-repeat 5px 4px;
} 

table.list td.icon-pdf
{
	background: url(/shared/img/pdf.png) no-repeat 5px 4px;
}

table.list td.icon-excel
{
	background: url(/shared/img/icon_xls.gif) no-repeat 5px 4px;
}

table.list td.icon-ppt
{
	background: url(/shared/img/icon-ppt.png) no-repeat 5px 4px;
}

table.list td.icon-rtf
{
	background: url(/shared/img/icon_rtf.gif) no-repeat 5px 4px;
}

table.list td.icon-zip
{
	background: url(/shared/img/icon_zip.gif) no-repeat 5px 4px;
}

table.list td.icon-text
{
	background: url(/shared/img/icon_txt.gif) no-repeat 5px 4px;
}

table.list td.ie-icon
{
	background: url(/shared/img/ie_icon.gif) no-repeat 5px 4px;
}


/*----*/