/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/


img
{
    border: 0;
    background-color: Transparent;
}
hr
{
    border-bottom: dashed 1px #8AA7B8;
    border-top: none 0px black;
    border-left: none 0px black;
    border-right: none 0px black;
    height: 1px;
}

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg
{
}

/* background color for the content part of the pages */
Body
{
    font-family: 'Trebuchet MS' , Sans-Serif, Arial;
    margin-top: 0;
}
div, p, td
{
    font-family: 'Trebuchet MS' , Sans-Serif, Arial;
    color: #222222;
}

.ControlPanel
{
}

/* background/border colors for the selected tab */
.TabBg
{
}

.LeftPane
{
}

.ContentPane
{
}

.RightPane
{
}

/* text style for the selected tab */
.SelectedTab
{
}

/* hyperlink style for the selected tab */
A.SelectedTab:link
{
}

A.SelectedTab:visited
{
}

A.SelectedTab:hover
{
}

A.SelectedTab:active
{
}

/* text style for the unselected tabs */
.OtherTabs
{
}

/* hyperlink style for the unselected tabs */
A.OtherTabs:link
{
}

A.OtherTabs:visited
{
}

A.OtherTabs:hover
{
}

A.OtherTabs:active
{
}

/* GENERAL */
/* style for module titles */
.Head
{
}

/* style of item titles on edit and admin pages */
.SubHead
{
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
}

/* text style used for most text rendered by modules */
.Normal, .msonormal, a.normal
{
    font-family: 'Trebuchet MS' , Sans-Serif, Arial;
    color: #222222;
    font-size: 12px;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: 'Trebuchet MS' , Sans-Serif, Arial;
    color: #222222;
    font-size: 12px;
}

.NormalRed
{
    font-family: 'Trebuchet MS' , Sans-Serif, Arial;
    font-size: 12px;
}

.NormalBold
{
    font-family: 'Trebuchet MS' , Sans-Serif, Arial;
    color: #222222;
    font-size: 12px;
    font-weight: bold;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
}

A.CommandButton:visited
{
}

A.CommandButton:hover
{
}

A.CommandButton:active
{
}

/* button style for standard HTML buttons */
.StandardButton
{
}

/* GENERIC */
H1
{
    font-family: 'Trebuchet MS' , Sans-Serif, Arial;
    font-size: 20px;
    font-weight: Bold;
    margin-bottom: 8px;
}

H2
{
    font-family: 'Trebuchet MS' , Sans-Serif, Arial;
    font-size: 16px;
    font-weight: Bold;
    margin-bottom: 8px;
}

H3
{
    font-family: 'Trebuchet MS' , Sans-Serif, Arial;
    font-size: 13px;
    font-weight: Bold;
    margin-bottom: 8px;
}


H4
{
    margin-bottom: 8px;
}

H5, DT
{
}

H6
{
}

TFOOT, THEAD
{
}

TH
{
}

A:link
{
    color: #016dce;
    text-decoration: none;
    font-family: 'Trebuchet MS' , Sans-Serif, Arial;
}

A:visited
{
    color: #016dce;
    text-decoration: none;
    font-family: 'Trebuchet MS' , Sans-Serif, Arial;
}

A:hover
{
    color: #016dce;
    text-decoration: underline;
    font-family: 'Trebuchet MS' , Sans-Serif, Arial;
}

A:active
{
    color: #016dce;
    text-decoration: none;
    font-family: 'Trebuchet MS' , Sans-Serif, Arial;
}

SMALL
{
}

BIG
{
}

BLOCKQUOTE, PRE
{
}


UL LI
{
    font-family: 'Trebuchet MS' , Sans-Serif, Arial;
    color: #222222;
    font-size: 12px;
}

UL LI LI
{
    font-family: 'Trebuchet MS' , Sans-Serif, Arial;
    color: #222222;
    font-size: 12px;
}

UL LI LI LI
{
    font-family: 'Trebuchet MS' , Sans-Serif, Arial;
    color: #222222;
    font-size: 12px;
}

OL LI
{
    font-family: 'Trebuchet MS' , Sans-Serif, Arial;
    color: #222222;
    font-size: 12px;
}

OL OL LI
{
    font-family: 'Trebuchet MS' , Sans-Serif, Arial;
    color: #222222;
    font-size: 12px;
}

