@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; }

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

/*
#nodeHistoryHeader { background: #ededed; float:left; clear:both; }
#nodeHistoryHeader h1 { width:18px; height:74px; text-indent:-9999px; float:left; clear:both; 
	background: #ededed url("pics/nodeHistoryComponentHeadline.gif") no-repeat 0px 4px; }

#nodeHistoryHeader .nodeHistoryActions { float:left; margin:5px 0px 0px 0px; }
#nodeHistoryHeader .newest_nodes { background: #ededed; float:left; clear:both; line-height:14px; height:14px; width:11px; font-size: 10px; }
#nodeHistoryHeader .newest_nodes a img { border:0px; }
#nodeHistoryHeader .newer_nodes { background: #ededed; float:left; clear:both; line-height:14px; height:14px; width:11px; font-size: 10px; }
#nodeHistoryHeader .newer_nodes a img { border:0px; }
#nodeHistoryHeader .older_nodes { background: #ededed; float:left; clear:both; line-height:14px; height:14px; width:11px; font-size: 10px; }
#nodeHistoryHeader .older_nodes a img { border:0px; }
#nodeHistoryHeader .oldest_nodes { background: #ededed; float:left; clear:both; line-height:14px; height:14px; width:11px; font-size: 10px; }
#nodeHistoryHeader .oldest_nodes a img { border:0px; }
*/

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

#nodeHistoryHeader .nodeHistoryActions { margin:0px; padding: 0px; float:left; background:#0000ff; font-size:8px; line-height:8px; margin:3px 0px 0px 0px; }
#nodeHistoryHeader .newest_nodes { background: #ffffff; height:8px; width:15px; float:left; }
#nodeHistoryHeader .newest_nodes a img { border:0px; }
#nodeHistoryHeader .newer_nodes { background: #ffffff; height:8px; width:15px; float:left; font-size:8px; line-height:8px; }
#nodeHistoryHeader .newer_nodes a img { border:0px; }
#nodeHistoryHeader .older_nodes { background: #ffffff; height:8px; width:15px; float:left; font-size:8px; line-height:8px; }
#nodeHistoryHeader .older_nodes a img { border:0px; }
#nodeHistoryHeader .oldest_nodes { background: #ffffff; height:8px; width:15px; float:left; font-size:8px; line-height:8px; }
#nodeHistoryHeader .oldest_nodes a img { border:0px; }

#nodeHistoryTable { padding: 5px 0px 0px 0px; margin:0px; border:0px; font-family: Arial, Sans-serif; font-weight: normal; font-size: 10px; color:#252525; }
#nodeHistoryTable table tr td.month { color:#777777; padding:0px 2px 0px 7px; vertical-align:top; font-style:italic; }
#nodeHistoryTable table tr td.year { color:#777777; padding:0px 5px 0px 2px; vertical-align:top; font-style:italic; }
#nodeHistoryTable table tr td.title { padding:0px 7px 0px 10px; color:#000000; }
#nodeHistoryTable table tr td.title a:hover {  }
#nodeHistoryTable table tr td.text { background: #ffffff url("pics/nodeHistoryComponentTextNode.gif") no-repeat 0px 2px; }


