﻿/* background color for the content part of the pages */


body, p
{
  margin: 0.8em 0;  /* karla revised, was 0.5 */
  font-family: Helvetica, Arial, Verdana, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  text-align: left;
}

body
{
  margin: 0 auto;
  padding: 0;
  color: #232323;
  background-color: #5D97BD;
	background-image: url('/images/SkinsCommon/bkgd-body.jpg');
	background-repeat: repeat-x;
	background-attachment: scroll;
}

.ControlPanel, .PagingTable
{
    width: 100%;
    background-color: #FFFFFF;
}

.SkinObject
{
    font-weight: bold;
    font-size: 8.5pt;
    color: #FFFFFF;
    font-family: Helvetica, Arial, Verdana, Sans-Serif;
    text-decoration: none;
}

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

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

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

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

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

.Language img
{
    border: none;
}


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

/* style of item titles on edit and admin pages */
.SubHead
{
    font-family: Helvetica, Arial, Verdana, Sans-Serif;
    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: Helvetica, Arial, Verdana, Sans-Serif;
    font-size: 11px;
    font-weight: bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal, .NormalDisabled
{
    font-family: Helvetica, Arial, Verdana, Sans-Serif;
    font-size: 11px;
    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: Helvetica, Arial, Verdana, Sans-Serif;
    font-size: 11px;
    font-weight: bold;
}

/* text style used for error messages */
.NormalRed
{
    font-family: Helvetica, Arial, Verdana, Sans-Serif;
    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: Helvetica, Arial, Verdana, Sans-Serif;
    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: Helvetica, Arial, Verdana, Sans-Serif;
    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: Helvetica, Arial, Verdana, Sans-Serif;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}
.DataGrid_Item
{
    background-color: Transparent;
    color: Black;
    font-family: Helvetica, Arial, Verdana, Sans-Serif;
    font-size: 10px;
    font-weight: normal;
}
.DataGrid_SelectedItem
{
    background-color: Silver;
    color: Blue;
    font-family: Helvetica, Arial, Verdana, Sans-Serif;
    font-size: 10px;
    font-weight: normal;
}

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

.TreeMenu_NodeSelected
{
    font-family: Helvetica, Arial, Verdana, Sans-Serif;
    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: Helvetica, Arial, Verdana, Sans-Serif;
    font-size: 11px;
    font-weight: bold;
    color: #E7E7FF;
    background-color: #9EBFF6;
    border-bottom: #696969 1px solid;
    height: 25px;
}

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

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

.FileManager_Item
{
    font-family: Helvetica, Arial, Verdana, Sans-Serif;
    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: Helvetica, Arial, Verdana, Sans-Serif;
    font-size: 11px;
    font-weight: normal;
    color: Black;
    background-color: #EEEEEE;
    border-style: none;
}
.FileManager_SelItem
{
    font-family: Helvetica, Arial, Verdana, Sans-Serif;
    font-size: 11px;
    font-weight: bold;
    color: White;
    background-color: #99ffff;
    border-style: none;
}

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

.FileManagerTreeNodeSelected
{
    font-family: Helvetica, Arial, Verdana, Sans-Serif;
    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: Helvetica, Arial, Verdana, Sans-Serif;
    background-color: #ffff99;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
    font-family: Helvetica, Arial, Verdana, Sans-Serif;
    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;
}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited,
.art-postheader, .art-postheader a, .art-postheader a:link, .art-postheader a:visited, .art-postheader a:hover,
.art-blockheader .t, .art-vmenublockheader .t, .art-logo-text, .art-logo-text a,
h1.art-logo-name, h1.art-logo-name a, h1.art-logo-name a:link, h1.art-logo-name a:visited, h1.art-logo-name a:hover
{
  text-decoration: none;
  font-family: Helvetica, Arial, Verdana, Sans-Serif;
  font-size: 28px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
}

h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
  margin: 15px 0 5px 0;  /* revised by karla */
  font-family: Helvetica, Arial, Verdana, Sans-Serif;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #0055A5;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
  margin: 15px 0 5px 0;  /* revised by karla */
  font-family: Helvetica, Arial, Verdana, Sans-Serif;
  font-size: 16px;  /* revised by karla */
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #518B42;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
   margin: 15px 0 5px 0;  /* revised by karla */
  font-family: Helvetica, Arial, Verdana, Sans-Serif;
  font-size: 14px;  /* revised by karla */
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #3E7498;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
  margin: 15px 0 5px 0;  /* revised by karla */
  font-family: Helvetica, Arial, Verdana, Sans-Serif;
  font-size: 12px;  /* revised by karla */
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #376686;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
  margin: 15px 0 5px 0;  /* revised by karla */
  font-family: Helvetica, Arial, Verdana, Sans-Serif;
  font-size: 12px;  /* revised by karla */
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #376686;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
  margin: 15px 0 5px 0;  /* revised by karla */
  font-family: Helvetica, Arial, Verdana, Sans-Serif;
  font-size: 12px;  /* revised by karla */
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #376686;
}

