/* Search page */
#dnn_ctr352_ContentPane td
{
	padding: 4px !important;
}
/* Specific to portal */
#dnn_ctr389_Feedback_cmdSend
{
	padding-left: 146px;
}
/* Extraneous dotnetnuke stuff */
.RightPaneContainer_ContainerBox .ContainerTitle .False td span,
#dnn_ctr389_Feedback_cmdCancel
{
	display: none;
}
/* Extraneous dotnetnuke stuff */
/* FAQs = T60 */
.T60 div.False td a	img,
.CenterPaneContainer_ContainerBox .False .ContainerTitle td.Actions,
.CenterPaneContainer_ContainerBox .ContainerTitle .False ,
.ImageContainer_ContainerBox .False .ContainerTitle
{
	display: none !important;
}


.ContainerTitle .Head
{
	font-weight: bold;
}

/* Left Slot css */
.LeftPaneContainer_ContainerBox
{
	width: 180px;
	border-collapse: collapse;
	margin-bottom: 15px;
	font-family: Arial, Sans-Serif;
}
.LeftPaneContainer_ContainerBox .Head
{
	color: #FF3300;
	font-size: 8pt;
	font-family: Arial, Sans-Serif;
	text-transform: uppercase;
}
.LeftPaneContainer_ContainerBox .ContainerTitle
{
	margin-bottom: 8px;
}
.LeftPaneContainer_ContainerBox td.Title
{
	padding-left: 2px;
}
.LeftPaneContainer_ContainerBox .Item
{
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	padding: 0 0 8px 6px;
}
.LeftPaneContainer_ContainerBox .Item .Date
{
	color:#999999;
	font-weight: bold;
}
.LeftPaneContainer_ContainerBox .Item .Title
{
	color:#777777;
}
.LeftPaneContainer_ContainerBox a:hover
{
	text-decoration: none;
}
.LeftPaneContainer_ContainerBox a img
{
	border-style: none;
}

/* Main content */
.CenterPaneContainer_ContainerBox .ContainerTitle .Head, .Container h1
{
	font-weight: normal;
	font-size: 16pt;
	font-family: Verdana, Sans-Serif;
	color: #3399CC;
	margin: 1em 0 0.5em;
}
.CenterPaneContainer_ContainerBox h2
{
	color: #3399CC;
	margin: 1em 0 0.5em;
	font-family: Verdana, Sans-Serif;
	font-size: 12pt;
	font-weight: bold;
}
.CenterPaneContainer_ContainerBox h3
{
	font-family: Verdana, Sans-Serif;
	font-weight: bold;
}
.CenterPaneContainer_ContainerBox a,
.CenterPaneContainer_ContainerBox a:hover
{
	color: Blue;
	text-decoration: underline;
}
.CenterPaneContainer_ContainerBox a:visited
{
	color: Purple;
	text-decoration: underline;
}
.CenterPaneContainer_ContainerBox .ContainerTitle
{
	margin-bottom: 1em;
	padding: 0;
}
.CenterPaneContainer_ContainerBox span.Normal, .Container p
{
	font-size: 9pt;	
	margin: 0.5em 0;
}
.CenterPaneContainer_ContainerBox p.First:first-line
{
	font-weight: bold;
}

/* Main content News page */
.NewsItem
{
	margin: 0 0 2em 2px;
}
.NewsItem span
{
	font-size: 8pt;
	font-weight: bold;
}
.NewsItem .Date
{
	color: #999999;
}
.NewsItem p
{
	font-size: 9pt;
	margin: 0.3em 0;
}

/* Right slot css */
.RightPaneContainer_ContainerBox
{
	background-color: #F2F2F2;
	border: solid 1px #E5E5E5;
	width: 200px;
	margin-bottom: 15px;
} 
.RightPaneContainer_ContainerBox td.Title
{
	padding: 3px 3px 3px 5px;
}
.RightPaneContainer_ContainerBox .ContainerTitle td.Title span
{
	display: inline;
}
.RightPaneContainer_ContainerBox .Head
{
	color: #3399CC;
	font-family: Verdana, Sans-Serif;
	font-size: 10pt;
}
.RightPaneContainer_ContainerBox .ContentPane
{
	margin: 0 5px 5px;
	border: solid 1px white;
	background-color: White;
}
.RightPaneContainer_ContainerBox .ContentPane p
{
 	font-family: Verdana, Sans-Serif;
 	font-size: 8pt;
 	padding-left: 5px;
 	margin: 0 0 5px 0;
}

/* Arrow button */
.ArrowButton
{
	font-family: Verdana, Sans-Serif;	
 	font-size: 8pt;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	display: block;
	margin: 4px 4px 6px;
	color: #FF3300 !important;
	text-decoration: none;
}
.ArrowButton:hover
{
	color: #4E95BB;
	text-decoration: underline;
}
.ArrowButton:active
{
	color: #003366;
	text-decoration: underline;
}
/* Arrow button settigs per module */
.ClientLogin .ArrowButton
{
	background-position: 130px 5px;
	padding-left: 144px;
}
.Demo .ArrowButton
{
	background-position: 84px 5px;
	padding-left: 98px;
}

/* Module specific settings */
#DemoImage
{
	display: none;
}
.Demo p
{
	padding-top: 5px;
}

#ClientLoginImage
{
	background-image: url(images/login.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	width: 179px;
	height: 52px;
	margin: 3px 5px 5px;
}

/* Contact Us container */
.RightPaneContainer_ContainerBox td.SubHead
{
	padding: 4px 0 0 4px;
}


/* Main content testimonial page */
.Testimonial
{
	margin: 0 0 1em 2px;
}
.Testimonial .Title
{
	color: Black;
	font-size: 9pt;
	font-weight: bold;
	margin: 0;
}
.Testimonial p
{
	margin: 0.3em 0;
	font-size: 9pt;
}
.Testimonial .Testifier
{
	display: block;
	font-style: italic;
	margin: 1em 0 0 240px;
}

/* Site map */
.Level1
{
	padding-left: 1em;
}

/* FAQs */
.T60 .ContentPane td
{
	padding-top: 0.2em;
}

/* Demo page */
.Demo td, .Demo th
{
	padding: 2px 0;
}
.Demo th
{
	text-align: right;
	color: Black;
	font-size: 9pt;
	padding-right: 8px;
}
.Demo th span
{
	display: block;
	margin-bottom: 4px;
}
.Demo td
{
	font-size: 9pt;
}   
.Demo .Submit
{
	text-align: center;
}
.Demo .Validation p, .Demo .Validation div
{
	margin: 0;
	padding: 0;
}
.ShowDemo
{
	text-align: center;
}				
.ShowDemo a
{
	color: Blue;
	text-decoration: underline;
}
.ShowDemo a:visited
{
	color: Purple;
}
.ShowDemo p, .ShowDemo h2
{
	margin-bottom: 2em;
}
