/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

.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:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* 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
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* 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:active   {
}

A.CommandButton:hover    {
}
    
/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:active    {
}

A:hover {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle { font-family: tahoma; font-size: 11px; font-weight: bold; color: #444; padding: 0; }


/* 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 {
}


/*NTFORUMS*/

.NTForums_ToolbarLink
{
	font-size: 10pt;
	color: #696969;
}
.NTForums_AdminHeader
{
	padding-left: 10px;
	font-weight: bold;
	font-size: 12pt;
	border-bottom: #000000 1px solid;
	font-family: Verdana, Arial;
	width: 95%;
}
.NTForums_Grid
{
	border-right: #FFCC66 1px solid;
	border-top: #FFCC66 1px solid;
	font-size: 12px;
	border-left: #FFCC66 1px solid;
	width: 100%;
	border-bottom: #FFCC66 1px solid;
	font-family: Tahoma, Verdana, Arial;
	background-color: #FFCC66;
}
.NTForums_Grid_Header
{
	font-family: Verdana, Arial;
	font-size: 10pt;
	font-weight: bold;
	color: White;
	height:18px;
	padding-left:5px;
	background-color: #FF8B28;
}
.NTForums_Cell1
{
	font-weight: bold;
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial;
	background-color: #FFCC66;
}
.NTForums_Cell2
{
	font-weight: bold;
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial;
	background-color: #FFCC66;
}
.NTForums_Cell2 INPUT
{
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial;
}
.NTForums_GroupRow
{
	padding-left: 2px;
	font-weight: bold;
	font-size: 13px;
	color: #ffffff;
	font-family: Tahoma, Verdana, Arial;
	background-color: #FF8B28;
}
.NTForums_GroupRow A
{
	font-size: 13px;
	color: #ffffff;
	text-decoration:underline;
}
.NTForums_GroupRow A:link
{
	font-size: 13px;
	color: #ffffff;
	text-decoration:underline;
}
.NTForums_GroupRow A:visited
{
	font-size: 13px;
	color: #ffffff;
	text-decoration:underline;
}
.NTForums_GroupRow A:hover
{
	text-decoration:underline;
}
.NTForums_ForumRow
{
	font-size: 12px;
	color: black;
	font-family: Tahoma, Verdana, Arial;
	background-color: #ffffff;
}
.NTForums_ForumRow A:link
{
	font-size: 12px;
	color: #000080;
	font-family: Tahoma, Verdana, Arial;
}
.NTForums_ForumRow A:visited
{
	font-size: 12px;
	color: #000080;
	font-family: Tahoma, Verdana, Arial;
}
.NTForums_ForumRow A:active
{
	font-size: 12px;
	color: #000080;
	font-family: Tahoma, Verdana, Arial;
}
.NTForums_ForumRow A:hover
{
	font-size: 12px;
	color: #000080;
	font-family: Tahoma, Verdana, Arial;
}
.NTForums_ForumRow2
{
	font-size: 12px;
	color: black;
	font-family: Tahoma, Verdana, Arial;
	background-color: #fff5ee;
}

.NTForums_ForumRow2 A:link
{
	font-size: 12px;
	color: #000080;
	font-family: Tahoma, Verdana, Arial;
}
.NTForums_ForumRow2 A:visited
{
	font-size: 12px;
	color: #000080;
	font-family: Tahoma, Verdana, Arial;
}
.NTForums_ForumRow2 A:active
{
	font-size: 12px;
	color: #000080;
	font-family: Tahoma, Verdana, Arial;
}
.NTForums_ForumRow2 A:hover
{
	font-size: 12px;
	color: #000080;
	font-family: Tahoma, Verdana, Arial;
}


.NTForums_ForumSubRow
{
	padding-right: 2px;
	padding-left: 2px;
	font-size: 10px;
	margin-left: 2px;
	color: black;
	margin-right: 2px;
	border-bottom: #000000 1px solid;
	font-family: Tahoma, Verdana, Arial;

}
.NTForums_ForumSubRow A
{
	font-size: 10px;
	color: black;
	margin-right: 2px;
	font-family: Tahoma, Verdana, Arial;
	font-weight:normal;
}
.NTForums_ForumSubRow A:link
{
	font-size: 10px;
	margin-right: 2px;
	font-family: Tahoma, Verdana, Arial;
	font-weight:normal;
}
.NTForums_ForumSubRow A:hover
{
	font-size: 10px;
	margin-right: 2px;
	font-family: Tahoma, Verdana, Arial;
	font-weight:normal;
}
.NTForums_ForumSubRow A:active
{
	font-size: 10px;
	margin-right: 2px;
	font-family: Tahoma, Verdana, Arial;
	font-weight:normal;
}
.NTForums_ForumSubRow A:visited
{
	font-size: 10px;
	margin-right: 2px;
	font-family: Tahoma, Verdana, Arial;
	font-weight:normal;
}
.NTForums_ForumSubRow2
{
	padding-right: 2px;
	padding-left: 2px;
	font-size: 10px;
	margin-left: 2px;
	color: black;
	margin-right: 2px;
	border-bottom: #000000 1px solid;
	font-family: Tahoma, Verdana, Arial;
}
.NTForums_ForumSubRow2 A
{
	font-size: 10px;
	color: black;
	margin-right: 2px;
	font-family: Tahoma, Verdana, Arial;
	font-weight:normal;
}
.NTForums_ForumSubRow2 A:link
{
	font-size: 10px;
	margin-right: 2px;
	font-family: Tahoma, Verdana, Arial;
	font-weight:normal;
}
.NTForums_ForumSubRow2 A:hover
{
	font-size: 10px;
	margin-right: 2px;
	font-family: Tahoma, Verdana, Arial;
	font-weight:normal;
}
.NTForums_ForumSubRow2 A:active
{
	font-size: 10px;
	margin-right: 2px;
	font-family: Tahoma, Verdana, Arial;
	font-weight:normal;
}
.NTForums_ForumSubRow2 A:visited
{
	font-size: 10px;
	margin-right: 2px;
	font-family: Tahoma, Verdana, Arial;
	font-weight:normal;
}
.NTForums_ForumRowNew
{
	font-size: 12px;
	color: black;
	font-family: Tahoma, Verdana, Arial;
	background-color: #ffffff;
}
.NTForums_ForumRowNew A:link
{
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	font-family: Tahoma, Verdana, Arial;
}
.NTForums_ForumRowNew A:visited
{
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	font-family: Tahoma, Verdana, Arial;
}
.NTForums_ForumRowNew A:active
{
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	font-family: Tahoma, Verdana, Arial;
}
.NTForums_ForumRowNew A:hover
{
	font-weight: bold;
	font-size: 12px;
	color: #FF0000;
	font-family: Tahoma, Verdana, Arial;
}
.NTForums_ForumHeader
{
	font-weight: bold;
	font-size: 11px;
	color: #696969;
	font-family: Tahoma, Verdana, Arial;
	background-color: #FFF5EB;
}
.NTForums_Crumb
{
	font-size: 12px;
	color: black;
	font-family: Tahoma, Verdana, Arial;
}
.NTForums_Subject
{
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 5px;
	margin-left: 10px;
	color: black;
	padding-top: 5px;
	font-family: Tahoma, Verdana, Arial;
}
.NTForums_Pager
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-size: 11px;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	font-family: Tahoma, Verdana, Arial;
}
.NTForums_Pager A
{
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial;
}
.NTForums_Button
{
	cursor:hand;
	border-right: #000000 1px solid;
	padding-right: 2px;
	border-top: #000000 1px solid;
	display: block;
	padding-left: 2px;
	font-weight: bold;
	font-size: 9pt;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#7DA1C4, EndColorStr=#FF8B28);
	padding-bottom: 5px;
	border-left: #000000 1px solid;
	width: 100px;
	color: #ffffff;
	padding-top: 5px;
	border-bottom: #000000 1px solid;
	font-family: Tahoma, Verdana, Arial;
	background-color: #FF8B28;
	text-align: center;
	text-decoration: none;
}
.NTForums_Button A
{
	color: White;
	text-decoration:none;
}
.NTForums_Button A:link
{
	color: White;
}
.NTForums_Button A:visited
{
	color: White;
}
.NTForums_Button A:hover
{
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#FF8B28, EndColorStr=#7DA1C4);
	text-decoration: underline;
}
.NTForums_Image
{
	border-right: gray 1px solid;
	padding-right: 5px;
	border-top: gray 1px solid;
	padding-left: 5px;
	padding-bottom: 5px;
	margin: 5px;
	border-left: gray 1px solid;
	padding-top: 5px;
	border-bottom: gray 1px solid;
	position: static;
	background-color: #ffffff;
}
.NTForums_Quote
{
	border-right: #a9a9a9 1px solid;
	padding-right: 5px;
	border-top: #a9a9a9 1px solid;
	display: block;
	padding-left: 5px;
	font-size: 8pt;
	padding-bottom: 5px;
	margin: 10px;
	border-left: #a9a9a9 1px solid;
	padding-top: 5px;
	border-bottom: #a9a9a9 1px solid;
	background-color: #ffffff;
}
.NTForums_Editor
{
	font-size:10pt;
	color:#000000;
	padding-left:5px;
}
.NTForums_SmallButton
{
	font-size: 8pt;
	font-family:Tahoma, Verdana, Arial;

}
.NTForums_SmallText
{
	font-size: 11px;
}
.NTForums_SmallText A:link
{
	font-weight: normal;
	font-size: 11px;
}
.NTForums_SmallText A:active
{
	font-weight: normal;
	font-size: 11px;
}
.NTForums_SmallText A:hover
{
	font-weight: normal;
	font-size: 11px;
}
.NTForums_SmallText A:visited
{
	font-weight: normal;
	font-size: 11px;
}
.emot
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	border-top-style: none;
	padding-top: 0px;
	border-right-style: none;
	border-left-style: none;
	background-color: #ffffff;
	border-bottom-style: none;
}
.af_pagernumber
{
	padding-right: 2px;
	padding-left: 2px;
	font-size: 11px;
	padding-bottom: 2px;
	border-left: black 1px solid;
	width: 15px;
	color: black;
	padding-top: 2px;
	font-family: Tahoma, Verdana, Arial;
	background-color: #FFCC66;
}