h1 a, h1 a:link, h1 a:visited, h1 a:hover,
h2 a, h2 a:link, h2 a:visited, h2 a:hover,
h3 a, h3 a:link, h3 a:visited, h3 a:hover,
h4 a, h4 a:link, h4 a:visited, h4 a:hover,
h5 a, h5 a:link, h5 a:visited, h5 a:hover,
h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
    margin:0;
}

#art-main
{
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  cursor:default;
}

/* 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: Helvetica, Arial, Verdana, Sans-Serif;
    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: Helvetica, Arial, Verdana, Sans-Serif;
    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: Helvetica, Arial, Verdana, Sans-Serif;
    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: Helvetica, Arial, Verdana, Sans-Serif;
    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: Helvetica, Arial, Verdana, Sans-Serif;
    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: Helvetica, Arial, Verdana, Sans-Serif;
    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(../../images/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(../../images/eip_edit.gif) no-repeat 100% center;
    float: left;
}
.eipbutton_save
{
    background: url(../../images/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;
    padding: 15px;
}
.DNNAlignright
{
    text-align: right;
    padding: 15px;
}
.DNNAligncenter
{
    text-align: center;
    padding: 15px;
}

/* Login Styles */
.LoginPanel
{
}

.LoginTabGroup
{
}

.LoginTab
{
    float: left;
    background: url( "../../images/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( "../../images/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( "../../images/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;
	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;
}

.paneOutline
{
	border: 1px #CCCCCC dotted;
}
.containerAdminBorder
{
	border: 2px red solid;
}

#UserProfile {
	border: 1px silver solid;
	padding: 10px;
	margin-bottom: 10px;
	width: 500px;
}
#UserProfile .ProfileName {	
	font-weight:bold;
	color: #cb2027;
	margin-bottom: 5px;
}
#UserProfile .ProfilePhoto {
    background-image: url('../../images/no_avatar.gif');	
	float: left;
}
#UserProfile .ProfileAddress {
	margin: 0 0 10px 130px;
}
#UserProfile .ProfileContact {
	margin: 0 0 10px 130px;
	color: gray;
	font-size: 0.9em;
}
#UserProfile .ProfileBio {
	clear: both;
	margin: 10px 0px 10px 0;
	padding: 10px;
	border: 1px #eee solid;	
	background-color: #f5f9fc;	
}
/* ------------------ social media ------------------- */
ul#socialmedia li a:hover {
	color: #d6e7f3;
}


/* ------------------ footer service buttons ----------------------- */
ul#footer-services li {
	background-color: #fbb216;
	list-style-type: none;
}
ul#footer-services li a:link, ul#footer-services li a:visited {
	color: white;
}
ul#footer-services li a:hover {
	color: white;
}


/* --------------------- footer nav -------------------------- */
ul#footer-nav li a:link, ul#footer-nav li a:visited {
	color: white;
}
ul#footer-nav li a:hover {
	color: white;
}

/* ------------------ social media ------------------- */
ul#socialmedia {
	float: left;
	margin: 0;
	padding: 8px;
	width: 184px;
	list-style: none;
	color: white;
	font-size: 90%;
}
ul#socialmedia li {
	line-height: 30px;
	list-style-type: none;
}
ul#socialmedia li img {
	margin: 0 8px -5px 0;
}
ul#socialmedia li a:link, ul#socialmedia li a:visited {
	color: white;
	font-weight: normal;
	text-decoration: none;
}
ul#socialmedia li a:hover {
	font-weight: normal;
	text-decoration: none;
}


/* ------------------ footer service buttons ----------------------- */
ul#footer-services {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}
ul#footer-services li {
	float: right;
	background-repeat: repeat-x;
	margin: 0 0 0 8px;
	line-height: 31px;
	list-style-type: none;
}
ul#footer-services li a:link, ul#footer-services li a:visited {
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
	padding: 10px;
}
ul#footer-services li a:hover {
	text-decoration: none;
}


