@charset "utf-8";

*                  { margin: 0px; padding: 0px; font-family:Arial, Verdana, Sans-serif; }
body               { background: #FFFFFF; height:100%; }
a                  { color: #000000; background: transparent; text-decoration: none; }
a:hover            { color: #EE0000; background: transparent; text-decoration: underline; }

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

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

#changeHistoryHeader { background: #ffffff; border: 0px solid #ee1d23; border-width:4px 0px 1px 0px; width:100%; height:15px; }
#changeHistoryHeader h1 { padding: 0px; margin:1px 6px 0px 6px; text-align: left; font-family: Arial, Verdana, Sans-serif; font-size: 10px; font-weight: bold; color: #EE0000; text-transform:uppercase; color:#ee1d23; float:left; }

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

#changeHistoryTable { margin: 2px 2px 0px 2px; }
#changeHistoryTable table tr td.changedComment { background: #ffffff url("pics/changeHistoryComponentComment.gif") no-repeat 6px 5px; }
#changeHistoryTable table tr td.changedArticle { background: #ffffff url("pics/changeHistoryComponentArticle.gif") no-repeat 5px 5px; }
#changeHistoryTable table tr td .date { font-style:italic; padding: 4px 0px 0px 18px; font-family: Verdana, Arial, Sans-serif; font-weight: normal; font-size: 8px; color:#777777; }
#changeHistoryTable table tr td .content { padding: 0px 0px 0px 6px; font-family: Arial, Sans-serif; font-weight: normal; font-size: 10px; }
#changeHistoryTable table tr td .comment_name { font-size: 8px; color:#333333; font-style:italic; }
#changeHistoryTable table tr td a { color: #000000; background: transparent; text-decoration: none; }
#changeHistoryTable table tr td a:hover { color: #EE0000; background: transparent; text-decoration: underline; }
#changeHistoryTable table tr td a:hover .comment_name { color:#ee0000; }

