/*Change Login Text to white*/
.login a {
color: #FFF;
}

/*change text language*/
CULTURE:MY

/*Fix appearance of search box*/
.search_btn {
margin-right:5px;
}
#dnnTopMenu {
width:255px !important;
}

.bottom_search{
float:right !important;
}

.dnnForm { 
width:100% !important;
 margin-left:19px !important;
}

.flash_pad {
width: 940px;
margin-left: -19px;
}
#homepagepromo {
border-top:1px solid #fff;
border-left:1px solid #fff;
}


/*--NewList in the Home page--*/
ul#NewsList{
    list-style: none;
    margin:0;
    padding:0 10px 0 0;
}
ul#NewsList p {margin-bottom:0; margin-top:3px;}
ul#NewsList li {
    padding:0 0 15px 0;
    margin:0 ;
list-style:none;
display:inline-block;
 
}
ul#NewsList li a:hover {
    text-decoration: underline;
    color:#5295FF;
}
ul#NewsList li a:visited {
color:#093890;
text-decoration:none;
}
ul#NewsList h3 {
font-size:12px;
font-weight:bold;
padding:0;
margin:0;
}
ul#NewsList h3 a {
font-size:12px;
font-weight:bold;
color:#3E81B5;
}
ul#NewsList li img  {
    float:left;
    margin-right:10px;
border:1px solid #333;
}
/*--NewList in the Home page End--*/


/*--LatestNew Start--*/
ul#NewsArticleList {
padding:0;
margin:0;

}
ul#NewsArticleList li {
list-style:none;
margin-bottom:10px;
}
ul#NewsArticleList li a,
ul#NewsArticleList li a:link,
ul#NewsArticleList li a:active {
color:#3E81B5;
font-weight:bold;
}

ul#NewsArticleList li a:hover {
color:#5295FF;
text-decoration: underline;
}

ul#NewsArticleList li a:visited {
color:#093890;
text-decoration:none;
}

lf#LatestNewFooter {
color:#3E81B5;
font-weight:normal;
}

.article a {
font-size: 16px;
}

/*--LatestNew End--*/



/*--Publication Start--*/

.FileGrid_Container a,
.FileGrid_Container a:link,
.FileGrid_Container a:active {
color: #3E81B5;
text-decoration: none;
font-weight: normal;
}

.FileGrid_Container a:hover {
color: #5295FF;
text-decoration: underline;
}

.FileGrid_Container a:visited {
color: #093890;
text-decoration: none;
}
/*--Publication End--*/


/*--Right pan border Start--*/
.c_grey_border {
padding: 12px 12px 0px 12px;
}
/*--Right pan border end--*/

