
html 
{
    font-family:NettoOT;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 12px;
    scroll-behavior: smooth;
}

body 
{
	height: 100%;
    margin: 0;
    overflow-x: hidden;
    color: #494948;
    background-color: #f2f0f0;
    font-family: NettoOT;
	height: 100%;
}

a 
{
    text-decoration: none;
}

* 
{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@font-face
{
	font-family:NettoOT;
	src:url(./fonts/NettoOT-Bold.woff2) format("woff2"),url(./fonts/NettoOT-Bold.woff) format("woff");
	font-weight:700;
	font-style:normal;
}

@font-face
{
	font-family:NettoOT;
	src:url(./fonts/NettoOT.woff2) format("woff2"),url(./fonts/NettoOT.woff) format("woff");
	font-weight:400;
	font-style:normal;
}


.topMenuWrapper {
    position: absolute;
    padding:0px;
	top:0px;
	left:0px;
	width:100%;
	border:0px solid black;
	height:65px;
}

.header {
    display: block;
    padding:0px;
    justify-content: space-between;
    border-bottom: 1px solid rgb(107 107 106 / 41%);
    position: absolute;
	height:100%;
	width:100%;
}


.logo
{
	display:block;
	width:400px;
	height:54px;
	border:0px solid black;
	padding:0px;
	position:absolute;
	top:5px;
	left:5px;
	border:0px solid black;
}

.logo a
{
	text-decoration:none;
}

.logo-img 
{
	position:absolute;
	top:4px;
	left:2px;
    display: inline-block;
}

.logo-separator
{
	position:absolute;
	top:0px;
	left:45px;
    display: inline-block;
	height:54px;
	width:2px;
	border-right:2px solid grey;
}

.logo-text {
	position:absolute;
	height:54px;
	width:200px;
	top:0px;
	left:50px;
    vertical-align: top !important;
	padding:0px;
	border:0px solid black;
}

.logo-main-solute 
{
	position:absolute;
	height:30px;
	width:100 !important;
	top:0px;
	left:5px
	border:1px solid black;
	font-size: 28px;
	padding-top:0px;
	color:#333333;
	border:0px solid black;
}

.logo-bms {
	display: block;
	position:absolute;
	top:28px;
	left:5px
	height:1.2rem;
    vertical-align: top;
	font-size:22px;
	font-weight:bold;
	border:0px solid black;
	white-space:nowrap;
}

.rMark {
    position: absolute;
    font-size:12px;
    top:2px;
    left: 102px;
	border:0px solid black;
	height:1rem;
}

.logo-text .clan {
    color: #3ebcd3;
}

.right-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
	border:0px solid black;
	position:absolute;
	right:0px;
	top:9px;
}

.right-header .main-nav ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.right-header .main-nav ul li {
    padding-right: .50rem;
	padding-left: .50rem;
    position: relative;
	border-right :2px solid #3ebcd3;
}

.right-header .main-nav ul li:last-child {
    border-right: none;
}

.right-header .main-nav ul li a {
    text-decoration: none;
    color: #454444;
    font-size: 0.9rem;
}
.right-header .main-nav ul li a:hover,
.right-header .main-nav ul li.active a {
    color: #3ebcd3;
}

.right-header .main-nav ul li.live-tv a {
    padding: 5px 5px 5px 35px;
    position: relative;
    background: #3ebcd3;
}

.right-header .main-nav ul li.live-tv svg {
    position: absolute;
    left: 7px;
    top: 0px;
    fill: #fff;
    width: 22px;
}

.right-header .main-nav ul li.live-tv a {
    color: #fff !important;
}

.right-header .main-nav ul li.live-tv {
    padding-right: .7rem !important;
}

.right-header .main-nav ul li.live-tv a:hover{
    background-color:#282f2f
}

.right-header .main-nav ul li:not(:last-child):after 
{
    position: absolute;
    content: "";
    top: 0;
	height:30px;
    right: 0.5rem;
    color: #3ebcd3;
}

.right-header span.user-log {
    font-size: 0.8rem;
    color: #878787;
	display:inline;
}

