@charset "utf-8";
/* CSS Document - this document contains the specific changes needed for the wisconsinnurses.com website */
body {
 color:#000;
}

div {
 font-family: Calibri, "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
}

#contentcontain {
 position:absolute;
 margin-left:5px;
 margin-top:288px;
 width:890px;
 height:inherit;
 color:#000;
}

div.tableheading, span.tableheading , h1 {
 font-size:1.75em;
 font-weight:bold;
 text-align:left;
 color:#CC3333;
}

div.tableheading, span.tableheading  {
 padding:.5em 0;
}

h2 {
 font-size:1.5em;
 font-weight:bold;
 text-align:left;
 color:#CC3333;
}

div.confhead1
{
 font-size:1.2em;
 font-weight:bold;
 text-align:center;
 color:#3C3E2C;
 margin:0 0 5px 0;
}
 
div.confhead2
{
 font-size:1.6em;
 font-weight:bold;
 text-align:center;
 color:#3C3E2C;
 margin:0 0 10px 0;
}
 
div.confhead3
{
 font-size:1.25em;
 font-weight:bold;
 color:#CC3333;
 text-transform:uppercase;
 margin:16px 0 10px 0;
 text-align:center;
}
 
div.confhead4
{
 font-weight:bold;
 color:#3C3E2C;
 margin:8px 0 2em 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;
}

span.confreservationcode
{
 font-weight:bold;
}

span.notfinalized
{
 background-color:yellow;
}

#contentcontain a {
 text-decoration:underline;
}

div.formerrornote {
 font-weight:bold;
/* color:#A5230F; */
 color:red;
 margin:1em 0;
 font-size:1.2em;
}

/* 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:#666633;
	}
	.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;
	}

