﻿body
{
    margin: 0px;
    background-color: #C7C7C7;
    font-size: 13px;
    font-family: Verdana;
}

th
{
    text-align: left;
}

h2
{
    font-family: 'Fjalla One' , sans-serif;
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: normal;
    color: #004B71; /* 	font-family:  'Times New Roman', serif; 	color: #004B71; 	font-size: 26px; 	line-height: 32px; 	font-weight:bold; 	*/
    margin-top: 10px;
    margin-bottom: 10px; /*text-transform: capitalize;*/
}

.view-all
{
    
}

.view-all a
{
    font-weight: bold;
    color: #114076;
}

.view-all a span
{
    font-weight: normal;
    font-family:Verdana;
    letter-spacing:0px;
    line-height:10px;
    font-size:10px;
}

.view-all-lrg
{
    
}

.view-all-lrg a
{
    font-weight: bold;
    color: #114076;
    text-transform:uppercase;
}

.view-all-lrg a span
{
    font-weight: bold;
    font-family:Calibri;
    letter-spacing:0px;
    line-height:10px;
    font-size:10px;
    margin-bottom:4px;
}

.post-title
{
    font-family: 'Times New Roman' , serif;
    color: black;
    font-size: 26px;
    line-height: 32px;
    font-weight: bold; /*text-transform: capitalize;*/
}

.sub-heading
{
    padding: 0px 0px 10px 0px;
    font-family: BentonSansCond Medium, arial narrow, arial;
    color: #004B71;
    border-bottom: solid 1px silver;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    font-weight: bold;
}

h3
{
    padding: 0px 0px 10px 0px;
    font-family: BentonSansCond Medium, arial narrow, arial;
    color: #EA7E34;
    border-bottom: solid 1px silver;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    font-weight: bold;
}

    h3.border-top {
        border-bottom: none;
        padding-top: 10px;
        border-top: solid 1px silver;
    }

p
{
    font-size: 13px;
    font-family: Verdana;
    line-height: 20px;
    margin-top: 3px;
}

p a
{
    color: #0000C4;
    text-decoration: none;
}

p a:hover
{
    color: #0000C4;
    text-decoration: : underline;
}

td
{
    vertical-align: top;
}

a
{
    text-decoration: none; /*color: #000000;*/
    color: #0000C4;
}

a img
{
    border: none;
}

a:hover
{
    text-decoration: underline;
}

.td-cAligned
{
    text-align: center;
}

.td-rAligned
{
    text-align: right;
}

.company-title
{
    font-family: sans-serif;
    font-size: 24px;
    font-weight: normal;
}

.required
{
    color: Red;
}

.divDropDown
{
    border: 1px solid silver;
}

#mainArea
{
    margin: auto; /*width: 985px;*/
}

#top-bannerContainer
{
    margin: 0px;
    padding: 0px;
    background-color: #252525;
}

#bannerArea
{
    padding: 10px;
    text-align: center;
    background-color: #252525;
}

#headerTitle
{
    padding: 5px;
    background-color: #404040;
    text-align: left;
    color: #BEBEBE;
    font-size: 10px;
}

#headerTitle a
{
    color: White;
    text-decoration: none;
}

#headerTitle a:hover
{
    color: White;
    text-decoration: underline;
}

#header
{
    background-color: #C7C7C7;
    background-image: url(../../Images/header_bg-2.jpg);
    background-position: center;
    height: 138px;
    background-repeat: repeat-y;
}

#headerDetail
{
    margin: auto;
    width: 985px;
    padding: 2px 2px 0px 2px;
}

#headerDetail .buttonLeft
{
    float: right;
    background-image: url(../../Images/header_buttonbar_left.png);
    border-right: 1px solid #587f8f;
    height: 34px;
    width: 31px;
    vertical-align: bottom;
    background-repeat: no-repeat;
}

#headerDetail .button
{
    float: right;
    height: 24px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #6aa0b6;
    border-left: 1px solid #89bccb;
    border-right: 1px solid #587f8f;
    font-size: 12px;
    color: #00486d;
    text-decoration: none;
    text-shadow: #E5E5E5 0.1em 0.1em 0.2em;
}

#headerGrayBar
{
    background-color: #C7C7C7;
    padding: 4px;
    height: 45px;
}

#headerGrayBar #headerGrayBarArea
{
    height: 45px;
    margin: auto;
    width: 985px;
}

#headerGrayBar #headerGrayBarArea .seperator
{
    display: inline-block;
    background-image: url(../../Images/header_middle_separater.gif);
    background-repeat: no-repeat;
    width: 4px;
    height: 45px;
}


#headerGrayBar #headerGrayBarArea .area
{
    display: inline-block;
    vertical-align: top;
    padding: 8px;
    padding-bottom: 2px;
    margin-top: -3px;
    background-color: #CDCDCD; /*background-color: #7FFFD4; */
    background-image: url(../../Images/light-gray-bg.gif);
}



#headerGrayBar #headerGrayBarArea .download
{
    display: inline-block;
    vertical-align: top;
    background-color: #B0B0B0;
    font-family: Verdana;
    font-size: 10px;
    padding: 8px;
    color: White;
}

#headerGrayBar #headerGrayBarArea .download a
{
    text-decoration: none;
    color: White;
}

#headerGrayBar #headerGrayBarArea .arrow
{
    display: inline-block;
    vertical-align: top;
    background-image: url(../../Images/header_gray_download_arrow.gif);
    background-repeat: no-repeat;
    width: 20px;
    height: 35px;
}

#headerGrayBar #headerGrayBarArea .searchArea
{
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 2px;
    border: 1px solid gray;
    vertical-align: middle;
    background-color: White;
    width: 166px;
    height: 20px;
}

#headerGrayBar #headerGrayBarArea .searchArea .textBox
{
    border: none; /*background-color:Gray;*/
    width: 140px;
}

#menu
{
    /* background-image: url(../../Images/menu-strip-bg.png); */
    height: 36px;
}

.menuAreaTable
{
    width: 100%;
}