.right-header span.channel-name {
    font-size: 1.2rem;
    color: #878787;
	padding: 0px 5px
}

.right-header span.channel-name .cname {
    font-size: 1.2rem;
    color: #3ebcd3;
	padding: 0px 5px
}

.right-header span.schedule-date {
    font-size: 1.2rem;
    color: #878787;
	padding: 0px 2px;
}

.right-header span.schedule-date .sdate {
    font-size: 1.2rem;
     color: #3ebcd3;
	padding: 0px 5px;
}

.right-header span.user-log .user-name {
    color: #3ebcd3;
    text-decoration: none;
    font-weight: 600;
    padding: 0 5px;
	font-size:11px;
}

.user-name 
{
	color: #3ebcd3;
    text-decoration: none;
    font-weight: 600;
    padding: 0 5px;
	font-size:11px;
}

.module-name 
{
	color: #3ebcd3;
    text-decoration: none;
    font-weight: 600;
    padding: 0 5px;
}

.right-header span.user-log .logout {
    border-bottom: 1px solid #878787;
    padding-bottom: 2px;
    color:#878787
}
.right-header span.user-log .logout:hover{
    color: #3ebcd3;
    border-bottom: 1px solid #3ebcd3;
}

.right-header span.menu-toggle {
    padding-right: 6px;
}

.mburger {
    --mb-button-size: 40px;
    --mb-bar-width: 0.8;
    --mb-bar-height: 2px;
    --mb-bar-spacing: 8px;
    --mb-cross-timeout: 0.4s;
    background: 0 0;
    border: none;
    border-radius: 0;
    color: inherit;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    height: var(--mb-button-size);
    padding: 0 0 0 var(--mb-button-size);
    margin: 0;
    line-height: var(--mb-button-size);
    vertical-align: middle;
    appearance: none;
    outline: 0;
    cursor: pointer;
}

