﻿/* 
 * Deprecated DNN CSS class names will remain available for some time
 * before being  permanently removed. Removal will occur according to
 * the  following process:
 *
 * 1. Removal will only occur with a major (x.y) release, never
 *    with a maintenance (x.y.z) release.
 * 2. Removal will not occur less than six months after the release
 *    when it was deprecated.
 * 3. Removal will not occur until after deprecation has been noted 
 *    in at least two major releases.
 *
 *                                              |        |Planned |
 *  Name                                        |Release |Removal |
 *----------------------------------------------+--------+--------+
 * Mod{NAME}C                                     5.6.2    6.2
 *   {NAME} = sanitized version of the DesktopModule Name 
 *   Used on <div> tag surrounding Module Content, inside container
 *----------------------------------------------+--------+--------+
 */
 
/* background color for the content part of the pages */

.ControlPanel, .PagingTable {width: 100%;}





















/* text style used for rendered text which should appear disabled */
.NormalDisabled, .NormalDeleted{color:Silver;}

/* text style used for rendered text which should appear deleted */
.NormalDeleted{text-decoration:line-through;}

/* text style used for rendered text which requires emphasis */
.NormalBold, .NormalBold td {font-weight: bold;}










/* style to apply if the content should be hidden */
.Hidden {display: none;}


















/* styles used by TreeMenu Skin Object */


A.TreeMenu_Node:link, A.TreeMenu_NodeSelected:link,
A.TreeMenu_Node:visited, A.TreeMenu_NodeSelected:visited,
A.TreeMenu_Node:hover, A.TreeMenu_NodeSelected:hover,
A.TreeMenu_Node:active, A.TreeMenu_NodeSelected:active {text-decoration: none;}


















































/* Main Menu SOLPART */
.mainMenu {width:100%;cursor:pointer;}
.MainMenu_SubMenu {z-index: 1000;}
.mainMenu .root {font-weight:bold;text-align:center; white-space:nowrap;float:left;}
.mainMenu table{z-index: 5000;}










































/* used to set the different module align options - from module settings */
.DNNAlignleft{text-align:left;}
.DNNAlignright{text-align:right;}
.DNNAligncenter{text-align:center;}










/* Search SkinObject Styles */
div.SearchContainer{position:relative;white-space:nowrap;}
div.SearchBorder{white-space: nowrap;}
input.SearchTextBox{float: left; z-index: 10; border: 0; }
div.SearchContainer a{display: block; float:left; }
div.SearchIcon{float: left; cursor: pointer; z-index: 11; text-align:right;}

#SearchChoices{display: none;}






















/*---------------- Taxonomy ------------------------*/
/* Horizontal taxonomy styles */
.horizontal ul.categories,.horizontal ul.tags{list-style:none;padding:0;margin:0;text-indent:25px;line-height:28px;}
.horizontal ul.categories{background:url('../../images/category.gif') no-repeat left;}
.horizontal ul.tags{background:url('../../images/tag.gif') no-repeat left;}
.horizontal ul.categories li,.horizontal ul.tags li{display:inline;margin:0;}
.horizontal ul.tags li.add-tags{margin-left: 20px;}
.horizontal ul.tags li.add-tags img{vertical-align:middle;}

/* Vertical taxonomy styles */
.vertical ul.categories,.vertical ul.tags{list-style:none;padding-top:0;padding-left:0;margin-top:0;margin-bottom:0;}
.vertical ul.categories li,.vertical ul.tags li{margin:0;line-height:20px;}
.vertical ul.categories li{list-style-image:url('../../images/category.gif'); list-style-position:inside;}
.vertical ul.tags li{list-style-image:url('../../images/tag.gif'); list-style-position:inside; }
.vertical ul.tags li.add-tags{list-style-image:none;}
.vertical ul.tags li.add-tags img{vertical-align:middle;}

