@charset "UTF-8";
/* CSS Document */
body {font-family:sylfaen, garamond, georgia, san-serif; background-color:#d2b48c; color:#620100;}
a:link {text-decoration:none; color:#620100 }
a:visited {text-decoration:none; color:#ffffff;}
v:link {text-decoration:none; color:#ffffff }
#content .updated {text-align:right; color:#620100; font-style:oblique; font-size:x-small;}
#leftnav { background-color:#620100; color:#d2b48c;}
#leftnav a:link {text-decoration:none; color:#d2b48c; }
#leftnav v:link {text-decoration:none; color:#ffffff }

/* Link Icons: no IE6 */
/* emails */
#content a[href ^="mailto:"] {background:url(../images/design/mail.gif) no-repeat 0 3px; padding-left:20px;}


/* external lniks */
#content a[href ^="http://"], #content a[href ^="https://"] {background: url(../images/design/external-gray.png) no-repeat right 3px; padding-right:15px;}
/*
#content a[href ^="http://core.uconn.edu//"], #content a[href ^="https://web2.uconn.edu//core/"] {background-image:none; padding-right:0;}
#content a[href ^="http://core.uconn.edu//"], #content a[href ^="https://core.uconn.edu//"] {background-image:none; padding-right:0;}
#content a[href ="#"] {background-image:none; padding-right:0;}
*/
/* pdf */
#content a[href $=".pdf"], #content a[href $=".PDF"],
#content a[href *=".pdf#"], #content a[href *=".PDF#"],
#content a[href *=".pdf?"], #content a[href *=".PDF?"]
{background: url("../images/design/pdf.gif") top left no-repeat; padding-left: 18px;}
/* doc */
#content a[href $=".doc"], #content a[href $=".DOC"],
#content a[href *=".doc#"], #content a[href *=".DOC#"],
#content a[href *=".doc?"], #content a[href *=".DOC?"]
{background: url("../images/design/doc.gif") top left no-repeat; padding-left: 18px;}
/* ppt */
#content a[href $=".ppt"], #content a[href $=".PPT"],
#content a[href *=".ppt#"], #content a[href *=".PPT#"],
#content a[href *=".ppt?"], #content a[href *=".PPT?"]
{background: url("../images/design/ppt.gif") top left no-repeat; padding-left: 18px;}
/* xls */
#content a[href $=".xls"], #content a[href $=".XLS"],
#content a[href *=".xls#"], #content a[href *=".XLS#"],
#content a[href *=".xls?"], #content a[href *=".XLS?"]
{background: url("../images/design/xls.gif") top left no-repeat; padding-left: 18px;}
/* zip */
#content a[href $=".zip"], #content a[href $=".zip"],
#content a[href *=".zip#"], #content a[href *=".zip#"],
#content a[href *=".zip?"], #content a[href *=".zip?"]
{background: url("../images/design/zip.gif") top left no-repeat; padding-left: 18px;}