/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/

/* Override Admin */
.containermaster_gray {
  border-width: 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
{
  PADDING-RIGHT: 0px;
  PADDING-LEFT: 0px;
  BACKGROUND: #666666;
  PADDING-BOTTOM: 0px;
  MARGIN: 0px;
  FONT: 11px Verdana, Arial, Helvetica, sans-serif;
  COLOR: #000000;
  PADDING-TOP: 0px;
  TEXT-ALIGN: center;
}

.ControlPanel {
}

/* 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:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head, H1 {
  PADDING-RIGHT: 0px;
  PADDING-LEFT: 0px;
  FONT-WEIGHT: bold;
  PADDING-BOTTOM: 0px;
  COLOR: #990000;
  PADDING-TOP: 0px;
  FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif;
}
.Head {
  FONT-SIZE: 12px;
}
H1 {
  MARGIN: 0.2em 0px 0.5em;
  FONT-SIZE: 16px;
}
H1 SPAN.Head
{
  FONT-SIZE: 16px ! important;
}

/* style of item titles on edit and admin pages */
.SubHead, H2    {
  FONT-WEIGHT: bold;
  COLOR: #cc6600;
  FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif;
}
.SubHead {
  FONT-SIZE: 12px;
}
H2 {
  FONT-SIZE: 14px;
  PADDING-BOTTOM: 4px;
  MARGIN: 1em 0px 0px;
  BORDER-BOTTOM: #dddddd 1px solid;
}
H2 SPAN.Head {
  FONT-SIZE: 14px ! important;
  COLOR: #cc6600 ! important;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead, H3 {
  FONT-WEIGHT: bold;
  COLOR: #cc3300;
  FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif;
}
.SubSubHead {
  FONT-SIZE: 11px;
}
H3 {
  FONT-SIZE: 12px;
  MARGIN: 1em 0px 0.4em;
}
H3 SPAN.Head
{
  FONT-SIZE: 12px ! important;
  COLOR: #cc3300 ! important;
}

/* text style used for most text rendered by modules */
.Normal, P
{
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}
.Normal {
  FONT-SIZE: 10px;
}
P {
  FONT-SIZE: 12px;
  MARGIN: 1em 0px 0.7em;
  LINE-HEIGHT: 1.3em;
}

/* 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:link, A.CommandButton:link {
  color: #FF6600;
}

A:visited, A.CommandButton:visited {
  color: #FF6600;
}

A:hover, A.CommandButton:hover {
  color: #FF6600;
}

A:active, A.CommandButton:active {
  color: #FF6600;
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */

H4  {
  FONT-WEIGHT: bold;
  FONT-SIZE: 12px;
  MARGIN: 1.3em 0px 0.5em;
  COLOR: #000000;
  LINE-HEIGHT: 1.4em;
  FONT-STYLE: normal;
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


LI { font-size: 12px; margin-bottom:4px;}

UL LI   {
  list-style-type: square;
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
  color: #dddddd;
}

/* 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 

[MenuIcon|MenuItem|MenuArrow]
[SubMenu]
  [MenuIcon|MenuItem|MenuArrow]

*/

.MainMenu_MenuContainer {
  width: 98%;
  display: block;
}

.MainMenu_MenuBar {
}

.MainMenu_MenuIcon {
  /*background-color: #666666;*/
  background-color: #efefef;
}

.MainMenu_MenuItem {
  color: #FFFFFF;
  font-size: 10.5pt;
}

.MainMenu_MenuItemSel {
  background-color: #D77E00;
  color: #FFFFFF;
  font-size: 10.5pt;
}

.MainMenu_RootMenuItemActive {
  background-color: #660000;
  color: #FFCC00;
  font-size: 10.5pt;
}

.MainMenu_MenuBar TD {
  margin: 0px;
}

.MainMenu_MenuItem TD, 
.MainMenu_MenuItemSel TD,
.MainMenu_MenuIcon TD {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 4px;
  padding-right: 10px;
  border: 0px transparent solid;
  height: 30px;
  text-align: center;
}

TD.MainMenu_RootMenuArrow {
  padding-left: 0px;
  padding-right: 8px;
}

.MainMenu_MenuBreak {
  border: 0px transparent solid;
}

.MainMenu_SubMenu {
  background-color: #000000;
  font-weight: normal;
}

DIV.MainMenu_SubMenu {
  border: 1px #666666 solid;
}

DIV.MainMenu_SubMenu TABLE {
  border-collapse: collapse;
}

.MainMenu_SubMenu .MainMenu_MenuItem TD, 
.MainMenu_SubMenu .MainMenu_MenuItemSel TD, 
.MainMenu_SubMenu .MainMenu_MenuIcon TD, 
.MainMenu_SubMenu .MainMenu_MenuArrow TD {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 4px;
  padding-right: 4px;
  margin: 0px;
  border: 0px;
  border-bottom: 1px #333333 solid;
  height: 24px;
  text-align: left;
}

.MainMenu_SubMenu .MainMenu_MenuItemSel TD {
}

.MainMenu_SubMenu .MainMenu_MenuIcon {
}

.MainMenu_SubMenu .MainMenu_MenuItem {
  font-size: 8pt;
}

.MainMenu_SubMenu .MainMenu_MenuItemSel {
  font-size: 8pt;
}

.MainMenu_SubMenu .MainMenu_MenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}

TR.AltRow {
  background-color: #EFEFEF;
}

TR.Row {
  background-color: #FFFFFF;
}

/* 
CONTENT 
*/
td.infobox, .infobox {
	border: 1px solid #ccc; padding: 10px; background-color:#eee;
}

.notice {
	border: 1px solid #cccccc;
	background-color: #eeeeee;
	padding: 0px 20px 5px 20px;
	margin: 20px 40px 20px 40px;
	text-align: center;
}
.notice em { color:#C30; font-weight:bold; }

td.#content1  { }
.content_main1
{
	margin-left: 15px;
	margin-right: 20px;

}
.content_main1 ol { margin-right: 40px; }
/* .content_main1 a { text-decoration: underline; } */
#sidebar1 
{
	float: right;
}
#sidecol1 
{
	vertical-align: top;
/*	width: 15%; */
}

dl { margin-left: 10px; margin-right: 30px; font-family: Verdana, Geneva, sans-serif; font-size: 12px; }
dt { color: #333333; font-size: 14px; border-bottom: 1px dashed #cccccc; padding-bottom: 3px; margin-right: 20px; font-family: Verdana, Geneva, sans-serif; font-weight: bold; }
dt a { color: #F60; text-decoration: underline !important; }
dd { padding: 0.5em; margin: 0 20px 1em 20px; color: #666666; background-color: #F5F5F5; }
dt a:hover { color: #C30; text-decoration: underline; }

/* .subhead    { font-size: 12px; font-weight: bold; color: #993300; } */
.subhead2   { font-size: 11px; font-weight: bold; color: #CC6600; }
.subhead2b  { font-size: 12px; font-weight: bold; color: #CC6600; }
.subhead3b  {
  font-size: 12px;
  font-weight: bold;
  color: #333333;
}

/* not used? */
#content h1, #content span.Head { font-family: Tahoma, Arial, Helvetica, sans-serif; font-weight: bold; color: #990000; margin: .2em 0 .5em 0; padding: 0; }
#content h1.product { margin: 0.2em 0 0.1em 0; }
#content h2 { color: #CC6600; border-bottom: 1px solid #dddddd; font-family: Tahoma, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 1.2em; padding-bottom: 4px; margin: 1em 0 0 0; }
#content .h1sub { font: bold 10pt Tahoma, Arial, Helvetica, sans-serif; color: #cc6600; margin: 0; padding: 0; border: none; }
#content h3 { color: #CC3300; margin: 1em 0 0.4em 0; font-family: Tahoma, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 1.1em; }
#content h4 { color: #000000; margin: 1.3em 0 0.5em 0; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 1em; font-style: normal; line-height: 1.4em; }
#content p { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.95em; margin: 0.6em 0 0.7em 0; line-height: 1.3em; }
#content p.lrg { font-size: 1.1em; color: #660000; }
#content a { color: #FF6600; }
#content ul { padding-left: 0px; padding-bottom: 0.3em; margin: 0.8em 0 0.4em 35px; list-style-type: square; }
#content li { margin-bottom: 0.2em; font-size: 0.95em; }
#content div.qlinks { margin: 20px 0 0 20px; width: 230px; font-size: 90%; }
#content div.clinks { margin: 20px 0 0 20px; width: 230px; font-size: 100%; }
#content ul.linklist { padding: 0px 0 10px 0px; margin: 0; list-style-type: none; width: 220px; border-top: 1px solid #dddddd; }
#content ul.linklist li { margin: 0; background-color: #eeeeee; width: 220px; padding: 0; }
#content ul.linklist a { display: block; padding: 5px 4px 5px 6px; background-repeat: no-repeat; text-decoration: none; border-left: 3px solid #CCCCCC; border-bottom: 1px dashed #dddddd; border-right: 1px solid #dddddd; margin: 0; width: 207px; }
#content .qlinks h4 { margin: 0; padding: 3px 5px; width: 213px; background-color: #CCCCCC; font-size: 0.9em; color: #666666; }
#content ul.linklist a:hover { background-color: #FFFFFF; text-decoration: underline; border-left: 3px solid #FF6600; }
#content dl { margin-left: 40px; margin-top: 1.2em; }
#content dt { color: #333333; font-size: 105%; border-bottom: 1px dashed #dddddd; padding-bottom: 3px; margin-right: 20px; }
#content dd { padding: 0.5em; margin: 0 20px 0.6em 20px; color: #666666; background-color: #F5F5F5; }
#content .picbdr1 { border: 1px solid #FF9900; }
#content .note { font-size: 9px; color: #666666; text-decoration: none; font-weight: normal; }
#content span.input1 input { font-size: 120%; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; padding: 3px 10px; }
#content div.box-750 { background-image: url(../images/base/box-750x73.gif); background-repeat: no-repeat; background-position: left top; width: 750px; text-align: center; margin: 20px 0 0 0; padding: 1px 0 0 4px; }
#content div.box-750  h2   { margin: 7px 0 0 0; padding: 0; color: #999999; font-size: 105%; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: italic; border: none; }
#content div.col-33 { width: 30%; float: left; text-align: left; padding: 0 11px; }
#content .col-33 h3 { border-bottom: 1px solid #cccccc; padding-bottom: 5px; font-size: 120%; }
#content .col-33 h3 a { text-decoration: none; color: #993300; }
#content div.col-50 { width: 46%; float: left; text-align: left; padding: 0 5px 0 2px; margin: 0 15px 0 0; }
#content .col-50 h2 { background-color: #eeeeee; padding: 3px 3px 3px 6px; border-left: 3px solid #FF9900; }
#content .col-50 h3 { border-bottom: 1px dashed #dddddd; padding-bottom: 4px; margin-left: 10px; }
#content .col-50 p { font-size: 90%; margin-left: 10px; }
#content .col-50 ul { font-size: 90%;}
#content .quote-fltrt { float: right; margin: 10px 0px 5px 10px; background-color: #f7f7f7; padding: 10px 20px; border-left: 1px solid #ffcc00; clear: right; }
#content  table td h3  { margin: 0; padding: 0; }











































