/* ================================
    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: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   {
}

.post h5 .Head {font-size:12px;font-weight:bold;}

/* style of item titles on edit and admin pages */
.SubHead    {color:#333333;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {color:#333333;
}

.faqItem {background-color:#ffffff;}
.faqItem2 {background-color:#eeeeee;}
.faqAnswer, .faqAnswer2 {margin:0px;padding:0px 20px 5px;text-align:left;}
.faqQuestion, .faqQuestion2 {margin:0px;padding:3px 5px;display:inline-block;font-weight:bold;color:#333333;text-align:left;}
.faqQuestion2 span.viewCount, .faqQuestion span.viewCount{font-weight:normal;font-size:10px;}
.faqQuestion2 p, .faqQuestion p {margin:3px 0px;font-size:10px;font-weight:bold;}
.faqItem a, .faqItem2 a {color:#333333;text-align:left;}
.faqItem span.Normal, .faqItem2 span.Normal {font-size:10px;}
.post .DNNAligncenter {text-align:left;}

#primaryColumn #dnnMenu {margin-bottom:7px;z-index:25;}
#primaryColumn #dnn_ContentPane {z-index:0;}
#primaryColumn #dnnMenu ul li {display:block;float:left;width:118px;border:1px solid #999999;border-width:1px 1px 0px 1px;padding:2px 0px 4px 0px;
	margin:2px 2px;background: #e8e8e8 url(/Content/Images/CS/postHdrBg.gif) no-repeat;font-size:10px;
	background-position:-1px bottom; text-align:center;position:relative;}
#primaryColumn #dnnMenu ul {margin:0px;padding:0px;}
#primaryColumn #dnnMenu ul li a {display:inline-block;color:#333333;}
#primaryColumn #dnnMenu ul li a:hover {color:#666666;}
#primaryColumn #dnnMenu ul li ul {display:none;}
#primaryColumn #dnnMenu ul li:hover ul {display:block;z-index:100;position:absolute;top:10px;margin-left:0px;padding-left:0px;background-color:#eeeeee;}

/* menu items */
ul.AvastoneCssMenu li {position: relative;list-style: none;float: left;	/* display: inline;  */	width: auto;
_width: 1%;_height: 1%;margin: 0;border: 0;padding: 0;}

ul.AvastoneCssMenu li li {width: 100%;white-space: normal;}

/* menu item links */
ul.AvastoneCssMenu a,  
ul.AvastoneCssMenu span {display: block;text-decoration: none;	margin: 0;border: 0;padding: 0;}

/* Add more rules here if your menus have more than four (4) tiers */
ul.AvastoneCssMenu li:hover ul ul,
ul.AvastoneCssMenu li:hover ul ul ul,
ul.AvastoneCssMenu li:hover ul ul ul ul,
ul.AvastoneCssMenu li.iehover ul ul,
ul.AvastoneCssMenu li.iehover ul ul ul,
ul.AvastoneCssMenu li.iehover ul ul ul ul {left: -9999px; visibility: hidden; _display: none;}

/* Add more rules here if your menus have more than four (4) tiers */
ul.AvastoneCssMenu li:hover ul,
ul.AvastoneCssMenu li li:hover ul,
ul.AvastoneCssMenu li li li:hover ul,
ul.AvastoneCssMenu li li li li:hover ul,
ul.AvastoneCssMenu li.iehover ul,
ul.AvastoneCssMenu li li.iehover ul,
ul.AvastoneCssMenu li li li.iehover ul,
ul.AvastoneCssMenu li li li li.iehover ul {left: auto;visibility: visible; _display: block;}

.answer_center_welcome h2 {padding:0px;margin:10px 0px 1px 5px;}
.answer_center_welcome h2 a {font-size:10px;font-weight:bold;color:#cc0000;text-decoration:underline;}
.answer_center_welcome h2 a:hover {text-decoration:none;color:#aa0000;}
.answer_center_welcome p {font-size:10px;margin:0px 5px 10px 5px;}

#answerCenter_search {width:360px; float:right;}
#answerCenter_search table {float:right;}
#answerCenter_search span.acSearchText {color:#999999;float:left;left:5px;position:relative;top:8px;}
#answerCenter_search input[type="submit"] {display:inline-block;width:36px;border:1px solid #999999;border-width:1px 1px 0px 1px;padding:1px 0px 2px 0px;
	margin:0px 4px 0px 0px;background: #e8e8e8 url(/Content/Images/CS/postHdrBg.gif) no-repeat;font-size:10px;
	background-position:-1px 0px; text-align:center;}
#answerCenter_search input[type="submit"]:hover {border-color:#666666 #999999 #999999 #666666;color:#666666;}

#Form #secondaryColumn ul.subMenu li a, #secondaryColumn ul.subMenu li a:link {}
/* 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:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

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{
}
.main_dnnmenu_rootitem {display:inline-block;margin:10px;background:#cccccc;}

