.mburger b {
    display: block;
    position: absolute;
    left: calc(var(--mb-button-size) * ((1 - var(--mb-bar-width)) / 2));
    width: calc(var(--mb-button-size) * var(--mb-bar-width));
    height: var(--mb-bar-height);
    border-radius: calc(var(--mb-bar-height) / 2);
    background: currentColor;
    color: inherit;
    opacity: 1;
}
.mburger b:nth-of-type(1) {
    bottom: calc(50% + var(--mb-bar-spacing));
    transition: bottom 0.2s ease, transform 0.2s ease;
}
.mburger b:nth-of-type(2) {
    top: calc(50% - (var(--mb-bar-height) / 2));
    transition: opacity 0.2s ease;
}
.mburger b:nth-of-type(3) {
    top: calc(50% + var(--mb-bar-spacing));
    transition: top 0.2s ease, transform 0.2s ease;
}
.mburger span:not(:empty) {
    padding-right: calc(var(--mb-button-size) * ((1 - var(--mb-bar-width)) / 2));
}
.mm-wrapper_opened .mburger b:nth-of-type(1) {
    bottom: calc(50% - (var(--mb-bar-height) / 2));
    transform: rotate(45deg);
}
.mm-wrapper_opened .mburger b:nth-of-type(2) {
    opacity: 0;
}
.mm-wrapper_opened .mburger b:nth-of-type(3) {
    top: calc(50% - (var(--mb-bar-height) / 2));
    transform: rotate(-45deg);
}
.mburger--collapse b:nth-of-type(1) {
    transition: bottom 0.2s ease, margin 0.2s ease, transform 0.2s ease;
    transition-delay: 0.2s, 0s, 0s;
}
.mburger--collapse b:nth-of-type(2) {
    transition: top 0.2s ease, opacity 0s ease;
    transition-delay: 0.3s, 0.3s;
}
.mburger--collapse b:nth-of-type(3) {
    transition: top 0.2s ease, transform 0.2s ease;
}
.mm-wrapper_opened .mburger--collapse b:nth-of-type(1) {
    bottom: calc(50% - var(--mb-bar-spacing) - var(--mb-bar-height));
    margin-bottom: calc(var(--mb-bar-spacing) + (var(--mb-bar-height) / 2));
    transform: rotate(45deg);
    transition-delay: calc(var(--mb-cross-timeout) + 0.1s), calc(var(--mb-cross-timeout) + 0.3s),
        calc(var(--mb-cross-timeout) + 0.3s);
}
.mm-wrapper_opened .mburger--collapse b:nth-of-type(2) {
    top: calc(50% + var(--mb-bar-spacing));
    opacity: 0;
    transition-delay: calc(var(--mb-cross-timeout) + 0s), calc(var(--mb-cross-timeout) + 0.2s);
}
.mm-wrapper_opened .mburger--collapse b:nth-of-type(3) {
    top: calc(50% - (var(--mb-bar-height) / 2));
    transform: rotate(-45deg);
    transition-delay: calc(var(--mb-cross-timeout) + 0.3s), calc(var(--mb-cross-timeout) + 0.3s);
}
.mburger--spin b:nth-of-type(1) {
    transition-delay: 0.2s, 0s;
}
.mburger--spin b:nth-of-type(2) {
    transition-duration: 0s;
    transition-delay: 0.2s;
}
.mburger--spin b:nth-of-type(3) {
    transition-delay: 0.2s, 0s;
}
.mm-wrapper_opened .mburger--spin b:nth-of-type(1) {
    transform: rotate(135deg);
    transition-delay: calc(var(--mb-cross-timeout) + 0s), calc(var(--mb-cross-timeout) + 0.2s);
}
.mm-wrapper_opened .mburger--spin b:nth-of-type(2) {
    transition-delay: calc(var(--mb-cross-timeout) + 0s);
}
.mm-wrapper_opened .mburger--spin b:nth-of-type(3) {
    transform: rotate(225deg);
    transition-delay: calc(var(--mb-cross-timeout) + 0s), calc(var(--mb-cross-timeout) + 0.2s);
}
.mburger--squeeze b:nth-of-type(1) {
    transition-delay: 0.1s, 0s;
}
.mburger--squeeze b:nth-of-type(2) {
    transition-delay: 0.1s;
}
.mburger--squeeze b:nth-of-type(3) {
    transition-delay: 0.1s, 0s;
}
.mm-wrapper_opened .mburger--squeeze b:nth-of-type(1) {
    transition-delay: calc(var(--mb-cross-timeout) + 0s), calc(var(--mb-cross-timeout) + 0.1s);
}
.mm-wrapper_opened .mburger--squeeze b:nth-of-type(2) {
    transition-delay: calc(var(--mb-cross-timeout) + 0s);
}
.mm-wrapper_opened .mburger--squeeze b:nth-of-type(3) {
    transition-delay: calc(var(--mb-cross-timeout) + 0s), calc(var(--mb-cross-timeout) + 0.1s);
}
.mburger--tornado b:nth-of-type(1) {
    transition: bottom 0.2s ease, transform 0.2s ease;
    transition-delay: 0.2s;
}
.mburger--tornado b:nth-of-type(2) {
    transition: opacity 0s ease, transform 0.2s ease;
    transition-delay: 0.1s, 0.1s;
}
.mburger--tornado b:nth-of-type(3) {
    transition: top 0.2s ease, transform 0.2s ease;
    transition-delay: 0s;
}
.mm-wrapper_opened .mburger--tornado b:nth-of-type(1) {
    transform: rotate(-135deg);
    transition-delay: calc(var(--mb-cross-timeout) + 0s);
}
.mm-wrapper_opened .mburger--tornado b:nth-of-type(2) {
    opacity: 0;
    transform: rotate(-135deg);
    transition-delay: calc(var(--mb-cross-timeout) + 0.4s), calc(var(--mb-cross-timeout) + 0.1s);
}
.mm-wrapper_opened .mburger--tornado b:nth-of-type(3) {
    transform: rotate(-225deg);
    transition-delay: calc(var(--mb-cross-timeout) + 0.2s);
}

.right-header .menu-toggle .Sticky.mobile {
    display: none;
}

