/* ================================
    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
{
}

/* 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
{
}

/* 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
{
}

/* Custom rules for CarrieZeidman.com site */

h1
{
    text-align: center;
}

.Special
{
    color: #cc0000;
}

hr
{
    margin: 2em 0;
}

.Dimensions th
{
    background-color: #666;
    color: White;
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
}

.Dimensions td
{
    background-color: #CCC;
    font-size: 12pt;
    text-align: center;
}

.ImageWithCaption
{
    text-align: center;
}

.Caption
{
    font-style: italic;
    margin-top: 0.25em;
}

.StoreItem
{
    background-color: #CCC;
    margin-bottom: 1em;
    padding: 0.25em 0;
    text-align: center;
    width: 100%;
}

.StoreItem h2
{
    margin: 0.5em;
}

.StoreItem .Button
{
    margin: 0.5em;
}

.Subscription .SubscribeButton
{
    text-align: left;
}

.Subscription .SubscribeButton a
{
    display: block; /* Allows you to change the width and height of the image */
    height: 47px; /* Image height here */
    width: 122px; /* Image width here */
    text-decoration: none; /* Hides the underline of the hyperlink */
    background: url(Images/SubscribeButton.gif) 0 0 no-repeat;
    line-height: 500px; /* Hides the text */
    overflow: hidden;
}

/* Wrap Subscription Invoice so it doesn't push stuff off the page */
.DNNAlignleft .Normal pre
{
    font-size: 9pt;
    white-space: pre-wrap; /* for all compliant browsers */
    white-space: normal; /* for IE 7 */
}

/* Leave space before and after Categories / Sort by row */
.CZArtGalleryTemplate .Row2 td
{
    padding-bottom: 1.5em;
    padding-top: 0.5em;
}


#dnn_ctr386_Repository_lstObjects, #dnn_ctr386_Repository_lstObjects tr, #dnn_ctr386_Repository_lstObjects td
{
    border: none;
}

/* leave some room between Search label and input field */
.CZArtGalleryTemplate .SearchCell input
{
    margin: 0 0.5em;
}

.CZArtGalleryTemplate .Link a.SubHead
{
    font-size: 10pt;
    font-weight: normal;
}

#dnn_ctr_ManageUsers_lblTitle
{
    display: none;
}

.StoreItem .Option2
{
    font-size: 8pt;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

.StoreItem .Option2 .OptionTextBox
{
    width: 40px;
}
