body
{
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-family: Verdana, Helvetica, Tahoma, Arial, sans-serif;
    font-weight: normal;
    font-size: 10pt;
    background-repeat: repeat-x;
    background-position: 0px bottom;
    background-color: #FFFFFF;
    color: #FFFFFF;
    font-style: normal;
    line-height: 150%;
}

.mainbgclouds
{
}

.ImageStyle
{
    margin: 5px;
    border: #FFFFFF 1px solid;
}

.logobg
{	
    /*background-image: url(images/c1logobg.gif);*/
    background-color: #FFFFFF;
    background-position: bottom;
    background-repeat: repeat-x;
}
.footerbg
{
    background-image: url(images/footerbg.gif);
    background-repeat: repeat-x;
}
.searchstyle
{
    background-image: url(images/searchbg.gif);
    background-position: right;
    background-repeat: no-repeat;
}
.ControlPanel
{
    border-right: #424242 1px solid;
    border-top: #424242 1px solid;
    border-left: #424242 1px solid;
    width: 100%;
    border-bottom: #424242 1px solid;
    height: 64px;
    background-color: #373739;
}
.Skinobject, A.Skinobject, A.Skinobject:link, A.Skinobject:visited, A.Skinobject:active
{
    font-weight: normal;
    text-decoration: none;
}
A.Skinobject:hover
{
    text-decoration: underline;
    color: #0072E3;
}
.bcrumb, A.bcrumb, A.bcrumb:link, A.bcrumb:visited, A.bcrumb:active
{
    font-size: 9pt;
    color: #FFFFFF;
    text-decoration: none;
}
A.bcrumb:hover
{
    text-decoration: none;
    color: #0072E3;
}
.Head
{
    color: #0072E3;
    font-size: 10pt;
    font-weight: bold;
}
.Head2	
{
    color: #0072E3;
    font-size: 9pt;
    font-weight: bold;
}
.SubHead
{
    color: #FFFFFF;
    font-size: 9pt;
    font-weight: bold;
}
.SubSubHead
{
    font-weight: bold;
    font-size: 9pt;
    color: #0072E3;
}
p, div, ul, li, td, th, tf
{
    font-size: 9pt;
    font-weight: normal;
}
p
{
    display: block;
    margin: 0;
    padding: 0 0 15px 0;

}
/* text style used for most text rendered by modules */
.Normal
{
    font-size: 9pt;
    font-weight: normal;
    text-decoration: none;
}
.Normal option
{
    /*color: #000000;     background-color: #FFFFFF;*/
}
.NormalTextBox
{
    font-size: 9pt;
    font-weight: normal;
}
.NormalBold
{
    font-size: 9pt;
    font-weight: bold;
}
.NormalRed
{
    font-size: 9pt;
    font-weight: bold;
    color: #0072E3;
}
.TreeMenu_Node
{
    font-weight: normal;
    font-size: 100%;
}
.TreeMenu_NodeSelected
{
    font-weight: normal;
    font-size: 100%;
    background-color: #dcdcdc;
}
A.TreeMenu_Node:link, A.TreeMenu_NodeSelected:link, A.TreeMenu_Node:visited, A.TreeMenu_NodeSelected:visited, A.TreeMenu_Node:active
{
    text-decoration: none;
}
A.TreeMenu_Node:hover
{
    color: #0072E3;
    text-decoration: none;
}
A.TreeMenu_NodeSelected:hover
{
    color: #0072E3;
    text-decoration: none;
}
/* styles used by Data Grids */
.DataGrid_AlternatingItem
{
    background-color: #373739;
}
.DataGrid_Container
{
    background-color: Transparent;
}
.DataGrid_Footer
{
    color: #000000;
    background-color: #FFFFFF;
}
.DataGrid_Header
{
    border-bottom: 1px solid #FFFFFF;
    background-color: #373739;
    text-align: left;
}
.DataGrid_Item
{
}
.DataGrid_SelectedItem
{
    background-color: Silver;
    color: #000000;
}

