/* ================================
    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/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    {
}
    
/* 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    {
}

/* 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 {
}

/* events */

table.ListDataGrid
{
        padding: 0px 0 0 0; margin: 10px 0 0 0; border: solid 0px #dcdcdc;
        border-collapse: collapse;
        background-color: Transparent;
}

.ListDataGrid td
{
    border: solid 1px #005ea5;
}

.ListDataGrid td.ListHeader
{
        padding: 5px; margin: 0px 0 0 0; border: solid 0px #dcdcdc;
        background-color: #005ea5;
        color: #ffffff;
        text-align: center;
        font-weight: bold;
}

td.ListTitle, td.ListDate
{
    margin: 0px; border: solid 0px #dcdcdc;
    background-color: Transparent;
}

.ThemeEvents td.ListTitle {
width: 150px;
text-align: left;
}

.ListAlternate td
{
    background-color: #ededed;
}


.ThemeEvents .ListHeader {
font-size:12px;
font-weight:700;
color:#000;
background-color: #008592!important;
font-family:verdana,helvetica,arial;
height:32px;
text-align:left;
vertical-align:middle;
padding: 12px 12px 12px 12px;
white-space: nowrap;
}

.ThemeEvents .ListHeader, 
.ThemeEvents .ListHeader a,
.ThemeEvents .ListHeader a:link,
.ThemeEvents .ListHeader a:visited,
.ThemeEvents .ListHeader a:hover
{
    color:#ffffff;
}



.ThemeEvents .ListDuration {
font-size:10px;
font-family:verdana,helvetica,arial;
text-align:center;
vertical-align:top;
width:60px;
}

.ThemeEvents .ListDataGrid {
border-right:#008592 2px solid!important;
border-top:#008592 1px solid!important;
border-left:#008592 2px solid!important;
border-bottom:#008592 2px solid!important;
background-color:#ffffff!important;
}

.ThemeEvents .ListDataGrid .ListAlternate td
{
background-color:#edf8f9!important;
}


.ThemeEvents .ListDataGrid td {
border-color:#008592!important;
border-style:solid!important;
border-width:1px;
}
td.ListDate,.ThemeEvents .ListTitle,.ThemeEvents .ListDescription,.ThemeEvents .ListCustomField1,.ThemeEvents .ListCustomField2 {
padding: 10px;}

.ThemeEvents a.ListTitle
{padding: 0;}

.Eventtooltipheader {
border:#008592 1px solid!important;
background-color:#008592!important;
color:#ffffff!important;
}

.Eventtooltipbody {
border-left:#008592 1px solid!important;
border-right:#008592 1px solid!important;
border-bottom:#008592 1px solid!important;
background-color:#fff!important;
}

.ThemeEvents table.ListDataGrid
{
width: 650px!important;
}


td#menu #dnn_MenuPane a {
background-color:#ffffff;
border-bottom:0px solid #B2E2E7;
color:#00A0B0;
font-weight: normal;
background: none;

}
td#menu #dnn_MenuPane td
{
padding-bottom: 5px;
}