.menuAreaTable .left
{
    /* background-image: url(../../Images/menu-left-bg.png); */
    background-repeat: no-repeat;
    background-position: right 1px;
    background-color: #C7C7C7;
}

.menuAreaTable .middle
{
    margin: auto;
    width: 985px;
    height: 36px;
    background-image: url(../../Images/menu_bg.png);
    background-repeat: repeat-x;
    background-position: left top;
}

.menuAreaTable .right
{
    /* background-image: url(../../Images/menu-right-bg.png); */
    background-repeat: no-repeat;
    background-position: left 1px;
    background-color: #C7C7C7;
}

.menuAreaTable .middle #endDivider
{
    width: 100%;
    height: 36px;
    background-image: url(../../Images/top_menu_seperater.png);
    background-position: right 1px;
    background-repeat: no-repeat;
}

#contentAreaMain
{
    margin-top: 0px;
    padding: 10px;
    padding-top: 0px; /* background-image: url(../../Images/content_bg.jpg); 	background-repeat:repeat-x; */
    background-color: #C7C7C7;
}
#contentAreaMain #contentArea
{
    margin: auto;
    width: 985px;
    padding: 0px;
}

#contentAreaMain #contentArea #content
{
    background-color: White;
    margin: auto;
    width: auto;
    padding: 10px;
}

#contentAreaMain #contentArea .advertiser
{
    background-color: White;
    width: 300px;
    padding: 10px;
}

#contentAreaMain #contentArea .advertiser div
{
    margin-top: 8px;
}

#contentAreaMain #contentArea .advertiser .advTitle
{
    color: #acaeb8;
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
}

#contentAreaMain #contentArea .advertiser img
{
    border: none;
    margin: auto;
}

.advertiser-noborder img
{
    border: none;
    margin: auto;
}

#contentAreaMain #contentArea .advertiser .sponsoredLinks
{
    border: 1px solid #a0a0a0;
    width: 300px; /*height: 302px; */
    margin: auto;
}

#contentAreaMain #contentArea .advertiser .sponsoredLinks .header
{
    background-color: #706C7D;
    text-align: left;
    color: #fff;
    padding: 10px;
    font-family: 'Fjalla One' , sans-serif;
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 0px;
}

#contentAreaMain #contentArea .advertiser .sponsoredLinks .data
{
    font-size: 10px;
    text-align: left;
    padding: 5px;
}


#contentAreaMain #contentArea #bottomAdvertisment
{
    background-color: White;
    padding: 10px;
}

#contentAreaMain #contentArea #bottomAdvertisment a
{
    color: gray;
    font-size: 10px;
    padding-bottom: 5px;
}

.industryResources
{
    border: 1px solid #bdbdbd;
}

.industryResources .header
{
    color: #404040;
    font-family: 'Fjalla One' , sans-serif;
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: normal;
    text-transform: uppercase;
    background-color: #e5e5e5;
    border-bottom: 1px solid #bdbdbd;
    padding: 5px;
    text-shadow: #fff 0.1em 0.1em 0.1em;
}

.industryResources .data
{
    padding: 5px;
}

#footer
{
    width: 985px;
    margin: 20px auto;
    margin-top: -1px;
    padding-top: 0px;
    height: 210px;
}


#footer .footerArea
{
    background-image: url(../../Images/footer_divider.gif);
    background-repeat: no-repeat;
    float: left;
    width: 175px;
    height: 200px;
    padding-left: 16px;
    padding-right: 5px;
}

#footer .footerArea .title
{
    font-family: 'Fjalla One' , sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: normal;
    text-transform: uppercase;
    padding-bottom: 8px;
    color: White; /*text-shadow: #000 0.1em 0.1em 0.1em;*/
}

#footer .footerArea .title a
{
    margin: 0px;
}

#footer span
{
    display: block;
    background-image: url(../../Images/arrow_small_white.gif);
    background-repeat: no-repeat;
    background-position: 0px 4px;
    padding: 2px;
}

#footer a
{
    margin-left: 10px;
    font-size: 10px;
    color: #e5e5e5;
    text-decoration: none;
}

.bottomLogo
{
}
.bottomLogo .logo
{
    float: left;
    width: 210px;
    height: 70px;
    padding-top: 18px;
    margin-left: 10px;
}

.bottomLogo .text
{
    color: #808080;
    font-size: 9px;
    background-color: #3F3F3F;
    padding: 20px 10px 20px 10px;
}



.Item
{
    /*	background-image:url(../../Images/menu_divider.png); 	background-repeat:no-repeat;*/
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 7px;
    width: 100%;
    height: 35px;
    font-family: 'verdana';
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
    color: White;
}


/********************************************************
******************* Slider ********************************
*********************************************************/

#slider
{
    border: 1px solid #bdbdbd;
    margin-top: 8px;
}

#slider #left
{
    width: 180px;
}

#slider #left .item
{
    display: block;
    outline: none;
    font-family: 'Fjalla One' , sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: normal;
    text-transform: uppercase;
    text-decoration: none;
    color: White;
    background-color: #8a8a8a;
    border-bottom: 1px solid #777777;
    border-top: 1px solid #cdcdcd;
    line-height: 1em;
    vertical-align: middle;
    padding-left: 22px;
    padding-top: 23px;
    padding-bottom: 23px;
    text-shadow: #444 0.1em 0.1em 0.1em;
}

#slider #left .selItem
{
    outline: none;
    border-top: 1px solid #6fabc3;
    background-color: #0b678c;
}

#slider #left .sel_slider_arrow
{
    background-image: url(../../Images/slider_left_divider.png);
    background-repeat: no-repeat;
    background-position: -1px 20px;
}
#slider #right
{
}

#slider #right #rightArea
{
    display: none;
}

#slider #right #rightArea.selectedSlider
{
    display: block;
}

#slider #right #rightArea .titleBar
{
    background-color: #e9e8e8;
    height: 45px;
    padding-left: 20px;
    padding-right: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-family: 'Fjalla One' , sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: normal;
    color: #000;
    border-top: 1px solid white;
    border-bottom: 1px solid #bdbdbd;
}

