/* eligibility checker */

div#checker    {
	background: #daf0fb none;
	padding: 10px;
	margin: 10px 0 10px 0;
}
div#checker h2	{
	margin: 0;	
}
div#checker form {
	padding: 0;
	margin: 0;
	font-size: 0.8em;
	color: #444;
}
div#checker form fieldset    {
	margin: 10px 0 10px 0;
}
div#checker form fieldset legend    {
	display: none;
	visibility: hidden;
}
div#checker form fieldset h2   {
	font-size: 12pt;
}
div#checker form fieldset h3    {
	font-size: 10pt;
}
div#checker p	{
	clear: both;
	font-size: 10pt;
	margin: 10px 0 10px 0 !important;
}

/* document library form */

form#documentLibrary label    {
        display: block;
        font-size: 0.8em;
        margin: 10px 0 5px 0;
}
input#document_title, textarea#document_summary, select#document_category {
        width: 400px;
        border: 1px solid #ccc;
}

/* document library */

a.txt, a.pdf, a.ppt, a.xls, a.txt, a.doc     {
	font-size: 0.8em !important;
    	padding: 0 0 0 35px;
}
a.txt {
	background: transparent url('../../images/sds-icon-txt.gif') no-repeat 0 3px;
}
a.pdf {
	background: transparent url('../../images/sds-icon-pdf.gif') no-repeat 0 3px;
}
a.ppt {
	background: transparent url('../../images/sds-icon-ppt.gif') no-repeat 0 3px;
}
a.xls {
	background: transparent url('../../images/sds-icon-xls.gif') no-repeat 0 3px;
}
a.doc {
	color: #3bb0ed !important;
	background: transparent url('../../images/sds-icon-doc.gif') no-repeat 0 3px;
}

