/* ----------------------- STANDARD LAYOUT ELEMENTS -------------------------*/
br.clear { clear:both; font-size: 0; }
br.clear_inner { clear:both; }

/* ----------------------- STANDARD TEXT ELEMENTS -------------------------*/
.link {
	color: #00F;
	text-decoration: none;
	}
.link:hover {
	color: #00F;
	text-decoration: underline;
    }

.uppercase { text-transform: uppercase;	}

/* ----------------------- STANDARD FORM ELEMENTS -------------------------*/
.nomargins { margin: 0; }

SELECT { font-size: 90%; }
* html SELECT { font-size: 115%; } /* fix size for IE */

INPUT { font-size: 90%; }
* html INPUT { font-size: 115%; } /* fix size for IE */

/* ---------------------- FILETYPE ICONS ----------------------------- */ 
.filetype_doc {
	padding: 5px 0 5px 22px;
	background: url(../img/icon_file_doc.gif) no-repeat top left;
	color: #00F;
	text-decoration: none;
    line-height: 16px;
}
.filetype_xls {
	padding: 5px 0 5px 22px;
	background: url(../img/icon_file_xls.gif) no-repeat top left;
	color: #00F;
	text-decoration: none;
    line-height: 16px;
}
.filetype_pdf {
	padding: 5px 0 5px 22px;
	background: url(../img/icon_file_pdf.gif) no-repeat top left;
	color: #00F;
	text-decoration: none;
	font-weight: bold;
    line-height: 16px;
}
.filetype_xml {
	padding: 5px 0 5px 22px;
	background: url(../img/icon_file_xml.gif) no-repeat top left;
	color: #00F;
	text-decoration: none;
    line-height: 16px;
}
.filetype_jpg {
	padding: 5px 0 5px 22px;
	background: url(../img/icon_file_jpg.gif) no-repeat top left;
	color: #00F;
	text-decoration: none;
    line-height: 16px;
}
.filetype_gif {
	padding: 5px 0 5px 22px;
	background: url(../img/icon_file_gif.gif) no-repeat top left;
	color: #00F;
	text-decoration: none;
    line-height: 16px;
}
.filetype_ppt {
	padding: 5px 0 5px 22px;
	background: url(../img/icon_file_ppt.gif) no-repeat top left;
	color: #00F;
	text-decoration: none;
    line-height: 16px;
}
.filetype_zip {
	padding: 5px 0 5px 22px;
	background: url(../img/icon_file_zip.gif) no-repeat top left;
	color: #00F;
	text-decoration: none;
    line-height: 16px;
}
.filetype_mdb {
	padding: 5px 0 5px 22px;
	background: url(../img/icon_file_mdb.gif) no-repeat top left;
	color: #00F;
	text-decoration: none;
    line-height: 16px;
}
.filetype_jpg:hover { text-decoration: underline; }
.filetype_gif:hover { text-decoration: underline; }
.filetype_doc:hover { text-decoration: underline; }
.filetype_xls:hover { text-decoration: underline; }
.filetype_pdf:hover { text-decoration: underline; }
.filetype_xml:hover { text-decoration: underline; }
.filetype_ppt:hover { text-decoration: underline; }
.filetype_zip:hover { text-decoration: underline; }
.filetype_mdb:hover { text-decoration: underline; }
