/* ================================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
{
 background-color: #FFFFFF;
}
HR {
color: black;
}
.ControlPanel {
}/* background/border colors for the selected tab */
.TabBg {
}.LeftPane  { 
}.ContentPane  { width: 50%;
}.RightPane  { width: 50%;
}/* text style for the selected tab */
.SelectedTab {
}/* hyperlink style for the selected tab */
A.SelectedTab:link {color: #666666;background-color: #FFFFFF;
}A.SelectedTab:visited  {color: #666666;background-color: #FFFFFF;
}A.SelectedTab:hover    {color: #FFFFFF;background-color: #666666;
}A.SelectedTab:active   {color: #666666;background-color: #FFFFFF;
}/* text style for the unselected tabs */
.OtherTabs {
}/* hyperlink style for the unselected tabs */
A.OtherTabs:link {color: #666666;background-color: #FFFFFF;
}A.OtherTabs:visited  {color: #666666;background-color: #FFFFFF;
}A.OtherTabs:hover    {color: #666666;background-color: #FFFFFF;
}A.OtherTabs:active   {color: #FFFFFF;background-color: #666666;
}/* 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:hover    {
}A.CommandButton:active   {
}/* button style for standard HTML buttons */
.StandardButton     {
font-family: Arial, Helvetica, sans-serif;font-size: 12px;font-weight: bolder;text-transform: uppercase;color: #000000;text-decoration: none;background-color: #DF9B5A;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: none;border-right-style: none;border-bottom-style: none;border-left-style: none;
}SUBMIT     {font-family: Arial, Helvetica, sans-serif;font-size: 12px;font-weight: bolder;text-transform: uppercase;color: #000000;text-decoration: none;background-color: #DF9B5A;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: none;border-right-style: none;border-bottom-style: none;border-left-style: none;
}/* GENERIC */
H1  {
}H2  {
}H3  {
}H4  {
}H5, DT  {
}H6  {
}TFOOT, THEAD    {
}TH  {
}A:link  {
}A:visited   {
}A:hover {
}A:active    {
}A.dbg:link  {
color: FFFFFF;
font-decoration: none;
}A.dbg:visited   {
color: FFFFFF;
font-decoration: none;
}A.dbg:hover {
color: FFFFFF;
font-decoration: underline;
}A.dbg:active    {
color: FFFFFF;
font-decoration: none;
}SMALL   {
}BIG {
}BLOCKQUOTE, PRE {
}UL LI   {
margin: 2;
}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 {background-color: Transparent;
}.MainMenu_MenuItem {color: #666666;border-left: 0px;border-bottom: 0px;border-top: 0px;border-right: 0px;background-color: #FFFFFF;height: 20px;
}.MainMenu_MenuIcon {height: 20px;width: 0px;
}.MainMenu_SubMenu {z-index: 1000;color: #666666;background-color: #FFFFFF;
}.MainMenu_MenuBreak {
}.MainMenu_MenuItemSel {color: #FFFFFF;border-left: 0px;border-bottom: 0px;border-top: 0px;border-right: 0px;background-color: #666666;
}.MainMenu_MenuArrow {
}.MainMenu_RootMenuArrow {
}/* Login Styles */
.LoginPanel{
}.LoginTabGroup{
}.LoginTab {
}.LoginTabSelected{
}.LoginTabHover{
}.LoginContainerGroup{
}.LoginContainer{
}
.darkbghead{color: #FFFFFF;font-size: 14;font-weight: bolder;
}A.autoclerk:link {font-family: Arial, Helvetica, sans-serif;font-weight: bolder;color: #333333;
}A.autoclerk:visited  {font-family: Arial, Helvetica, sans-serif;font-weight: bolder;color: #666666;
}A.autoclerk:hover    {font-family: Arial, Helvetica, sans-serif;font-weight: bolder;color: #CC6600;
}A.autoclerk:active   {font-family: Arial, Helvetica, sans-serif;font-weight: bolder;color: #666666;
}
}A.breadcrumb:link {font-family: Arial, Helvetica, sans-serif;font-weight: normal;color: #333333;
}A.breadcrumb:visited  {font-family: Arial, Helvetica, sans-serif;font-weight: normal;color: #666666;
}A.breadcrumb:hover    {font-family: Arial, Helvetica, sans-serif;font-weight: normal;color: #CC6600;
}A.breadcrumb:active   {font-family: Arial, Helvetica, sans-serif;font-weight: normal;color: #666666;
}


