/* CSS STYLES FOR DDD Skin */   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: #CCCCCC;
	background-image:url(http://www.fathers-resources.com/Portals/21/skins/DDD/images/bannerBG.jpg)
}

/* background color for the content part of the pages */
Body
{
	margin:0px;
	padding:0px;
	text-align:center;
	background-color: #333333;
	/*background-attachment: fixed;
	background-image: url(/Portals/9/Skins/Formulae/images/bodyBak.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;*/
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: black;
}

.HeaderPane{}

.LeftPane  { 
	background-color: #CCCCCC;
	font-size:.77em;
	
	
}
.LeftPane td{ 
	background-color: #CCCCCC;
	padding-left:20px;

}

/*.ContentPane  {
background-color:#FFFFFF;
}*/

.RightPane  {
	background-color: #CCCCCC;

}

.FooterPane {}

/* text style for the selected tab */
.SelectedTab {
	font-size: 8.5pt;
	color: #878CAB;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}
#Date .SelectedTab {
	font-size: 9px;
	color: #878CAB;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}
/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color:#878CAB;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color:#878CAB;
}

A.SelectedTab:active   {
    text-decoration:    underline;
    color:#878CAB;
}

A.SelectedTab:hover    {
    text-decoration:    underline;
    color:#878CAB;
}

/* text style for the unselected tabs */
.OtherTabs {
	font-size: 8 pt;
	color: #878CAB;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}
#loginBox .OtherTabs {
	font-size: 8 pt;
	color: #878CAB;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:#878CAB;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#878CAB;
}

A.OtherTabs:active   {
    text-decoration:    underline;
    color:#878CAB;
}

A.OtherTabs:hover    {
    text-decoration:    underline;
    color:#878CAB;
}
#signinGroup A.OtherTabs:link, #user A.OtherTabs:link {
    text-decoration:    none;
    color:#CCCCCC;
}

#signinGroup A.OtherTabs:visited, #user A.OtherTabs:visited  {
    text-decoration:    none;
    color:#CCC;
}

#signinGroup A.OtherTabs:active, #user A.OtherTabs:active   {
    text-decoration:    underline;
    color:#CCC;
}

#signinGroup A.OtherTabs:hover, #user A.OtherTabs:hover    {
    text-decoration:    underline;
    color:#CCC;
}
/* GENERAL */
/* style for module titles */
.Head   {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:  14px;
	font-weight:    bold;
	color: #878CAB;
	font-style: normal;
	text-transform: uppercase;
}

/* style of item titles on edit and admin pages */
.SubHead    {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:  .8em;
	font-weight:    bold;
	color: #333366;
	font-style: normal;
	text-transform: uppercase;
}
.SubHead a{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:  .9em;
	font-weight:    bold;
	color: #333366;
	font-style: normal;
	text-transform: uppercase;
}
.SubHead a:visited{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:  .9em;
	font-weight:    bold;
	color: #333366;
	font-style: normal;
	text-transform: uppercase;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:  10px;
	color: #484E72;
	font-weight: bold;
	text-transform: uppercase;
}

/* text style used for most text rendered by modules */
.Normal, td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: normal;
	text-align: left;
	color: #000000;
}
.NormalHighlight {
	background-color: #FBF7F4;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 90%;
    font-weight: bold;
    color: #FF0000}

.NormalBold
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 90%;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	padding-right: 3px;
	padding-left: 3px;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
	text-decoration:    none;
	color: #343749;
	border: 1px solid #343749;
	background-color: #EBECEE;
}

A.CommandButton:visited  {
	text-decoration:    none;
	color: #343749;
	border: 1px solid #343749;
	background-color: #EBECEE;
}

A.CommandButton:active   {
	text-decoration:    none;
	color: #0000CC;
	border: 1px solid #0000CC;
	background-color: #CCCCCC;
}

A.CommandButton:hover    {
	text-decoration:    none;
	color: #0000CC;
	border: 1px solid #0000CC;
	background-color: #CCCCCC;
}
    