#slider #right #rightArea .titleBar a
{
    text-decoration: none;
    color: #000;
}

#slider #right #rightArea .titleBar a:hover
{
    text-decoration: none;
    color: #000;
}

#slider #right #rightArea .slider_content
{
    padding-top: 20px;
    padding-left: 20px;
    height: 118px;
}

#slider #right #rightArea .slider_content td
{
    padding-right: 10px;
}

#slider #right #rightArea .metaText
{
    font-family: Verdana;
    color: #0b678c;
    font-size: 10px;
}

#slider #right #rightArea .desc
{
    color: #585858;
    font-size: 12px;
    font-weight: bold;
    padding-top: 5px;
}

#slider #right #rightArea .bottomButtonBar
{
    float: right;
    width: 268px;
}

#slider #right #rightArea .bottomButtonBar .leftBottom
{
    float: left;
    width: 14px;
    height: 22px;
    background-image: url(../../Images/slider_bottom_start2.gif);
    background-repeat: no-repeat;
    border-right: 1px solid #bdbdbd;
}

#slider #right #rightArea .bottomButtonBar .rightBottom
{
    background-color: #eeeeee;
    border-top: 1px solid #bdbdbd;
    height: 20px;
    margin-top: 1px;
}

#slider #right #rightArea .bottomButtonBar .rightBottom a
{
    display: block;
    float: left;
    background-color: #eeeeee;
    border-right: 1px solid #bdbdbd;
    border-left: 1px solid #FFFFFF;
    font-size: 10px;
    margin: 0px;
    padding: 4px 4px 4px 4px;
    text-decoration: none;
    color: Black;
}

#slider .blueLink a
{
    display: block;
    background-color: #0b678c;
    border: 1px solid #0b678c; /*border-left: 1px solid #0b678c;*/
    font-size: 10px;
    margin: 0px;
    margin-top: 2px;
    padding: 3px;
    text-decoration: none;
    color: White;
}


#slider #right #rightArea .bottomButtonBar .rightBottom .blue
{
    background-color: #0b678c;
    border-right: 1px solid #0b678c;
    border-left: 1px solid #0b678c;
    color: White;
    text-decoration: none;
}


/********************************************************************
************************* News **************************************
*********************************************************************/

#news
{
    background-color: #404040;
    padding: 10px;
}

#news #buttonBar
{
}

#news #buttonBar .button
{
    float: left;
    display: block;
    margin-right: 1px;
    background-color: #e5e5e5;
    padding: 13px;
    font-family: 'Fjalla One' , sans-serif;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: normal;
    color: #404040;
    text-transform: uppercase;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    outline: none;
    text-decoration: none;
}

#news #buttonBar .selNewsButton
{
    float: left;
    display: block;
    margin-right: 1px;
    background-color: #e47222;
    padding: 13px;
    font-family: 'Fjalla One' , sans-serif;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: normal;
    color: white;
    text-transform: uppercase;
    border-top: 1px solid #F1AF7F;
    border-right: 1px solid #F1AF7F;
    outline: none;
}


#news #buttonBar .time
{
    padding-left: 10px;
    padding-top: 5px;
    font-size: 9px;
    color: #cdcdcd;
    font-family: Verdana;
}

#news #buttonBar .rss
{
    padding-left: 10px;
    padding-top: 5px;
    color: #e47222;
    font-size: 9px;
    font-family: Verdana;
}

#news #newContentArea
{
    margin-top: 1px;
    background-color: White;
    margin-top: 1px;
    height: 303px;
    display: none;
}

#news #newContentArea.selNewsTab
{
    display: block;
}


#news #newContentArea .newsContent
{
    height: 75px;
    border-bottom: 1px dotted black;
}

#news #newContentArea .newsContent .text
{
    padding-top: 15px;
    background-image: url(../../Images/arrow_orange_news.png);
    background-repeat: no-repeat;
    background-position: 12px 15px;
    padding-left: 30px;
    font-size: 11px;
    color: #404040;
    font-weight: bold;
    height: 37px;
}

#news #newContentArea .newsContent .text a
{
    color: #000000;
    text-decoration: none;
    font-size: 12px;
}

#news #newContentArea .newsContent .text .desc
{
    color: gray;
    text-decoration: none;
    font-weight: normal;
    font-size: 10px;
}

#news #newContentArea .newsContent .text .desc a
{
    color: gray;
    text-decoration: none;
    font-weight: normal;
    font-size: 10px;
    line-height: 22px;
}

#news #newContentArea .newsContent .bottomGray
{
    height: 23px;
    background-image: url(../../Images/news_bottom_gray.png);
    background-repeat: no-repeat;
    background-position: 20px 0px;
}

#news #newContentArea .newsContent .bottomGray .time
{
    display: inline-block;
    font-size: 9px;
    color: #666565;
    padding-top: 5px;
    padding-left: 40px;
    width: 85px;
}


#news #newContentArea .newsContent .bottomGray .fieldUnder
{
    display: inline-block;
    background-image: url(../../Images/news_field_under.png);
    background-repeat: no-repeat;
    background-position: 0px 4px;
    font-size: 9px;
    color: #666565;
    padding-top: 5px;
    padding-left: 30px;
    margin-left: 40px;
    margin-top: 2px;
}


#news #newContentArea .newsContent .bottomGray .fieldUnder a
{
    color: #E47A2E; /*#666565;*/
}


#news #newContentArea .newsContent .bottomButton
{
    float: right;
    background-image: url(../../Images/survey_bottom_button.png);
    background-repeat: no-repeat;
    width: 92px;
    height: 16px;
    font-size: 10px;
    color: White;
    text-align: center;
    margin-top: 2px;
    padding-left: 10px;
    padding-top: 5px;
    font-family: Verdana;
}

#news #newContentArea .newsContent .bottomButton a
{
    color: white;
    text-decoration: none;
}

.bottomButton a
{
    color: white;
    text-decoration: none;
}

/********************************************************************
************************* Blogs **************************************
*********************************************************************/

