﻿body 
{
    margin-top:0px;
}
/* STYLE CLASSES */
.aboutUs 
{
    background-color:White;
    padding:20px;
    font-family: Tahoma;
    font-size: 12px;
    text-align: justify;
    width:646px;
}
/* Stacked top/content/bottom tables (day container, medium panels, about us) */
table.stackTable,
table.aboutUsStack {
    border-collapse: collapse;
    border-spacing: 0;
}
table.stackTable td,
table.aboutUsStack td {
    padding: 0;
    vertical-align: middle;
}
table.stackTable tr:first-child td,
table.stackTable tr:last-child td,
table.aboutUsStack tr:first-child td,
table.aboutUsStack tr:last-child td {
    line-height: 0;
    font-size: 0;
}
table.stackTable tr:first-child img,
table.stackTable tr:last-child img,
table.aboutUsStack tr:first-child img,
table.aboutUsStack tr:last-child img {
    display: block;
    border: 0;
}
table.aboutUsStack .aboutUs h3:first-child {
    margin-top: 0;
}
/* weatherStockAstrology — first accordion header flush with column top */
#hideForMagz .accordionHeaderMedium:first-of-type {
    margin-top: 0;
}
/* Decorative row above content — fixed height like .NET layout */
td.mainContentTop {
    height: 20px;
    line-height: 0;
    font-size: 0;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
}
.accordionHeader
{
    color: #FFFFFF;
    background-image: url(../images/bkgNewsFeedHdr.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #0b7a9e;/*= 11 122 158 /* 676b6f */
    background-size: 100% 20px;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    padding-top: 3px;
    padding-left: 20px;
    margin-top: 5px;
    cursor: pointer;
}
.accordionHeaderMedia 
{
    text-align: left;
    background-size: 100% 20px;
    background-image: url(../images/bkgMediaHdr.jpg);
}
.accordionHeaderMedium 
{
    width: 480px;
    background-image: url(../images/bkgWeatherStockAstrologyHdr.jpg);
}
.accordionContentMedium 
{
    width: 480px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    display: none;
}
.accordionContentMedium.accordionOpen
{
    display: block;
}
.accordionHeaderMedium
{
    cursor: pointer;
}
.accordionHeaderMedium.accordionActive
{
    font-weight: bold;
}
.ajaxLoader
{
    position: absolute;
    top: 280px;
    left: 400px;
    text-align: center;
    vertical-align: middle;
    font-family: Tahoma, Arial;
    font-size: 13px;
    font-weight: bold;
    color: White;
    background-image: url(../images/ajax-loaderBackground.gif);
    background-repeat: no-repeat;
    background-color:Transparent;
    background-position: center center;
    width:200px;
    height:50px;
}
.ajaxLoader img 
{
    vertical-align:bottom;position:relative;top:10px;
}
.ajaxLoader label 
{
    vertical-align:bottom;
}
.bgkMediumBtm 
{
    background-image: url(../images/bgkMediumBtm.jpg);
    background-repeat: no-repeat;
    background-color: #0b7a9e;
    height: 5px;
    font-size: 1px;
}
.bgkMediumTop 
{
    background-image: url(../images/bgkMediumTop.jpg);
    background-repeat: no-repeat;
    background-color: White;
    height: 10px;
    font-size: 1px;
}
.bodyBkg
{
    background-image: url(../images/bkgBodyBlue.jpg); /* url(../images/bkgVBarGray.gif); */
    background-repeat: repeat-x;
    background-color: #32ccfe; /*#676b6f */
}
.btmRow
{
    background-image: url(../images/bodyBtm.jpg); /* url(../images/bodyBtm.gif); */
    background-repeat: no-repeat;
    background-size: 100% 15px;
    width: 100%;
}
.buttonGo
{
    background-image: url(../images/buttonGo.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 25px;
    height: 25px;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
}
.coverSliderRow
{
    background-image: url(../images/bkgMainRowTopFancy.jpg);
    background-repeat: no-repeat;
    background-size: 100% 210px;
    background-position: center top;
    background-color: White;
    width: 100%;
    height: 210px;
    padding-right:0px;
    padding-left:0px;
}
.dayContainer
{
    font-family: Tahoma;
    width: 388px;
    height: 635px;
}
.dayContainerInner
{
    width: 384px;
    height: 610px;
    border-left: 1px solid white;
    border-right: 1px solid white;
    background-color: #dcdcdc;
}
.selectList 
{
    border: 3px solid black;
    -webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
}
.errMsg 
{
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    font-family: Tahoma;
    font-size: 11px;
    font-style: italic;
}
.feedDetailTable
{
    width: 724px;
    padding:10px;
    background-color: #ffffff;
    font-family: Tahoma;
	font-size: 12px;
	text-align: justify;
	line-height: 20px;
}
.footerRow 
{
    background-image: url(../images/ftrBtm.jpg); /* url(../images/ftrBtm.gif); */
    background-repeat: no-repeat;
    background-color: White;
    background-position: center center;
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
}
.footNote
{
    font-size: 11px;
    font-family: Arial;
    text-align: center;
    vertical-align: top;
}
.hidden
{
    display:none;
}
.mainContainer 
{
    width: 100%;
}
.mainContentBtm
{
    background-image: url(../images/bkgMainRowBtm.jpg);
    background-repeat:no-repeat;
    background-color:White;
    background-size: 100% 14px;
    background-position:center top;
    padding-right:20px;
    padding-left:20px;
    width: 100%;
}
.mainContentTop
{
    background-image: url(../images/bkgMainRowTop.jpg);
    background-size: 100% 20px;
    width: 100%;
}
.mainTable
{
    width: 100%;
    border-collapse: collapse;
    border: none 0px white;
}
.mediaModalPopup
{
    min-width:600px;
    min-height:410px;
    width:600px;
    height: 410px;
    padding: 0px;
    margin: 0px;
	background-color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.mediaTable td
{
    background-image: url(../flash/gameImages/mediaBackground.png);
    background-repeat: no-repeat;
    background-position: center;
    width:146px;
    height:127px;
    cursor:pointer;
    font-weight:bold;
    font-family:Tahoma;
    font-size:10px;
    color:Blue;
}
.mediumContainer
{
    font-family: Tahoma;
    background-color: White;
    font-size: 12px;
    width: 480px;
    text-align: justify;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
}
.menuRow
{
    background-image: url(../images/hdrMenu.jpg);
    width: 100%;
    height: 55px;
    background-size: 100% 35px;
    background-repeat: no-repeat;
    background-color: White;
    background-position: center;
    padding-right:20px;
    padding-left:20px;
}
.modalPopupBG
{
    background-color: #666699;
    filter: alpha(opacity=50);
    opacity: 0.7;
}
.modalPopup
{
    min-width:910px;
    min-height:650px;
    width:910px;
    height: 650px;
    padding: 0px;
    margin: 0px;
	background-color: #82ab08;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.mwvbLogo
{
    background-image: url(../images/MidwestVietBao_Red_Small.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 208px;
    height: 56px;
    display: inline-block;
    cursor: pointer;
}
.newsFeedBlock
{
    height:120px;
    width:165px;
    overflow:hidden;
    font-family: Tahoma;
    text-align: justify;
}
.newsFeedCell
{
    background-image: url(../images/newsFeedBackground.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    width:165px;
    height:127px;
    cursor:pointer;
    color:Black;
    font-weight:normal;
    font-family:Tahoma;
    font-size:10px;
    color:Black;
    padding: 5px 10px 15px 10px;
}
.newsFeedContainer
{
    background-image: url(../images/bkgNewsFeedContainer.jpg);
    background-repeat: repeat-y;
    background-size: 100% 100%;
    background-position: center top;
    background-color: White;
    width: 100%;
    height: 1000px;
    padding-right:20px;
    padding-left:20px;
}
.newsFeedContainerLeft
{
    width:755px;
    background-color: #0b7a9e; /* 676b6f; */
}
.newsFeedContainerRight
{
    width:140px;
    background-color: #0b7a9e; /* 676b6f; */
    padding-left: 15px;
    padding-top: 0px;
}
.newsFeedContainerRight div
{
    background-image: url(../images/bkgFeedSourceButton.gif);
    background-repeat: no-repeat;
    background-color: #0b7a9e; /* 676b6f; */
    background-position: center center;
    text-align:left;
    padding-left: 20px;
    padding-top: 10px;
    width: 110px;
    height: 25px;
    font-size: 12px;
    font-weight: bold;
    font-family: Tahoma;
    cursor: pointer;
    color: White;
}
.newsFeedDate
{
    font-size:9px;
    font-weight:bold;
}
.newsFeedTable
{
    width: 725px;
    background-color: #0b7a9e; /* 676b6f; */
}
.newsFeedTable tr
{
    height: 160px;
}
.newsFeedTitle
{
    color:blue;
    font-weight:bold;
}
.noBorder
{
    border: none;
}
.qcaoModalPopup
{
    min-width:580px;
    min-height:300px;
    width:580px;
    height: 500px;
    padding: 0px;
    margin: 0px;
	background-color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	border: 3px inset red;
}
.reminder
{
    color: #ffffff;
    font-size: 14px;
    font-style: italic;
    margin-left: 20px;
}
.sideSpace
{
    background-image: url(../images/bkgVBarWhite.gif);
    background-repeat: repeat;
    width: 10px;
}
.topRow
{
    background-image: url(../images/hdrTop.jpg);
    width: 100%;
    height: 69px;
    background-size: 100% 69px;
    background-repeat: no-repeat;
    background-color: #3c4145;
    padding-left: 10px;
}
.trans
{
    background-color: Transparent;
    border: none;
}

/* STYLE SELECTORS */
#mediaPopupFooter 
{
    width:600px;
}
#mediaPopupTitle 
{
    width:510px;
    display:inline-block;
    text-align: center;
    font-size:14px;
    font-weight:bold;
    font-family:Arial;
    color:Black;
    padding-bottom:5px;
    margin-bottom:5px;
    vertical-align:middle;
}
#menuContainer
{
    font-weight:bold;
    font-size:13px;
    font-family:Tahoma;
    padding-top: 0px;
    width: 100%;
}
#menuContainer a
{
    text-decoration:none;
    color: White;
}
#menuContainer a:hover
{
    text-decoration:underline;
}
#qcaoContainer
{
    width:100%;
    height:500px;
    overflow: scroll;
    text-align: center;
    vertical-align: middle;
}
#qcaoPopupFooter
{
    width:580px;
    height:25px;
    text-align: right;
}