/* GENERIC */
P{
	margin-top: 2px;
	margin-bottom: 5px;
}
H1  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:  135%;
	font-weight: bold;
	color: #000000;
	margin-top: 4px;
	margin-bottom: 8px;
}

H2  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:  120%;
	font-weight: bold;
	color: #000000;
	margin-top: 4px;
	margin-bottom: 8px;

}

H3  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:  100%;
	font-weight: normal;
	color: #000000;
	margin-top: 8px;
	margin-bottom: 8px;

}

H4  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:  90%;
	font-weight: normal;
	color: #000000;
	margin-top: 8px;
	margin-bottom: 8px;

}

H5, DT  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:  16px;
	color: #C7765A;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 0px;

}

H6  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:  15px;
	color: #C7765A;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 0px;

}

TFOOT, THEAD    {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:  12px;
	color: #6699CC;
	background-color: #CCCCCC;
	border: 1px solid #6699CC;
}

TH  {
    vertical-align: baseline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:  12px;
	color: #6699CC;
}

A:link  {
    text-decoration:   underline;
    color:  #0000CC;
}

A:visited   {
	color:  #0000CC;
	text-decoration: underline;
}

A:active    {
    text-decoration:    underline;
    color:  #0000CC;
}

A:hover {
	color: #0000CC;
	text-decoration: underline;
}

SMALL   {
    font-size:  72%;
}

BIG {
    font-size:  100%;
}

BLOCKQUOTE, PRE {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}


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: #7E84A3;
	height:1px;
	text-align:left;
	background-color: #7E84A3;
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: #FFFFFF 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: hand;
	color: #575C7B;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin: 0px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #EDEEF0;
	height:22px;
	text-transform: uppercase;
}

.ModuleTitle_MenuIcon {
	/*cursor: pointer;
	cursor: hand;
	background-color: #EDEEF0;
	border-left: 1px solid #EDEEF0;
	border-bottom: 1px solid #EDEEF0;
	border-top: 1px solid #EDEEF0;
	text-align: center;
	width: 15;
	height: 17;
	border-right-color: #F53104;*/
	display: none;
}

.ModuleTitle_SubMenu {
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	background-color: #EDEEF0;
	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;*/
}

.ModuleTitle_MenuBreak {
	/*border-bottom: 1px solid #EDEEF0; 
	border-top: 1px solid #EDEEF0;*/
	background-color: #575C7B; 
	height: 2px;
}

.ModuleTitle_MenuItemSel {
	background-color: #575C7B;
	cursor: hand;
	color: #EDEEF0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	/*border-top: 1px solid #EDEEF0;
	border-bottom: 1px solid #EDEEF0;*/
	height:22px;
	text-transform: uppercase;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	color:#3B6476; 
	/*border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;*/
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	color:#3B6476;
}

/* Main Menu */

.MainMenu_MenuContainer {
	background-color: #CCCCCC;
	/*background-attachment: scroll;
	background-image: url(/Portals/9/Skins/Formulae/images/menuBak.jpg);
	background-repeat: no-repeat;
	background-position: 140px 0px;*/
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height: 16px;
}

.MainMenu_MenuItem {
	cursor: hand;
	color: #000001;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	border-bottom: 1px solid #666666;
	text-transform: uppercase;
	padding-bottom:3px;
	padding-top:3px;
	/*border-top: 1px solid #000000;
	;
	height:22px;*/
	
}

.MainMenu_MenuItem td{
	cursor: hand;
	/*color: #000001;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	border-bottom: 1px solid #666666;
	text-transform: uppercase;
		padding-bottom:3px;
	padding-top:3px;
	/*border-top: 1px solid #000000;
	;
	height:22px;*/
	
}


