/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* background color for the content part of the pages */
body, td, th
{
	margin: 0px;
	background-color: #EDECFA;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	padding: 0px;
	font-size: 12px;
}

td, th
{
	
	background-color: #FFFFFF;
	vertical-align: top;
}

input, textbox, select
{
    font-size:100%;
    font-family:Geneva,Arial,Helvetica,sans-serif;
    color:#666666;
}

h1
{
	font-size: 130%;
	color: #F27018;
	margin:2px;
}

h2
{
	font-size: 110%;
	color: #F27018;
}

.link_within_text
{
	color: #0500CE;
}


a.breadcrumb
{
    font-size:150%;
    font-weight:400;
    font-family:Geneva,Arial,Helvetica,sans-serif;
    color: #666666;
    text-decoration:none;
    border-bottom:solid 1px #999999;
    padding-left:10px;
    display: inline-block;

}

.submenu ul
{
	list-style-type: none;
	margin-left: 0px;
}
.submenu a:hover
{
	color: #F27018;
	text-decoration: underline;
}

.submenu li
{
	margin-bottom: 1px;
}
.submenu li ul li
{
	margin-left: 15px;
}

}
.sectioned_text h1 img
{
	float: right;
}

.sectioned_text h2 img
{
	float: right;
}

.sectioned_text p img
{
	float: right;
}

.sectioned_text h1
{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F27018;
}

a {
    color:#666666;
    text-decoration:none;
}

a:hover
{
	color: #F27018;
	text-decoration: underline;
}

/* News Articles Custom Styles */
.NormalWhite { font-family: Tahoma, Arial, Helvetica; font-size: 11px; font-weight: bold; color: #FFFFFF; }
.articleQuote { font-family: Tahoma, Arial, Helvetica; font-size: 8pt; border-top: solid 1px #999999; border-bottom: solid 1px #999999; }
 
.articleTitle { font-size : 14px; font-weight : bolder; color : #F27018; }

.articleTable { background-color: black; margin: 0px; }
.articleTopCell { background-color: #F27018; color: white; font-weight: bold; padding: 6px; height: 25px; }
.articleContentCell { color: black; padding: 6px; background-color: #FFFFFF; }
.articleTextCell { color: black; padding: 6px; background-color: #FFFFFF; }
.articleIconCell { background-color: #000000; width: 20px; }
.articleFooterCell { color: #FFFFFF; padding: 3px; background-color: #000000; height: 25px; }

