@charset "utf-8";
/* CSS Document */


body{font-family:Arial, Helvetica, sans-serif; font-size:11px;color: #444;}
a{color: #5988b1;text-decoration:none;}
a:hover{text-decoration:underline;}

input{border:#c9cac8 1px solid;}
a.clear{background:#ccc; border-radius:100px; color:#fff; font-size:9px; font-weight:bold; height:12px; padding: 1px 4px; position:relative; top:8px; right:10px; text-align:center; vertical-align:middle; width:12px; }
a.clear:hover{background:#e11b22; text-decoration:none;}

#libraryBrowser {width:515px; border:1px #ccc solid;}
#libraryBrowser thead, th{background: #ddd; text-align:left; padding:3px; height:20px;}
#libraryBrowser tfoot{background:#ddd; text-align:left; padding:5px;}
#libraryBrowser td{border-bottom:#eee 1px solid; vertical-align:top; padding:3px;cursor:pointer;}
#libraryBrowser tbody td:last-child{width:40px; text-align:center;}
#libraryBrowser td img{margin:0 10px;}
#libraryBrowser .exposed{background:#ebf4f7;}
#libraryBrowser div.description{display:none;}
#libraryBrowser div.description a{float:right; padding-left:20px; background-repeat:no-repeat; height:16px;}
#libraryBrowser div.description a.pdf{background-image:url(/images/icons/document-pdf.gif);  }
#libraryBrowser div.description a.www{background-image:url(/images/icons/document-www.gif);}
#libraryBrowser div.description a.ppt{background-image:url(/images/icons/document_powerpoint.gif);}
#libraryBrowser div.description a.xls{background-image:url(/images/icons/document_excel_table.gif);}
#libraryBrowser div.description a.doc{background-image:url(/images/icons/document_word.gif);}
#libraryBrowser div.description a.video{background-image:url(/images/icons/films.gif);}
#libraryBrowser div.description a.image{background-image:url(/images/icons/image.gif);}
#libraryBrowser div.description a.audio{background-image:url(/images/icons/music_beam.gif);}
#libraryBrowser tfoot td{text-align:right;}

#showing{width:200px;text-align:left; float:left;}
.clickable{cursor:pointer; padding:2px; margin:2px; color:#5988b1;text-decoration:underline;}
.active{font-weight:bold;text-decoration:none; cursor:default;}


/*

IE8 and under does not support this method. 

.sorted-asc:after{content:url('sort_up.gif');}
.sorted-desc:after{content:url('sort_down.gif');}
.sort-key{display:none;}
*/

.sorted-asc {background: url(sort_up.gif) no-repeat right #CCC;}
.sorted-desc {background: url(sort_down.gif) no-repeat right #CCC;}
.sort-key {display:none;}