/* CSS Document */
/*
a[href $='.pdf'] {
font-weight: bold;
 background-image: url(/images/sgci/p_print.gif);
 background-repeat: no-repeat;
 background-position: 0 center;
 text-indent: 12px;
 padding-left: 16px;
 clear: right;
 padding-top: 2px;
 padding-bottom: 2px;
}
a[href $='.rss'] {
 background-image: url(/images/sgci/p_rss.gif);
 background-repeat: no-repeat;
 background-position: 0 center;
 text-indent: 12px;
 padding-left: 30px;
 clear: right;
 padding-top: 2px;
 padding-bottom: 2px;
}
a[href $='.xml'] {
 background-image: url(/images/sgci/p_xml.gif);
 background-repeat: no-repeat;
 background-position: 0 center;
 text-indent: 12px;
 padding-left: 30px;
 clear: right;
 padding-top: 2px;
 padding-bottom: 2px;
}
a[href $='.mp3'] {
 font-weight: bold;
 background-image: url(/images/sgci/p_mp3.gif);
 background-repeat: no-repeat;
 background-position: 0 center;
 text-indent: 12px;
 padding-left: 30px;
 clear: right;
 padding-top: 2px;
 padding-bottom: 2px;
}
 a[href $='.doc'] {
 font-weight: bold;
 background-image: url(/images/sgci/p_doc.gif);
 background-repeat: no-repeat;
 background-position: 0 center;
 text-indent: 12px;
 padding-left: 30px;
 clear: right;
 padding-top: 2px;
 padding-bottom: 2px;
}
 a[href $='.xls'] {
 font-weight: bold;
 background-image: url(/images/sgci/p_xls.gif);
 background-repeat: no-repeat;
 background-position: 0 center;
 text-indent: 12px;
 padding-left: 30px;
 clear: right;
 padding-top: 2px;
 padding-bottom: 2px;
}
a[href $='.ppt'] {
 font-weight: bold;
 background-image: url(/images/sgci/p_ppt.gif);
 background-repeat: no-repeat;
 background-position: 0 center;
 text-indent: 12px;
 padding-left: 30px;
 clear: right;
 padding-top: 2px;
 padding-bottom: 2px;
}

a[href ^="mailto:"] {
 font-weight: bold;
 background-image: url(/images/sgci/p_email.gif);
 background-repeat: no-repeat;
 background-position: 0 center;
 text-indent: 12px;
 padding-left: 16px;
 clear: right;
 padding-top: 2px;
 padding-bottom: 2px;
}
a[href ^="http:"] {
 font-weight: bold;
 background-image: url(/images/sgci/p_link.gif);
 background-repeat: no-repeat;
 background-position: 0 center;
 text-indent: 12px;
 padding-left: 16px;
 clear: right;
 padding-top: 2px;
 padding-bottom: 2px;
}
*/

a[href ="javascript:window.print()"] {
 font-weight: bold;
 background-image: url(/images/sgci/p_print.gif);
 background-repeat: no-repeat;
 background-position: 0 center;
 text-indent: 12px;
 padding-left: 16px;
 clear: right;
 padding-top: 2px;
 padding-bottom: 2px;
}