#blog
{
    border: 1px solid #0D678C;
    background-color: #fff;
    width: 310px; /* height: 260px; */
}

#blog .header
{
    background-color: #0c678c;
    border-top: 1px solid #7ab6cf;
    padding: 10px;
    font-family: 'Fjalla One' , sans-serif;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: normal;
    color: White;
    text-transform: uppercase;
    height: 19px;
}

#blog .blogTitle
{
    float: left;
    background-color: #0c678c;
    padding: 10px;
    color: White;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}

#blog .tab
{
    float: left;
    background-color: white;
    padding: 10px;
    color: #404040;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    border-left: 1px solid #a6a6a6;
}

#blog .tab a
{
    color: #404040;
    text-decoration: none;
}

#blog .selTab
{
    background-color: #e5e5e5;
}

#blog .contentMain
{
    margin: 0px;
    border: none; /*1px solid #EDEDED;*/
    background-color: White;
}

#blog .contentMain .title
{
    background-color: #ededed;
    padding: 10px 20px 5px 20px;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    color: #004b71;
}

#blog .contentMain .title a
{
    color: #004b71;
    text-decoration: none;
}

#blog .contentMain .bar
{
    background-color: #EDEDED;
    padding: 0px 5px 10px 20px;
    color: gray;
    font-weight: bold;
    font-size: 11px;
}

#blog .contentMain .jumpTo
{
    font-size: 9px;
    padding-left: 4px;
}

#blog .contentMain .jumpTo a
{
    color: #004B71;
}

#blog .contentMain .contentArea
{
    /*height: 190px; */
}

#blog .contentMain .contentArea .content
{
    padding: 10px;
    font-family: Verdana;
    font-size: 11px;
}

#blog .bottomButton
{
    float: right;
    background-image: url(../../Images/box_bottom_button.png);
    width: 92px;
    height: 16px;
    font-size: 10px;
    color: White;
    text-align: center;
    padding-left: 10px;
    padding-top: 5px;
}

#blog .bottomButton a
{
    color: White;
    text-decoration: none;
}



#blog .blogViews
{
    padding-left: 20px;
}

#blog .blogViews a
{
    color: #404040;
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
}

#blog .cat
{
    font-style: italic;
    padding-top: 5px;
    font-weight: bold;
}

#blog .cat a
{
    color: #004B71;
    font-style: italic;
    text-decoration: none;
    font-size: 11px;
}

/************************************************************
************************** INdustry  ************************
*************************************************************/


#IndustryDirectory
{
    border: 1px solid #6F6C7D;
    background-color: white;
    width: 308px; /*height: 260px; ** */
}

#IndustryDirectory .header
{
    background-color: #706C7D;
    border-top: 1px solid #D4D3D8;
    padding-top: 10px;
    padding-left: 10px;
    height: 30px;
    font-family: 'Fjalla One' , sans-serif;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: normal;
    color: White;
    text-transform: uppercase;
}

#IndustryDirectory .description
{
    padding-top: 6px;
    padding-left: 6px;
    padding-right: 6px;
    height: 55px;
    font-family: Verdana;
    font-size: 11px;
    border-bottom: 1px dotted black;
    color: #404040;
}

#IndustryDirectory .description a
{
    padding: 6px;
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    border-bottom: none;
    color: #0A688C;
}

#IndustryDirectory .topLogo
{
    padding-top: 5px;
    padding-left: 5px; /*padding-top: 5px;*/
}

#IndustryDirectory .linkContainer
{
    padding-top: 5px;
    padding-left: 10px;
}

#IndustryDirectory .leftLogo
{
    float: left;
    width: 115px;
    height: 150px;
}

#IndustryDirectory .separator
{
    float: left;
    width: 2px;
    height: 150px;
    background-image: url(../../Images/industry_sperator.png);
    background-repeat: no-repeat;
}

#IndustryDirectory .right
{
    float: right;
    width: 160px;
}


#IndustryDirectory .options
{
    background-image: url(../../Images/arrow_blue_small.png);
    background-repeat: no-repeat;
    background-position: 0px 4px;
    padding: 1px 1px 1px 10px;
    font-size: 11px;
    color: #262728;
}

#IndustryDirectory .contents
{
    padding: 10px;
}

#IndustryDirectory .contents .titleFeatured
{
    color: #0b678c;
    font-weight: bold;
    font-size: 12px;
}

#IndustryDirectory .contents .mostRecent
{
    font-family: Verdana;
    font-size: 10px;
}


.spacer
{
    clear: both;
}

#IndustryDirectory .bottomButton-blue
{
    float: right;
    background-image: url(../../Images/box_bottom_button.png);
    width: 95px;
    height: 17px;
    font-size: 10px;
    color: White;
    text-align: center;
    padding-left: 10px;
    padding-top: 4px;
}

#IndustryDirectory .bottomButton-blue a, #IndustryDirectory .bottomButton-blue a:hover
{
    color: White;
    text-decoration: none;
}

#IndustryDirectory .bottomButton
{
    float: right;
    background-image: url(../../Images/box_bottom_button_gray.png);
    width: 95px;
    height: 17px;
    font-size: 10px;
    color: White;
    text-align: center;
    padding-left: 10px;
    padding-top: 4px;
}


/*************************************************************
********************** INdustry  Survey **********************
**************************************************************/


#IndustrySurvey
{
    border: 1px solid #e47222;
    background-color: white;
    width: 310px;
    height: 260px;
}

#IndustrySurvey .header
{
    background-color: #e47222;
    border-top: 1px solid #f2bd98;
    padding: 10px;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: White;
    text-transform: uppercase;
}

#IndustrySurvey .description
{
    width: 220px;
    height: 65px;
    margin: auto;
    background-image: url(../../Images/industry_survey_desc.png);
    font-family: Arial;
    font-size: 12px;
    color: #404040;
    font-weight: bold;
    padding: 32px;
}

#IndustrySurvey .options
{
    font-size: 10px;
    padding-left: 30px;
}

