﻿/* Release History */
#release_notes
{
	width: 523px;
}

#release_notes_leftcol
{	
	text-align: center;	
	float: left; 
	width: 115px;
	background-color: #fafafa;
}

#release_notes_rightcol
{	
	color: #fff;
	background-color: #111;	
	width: 400px;
	height: 500px;
	float: left;
	padding: 4px;
}

#release_notes_rightcol .rss
{
	float: right;
}

#release_notes_rightcol .title
{
	font-weight: bold;	
}

#release_notes_rightcol .date
{	
	padding-bottom: 4px;	
}

#release_notes_rightcol .description 
{
	font-weight: bold;			
	background-color: #444;	
	padding: 6px;
}

#release_notes_rightcol .comments
{
	font-family: Verdana;
	font-size: 8pt;
	height: 435px;
	width: 394px;
}

#all_release_notes .entry .header
{	
	width: 100%;
	height: 25px;	
}

#all_release_notes .entry .title
{			
	font-weight: bold;
	padding-top: 4px; 
	padding-left: 4px;
}

#all_release_notes .entry .description 
{
	font-weight: bold;		
	color: #fff;	
	background-color: #444;
	text-align: left;	
	padding: 8px;		
}

#all_release_notes .entry .date 
{		
	font-size: 10px;
	color: #fff;	
	text-align: right;
	width: 225px;
	float: right; 	
	padding-top: 8px; 
	padding-right: 4px;
}

#all_release_notes .entry a, #all_release_notes .entry a: visited, #all_release_notes .entry a.selected 
{
	color: #fff;	
}

#all_release_notes .entry a: hover, #all_release_notes .entry a.selected: hover
{
	color: #FF9E42;
}


#all_release_notes .comment 
{
	font-size: 10px;
	font-weight: normal;	
	text-align: left;	
}
#all_release_notes .comment .light
{
	padding: 6px 6px 6px 16px;
	background-color: #fff;	
}

#all_release_notes .comment .dark
{
	padding: 6px 6px 6px 16px;
	background-color: #eee;
}