/* --------------------- footer nav -------------------------- */
ul#footer-nav {
	list-style: none;
	padding: 0;
	margin: 75px 25px 0 75px;
}
ul#footer-nav li {
	float: left;
	list-style-type: none;
}
ul#footer-nav li a:link, ul#footer-nav li a:visited {
	font-weight: bold;
	padding: 0 30px 0 0;
	text-decoration: none;
}
ul#footer-nav li a:hover {
	text-decoration: underline;
}
#Kiosk_form {
	width: 163px;
	margin: 8px 0 0 0;
	background-image: url('/images/SkinsCommon/bkgd-kiosk.jpg');
}
/*.kiosk 
{
	width: 163px;
	background-image: url(images/bkgd-kiosk.jpg);
	margin: 8px 0 0 0;
}*/
#Kiosk_form h3 
{
	background-color: #707273;
	color: white;
	font-weight: normal;
	font-size: 100%;
	padding: 8px;
	margin: 0;
}
#Kiosk_form #cblServices 
{
	background-image: url('/images/SkinsCommon/bkgd-kiosk-services.jpg');
	margin: 0;
	padding: 8px 4px;
	color: white;
	width: 163px;
}
.kServices 
{
	background-image: url('/images/SkinsCommon/bkgd-kiosk-active.jpg');
	margin: 0;
	padding: 8px;
	color: white;
	line-height: normal;
}
.kServices a:link, .kStates a:visited 
{
	color: #518b42;
	text-decoration: underline;
	font-weight: normal;
	font-size: 90%;
	display: block;
	padding: 3px 0;
}
.kServices a:hover 
{
	color: #518b42;
	text-decoration: none;
	font-weight: normal;
	font-size: 90%;
	display: block;
	padding: 3px 0;
}
.kStates 
{
	background-image: url('/images/SkinsCommon/bkgd-kiosk-state.jpg');
	color: #518b42;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	line-height: 27px;
	padding: 0 8px 0 25px;
	margin: 1px 0 0 0;
	cursor: pointer;
}
.HeaderSelectedCssClass, .HeaderSelected 
{
	background-image: url('/images/SkinsCommon/bkgd-kiosk-stateactive.jpg');
	color: #518b42;
	background-repeat: no-repeat;
	line-height: 27px;
	padding: 0 0 0 8px;
	font-weight: bold;
}
/* ---------------- quick reference div ----------------- */
#quickReference 
{
	background-image: url('/images/SkinsCommon/bkgd-quickreference.jpg');
	width: 163px;
}
#quickReference h3 {
	background-color: #707273;
	color: white;
	font-weight: normal;
	font-size: 100%;
	padding: 8px;
	margin: 0;
}
#quickReference p {
	margin: 8px;
}
#quickReference ul {
	margin: 8px;
	padding: 0;
	list-style: none;
}
#quickReference ul li {
	padding: 0 0 8px 0;
}
#quickReference a:link, #quickReference a:visited 
{
	color: #707273;
	text-decoration: underline;
}
#quickReference a:hover 
{
	color: #707273;
	text-decoration: none;
}
/* ---------------- enewsSignup --------------------- */
#enewsSignup {
	float: right;
	width: 121px;
	padding: 8px;
}
#enewsSignup h3 {
	color: white;
	font-weight: bold;
	font-size: 100%;
	margin: 0;
}
#enewsSignup p 
{
	color: #d6e7f3;
	margin: 5px 0;
	font-size: 90%;
}
/* --------------- footer ------------------- */
#footer {
}
#footer-FamilySites {
	color: white;
	float: right;
	width:100%;
	
}
#footer-FamilySites h3 {
	line-height: 31px;
	margin: 0;
	padding: 0 10px;
	font-size:110%;
	color: #fbb216;
	background-color: #256c9c;
}

#footer-FamilySites .FamilySites-inner {
	background-repeat: repeat-x;
	padding: 12px;
	background-color: #367ba9;
}
#footer-leftcolumn {
	background-repeat: repeat-x;
	background-image: url('/images/SkinsCommon/bkgd-footer-leftcolumn.jpg');
}
#footer-FamilySites .FamilySites-inner a:link, #footer-FamilySites .FamilySites-inner a:visited {
	text-decoration: underline;
	color: #fbb216;
}
#footer-FamilySites .FamilySites-inner a:hover {
	text-decoration: none;
	color: #fbb216;
}

.textalignright {
	text-align: right;
}

/* ------------ Family of Sites and Interpreter Request forms --------------- */
#FamilySites_form {
	float: right;
	margin: 0;
	padding: 0;
	color: white;
	font-style: italic;
	font-weight: bold;
	font-size: 90%;
	line-height: 22px;
	height: 22px;
}
#InterpreterRequest_form {
	margin: 0;
	padding: 0;
	color: white;
	font-style: italic;
	font-weight: bold;
	font-size: 90%;
	padding: 10px;
}
#FamilySites_form select, #InterpreterRequest_form select {
	margin: 0;
	padding: 0;
	border: 1px solid white;
	background-color: white;
	height: 20px;
	width: 220px;
	color: #999999;
}
#FamilySites_form input, #InterpreterRequest_form input {
	margin: 0px;
}
.noPadding {padding:0;}
.bottomPane { width:100%; }
.bottomPaneContent { width:70%; height:205px; background-color:#8FB7D1; padding:0px; float:left; }
.bottomPaneSideBar { width:30%; height:205px; background-color:#367BA9; padding:0px; float:left }

#footer-FamilySites {
	background-color: #367ba9;
}

/* Artisteer Generated Classes */
a, 
.art-post li a
{
  font-family: Helvetica, Arial, Verdana, Sans-Serif;
  text-decoration: underline;
  color: #3E7498;
}

a:link,
.art-post li a:link
{
  font-family: Helvetica, Arial, Verdana, Sans-Serif;
  text-decoration: underline;
  color: #3E7498;
}

a:visited, a.visited,
.art-post li a:visited, .art-post li a.visited
{
  font-family: Helvetica, Arial, Verdana, Sans-Serif;
  text-decoration: underline;
  color: #1F3A4C;
}

a:hover, a.hover,
.art-post li a:hover, .art-post li a.hover
{
  font-family: Helvetica, Arial, Verdana, Sans-Serif;
  text-decoration: none;
  color: #3E7498;
}

#art-page-background-gradient
{
  background-position: top center;
}

.cleared
{
  float: none;
  clear: both;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1px;
}

form
{
  padding: 0 !important;
  margin: 0 !important;
}

table.position
{
  position: relative;
  width: 100%;
  table-layout: fixed;
}
/* end Page */

/* begin Box, Sheet */
.art-sheet
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  width: 990px;
  min-width:1px;
  min-height: 1px;
}

