/* ================================
CSS STYLES FOR DotNetNuke
================================
*/ 
/* CSS Button Syles */

.fmButton {margin:10px;}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('/images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('/images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 
a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 

a.button:hover {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:hover span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}


/* END CSS Button Syles */


/* Generic Form Rules */
.buttonTDPadding {padding:13px 0px 0px 0px; }

/* Start White Papper Form Rules */
.wpOuterTable {border-style:dashed; border-color:#000000; border-width:3px; BORDER-COLLAPSE: collapse;background:#f6f6f6;}
.wpOuterTable TD {padding:5px;}
.toUpper { text-transform: uppercase;}
.wpLabel {color:Black;font-size:11pt;}
.wpButton
{
	color: #000000;
	cursor: hand;
	letter-spacing: -1;
	font-size: 12pt;
	font-weight: bold;
	height: 30px;
	border: 8px outset #CC0000;
	padding: 5px 10px 5px 10px;
}
.wpButtonTD { }
.wpButtonTD a:hover
{ 
	background:yellow;
	text-decoration: none;
}
.wpButtonTD a
{
	text-decoration: none;
	border: 8px outset #CC0000;
}
.wpButton a:hover
{
	border: 8px outset #009900;
	background:yellow;
	text-decoration: none;
}
.wpButton a:active
{
	border: 8px inset #CC0000;
	text-decoration: none;
}
/* End White Papper Form Rules */

/********** Software for Mailing Styles *****/
.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}
.ButtonHand {cursor:hand}
.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: white url(/images/list.gif) no-repeat left center;
list-style-type: none;
padding-left: 20px;
margin-bottom: 5px;
}
.h2click
{
text-decoration:underline; 
cursor:hand;
cursor: pointer;
background: transparent url(/images/btn_software_mailing.gif) no-repeat left 0px;
padding-left:30px;
padding-bottom:5px; 
}
.demoButton
{
font-weight:bold;
border:solid black 1px;
background: #E4EAF8;
cursor: hand !important;
cursor: pointer !important;
}
#divwizard {width:100%;}
/********* End Software for Mailing Styles *************/
.mailingTrialOuterTable
{width:100px;}
.mailingTrial TD
{ padding:3px; }
.mailingTrial input
{font-size:8.5pt;color:#6E6E6F;}
.SolutonDropDown
{font-size:8.5pt;color:#6E6E6F;}
.frmAddInfoMain
{
}

.frmAddInfo
{
width:470px;
}
.frmODanys TD
{
padding:3px 0px 3px 0px;
}
.frmAddInfo TD
{
padding:3px 0px 5px 0px;
}
.NeedsHeading
{
text-align:center;
border:1px solid black;
background-color:#E4EAF8;
}
.NeedsBg
{
background-color:#F3F3F3;
border:1px solid black;
}
.NoPadding TD
{
padding:0px;
}
.CompInfoHeader
{
border:1px solid black;
background-color:#E4EAF8;
}
.TrialTextBox
{
font-size:8.5pt;
border:1px solid black;
}
.tblPBC TD
{
padding-bottom:10px;
}
.frmWebinar TD
{
padding:5px;
}
.IMFRForms TD
{
padding:5px;
}
.C5SLLC_MenuContainer{
background:transparent;
}
.C5SLLC_MenuItem
{
color:#7D7C7C;
font-size:8pt;
font-weight:normal;
padding:5px 3px 5px 3px;
border:1px #EEE solid;
border-width:1px 0px;
}
.C5SLLC_RootMenuItem TD
{
color:#7D7C7C; 
font-size:8pt;
font-weight:600; 
background:transparent;
padding:5px 3px 5px 3px;
}
.C5SLLC_RootMenuItemsSel TD
{
color:#7E99D3;
font-size:8pt; 
background:#FEEEFE;
padding:5px 3px 5px 3px;
cursor:hand;
cursor:pointer;
}
.C5SLLC_SubMenu TABLE
{
border:0px #000 solid; 
font-weight:normal;
background:#EEE;
filter: progid:DXImageTransform.Microsoft.Shadow(color= '#EEEEEE' , Direction=135, Strength=1);
}
.C5SLLC_SubMenu TD
{
font-weight:normal;
font-size:10pt;
padding-left:10px;
padding-right:10px;
}
.C5SLLC_SubMenuItemSel
{
color:#000;
font-size:10pt;
font-weight:normal;	
background:#FFF;
cursor:hand;
cursor:pointer;
padding:5px 5px 5px 5px;
}
.C5SLLC_RootMenuArrow{
display:none;
}
.C5SLLC_MenuBreak{
display:none;
}
.C5SLLC_MenuArrow
{
display: none;
}
.C5SLLC_MenuBar 
{
}
.C5SLLC_MenuIcon{
display:none;
}
/* Catalog Menu End */