.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
{
    border-right: dimgray 1px solid;
    border-top: dimgray 1px solid;
    margin: 2px;
    border-left: dimgray 1px solid;
    border-bottom: dimgray 1px solid;
    height: 100%;
    background-color: #000000;
}
.FileManager_FileList
{
    border-right: dimgray 1px solid;
    border-top: dimgray 1px solid;
    margin: 2px;
    overflow: auto;
    border-left: dimgray 1px solid;
    border-bottom: dimgray 1px solid;
    height: 100%;
    background-color: #000000;
}
.FileManager_MessageBox
{
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 25px;
    vertical-align: middle;
    padding-top: 25px;
    background-color: white;
    text-align: center;
}
.FileManager_Header
{
    font-weight: bold;
    border-bottom: dimgray 1px solid;
    height: 25px;
    background-color: #0072E3;
}
.FileManager_Header a:link, FileManager_Header a:active, .FileManager_Header a:visited
{
    font-weight: bold;
    text-decoration: none;
}
.FileManager_Header a:hover
{
    text-decoration: underline;
}
.FileManager_Pager
{
    border-top: dimgray 1px solid;
    font-weight: bold;
    height: 25px;
    background-color: #373739;
}
.FileManager_StatusBar
{
    font-weight: normal;
    margin: 2px;
    height: 25px;
    background-color: #373739;
}
.FileManager_Item
{
    border: none;
    color: #ffffff;
    background-color: #000000;
}
.FileManager_AltItem
{
    border: none;
    color: #ffffff;
    background-color: #373739;
}
.FileManager_SelItem
{
    font-weight: bold;
    border: none;
    background-color: #0072E3;
}
.FileManager_Item a:link, .FileManager_AltItem a:link
{
}
.FileManager_Item a:hover, .FileManager_AltItem a:hover
{
    color: #0072E3;
}
.FileManagerTreeNode
{
    font-weight: normal;
}
.FileManagerTreeNodeSelected
{
    font-weight: normal;
    color: #000000;
    background-color: #FFFFFF;
}
A.FileManagerTreeNode:link
{
    text-decoration: none;
}
A.FileManagerTreeNodeSelected:link
{
    text-decoration: underline;
}
A.FileManagerTreeNode:visited
{
    text-decoration: none;
}
A.FileManagerTreeNodeSelected:visited
{
    text-decoration: none;
}
A.FileManagerTreeNode:active
{
    text-decoration: none;
}
A.FileManagerTreeNodeSelected:active
{
    text-decoration: none;
}
A.FileManagerTreeNode:hover
{
    color: #0072E3;
    text-decoration: none;
}
A.FileManagerTreeNodeSelected:hover
{
    color: #0072E3;
    text-decoration: none;
}
.Wizard
{
    border-right: green 5px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    width: 650px;
    border-bottom: black 1px solid;
    height: 400px;
    background-color: Red;
}
.WizardButton
{
    border-right: dimgray 1px solid;
    padding-right: 2px;
    border-top: dimgray 1px solid;
    padding-left: 2px;
    padding-bottom: 2px;
    border-left: dimgray 1px solid;
    padding-top: 2px;
    border-bottom: dimgray 1px solid;
    background-color: gainsboro;
}
.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: 11px;
    padding-left: 11px;
    padding-bottom: 11px;
    padding-top: 11px;
    height: 325px;
}
.WizardHelp
{
    padding-right: 5px;
    padding-left: 5px;
    font-size: 100%;
    padding-bottom: 5px;
    border-left: black 1px solid;
    width: 180px;
    padding-top: 5px;
    background-color: #D8BB89;
}
.WizardHelpText
{
    overflow: auto;
    width: 180px;
    height: 300px;
}
.WizardText
{
    font-size: 100%;
}
.Help
{
    border: #FFFFFF 1px solid;
    padding: 2px;
    font-weight: normal;
    font-size: 90%;
    color: #000000;
    background-color: #ffff99;
    text-decoration: none;
}
.StandardButton
{
    color: #FFFFFF;
    border: none;
    background-repeat: repeat-x;
    background-image: url(images/btnback.gif);
    padding: 3px 5px 3px 5px;
    font-size: 9pt;
}
.CommandButton
{
    padding: 3px 5px 3px 5px;
    font-size: 9pt;
    font-weight: normal;
    line-height: 25px;
    background-repeat: repeat-x;
    background-image: url(images/btnback.gif);
}
.CommandButton .CommandButton
{
    background-image: none;
}