.art-sheet-body
{
  position: relative;
  z-index: 1;
  /*padding: 10px;*/
}


.art-sheet
{
  /* margin-top: 30px !important; */
  cursor:auto;
}

#art-page-background-simple-gradient, #art-page-background-gradient, #art-page-background-glare
{
  min-width: 985px;
}

/* end Box, Sheet */

/* begin Header */
div.art-header
{
  margin: 0 auto;
  position: relative;
  z-index: 0;
  width: 100%;
  height: 65px;
  overflow: hidden;
}


div.art-header-jpeg
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 965px;
  height: 65px;
  background-image: url('/images/SkinsCommon/header.jpg');
  background-repeat: no-repeat;
  background-position: center center;
}

/* end Header */

/* begin Menu */
/* menu structure */

.top-menu a
{
	color: White;
	font-weight: bold;	
	padding-bottom: 5px;
	text-decoration: none;
	outline: none;
	letter-spacing: normal;
	word-spacing: normal;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	z-index: 1000;
}
.top-menu a:visited 
{
	color: white;
	text-decoration: underline;
	z-index: 1000;
}
.top-menu a:hover 
{
	color: #bfbfbf;
	text-decoration: none;
	z-index: 1000;
}
.top-menu li
{
	padding: 0px 8px 0px 8px;
	z-index: 1000;
}
/* begin MenuSubItem */
.top-menu-sub
{
  display: block;
  text-align: left;
  vertical-align: top;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  background-image: url('/images/SkinsCommon/subitem.png');
  background-position: left top;
  background-repeat: repeat-x;
  border-width: 0px;
  border-style: solid;
  border-color: #5D97BD;
  padding: 0px 4px 0px 4px;
  left: -10px;
	z-index: 1000;
	white-space: pre-wrap;
}

/* end MenuSubItem */

/* ------------------- videolist ----------------------- */
ul#videolist {
	margin: 0;
	padding: 5px 0px 5px 0px;
	list-style: none;
	width: 298px;
	font-size: 100%;
	background-image: url('/images/SkinsCommon/bkgd-videolist.jpg');
	color: #0055a5;
}
ul#videolist li {
	margin: 0 0 1px 0;
	padding: 0 5px;
	line-height: 22px;
	background-image: url('/images/SkinsCommon/bkgd-videolist-li.jpg');
}
ul#videolist li a:link, ul#videolist li a:visited {
	text-decoration: none;
	display: block;
	width: 100%;
	color: #0055a5;
}
ul#videolist li a:hover {
	display: block;
	width: 100%;
	color: #5d97bd;
}
.videoplayer {
	height:250px;
	width:300px;
}
.videoplayer div {
	position: relative;
	z-index: 0;
}
/* ----------------- SUBnav dropdowns ---------------------- */
#dnn_MKSSideMenu1_subnavlist
{
	font-size: 95%;
	font-weight: bold;
	list-style: none;
	text-align: left;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	margin: 0px 0px 1px;
	line-height: 1.3em;
	padding: 10px 0;
	width: 287px;
	background-image: url('/images/SkinsCommon/bkgd-subnavlist.jpg');
	color: #518b42;
	position: relative;
}
#dnn_MKSSideMenu1_subnavlist li
{
	background-image: url('/images/SkinsCommon/bkgd-subnavlist-li.jpg');
	margin: 0 0 1px 0;
	padding: 0;
	position: relative;
}
#dnn_MKSSideMenu1_subnavlist a
{
	width: 280px;
	color: #518B42;
	text-decoration: none;
	padding: 5px;
	display: inline;
	white-space: normal;
}
#dnn_MKSSideMenu1_subnavlist a:hover
{
	color: #336326;
}
#dnn_MKSSideMenu1_subnavlist
{
	background-color: #b6d9b8;
	color: #0055a5;
	padding: 5px;
	
}
#dnn_MKSSideMenu1_subnavlist ul
{
	font-size: 95%;
	font-weight: bold;
	list-style: none;
	text-align: left;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	margin: 0px 0px 1px;
	line-height: 1.3em;
	padding: 10px 0;
	width: 287px;
	background-image: url('/images/SkinsCommon/bkgd-subnavlist.jpg');
	color: #518b42;
	position: absolute;
}
#dnn_MKSSideMenu1_subnavlist ul li {
	background-image: url('/images/SkinsCommon/bkgd-subnavlist-li.jpg');
	margin: 0 0 1px 0;
	padding: 0;
	position: relative;
}

#dnn_MKSSideMenu1_subnavlist ul li:hover {
	background-image: none;
}

