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


/*------------------------------CUSTOM HOLONCOM CSS------------------------------*/

/*==============
    General
==============*/

/*===============
     BUTTONS
===============*/


/*===============
    BANNER
===============*/


/*================
     PANES
=================*/


/*==========
    FONT
==========*/

/*==================
    5 colums  - http://stackoverflow.com/a/22799354
 ==================*/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

/*==================
    CONTAINERS
==================*/

/*===============================
    OpenContent 
================================*/

/*---- EDIT ICON ---- */

.command-edit-wrapper {
    display: -webkit-inline-box !important;
    font-size: 17px !important;
}

.command-edit {
    color: #8B1010 !important;
}


/*----------------- OpenContent -------------------*/


.InhdCntr {
    background-color: #fff;
    border: 1px solid #c3cdd7;
    padding: 10px;
}

.content_intro {
    color: #8c8c8c;
    font-size: 14px;
    line-height: 20px;
    padding-top: 30px;
    text-align: center;
}

.carousel {
    display: block;
}

.carousel-control.right, .carousel-control.left {
    background: none;
}

.carousel-indicators, .carousel-control.right, .carousel-control.left {
    display: none;
}

.Bg-dfdfdf {
    background-color: #dfdfdf;
}

table.tableDefault td {
    border-bottom: 1px solid #d9d9d9;
    padding: 10px 15px;
}

table.tableDefault img {
    padding-left: 10px;
}


table.Pa5 td {
    padding: 5px;
}

table.tableDefault tr:nth-child(2n) {
    background: #f3f3f3 none repeat scroll 0 0;
}

.Bold {
    font-weight: bold !important;
}

.Ops1-Cir {
    background: transparent url("/Portals/vvnk/Files/Doc/Tit5Ci.gif") no-repeat scroll 0 0;
    padding-left: 16px !important;
}

.Ops2-Str {
    background: transparent url("/Portals/vvnk/Files/Doc/Tit6Ci.gif") no-repeat scroll 0 0;
    padding-left: 32px !important;
}

table.tableDefault tr:nth-child(2n+1) {
    background: #fbfbfb none repeat scroll 0 0;
}

.tableDefault {
    width: 100%;
    font-size: 14px !important;
}

.HoAlCe {
    text-align: center;
}

.PR10 {
    padding-right: 10px;
}

.VeAlTo {
    vertical-align: top;
}

.Al {
    padding: 0 0 9px;
}

.Al, .St {
    color: #3f3f3f;
    font-family: Arial,Helvetica,Tahoma,Verdana,sans-serif;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.2px;
    line-height: 18px;
    vertical-align: top;
}

.MR10 {
    margin-right: 10px;
}

.PB15 {
    padding-bottom: 15px;
}

.ML5 {
    margin-left: 5px;
}

.MT15 {
    margin-top: 15px;
}

.ML0 {
    margin-left: 0;
}

.imgBrdr5_bfbfbf {
    padding: 7px 3px;
}

.FntSze16 {
    font-size: 16px;
}

.linklist {
    border: 1px solid #c3cdd7;
    padding: 10px;
}

ul {
    list-style: none;
}

ul, ol {
    margin-left: 0;
}

.linklist {
    border: 1px solid #c3cdd7;
}

.linkitem {
    padding-left: 10px;
}

.VeAlTo {
    vertical-align: top;
}

.HoAlLe {
    text-align: left;
}

.HoAlRi {
    text-align: right;
}

.Tit1 {
    background: transparent url("/Portals/vvnk/Files/Doc/Tit1Ci.gif") no-repeat scroll 0 0;
    color: #3f3f3f;
    font-size: 18px;
    letter-spacing: 0.3px;
    padding: 0 0 18px 32px;
    line-height: 18px;
}

.Tit1, .Tit2, .Tit3, .Tit4 {
    font-family: inherit;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
}

.MT5 {
    margin-top: 5px;
}

.Inhd1 {
    background: transparent url("/Portals/vvnk/Files/Doc/Inhd1.gif") no-repeat scroll 0 0;
    color: #3f3f3f;
    font-family: inherit;
    font-size: 14px;
    padding: 0 0 0 32px;
}

.PijlHome:link, a.PijlHome:visited {
    background: rgba(0, 0, 0, 0) url("/Portals/vvnk/Files/Doc/PijlHome.gif") no-repeat scroll 0 0;
}

.PijlHomeCntr {
    padding: 9px 0;
}

.PijlHome {
    padding: 1px 0 0 16px;
    font-size: 12px;
}

.Tit1 {
    background: transparent url("/Portals/vvnk/Files/Doc/Tit1Ci.gif") no-repeat scroll 0 0;
    color: #3f3f3f;
    font-size: 18px;
    letter-spacing: 0.3px;
    padding: 0 0 18px 32px;
}

.InhdCntr {
    background-color: #fff;
    border: 1px solid #c3cdd7;
    padding: 10px;
}

.languageBox {
    float: right;
}

.FooterPaneD {
    background-color: #fff !important;
    padding: 15px !important;
}

table.tableDefault th {
    background-color: #d7d7d7;
    border-bottom: 2px solid #aaa;
    font-weight: bold;
    text-align: left;
    padding: 10px 15px;
}

.In1 {
    padding-left: 16px;
}

.copyright_style a, .copyright_style a:link, .copyright_style a:visited, .copyright_style a:hover, .copyright_style a:active {
    color: #ffffff;
    font-size: 100%;
    font-weight: bold;
}

footer .sep {
    padding: 0 8px;
}