A.CommandButton:link, A.StandardButton:link
{
    color: #FFFFFF;
    font-weight: normal;
    text-decoration: none;
}
A.CommandButton:visited, A.StandardButton:visited
{
    color: #FFFFFF;
    font-weight: normal;
    text-decoration: none;
}
A.CommandButton:active, A.StandardButton:active
{
    color: #FFFFFF;
    font-weight: normal;
    text-decoration: none;
}
A.CommandButton:hover, A.StandardButton:hover
{
    color: #0072E3;
    font-weight: normal;
    text-decoration: none;
    background-image: url(images/btnbackhover.gif);
}
.CommandButton A.CommandButton:hover
{
    background-image: none;
}
H1
{
    font-weight: normal;
    font-size: 150%;
    color: #0072E3;
    margin: 3px;
    margin-bottom: 5px;
}
H2
{
    font-weight: normal;
    font-size: 140%;
    color: #0072E3;
    margin-bottom: 5px;
}
H3
{
    font-weight: normal;
    font-size: 130%;
    color: #0072E3;
    margin-bottom: 5px;
}
H4
{
    font-weight: normal;
    font-size: 120%;
    color: #0072E3;
    margin-bottom: 5px;
}
H5
{
    font-weight: normal;
    font-size: 110%;
    color: #0072E3;
    margin-bottom: 5px;
}
H6
{
    font-weight: bold;
    font-size: 100%;
    color: #0072E3;
    margin-bottom: 5px;
}
TFOOT
{
    font-size: 100%;
    color: #0072E3;
}
THEAD
{
    font-size: 100%;
    color: #0072E3;
}
TH
{
    font-weight: bold;
    font-size: 100%;
    vertical-align: baseline;
    color: #0072E3;
}
A:link
{
    font-weight: normal;
    color: #0072E3;
    text-decoration: none;
}
A:visited
{
    font-weight: normal;
    color: #0072E3;
    text-decoration: none;
}
A:Hover
{
    font-weight: normal;
    text-decoration: underline;
    color: #0072E3;
}

SMALL
{
    font-size: 75%;
}
BIG
{
    font-size: 150%;
}
BLOCKQUOTE
{
    font-family: Lucida Console, monospace;
}
PRE
{
    font-family: Lucida Console, monospace;
}
UL LI
{
    list-style-position: inherit;
    list-style-type: disc;
    font-size: 100%;
    font-weight: normal;
    font-style: normal;
    padding: 2px;
    line-height: 15px;
}
UL LI LI
{
    list-style-type: disc;
}
UL LI LI LI
{
    list-style-type: circle;
}
OL LI
{
    list-style-type: decimal;
}
OL OL LI
{
    list-style-type: lower-alpha;
}
OL OL OL LI
{
    list-style-type: lower-roman;
}
HR
{
    border: none;
    height: 1px;
    color: #0072E3;
    background-color: #0072E3;
}
.fckoptionsarea
{
    border-right: #000000 1px dashed;
    padding-right: 10px;
    border-top: #000000 1px dashed;
    padding-left: 10px;
    padding-bottom: 10px;
    overflow: auto;
    border-left: #000000 1px dashed;
    width: 740px;
    color: #333333;
    padding-top: 10px;
    border-bottom: #000000 1px dashed;
    height: 360px;
    background-color: transparent;
}

