/* FS */

body {
	margin-top: 0;
	padding-top: 0;
	color: #444;
}
#page {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	width: 730px;
}
a, a:hover, a:visited {
	color: #0085cf;
}
#head {
	clear: both;
	width: 730px;
	margin-top: 1em;
}
#guide {
	width: 730px;
	font-size: 14px;
	color: #000;
	text-shadow: 1px 1px 1px #fff;
	background: url(head-corners-tile.png) repeat-x;
	letter-spacing: 1px;
	padding: 12px;
	-moz-box-shadow: 2px 3px 3px #aaa;
	-webkit-box-shadow: 3px 4px 4px #aaa;
	border: 1px #cdcdcd solid;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border: 1px solid #aaa;
}
#content {
	width: 730px;
	margin-left: auto;
	margin-right: auto;
	background: inherit;
	padding: 10px;
}
#head-security {
    background: url("fs_secure-ordering.png") no-repeat scroll 220px 20px transparent;
    padding-left: 420px;
}
/**
 * Switches
 */

/* No security info */
.ns #head-security {
	display:none;
}
/* No header */
.nh #head {
	display:none;
}
/**
 * Override
 */

.store-order-action-list li {
	white-space: normal !important; /* france length */
}
.core-form-field-required .core-form-field-label {
	font-weight: bold;
}
.core-form-field-group + .core-form-field-group {
	margin-top: 2em;
}
.core-form-field-label {
	margin-bottom: 4px;
}
.core-body-window .core-section {
	width: 730px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 4px;
	margin-top: 2em;
}
.core-body-window .core-section-header {
	background-color: #E2E6E9;
	margin: 0px;
	font-size: 15px;
	font-family: Arial !important;
	padding-left: 10px;
	color: #000000;
	padding: 10px;
}
.core-body-window .core-section-body {
	background: #f8f8f8;
	padding: 2em;
}
.store-footer {
	background: #fff url(footer-bg2.gif) repeat;
	color: #eee;
	margin-bottom: 30px;
	padding: 2em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}
.store-footer a:link, .store-footer a:visited {
	color: #00bfff;
}
.store-footer a:hover {
	color: #ffa500;
	text-decoration: none;
}
.store-product-detail-description-short {
	margin-left: 0;
}
.store-product-list-item {
	margin-bottom: 0;
}
.store-product-list-item-title {
}
.store-product-list-item-description {
	margin-top: 1em;
}
.store-product-detail {
	line-height: 1.4em;
}
.store-product-detail-title {
	margin-bottom: 10px;
	margin-right: 1em;
	color: #E57020;
	font-size: 19px;
	font-family: Arial !important;
}
.core-form-field-group-header, .store-product-list-item-title {
    margin-right: 1em;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.store-page-navigation {
	border-top: none;
}
.store-product-detail-quantity {
	margin-top: 10px;
}
.store-product-detail-description, .store-product-list-item-description {
/*	text-align: justify;*/
	margin-bottom: 1em;
}
.store-product-option-groups {
	padding-left: 1em;
	padding-right: 1em;
}
.core-form-field-body-note {
	font-size: 10px;
	margin-top: 4px;
	color: #666;
}

/* indent forms */
.core-form-field-area-left {
    margin-left: 1.5em;
}

.store-section-payment-details-cc .core-form-field-group-body {
    margin-left: 1.5em;
}

#ccShippingAddressDisplay {
    margin-left: 1.5em;
}

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}

h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

/* background color for the content part of the pages */
Body
{
    background-color: white;
    margin: 0px;
}

.ControlPanel, .PagingTable
{
    width: 100%;
    background-color: #FFFFFF;
    border-right: #003366 1px solid;
    border-top: #003366 1px solid;
    border-left: #003366 1px solid;
    border-bottom: #003366 1px solid;
}

.SkinObject
{
    font-weight: bold;
    font-size: 8.5pt;
    color: #003366;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.SkinObject:link
{
    text-decoration: none;
    color: #003366;
}

A.SkinObject:visited
{
    text-decoration: none;
    color: #003366;
}

A.SkinObject:hover
{
    text-decoration: none;
    color: #003366;
}

A.SkinObject:active
{
    text-decoration: none;
    color: #003366;
}

/* styles for LANGUAGE skinobject */
.Language
{
    vertical-align: middle;
    margin: 0px;
}

.Language img
{
    border: none;
}


/* style for module titles */
.Head
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 20px;
    font-weight: normal;
    color: #333333;
}

/* style of item titles on edit and admin pages */
.SubHead
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #003366;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal, .NormalDisabled
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
}

/* text style used for error messages */
.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

/* style to apply if the content should be hidden */
.Hidden
{
    display: none;
}

/* styles used by Data Grids */
.DataGrid_AlternatingItem
{
    background-color: White;
    color: Red;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
.DataGrid_Container
{
    background-color: Transparent;
}
.DataGrid_Footer
{
    background-color: White;
}
.DataGrid_Header
{
    background-color: Transparent;
    color: Black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}
.DataGrid_Item
{
    background-color: Transparent;
    color: Black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
.DataGrid_SelectedItem
{
    background-color: Silver;
    color: Blue;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}

/* styles used by TreeMenu Skin Object */
.TreeMenu_Node
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

.TreeMenu_NodeSelected
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    background-color: #dcdcdc;
}

A.TreeMenu_Node:link, A.TreeMenu_NodeSelected:link
{
    text-decoration: none;
    color: #003366;
}

A.TreeMenu_Node:visited, A.TreeMenu_NodeSelected:visited
{
    text-decoration: none;
    color: #003366;
}

A.TreeMenu_Node:hover, A.TreeMenu_NodeSelected:hover
{
    text-decoration: none;
    color: #ff0000;
}

A.TreeMenu_Node:active, A.TreeMenu_NodeSelected:active
{
    text-decoration: none;
    color: #003366;
}

/* styles used in the FileManager */
.FileManager
{
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
    height: 400px;
}
.FileManager_ToolBar
{
    border-bottom: black 1px solid;
    height: 25px;
}
.FileManager_Explorer
{
    height: 100%;
    border: #696969 1px solid;
    background-color: White;
    margin: 2px 2px 2px 2px;
}

.FileManager_FileList
{
    height: 100%;
    border: #696969 1px solid;
    background-color: White;
    margin: 2px 2px 2px 2px;
    overflow: auto;
}

.FileManager_MessageBox
{
    text-align: center;
    vertical-align: middle;
    background-color: White;
    padding: 25px 25px 25px 25px;
}

.FileManager_Header
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #E7E7FF;
    background-color: #9EBFF6;
    border-bottom: #696969 1px solid;
    height: 25px;
}