#dnn_MKSSideMenu1_subnavlist ul li ul {
	background-color: #b6d9b8;
	position: absolute;
	list-style: none;
	width: 180px;
	margin: 0;
	padding: 0;
	top: 0;
	left: -180px;
	line-height: normal;
	visibility: hidden;
}
#dnn_MKSSideMenu1_subnavlist ul li:hover ul {
	visibility: visible;
}
#dnn_MKSSideMenu1_subnavlist ul li:hover ul li ul {
	visibility: hidden;
}
#dnn_MKSSideMenu1_subnavlist ul li ul li {
	float: none;
	padding: 0 10px;
	position: relative;
}
#dnn_MKSSideMenu1_subnavlist ul li ul li:hover ul {
	visibility: visible;
}
#dnn_MKSSideMenu1_subnavlist ul li ul li ul {
	background-color: #b6d9b8;
	color: #0055a5;
	position: absolute;
	left: -240px;
	top: 0;
	list-style: none;
	width: 240px;
	margin: 0;
	padding: 0;
	visibility: hidden;
}
#dnn_MKSSideMenu1_subnavlist ul li ul li ul li {
	float: none;
}

/* begin Layout */
.art-content-layout
{
  display: table;
  padding: 0;
  border: none;
  width: 100%;
}

.art-content-layout .art-content-layout
{
  width: auto;
  margin:0;
}

div.art-content-layout div.art-layout-cell, div.art-content-layout div.art-layout-cell div.art-content-layout div.art-layout-cell
{
   display: table-cell;
}

div.art-layout-cell div.art-layout-cell
{
   display: block;
}

div.art-content-layout-row
{
  display: table-row; 
}
.art-content
{
   background-image:url('/images/SkinsCommon/bkgd-contentbox.jpg');
   background-repeat:repeat-x;
   background-color:White;
}
.art-content-layout
{
  table-layout: fixed;
  background-color: Transparent;
  border: none !important;
  padding:0 !important;
   clear: left;
}

.art-layout-cell, .art-content-layout-row
{
  vertical-align: top;
  text-align: left;
  border: none !important;
  margin:0 !important;
  padding:0 !important;
}
/* end Layout */

/* begin Button */
.art-button-wrapper .art-button
{
  font-family: Helvetica, Arial, Verdana, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  text-align: left;
  text-decoration: none !important;
  color: #000000 !important;
  width: auto;
  outline: none;
  border: none;
  background: none;
  line-height: 33px;
  height: 33px;
  margin: 0;
  padding: 0 21px !important;
  overflow: visible;
  cursor: default;
  z-index: 0;
}

.art-button img, .art-button-wrapper img
{
  margin: 0;
  vertical-align: middle;
}

.art-button-wrapper
{
  vertical-align: middle;
  display: inline-block;
  position: relative;
  height: 33px;
  overflow: hidden;
  white-space: nowrap;
  width: auto;
  margin: 0;
  padding: 0;
  z-index: 0;
}

.firefox2 .art-button-wrapper
{
  display: block;
  float: left;
}

input, select, textarea, select
{
  vertical-align: middle;
  font-family: Helvetica, Arial, Verdana, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
}

.art-block select 
{
    width:96%;
}

.art-button-wrapper.hover .art-button, .art-button:hover
{
  color: #000000 !important;
  text-decoration: none !important;
}

.art-button-wrapper.active .art-button
{
  color: #E6EFF5 !important;
}

.art-button-wrapper .l, .art-button-wrapper .r
{
  display: block;
  position: absolute;
  z-index: -1;
  height: 99px;
  margin: 0;
  padding: 0;
  background-image: url('/images/SkinsCommon/button.png');
}

.art-button-wrapper .l
{
  left: 0;
  right: 10px;
}

.art-button-wrapper .r
{
  width: 409px;
  right: 0;
  clip: rect(auto, auto, auto, 399px);
}

.art-button-wrapper.hover .l, .art-button-wrapper.hover .r
{
  top: -33px;
}

.art-button-wrapper.active .l, .art-button-wrapper.active .r
{
  top: -66px;
}

.art-button-wrapper input
{
  float: none !important;
}
/* end Button */

/* begin Box, Block, VMenuBlock */
.art-vmenublock
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.art-vmenublock-body
{
  position: relative;
  z-index: 1;
  padding: 0;
}

.art-vmenublock-cc
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFFFFF;
}

.art-vmenublock
{
  margin: 7px;
}

/* end Box, Block, VMenuBlock */

/* begin Box, Box, VMenuBlockContent */
.art-vmenublockcontent
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.art-vmenublockcontent-body
{
  position: relative;
  z-index: 1;
  padding: 5px;
}

.art-vmenublockcontent-cc
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFFFFF;
}

.art-vmenublockcontent
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.art-vmenublockcontent-body
{
  position: relative;
  z-index: 1;
  padding: 5px;
}

.art-vmenublockcontent-cc
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFFFFF;
}

/* end Box, Box, VMenuBlockContent */

/* begin Box, Block */
.art-block
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.art-block-body
{
  position: relative;
  z-index: 1;
  padding: 7px;
}


.art-block
{
  margin: 7px;
}

/* end Box, Block */