/* Sub Menu */
.hover-menu {
    position: absolute;
    top: 100px;
    left: 150px;
    background: #f2f0f0;
    padding: 0 3rem;
    box-shadow: 2px 5px 9px 2px rgb(0 0 0 / 8%);
	z-index:10000000024;
}

.sub-nav-level-one {
    border-bottom: 1px solid rgb(107 107 106 / 41%);
    list-style: none;
    margin: 0;
    padding: 13px 0px;
}

.sub-nav-level-one li {
    display: inline-block;
    max-width: 150px;
	min-width: 130px;

    padding-right: 5px;
	white-space: none;
}

.sub-nav-level-one li a {
    width: 100%;
    display: block;
    padding: 6px;
    text-align: center;
    font-size: 0.9rem;
    background: rgb(62 188 211 / 34%);
    border: 1px solid rgb(107 107 106 / 33%);
    color: #454444;
	white-space: none;
	cursor: pointer;
}

.sub-nav-level-one li a:hover,
.sub-nav-level-one li a.active {
    border-color:#3ebcd3;
    background: #3ebcd3;
    color: white;
}

.sub-nav-level-one-small {
    border: 0px solid rgb(107 107 106 / 41%);
    list-style: none;
    margin: 0;
    padding: 5px 0px;
}

.sub-nav-level-one-small li {
    display: inline-block;
    max-width: 110px;
	height:35px;
    width: 100%;
    padding-right: 5px;
	white-space: none;
}

.sub-nav-level-one-small li a {
    width: 100%;
    display: block;
    padding: 10px 5px 10px 5px;
    text-align: center;
    font-size: 0.75rem;
    background: rgb(62 188 211 / 34%);
    color: #454444;
	white-space: none;
	cursor: pointer;
}

.sub-nav-level-one-small li a:hover,
.sub-nav-level-one-small li a.active {
    border-color:#3ebcd3;
    background: #3ebcd3;
    color: white;
	cursor: pointer;
}

.sub-nav-level-two {
    list-style: none;
    margin: 0;
    padding: 12px 0px;
}

.sub-nav-level-two li {
    display: inline-block;
    max-width: 90px;
    width: 100%;
}

.sub-nav-level-two li img {
    display: block;
    margin: 0 auto 8px;
}

.sub-nav-level-two li a {
    width: 100%;
    display: block;
    padding: 8px;
    text-align: center;
    font-weight: 600;
    font-size: 0.8rem;
    color: #454444;
	cursor: pointer;
}
.sub-nav-level-two li a:hover,
.sub-nav-level-two li a.active {
    color: #3ebcd3 !important;
}
.sub-nav-level-two li a:hover .cls-1,
.sub-nav-level-two li a.active .cls-1 {
    fill: #3ebcd3 !important;
}

.channel-lists {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: center;
}

.channel-list {
    margin: 15px 0;
    padding: 0 10px;
    list-style: none;
    width: 175px;
    border-right: 1px solid rgb(200 200 200 / 41%);
}

.channel-list li .cheader{
    color: #3ebcd3;
    font-size: 0.95rem;
	text-align:left;
}

.menuChannelName
{
    color: #3ebcd3;
    font-size: 1.5rem;
	text-align:left;
	font-weight:bold;
}

.menuChannelSelectedBG
{
    background:#BCBCBC;
	color:#3ebcd3;
}

.channel-list li {
    padding: 5px;
    border-bottom: 2px dotted rgb(107 107 106 / 41%);
    font-size: .80rem;
	text-align:left;
}

.channel-list li a{
    color: #454444;
	diplay:block;
}

.channel-list li a:hover{
    color: #3ebcd3;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #ffffff;
    overflow-x: hidden;
    transition: 0.5s;
}

.sidenav .closebtn {
    position: absolute;
    top: 11px;
    right: 10px;
    font-size: 36px;
    margin-left: 50px;
}
.side-bar-header {
    padding: 10px 60px 10px 10px;
}
.side-bar-header .user-info .user-log a {
    display: table;
}
.side-bar-header span.user-log .user-name {
    color: #3ebcd3;
    text-decoration: none;
    font-weight: 600;
    padding: 4px 0 0;
    font-size: 1.2rem;
    margin-top: 5px;
}

