/* 	
	basic stuff for setting up a
	CSS blank slate
*/


body { font-size: 1em; }

h1,h2,h3,h4,h5,h6 {margin-bottom:.5em;}
h1,h2,h3,h4,h5,h6
{
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
}

h1{font-size:2em;}
h2{font-size:1.5em;}
h3{font-size:1.25em; line-height:1.5em;}
h4{font-size:1em;}
h5{font-size:.875em;}
h6{font-size:.75em;}

p { margin-bottom: 1.125em; }

abbr { border-bottom: 1px dotted; cursor:help; }
acronym { border-bottom: 1px dotted; cursor:help; }
dfn { border-bottom: 1px dotted; cursor:help; }
em { font-style: italic; }
strong
{
	font-style: normal;
	font-weight: bold;
}


code
{
	font-family: monaco, "Courier New", monospace;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	white-space: pre;
	display: block;
	padding-left: 2em;
	font-size: 9pt;
}



/*	L I S T S   */

/*
ul{margin-bottom:2em; margin-left:1.5em;}
ol{margin-bottom:2em;margin-left:1.5em;}
dl{margin-bottom:2em;}
*/

ul.horiz { list-style-type: none;margin-left:0; }
ul.horiz li {display:inline; margin-right:.5em; padding:3px;}

dd{margin-bottom:1.5em;}

dl.heading dt { display: block; margin:0;float:none;}
dl.heading dd {display:block; margin-left:0;}


dl.table dt {width:5em; float:left; text-align:right;}
dl.table dd {margin-left:6em;}

ul.bull { list-style-type: disc; margin: 1em; 0 2em 2em;}
ul.bull li {margin:0 0 0 2em;}



/*	F O R M S   */

fieldset{border:none; margin-bottom:2em;}
legend { font-size: smaller; }

form div{clear:both; margin-bottom:1em;}

form label
{
	width: 10em;
	display: block;
	float: left;
	text-align: right;
	margin-right:.5em;

}



form.login {width:20em;  padding:.25em;}
form.login div{clear:both; margin-bottom:.25em;}
form.login label
{
	width: 8em;
	display: block;
	float: left;
	text-align: right;
	

}

form div.submit {padding-left:8em; padding-top:2em;}
form button#login {padding:.25em .5em;font-size:0.875em;}
form div.submit2 {padding-left:8em; padding-top:0em;}


label.radio
{
	margin-right: 2em;
	width: auto;
}
label.checkbox
{
	margin-right: 2em;
	width: auto;
}

label.addy
{
	margin-right: 2em;
	width: auto;
}





/*  U T I L I T I E S  */
.clear { clear: both; height:0 !important; }
.nb { font-size: 85%; }
.nb2 { font-size: 85%; }
.nb3 { font-size: 85%; }

.AccordionContent
{
	height: 0px;
	padding: 0;
	margin: 0;
	overflow: auto;
	display: none;
}