/* begin Box, BlockContent */
.art-blockcontent
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.art-blockcontent-body
{
  position: relative;
  z-index: 1;
  padding: 0;
}


.art-blockcontent-body, 
.art-blockcontent-body a, 
.art-blockcontent-body li a
{
  color: #315B77;
  font-family: Helvetica, Arial, Verdana, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
}

.art-blockcontent-body a,
.art-blockcontent-body li a
{
  color: #34617F;
  font-family: Helvetica, Arial, Verdana, Sans-Serif;
  text-decoration: underline;
}

.art-blockcontent-body a:link,
.art-blockcontent-body li a:link
{
  color: #34617F;
  font-family: Helvetica, Arial, Verdana, Sans-Serif;
  text-decoration: underline;
}

.art-blockcontent-body a:visited, .art-blockcontent-body a.visited,
.art-blockcontent-body li a:visited, .art-blockcontent-body li a.visited
{
  color: #447FA7;
  font-family: Helvetica, Arial, Verdana, Sans-Serif;
  text-decoration: underline;
}

.art-blockcontent-body a:hover, .art-blockcontent-body a.hover,
.art-blockcontent-body li a:hover, .art-blockcontent-body li a.hover
{
  color: #000000;
  font-family: Helvetica, Arial, Verdana, Sans-Serif;
  text-decoration: none;
}

.art-blockcontent-body ul
{
  list-style-type: none;
  color: #182C3A;
  margin: 0;
  padding: 0;
}

.art-blockcontent-body ul li
{
  font-family: Helvetica, Arial, Verdana, Sans-Serif;
  font-size: 12px;
  text-decoration: none;
  line-height: 1.25em;
  padding: 0 0 0 13px;
  background-image: url('/images/SkinsCommon/blockcontentbullets.png');
  background-repeat: no-repeat;
}


/* end Box, BlockContent */

/* begin Box, Post */
.art-post
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 3px;
  min-height: 3px;
}

.art-post-body
{
  position: relative;
  z-index: 1;
  padding: 11px;
}

.art-post-tr, .art-post-tl, .art-post-br, .art-post-bl, .art-post-tc, .art-post-bc,.art-post-cr, .art-post-cl
{
  position: absolute;
  z-index: -1;
}

.art-post-tr, .art-post-tl, .art-post-br, .art-post-bl
{
  width: 2px;
  height: 2px;
  background-image: url('/images/SkinsCommon/post_s.png');
}

.art-post-tl
{
  top: 0;
  left: 0;
  clip: rect(auto, 1px, 1px, auto);
}

.art-post-tr
{
  top: 0;
  right: 0;
  clip: rect(auto, auto, 1px, 1px);
}

.art-post-bl
{
  bottom: 0;
  left: 0;
  clip: rect(1px, 1px, auto, auto);
}

.art-post-br
{
  bottom: 0;
  right: 0;
  clip: rect(1px, auto, auto, 1px);
}

.art-post-tc, .art-post-bc
{
  left: 1px;
  right: 1px;
  height: 2px;
  background-image: url('/images/SkinsCommon/post_h.png');
}

.art-post-tc
{
  top: 0;
  clip: rect(auto, auto, 1px, auto);
}

.art-post-bc
{
  bottom: 0;
  clip: rect(1px, auto, auto, auto);
}

.art-post-cr, .art-post-cl
{
  top: 1px;
  bottom: 1px;
  width: 2px;
  background-image: url('/images/SkinsCommon/post_v.png');
}

.art-post-cr
{
  right: 0;
  clip: rect(auto, auto, auto, 1px);
}

.art-post-cl
{
  left: 0;
  clip: rect(auto, 1px, auto, auto);
}

.art-post-cc
{
  position: absolute;
  z-index: -1;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background-color: Transparent;
}

.art-post
{
  margin: 7px;
}

a img
{
  border: 0;
}

.art-article img, img.art-article
{
  border: none;
  margin: 10px;
}

.art-metadata-icons img
{
  border: none;
  vertical-align: middle;
  margin: 2px;
}

.art-article table, table.art-article
{
  margin: 1px;
  width: auto;
}

.art-article table, table.art-article .art-article tr, .art-article th, .art-article td
{
  background-color: Transparent;
}

.art-article th, .art-article td
{
  padding: 2px;
  border: None;
  vertical-align: top;
  text-align: left;
}

.art-article th
{
  text-align: center;
  vertical-align: middle;
  padding: 7px;
}

pre
{
  overflow: auto;
  padding: 0.1em;
}

/* end Box, Post */

/* begin PostHeaderIcon */
.art-post h2.art-postheader, 
.art-post h2.art-postheader a, 
.art-post h2.art-postheader a:link, 
.art-post h2.art-postheader a:visited, 
.art-post h2.art-postheader a.visited, 
.art-post h2.art-postheader a:hover, 
.art-post h2.art-postheader a.hovered
{
  margin: 0.2em 0;
  padding: 0;
  font-family: Helvetica, Arial, Verdana, Sans-Serif;
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #213D50;
}

