/**
 *  base styles for a webpage
 *  (c) 2007 Benjamin Mack 
 *  - default settings to put all browsers
 *    in the same state
 *  - default content scheme
 **/


/**
  * default settings to put all browsers
  * in the same state 
 **/

* {
	margin: 0px;
	padding: 0px;
} 
	
html {
	height: 100%;
	width: 100%;
	background: #ffffff;
} 
	
body { 
	min-height: 100.1%;	
	font-size: 100.01%; 
	position: relative; 
	color: #000000;
	background: #ffffff;
	text-align: left; 
} 
	
fieldset, a img { border: 0px; }

ul, ol, dl {
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

ul { list-style: outside disc; }
dl { padding: 0px; }
li { margin: 0px 0px 0px 10px; }
dt { font-weight: bold; }
dd { margin: 0px; }

blockquote, cite {
	margin: 0px 0px 10px 15px;
	font-size: 12px;
	width: auto;
}

b, strong { font-weight: bold; }
i, em { font-style:italic; }
pre, code { font-family: "Courier New", Courier, monospace; }

address {
	font-style: normal;
	line-height: 1.5;
	margin: 0px 0px 10px 0px;
}

hr {
	background: transparent; 
	height: 1px;
	overflow: hidden;
	line-height: 11px;
	font-size: 11px;
	margin: 5px 0px;
	border: 0px;
	border-bottom: 1px #cccccc solid;
	padding: 0px;
}


acronym, abbr {
	border-bottom: 1px dashed #cccccc;
	cursor: help;
}

p {
	margin: 0px;
	padding: 0px;
}

table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 10px;
}

form { overflow:hidden; }

input, textarea, select {
    width: auto;
	font: Verdana, Arial, Helvetica, Sans-Serif;
	border: 1px #777777 solid;
    background: #fafafa;
	padding: 3px;
	color: #777777;
    font-size: 99%; /* safari bugfix */
}

input[type=text]:focus, textarea:focus {
	background: #f0f0f0;
	color: #333333;
	border-color: #777777;
}


pre, code {
	display: block;
	overflow-x: auto;
	width: 500px;
	margin: 0px 0px 10px 10px;
	padding: 10px 10px 15px;
	color: #000000; 
	background: #f0f0f4;
	border: 1px #ccccdd solid;
	border-left: 5px #ccccdd solid;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 10px 0px 5px;
}

h2 a,
h2 a:hover,
.csc-textpic a,
.csc-textpic a:hover,
a img {
	border: 0px;
}



/**
  * default content scheme
 **/

* { line-height: 1.5; }
p { margin-bottom: 12px; }
* { color: #444444; }


h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	color: #444444;
	font-weight: normal;
	padding: 0px;
	font-size: 20px;
	line-height: 16px;
}

h1 {
	font-size: 24px;
	line-height: 18px;
	margin: 20px 0px 20px 0px;
	border-bottom: 1px solid #cccccc;
}

h2 {
	font-size: 20px;
	margin: 20px 0px 5px 0px;
}

h2,
h2 a,
h2 a:hover {
	line-height: 16px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 11px 0px 5px 0px;
}

h4 {
	font-size: 14px;
	margin: 5px 0px 2px 0px;
}

div#content ul {
	margin: 0px 0px 12px 10px;
	list-style: url('../g/listitem.png');
}
