/* cs-styles.css - Styles for all Scrum Collective pages */
/* Created: 24 April 2008 */
/* Author:  Tobias Mayer */

<?xml version="1.0" encoding="us-ascii"?>

<style type="text/css">
<!--

{}  /* Firefox requires these empty braces in order to recognize the first style */

a {
	color: #CC0000; 
	text-decoration: none;
}
  
a:hover {
	color: #CC0000;
	text-decoration: underline;
}

.popWin {  
  display:none;
  position:absolute; 
  background:#FFFFCC; 
  padding:5px; 
  border: 1px black solid; 
  font-family:Verdana,Arial,Helvetica,sans-serif; 
  font-size:8pt;
}

.popTitle {
  float:left; 
  font-family:Verdana,Arial,Helvetica,sans-serif; 
  font-weight:bold;
  font-size:8pt;
}

.popX {
  float:right; 
  cursor:pointer; 
  cursor:hand; 
  font-weight:bold; 
  font-size:8pt; 
  color:white; 
  background:#CD0000; 
  border:1px solid gray;
}

.popHelp {
  cursor:pointer; 
  cursor:hand; 
  font-weight:bold; 
  font-size:10pt; 
  color:navy; 
  background:yellow; 
  border:1px solid gray;
}


</style>