/* background color for the content part of the pages */
body
{
	margin: 0px 0px 0px 0px;
}

table .Settings .Head {
   color: black;
   font-size: small;
}

table .containermaster_jra a.head {
  color: #CC0000;
  text-decoration: underline;
  font-size: small;
}

#content td
{
   font-size: 11px;
   font-family: Verdana;
}


.brand_banner
{
    width: 805px;
    height: 153px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.right_bg
{
	width: 23px;
}

.left_bg
{
	width: 23px;
}

.topright_bg
{
	width: 23px;
}

.topleft_bg
{
	width: 23px;
}

.footer_left
{
	width: 23px;
	height: 21px;
}

.footer_right
{
	width: 23px;
	height: 21px;
}

.footer_repeater
{
	height: 21px;
}

#dnn_ctr3851_ArticleDetails_lblTitle.Head {
    color: black;
    font-size: large;
}

Span.SkinObject, A.SkinObject:link {
   color: black;
   font-weight: normal;
   font-size: xx-small;
}

.dnn_ContentPane, .dnn_TopLeftPane, .dnn_TopRightPane, .dnn_BottomLeftPane, .dnn_BottomRightPane, .dnn_FooterPane {
	padding-left: 2px;
	padding-right: 2px;
}

#dnn_dnnSEARCH_txtSearch {
  width: 113px;
  height: 22px;
  color: #aaa;
  font-size: 12px;
}

#dnn_dnnSearch_cmdSearch
{
    height: 21px;
    padding-top: 5px;
    font-family: Verdana, Tahoma,arial, helvetica;
    font-size: 11px;
}

.SearchField {
	font-size: 12px;
}

a.SearchField:link,a.SearchField:visited {
	color: #333;
}

a.SearchField:hover,a.SearchField:active {
	color: #ff6600;
}

/* Main Menu */

.MainMenu_MenuContainer {
   width: 100%;
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
   font-family: Verdana;
   font-size: xx-small;
   color: white;
   border-bottom: #CA5100 1px solid;
   border-top: white 0px solid;
   height: 16px;
   background: #FE682B;
}

.MainMenu_MenuItem td {
   padding-top: 16px;
   padding-bottom: 4px;
   padding-left: 4px;
   padding-right: 4px;
}

.MainMenu_MenuIcon {
   width:0px;
   background-color: #FF6600;
   border-bottom: 1px solid #FF6600;
   border-left: 1px solid white;
}

.MainMenu_SubMenu {
   background-color: #FF6600;
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel, .MainMenu_Active {
   font-family: Verdana;
   font-size: xx-small;
   background-color: #CA5100;
   color: white;
   height: 16px;
}

.MainMenu_MenuItemSel td, .MainMenu_Active td {
   padding-top: 16px;
   padding-bottom: 4px;
   padding-left: 4px;
   padding-right: 4px;
}

.MainMenu_MenuArrow {
	border-bottom: #CA5100 1px solid;
	border-top: white 0px solid;
}

.MainMenu_RootMenuArrow {
}