/* Typography Skin - same file as NSU_Skins/css/typography.css */
/* {
	margin: 0px;
	padding: 0px;
}
a:link, a:visited {
	color: #00563F;
	text-decoration: none;
}
a:hover, a:active {
	color: #333333;
}*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
}
a:link, a:visited {
	color: #00563F;
	text-decoration: none;
}
a img {
	border: none!important;
}
img {
	border:none!important;
}
a:link, a:visited, a:hover, a:active {
	text-decoration: underline;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #333333;
}
a[name] {
	background-image: url("../images/anchor-icon.gif");
	background-position: 0 center;
	background-repeat: no-repeat;
	border: 1px dotted #0000FF;
	padding-left: 18px;
}
/* ------------------------------- GENERIC */
font { /* override inline styles */
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
pre {
	font-family: Lucida Console, monospace;
}
blockquote {
	margin: 0 30px 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
}
dt {
	color: #333333;
}
dd {
	margin-left: 15px;
}
HR {
	color: #696969;
	height: 1pt;
	text-align: left;
}
small {
	font-size: 8px;
}
big {
	font-size: 14px;
}
u { /* override inline styles */
	text-decoration: none;
}
/* ------------------------------- Headings */
h1, h2, h3, h4, h5, h6, dt, font h3, h3 font, p font h3 font {  /* font h3, h3 font, p font h3 font = override inline styles */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #333333;
}
h3, h4, h5, h6, dt {
	color: #333333;
}
h1 {
	font-size: 24px;
}
h2, h2.h2title .Head {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 15px;
}
h5, h6, dt {
	font-size: 12px;
}
h2, #dnn_RightPane h2 {
	padding-top: 20px;
	padding-bottom: 10px;
}
h3 {
	padding-top: 15px;
	padding-bottom: 5px;
}
h4 {
	padding-top: 10px;
	padding-bottom: 5px;
}
/* ------------------------------- p, ul, ol, etc. */
p, a, li, dt, tfoot, thead {
	font-size: 12px;
}
p {
	line-height: 20px;
}
p, ul, ol {
	margin-bottom: 20px;
}
ul li ul, ol li ol { /*overrides above for 2 level lists*/
	margin-bottom: 2px;
}
ol {
	margin-left: 24px;
}
ul li {
	background-image: url("../images/black_bullet.gif");
	background-position: 0 0.3em;
	background-repeat: no-repeat;
	padding-left: 12px;
	margin: 2px 0px;
	list-style:none;
}
ul.nobullet li { /* apply nobullet to <ul> tag if you don't want to use the image bullet above */
	background-image: none;
}
ol li {
	margin: 0px 0px 5px 0px;
}
/* ----------------------------- Data Tables in ContentPane, apply class="data" to <table> ----------------------------- */
tfoot, thead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: left;/*font-size: 12px;
	font-weight: bold;
	vertical-align: baseline;*/
}
table.data a {
	font-size: 11px;
}
table.data {
	border: solid #999 1px;
	margin-bottom: 10px;
}
table.data tr:hover td {
	background-color: #B5E2BF;
}
table.data th {
	border-bottom: solid #333 2px;
	padding: 0px 2px 0px 2px;/*color: #333;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: baseline;*/
}
table.data td {
	border-bottom: solid #666 1px;
	padding: 0px 2px 0px 2px;
	vertical-align: top;
}
/* ----------------------------- Reusable Classes */
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.floatnone {
	float: none;
}
.clearboth {
	clear: both;
}
.clearleft {
	clear: left;
}
.clearright {
	clear: right;
}
.clearnone {
	clear: none;
}
/* ----------------------------- DNN Overrides */
ul.dnnActionMenuBody li, ul.dnnActionMenuBody li { /* overrides my code for Manage popups li to 0px, no bullet */
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: none;
}
