/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* Tanami Photography Styles */

/* Text style used for Tanami Photography tag line in skin header */
.TPtagline
{
    font-family: Verdana;
    font-size:  12px;
    font-weight:  bold;
    color: #346344;
    letter-spacing:1.1pt;
    margin-left: 0px; 
    margin-right: 0px; 
    font-style:italic;
    text-indent:0px
}

/* 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  {
    width: 200px;
}

.ContentPane  { 
}

.RightPane  {
    width: 200px;
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
a:link.SelectedTab {
}

a:visited.SelectedTab  {
}

a:active.SelectedTab   {
}

a:hover.SelectedTab    {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
a:link.OtherTabs {
}

a:visited.OtherTabs  {
}

a:active.OtherTabs   {
}

a:hover.OtherTabs    {
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Arial, Helvetica;
    font-size:  12px;
    font-weight:  bold;
}

/* 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
{
    font-family: Verdana, Arial, Helvetica;
    font-size:  12px;
    font-weight:  normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
    font-family: Verdana, Arial, Helvetica;
    font-size:  11px;
    font-weight:  bold;
}

/* 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:link.CommandButton {
}

a:visited.CommandButton  {
}

a:active.CommandButton   {
}

a:hover.CommandButton    {
}
    
/* GENERIC */
H1  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  16px;
    font-weight:  bold;
}

H2  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  14px;
    font-weight:  bold;
}

H3  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  12px;
    font-weight:  bold;
}

H4  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  11px;
    font-weight:  bold;
}

H5, DT  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  11px;
    font-weight:  normal;
}

H6  {
   font-family: Verdana, Arial, Helvetica;
   font-size:  10px;
   font-weight:  normal;
}

TFOOT, THEAD    {
}

TBODY  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  11px;
    font-weight:  normal;
}

TH  {
}

A:link  {
    color: #FF8C00;
    text-decoration: none;
}

A:visited   {
    color: #FF8C00;
    text-decoration: none;
}

A:active    {
    color: #FF8C00;
    text-decoration: none;
}

A:hover {
    color: #549903;
    text-decoration: underline;
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
    list-style-type: disc;
    margin-top: 0;
    margin-bottom: 4;
    margin-left: -12;
    text-align: left;
}

UL LI LI    {
    list-style-type: circle;
    margin-top: 0;
    margin-bottom: 4;
    margin-left: -24;
    text-align: left;
}

UL LI LI LI {
    list-style-type: square;
    margin-top: 0;
    margin-bottom: 4;
    margin-left: -24;
    text-align: left;
}

OL LI   {
    list-style-type: decimal;
    margin-top: 0;
    margin-bottom: 4;
    margin-left: -12;
    text-align: left;
}

OL OL LI    {
    list-style-type: lower-alpha;
    margin-top: 0;
    margin-bottom: 4;
    margin-left: -16;
    text-align: left;
}

OL OL OL LI {
    list-style-type: lower-roman;
    margin-top: 0;
    margin-bottom: 4;
    margin-left: -18;
    text-align: left;
}

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 {
}