/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_1_Peach {
	width: 100%;
	background-color: #f2d28e; 
/*	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; */
}


.ContentPane, .ContentPane td, .ContentPaneHome {

	background-color:#f2d28e;
	color:#000000;
/*	padding-left:50px;
	padding-right:50px;*/}

.AddPane {
	background-color:#e99e07;
}

P, .Normal {color:#000000;}


.SubHeading {
	color:#000000;
	font-size:11pt;
	font-weight:bold;
}
.SubHeadingShade {
	color:#e99e07;
	font-size:11pt;
	font-weight:bold;
}

.BodyShade {
	color:#7f8151;
}

.HeadingShade, .HeadingShadeSm {
	color:#e99e07;
}

.HeadingText, .HeadingTextSm {
	color:#ffffff;
}


.CategoryTitle {color:#ffffff;} /*for E-Newsletter Signup tickbox*/

a, a:link, a:visited, a:active, a:hover {
	color:#e99e07;
}


A:hover {
	text-decoration:underline;
}

/*used in speaker page*/ 
.CNX_LinkList_OuterTable .LinkNameTitle,
.CNX_LinkList_OuterTable .LinkNameTitle:link A:link, 
.CNX_LinkList_OuterTable .LinkNameTitle:link A:visited, 
.CNX_LinkList_OuterTable .LinkNameTitle:link A:active {
	font-size:12px;
 	font-weight:bold;
 	color:#e99e07;
}
.CNX_LinkList_OuterTable .LinkNameTitle:link A:Hover {
	color:#e99e07;
	text-decoration:underline;
}

/*used in speaker details page*/ 
.CNX_LinkDetails_OuterTable .LinkNameTitle,
.CNX_LinkDetails_OuterTable .LinkNameTitle:link A:link, 
.CNX_LinkDetails_OuterTable .LinkNameTitle:link A:visited, 
.CNX_LinkDetails_OuterTable .LinkNameTitle:link A:active {
	font-size:14px;
 	font-weight:bold;
 	color:#e99e07;
}
.CNX_LinkDetails_OuterTable .LinkNameTitle:link A:Hover {
	color:#e99e07;
	text-decoration:underline;
}

