/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/
/*gray - #999999; red - #990033; light gray - #cccccc;*/
.pagemaster
{
    background-color:White;
    width:820px;
    height:100%;
    border:0px solid transparent;
    margin-left:auto;
    margin-right:auto;
}
/* PAGE BACKGROUND */
/* background color for the header at the top of the page */
.HeadBg{
}

/* background color for the content part of the pages */
Body
{
    background-color:White;
}

/* background/border colors for the selected tab */
.TabBg{
}

.ControlPanel
{
    background-color:White;
    width:820px;
    text-align:center;
    vertical-align:top;
    margin-left:auto;
    margin-right:auto;
    border:0px;
}

.toppane
{
    vertical-align:top;
    text-align:center;
}

.leftpane
{
    vertical-align:top;
    border-right:1px dotted #990033;
}

.contentpane
{
    vertical-align:top;
    text-align:center;
}

.rightpane
{
    vertical-align:top;
    border-left:1px dotted #990033;
}

.centerpane
{
    vertical-align:top;
    text-align:center;
}

.innerleftpane
{
    vertical-align:top;
    text-align:center;
}

.innerbottompane
{
    vertical-align:top;
    text-align:center;
}

.innerrightpane
{
    vertical-align:top;
    text-align:center;
}

.bottompane
{
    vertical-align:top;
    text-align:center;
}

.css_copyright,
a.css_copyright:link,
a.css_copyright:visited,
a.css_copyright:hover,
a.css_copyright:active
{
    color:#990033;
    font-family:Verdana;
    font-size:10pt;
    font-style:normal;
    font-weight:normal;
    text-decoration:none;
}

a.css_copyright:hover,
a.css_copyright:active
{
    text-decoration:underline;
}

.SkinObject,
a.SkinObject:link,
a.SkinObject:visited,
a.SkinObject:hover,
a.SkinObject:active
{
    color:#990033;
    font-family:Verdana;
    font-size:10pt;
    font-style:normal;
    font-weight:normal;
    text-decoration:none;
}

a.SkinObject:hover,
a.SkinObject:active
{
    text-decoration:underline;
}

/* text style for the selected tab */
.SelectedTab,
A.SelectedTab:link,
A.SelectedTab:visited,
A.SelectedTab:hover,
A.SelectedTab:active
{
    color:#990033;
    font-family:Verdana;
    font-size:10pt;
    font-style:normal;
    font-weight:normal;
    text-decoration:none;
}

A.SelectedTab:hover,
A.SelectedTab:active
{
    text-decoration:underline;
}

/* text style for the unselected tabs */
.OtherTabs,
A.OtherTabs:link,
A.OtherTabs:visited,
A.OtherTabs:hover,
A.OtherTabs:active
{
    color:#990033;
    font-family:Verdana;
    font-size:10pt;
    font-style:normal;
    font-weight:normal;
    text-decoration:none;
}

A.OtherTabs:hover,
A.OtherTabs:active
{
    text-decoration:underline;
}

/* GENERAL */
/* style for module titles */
.Head
{
    font-family:Verdana;
}

/* style of item titles on edit and admin pages */
.SubHead
{
    font-family:Verdana;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
    font-family:Verdana;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family:Verdana;
    color:#990033;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family:Verdana;
}

.NormalRed
{
    color:#ff0000;
    font-family:Verdana;
}

.NormalBold
{
    font-family:Verdana;
    font-weight:bold;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton,
A.CommandButton:link,
A.CommandButton:visited,
A.CommandButton:hover,
A.CommandButton:active
{
    color:#990033;
    font-family:Verdana;
    font-size:10pt;
    font-style:normal;
    font-weight:normal;
    text-decoration:none;
}

A.CommandButton:hover,
A.CommandButton:active
{
    text-decoration:underline;
}
   
/* GENERIC */
H1
{
    color:#990033;
}

H2
{
    color:#990033;
}

H3
{
    color:#990033;
}

H4
{
    color:#990033;
}

H5, DT
{
    color:#990033;
}

H6
{
    color:#990033;
}

TFOOT, THEAD{
}

TH{
}

A:link,
A:visited,
A:hover,
A:active
{
    color:#990033;
    font-family:Verdana;
    font-size:10pt;
    font-style:normal;
    font-weight:normal;
    text-decoration:none;
}

A:hover,
A:active
{
    text-decoration:underline;
}

SMALL{
}

BIG{
}

BLOCKQUOTE, PRE{
}

UL LI
{
    list-style-type:disc;
}

UL LI LI
{
    list-style-type:circle;
}

UL LI LI LI
{
    list-style-type:square;
}

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:#990033;
}

