/* ================================
    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
{
}

.NormalTTL
{
   font-family: arial, verdana, tahoma;
   font-size: 11px;
}

/* 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 {
}

/*----------------------------------
   Seminar Materials CSS Classes
  ----------------------------------
*/
.SeminarMaterialsLinks
{
    font: 13px arial;
}

body
{
}
h1.Editor
{   
    font: bold 14px Arial;
    margin: 4px;
    padding: 0px;
    color: #222; 
}
h2
{
    font: bold 20px Arial;
    margin: 4px;
    padding: 0px;
    color: #222;
}
h3
{
    font: bold 12px Tahoma;
    margin: 0px;
    padding: 0px;
    padding-left: 4px;
    text-align: left;
}
.SectionDivider, .SectionDivider2, .SectionDivider3
{
    border: solid 1px #d1d1d1;
    background: #f2f2f2;
    width: 700px;
    padding: 14px;
    text-align: left;
}
.SectionDivider2
{
    width: 700px;
}
.RadPanel
{
    width: 740px;
}
.PlaylistTB
{
    margin-top: 0px;
    padding: 0px;
}
.ButtonDiv_1
{
    width: 292px;
    margin-top: 0px;
}
.ButtonDiv_2
{
    width: 292px;
    margin-top: 0px;
}
.divButtonsColumn
{
    float: left;
    width: 30px;
    height: 185px;
    margin-left: 12px;
    padding-top: 105px;
}
.divButtonsColumn_ShortLeft, .divButtonsColumn_ShortRight
{
    float: left;
    width: 250px;
    height: 85px;
}
.divButtonsColumn_ShortRight
{
    float: left;
    margin-left: 22px;
}
.RedText
{
    font: 10px bold arial !important;
    color: maroon;
}
.divMessage
{
    float: left; 
    width: 100%;     
    border: dashed 2px maroon;     
    margin: 1px;
    margin-top: 5px;
    padding: 7px;
}

.InstructionsDiv
{    
    text-align: left;
    float: left;
    width: 100%;
    border: solid 1px #d1d1d1;
    background: #f2f2f2;     
}
.marginLeft{margin-left: 4px;}

.FL{float: left;}
.FR{float: right;}
.PadRight{padding-right: 5px;}