.art-post h2.art-postheader a, 
.art-post h2.art-postheader a:link, 
.art-post h2.art-postheader a:visited, 
.art-post h2.art-postheader a.visited, 
.art-post h2.art-postheader a:hover, 
.art-post h2.art-postheader a.hovered
{
  margin: 0;
  font-family: Helvetica, Arial, Verdana, Sans-Serif;
  text-decoration: none;
  text-align: left;
  color: #284B62;
}

.art-post h2.art-postheader a:visited, 
.art-post h2.art-postheader a.visited
{
  font-family: Helvetica, Arial, Verdana, Sans-Serif;
  text-decoration: none;
  text-align: left;
  color: #356482;
}


.art-post h2.art-postheader a:hover, 
.art-post h2.art-postheader a.hovered
{
  font-family: Helvetica, Arial, Verdana, Sans-Serif;
  text-decoration: none;
  text-align: left;
  color: #3E7498;
}

/* end PostHeaderIcon */

/* begin PostBullets */
.art-post ol, .art-post ul
{
  color: #213D50;
  margin: 1em 0 1em 2em;
  padding: 0;
  font-family: Helvetica, Arial, Verdana, Sans-Serif;
  font-size: 12px;
}

.art-post li ol, .art-post li ul
{
  margin: 0.5em 0 0.5em 2em;
  padding: 0;
}

.art-post li
{
  margin: 0.2em 0;
  padding: 0;
}

.art-post ul
{
  list-style-type: none;
}

.art-post ol
{
  list-style-position: inside;

}



.art-post li
{
  padding: 0 0 0 13px;
  line-height: 1em;
}

.art-post ol li, .art-post ul ol li
{
  background: none;
  padding-left: 0;
}

.art-post ul li, .art-post ol ul li
{
  background-image: url('/images/SkinsCommon/postbullets.png');
  background-repeat: no-repeat;
  padding-left: 13px;
}


/* end PostBullets */

/* begin PostQuote */
blockquote,
blockquote p,
.art-postcontent blockquote p
{
  color: #091116;
  font-family: Helvetica, Arial, Verdana, Sans-Serif;
  font-style: italic;
  font-weight: normal;
  text-align: left;
}

blockquote,
.art-postcontent blockquote
{
  margin: 10px 10px 10px 50px;
  padding: 5px 5px 5px 41px;
  background-color: Transparent;
  background-image: url('/images/SkinsCommon/postquote.png');
  background-position: left top;
  background-repeat: no-repeat;
}

/* end PostQuote */

/* begin Footer */
.art-footer
{
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 990px;
  margin: 0 auto;
}

.art-footer .art-footer-inner
{
  height: 1%;
  position: relative;
  z-index: 0;
  padding: 8px;
}

.art-footer .art-footer-background
{
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  background-image: url('/images/SkinsCommon/footer.png');
  width: 990px;
  height: 150px;
  bottom: 0;
  left: 0;
}


.art-footer .art-footer-text p
{
  margin: 0;
}

.art-footer, .art-footer-text, .art-footer-text p
{
  color: #C5DAE7;
  text-align: center;
}

.art-footer .art-footer-text,
.art-footer .art-footer-text a,
.art-footer .art-footer-text a:link,
.art-footer .art-footer-text a:visited,
.art-footer .art-footer-text a:hover
{
  font-family: Helvetica, Arial, Verdana, Sans-Serif;
  font-size: 11px;
}

.art-footer .art-footer-text a,
.art-footer .art-footer-text a:link
{
  color: #80ADCB;
  font-family: Helvetica, Arial, Verdana, Sans-Serif;
  text-decoration: underline;
}

.art-footer .art-footer-text a:visited
{
  color: #0F1C24;
  font-family: Helvetica, Arial, Verdana, Sans-Serif;
  text-decoration: underline;
}

.art-footer .art-footer-text a:hover
{
  color: #80ADCB;
  font-family: Helvetica, Arial, Verdana, Sans-Serif;
  text-decoration: none;
}
/* end Footer */

/* begin PageFooter */
.art-page-footer, .art-page-footer a, .art-page-footer a:link, .art-page-footer a:visited, .art-page-footer a:hover
{
  font-family: Arial;
  font-size: 10px;
  letter-spacing: normal;
  word-spacing: normal;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
  color: #3B6F91;
}

.art-page-footer
{
  margin: 1em;
  text-align: center;
  text-decoration: none;
  color: #3B6F91;
}
/* end PageFooter */

/* begin LayoutCell, content */
.art-content-layout .art-content
{
  width: 70%;
}
.art-content-layout .art-content .art-block
{
  background-color: Transparent;
  background-image:url('/images/SkinsCommon/bkgd-contentbox.jpg');
  background-repeat: repeat-y;
}
.art-content-layout .art-content-wide
{
  width: 100%;
}
/* end LayoutCell, content */

/* begin LayoutCell, sidebar1 */
.art-content-layout .art-sidebar1
{
  background-color: #8FB7D1;
  width: 30%;
}
/* end LayoutCell, sidebar1 */