OL OL OL LI
{
    font-family: 'Trebuchet MS' , Sans-Serif, Arial;
    color: #222222;
    font-size: 12px;
}
OL UL LI
{
    font-family: 'Trebuchet MS' , Sans-Serif, Arial;
    color: #222222;
    font-size: 12px;
}

HR
{
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */
.Message
{
}

/* style of item titles by Announcements and events */
.ItemTitle
{
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer
{
}

.ModuleTitle_MenuBar
{
}

.ModuleTitle_MenuItem
{
}

.ModuleTitle_MenuIcon
{
}

.ModuleTitle_SubMenu
{
}

.ModuleTitle_MenuBreak
{
}

.ModuleTitle_MenuItemSel
{
}

.ModuleTitle_MenuArrow
{
}

.ModuleTitle_RootMenuArrow
{
}

/* Main Menu */

.MainMenu_MenuContainer
{
}

.MainMenu_MenuBar
{
}

.MainMenu_MenuItem
{
}

.MainMenu_MenuIcon
{
}

.MainMenu_SubMenu
{
}

.MainMenu_MenuBreak
{
}

.MainMenu_MenuItemSel
{
}

.MainMenu_MenuArrow
{
}

.MainMenu_RootMenuArrow
{
}

/* Login Styles */
.LoginPanel
{
}

.LoginTabGroup
{
}

.LoginTab
{
}

.LoginTabSelected
{
}

.LoginTabHover
{
}

.LoginContainerGroup
{
}

.LoginContainer
{
}



/* ----------------------------------- */
/* ----------------------------------- */
/* ----------------------------------- */

table.bloggerbox td.blogcell4,
table.bloggerbox td.blogcell4 div,
table.bloggerbox td.blogcell4 p,
table.bloggerbox td.blogcell4 li
 {
    font-family: 'Trebuchet MS';
    font-size: 11px; /* font corrected */
    color: #0E4470;
    padding-top: 0;
    margin-top: 0;
}

table.bloggerbox td,
table.bloggerbox div,
table.bloggerbox p,
table.bloggerbox li
 {
    font-family: 'Trebuchet MS';
    font-size: 13px; /* font corrected */
    color: #0E4470;
    padding-top: 0;
    margin-top: 0;
}

table.bloggerbox h1 
{
    font-family: 'Trebuchet MS';
    font-size: 25px; /* font corrected */
    color: #000000;
    padding: 0px;
    margin: 0px;
}
table.bloggerbox h2
{
   font-family: 'Trebuchet MS';
    font-size: 20px; /* font corrected */
    color: #000000;
    padding: 0px;
    margin: 0px;
}
table.bloggerbox h3
{
    font-family: 'Trebuchet MS';
    font-size: 15px; /* font corrected */
    color: #0E4470;
    padding: 0px;
    margin: 0px;
    }


table.bloggerbox A:link, 
table.bloggerbox A:visited, 
table.bloggerbox A:active
{
    font-family: 'Trebuchet MS';
    font-weight: bold;
    font-size: 11px; /* font corrected */
    color: #0E4470;
    text-decoration: none;
}

table.bloggerbox A:hover
{
    font-family: 'Trebuchet MS';
    font-weight: bold;
    font-size: 11px; /* font corrected */
    color: #0E4470;
    text-decoration: underline;
}

table.bloggerbox
{
    height: 195px;
    background-image: url(BloggerBoxShell.jpg);
    background-repeat: no-repeat;
    background-position: top left;
}
table.bloggerbox td.firstrow
{
    height: 20px;
    font-size: 2px;
}
table.bloggerbox td.blogcell1
{
    width: 23px;
}
table.bloggerbox td.blogcell2
{
    width: 230px;
    vertical-align: top;
}
table.bloggerbox td.blogcell3
{
    width: 115px;
    background-color: Transparent;
}
table.bloggerbox td.blogcell4
{
    padding-top: 11px;
    width: 263px;
    vertical-align: top;
}
table.bloggerbox td.blogcell5
{
    width: 52px;
}

/* ----------------------------------- */
/* ----------------------------------- */
.printButton img {
	vertical-align: middle;
}

.shareButton img {
	vertical-align: middle;
}

.printButton  a{
	font-size: 12px;
	font-family: 'Trebuchet MS', Sans-Serif,Arial;
	color: #255C7B;
	white-space: nowrap;
}

.shareButton  a {
	font-size: 12px;
	font-family: 'Trebuchet MS', Sans-Serif,Arial;
	color: #255C7B;
	white-space: nowrap;
}
