@charset "iso-8859-1";
/* CSS Document */

/* headers */
h1, h2, h3 {
	font: bold 1em 'trebuchet ms', tahoma, sans-serif;
	text-transform: uppercase;
	color: #555;
}

#main h1, #rightbar h1 {
	padding: 10px 0 5px 5px;
	margin: 0 0 0 10px;
	text-transform: uppercase;
	border-bottom: 1px solid #f2f2f2;
}	

p, h1, h2, h3 {
	margin: 10px 15px;
}

h1 { font-size: 1.5em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.2em; text-transform: none;}

/* links */
a {
	background: inherit;
	color: #ec981f; 
}
a:hover {
	background: inherit;
	color: #806b4d;
}




/*grid2 for the toolbox
merged with the sz_entry.css */

div.grid2css {
	margin-bottom: 5px; 
	margin-left: 0px; 
	margin-right: 10px; 
	margin-top: 10px;
/*	width: auto; 
	height: auto; 
*/	
	}

div.grid2css table {
	border-bottom: #666666 1px dotted; 
/*	border-left: medium none; */
	border-left: #666666 1px dotted;
/*	border-top: #666666 1px dotted; */
	border-right: #666666 1px dotted;
	background-color: #ffffff; 
	border-collapse: separate; 
	font: 71%/1.5em  verdana, 'trebuchet ms', arial, sans-serif;
}

div.grid2css table td {
	padding-bottom: 0.05em; 
	padding-left: 2px; 
	padding-right: 0.35em;
	padding-top: 0.05em; 
	vertical-align: middle; 
}
div.grid2css table th {
	padding-bottom: 0.05em; 
	padding-left: 2px; 
	padding-right: 0.35em; 
	padding-top: 0.05em;
	vertical-align: middle; 
}
div.grid2css table th {
	background: #b6cde1; color: #fff; vertical-align: middle; 
}
div.grid2css table td {
	border-top: #666666 1px dotted
}
div.grid2css table td {
/*	border-left: #666666 1px dotted*/
}
div.grid2css table th {
	border-left: #666666 1px dotted
}
div.grid2css table tr {
	background-color: #ddd
}
div.grid2css table tr.odd {
	background-color: #fff
}
div.grid2css table tfoot tr {
	background-color: #fff
}