/* begin Page */
.Normal, .normal, #LoginInfo, #QuickLinks, #LoginInfo p.LoginNotes, .art-PostContent .SubHead, .art-PostContent .Normal, .SubHead, .WizardText, .SkinObject
{
  font-family: Helvetica, Arial, Verdana, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  text-align: justify;
}

.NormalBold
{
  font-family: Helvetica, Arial, Verdana, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  text-align: justify;
  font-weight: bold;
}

#LoginInfo dt
{
  font-family: Helvetica, Arial, Verdana, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  text-align: justify;
}

th
{
  font-family: Helvetica, Arial, Verdana, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  text-align: justify;
}

#LoginInfo h3
{
  background-color: transparent;
}

.Normal, .normal, #LoginInfo, #QuickLinks, #LoginInfo p.LoginNotes, .art-postcontent .SubHead, .art-postcontent .Normal, .SubHead, .WizardText, .SkinObject
{
  font-size: 1em;
  color: #232323;
}


.NormalBold
{
  font-size: 1em;
  color: #232323;
  font-weight: bold;
}

#LoginInfo
{
  width: 100%;
  background-color: Transparent;
}

#LoginInfo dt
{
  color: #232323;
  font-weight: bold;
}

#LoginInfo div.LoginBlock
{
  width: 45%;
}

.Head
{
  font-family: Helvetica, Arial, Verdana, Sans-Serif;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #3E7498;
}

h2.Head
{
  font-family: Helvetica, Arial, Verdana, Sans-Serif;
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #518B42;
}

#QuickLinks
{
  border: 0;
  float: none;
  width: auto;
  background-color: Transparent;
}

th
{
  color: #232323;
  font-weight: bold;
}

a.CommandButton
{
  font-family: Helvetica, Arial, Verdana, Sans-Serif;
  text-decoration: underline;
  color: #3E7498;
}

a.CommandButton:link
{
  font-family: Helvetica, Arial, Verdana, Sans-Serif;
  text-decoration: underline;
  color: #3E7498;
}

a.CommandButton:visited
{
  font-family: Helvetica, Arial, Verdana, Sans-Serif;
  text-decoration: underline;
  color: #1F3A4C;
}

a.CommandButton:hover
{
  font-family: Helvetica, Arial, Verdana, Sans-Serif;
  text-decoration: none;
  color: #3E7498;
}

.DNNAlignright p, .DNNAlignright th, .DNNAlignright td
{
  text-align: right;
}

.DNNAligncenter p, .DNNAligncenter th, .DNNAligncenter td
{
  text-align: center;
}

.DNNAlignleft p, .DNNAlignleft th, .DNNAlignleft td
{
  text-align: left;
}/* end Page */

/* begin Menu */
.art-menu ul li, .art-menu ul li li, .art-menu ul li li li
{
  list-style-type: none;
}
/* end Menu */

/* begin Box, BlockContent */
.art-blockcontent-body .SubHead, .art-blockcontent-body .Normal
{
  color: #315B77;
  font-family: Helvetica, Arial, Verdana, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
}

.art-blockcontent-body td
{
  padding: 0;
}

.SubHead, td.SubHead
{
  border: 0;
  padding: 0;
}

.art-blockcontent-body table
{
  width: 100%;
}

.art-blockcontent-body ul li, .art-blockcontent-body ol ul li
{
  list-style-type: none;
}
/* end Box, BlockContent */

/* begin PostHeaderIcon */
#LoginInfo h3
{
  margin: 0.2em 0;
  padding: 0;
  font-weight: bold;
  font-style: normal;
  letter-spacing: normal;
  word-spacing: normal;
  text-decoration: none;
  font-variant: normal;
  text-align: left;
  text-indent: 0;
  line-height: inherit;
  text-transform: uppercase;

  color: #213D50;
}

.art-postheader .t .Head
{
  font-family: Helvetica, Arial, Verdana, Sans-Serif;
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #213D50;
}

div.hr
{
  display: none;
}
/* end PostHeaderIcon */

/* begin PostContent */
.art-postcontent .DNN_ForumContent table
{
  width: 100%;
}

.art-PostContent .DNN_ForumContent img
{
  border: 0;
}

.art-article .DNN_EventsContent table, .ThemeEvents table
{
    width: 100%;
}/* end PostContent */

/* begin PostBullets */
.art-post ul li, .art-post ol ul li
{
  list-style-type: none;
}
/* end PostBullets */
.side-vid ul
        {
        	margin: 0;
	        padding: 5px 0px 5px 0px;
	        list-style: none;
	        width: 295px;
	        font-size: 100%;
	        background-image: url('/images/SkinsCommon/bkgd-videolist.jpg');
	        color: #0055a5;
        }
        .side-vid ul li
        {
        	margin: 0 0 1px 0;
	        padding: 0 5px;
	        line-height: 22px;
	        background-image: url('/images/SkinsCommon/bkgd-videolist-li.jpg');
	    }
	    .side-vid ul li a:link; ul li a:visited
	    {
	    	text-decoration: none;
	        display: block;
	        width: 100%;
	        color: #0055a5;
	    }
	    .side-vid ul li a:hover
	    {
	    	display: block;
	        width: 100%;
	        color: #5d97bd;
	    }