.MainMenu_RootItem, .MainMenu_RootItem td{
	cursor: hand;
	color: #000001;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	border-top: 0px;
	border-bottom: 1px solid #666666;
	height:16px;
	text-transform: uppercase;
	background-color: #CCCCCC;
		padding-bottom:3px;
	padding-top:3px;
}
.MainMenu_MenuIcon {
	cursor: pointer;
	cursor: hand;
	background-color: #CCCCCC;
	/*border-left: 0px;
	border-top: 1px solid #EDEEF0;
	border-bottom: 1px solid #EDEEF0;
	border-right-color: #F53104;*/
	text-align: center;
	width: 0;
	/*height: 17;
	border-bottom: 1px solid #666666;*/
	
	
}

.MainMenu_SubMenu {
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	background-color: #CCCCCC;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
	border: 1px solid #666666;
	margin-left: -6px;
		padding-bottom:3px;
	padding-top:3px;
	}


.MainMenu_MenuBreak {
	/*border-top: 0px solid #EDEEF0;
	border-bottom: 1px solid #666666;
	background-color: #3B6476; 
	height: 2px;*/
}

.MainMenu_MenuItemSel{
	background-color: #666666;
	cursor: hand;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	/*border-top: 1px solid #EDEEF0;
	border-bottom: 1px solid #EDEEF0;
	height:22px;
	border-bottom: 1px solid #666666;*/
	text-transform: uppercase;
		padding-bottom:3px;
	padding-top:3px;
	
}

.MainMenu_MenuItemSel td {
	background-color: #666666;
	cursor: hand;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	/*border-top: 1px solid #EDEEF0;
	border-bottom: 1px solid #EDEEF0;
	height:22px;
	border-bottom: 1px solid #666666;*/
	text-transform: uppercase;
		padding-bottom:3px;
	padding-top:3px;
	
}

.MainMenu_RootItemSelected, .MainMenu_RootItemSelected td{
	background-color: #666667;
	cursor: hand;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	/*border-top: 1px solid #EDEEF0;
	border-bottom: 1px solid #EDEEF0;
	border-bottom: 1px solid #666666;*/
	height:16px;
	text-transform: uppercase;
	border:0px;
		padding-bottom:3px;
	padding-top:3px;
	
}
.MainMenu_MenuArrow {
	font-family: webdings;
	color: #000001;
	font-size: 12px;
	cursor: pointer;
	/*cursor: hand;
	border-right: 0px;
	border-top: 1px solid #EDEEF0;
	border-bottom: 1px solid #EDEEF0;*/
	height:16px;
	border-bottom: 0px;
	text-align:right;
		padding-bottom:3px;
	padding-top:3px;
}

.MainMenu_RootMenuArrow {
	border: 0px;
	font-family: webdings;
	font-size: 12px;
	cursor: pointer;
	cursor: hand;
	color: #000001;
	height:16px;
	border-bottom: 0px;
	text-align:right;
		padding-bottom:3px;
	padding-top:3px;

}

.SubMenu_MenuItemSelected, .SubMenu_MenuItemSelected td{
	background-color: #666667;
	cursor: hand;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	/*border-top: 1px solid #EDEEF0;
	border-bottom: 1px solid #EDEEF0;
	border-bottom: 1px solid #666666;*/
	height:16px;
	text-transform: uppercase;
		padding-bottom:3px;
	padding-top:3px;
	
}
/* Page Layout Elements */
#header {
	/*clear: both;*/
	height: 162px;
	width: 100%;
	padding-bottom: 0px;
	margin-bottom: 0px;
	background-attachment: scroll;	
	background-image: url(http://www.fathers-resources.com/Portals/21/DDD_768.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#header img{
	
	
	border: 0px;
	padding-bottom: -1px;
	margin-bottom: 0px;
}

#header img a{
	
	
	border: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#container {
	width: 768px;
	margin:0px auto;
	text-align:center;
	padding:0px;
	clear: both;

}
#footer {
	color:#FFFFFF;
	width: 100%;
	height: 20px;
	display: block;
	padding: 0px;
	clear: both;
	text-align: left;
	margin-top: 0px;
	background-color: #A19D98;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #666666;
}
#panes {
	width: 100%;
	display: block;
	padding: 0px;
	margin: 0px;
	clear: both;
	border: 0px none;
}
#banner {
	float: right;
	height: 53px;
	width: 60px;
	/*background-attachment: scroll;
	background-image: url(/Portals/4/Skins/Formulae/images/flag.gif);
	background-repeat: no-repeat;
	background-position: right top;*/
}
#logo {
	height: 50px;
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 150px;
	/*background-attachment: scroll;
	background-image: url(/Portals/4/Skins/Formulae/images/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;*/
}
#logo img{
	display:none
}

