/* 
 * 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
 *---------------------------------------------- -------- -------- 
 */  



/* page background */
/* background color for the header at the top of the page  */
.headbg {
}

/* background color for the content part of the pages */
body
{
}

.controlpanel {
}

/* background/border colors for the selected tab */
.tabbg {
}

.leftpane  { 
}

.contentpane  { 
}

.rightpane  { 
}

/* text style for the selected tab */
.selectedtab {
}

/* hyperlink style for the selected tab */
a.selectedtab:link {
}

a.selectedtab:visited  {
}

a.selectedtab:hover    {
}

a.selectedtab:active   {
}

/* text style for the unselected tabs */
.othertabs {
}
    
/* hyperlink style for the unselected tabs */
a.othertabs:link {
}

a.othertabs:visited  {
}

a.othertabs:hover    {
}

a.othertabs:active   {
}

/* general */
/* style for module titles */
.head   {
}

/* style of item titles on edit and admin pages */
.subhead    {
}

/* module title style used instead of head for compact rendering by quicklinks and signin modules */
.subsubhead {
}

/* text style used for most text rendered by modules */
.normal
{
}

/* text style used for textboxes in the admin and edit pages, for nav compatibility */
.normaltextbox
{
}

.normalred
{
}

.normalbold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.commandbutton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
a.commandbutton:link {
}

a.commandbutton:visited  {
}

a.commandbutton:hover    {
}
    
a.commandbutton:active   {
}

/* button style for standard html buttons */
.standardbutton     {
}

/* generic */
h1  {
}

h2  {
}

h3  {
}

h4  {
}

h5, dt  {
}

h6  {
}

tfoot, thead    {
}

th  {
}

a:link  {
}

a:visited   {
}

a:hover {
}

a:active    {
}

small   {
}

big {
}

blockquote, pre {
}


ul li   {
}

ul li li    {
}

ul li li li {
}

ol li   {
}

ol ol li    {
}

ol ol ol li {
}
ol ul li   {
}

hr {
}

/* module-specific */
/* text style for reading messages in discussion */    
.message    {
}   

/* style of item titles by announcements and events */
.itemtitle    {
}

/* menu-styles */
/* module title menu */
.moduletitle_menucontainer {
}

.moduletitle_menubar {
}

.moduletitle_menuitem {
}

.moduletitle_menuicon {
}

.moduletitle_submenu {
}

.moduletitle_menubreak {
}

.moduletitle_menuitemsel {
}

.moduletitle_menuarrow {
}

.moduletitle_rootmenuarrow {
}

/* main menu */

.mainmenu_menucontainer {
}

.mainmenu_menubar {
}

.mainmenu_menuitem {
}

.mainmenu_menuicon {
}

.mainmenu_submenu {
}

.mainmenu_menubreak {
}

.mainmenu_menuitemsel {
}

.mainmenu_menuarrow {
}

.mainmenu_rootmenuarrow {
}

/* login styles */
.loginpanel{
}

.logintabgroup{
}

.logintab {
}

.logintabselected{
}

.logintabhover{
}

.logincontainergroup{
}

.logincontainer{
}