/* 
 * 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 {}

/* 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 */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/*------------------------------------------------*/
/* TABLE STYLES */
/*------------------------------------------------*/

#content_body table {
  color: #333;
  background: white;
  border: 1px solid grey;
  font-size: 12pt;
  border-collapse: collapse;
	margin: 0px 0px 20px 0px;
}
#content_body table p {
  margin: 10px 0px 10px 0px;
}
#content_body table thead th, #content_body table tfoot th {
  color: #FFFFFF;
  background-color: #6b6b6b;
}
#content_body table > caption {
  padding: .5em;
}
#content_body table th, #content_body table td {
  padding: .9em;
  border: 1px solid lightgrey;
	vertical-align:middle;
}
.table_alternating_rows tbody > tr > :nth-child(2) {
  /* color:red;
 width:200px;
 text-align:center; */
}
.table_alternating_rows tbody > :nth-child(even) {
  background: #f1f1f1;
}
.table_alternating_rows tbody > :nth-child(odd) {
  background: #ffffff;
}
/* Default Table Style */
.cke_editable table {
  color: #333;
  background: white;
  border: 1px solid grey;
  font-size: 12pt;
  border-collapse: collapse;
}
.cke_editable table p {
  margin: 10px 0px 10px 0px;
}
.cke_editable table thead th, .cke_editable table tfoot th {
  color: #FFFFFF;
  background-color: #6b6b6b;
}
.cke_editable table > caption {
  padding: .5em;
}
.cke_editable table th, .cke_editable table td {
  padding: .9em;
  border: 1px solid lightgrey;
}
/*.cke_editable tbody>tr>:nth-child(2){

}*/
/*.cke_editable tbody>:nth-child(even){background: #f1f1f1;}
.cke_editable tbody>:nth-child(odd){background: #ffffff;}
*/
TFOOT, THEAD {}
TH {}

/*------------------------------------------------*/
/* ANCHOR STYLE */
/*------------------------------------------------*/

/* Login Styles */
.LoginPanel {}
.LoginTabGroup {}
.LoginTab {}
.LoginTabSelected {}
.LoginTabHover {}
.LoginContainerGroup {}
.LoginContainer {}

/*------------------------------------------------*/
/* BUTTON LINKS and OBJECTS */
/*------------------------------------------------*/


.buttonlink.blue {
  background-color: #1b6ca5;
  color: #fff;
	text-decoration: none;
}
.buttonlink.blue:hover {
  background-color: #287db9;
}
.buttonlink.crimson {
  background-color: #710000;
  color: #fff;
	text-decoration: none;
}
.buttonlink.crimson:hover {
  background-color: #910000;
}
.buttonlink:link  {
    text-decoration: none;
    padding: 10px 25px;
    margin: 0px 5px 10px 5px;
    border-radius: 10px;
    display: inline-block;
}


