* {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Standard element layout */
body {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: white;
}

h2	{
	font-size:18px;
	margin-top: 20px;
	margin-bottom:30px;
}

h3	{
	font-size:16px;
	padding: 2px;
	font-weight:bold;
	margin-top: 20px;
	margin-bottom: 30px;
	border-bottom: 2px double #4682B4;
}

h4	{
	font-size:14px;
	font-weight:bold;
}

strong, th	{
		font-weight:bold;		
}

li	{
	padding: 3px 2px 5px 2px;
	list-style: square;
}

table	{
	margin:20px;
}

td	{
	padding-top: 3px;
	padding-bottom:3px;	
}

/* Links */
a:link {  
	font-weight: bold; 
	color: #4682B4; 
	text-decoration: none
}

a:visited { 
	font-weight: bold; 
	color: #4682B4; 
	text-decoration: none 
}

a:hover {  
	font-weight: bold; 
	color: #FFFFFF; 
	background-color: #4682B4;
}

/* special styles */
#breadCrumb	{
	border: 1px solid gray;
	padding:2px;
}

#footer	{
	margin-top:30px;
	padding:2px;
	border-top: 1px solid #4682B4;
	text-align:right;
}

.filenames {  
	font-family: "Courier New", Courier, mono; 
	font-size: 12px; 
	font-weight: bold
}

.headline	{
	background-color: #4682B4;
	color: white;
}

td.cellcontent	{
	border-bottom: 1px solid silver;
}

td.celltitle	{
	border-bottom: 1px solid #4682B4;
	font-weight: bold;
	vertical-align: top;
}

.code {
	font-family: "Courier New", Courier, mono; 
	font-size: 12px; 
	font-weight:bold;
	letter-spacing: 2px;	
}

.codesnippet	{
	font-family: "Courier New", Courier, mono; 
	font-size: 12px; 
	padding:10px;
	border: 1px dotted black;	
	margin-left: 20px;
	margin-right: 20px;
}

.input	{	
	width: 125px;	
	background: #FFFFCC;	
	font-weight: bold;	
	color: #ff0300;
}