.FileManager_Pager
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    background-color: #EEEEEE;
    border-top: #696969 1px solid;
    height: 25px;
}

.FileManager_StatusBar
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    background-color: #dedfde;
    height: 25px;
    margin: 2px 2px 2px 2px;
}

.FileManager_Item
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: Black;
    background-color: #F8F8F8;
    border-top: black 1px dashed;
    border-bottom: black 1px dashed;
}

.FileManager_AltItem
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: Black;
    background-color: #EEEEEE;
    border-style: none;
}
.FileManager_SelItem
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: White;
    background-color: #99ffff;
    border-style: none;
}

.FileManagerTreeNode
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

.FileManagerTreeNodeSelected
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    background-color: #dcdcdc;
}

A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link
{
    text-decoration: none;
    color: #003366;
}

A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited
{
    text-decoration: none;
    color: #003366;
}

A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover
{
    text-decoration: none;
    color: #ff0000;
}

A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active
{
    text-decoration: none;
    color: #003366;
}

/* styles used in the Wizard Framework */
.Wizard
{
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
    height: 400px;
    width: 650px;
}
.WizardButton
{
    border-right: #696969 1px solid;
    padding-right: 2px;
    border-top: #696969 1px solid;
    padding-left: 2px;
    padding-bottom: 2px;
    border-left: #696969 1px solid;
    padding-top: 2px;
    border-bottom: #696969 1px solid;
    background-color: #dcdcdc;
}
.WizardHeader
{
    background: #ffffcc;
    border-bottom: black 1px solid;
    height: 40px;
}
.WizardFooter
{
    border-top: black 1px solid;
    background: #ccffcc;
    height: 25px;
    text-align: right;
}
.WizardBody
{
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    height: 325px;
}
.WizardHelp
{
    padding-right: 5px;
    padding-left: 5px;
    font-size: 9pt;
    padding-bottom: 5px;
    border-left: black 1px solid;
    width: 180px;
    padding-top: 5px;
    background-color: #ccffff;
}
.WizardHelpText
{
    overflow: auto;
    font-size: 8pt;
    width: 180px;
    color: black;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    height: 300px;
}
.WizardText
{
    font-size: 9pt;
    color: black;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
}


/* text style used for help text rendered by modules */
.Help
{
    border-right: black 1px solid;
    padding-right: 2px;
    border-top: black 1px solid;
    padding-left: 2px;
    font-weight: normal;
    font-size: 11px;
    padding-bottom: 2px;
    border-left: black 1px solid;
    color: black;
    padding-top: 2px;
    border-bottom: black 1px solid;
    font-family: Tahoma, Arial, Helvetica;
    background-color: #ffff99;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
    text-decoration: underline;
    color: #003366;
}

A.CommandButton:visited
{
    text-decoration: underline;
    color: #003366;
}

A.CommandButton:hover
{
    text-decoration: underline;
    color: #ff0000;
}

A.CommandButton:active
{
    text-decoration: underline;
    color: #003366;
}

/* button style for standard HTML buttons */
.StandardButton
{
    padding-right: 5px;
    padding-left: 5px;
    font-weight: normal;
    font-size: 11px;
    background: #dddddd;
    color: #000000;
    font-family: Verdana, sans-serif;
}


/* GENERIC */
H1
{
    font-family: Arial;
    font-size: 20px;
    font-weight: normal;
    color: #000;
}

H2
{
    font-family: Arial;
    font-size: bold;
    color: #000;
}


H4
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    color: #003366;
}

H5, DT
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #003366;
}

H6
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #003366;
}

TFOOT, THEAD
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    color: #003366;
}

TH
{
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #003366;
}

A:link
{
    text-decoration: none;
    color: #000;
}

A:visited
{
    text-decoration: none;
    color: #000;
}

A:hover
{
    text-decoration: underline;
    color: #000;
}

A:active
{
    text-decoration: none;
    color: #000;
}

SMALL
{
    font-size: 8px;
}

BIG
{
    font-size: 14px;
}

BLOCKQUOTE, PRE
{
    font-family: Lucida Console, monospace;
}



HR
{
    color: #696969;
    height: 1pt;
    text-align: left;
}

/* Module Title Menu */
.ModuleTitle_MenuContainer
{
    border-bottom: blue 0px solid;
    border-left: blue 0px solid;
    border-top: blue 0px solid;
    border-right: blue 0px solid;
}

.ModuleTitle_MenuBar
{
    cursor: pointer;
    height: 16px;
    background-color: Transparent;
}

.ModuleTitle_MenuItem
{
    cursor: pointer;
    color: black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 9pt;
    font-weight: bold;
    font-style: normal;
    border-left: white 0px solid;
    border-bottom: white 1px solid;
    border-top: white 1px solid;
    border-right: white 0px solid;
    background-color: Transparent;
}

.ModuleTitle_MenuIcon
{
    cursor: pointer;
    background-color: #EEEEEE;
    border-left: #EEEEEE 1px solid;
    border-bottom: #EEEEEE 1px solid;
    border-top: #EEEEEE 1px solid;
    text-align: center;
    width: 15px;
    height: 21px;
}

