/***** Global Settings *****/
 
html, body {
border:0;
margin:0;
padding:0;
}
 
body {
font:100%%/1.25 Arial, Helvetica, sans-serif;
}
 
/***** Headings *****/
 
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}
 
h1 {
letter-spacing:-1px;
font-size:2em;
}
 
h2 {
letter-spacing:-1px;
font-size:1.5em;
}
 
h3 {
font-size:1em;
font-weight:bold;
}
 
/***** Common Formatting *****/
 
/***** Links *****/
 
/***** Forms *****/
 
form {
margin:0;
padding:0;
display:inline;
}
 
input, select, textarea {
font:1em Arial, Helvetica, sans-serif;
}
 
textarea {
width:100%%;
line-height:1.25;
}
 
label {
cursor:pointer;
}
 
/***** Tables *****/
 
table {
border:0;
margin:0 0 1.25em 0;
padding:0;
}
 
table tr td {
padding:2px;
}
 
/***** Wrapper *****/
 
#wrap {
width:960px;
margin:0 auto;
}
 
/***** Global Classes *****/
 
.clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }

/* my stuff */
body {
	padding: 1em;
}
h1:first-child, h2:first-child {
	padding-top: 0px;
}
body ul {
    list-style: url(http://m001.blogmatrix.net/v12/images/BulletBlue.png) square;
}
body li {
    list-style: url(http://m001.blogmatrix.net/v12/images/BulletBlue.png) square;
    margin-left: 20px;
	margin-bottom: 5px;
}
button {
	padding-bottom: 2px;
	border: 1px solid #CCC;
	width: 125px;
	height: 27px;
}
button:hover {
	text-decoration: underline;
	border: 1px solid #999;
}
html, body * {
	color: rgb(113, 113, 113);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
p, ul {
	margin-top: 10px;
	margin-bottom: 10px;
}
h1 { 
	font-size: 24px;
}
h2 { 
	font-size: 22px;
}
h3 { 
	font-size: 20px;
}
h4 { 
	font-size: 18px;
}
h1, h2, h3, h4 {
	color: rgb(80, 161, 82);
	margin-bottom: 20px;
	margin-top: 20px;
}   
h1:first-child, 
h2:first-child,
h3:first-child,
h4:first-child {
	margin-top: 0px;
}
a {
	color: rgb(120, 169, 210);
}
body pre, body pre * {
    font-family: "Courier New", Courier, monospace;
    font-size: 14px;
}
body pre {
    background-color: #FFC;
    border: 1px black dashed;
    padding: 10px;
	margin-top: 10px;
}
div.nresults {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid rgb(80, 161, 82);
}

/* gencard section */
div.gencard {
	border: 1px solid rgb(80, 161, 82);
	width: 320px;
	padding: 5px;
}
div.gencard *,
div.gencard {
	font-size: 16px;
}
div.gencard h4 *,
div.gencard h4 {
	color: rgb(80, 161, 82);
	font-size: 18px;
	font-weight: bold;
}
div.gencard h5 *,
div.gencard h5 {
	color: rgb(80, 161, 82);
	font-size: 16px;
	font-weight: normal;
}
div.gencard h4 {
	margin: 0 0 5px 0;
}
div.gencard h5 {
	margin: 10px 0 5px 0;
}
div.gencard ul {
	line-height: 95%;
}

/* form section */
div.long input {
	width: 100%;
}
div.long textarea {
	width: 100%;
}
#id_form input.search {
	width: 100%;
}
#id_form textarea,
#id_form input {
	border: 1px solid #CCC;
	padding: 2px;
}
#id_form textarea:hover,
#id_form input:hover {
	border: 1px solid rgb(120, 169, 210);
	background-color: #F9F9FF;
}
#id_form div.inputEx-ListField-childContainer div.wrapper {
	margin-bottom: 3px;
}

/* index */
#id_options div.option {
	margin-bottom: 5px;
}
