@charset "utf-8";

.ajaxLoadingHTLM { margin: 9px 0px 0px 10px; }

#changeHistoryContainer { background:#f0f0f0; }
#changeHistoryContainer p.noJavascript { padding:3px 3px 0px 6px; font-family: Arial, Sans-serif; font-weight: normal; font-size: 9px; color:#888888; }

#changeHistoryHeader { width:100%; height:17px; border:0px solid #cccccc; border-width:3px 0px 1px 0px; }
#changeHistoryHeader h1 { padding: 0px; margin:1px 6px 0px 9px; text-align: left; font-family: 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif; font-size: 11px; color: #3f5f7f; text-transform:uppercase; float:left; }

#changeHistoryHeader .changeHistoryActions { margin:4px 0px 0px 0px; padding: 0px; float:left; font-size:8px; line-height:8px; }
#changeHistoryHeader .newest_changes { background: #f0f0f0; height:8px; width:15px; float:left; }
#changeHistoryHeader .newest_changes a img { border:0px; }
#changeHistoryHeader .newer_changes { background: #f0f0f0; height:8px; width:15px; float:left; font-size:8px; line-height:8px; }
#changeHistoryHeader .newer_changes a img { border:0px; }
#changeHistoryHeader .older_changes { background: #f0f0f0; height:8px; width:15px; float:left; font-size:8px; line-height:8px; }
#changeHistoryHeader .older_changes a img { border:0px; }
#changeHistoryHeader .oldest_changes { background: #f0f0f0; height:8px; width:15px; float:left; font-size:8px; line-height:8px; }
#changeHistoryHeader .oldest_changes a img { border:0px; }

#changeHistoryTable { margin: 2px 2px 0px 4px; padding:2px 4px 0px 0px; }
#changeHistoryTable table tr td.changedComment { background: #f0f0f0 url("pics/changeHistoryComponentComment.gif") no-repeat 6px 2px; }
#changeHistoryTable table tr td.changedArticle { background: #f0f0f0 url("pics/changeHistoryComponentArticle.gif") no-repeat 5px 2px; }
#changeHistoryTable table tr td .date { font-family: 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif; padding: 0px 0px 0px 18px; text-transform:uppercase; font-weight: normal; font-size: 8px; color:#a6a6a6; }
#changeHistoryTable table tr td .content { color:#666666; padding: 0px 0px 0px 5px; font-family: Georgia, Serif; font-weight: normal; font-size: 10px; }
#changeHistoryTable table tr td .comment_name { color:#3f5f7f; }
#changeHistoryTable table tr td a { color: #247ebe; background: transparent; text-decoration: none; }
#changeHistoryTable table tr td a:hover { color: #333333; background:#e0e0e0; text-decoration: underline; }
#changeHistoryTable table tr td a:hover .comment_name { color:#333333; }

