/* ================================
CSS STYLES FOR DotNetNuke Midnight Blue Skin by tandemsys.com - 
	 Modified for DotNetNuke 3.35& 4.35 by Nina Meiers - http://www.xd.com.au
	 All credits belong to tandemsys.com - thank you for providing this great skin for DotNetNuke
	 
	 Changes made by Nina include
	  - Set Icons to not display
	  - changed menu background colours to match skin
	  - set height in menu
   ================================
*/

/* GENERAL */
/* style for module titles */
.Head
{
    font-weight: bold;
    font-size: 12px;
    color: Black;
    font-family: Arial, Helvetica;
}

/* background color for the content part of the pages */
Body
{
}

.LocationPane
{
}

.LeftPane
{
}

.ContentPane
{
}

.RightPane
{
}

/* text style for the selected tab */
.SelectedTab
{
    font-weight: bold;
    font-size: 11px;
    color: white;
    font-family: Arial, Helvetica;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link
{
    text-decoration: none;
    color: white;
}

A.SelectedTab:visited
{
    text-decoration: none;
    color: white;
}

A.SelectedTab:active
{
    text-decoration: none;
    color: white;
}

A.SelectedTab:hover
{
    text-decoration: none;
    color: white;
}

/* text style for the unselected tabs */
.OtherTabs
{
    font-weight: bold;
    font-size: 10px;
    color: white;
    font-family: Arial, Helvetica;
    text-decoration: none;
}

/* hyperlink style for the unselected tabs */
A.OtherTabs:link
{
    text-decoration: none;
    color: white;
}

A.OtherTabs:visited
{
    text-decoration: none;
    color: white;
}

A.OtherTabs:active
{
    text-decoration: none;
    color: white;
}

A.OtherTabs:hover
{
    text-decoration: underline;
    color: white;
}

/* Main Menu */

.MainMenu_MenuContainer
{
    background-color: transparent;
}

.MainMenu_MenuBar
{
    cursor: pointer;
    cursor: hand;
    height: 16;
}

.MainMenu_MenuItem
{
    /*border-right: #3E5877 0px solid;     border-top: #3E5877 0px solid; /*font-weight: bold;*/ /*font-weight: normal; /* 247meeting Mod */ /*font-size: 13px;     border-left: #3E5877 0px solid;     cursor: hand;     color: Black;     border-bottom: #3E5877 0px solid;     font-family: Arial;     height: 21px; /* Nina Mod */
    color: #066591;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}

.MainMenu_MenuIcon
{
    /*cursor: pointer;  cursor: hand;  background-color: #4A6C93; border-left: #000000 0px solid;  border-right: #000000 0px solid;  border-bottom: #000000 0px solid;  border-top: #000000 0px solid;  text-align: center;  width: 15;  height: 21; */ /*nina mod*/
    display: none;
}

.MainMenu_SubMenu
{
    z-index: 1000;
    cursor: pointer;
    cursor: hand;
    background-color: #D9E1E5;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=   '#374E69' , Direction=135, Strength=3);
    border-bottom: #3E5877 1px solid;
    border-left: #3E5877 1px solid;
    border-top: #3E5877 1px solid;
    border-right: #3E5877 1px solid;
}

.MainMenu_MenuBreak
{
    border-bottom: #404040 1px solid;
    border-left: #FF8080 1px solid;
    border-top: #FF8080 1px solid;
    border-right: #404040 1px solid;
    background-color: #000000;
    height: 0px;
}

.MainMenu_MenuItemSel
{
    /*font-weight: bold;*/
    /*font-weight: normal; /* 247meeting Mod */
    /*font-size: 13px;
    cursor: hand;
    cursor: pointer;
    color: white;
    font-style: normal;
    font-family: Arial, Helvetica;
    height: 21px; /* Nina Mod */
    color: #FFFFFF;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    background-color: #4a6c93;
}

.MainMenu_MenuArrow
{
    font-family: webdings;
    font-size: 10pt;
    color: #E39701;
    cursor: pointer;
    cursor: hand;
    border-right: #000000 0px solid;
    border-bottom: #000000 0px solid;
    border-top: #000000 0px solid;
}

.MainMenu_RootMenuArrow
{
    font-family: webdings;
    font-size: 10pt;
    cursor: pointer;
    cursor: hand;
}



/* 247meeting classes */

.main-table
{
    left: 0px;
    position: relative;
    top: 0px;
}

.banner247
{
    left: 0px;
    top: 0px;
    height: 103px;
    position: relative;
    vertical-align: top;
    text-align: left;
}

.footer247
{
    left: 0px;
    position: relative;
    top: 0px;
}

.content247
{
    padding-left: 5px;
}

.submitLink
{
    color: #37849E;
    background-color: transparent;
    text-decoration: underline;
    border: none;
    cursor: pointer;
}

.errorText
{
    font-size: 1.1em;
    font-weight: bold;
    color: #FF0000;
}

.align-justify
{
    text-align: justify;
}

.breadcrumb
{
    font-size: 0.7em;
    font-weight: normal;
}

.text1
{
    font-size: 0.7em;
}

.text2
{
    font-size: 0.6em;
}

.biggertext
{
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #37849E;
}

.bigtext
{
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #37849E;
}

a
{
    color: #37849E;
}

a:hover
{
    text-decoration: none;
}

a.link1
{
    color: #37849E;
    text-decoration: none;
}

a.link1:hover
{
    text-decoration: underline;
}

a.link2
{
    font-size: 10px;
    color: #94C6DD;
    text-decoration: none;
}

a.link2:hover
{
    text-decoration: underline;
}

.bg1
{
    background-color: #f9f9f9;
    background-image: url(App_Themes/images/index36.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.button
{
    border: 1px solid #066591;
    color: #FFFFFF;
    font-size: 8pt;
    font-family: Arial;
    font-weight: bold;
    padding-top: 1px;
    background-color: #066591;
    cursor: pointer;
}

.sleepbutton
{
    border: 1px solid #066591;
    color: #555555;
    font-size: 8pt;
    font-family: Arial;
    font-weight: bold;
    padding-top: 1px;
    background-color: #066591;
    cursor: pointer;
}

.button2
{
    border: 2px solid #066591;
    color: #FFFFFF;
    font-size: 8pt;
    font-family: Arial;
    font-weight: bold;
    padding-top: 1px;
    background-color: #3D95BF;
    cursor: pointer;
}

.txtBox
{
    font-size: 10pt;
    border: 1 solid #858585;
}

.activeTab
{
    background-color: #066591;
    color: #FFFFFF;
    font-family: Arial;
    font-weight: bold;
    cursor: pointer;
}

.activeLink
{
    color: #066591;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}

.sleepTab
{
    background-color: #E0E0E0;
    color: #555555;
    font-size: 8pt;
    font-family: Arial;
    font-weight: bold;
    cursor: pointer;
}

.linkTD
{
    background-color: #3D95BF;
    color: #FFFFFF;
    font-size: 1.0em;
    font-family: Arial;
    font-weight: bold;
    padding-left: 4pt;
    text-decoration: none;
}

.labelTD
{
    background-color: #3D95BF;
    color: #FFFFFF;
    font-size: 1.0em;
    font-family: Arial;
    font-weight: bold;
    padding-left: 4pt;
}

.inputTD
{
    background-color: #EFEFEF;
    color: #555555;
    font-size: 1.0em;
    font-family: Arial;
    font-weight: bold;
    padding-left: 4pt;
}

.inputTD1
{
    background-color: #FFFFFF;
    color: #555555;
    font-size: 1.0em;
    font-family: Arial;
    font-weight: bold;
    padding-left: 4pt;
}

.listTDLA
{
    background-color: #EFEFEF;
    font-size: 8pt;
    font-family: Arial;
    font-weight: bold;
    padding-left: 4pt;
    text-align: left;
}

.listTDCA
{
    background-color: #EFEFEF;
    font-size: 8pt;
    font-family: Arial;
    font-weight: bold;
    padding-left: 4pt;
    text-align: center;
}

.listTDRA
{
    background-color: #EFEFEF;
    font-size: 8pt;
    font-family: Arial;
    font-weight: bold;
    padding-left: 4pt;
    text-align: right;
}

.stab_active
{
    color: white;
    background: #3D95BF;
    padding: 0 6 0;
    text-align: center;
    cursor: pointer;
}

.Table_head
{
    color: #066591;
    font-family: arial;
    font-weight: bold;
    font-size: 1.6em;
}

.invoiceheader
{
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    text-align: left;
    vertical-align: text-top;
    color: #000000;
}

.invoicesubhead
{
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    vertical-align: text-top;
    color: #000000;
}

.invoicetext
{
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    vertical-align: text-top;
    text-align: left;
    color: #000000;
}

.imageLink
{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    width: 206px;
    border-top-style: none;
    padding-top: 0px;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}

/*table
{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    border-top-style: none;
    padding-top: 0px;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}*/

.nopadding
{
    padding: 0px;
    margin: 0px;
}

.calendar
{
    z-index: 101;
    width: 200px;
    height: 180px;
    position: absolute;
}