/* 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
{
    font-family:Verdana;
    font-size:8pt;
    font-style:normal;
    font-weight:normal;
    text-align:center;
    width:1px;
}

.MainMenu_MenuBar
{
    width:1px;
}

.MainMenu_MenuItem
{
    font-family:Verdana;
    font-size:8pt;
    font-style:normal;
    font-weight:normal;
    background-color:#cccccc;
    border-left:1px solid #999999;
    border-right:0px solid #999999;
    border-top:1px solid #999999;
    border-bottom:0px solid #999999;
    color:#990033;
    padding:0px 10px 0px 10px;
}
.MainMenu_MenuItem tr
{
    background-color:#cccccc;
}

.RootMenuItem TD
{
    font-family:Verdana;
    font-size:8pt;
    font-style:normal;
    font-weight:normal;
    background:url(images/button.png) no-repeat center center white;
    border:0px solid White;
    color:#990033;
    padding:0px 5px 0px 5px;
    text-align:center;
}

.RootMenuItemSelected TD
{
    font-family:Verdana;
    font-size:8pt;
    font-style:normal;
    font-weight:normal;
    background:url(images/buttonsel.png) no-repeat center center white;
    border:0px solid White;
    color:Black;
    padding:0px 5px 0px 5px;
    text-align:center;
}

.RootMenuItemActive TD
{
    font-family:Verdana;
    font-size:8pt;
    font-style:normal;
    font-weight:normal;
    background:url(images/buttonsel.png) no-repeat center center white;
    border:0px solid White;
    color:Black;
    padding:0px 5px 0px 5px;
    text-align:center;
}

.SubMenu
{
    z-index:1000;
    margin-left:0px;
    border-bottom:1px solid #999999;
}

.SubMenuItemSelected
{
    font-family:Verdana;
    font-size:8pt;
    font-style:normal;
    font-weight:normal;
    background-color:White;
    border-left:1px solid #999999;
    border-right:0px solid #999999;
    border-top:1px solid #999999;
    border-bottom:0px solid #999999;
    color:Black;
    padding:0px 10px 0px 10px;
}
.SubMenuItemSelected
{
    background-color:White;
}

.SubMenuItemActive
{
    font-family:Verdana;
    font-size:8pt;
    font-style:normal;
    font-weight:normal;
    background-color:White;
    border-left:1px solid #999999;
    border-right:0px solid #999999;
    border-top:1px solid #999999;
    border-bottom:0px solid #999999;
    color:Black;
    padding:0px 10px 0px 10px;
}
.SubMenuItemActive tr
{
    background-color:White;
}

/*.MainMenu_RootMenuArrow
{
    color:#990033;
}
.MainMenu_MenuArrow
{
    width:10px;
}*/
.ChildArrow
{
    /*background-color:#cccccc;*/
    border-left:0px solid #999999;
    border-right:1px solid #999999;
    border-top:1px solid #999999;
    border-bottom:0px solid #999999;
    vertical-align:middle;
    text-align:center;
    width:10px;
    padding:0px;
}
.ChildArrow:hover,
.ChildArrow:active
{
    /*background-color:White;*/
    width:10px;
}

.MainMenu_MenuBreak,
.MainMenu_MenuIcon
{
    display:none;
}

.css_loginreg,
a.css_loginreg:link,
a.css_loginreg:visited,
a.css_loginreg:hover,
a.css_loginreg:active
{
    color:#990033;
    font-family:Verdana;
    font-size:9pt;
    font-style:normal;
    font-weight:normal;
    text-decoration:none;
}

a.css_loginreg:hover,
a.css_loginreg:active
{
    text-decoration:underline;
}

.footerlogo
{
    height:35px;
    text-align:center;
    background:url(images/lower-jkc-block.gif) center center no-repeat transparent;
}

.breadcrumbcss
{
    text-align:center;
    color:#990033;
}
.author
{
	padding:0px 0px 0px 50px;
	font-weight:bold;
}
.tableStyle tr
{
	border-bottom:1px solid #ccc;
	background-color:#918F8F;
}
.noBullet
{
	font-weight:bold;
	display:inline;
	margin-left:-40px;
}