#loginBox {
	height: 25px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	/*background-attachment: scroll;
	background-image: url(/Portals/4/Skins/Formulae/images/loginBoxBak.gif);
	background-repeat: repeat-x;
	background-position: left top;*/
	float: right;
}
#breadcrumbs {
	/*display: none;*/
	padding-left: 10px;
	font-weight: normal;	
}

/*#menuBar {
	width: 100%;
	height: 16px;
	display: block;
	margin: 0px;
	padding: 0px;
	background-color: #D9DBDA;
	background-attachment: scroll;
	background-image: url(/Portals/4/Skins/Formulae/images/menuBak.jpg);
	background-repeat: no-repeat;
	background-position: 140px -1px;
	clear: both;
}*/
/*#menu {
	float: left;
	clear: none;
	width: 450px;
	padding: 0px;
	margin: 0px;
	height: 16px;
}*/


#lablfooter {
	display: inline;
	width: 480px;
	height: 20px;
	margin-left: 5px;
	text-align: left;
	overflow: hidden;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	float: left;
}
#footerinfo {
	margin-right: 5px;
	display: inline;
	height: 20px;
	width: 400px;
	text-align: right;
	float: right;
}

#MBCorner {
	/*background-color: #FFFFFF;*/
	/*float: left;
	height: 25px;
	width: 5px;*/
	/*background-attachment: scroll;
	background-image: url(/Portals/4/Skins/Formulae/images/loginBoxCorner.gif);
	background-repeat: no-repeat;
	background-position: left top;*/
}


#logo img {
	margin: 0px;
	padding: 0px;
	border: 0px none;
}
#signinGroup {
	color: #000000;
	font-size: 7.5pt;
	font-weight: bold;
	margin-top: 4px;
}
/*#Table2{
	background-color: #FFFFFF;
	margin: 0px;
	width: 100%;
}*/
#paneLeft {
	background-color: #CCCCCC;
	
	width: 168px;
	padding-left:0px;
	padding-right:6px;
}
#paneLeft table{
	background-color: #CCCCCC;
	margin-right:-7px;
	margin-left:-3px;
	width: 168px;
}

#paneLeft td{
	padding-left:0px;
	padding-right:2px;
	
}
#paneLeft td li{ 
   margin-left:-20px;
}

#paneRight {
	background-color: #CCCCCC;
	width: 150px;
	float: right;
	/*font-size:.75em;*/font-size:.77em;

}

#paneRight td{
	font-size:.77em;
}
#paneRight td li{ 
   margin-left:-24px;
   margin-top:0px;
   margin-bottom:0px;
}
#paneRight td ul{ 
   margin-top:0px;
   margin-bottom:0px;
}
#panesMain {
background-color:#FFFFFF;
border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	/*width: 456px;*/
}
#topBar {
	/*background-attachment: scroll;
	background-image: url(/Portals/4/Skins/Formulae/images/topBak.jpg);
	background-repeat: no-repeat;
	background-position: 140px 0px;*/
	height: 50px;
	width: 100%;
}
.copyright{
font-family: Verdana, Arial, Helvetica, sans-serif;
margin-top: 3px;
	font-size: 11px;
	color:#FFFFFF;
}
.copyright a:link{
	color:#FFFFFF;
	text-decoration: underline;
}

.copyright a:hover{
	color: #CC9900;
	text-decoration: underline;
}

.copyright a:visited{
	color:#FFFFFF;
	text-decoration: underline;
}
.headerinfo{ 
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	font-size: 11px;
	font-weight:bold;
	text-align:right;
	margin:4px 6px 0px 0px;
}
 