.ModuleTitle_SubMenu
{
    z-index: 1000;
    cursor: pointer;
    background-color: #FFFFFF;
    border-bottom: #FFFFFF 0px solid;
    border-left: #FFFFFF 0px solid;
    border-top: #FFFFFF 0px solid;
    border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak
{
    border-bottom: #EEEEEE 1px solid;
    border-left: #EEEEEE 0px solid;
    border-top: #EEEEEE 1px solid;
    border-right: #EEEEEE 0px solid;
    background-color: #EEEEEE;
    height: 1px;
}

.ModuleTitle_MenuItemSel
{
    cursor: pointer;
    color: black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 9pt;
    font-weight: bold;
    font-style: normal;
    background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow
{
    font-family: webdings;
    font-size: 10pt;
    cursor: pointer;
    border-right: #FFFFFF 1px solid;
    border-bottom: #FFFFFF 1px solid;
    border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow
{
    font-family: webdings;
    font-size: 10pt;
    cursor: pointer;
}

/* Main Menu */
.MainMenu_MenuContainer
{
    background-color: transparent;
}
.MainMenu_MenuBar
{
    cursor: pointer;
    height: 16px;
    background-color: Transparent;
}
.MainMenu_MenuItem
{
    cursor: pointer;
    color: black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 9pt;
    font-weight: bold;
    font-style: normal;
    border-left: white 0px solid;
    border-bottom: white 1px solid;
    border-top: white 1px solid;
    border-right: white 0px solid;
    background-color: Transparent;
}
.MainMenu_MenuIcon
{
    cursor: pointer;
    background-color: #EEEEEE;
    border-left: #EEEEEE 1px solid;
    border-bottom: #EEEEEE 1px solid;
    border-top: #EEEEEE 1px solid;
    text-align: center;
    width: 15px;
    height: 21px;
}
.MainMenu_SubMenu
{
    z-index: 1000;
    cursor: pointer;
    background-color: #FFFFFF;
    border-bottom: #FFFFFF 0px solid;
    border-left: #FFFFFF 0px solid;
    border-top: #FFFFFF 0px solid;
    border-right: #FFFFFF 0px solid;
}
.MainMenu_MenuBreak
{
    border-bottom: #EEEEEE 1px solid;
    border-left: #EEEEEE 0px solid;
    border-top: #EEEEEE 1px solid;
    border-right: #EEEEEE 0px solid;
    background-color: #EEEEEE;
    height: 1px;
}
.MainMenu_MenuItemSel
{
    cursor: pointer;
    color: black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 9pt;
    font-weight: bold;
    font-style: normal;
    background-color: #C1D2EE;
}
.MainMenu_MenuArrow
{
    font-family: webdings;
    font-size: 10pt;
    cursor: pointer;
    border-right: #FFFFFF 1px solid;
    border-bottom: #FFFFFF 1px solid;
    border-top: #FFFFFF 0px solid;
}
.MainMenu_RootMenuArrow
{
    font-family: webdings;
    font-size: 10pt;
    cursor: pointer;
}

/* LEGACY STYLES from DNN 1-2 */
.HeadBg
{
    background-color: #CCCCCC;
}

.TabBg
{
    background-color: black;
}

.SelectedTab
{
    font-weight: bold;
    font-size: 8.5pt;
    color: #FFFFFF;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.SelectedTab:link
{
    text-decoration: none;
    color: white;
}

A.SelectedTab:visited
{
    text-decoration: none;
    color: #eeeeee;
}

A.SelectedTab:hover
{
    text-decoration: none;
    color: #cccccc;
}

A.SelectedTab:active
{
    text-decoration: none;
    color: #eeeeee;
}

.OtherTabs
{
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.OtherTabs:link
{
    text-decoration: none;
    color: white;
}

A.OtherTabs:visited
{
    text-decoration: none;
    color: #eeeeee;
}

A.OtherTabs:hover
{
    text-decoration: none;
    color: #cccccc;
}

A.OtherTabs:active
{
    text-decoration: none;
    color: #eeeeee;
}

.PagingTable
{
    height: 33px;
}

/*
.LabelEditOverClass
{	
	cursor: pointer;
	text-decoration: underline overline;
}
*/

.LabelEditTextClass
{
    border: solid 1px red;
    background-color: Transparent;
}

.LabelEditWorkClass
{
    /*background: url(/DotNetNuke/images/dnnanim.gif) no-repeat right;*/
    border: solid 0px red;
    background-color: Transparent;
}

/* style for the DNNTextSuggest control select menu */
.SuggestTextMenu
{
    border: solid 1px black;
    white-space: nowrap;
    background: white;
}
/* style for the DNNTextSuggest control selected menu node */
.SuggestNodeOver
{
    background-color: navy;
    color: White;
}


/*Edit In Place Tool Bar Classes*/
.eipbackimg
{
    border: outset 1px; /*give toolbar a 3D look*/
    position: absolute; /*needed so it doesn't take up space */
    margin-top: -22px; /*specify toolbar to be just above text */
    white-space: nowrap; /* makes toolbar horizontal */
    background: url(eip_toolbar.gif);
    background-color: #99cccc;
    background-repeat: repeat-x;
    height: 22px;
}

.eipbuttonbackimg
{
    width: 21px;
    height: 21px;
    cursor: pointer; /*change mouse to pointer when hover over button*/
    float: left;
}

.eipbutton_edit
{
    background: url(eip_edit.gif) no-repeat 100% center;
    float: left;
}
.eipbutton_save
{
    background: url(eip_save.gif) no-repeat 100% center;
    float: left;
}
.eipborderhover
{
    border: outset 1px;
}

/* used to collapse panes without any content in them */
.DNNEmptyPane
{
    width: 0px;
}

/* used to set the different module align options - from module settings */
.DNNAlignleft
{
    text-align: left;
}
.DNNAlignright
{
    text-align: right;
}
.DNNAligncenter
{
    text-align: center;
}

/* Login Styles */
.LoginPanel
{
}

.LoginTabGroup
{
}

.LoginTab
{
    float: left;
    background: url( "tablogin_gray.gif" ) left top;
    margin: 0 3px 3px 0;
    padding: 5px 5px 4px 5px;
    text-decoration: none;
    color: #FFF;
    border: 1px #25569a solid;
}

.LoginTabSelected
{
    float: left;
    background: url( "tablogin_gray.gif" ) left top;
    margin: 0 3px 3px 0;
    padding: 5px 5px 4px 5px;
    text-decoration: none;
    color: #FFF;
    background-position: 0% -41px;
    border: 1px #25569a solid;
}

.LoginTabHover
{
    float: left;
    background: url( "tablogin_gray.gif" ) left top;
    margin: 0 3px 3px 0;
    padding: 5px 5px 4px 5px;
    text-decoration: none;
    color: #555;
    border: 1px #C00 solid;
    cursor: pointer;
}

.LoginContainerGroup
{
    clear: both;
    padding-top: 5px;
}

.LoginContainer
{
}

/* Search SkinObject Styles */

div.SearchContainer
{
    position: relative;
    white-space: nowrap;
}

div.SearchBorder
{
    width: 200px;
    height: 20px;
    border: solid 1px #e0e0e0;
    position: relative;
    background-color: White;
    white-space: nowrap;
    float: left;
    margin-top: 2px;
}

input.SearchTextBox
{
    float: left;
    z-index: 10;
    border: 0px;
    width: 169px;
    height: 18px;
}

div.SearchContainer a
{
    padding: 0px 5px;
    position: relative;
    display: inline-block;
    display: -moz-inline-box;
}

div.SearchIcon
{
    float: left;
    width: 31px;
    height: 20px;
    cursor: pointer;
    z-index: 11;
    background: no-repeat 2px 2px;
    text-align: right;
}

div.SearchIcon img
{
    margin-top: 3px;
}

#SearchChoices
{
    width: 160px;
    clear: both;
    display: none;
    border: solid 1px #777;
    z-index: 2000;
    cursor: pointer;
    margin: 0;
    padding: 0;
    text-align: left;
    background-color: #eee;
    position: absolute;
    top: 21px;
    left: 0px;
}

#SearchChoices li
{
    cursor: pointer;
    margin: 2px;
    padding: 2px;
    padding-left: 25px;
    height: 20px;
    text-align: left;
    background-color: #eee;
    background-repeat: no-repeat;
    background-position: 5px center;
    list-style: none;
    list-style-image: none;
    border: solid 1px #eee;
    display: block;
}

#SearchChoices li.searchHilite
{
    background-color: #ddf;
    border: solid 1px #aaf;
}

#SearchChoices li.searchDefault
{
    background-color: #eee;
    border: solid 1px #eee;
}

/* Event Viewer Styles */
.Exception
{
    color: #ffffff;
    background-color: #ff1414;
}
.ItemCreated
{
    color: #ffffff;
    background-color: #009900;
}
.ItemUpdated
{
    color: #ffffff;
    background-color: #009999;
}
.ItemDeleted
{
    color: #000000;
    background-color: #14ffff;
}
.OperationSuccess
{
    color: #ffffff;
    background-color: #999900;
}
.OperationFailure
{
    color: #ffffff;
    background-color: #990000;
}
.GeneralAdminOperation
{
    color: #ffffff;
    background-color: #4d0099;
}
.AdminAlert
{
    color: #ffffff;
    background-color: #148aff;
}
.HostAlert
{
    color: #ffffff;
    background-color: #ff8a14;
}
.SecurityException
{
    color: #ffffff;
    background-color: #000000;
}
#floater
{
    padding-right: 0px;
    padding-left: 0px;
    background: #ffffff;
    visibility: hidden;
    padding-bottom: 0px;
    margin: 0px;
    width: 150px;
    color: #ffffff;
    padding-top: 0px;
    position: absolute;
    height: auto;
}
#tablist 
{
	width: 120px;
	margin: 0;
	border-right: 1px solid black;
	padding-bottom: 10px;
	float:left;
}

.dashboardPanel 
{
	margin-left: 120px;
	padding: 0 10px 10px 10px;
	
}

.dashboardPanel table td
{
	padding: 2px 4px;
}

.dashboardPanel table th
{
	padding: 2px 4px;
	font-size: 1em;
	font-weight: bold;
	color: #036;
	border-bottom: 1px solid #9FB1BC;
}

.dashboardTableAlt 
{
	background-color: #eee;
}

.dashboardGrid
{
	margin: 10px;
}

/* skin */
html{height:100%;width:100%;background-color:#eaedef;margin:0;}
body{font-family:verdana;width:100%;height:100%;margin:0;padding:0;background-color:#eaedef;text-align:center;}
a {color:#000;}
img{border:0;}
#container{background-color:#FFFFFF;margin: 0 auto;text-align:left;width: 770px;}
#header{padding:15px 0px 20px 0px;width:100%;height:75px;font-size:11px;color:#999;}
#header a {font-size:11px;color:#999;}
#logo{float:left;}
.perClear{clear:both !important;height:0;}

h1.blackSm {font-size:15px;font-weight:bold;color:#000;margin-bottom:12px;}
.h1Orange {color:#e57020;font-weight:bold;font-size:19px;letter-spacing: 1px;margin-bottom:10px;}
h1.products {background-image:url(productHeaderBkgrd.gif);width:738px;height:31px;*width:745px;*height:38px;color: #e57020 !important;font-weight:bold;font-size:19px;letter-spacing: 1px;padding:7px 0 0 7px;margin-bottom:10px;}
h1.techDocs {background: url(icon_folder.gif) no-repeat;padding-left:40px;padding-top:11px;height:20px;margin-bottom:10px;}
.topicalContent .topical {font-size:15px; font-weight:bold;margin-bottom:10px;}
.topicalContent .red {color:#b5121b;}
.orange {color: #e4701e;}
.topicalContent .blue {color:#006699;}
h2 {font-size:15px; font-weight:bold;margin-bottom:15px;}
.perContent, .topicalContent {padding:5px;padding-top:0;font-size:12px;}
.perContent p, .topicalContent p {margin-bottom:10px;}
.topicalContent a {text-decoration:underline;}
.topicalContent a:hover {text-decoration:underline;}
.topicalContent .topicalBanner {margin-bottom:15px;}
.topicalContent table tr td {font-size:12px;}
.topicalContent .bannerTopical {margin-bottom:10px;}
.topicalContent div.pdfLink { font-weight:bold;margin:15px 0;}
.topicalContent div.pdfLink a {background: url(icon_pdf.gif) no-repeat top right;padding-right:26px;padding-top:6px;height:22px;padding-bottom:10px;}
.topicalContent .topicalProductsSuiteProduct {background: url(products_product_suite.jpg) no-repeat; width:355px;height:113px;margin:15px 0;margin-left:87px;}
.topicalContent .topicalProductsSuiteProduct a {font-weight:bold;}
.topicalContent .topicalProductsSuiteProduct table {margin:94px 0 0 24px;width:390px;}
.topicalContent table.evens tr td {padding: 6px 0;font-size:11px;}
.topicalContent table.evens tr td.alt {background-color:#e4e9ec;}
.topicalContent table.evens tr td a {color:#006699;font-weight:bold;text-decoration:none;font-size:11px;}
.topicalContent .moreNews {color:#000; text-decoration:none;font-weight:bold; background:url(arrow_blue.gif) no-repeat bottom right;padding-right:7px;}
.topicalContent .moreNews:hover {text-decoration:underline;}
a.blue:hover {color:#006699;}
.proServices {background: url(icon_man.gif) no-repeat;padding-left:35px;padding-top:11px;height:20px;margin-bottom:10px;}
table.techDocs tr td {border-bottom:1px dotted #ccc;padding-top:8px;padding-bottom:2px;}

.breadcrumb {margin:5px 0px 10px 10px; font-size:11px; color:#666;}
.breadcrumb a:link, .breadcrumb a:hover, .breadcrumb a:visited {font-size:11px; color:#666;}

strong {font-weight:bold;}

/* Skin */
#dnn_headerRightPane{float:right;padding-right:20px;}
#dnn_NavBarPane{}
#dnn_FooterPane{clear:both;}

/* Header Tabs */
#headerTabs{float:right;background-image:url(nav_tabs.gif);width:300px;height:25px;margin-right:6px;margin-bottom:2px;}
.headerTabsTopical {background-image:url(nav_tabs_topical.gif)!important;background-repeat:no-repeat;width:203px!important;padding-left:7px;}
#headerTabs div{margin-top:4px;float:left;width:98px;height:15px;text-align:center;}
.headerTabsTopical div {margin-top:5px !important;margin-right:3px;*margin-right:0px;}
#headerTabs div a{color:#FFFFFF;font-weight:bold;font-size:13px;}
.headerTabsTopical div a {font-size:12px !important;}

/* Nav Bar */
#navBar{background-image:url(navbar_bg.gif);width:761px;height:33px;margin:0 4px 12px 5px;clear:both;}
#navBar ul{width:540px;float:left;}
#navBar ul li{list-style:none;display:inline;}
#navBar a{color:#FFFFFF;font-weight:bold;font-size:13px;margin-right:3px;margin-left:10px;line-height:33px;}
.navBarTopical a {font-size:11px !important;margin-right:5px !important;}

/* Google Search */
#googleSearch{margin-top:5px;padding-right:15px;float:right;}
#googleSearch div{float:right;}
.googleSearchBox{background-image:url(searchbox.gif);width:150px;height:22px;border:0;padding:4px 4px 4px 4px;}
#googleSearchButton{padding-left:2px;padding-top:1px;*margin-top:1px;}
#googleSearchButton a{margin:0;}

/* Homepage Products */
#hpProducts{width:100%;}
.hpProductHeader{color:#FFFFFF;font-weight:bold;font-size:13px;text-align:center;float:left;height:35px;line-height:35px;}
.hpProductHeader, .hpProductContent {margin-right:2px;}
#hpProduct1{width:140px;background-image:url(homepage_solo_header.gif);}
#hpProduct2{width:140px;background-image:url(homepage_edge_header.gif);}
#hpProduct3{width:140px;background-image:url(homepage_suite_header.gif);}
#hpProduct4{width:133px;background-image:url(homepage_enterprise_header.gif);}
.hpProductContent{background-color:#eaedef;float:left;margin-left:1px;padding-top:15px;text-align:center;}
#hpProductContent1{width:140px;}
#hpProductContent2{width:140px;}
#hpProductContent3{width:140px;}
#hpProductContent4{width:134px;}
.hpProductText{margin-top:20px;text-align:left;padding:0 6px 0 6px;font-size:10px;height:185px;}
.hpProductText li{list-style-type:disc;margin:0 2px 10px 12px;}
.hpProductText div{margin-bottom:2em;font-style:italic;height:55px;margin:0;}
.hpProductsMore{text-align:right;padding-right:12px;padding-bottom:4px;background: url(homepage_box_bottom.gif) no-repeat bottom left;}
.hpProductsMore_140{text-align:right;padding-right:12px;padding-bottom:4px;background: url(homepage_box_bottom_140.gif) no-repeat bottom left;}

#hpBoxes {width:564px;margin-bottom:8px;margin-top:5px;height:364px;margin-left:1px;}
#hpBoxes .box {float:left;width:140px;margin:0 2px 0 0;}
#hpBoxes .box4 {width:134px;margin-right:0;}
#hpBoxes .boxTop {background-repeat:no-repeat;background-color:#edeef0;height:94px;color:#fff;font-weight:bold;font-size:13px;text-align:center;padding-top:10px;}
#hpBoxes .boxTop1 {background-image:url(hpBoxTopSolo.gif);}
#hpBoxes .boxTop2 {background-image:url(hpBoxTopEdge.gif);}
#hpBoxes .boxTop3 {background-image:url(hpBoxTopSuite.gif);}
#hpBoxes .boxTop4 {background-image:url(hpBoxTopEnterprise.gif);}
#hpBoxes .boxContent {background: #edeef0 url(homepage_box_bottom_140.gif) no-repeat bottom left;padding:0 6px;font-size:11px;}
#hpBoxes .boxContent .heightAdj {height:220px;*height:243px;}
#hpBoxes .boxContent .preText{margin-bottom:2em;font-style:italic;height:55px;margin:0;margin-bottom:8px;}
#hpBoxes .boxContent ul{color:#000; list-style-type:disc;}
#hpBoxes .boxContent li{list-style-type:disc;margin:0 2px 10px 12px;*margin-left:15px;}
#hpBoxes .boxContent img {margin-left:39px;margin-bottom:3px;}
#hpBoxes .box4 .boxContent img {margin-left:34px;*margin-left:34px;}
#hpBoxes .box4 .boxContent {background: #edeef0 url(homepage_box_bottom.gif) no-repeat bottom left;}
#hpBoxes .box4 .boxContent .heightAdj {*width:120px;}
.hpTransparentBox {position:absolute;top:366px;*top:386px;margin-bottom:10px;}
.hpFlashLink {position:absolute;width:563px;height:197px;z-index:2;}
.hpFlash {z-index:-1;}

.sideMenu {margin-bottom:1px;}
.sideMenu .menuItem {background: #e4701d url(sideMenuItem.jpg) no-repeat;width:198px;height:38px;margin-bottom:2px;}
.sideMenu .menuItem a {color:#fff;font-weight:bold;display:block;height:27px;width:190px;padding:11px 0 0 8px;}
.sideMenu .menuItemAlt a {color:#fff;font-weight:bold;display:block;height:21px;width:190px;padding:4px 0 0 8px;}
.sideMenu .menuItemAlt {background-image:url();border:1px solid #9a9a9a;width:196px;*width:198px;height:25px;}


.hpSideBoxes .sideBox {width:111px; height:66px;*width:197px;*height:79px;background-repeat:no-repeat;margin-bottom:5px;padding:13px 80px 0 6px;font-size:11px;}
.hpSideBoxes .sideBox a {color:#5475bc;font-weight:bold;}
.hpSideBoxes .sideBox1 {background-image:url(hpSideBox1.jpg);}
.hpSideBoxes .sideBox2 {background-image:url(hpSideBox2.jpg);}
.hpSideBoxes .sideBox3 {background-image:url(hpSideBox3.jpg);}

.hpSideBoxesLink {position:absolute;}

.quickLinks {background-color:#e2e6e9;width:758px;height:33px;*height:15px;margin-left:6px;margin-bottom:20px;}
.quickLinks .links {margin-left: 55px;padding-top:10px;font-size:11px;}
.quickLinks .links .linkItem {float:left;margin-right:28px;color:#666;}
.quickLinks .links .linkItem a {color:#666;font-weight:normal;font-size:11px; text-decoration: none;}
.quickLinks .links .quickLink {float:left;background: url(footerArrow.gif) no-repeat bottom right;padding-right:11px;margin-right:28px;font-weight:bold;color:#666;} 

.footer {color: #999;font-size:11px;padding-left:90px;padding-bottom:10px;}
.footer .copy {float:left;margin-right:125px;}
.footer .links {float:left;}
.footer .links a {color:#999;font-size:11px; text-decoration: none;}

.sideBoxTopGrad {background: url(sideBoxGrayTopGrad.jpg) no-repeat;width:177px;height:22px;*width:196px;*height:32px;border:1px solid #999;border-bottom-width:0;*border-bottom-width:1px;padding:10px 0 0 19px;font-size:12px;}
.sideBoxContentGrad {background: url(sideBoxGrad.jpg) repeat-y;width:179px;*width:196px;border:1px solid #999;border-top-width:0;padding:14px 0 0 17px;margin-bottom:3px;}
.sideBoxContentGrad .linkItem {background: url(sideBoxBullet.gif) no-repeat;border-bottom:1px solid #ccc;padding-left:10px;padding-bottom:6px;margin: 0 17px 6px 0;}
.sideBoxContentGrad .linkItemLast {border-bottom-width:0;margin-bottom:7px;}
.sideBoxContentGrad .linkItem a {font-size:12px;color:#000;}

.sideBoxTop {background: url(sideBoxGrayTop.gif) no-repeat;width:181px;height:23px;*width:198px;*height:29px;font-size:15px;font-weight:bold;padding:6px 0 0 17px;}
.sideBoxContent {background: url(sideBoxGrad.jpg) repeat-y;width:178px;*width:198px;border-left:2px solid #ccc;border-right:2px solid #ccc;padding-top:10px;padding-left:16px;}
.sideBoxContent a,.sideBoxContent a:hover  {color:#000;line-height:20px;}
.sideBoxContent ul {list-style: disc;margin-left:0px;*margin-left:0px;}
.sideBoxContent ul li {list-style: none;font-size:12px;padding-bottom:10px;}
.sideBoxBottom {background: url(sideBoxGrayBottom.gif) no-repeat;width:198px;height:4px;margin-bottom:3px;}

.tabNav {background-color:#E2E6E9;height:25px;padding-left: 10px;margin-bottom:15px;}
.tabNav a {text-decoration:none;}
.tabNav .tabItem {float:left;margin:5px 22px 0 0;*margin-right:20px;}
.tabNav .tabItemActive a {background-color:#fff;font-weight:bold;padding: 1px 3px 6px 3px;*height:20px;}
.tabNav .tabItemActive a:hover {text-decoration:underline;}

.formBox {background-color:#f4f5f7;border:1px solid #bec1c6;text-align:center;width:305px;*width:330px;padding:15px 16px 26px 16px;font-size:11px;margin-bottom:15px;}
.formBox .header {font-size:18px;font-weight:bold;color:#e57020;}
.formBox table {margin-top:10px;}
.formBox table tr td {font-size:12px;padding: 0 7px 7px 0;}
.formBox table tr td .textbox {width:180px;padding:3px;} 
.formBox .btnSubmit {margin:20px 0 20px 16px;}
.formBox .btnSubmitFree {margin:20px 0 0 0;}
.formBox .discalimer {text-align:left;}
.formBox .discalimer a {font-size:11px;text-decoration:underline;}
.formBox table.sideForm {}
.formBox table.sideForm .sideDdl {width:53px;}
.formBox table.sideForm .btnSubmit {margin-left:90px;}
.formBox .txtDescription {width:185px;height:75px;color:#ccc;margin-left:0px;padding:3px;margin-top:10px;}
.formBox .txtContact {width:185px;height:75px;color:#ccc;margin-left:73px;padding:3px;margin-top:10px;}

.formBoxTrans {text-align:center;width:305px;*width:330px;padding:0px 16px 26px 16px;font-size:11px;margin-bottom:0px;}
.formBoxTrans .header {font-family:Arial; font-size:16px; font-weight:bold;} 
.formBoxTrans table {margin-top:10px;}
.formBoxTrans table tr td {font-size:12px;padding: 0 7px 7px 0;}
.formBoxTrans table tr td .textbox {width:180px;padding:3px;} 
.formBoxTrans .btnSubmit {margin:20px 0 20px 16px;}
.formBoxTrans .btnSubmitFree {margin:20px 0 0 0;}
.formBoxTrans .discalimer {text-align:left;}
.formBoxTrans .discalimer a {font-size:11px;text-decoration:underline;}
.formBoxTrans table.sideForm {}
.formBoxTrans table.sideForm .sideDdl {width:53px;}
.formBoxTrans table.sideForm .btnSubmit {margin-left:90px;}
.formBoxTrans .txtDescription {width:185px;height:75px;color:#ccc;margin-left:0px;padding:3px;margin-top:10px;}
.formBoxTrans .txtContact {width:185px;height:75px;color:#ccc;margin-left:73px;padding:3px;margin-top:10px;}

.supportFormBox {text-align:center;width:305px;*width:330px;padding:15px 16px 26px 16px;font-size:11px;margin-bottom:15px;}
.supportFormBox .title {height:26px;*height:55px; padding-top:29px;padding-left:73px;font-weight:bold;text-align:left;background: url(icon_envolop.jpg) no-repeat;margin-bottom:7px;}
.supportContactUsKbLink {margin-top:-5px;height:23px;*height:48px; padding-top:25px;padding-left:56px;font-weight:bold;text-align:left;background: url(icon_mag2.jpg) no-repeat;margin-bottom:7px;}
.supportContactUsKbLink a {font-weight:bold;color:#000;text-decoration: none;font-size:11px;}
.supportContactUsKbLink a:hover {text-decoration:underline}
.supportFormBox table {margin-top:10px;}
.supportFormBox table tr td {font-size:12px;padding: 0 7px 7px 0;}
.supportFormBox table tr td .textbox {width:180px;padding:3px;} 
.supportFormBox .btnSubmit {margin:20px 0 20px 16px;}
.supportFormBox .btnSubmitFree {margin:20px 0 20px -10px;}
.supportFormBox .discalimer {text-align:left;}
.supportFormBox .discalimer a {font-size:11px;text-decoration:underline;}
.supportFormBox table.sideForm {}
.supportFormBox table.sideForm .sideDdl {width:53px;}
.supportFormBox table.sideForm .btnSubmit {margin-left:95px;}
.supportFormBox .txtDescription {width:232px;height:75px;color:#ccc;margin-left:17px;padding:3px;margin-top:10px;}

.infoCenter div {background-repeat: no-repeat;padding:10px 0 0 115px;margin-bottom:29px;height:17px;*height:27px;}
.infoCenter div.enterprise {background-image:url(infoCenter_enterprise.gif);}
.infoCenter div.suite {background-image:url(infoCenter_suite.gif);}
.infoCenter div.edge {background-image:url(infoCenter_edge.gif);}
.infoCenter div.solo {background-image:url(infoCenter_solo.gif);}

.products {padding:7px;}
.products table tr td {font-size:12px;padding-bottom:48px;font-family:Arial;vertical-align:top;}
.products table tr td a {text-decoration:underline;}
/*.products .enterprise {background-image:url(products_enterprise.gif);background-repeat:no-repeat;padding-left:182px;padding-right:35px;}
.products .suite {background-image:url(products_suite.gif);background-repeat:no-repeat;padding-left:182px;padding-right:35px;}
.products .edge {background-image:url(products_edge.gif);background-repeat:no-repeat;padding-left:182px;padding-right:35px;}
.products .solo {background-image:url(products_solo.gif);background-repeat:no-repeat;padding-left:182px;padding-right:35px;}
.products .server {background-image:url(products_server.gif);background-repeat:no-repeat;padding-left:182px;padding-right:35px;}*/

.support .submitTicket {background: url(icon_letter.jpg) no-repeat;height:28px;*height:53px; padding: 25px 0 0 73px;margin-right:75px;float:left;font-weight:bold;}
.support .submitTicket a {font-weight:bold;}
.support .searchKBase {background: url(icon_mag.jpg) no-repeat;height:28px;*height:53px; padding: 25px 0 0 73px;float:left;}
.support .searchKBase a {font-weight:bold;}

.submitTicketAttachFile {background: url(icon_clip.gif) no-repeat;}

table.supportOverview {width:628px;margin-left:47px;}
table.supportOverview tr td {font-size:12px;font-family:arial;padding-bottom:20px;}
table.supportOverview tr td table tr td {padding-bottom:0;}
table.supportOverview .header {margin-bottom:15px;padding-top:3px;}
table.supportOverview .header a {font-weight:bold;font-size:16px;text-decoration: none;}
table.supportOverview .header a:hover {text-decoration: underline;}

.support .KBaseheader {background: url(icon_mag.gif) no-repeat;height:27px;*height:35px;padding: 8px 0 0 35px;font-weight:bold;font-size:15px;}
.support .faqHeader {background: url(icon_bulletin.gif) no-repeat;height:27px;*height:35px;padding: 8px 0 0 35px;font-weight:bold;font-size:15px;}
.support .trainingHeader {background: url(icon_apple.gif) no-repeat;height:27px;*height:35px;padding: 8px 0 0 35px;font-weight:bold;font-size:15px;}

.caseStudyHeader {background: url(icon_doc_center_case_study.gif) no-repeat;height:22px;*height:26px;padding: 4px 0 0 35px;font-weight:bold;font-size:15px;}
.whitePapersHeader {background: url(icon_doc_center_pdf.gif) no-repeat;height:22px;*height:26px;padding: 4px 0 0 35px;font-weight:bold;font-size:15px;}
.productDataSheetHeader {background: url(icon_doc_center_sheets.gif) no-repeat;height:36px;*height:36px;padding: 8px 0 0 40px;font-weight:bold;font-size:15px;}
.techDocHeader {background: url(icon_doc_center_tech_doc.gif) no-repeat;height:22px;*height:26px;padding: 4px 0 0 35px;font-weight:bold;font-size:15px;}
.productVideoHeader {background: url(icon_doc_center_video.gif) no-repeat;height:30px;*height:26px;padding: 7px 0px 21px 35px;font-weight:bold;font-size:15px;}


.support h2.faqHeader {background: url(icon_qs_blue.gif) no-repeat;padding:5px 0 0 30px;height:21px;*height:26px}
.support div.downloadLink {background: url(icon_pdf.gif) no-repeat;padding:7px 0 0 30px;height:20px;*height:25px;margin-bottom:20px;color:#006699;font-weight:bold;margin-top:15px;}
.support div.downloadLink a {color:#006699;font-weight:bold;}

.searchKBase {background: url(searchKBase_bkgrd.gif) no-repeat;width:477px;height:83px;*width:503px;*height:109px;padding:13px;font-size:12px;margin-left:7px;margin-top:15px;margin-bottom:30px; }
.searchKBase .txtQuestion {width:308px;margin:5px;}
.searchKBase table tr td {font-size:12px;}

.news a {color:#006699;}
.news p {margin-bottom:15px;}

.news .pressReleases table tr td {font-size:12px;padding-bottom:10px;font-family:Arial;}
.news .pressReleases table tr td a {font-weight:bold;color:#006699;}
.news .pressReleases table tr td.date {vertical-align:top;text-align:right;}

.ghostCompare {border:1px solid #000000;}
.ghostCompare td{border:1px solid #000000;padding:5px;}

/* 2 col */
#dnn_ContentPane{width:564px;margin-top:5px;margin-left:3px;margin-right:2px;float:left;_margin-left:2px;}
#dnn_RightPane{width:198px;margin-top:5px;margin-right:3px;float:right;_margin-right:2px;}

.DNNBreadCrumb
{
   color: #666666;
   font-size: 11px;
}

a.DNNBreadCrumb:link, a.DNNBreadCrumb:hover, a.DNNBreadCrumb:visited 
{
   color: #666666;
   font-size: 11px;
}

#dnn_DnnBreadCrumb_lblBreadCrumb{padding-left:10px; display:inline-block;}

/* title grey */
.c_head_grey h1, .c_head_grey h1 input {color:#375162;}

/* portal */
.branding-top {
	background: url(dnn_large_banner.png) no-repeat top left;
	width: 890px;
	height: 427px;
	clear: both;
	overflow: hidden;
}
.branding-top p {
	padding: 0px 60px 0 60px;
	font-size: 1.4em;
	color: #333;
}
.branding-bottom {
	clear: both;
	margin-top: 1em;
	overflow: hidden;
}
.branding-bottom ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	clear: both;
}
.branding-bottom li {
	list-style: none;
	margin: 0 10px 0 0;
	padding: 0;
	display: block;
	width: 170px;
	float: left;
}

.branding-bottom li.feeds {
	margin: 0;
}

.branding-bottom dl {
	background: url(itembg.gif) repeat-y;
	margin: 33px 0 0 0;
	padding: 0 10px;
}
.branding-bottom dd {
	margin-left: 10px;
	height: 66px;
}
.branding-bottom dt {
	font-size: 90%;
	text-align: center;
	padding-top: 65px;
	margin-bottom: 1.75em;
	font-weight: bold;
}
.branding-bottom .commmunity {
	background: url(community_title.gif) no-repeat top left;
}
.commmunity dt {
	background: url(community_icon.gif) no-repeat;
	background-position: 50% 10px;
}
.branding-bottom .marketplace {
	background: url(marketplace_title.gif) no-repeat top left;
}
.marketplace dt {
	background: url(marketplace_icon.gif) no-repeat;
	background-position: 50% 10px;
}
.branding-bottom .conferences {
	background: url(conferences_title.gif) no-repeat top left;
}
.conferences dt {
	background: url(conferences_icon.gif) no-repeat;
	background-position: 50% 10px;
}
.branding-bottom .training {
	background: url(training_title.gif) no-repeat top left;
}
.training dt {
	background: url(training_icon.gif) no-repeat;
	background-position: 50% 10px;
}
.branding-bottom .feeds {
	background: url(feeds_title.gif) no-repeat top left;
}
.feeds dt {
	background: url(feeds_icon.gif) no-repeat;
	background-position: 50% 10px;
}
dl.bt {
	margin: 0;
	padding: 0;
	background: url(item_bt_bg.gif) no-repeat bottom;
	height: 32px;
	width: 170px;
}
div.link_adminguide {
	float:left;
	background: url(dnn_adminguide.png) no-repeat top left;
	width: 316px;
	height: 137px;
	cursor: pointer;
}
div.link_proedition {
	float:right;
	background: url(dnn_proedition.png) no-repeat top left;
	width: 514px;
	height: 137px;
	cursor: pointer;
}
div.link_main {
	margin: 260px 30px 0px 30px;
}

#LoginInfo
{
	width:660px; 
	float:left;
}
#LoginInfo h3
{
	background-color: #f7f7f7;
	color: #8f0000;
	padding: 2px 0px;
}
#LoginInfo dd, #LoginInfo dt 
{
	display:inline;
}
#LoginInfo dt
{
	font-weight:bold;
	color: #333;
}
#LoginInfo p.LoginNotes
{
	font-size: .8em;
}
#LoginInfo div.LoginBlock {
	float: left;
	width: 310px;
	padding: 5px 5px;
	margin: 0px 2px;
	border: 1px #f0f0f0 solid;
}
.SponsorIcon
{
	margin: 5px 15px; 
	float: left;
}
#QuickLinks 
{
	background-color:#f0f0f0;
	border: 1px #cccccc solid;
	padding: 2px 5px;
	margin-right:5px;
	width: 200px;
	float:right;
}
div.hr
{
	height: 2px;
	background-color: #8f0000;
	margin: 5px 0 15px 0;
	clear:both;
}
div.hr hr
{
	display: none;
}


.hpTransparentBox
{
  /* top:475px;*/
}

.hpFlash{z-index:1;}
.hpFlashDiv{z-index:2; position:absolute; top:185px; _top:185px; width:563px; height:197px;}
.hpFlashLink{z-index:3;}


* html .hpTransparentBox27{
background: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=”/images/logodrop.png”, sizingMethod=”crop”);
}


.googleSearchBox2 {
padding:0px;
padding-top:3px;
padding-left:3px;
padding-right:6px;
display:inline-block;
height:20px;
width:142px;}

#hpBoxes .box4 .boxContent .heightAdj .preText {height:66px !important;}

.quickLinksCell .links .linkItem {
color:#666666;
float:left;
margin-right:28px;
}

.quickLinksCell .links .quickLink {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(footerArrow.gif) no-repeat scroll right bottom;
color:#666666;
float:left;
font-weight:bold;
margin-right:28px;
padding-right:11px;
}

.quickLinksCell .links {
font-size:11px;
margin-left:136px;
padding-top:10px;
}

.quickLinksCell .links {
font-size:11px;
}
.quickLinksCell .links .linkItem a {
color:#666666;
font-size:11px;
font-weight:normal;
}


.sideBoxTopGrady{width:177px !important; height:auto !important; padding-bottom:5px;}
.sideBoxContentGrady{width:179px !important;}

.sideBoxTopy{width:181px !important; height:auto !important; padding-bottom:5px;}
.sideBoxContenty{width:178px !important;}

.sideBoxBottom
{
  line-height:4px;
}







