@charset "utf-8";
/* CSS Document - this document contains the specific changes needed for the wisconsinnurses.com website */
div {
 font-family: Arial, Helvetica, Verdana, sans-serif;
 color:#1d2172;
}

#navbar {
 margin-left:542px;
}
#contentcontain {
 position:absolute;
 margin-left:5px;
 margin-top:288px;
 width:890px;
 height:inherit;
 color:#1d2172;
}

div.tableheading, span.tableheading , h1 {
 font-size:1.75em;
 font-weight:bold;
 text-align:left;
 color:#80225C;
}

div.tableheading, span.tableheading  {
 padding:.5em 0;
}

h2 {
 font-size:1.5em;
 font-weight:bold;
 text-align:left;
 color:#80225C;
}

div.confhead1
{
 font-size:1.2em;
 font-weight:bold;
 text-align:center;
 color:#354b94;
}
 
div.confhead2
{
 font-size:1.5em;
 font-weight:bold;
 text-align:center;
 color:#354b94;
}
 
div.confhead3
{
 font-size:1.25em;
 font-weight:bold;
 color:#80225C;
 text-transform:uppercase;
 margin:16px 0 10px 0;
 text-align:center;
}
 
div.confhead4
{
 font-weight:bold;
 color:#354B94;
 margin:16px 0 5px 0;
 text-align:center;
 font-size:1.15em;
}

div.confhead5
{
 font-weight:bold;
 font-size:.9em;
 margin:20px 0 10px 0;
 text-transform:uppercase;
}

div.confdate
{
 text-align:center;
}

div.confloc
{
 font-size:.9em;
 text-align:center;
}

.confhighlight, .reghighlight
{
 color:#9b296f;
 font-weight:bold;
}

#contentcontain a {
 text-decoration:underline;
}

div.formerrornote {
 font-weight:bold;
 font-size:1.2em;
 color:#990066;
}

/* Rounded box, from http://www.456bereastreet.com/lab/teaser/flexible/ */
	.teaser {
		padding:0 0 0 11px;
		margin:10px;
		background:url("/images/tsr-l.gif") top left no-repeat;
	}
	.teaser h3 {
		background:url("/images/tsr-r.gif") top right no-repeat;
		margin:0;
		padding:8px 0 0.5em 0;
		color:#1C2172;
	}
	.teaser p {
		margin:0 0 0 -11px;
		padding:0 11px 0.5em 11px;
		border:1px solid #d8d8d8;
		border-width:0 1px;
		background:#fff;
	}
	.teaser div {
		margin:0 0 0 -11px;
		padding-left:11px;
		background:url("/images/tsr-l.gif") bottom left no-repeat;
	}
	.teaser a.more {
		display:block;
		text-align:right;
		padding:0 10px 10px 0;
		background:url("/images/tsr-r.gif") bottom right no-repeat;
	}