.sitemeter{
display:none;
}
.hide{
display:none;
}
label{
font-size:10px;
}
.dnnTitle{
font-size:1.2em;
font-weight:bold;
}

#dnn_ctr1466_ModuleOptions_cmdGenerateLinks {
display:none;
}

#dnn_ctr1483_ModuleOptions_cmdGenerateLinks {
display:none;
}

textarea {
width:320px;
height:180px;
font-family:Arial, Helvetica, sans-serif;
}
.aYellowBox{
background-color:#FFFF99;
border:2px solid #FF0000;
font-size:110%;
font-weight:bold;
width:85%;
padding:10px;
}

.aPinkBox{
background-color: #FF9999;
border:2px solid #000000;
font-size:110%;
font-weight:bold;
width:85%;
padding:10px;
}

.aGreenBox{
background-color: #99FF99;
border:2px solid #0000CC;
font-size:110%;
font-weight:bold;
width:85%;
padding:10px;
}
td .BlogBreadcrumbs {
font-weight:bold;
font-size:0.8em;
}
td .BlogBreadcrumbs a{
font-weight:bold;
font-size:0.8em;
}

td .BlogCategories {
font-weight:bold;
font-size:0.9em;
}
td .BlogCategories a{
font-weight:bold;
font-size:0.9em;
}
td .BlogDescription {
font-size:0.8em;
}
td .BlogCalendar {

font-size:10px;
}
td .BlogCalendar a{

font-size:10px;
}

.BlogCalendar td {

font-size:10px;
}
a.BlogCalendar td {

font-size:10px;
}

td .BlogCalendar table td{
text-align:center;
text-transform:uppercase;
font-size:9px;
font-weight:bold;
}

th .BlogCalendar a{

font-size:10px;
}
th .BlogCalendar{
font-size:10px;
color:#333333;
}

.BlogCalendar th {
font-size:10px;
color:#333333;
}

table .BlogCalendar{
border: 1px solid #CCCCCC;
margin-right:-4px;
background-color: #999999;
}
td .BlogEntry {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	text-align: left;
	color: #000000;
}
td .BlogEntry p{
	margin-top:16px;
}


#dnn_ctr1510_Links_pnlList td{
padding:0px 0px 0px 2px;
font-size:0.78em;
}

#dnn_ctr1616_Links_pnlList td{
padding:0px 0px 0px 2px;
font-size:0.78em;
}

.bHeaderImage{
margin:-2px -2px -4px -2px;
}

.ddd_date{
background-image:url(http://www.fathers-resources.com/Portals/21/DateRow_768.jpg);
text-align:center;
font-family:"Times New Roman", Times, serif;
font-size:0.78em;
width:100%; 
background-color:#FFFFFF;
color:#000000;
border-bottom: 1px solid #000000;
padding-top:0px;
padding-bottom:3px;
}
.leftHeaderBox {
float:left;
margin-top:20px;
margin-left:6px;
border:1px solid #000000;
width:120px;
height:60px;
color:#000000;
font-size:.70em;
font-weight:bold;
}
.leftHeaderBox .normal p{
 font-weight:bold;
 text-align:center;
 padding: 1px;}
 
 
.rightHeaderBox {
float:right;
margin-top:20px;
margin-right:6px;
border:1px solid #000000;
width:120px;
height:60px;
color:#000000;
font-size:.70em;
font-weight:bold;

}
.rightHeaderBox .normal p{
 font-weight:bold;
 text-align:center;
 padding:1px;
 }
 
.rightHeaderBox .normal p img{
 padding:0px;
 }
 .rightHeaderBox .normal img{
 padding:0px;
 }
.rightHeaderBox .dnnTitle{
display:none;
}

.leftHeaderBox .dnnTitle{
display:none;
}

div .blogBody {
font-size:0.82em;
}
td .blogBody .normal{
font-size:0.82em;
}

.blogBody hr {

}

#lblBlogDescription{

}