/* 
 * 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{
}










form#form {
    /* width: 688px; */
    margin:  auto;
    /* margin-top: 36px; */
    padding-bottom: 55px;
}

.form-message-row {
    margin-bottom: 28px;
    height: 43px;
    /* line-height: 55px; */
}

.form-content {
    color: #003366;
    float: left;
    width: 308px;
    padding-left: 0;
    height: auto;
    background-color: #ffffff;
    border-radius: 4px;
    margin-left: 13px;
}

.form-content select {
       color: #000000;
       float: left;
       padding-left: 10px;
       padding-right: 10px;
       height: 43px;
       background-color: #f1f6fa;
       border-radius: 4px;
       margin-left: 0;
       border: none;
}
.form-content input {
    color: #003366;
    float: left;
    padding-left: 15px;
    height: 25px;
    background-color: #ffffff;
    border-radius: 4px;
    margin-left: 0;
    border: none;
}
.form-content textarea {
    color: #003366;
    float: left;
    padding-left: 20px;
    height: 200px;
    width: 100%!important;
    background-color: #ffffff;
    border-radius: 4px;
    margin-left: 0;
    padding-top: 10px;
    padding-right: 10px;
}
          .form-message-board .form-message-row:nth-child(20){
    height: 220px;
}

.form-message-board .form-message-row:nth-child(20) .form-content{
    height: 220px;
}

.form-message-board .form-message-row:nth-child(21){
    height: 220px;
}

.form-message-board .form-message-row:nth-child(21) .form-content{
    height: 220px;
}


.form-message-board .form-message-row:nth-child(22){
    height: 220px;
}

.form-message-board .form-message-row:nth-child(22) .form-content{
    height: 220px;
}
.code-title span {
    font-size: 14px;
    color: #737574;
    text-align: right;
    width: auto;
    display: block;
    margin-top: 13px;
    margin-right: 17px;
}

input#code_input_content {
    height: 25px;
    width: 40%!important;
    border: 1px solid #ccc;
}

input#message_board_save {
    width: 75px;
    height: 29px;
    background-color: #005bac;
    border-radius: 3px;
    font-size: 14px;
    cursor: pointer;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 20px;
    border: none;
    margin-right: 11px;
    margin-left: -48px;
    border-color: #3d8fcb;
    background: #3d8fcb;
    background: -moz-linear-gradient(top, #3d8fcb 0%, #2170cd 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3d8fcb), color-stop(100%, #2170cd));
    background: -webkit-linear-gradient(top, #3d8fcb 0%, #2170cd 100%);
    background: linear-gradient(top, #3d8fcb 0%, #2170cd 100%);
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.6), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.6), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
    color: #efefef;
    text-shadow: 0px -1px 0px #185B93;
}

input#message_board_mepty {
    width: 75px;
    height: 29px;
    background-color: #cecece;
    border-radius: 3px;
    font-size: 14px;
    cursor: pointer;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #ffffff;
    border: none;
    background: #9f9f9f;
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.4), inset 0px 0px 0px 0px rgba(255, 255, 255, 1);
    text-shadow: 0px 1px 0px #666;
    background: #9f9f9f;
    background: -moz-linear-gradient(top, #9f9f9f 0%, #9f9f9f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9f9f9f), color-stop(100%, #9f9f9f));
    background: -webkit-linear-gradient(top, #9f9f9f 0%, #9f9f9f 100%);
    background: -o-linear-gradient(top, #9f9f9f 0%, #9f9f9f 100%);
    background: -ms-linear-gradient(top, #9f9f9f 0%, #9f9f9f 100%);
    background: linear-gradient(top, #9f9f9f 0%, #9f9f9f 100%);
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.4), inset 0px 0px 0px 0px rgba(255, 255, 255, 1);
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.4), inset 0px 0px 0px 0px rgba(255, 255, 255, 1);
    text-shadow: 0px 1px 0px #666;
    color: #fff;
}


.form-message-wrapper .form-message-row:nth-child(4) {
    display: block;

}
.form-message-wrapper .form-message-row:nth-child(5) {
    display: block;
    height: auto;
}

.form-message-wrapper .form-message-row:nth-child(6) {
    display: block;
    margin-left: 38px;
    margin-top: 15px;
}

.form-message-wrapper .form-message-row:nth-child(7) {
    display: block;
}
.form-message-wrapper .form-message-row {
    margin-bottom: 0;
    display: table !important;
}

canvas#captchaCanvas {
    position: relative;
    top: 10px;
    border: 1px solid #ccc;
}