/*Edit In Place Tool Bar Classes*/
.eipbackimg
{
    border: 1px solid #FFFFFF;
    background-color: #373739;
}
.eipborderhover
{
    border: none;
}
/* Menu down arow */
.ModuleTitle_MenuContainer
{
}
.ModuleTitle_MenuBar
{
    cursor: hand;
    height: 16px;
    background-color: transparent;
}
.ModuleTitle_MenuItem
{
    font-weight: normal;
    border: none;
}
.ModuleTitle_MenuIcon
{
    background-color: #373739;
    border: none;
    padding-left: 5px;
    padding-right: 5px;
}
.ModuleTitle_SubMenu
{
    border: 1px solid #FFFFFF;
    background-color: #373739;
    padding: 3px 3px 3px 3px;
}
.ModuleTitle_MenuBreak
{
    border-bottom: #FFFFFF 1px solid;
    border-left: none;
    border-top: none;
    border-right: none;
    background-color: transparent;
    height: 1px;
}
.ModuleTitle_MenuItemSel
{
    font-weight: normal;
}
.ModuleTitle_MenuArrow
{
    border: none;
}
.ModuleTitle_RootMenuArrow
{
}

.HeadBg
{
    background-color: #cccccc;
}
.TabBg
{
    background-color: black;
}
/* text style for the selected tab */
.SelectedTab
{
    font-weight: normal;
    font-size: 100%;
    text-decoration: none;
}

/* hyperlink style for the selected tab */

A.SelectedTab:link
{
    text-decoration: none;
}

A.SelectedTab:visited
{
    text-decoration: none;
}

A.SelectedTab:active
{
    text-decoration: none;
}

A.SelectedTab:hover
{
    color: #0072E3;
}

/* hyperlink style for the unselected tabs */
.OtherTabs
{
    font-weight: normal;
    font-size: 100%;
    padding-bottom: 5px;
    text-decoration: none;
}
A.OtherTabs:link
{
    text-decoration: none;
    font-size: 100%;
    padding-bottom: 5px;
}

A.OtherTabs:visited
{
    text-decoration: none;
    font-size: 100%;
    padding-bottom: 5px;
}

A.OtherTabs:active
{
    text-decoration: underline;
    font-size: 100%;
    padding-bottom: 5px;
}

A.OtherTabs:hover
{
    text-decoration: underline;
    font-size: 100%;
    padding-bottom: 5px;
}
.Footer
{
    font-weight: normal;
    font-size: 100%;
}
.login
{
    font-weight: normal;
    font-size: 100%;
    padding-bottom: 5px;
    text-decoration: none;
}
.footlinks, A.footlinks, A.footlinks:link, A.footlinks:visited, A.footlinks:active
{
    font-weight: normal;
    font-size: 100%;
    text-decoration: none;
}
A.footlinks:hover
{
    text-decoration: underline;
    font-size: 100%;
}
SELECT
{
    font-size: 100%;
    color: #333;
}
INPUT
{
    font-size: 100%;
    color: #333;
}
TD.NormalTextBox
{
    border-right: 0px;
    padding-right: 0px;
    border-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    border-left: 0px;
    padding-top: 0px;
    border-bottom: 0px;
}
.NormalTextBox#dnn_dnnSEARCH_txtSearch
{
    border-right: #ffffff 0px solid;
    padding-right: 4px;
    border-top: #ffffff 0px solid;
    padding-left: 4px;
    background: none transparent scroll repeat 0% 0%;
    padding-bottom: 0px;
    border-left: #ffffff 0px solid;
    width: 140px;
    cursor: text;
    color: #7D7D7D;
    padding-top: 4px;
    border-bottom: #ffffff 0px solid;
    height: 19px;
}
/* Main Menu */
.MainMenu_MenuContainer
{
}
.MainMenu_MenuBar
{
    cursor: pointer;
    cursor: hand;
    height: 32px;
    font-size: 100%;
}
/* Main Font & Color */
.rootMenuItem TD
{
    cursor: pointer;
    cursor: hand;
    color: #ffffff;
    font-size: 9pt;
    font-style: normal;
    font-weight: bold;
    background-image: url(images/bc2.gif);
    height: 32px;
}
/* Active Tab */
.rootmenuitemactive TD
{
    cursor: pointer;
    cursor: hand;
    background-image: url(images/bc2.gif);
    height: 32px;
    color: #0072E3;
    font-size: 9pt;
    font-style: normal;
    font-weight: bold;
    background-color: Transparent;
}
/* Mouse Over Tab*/
.rootmenuitemselected TD
{
    cursor: pointer;
    cursor: hand;
    background-image: url(images/bc2.gif);
    height: 32px;
    color: #0072E3;
    font-size: 9pt;
    font-style: normal;
    font-weight: bold;
    background-color: Transparent;
}

