/* ================================
    Default styles FOR Kynexis
   ================================
*/   

.ControlPanel, .PagingTable
{
    width: 100%;
    height: 64px;
    background-color: #FFF;
    border: #036 1px solid;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-weight:    bold;
    color: #036;
}

/* styles used by Data Grids */
.DataGrid_AlternatingItem, .DataGrid_Header, .DataGrid_Item, .DataGrid_SelectedItem
{
    background-color: Transparent;
    color: Black;
    font-size: 10px;
    font-weight: normal;
}
.DataGrid_AlternatingItem
{
    background-color: White;
    color: Red;
}
.DataGrid_Container
{
    background-color: Transparent;
}
.DataGrid_Footer
{
    background-color: White;
}
.DataGrid_Header
{
    font-weight: bold;
    text-align: center;
}
.DataGrid_SelectedItem
{
    background-color: Silver;
    color: Blue;
}

/* styles used in the FileManager */
.FileManager
{
    border: #000 1px solid;
    height: 400px;
}
.FileManager_ToolBar
{
    border-bottom: #000 1px solid;
    height: 25px;
}
.FileManager_Explorer
{
    height: 100%;
    border: #696969 1px solid;
    background-color: #FFF;
    margin: 2px;
}
.FileManager_FileList
{
    height: 100%;
    border: #696969 1px solid;
    background-color: #FFF;
    margin: 2px;
    overflow: auto;
}
.FileManager_MessageBox
{
    text-align: center;
    vertical-align: middle;
    background-color: #FFF;
    padding: 25px;
}
.FileManager_Header
{
    font-size: 11px;
    font-weight: bold;
    color: #E7E7FF;
    background-color: #9EBFF6;
    border-bottom: #696969 1px solid;
    height: 25px;
}
.FileManager_Pager
{
    font-size: 11px;
    font-weight: bold;
    background-color: #EEE;
    border-top: #696969 1px solid;
    height: 25px;
}
.FileManager_StatusBar
{
    font-size: 11px;
    font-weight: normal;
    background-color: #dedfde;
    height: 25px;
    margin: 2px;
}
.FileManager_Item
{
    font-size: 11px;
    font-weight: normal;
    color: #000;
    background-color: #F8F8F8;
    border-top: #000 1px dashed;
    border-bottom: #000 1px dashed;
}
.FileManager_AltItem
{
    font-size: 11px;
    font-weight: normal;
    color: #000;
    background-color: #EEE;
    border-style: none;
}
.FileManager_SelItem
{
    font-size: 11px;
    font-weight: bold;
    color: #FFF;
    background-color: #9ff;
    border-style: none;
}
.FileManagerTreeNode
{
    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, A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited
{
    text-decoration: none;
    color: #036;
}
A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover
{
    text-decoration: none;
    color: #f00;
}
A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active
{
    text-decoration: none;
    color: #036;
}


/* text style used for help text rendered by modules */
.Help
{
    border: black 1px solid;
    padding: 2px;
    font-weight: normal;
    font-size: 11px;
    color: black;
    background-color: #ff9;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
    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: #06c;
}
A.CommandButton:visited
{
    text-decoration: underline;
    color: #4B5970;
}
A.CommandButton:hover
{
    text-decoration: underline;
    color: #f60;
}


/* button style for standard HTML buttons */
.StandardButton
{
    padding: 0 5px;
    font-weight: normal;
    font-size: 11px;
    background: #ddd;
    color: #000;
    font-family: Verdana, sans-serif;
}


A:link
{
    text-decoration: underline;
    color: #06c;
}
A:visited
{
    text-decoration: underline;
    color: #4B5970;
}
A:hover
{
    text-decoration: underline;
    color: #f60;
}



UL LI
{
    list-style-type: square;
}
UL UL LI
{
    list-style-type: disc;
}
UL UL UL 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
{
    color: #696969;
    height: 1pt;
    text-align: left;
}



/* Main Menu */

.MainMenu_MenuBar
{
    height: 16px;
}
.MainMenu_MenuItem
{
    border: #FFF 1px solid;
    border-width: 1px 0;
}
.MainMenu_SubMenu
{
    z-index: 1000;
    cursor: pointer;
    background-color: #FFF;
    border-width: 0;
}
.MainMenu_MenuItemSel
{
    background-color: #C1D2EE;
}



.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 #000;
    white-space: nowrap;
    background: #FFF;
}
/* style for the DNNTextSuggest control selected menu node */
.SuggestNodeOver
{
    background-color: navy;
    color: #FFF;
}