.af_currentpage
{
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 2px;
	border-left: black 1px solid;
	width: 15px;
	color: black;
	padding-top: 2px;
	font-family: Tahoma, Verdana, Arial;
	background-color: #ffffcc;
}
.af_pager
{
	padding-right: 2px;
	padding-left: 2px;
	font-size: 11px;
	padding-bottom: 2px;
	color: black;
	padding-top: 2px;
	font-family: Tahoma, Verdana, Arial;
}
.af_arrow
{
	border-right: #696969 1px solid;
	border-top: #696969 1px solid;
	border-left: #696969 1px solid;
	border-bottom: #696969 1px solid;
	background-color: #ffffff;
}
.af_lastpost
{
	font-size: 11px;
}
.af_lastpost A:Link
{
	font-size: 11px;
}
.af_lastpost A:Visited
{
	font-size: 11px;
}
.af_lastpost A:Active
{
	font-size: 11px;
}
.af_lastpost A:Hover
{
	font-size: 11px;
}
.af_normal
{
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial
}
.af_button
{
	border-right: #FF8B28 1px solid;
	padding-right: 5px;
	border-top: #7b9ebd 1px solid;
	padding-left: 5px;
	font-size: 11px;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#cecfde);
	border-left: #7b9ebd 1px solid;
	width: 110px;
	cursor: hand;
	border-bottom: #FF8B28 1px solid;
}
.af_textbox
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	border-right: #FF8B28 1px solid;
	border-top: #7b9ebd 1px solid;
	border-left: #7b9ebd 1px solid;
	border-bottom: #FF8B28 1px solid;
}
.af_results
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	overflow: auto;
	border-left: gray 1px solid;
	width: 99%;
	border-bottom: gray 1px solid;
	height: 400px;
	background-color: #ffffff;
}
.af_row
{
	font-size: 11px;
	padding-bottom: 2px;
	cursor: pointer;
	font-family: Tahoma, Verdana, Arial;
}
.af_header
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	background-color:#cdcdcd;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#cecfde);
}
.af_code
{
	border-right: #808080 1px solid;
	padding-right: 5px;
	border-top: #808080 1px solid;
	margin-top: 5px;
	padding-left: 5px;
	font-size: 11px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-left: #808080 1px solid;
	padding-top: 5px;
	border-bottom: #808080 1px solid;
}
/* Code Formatter */
.HTMLTag 
{
	COLOR: Blue;
	font-family: Courier New;
}
.HTMLNormal
{
	COLOR: Black;
	font-family: Courier New;
}
.HTMLTagName
{
	color: maroon;
	font-family: Courier New;
}

.HTMLTagProperty
{
	color: red;
	font-family: Courier New;
}

.HTMLComment
{
	COLOR: Green;
	font-family: Courier New;
}

.ASPXDirective
{
	COLOR: Black;
	background: Yellow;
	background-color: Yellow;
	font-family: Courier New;
}


.VBCode
{
	COLOR: Blue;
	font-family: Courier New;
}

.VBNormalCode
{
	COLOR: Black;
	font-family: Courier New;
}

.VBComment
{
	COLOR: Green;
	font-family: Courier New;
}


