/* CSS Document */

.clear_float
{
  clear:both; 
  line-height:0; 
  font-size:0; 
  height:0;
}

.actions
{
}

.head
{
  padding:0; 
  margin-top:8px;
  text-align:left;
}

.contentpane
{
  padding:0; 
  text-align:center;
  overflow:visible;
}

.contentpane .Normal
{
  max-width: 720px; 
  margin-left: auto;
  margin-right: auto;
}

.title
{
	margin: 20px 0 0 0;
  float:none;
  width:100%;
  text-align:center;
}

h1 span.TitleHead
{
	font-size: larger;
	line-height: normal;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
}

div#panel-zone
{
  background-Color: Transparent;
}

.ControlPanel
{
  width: auto;
}

.DNN_HTMLContent table
{
  top: 0;
  overflow:visible;
}


.contentpane div.image
{
	padding: 8px 0;
}

.contentpane h1
{
	font-size: larger;
	line-height: 100%;
	font-weight: bold;
	padding: 20px 0 7px;
	vertical-align: middle;
	text-align: center;
}

.contentpane h2
{
	font-size: large;
	line-height: 100%;
	font-weight: bold;
	padding: 20px 0 7px;
	vertical-align: middle;
	text-align: left;
}

.contentpane h3
{
	font-size: medium;
	line-height: 120%;
	font-weight: bold;
	padding: 7px 0 7px 0;
	vertical-align: middle;
	text-align: left;
}

.contentpane h4
{
	font-size: medium;
	line-height: 120%;
  font-style: italic;
	padding: 7px 0 7px 0;
	text-align: left;
}

.contentpane p,
.contentpane li,
.contentpane dl,
.contentpane td,
.contentpane a
{
	font-size: medium;
	line-height: normal;
	text-align: left;
}

.contentpane dd
{
	margin-left: 50px;
}

.contentpane p
{
	padding-bottom: 8px;
}

a:link,
a:visited,
.contentpane a:link,
p a:link,
p a:visited,
.contentpane p a:link
{
    text-decoration:underline;
}

div.TopPane div.title,
div.RightPane div.title
{
  display: none;
}

div.TopPane .contentpane,
div.RightPane .contentpane
{
	text-align: right;
}

div.TopPane h1 span.TitleHead,
div.TopPane h1,h2,h3,
div.RightPane h1 span.TitleHead,
div.RightPane h1,h2,h3
{
	font-size: medium;
	line-height: 100%;
	font-weight: bold;
	padding: 20px 0 7px;
	vertical-align: middle;
	text-align: right;
}

div.TopPane h3,
div.RightPane h3
{
  font-size: x-large;
  height: 1.5em;
}

div.TopPane p,
div.TopPane a,
div.RightPane p,
div.RightPane a
{
  font-size:small;
	padding: 1px 0 0 0;
	display: block;
  text-decoration: none;
  color:#ffffcc;
}

div.TopPane a,
div.RightPane a
{
  text-decoration: underline;
}

div.ContentPane div.footer
{
}

.DNNEmptyPane
{
  display: none;
}
