@charset "utf-8";

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

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

#changeHistoryHeader { width:100%; height:17px; border-top:3px double #cebd77; }
#changeHistoryHeader h1 { padding: 0px; margin:1px 6px 0px 3px; font-family: 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif; font-weight:normal; font-size:11px; color:#660000; text-transform:uppercase; float:left; }

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

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