#IndustrySurvey .bottomButton
{
    float: right;
    background-image: url(../../Images/survey_bottom_button.png);
    width: 92px;
    height: 16px;
    font-size: 10px;
    color: White;
    text-align: center;
    padding-left: 10px;
    padding-top: 5px;
}

.line-note
{
    font-size: 11px;
    color: Gray;
}


.articleList
{
}

.articleList .by
{
    letter-spacing: 2px;
    color: #9b9b9b;
    padding-left: 12px;
}

.articleList .title
{
    font-family: BentonSansCond Medium, arial narrow, arial;
    color: #31596D;
    font-size: 24px;
}

.articleList .title a
{
    font-family: BentonSansCond Medium, arial narrow, arial;
    color: #31596D;
    font-size: 20px;
    text-decoration: none;
}

.articleList .title a:hover
{
    font-family: BentonSansCond Medium, arial narrow, arial;
    color: #31596D;
    font-size: 20px;
    text-decoration: underline;
}


.articleList .author
{
    font-size: 12px;
    padding: 2px;
}

.articleList .date
{
    font-size: 11px;
    padding: 2px;
    color: Gray;
}

.articleList .dateLarge
{
    font-size: 12px;
    font-weight: normal;
    padding: 2px;
    color: Gray;
}

.articleList .desc
{
    padding-top: 5px;
    font-size: 12px;
    font-family: Arial, Verdana;
    line-height: 18px;
    color: Gray; /* #9B9B9B;*/
}

.articleList .body
{
    padding-top: 10px;
    font-size: 13px;
    font-family: Arial, Verdana;
    line-height: 18px;
}

.articleList .body a
{
    text-decoration: none;
    font-size: 12px;
    color: #0000C4;
}

.articleList .body a:hover
{
    text-decoration: underline;
    font-size: 12px;
    color: #0000C4;
}

.seperator
{
    border-top: solid 1px silver;
    height: 2px;
    width: 100%;
}

.dotted-seperator
{
    border-top: dotted 1px silver;
    height: 2px;
    width: 100%;
}


.external-news-source
{
    color: #0000AE;
    padding-left: 10px;
}

.external-news-source a
{
    color: #EA7E34;
}

.section-heading
{
    font-family: 'BentonSansCond Medium' ,arial narrow,arial;
    color: #555555;
    border-bottom: solid 1px silver;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
}

.section-heading a
{
    text-decoration: none;
    color: #555555;
}

