﻿#div_container{
    width: 975px;
    margin-left: auto;
    margin-right: auto;
    background: linear-gradient(#ffffff, #ebe9ed);
}
.div_intro{
    margin: 10px;
}
.customizedText{
    margin: 10px 10px 0 10px;
}

/*News*/
#div_news{
    margin: 50px 10px 40px;
    height:185px;
}
.div_news_title {
    text-align:center;
    height:25px;
    padding-top:5px;
    background-color:#002b54;
    color:white;
    border-radius:10px 10px 0 0;
}
.div_news_body {
    border:1px solid #002b54;
    background-color:white;
    border-radius:0 0 10px 10px;
    height: 150px;
}
#div_news_itc{
    width:445px;
    float:left;
    margin-right:15px;
}
.tabmsg{
    font-size:12px;
    margin: 15px 18px;
}
.tabmsg a{
    margin:0;
}
.stileupdn {
    font-weight:bold;
    font-size:8px;
}
.stileret {
    font-size:8px;
}
#div_news_twitter {
    float:left;
    width:445px;
    margin-right:15px;
}
#div_news_twittertitle {
    float:left;
    width:440px;
}
#div_news_twitterfollow {
    display:inline;
    float:right;
    margin:0 10px 0 -80px;
}
#div_news_twitterfollow a img:hover{
    opacity: 0.8;
    filter: alpha(opacity=80);
}
#div_news_twitter .div_news_body iframe {
    height: 144px !important;
    min-height:144px !important;
}
#div_social_media {
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}
    #div_social_media a img {
        margin-bottom: 6px;
        margin-top: 6px;
        margin-left: 15px;
        margin-right: 15px;
    }
/*end News*/

/*partnership banner*/
#div_ct_body_r_partnership{
    text-align: left;
}
.div_textPartnership1{
    margin: 5px;
}
.div_textPartnership2{
    margin: 10px;
}
#div_imgs{
}
.logos_partners{
    margin:0px 15px;
    vertical-align:bottom;
    width:80px;
    height:50px;
}
.div_titleunderline{
	border-bottom: 3px solid #002B54;
	clear: both;
	margin-top: 10px;
}
/*end partnership banner*/

/* selection menu */
#selectionMenu {
    margin: 20px 10px 10px 10px;
}
#selectionMenu table {
    width: 100%;
}
#selectionMenu table tr{
    height: 50px;
}
.selectionMenu_imgDelete {
    margin-bottom: -2px;
    margin-right: 5px;
}
.selectionMenu_imgMeta {
    margin-bottom: -1px;
}
/* end selection menu */
/*preview*/
#preview{
    margin-top: 40px;
    text-align: center;
    height: 360px;
}
#preview > div{
    margin: 0 8px;
    border: 2px solid #002b54;
    border-radius: 10px;
    padding: 2px;
    background-color: #ffffff;
    cursor: pointer;
    vertical-align: middle;
    width: 463px;
    height: 350px;
    float:left;
}
#preview > div > img {
    margin-top: 130px;
}
/*end preview*/