/* ================================
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 {
}
/* ================================
CSS STYLES FOR Module Calendar from Bi4ce
================================
*/
.Calendar{ 
width: 560px;
overflow: hidden;
border-collapse: collapse;
border: 1px #d79900 solid;
border-spacing: 0px;
} 
.CalendarWeek{
overflow: hidden;
font-family: arial;
font-size: 11px;
}
.CalendarDayOut{
overflow: hidden;
width: 80px;
vertical-align: top;
height: 80px;
color: #dddddd;
background: #cccccc;
border: 1px solid #c0c0c0;
}
.CalendarDateOut{
overflow: hidden;
vertical-align: top;
font-family: arial;
font-size: 25px;
font-weight: bold;
color: #ffffff;
float: top;
}
.CalendarDay{
overflow: hidden;
width: 80px;
vertical-align: top;
height: 80px;
background: #ffffff;
border: 1px #d79900 solid;
}
.CalendarDate{
font-family: arial;
font-size: 25px;
font-weight: bold;
color: #000000;
float: top;
}
.CalendarDayHover{
overflow: hidden;
width: 80px;
vertical-align: top;
height: 80px;
background: #44aa44;
color: #cccccc;
border: 1px #d79900 solid;
}
.CalendarData{
height:100%;
width: 80px;
overflow:hidden;
white-space: nowrap;
}
.CalendarItem{
white-space: nowrap;
height: 14px;
width: 80pz;
overflow:hidden;
font-size: 9px;
font-weight: normal;
border-top: 1px dotted #cccccc;
}
.CalendarItemNone{
overflow: hidden;
font-size: 9px;
font-weight: normal;
}
.CalendarTitle{
font-family: arial;
font-size: 17px;
font-weight: bold;
color: #ffffff;
background: #FF9933;
float: top;
text-align: center;
}
.CalendarDayTitle{
font-family: arial;
overflow: hidden;
font-size: 11px;
font-weight: bold;
color: #ffffff;
background: #c78900;
text-align: center;
}
.CalendarItemView{
font-size: 11px;
font-weight: normal;
border-top: 1px dotted #cccccc;
height: 20px;
}
.CalendarItemDate{
color: #c78900;
font-size: 11px;
font-weight: normal;
border-top: 1px dotted #cccccc;
width: 50px;
}
.CalendarItemLink{
font-size: 11px;
font-weight: bold;
}
.CalendarItemBody{
font-style: italic;
}
/*********** BEGIN FREE REPORT SAMPLE FORM *************************/
.frmReport
{
border-right: black 1px solid;
border-top: black 1px solid;
border-left: black 1px solid;
width: 500px;
border-bottom: black 1px solid;
border-collapse: collapse;
}
.frmPadding
{
padding:3px 3px 3px 3px;
}
.addressInfo
{
background:#eeeeee;
padding:3px 0px 6px 6px;
}
.frmSeparator
{
border-bottom:1px black solid;	
height:10px;
}
.yesnoHeading
{
background:#eeeeee;
padding:3px 3px 3px 8px;
}
.widgetHeading
{
background:brown;
padding:3px 3px 3px 8px;	
}
.normalFormText
{
font-size: 10pt;
font-weight: bold;
font-family: arial;
text-align: left;
}
.chkLstShip
{
background:wheat;
width:250px;
padding:3px;
}
.chkLstMake
{
background:silver;
width:250px;
padding:3px;
}
/*********** Begin Dotnet4 Text/HTML Module Styles *************************/
.sloganHead{
font-size: 18pt;
font-weight: bold;
color: #ff6600;
font-family: trebuchet ms, verdana, arial, tahoma;
text-align: right;
}
.sloganBody{
font-size: 9pt;
font-weight: bold;
color: #00000;
font-family: trebuchet ms, verdana, arial, tahoma
}
.grayBarBold{
font-size: 10pt;
font-weight: bold;
color: #ff9900;
font-family: trebuchet ms, verdana, arial, tahoma
}
.grayBarNormal{
font-size: 10pt;
color: #ffcc99;
font-family: trebuchet ms, verdana, arial, tahoma
}
.mainPaneNormal{
font-size: 8pt;
color: #00000;
font-family: trebuchet ms, verdana, arial, tahoma
}
.mainPaneLink{
font-size: 8pt;
font-weight: bold;
color: #ff6600;
font-family: trebuchet ms, verdana, arial, tahoma
}
/* Inventua Side Menu */
.MenuHdr
{ 
font-size: 10pt; padding-left: 10px; font-weight: bold; padding-bottom: 2px; 
background-color: #f1f1f1; padding-top: 2px; cursor: default;
}
.MenuItem, .MenuItemMouseOver, .MenuItem HR
{
font-size: 8pt; padding-left: 20px; font-weight: normal; padding-bottom: 2px;
background-color: #f1f1f1; padding-top: 2px;
}
.MenuItem A, .MenuItem A:Active, .MenuItem A:Hover, .MenuItem A:Visited, 
.MenuItem A:Link, .MenuItemMouseOver A, .MenuItemMouseOver A:Active, 
.MenuItemMouseOver A:Hover, .MenuItemMouseOver A:Visited, .MenuItemMouseOver 
A:Link, .MenuHdr A, .MenuHdr A:Active, .MenuHdr A:Hover, .MenuHdr A:Visited, 
.MenuHdr A:Link 
{
text-decoration: none; color: black; width: 100%; padding-top: 1px;
padding-bottom: 1px; cursor: default; cursor: pointer; 
}
.MenuItemMouseOver
{
background-color: #cccccc!Important; 
}

/* Drop Menu css */
.dm1 {
    font: 11px tahoma;
}
.dm1 .item1,
.dm1 .item1:hover,
.dm1 .item1-active,
.dm1 .item1-active:hover {
    padding: 3px 8px 4px 8px;
    border: 1px #003366;
    border-style: solid none solid none;
    text-decoration: none;
    display: block;
    position: relative;
}
.dm1 .item1 {
    background: #0EA138;
    color: #ffffff;
}
.dm1 .item1:hover,
.dm1 .item1-active,
.dm1 .item1-active:hover {
    background: #FF6600;
    color: #ffffff;
}
.dm1 .item2,
.dm1 .item2:hover {
    padding: 3px 8px 4px 8px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
}
.dm1 .item2 {
    background: #3264C7;
    color: #ffffff;
}
.dm1 .item2:hover {
    background: #6699FF;
    color: #ffffff;
}
.dm1 .section {
    border: 1px #003366;
    border-style: solid solid solid solid;
    position: absolute;
    visibility: hidden;
    z-index: -1;
    white-space: nowrap;
}
.dm1 .left, .dm1 .left:hover { border-style: solid none solid solid; }
.dm1 .right, .dm1 .right:hover { border-style: solid solid solid none; }

* html .dm1 td { position: relative; } /* ie 5.0 fix */