.side-bar-header span.user-log .logout {
    border-bottom: 1px solid #878787;
    padding-bottom: 2px;
    font-size: 1.1rem;
    color: #878787;
}

.side-bar-body .main-nav .level-one {
    display: block;
    padding: 15px 40px 15px 10px;
    border-bottom: 1px solid rgb(107 107 106 / 41%);
    font-size: 1.2rem;
    color: #494948;
}

.side-bar-body .main-nav .accordion.level-one {
    position: relative;
}

.side-bar-body .main-nav .accordion.level-one:after {
    position: absolute;
    content: "\002B";
    font-size: 2rem;
    right: 11px;
    top: 4px;
}

.side-bar-body .main-nav .accordion.level-one.active:after {
    content: "\2212";
}

.side-bar-body .main-nav a.live-tv.accordion.level-one{
    background-color: #3ebcd3;
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.side-bar-body .main-nav a.live-tv.accordion.level-one{
    color: white;
}

.side-bar-body .main-nav a.live-tv.accordion.level-one svg{
    fill: white;
}

@media only screen and (min-width: 1130px) and (max-width: 1279px)  {
    .wrapper {
        padding: 0 1rem;
    }
    .right-header .main-nav ul li a{
        font-size: .75rem;
    }
  }
@media screen and (max-width: 1130px) {
    .right-header .main-nav {
        display: none;
    }
    .wrapper {
        padding: 0 1rem;
    }
    .right-header span.user-log {
        display: none;
    }
    .right-header .menu-toggle .Sticky {
        display: none;
    }
    .right-header .menu-toggle .Sticky.mobile {
        display: block;
    }

    .right-header span.menu-toggle {
        display: table;
    }
}


.bgClrGrey		{background:#939393 !important;}
.bgClrRed		{background:#FF3C3C !important;}
.bgClrRedL		{background:#FF5353 !important;}
.bgClrGreen		{background:#AAFF55 !important;}
.bgClrGrey		{background:#939393 !important;}
.bgTransparent	{background:Transparent !important;}
.bgClrPink		{background:#EC008C !important;}
.bgClrOrange	{background:#FF9933 !important;}

div#optionsSelection
{
    position:absolute;
    top:76px;
    left:50px;
    display:none;
    z-index:10000000024;
    text-align:justify;
    border:2px solid #F2F2F2;
	padding-left:5px;
	background:#f2f2f2;
    -webkit-box-shadow:0px 0px 2px 2px rgba(200,200,240,.75);  
	overflow-x:auto;
}

div#optionsSelectionHide
{
    position:absolute;
    top:10px;
    right:10px;
    height:20px;
	width:20px;
}

.optionsContainerNew
{
    position:absolute;
    top:65px;
    left:5px;
    height:210px;
	padding:5px 3px 3px 3px;
    width:98% !important;
    overflow:auto;
	background:#f2f2f2;
}

.simpleDropdownMenu							
{
	position: relative;
	display: inline-block;
	z-index: 100001 !important;
}

.simpleDropdown-content
{
	display: none;
	position: absolute;
	top:22px;
	background-color: #f9f9f9;
	min-width: 150px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 100002 !important;
	text-align:left;
}

.simpleDropdown-content a 
{
	color: black;
	padding: 8px 16px 8px 8px;
	text-decoration: none;
	display: block;
	font-size:13px;
	text-align:left;
	z-index: 100002 !important;
}

.simpleDropdownMenu:hover .simpleDropdown-content
{
	display: block;
	z-index: 100002 !important;
}

.simpleDropdown-content a:hover
{
	background-color: #DADADA;
}

.simpleDropdownSubMenu
{
	position: relative;
	display: inline-block;
	z-index: 110000002 !important;
	width:100%;
}

.simpleDropdownSubMenu-content
{
	display: none;
	position: absolute;
	top:0px;
	background-color: #f9f9f9;
	min-width: 150px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 200000015  !important;
	text-align:left;
}

.simpleDropdownSubMenu-content a 
{
	color: black;
	padding: 8px 16px 8px 8px;
	text-decoration: none;
	display: block;
	font-size:13px;
	text-align:left;
	z-index: 200000015 !important;
}

.simpleDropdownSubMenu:hover .simpleDropdownSubMenu-content
{
	display: inline-block;
	min-width: 150px;
	z-index: 100000012 !important;
}

.right0
{
	right: 0;
}

.left0
{
	left: 0;
}

.bottom0
{
	bottom: 0;
}

.top0
{
	top: 0;
}


.dropdownMenu							
{
	position: relative;
	display: inline-block;
}

.dropdownMenu .topparent					
{
	box-sizing: content-box;
	display: block;
	position: relative;
	text-align: left; 
	float: right;
	margin:0;
	padding:0px; 
	list-style:none; 
	z-index:10;
	background-color: #4FA0D8;
}

.dropdownMenu .topparent:hover > ul		
{	
	display:block;
	position:absolute;
	padding:0px; 
}

.dropdownMenu .parent					
{
	display: block;
	position: relative;
	text-align: left; 
	float: right;
	margin:0;
	list-style:none; 
	z-index:10;
	border: 1px solid rgb(62 188 211 / 34%);
	box-sizing: content-box;
	padding:7.5px 10px;
	background:rgb(62 188 211 / 34%); 
	font-size:12px;
}

.dropdownMenu .parent a					
{
	color: #333333;
	text-decoration: none;
	font-size:12px;
	font-weight:normal;
}

.dropdownMenu .parent:hover > ul		
{	
	display:block;
	position:absolute;
}

.dropdownMenu .parent .child			
{
	display: none;
}

.dropdownMenu .parent .child li			
{
	background-color: #d7d7d7;
	line-height: 22px;
	border-bottom:#CCC 1px solid;
	border-right:#CCC 1px solid; 
	padding:5px;
	width:210px;
}

.dropdownMenu .parent .child li a		
{	
	display:block;
	color: #000000;
	width:100%;
	display:block;
	font-size:12px;
	font-weight:bold;
}

.dropdownMenu ul						
{
	list-style: none;
	margin: 0;
	padding: 0px; 
	min-width:10em;
}

.dropdownMenu ul ul ul					
{
	top: 0;
}

.dropdownMenu li:hover					
{
	background-color: #95B4CA;
}

.dropdownMenu .parent li:hover			
{
	background-color: #F0F0F0;
}

.dropdownMenu .parent .expand				
{
	font-size:12px;
	float:right;
	margin-right:10px;
}

.dropdownMenu .dropLeft
{
	right: 0% !important;
	margin-right:0px;
}

.dropdownMenu .dropRight
{
	left: 100% !important;
	margin-right:0px;
}

.dropdown 
{
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content
{
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a 
{
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover 
{
	background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content
{
	display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */

.dropdown:hover .dropbtn 
{
	background-color: #3e8e41;
}

.divHeaderHelp
{
	display:inline;
	padding-top:5px;
	margin-left:5px;
	border:0px solid black;
}

.divHeaderAnnouncement
{
	display:inline;
	padding-top:4px;
	margin-left:2px;
	border:0px solid black;
}

.divHeaderUname
{
	display:inline;
	margin-left:5px;
}

.mainLandingWrapper
{
	position: absolute;
    padding: 10px;
	border:0px solid white;
	top:75px;
	left:10px;
}

.landingBoxABSNEWS 
{
	position: absolute;
    padding: 10px;
	border:1px solid #FFFFFF;
	top:10px;
	left:10px;
	background:white;
	display:inline;
}

.landingBoxTIPOFTHEWEEK
{
	position: absolute;
    padding: 10px;
	border:1px solid #FFFFFF;
	background:white;
}

.landingBoxQUICKLINKS
{
    padding: 10px;
	border:1px solid #FFFFFF;
	background:white;
}

.landingBoxSTATS
{
    padding: 10px;
	border:1px solid #FFFFFF;
	background:white;
}

.landingBoxTODOLIST
{
    padding: 10px;
	border:1px solid #FFFFFF;
	background:white;
}