.section-heading-orange
{
    padding: 0px 0px 10px 0px;
    font-family: BentonSansCond Medium, arial narrow, arial;
    color: #EA7E34;
    border-bottom: solid 1px silver;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.section-heading-orange a
{
    padding: 0px 0px 10px 0px;
    font-family: verdana;
    color: #EA7E34;
    border-bottom: solid 1px silver;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}

.big-link
{
    font-size: 14px;
    text-decoration: none;
    color: blue;
    font-weight: bold;
    font-family: Arial, BentonSansCond Medium;
    text-transform: uppercase;
}

.section-heading2
{
    font-family: 'BentonSansCond Medium' ,arial narrow,arial;
    color: #555555;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
}

.blogDetailFooter
{
}

.blogDetailFooter .bio
{
    color: Gray;
    font-size: 12px;
}

.blogDetailFooter .name, .blogDetailFooter .name a
{
    color: #e47323;
    font-weight: bold;
    letter-spacing: 2px;
}

.blogDetailFooter .designation
{
    font-weight: bold;
    padding-top: 2px;
    padding-bottom: 2px;
}

.blogDetailFooter .links a
{
    text-decoration: none;
    color: #6b7fc6;
}

.blogDetailFooter .desig2
{
    color: #333333;
}

.blogDetailFooter .date
{
    color: #888888;
}




.advertisingHeader
{
    border-bottom: 2px solid #dbdbdb;
    border-top: 2px solid #dbdbdb;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 5px;
}

.advertisingHeader .downloadLinks a
{
    display: block;
    padding: 2px;
    text-decoration: none;
    color: gray;
}

.advertisingHeader .links a
{
    display: block;
    background-image: url(../../Images/arrow_small.png);
    background-repeat: no-repeat;
    background-position: 0px 6px;
    padding: 2px 2px 2px 10px;
    text-decoration: none;
    color: steelBlue;
}

.advertisingHeader .links .sel
{
    color: orange;
}


/***************************************************************************************
****************************** 
****************************************************************************************/

.articleHeader
{
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dotted gray;
}


.articleRead
{
}

.articleRead .by
{
    color: #9b9b9b;
}

.articleRead .author
{
    color: #083d71;
    letter-spacing: 2px;
}

.articleRead .author-2
{
    color: #083d71;
    letter-spacing: normal;
}

.articleRead .author-2 .cat
{
    color: #e47a2e;
    font-size: 12px;
    padding: normal;
}

.articleRead .author-2 .cat a
{
    color: #e47a2e;
    letter-spacing: normal;
}

.articleRead .author-2 .cat a:hover
{
    text-decoration: underline;
    color: #e47a2e;
}

.articleRead .title
{
    font-family: BentonSansCond Medium, arial narrow, arial;
    color: #31596D;
    font-size: 24px;
}

.articleRead .title a
{
    font-family: BentonSansCond Medium, arial narrow, arial;
    color: #31596D;
    font-size: 20px;
    text-decoration: none;
}

.articleRead .title a:hover
{
    font-family: BentonSansCond Medium, arial narrow, arial;
    color: #31596D; /*font-size: 20px;*/
    text-decoration: underline;
}




.articleRead .shortDesc
{
    color: Gray;
    padding-top: 10px;
    font-size: 13px;
    line-height: 18px;
    font-family: Arial, Verdana;
}



.articleRead .desc
{
    padding-top: 10px;
    font-size: 13px; /*font-family:Arial, Verdana; */
    font-family: Verdana;
    line-height: 20px;
}

.articleRead .desc a
{
    color: #0000C4;
    text-decoration: none;
}

.articleRead .desc a:hover
{
    color: #0000C4;
    text-decoration: underline;
}

.featuredList
{
}

.featuredList a
{
    font-weight: normal;
    color: #004269;
}



.landingList
{
}

.landingList .by
{
    letter-spacing: 2px;
    color: #9b9b9b;
    padding-left: 12px;
}

.landingList .title
{
    font-family: Arial;
    color: #31596D;
    font-size: 12px;
    font-weight: bold;
}

.landingList .title a
{
    font-family: Arial;
    color: #31596D;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}



.landingList .title a.large
{
    font-size: 16px;
 
 }

.landingList .title a:hover
{
    font-family: arial;
    color: #31596D;
    text-decoration: underline;
}


.landingList .author
{
    font-size: 12px;
    padding: 2px 2px 2px 0px;
}

.landingList .author .cat
{
    color: #e47a2e;
    font-size: 12px;
    padding: 2px;
}

.landingList .author .cat a
{
    color: #e47a2e;
    letter-spacing: normal;
}


.landingList .date
{
    font-size: 11px;
    padding: 4px 0px 2px 0px;
    color: #97928f;
}

.landingList .dateLarge
{
    font-size: 12px;
    font-weight: normal;
    padding: 2px 2px 2px 0px;
    color: Gray;
}

.landingList .desc
{
    padding-top: 5px;
    font-size: 13px;
    font-family: Verdana; /*line-height: 18px;*/
    color: #6D6865;
}

.landingList .desc a
{
    font-size: 12px;
}

.landingList .fileunder
{
    font-size: 12px;
    padding: 2px 2px 2px 0px;
    color: #97928f;
}

.landingList .fileunder .cat
{
    color: #e47a2e;
    font-size: 12px;
    padding: 2px;
}

.landingList .fileunder .cat a
{
    color: #e47a2e;
}

.landingMenu
{
    border-top: 2px solid #dbdbdb;
    border-bottom: 2px solid #dbdbdb;
}

.landingMenu a
{
    display: inline-block; /*padding:5px 28px 5px 28px;*/
    text-align: center;
    font-family: Verdana;
    font-weight: bold;
    font-size: 11px;
    width: 207px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #e47a2e;
    text-transform: uppercase;
}


.landingMenu .sel
{
    background-color: #DBDBDB;
    color: Black;
}


.landingPageTitle
{
    color: #808080;
    font-size: 18px;
}

.blue-orange
{
    color: #0000c4;
}

.blue-orange a
{
    color: #0000c4;
}

.blue-orange a:hover
{
    color: #e47a2e;
}

.orange-text
{
    color: #e47a2e;
}

.orange-text a
{
    color: #e47a2e;
}

.small-orange-text
{
    color: gray;
}

.small-orange-text a
{
    color: #0000C4;
    font-size: 11px;
    text-decoration: none;
}

.small-orange-text a:hover
{
    color: #0000C4;
    font-size: 11px;
    text-decoration: underline;
}


.breadcrumb
{
    font-size: 11px;
    font-family: Verdana;
    color: Gray;
    line-height: 21px;
}

.breadcrumb a
{
    font-size: 11px;
    font-family: Verdana;
    color: #3F3F3F;
    line-height: 21px;
}


.text-ads
{
    padding: 0px 6px 6px 6px;
}

.text-ads span
{
    font-size: 12px;
}

.text-ads .graybar
{
    color: #000;
    background-color: #E1E1E1;
    font-weight: normal;
    font-size: 12px;
    margin: 10px -6px 10px -6px;
    padding: 3px 0px 3px 8px;
}

.text-ads .sidebar-article-desc
{
    color: #80807E;
    font-size: 12px;
}

.text-ads .bottom-links
{
    /* margin: 10px -6px 10px -6px; */
    text-align: center;
    text-transform: uppercase;
    padding-top: 8px;
    padding-bottom: 1px;
    border-top: 1px solid #DFE0E5;
}

.text-ads .bottom-links a, .text-ads .bottom-links a:hover
{
    color: #114076;
}

.text-ads a
{
    color: #000;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
}

.text-ads a:hover
{
    /*color: #114076; */
    color: Black;
    text-decoration: underline;
}

.text-ads-mobile
{
    padding: 6px;
}

.text-ads-mobile span
{
    font-size: 11px;
}

.text-ads-mobile a
{
    color: #0000C4;
    font-weight: normal;
    text-decoration: none;
}

.text-ads-mobile a:hover
{
    color: #0000C4;
    font-weight: normal;
    text-decoration: underline;
}


.orange-link
{
}

.orange-link a
{
    color: #E47A2E;
    font-weight: normal;
    text-decoration: none;
}

.orange-link a:hover
{
    text-decoration: underline;
    color: #E47A2E;
}

.small-ul
{
}

.small-ul li
{
    list-style-image: url('../../Images/bullet.gif');
    line-height: 20px;
    font-size: 13px;
    font-family: Verdana;
}

.orange-ul
{
}

.orange-ul li
{
    list-style-image: url('../../Images/apn/orange-bullet.gif');
    line-height: 21px;
    font-size: 13px;
    font-family: Verdana;
    color: #1e5b7c;
    padding-bottom: 10px;
}


.lh-20
{
    /*line-height:20px;*/
    font-size: 13px;
    font-family: Verdana;
    line-height: 20px;
}

.ul-multi
{
    width: 40em;
}


.ul-multi li
{
    float: left;
    width: 20em;
    list-style-image: url('../../Images/bullet.gif');
    line-height: 20px;
}

ul
{
}

ul li
{
    list-style-image: url('../../Images/bullet.gif');
    line-height: 22px;
    font-size: 13px;
    font-family: Verdana;
}

ol
{
}

ol li
{
    line-height: 22px;
    font-size: 13px;
    font-family: Verdana;
}

.numbered-list
{
}

.numbered-list li
{
    line-height: 22px;
    font-size: 13px;
    font-family: Verdana;
    list-style-type: decimal;
}

.emailButton
{
    display: inline-block;
    padding: 2px 4px 3px 4px;
    border: 1px solid #d1d1d1;
    background-color: #f7f7f7;
    font-size: 11px;
    text-decoration: none;
    color: #108ad4;
}

.emailButton:hover
{
    text-decoration: none;
    color: #108ad4;
}

.emailButton div
{
    display: inline-block;
    padding-top: 10px;
    border: 1px solid red;
}
.emailButton img
{
    vertical-align: top;
    margin-right: 4px;
}


.printButton
{
    display: inline-block;
    padding: 2px 4px 3px 4px;
    border: 1px solid white;
    background-color: white;
    font-size: 11px;
    text-decoration: none;
    color: #108ad4;
}

.printButton:hover
{
    text-decoration: none;
    color: #108ad4;
}

.printButton img
{
    vertical-align: top;
    margin-right: 2px;
}

.info-bar
{
    background-color: #FFFFE6;
    border: 1px solid #CCCC00;
    font-family: verdana;
    font-size: 12px;
    padding: 5px;
    text-align: center;
}

.company-address
{
    font-size: 13px;
}

.sitemap
{
    font-size: 13px;
    line-height: 20px;
}


.tabs
{
    border-bottom: 3px solid #D6D6D6;
    height: 20px;
}

.tabs a
{
    padding: 10px 10px 6px 10px;
    background-color: #EFEFEF;
    text-decoration: none;
    color: Black;
    vertical-align: top;
    font-size: 12px;
}

.tabs .active
{
    padding: 10px 10px 6px 10px;
    background-color: #D6D6D6;
    text-decoration: none;
}




.memberResult
{
}

.memberResult .bio
{
    color: Gray;
    font-size: 12px;
}

.memberResult .name
{
    color: #4c5da2;
    font-weight: bold;
}

.memberResult .name a
{
    color: #4c5da2;
}

.memberResult .designation
{
    font-weight: bold;
    font-size: 12px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.memberResult .links a
{
    text-decoration: none;
    color: #6b7fc6;
    font-size: 11px;
}

.memberResult .desig2
{
    color: #333333;
}

.memberResult .date
{
    color: #888888;
    font-size: 11px;
}

.tags
{
    padding: 5px;
}

.tags span
{
    padding: 4px 6px 4px 6px;
    font-size: 11px;
    color: #5B5B5B;
}

.profile-section-header
{
    background-color: #F2F2F2;
    border-top: solid 1px #E2E2E2;
    font-weight: bold;
}

.profile-section-userimg
{
    float: right;
    padding-right: 20px;
}

.message-subject
{
    font-family: 'Times New Roman' , serif;
    color: #004B71;
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
}

.apn-h2
{
    font-family: 'Times New Roman' , serif;
    color: #004B71;
    font-size: 26px;
    line-height: 32px;
    font-weight: bold;
    border-bottom: dotted 1px #004B71;
    border-bottom-style: dashed;
}

.apn-h2-noborder
{
    font-family: 'Times New Roman' , serif;
    color: #004B71;
    font-size: 26px;
    line-height: 32px;
    font-weight: bold;
    padding-bottom: 20px;
}

.apn-h3
{
    padding: 0px 0px 3px 0px;
    font-family: BentonSansCond Medium, arial narrow, arial;
    color: #EA7E34;
    border-bottom: solid 1px silver;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    font-weight: bold;
}

.apn-join-hdr
{
    background-image: url('../../Images/APN/apn-join.gif');
    background-repeat: no-repeat;
    font-family: verdana;
    font-size: 14px;
    font-weight: bold;
    color: white;
    width: 214px;
    height: 38px;
    text-align: center;
    padding-top: 8px;
}

.apn-join-box
{
    background-color: #1e5b7c;
    padding-left: 18px;
    color: White;
}

.apn-join-box a
{
    color: #fbab20;
    text-decoration: none;
}

.apn-join-box a:hover
{
    text-decoration: underline;
}

.apn-blue
{
    color: #1e5b7c;
}

.apn-blue a
{
    color: #1e5b7c;
    text-decoration: none;
}

.apn-blue a:hover
{
    color: #1e5b7c;
    text-decoration: underline;
}

/*
#ie7andup .apn-button
{
    background-color: transparent;
    background-image: url('../../Images/APN/btn-bg.gif');
    background-repeat: no-repeat;
    border: none;
    height: 38px;
    width:174px;
    cursor: pointer;
    margin:2px;
    color:White;
    padding-bottom:3px;
}
*/

.apn-button
{
    background-color: transparent;
    background-image: url('../../Images/APN/btn-bg.gif');
    background-repeat: no-repeat;
    border: none;
    height: 38px;
    width: 174px;
    cursor: pointer;
    margin: 2px;
    color: White;
    padding-bottom: 4px;
}

.apn-button-big
{
    background-color: transparent;
    background-image: url('../../Images/APN/btn-bg-big.gif');
    background-repeat: no-repeat;
    border: none;
    height: 38px;
    width: 242px;
    cursor: pointer;
    margin: 2px;
    color: White;
    padding-bottom: 4px;
}

/*************************************************
    CSS Buttons
**************************************************/

.cssButton
{
    background-color: transparent;
    background-image: url('../../Images/APN/btn-bg.gif');
    background-repeat: no-repeat;
    border: none;
    height: 38px;
    width: 174px;
    cursor: pointer;
    margin: 2px;
    color: White;
    padding-bottom: 4px;
}

/*
.cssButton:hover
{
    background-color: #117ceb; 
    color: #fff;
    font-weight: normal;
    font-size: 11px;
    font-family: Verdana;
    font-weight: bold;
    border: solid 1px #117ceb; 
    height: 23px;
    cursor: pointer;
    margin:2px;
}
*/
/***************************************************/

.apn-small-links
{
    background-image: url(../../Images/arrow_blue_small.png);
    background-repeat: no-repeat;
    background-position: 0px 4px;
    padding: 1px 1px 1px 10px;
    font-size: 11px;
    color: #262728;
}

.msg2
{
    color: maroon;
    font-size: 12px;
    padding: 8px;
    background-color: #EFEFEF;
}

.comments
{
    font-size: 11px;
    padding: 2px;
    color: Gray;
}

.comments a
{
    font-size: 11px;
    color: #004B71;
    text-decoration: none;
}

.comments a:hover
{
    font-size: 11px;
    color: #004B71;
    text-decoration: underline;
}

.comments-h3
{
    border-top: 1px solid silver;
    border-bottom: 1px solid silver;
    color: #004B71;
    font-family: 'Times New Roman' , serif;
    font-size: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
    font-weight: bold;
    border-top-color: #D3D3D3;
    border-bottom-color: #D3D3D3;
}

.gray-box
{
    color: maroon;
    font-size: 12px;
    padding: 8px;
    background-color: #EFEFEF;
    line-height: 20px;
}

.view-all-reports
{
    font-weight: bold;
    font-size: 13px;
}

.view-all-reports a
{
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
}

.view-all-reports a:hover
{
    font-weight: bold;
    font-size: 13px;
    text-decoration: underline;
}

.edu-link
{
}

.edu-link a
{
    font-size: 11px;
    color: Blue;
    padding-left: 20px;
}

.headingDiv
{
    color: Navy;
    font-weight: bold;
    text-align: center;
}

.advertising
{
    border-collapse: collapse;
}

.advertising th
{
    color: #666;
    font-weight: bold;
}

.advertising .grayTD
{
    font-weight: bold;
    background-color: #F2F2F2;
}

.MP-counter
{
    border-right: solid 1px silver;
    color: #e47a2e;
    font-weight: bold;
    font-size: 14px;
    padding-right: 4px;
}


.siteMapTitle
{
    padding: 4px;
    background-color: #e1e1e1;
    font-weight: bold;
    font-size: 11px;
}

.siteMapList
{
    padding-left: 4px;
    margin-left: 4px;
}

.siteMapList li
{
    padding-left: 0px;
    margin-left: 0px;
    list-style: none;
    line-height: 22px;
    font-size: 11px;
    font-family: Verdana;
}

.pop-win
{
    font-family: Verdana;
    font-size: 12px;
}

.pop-win a
{
    color: blue;
}

.round-table
{
    background-color: #F2F2F2;
    padding-bottom: 12px;
    padding-right: 12px;
}

.round-table .data-box
{
    background-color: White;
    margin-top: 12px;
    margin-left: 12px;
    cursor: pointer;
    height: 90px;
}
.round-table .data-item
{
    display: inline-block;
    padding: 5px;
}


.round-table .data-box .bottomButton
{
    float: right;
    background-image: url(../../Images/roundTable-nor.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    height: 17px;
    width: 31px;
    margin-top: -17px;
}



.round-table .selected-box
{
    background-color: #dbdbdb;
    margin-top: 12px;
    margin-left: 12px;
    cursor: pointer;
    height: 90px;
}

.round-table .selected-box .bottomButton
{
    float: right;
    background-image: url(../../Images/roundTable-sel.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    height: 17px;
    width: 31px;
    margin-top: -17px;
}


.custom-pager
{
    width: 100%;
    background-color: #F2F2F2;
    text-align: right;
}

.custom-pager a
{
    display: inline-block;
    padding: 6px;
    color: #164172;
    font-weight: bold;
    vertical-align: middle;
    text-decoration: none;
}

.custom-pager a:hover
{
    background-color: #f1f1f1;
    text-decoration: none;
}

.custom-pager a.selected
{
    background-color: #620404;
    color: White;
}

.round-table .data-item .header
{
    color: #164172;
    font-weight: bold;
    width: 190px;
    font-size: 11px;
}

.round-table .data-item .author
{
    color: #9B1F07;
    font-weight: bold;
    letter-spacing: normal;
    font-size: 11px;
    margin-top: 6px;
}

.round-table .data-item .desc
{
    color: #5F5F5F;
    font-weight: bold;
    letter-spacing: normal;
    font-size: 12px;
}

.author-list
{
}

.author-list td
{
    padding: 5px 4px 5px 4px;
    font-size: 11px;
    line-height: 18px;
}

.author-list td a
{
    font-weight: bold;
}

.author-list td .more
{
    font-weight: normal;
}

.idata-widget
{
    margin: 0px;
}

.idata-widget .title
{
    margin-bottom: 4px;
    margin-top: 15px;
}

.idata-widget .title a
{
    font-weight: bold;
    text-decoration: none;
    color: Black;
}

.idata-widget .title a:hover
{
    /*color: #114076; */
    color: Black;
    text-decoration: underline;
}

.bluelinks a
{
    color: #0000C4;
}

.divSocialIcon2
{
    top: 8px;
    position: relative;
    vertical-align: top;
    float: right;
}

.divSocialIcon2 a
{
    margin-left: 2px;
}



.featuredBox
{
}
.featuredBox .contentArea
{
    /*height: 190px; */
}

.featuredBox .contentArea .content
{
    padding: 10px;
    font-family: Verdana;
    font-size: 11px;
}

.new-pager
{
    background-color: white;
    border-collapse: collapse;
    border-spacing: 0;
    color: #006BD7;
    font-family: verdana;
    font-size: 12px;
    height: 21px;
    margin: 0;
    padding: 8px;
}

.new-pager a
{
    color: steelblue;
    font-family: verdana;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    width: 50px;
    border: solid 1px #e9e9e9;
    text-align: center;
    padding: 4px 8px 4px 8px;
}

.new-pager a:hover
{
    color: white;
    background-color: #3666D4;
    border: solid 1px #3666D4;
}

.new-pager .selected
{
    color: #fff;
    background-color: #9B1E08;
    font-family: verdana;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    width: 50px;
    border: solid 1px #e9e9e9;
    text-align: center;
    padding: 4px 8px 4px 8px;
}


.video-container {
    padding: 6px;
}



    .video-container .video-title {
        padding: 6px 0px;
        text-align: left;
        color: #000000;
        font-weight: bold;
    }


        .video-container .video-title a {
            color: #000000;
            font-weight: bold;
        }

    .video-container .desc {
        color: #717171;
    }

    .video-container .date {
        text-align: left;
        padding: 6px 0px;
        color: #a1a1a1;
        font-size: 11px;
        font-weight: bold;
        font-style: italic;
    }