/*********** VERTICAL MENU ***************/
.vertrootMenuItem TD
{
    background-image: none;
    font-weight:normal;
    color: #0072E3;
}

.vertrootmenuitemselected TD
{
    background-image: none;
    background-color:Transparent;
    font-weight:normal;
    color:#ffffff;
}

.vertsubmenuitemselect
{
    color: #ffffff;
    background-image: none;
    border:none;
    width: 100px;
}

/*********** VERTICAL MENU ***************/


/* Active Tab */
.rootmenuitembreadcrumb TD
{
    cursor: pointer;
    cursor: hand;
    background-image: url(images/bc2.gif);
    height: 32px;
    color: #0072E3;
    font-size: 9pt;
    font-style: normal;
    font-weight: bold;
    background-color: Transparent;
}
/* Sub Menu font color */
.MainMenu_MenuItem, .MainMenu_MenuItemSel, .MainMenu_MenuItemAct
{
    background-image: url(images/bc2.gif);
    background-repeat: repeat-x;
    border-left: #EFEEEE 0px solid;
    border-bottom: #EFEEEE 0px solid;
    border-top: #EFEEEE 0px solid;
    border-right: #EFEEEE 0px solid;
    cursor: pointer;
    cursor: hand;
    white-space: nowrap;
    font-size: 9pt;
    font-style: normal;
    font-weight: normal;
    padding-left: 2px;
    padding-right: 2px;
    width: 100%;
}
.MainMenu_MenuItem
{
    color: #FFFFFF;
}
/* Sub Menu Mouse Over font color */
.MainMenu_MenuItemSel
{
    color: #0072E3;
}
.MainMenu_MenuItemAct
{
    color: #CCCCCC;
}
.MainMenu_MenuIcon
{
    display: none;
}
/* sub menu mouse over bg*/
.submenuitemselect
{
    background-color: #353536;
    color: #ffffff;
    background-image: url(images/bc2submnubg.gif);
    border-top: #000000 1px solid;
    border-right: #000000 1px solid;
    border-left: #000000 1px solid;
    border-bottom: #000000 1px solid;
    width: 220px;
}

/* sub menu bg*/
.MainMenu_SubMenu
{
    margin-top: 0px;
    margin-left: 0px;
    background-color: #ECECEC;
    padding-left: 2px;
    padding-right: 2px;
    z-index: 2048;
    cursor: pointer;
    cursor: hand;
    border-top: #F1F1F1 0px solid;
    border-right: #F1F1F1 0px solid;
    border-left: #F1F1F1 0px solid;
    border-bottom: #F1F1F1 0px solid;
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ffffff,endColorStr=#EFEFEF);
    filter: Alpha(Opacity=80, FinishOpacity=100, Style=2);
}
.MainMenu_MenuBreak
{
    border-bottom: #00ff00 0px solid;
    border-left: #00ff00 0px solid;
    border-top: #00ff00 0px solid;
    border-right: #00ff00 0px solid;
    background-color: transparent;
    height: 0px;
}
.MainMenu_MenuArrow
{
    border-bottom: #00ff00 0px solid;
    border-left: #00ff00 0px solid;
    border-top: #00ff00 0px solid;
    border-right: #00ff00 0px solid;
    background-color: transparent;
    height: 22px;
}
.MainMenu_RootMenuArrow
{
    display: none;
}
fieldset
{
    border-width: 1px;
}
legend
{
    color: #FFFFFF;
    font-weight: bold;
    padding: 0px;
    padding-left: 5px;
    padding-right: 5px;
    margin: 0px;
}

