body{
   padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-color: #ffffff;
}
.ControlPanel, .PagingTable {
    width: 100%;
    height: 64px;
    background-color: #ffffff;
    BORDER-RIGHT: #71201C 1px solid; 
    BORDER-TOP: #71201C 1px solid; 
    BORDER-LEFT: #71201C 1px solid; 
    BORDER-BOTTOM: #71201C1px solid; 
}
.SkinObject {
    font-weight: bold;
    font-size: 11px;
    color: #71201C;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
A.SkinObject:link {
    text-decoration:    none;
    color:#71201C;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#71201C;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#71201C;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#D29106;
}
/* style for module titles */
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #71201C;
}
/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #71201C;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color:#71201C;
}
/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}

/* text style used for error messages */
.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #71201C;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}
/* text style used for help text rendered by modules */
.Help
{
  border-right: black 1px solid;
  padding-right: 2px;
  border-top: black 1px solid;
  padding-left: 2px;
  font-weight: normal;
  font-size: 11px;
  padding-bottom: 2px;
  border-left: black 1px solid;
  color: black;
  padding-top: 2px;
  border-bottom: black 1px solid;
  font-family: Tahoma, Arial, Helvetica;
  background-color: #6B7584;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	 color: #71201C;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #71201C;
}

A.CommandButton:visited  {
    text-decoration: underline;
    color: #71201C;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #71201C;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #D29106;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #71201C;
	color: #ffffff;
	border-bottom: #C5C5C5 1px solid;
	border-right: #C5C5C5 1px solid;
	border-left: #C5C5C5 1px solid;
	border-top: #C5C5C5 1px solid;
	font-family: Verdana, sans-serif;
}
/* GENERIC */
H1  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #71201C;
}

H2  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #71201C;
}

H3  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #71201C;
}

H4  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #71201C;
}

H5, DT  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #71201C;
}

H6  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #71201C;
}

TFOOT, THEAD    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #71201C;
}

TH  {
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #71201C;
}

A:link  {
    text-decoration:    none;
    color: #71201C;
}

A:visited   {
    text-decoration:    none;
    color: #71201C;
}

A:active    {
    text-decoration:    none;
    color: #71201C;
}

A:hover {
    text-decoration:    underline;
    color: #D29106;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: #71201C;
    height:1pt;
    text-align:left
}
.Allnews_topbg{
	background-image: url(Allnews_topbg.jpg);
	height: 100px;
	background-repeat: repeat-x;
}
.Allnews_graybg{
	background-image: url(Allnews_graybg.gif);
	height: 28px;
	background-repeat: repeat-x;
}
.Allnews_bluebg{
	background-image: url(Allnews_bluebg.gif);
	width: 210px;
	height: 28px;
	background-repeat: no-repeat;
}
.Allnews_bottombg{
	background-image: url(Allnews_bottombg.jpg);
	height: 100px;
	background-repeat: repeat-x;
}
.Allnews_child{
	background-image: url(Allnews_bottombg.gif);
	height: 5px;
	background-repeat: repeat-x;
}
.Allnews_searchbg{
	background-image: url(Allnews_searchbg.gif);
	width: 237px;
	height: 18px;
	background-repeat: no-repeat;
   background-position: center;
}
/**/
.BannerPane{
	padding: 0px;
}
.LeftPane{
	padding: 0px;
}
.TopPane{
	padding-top: 14px;
	padding-left: 25px;
	padding-bottom: 0px;
	padding-right: 36px
}
.TopPane02{
	padding-top: 0px;
	padding-left: 4px;
	padding-bottom: 1px;
	padding-right: 3px
}
.RightPane{
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px
}
.RightPane02{
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 2px
}
.ContentPane{
	padding: 0px;
}
.BottomPane{
	padding: 0px;
}
.SearchButton {
   background: transparent;
   padding: 0px 0px 16px 54px; 
   cursor: hand; 
   font-size:1px;
   margin: 0 0 0 0px;
}
 #dnn_dnnSEARCH_txtSearch { text-align: left; vertical-align: middle;  height:21px; background: transparent; width: 178px; color: #333333; padding: 4px 2px 0px 4px; border: 0px solid #FFFFFF; cursor:text; font-size: 12px;}
/*  8. Main Menu and Module Menus                         */
/*========================================================*/
/*-- box that holds the menu  --*/ .MainMenu_MenuContainer { background-color: transparent;  width: 200px;}
/*-- bar that holds the menu  --*/ .MainMenu_MenuBar { cursor: pointer; cursor: hand; width:200px;}
/*-- submenu container        --*/ .MainMenu_SubMenu{ z-index: 1000; cursor: pointer; cursor: hand; background-color: #ECECEC; filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); border-bottom: #FFFFFF 0px solid; border-left: #FFFFFF 0px solid; border-top: #FFFFFF 0px solid; border-right: #FFFFFF 0px solid; font-family: Tahoma; font-weight: bolder; color: #1A182A; font-size:12px; }
/*-- submenu items idle       --*/ .MainMenu_MenuItem{cursor: pointer; cursor: hand; color:#1A182A; font-family: Tahoma; font-size: 12px ; font-weight: bolder; font-style: normal; border-left: #FFF 0px solid; border-right: #FFF 0px solid;background-color:#ececec; padding: 0px 0px 0px 0px; border-bottom: #FFF 0px solid; border-top: 0px solid #000;}
/*-- submenu items hover      --*/ .MainMenu_MenuItemSel{cursor: pointer; cursor: hand; color: #343434; font-family: Tahoma; font-size: 12px; font-weight: bolder; font-style: normal;background-color: #cccccc; padding: 0px 0px 0px 0px; border-top: #FFF 0px solid;border-bottom: #FFF 0px solid;}
/*-- menuitems idle           --*/ .MainMenu_Idle {color: #1A182A; background: url(Allnews_links_menu.gif) no-repeat; padding: 0px 0px 0px 0px; height: 25px;width: 200px; font-weight: bolder; font-family: Tahoma; font-size: 12px;}
/*-- menuitems over           --*/ .MainMenu_Selected { color:#343434; background: url(Allnews_hover_menu.gif) no-repeat; padding: 0px 0px 0px 0px; height: 25px;width: 200px; font-weight: bolder; font-family: Tahoma; font-size: 12px;}
/*-- menuitems active         --*/ .MainMenu_Active{color: #343434; background: url(Allnews_hover_menu.gif) no-repeat; padding: 0px 0px 0px 0px;height: 25px; width: 200px; font-weight: bolder; font-family: Tahoma; font-size: 12px;}
/*-- menuitems active         --*/ .MainMenu_BreadcrumbActive {color: #343434; background: url(Allnews_hover_menu.gif) no-repeat; padding: 0px 0px 0px 0px;height: 25px; width: 200px; font-weight: bolder; font-family: Tahoma; font-size: 12px;}
/*-- not needed - main menu   --*/ .MainMenu_MenuArrow{ display: none;}
/*-- not needed - main menu   --*/ .MainMenu_RootMenuArrow{ display: none;}
/*-- not needed - main menu   --*/ .MainMenu_MenuIcon  {	cursor: pointer; cursor: hand; background-color: #cccccc; border-left: #EEEEEE 0px solid; border-bottom: #FFF 0px solid; border-top: #ffffff 0px solid; text-align: center; width: 15; height: 20;}
/*-- not needed - module menu --*/ .MainMenuSeperator{background: transparent;}
/*-- not needed - module menu --*/ .MainMenu_MenuBreak{border-bottom: #EEEEEE 0px solid; border-left: #EEEEEE 0px solid; border-top: #EEEEEE 0px solid;  border-right: #EEEEEE 0px solid; background-color:#cccccc; height: 0px; color: #FFF;}

/*-- submenu moduletitle      --*/ .ModuleTitle_SubMenu { z-index: 1000;  cursor: pointer;  cursor: hand; margin: 0px 0px 0px 0px; background: #ececec; padding: 0px 0px 0px 0px; border-top: #FFFFFF 0px solid;border-bottom: #FFFFFF 0px solid; font-weight: bolder; filter: progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=125, Strength=2);padding: 1px 0px 1px 0px; color:#1A182A; font-family: Tahoma; font-size: 12px;}
/*-- module menu padding      --*/ .ModuleTitle_MenuItem{cursor: pointer; cursor: hand; color:#1A182A; font-family: Tahoma; font-size: 12px; font-weight: bolder; font-style: normal; border-left: white 0px solid; border-bottom: #FFF 0px solid; border-top: white 0px solid; border-right: white 0px solid;background-color: transparent;}
/*-- not needed - module menu --*/ .ModuleTitle_MenuBreak{border-bottom: #EEEEEE 0px solid; border-left: #EEEEEE 0px solid; border-top: #EEEEEE 0px solid;  border-right: #EEEEEE 0px solid; background-color: #cccccc; height: 0px; color: #FFF; height: 1px;}
/*-- submenu items hover      --*/ .ModuleTitle_MenuItemSel { font-family: Tahoma; font-size: 12px; font-weight: bolder; cursor: pointer; cursor: hand; color: #343434; background-color: #cccccc; padding: 0px 0px 0px 0px; height: 20px; border: 0px;}
/*-- not needed - module menu --*/ .ModuleTitle_MenuArrow{border-bottom: #FFF 0px solid; border-left: #EEEEEE 0px solid; border-top: #EEEEEE 0px solid;  border-right: #EEEEEE 0px solid;}
/*-- not needed - module menu --*/ .ModuleTitle_RootMenuArrow{ font-family: Tahoma;  font-size: 12px; cursor: pointer; cursor: hand;}
/*-- not needed - module menu --*/ .ModuleTitle_MenuIcon {cursor: pointer; cursor: hand; background-color:#cccccc; border-left: #EEEEEE 0px solid; border-bottom: #FFF 0px solid; border-top: #EEEEEE 0px solid; text-align: center; width: 15; height: 20;}

/*==========================================================*/
/*  End Style Sheet                                         */
/*==========================================================*/
.login{
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bolder;
}
A.login:link{
	font-family: Tahoma;
	font-size: 12px;
	color: ##FFFFFF;
	font-weight: bolder;
}
A.login:visited{
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bolder;
}
A.login:hover{
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bolder;
}
A.login:active{
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bolder;
}
.user{
	font-family: Arial;
	font-size: 11px;
	color:#FFFFFF;
}
A.user:link{
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bolder;
}
A.user:visited{
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bolder;
}
A.user:hover{
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bolder;
}
A.user:active{
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bolder;
}
.current{
	font-family: Tahoma;
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
}
.copyright{
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
   font-weight: normal;
}
.terms{
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
   font-weight: normal;
}
A.terms:link{
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
   font-weight: normal;
}
A.terms:visited{
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
A.terms:hover{
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
   text-decoration: underline;
	font-weight: normal;
}
A.terms:active{
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.privacy{
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
   font-weight: normal;
}
A.privacy:link{
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
   font-weight: normal;
}
A.privacy:visited{
	font-family: Tahoma;
	font-size: 11px;
	color:#FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
A.privacy:hover{
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
   text-decoration: underline;
	font-weight: normal;
}
A.privacy:active{
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.breadcrumb{
	font-family: Arial;
	font-size: 11px;
	color:#ffffff;
}
A.breadcrumb:link{
	font-family: Tahoma;
	font-size: 11px;
	color: #ffffff;
	font-weight: bolder;
}
A.breadcrumb:visited{
	font-family: Tahoma;
	font-size: 11px;
	color: #ffffff;
	font-weight: bolder;
}
A.breadcrumb:hover{
	font-family: Tahoma;
	font-size: 11px;
	color: #ffffff;
	font-weight: bolder;
}
A.breadcrumb:active{
	font-family: Tahoma;
	font-size: 11px;
	color: #ffffff;
	font-weight: bolder;
}
