@CHARSET "ISO-8859-1";

*{
	font-family:sans-serif;
}

body
{
margin:0 auto; 
background-image:url('../images/background.gif');
}
.pplcontent
{
	background-image:url('../images/background-gradian.gif'); 
	/*background-color: #2d9bd8;*/
	background-repeat:repeat-x;
	width:100%;
	height:100%;
}
.example {
  border: none;
  background-color: #9ccfff;
  padding: 0px;
  border-radius: 4px;
}
.loginhome {
  border: none;
  background-color: #FFFFFF;
  padding: 15px 10px;
  border-radius: 4px;
  min-height: 250px;
  height: 100%;
  width: 90%;
}
a{
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#0052B7;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

.homeleftmencenter
{
	width: 180px;
	height:auto;
	margin-left:10px;
	margin-right:10px;
	margin-top:0px;
	margin-bottom:0px;
	padding-left:10px;
	background: url('../images/hleft-menu-middle.png') repeat-y;
}
.homemenuleft
{
	margin-left:10px;
	margin-right:10px;	
}

.homeleftmentop
{
	width: 180px;
	height: 10px;
	margin-left:10px;
	margin-right:10px;
	margin-top:0px;
	margin-bottom:0px;
	padding-left:10px;
	background: url('../images/hleft-menu-top.png') no-repeat;
}
div.homeleftmenbot
{
	width: 180px;
	height: 25px;
	margin-left:10px;
	margin-right:10px;
	margin-top:0px;
	margin-bottom:0px;
	padding-left:10px;
	background: url('../images/hleft-menu-bot.png') no-repeat;
}


.leftmencenter
{
	width: 100%;
	height:auto;
	display: inline-block;
	text-align: center;
	margin: 20px auto;
}
.menuleft
{
	margin-left:10px;
	margin-right:10px;	
}

.leftmentop
{
	width: 200px;
	height: 10px;
	margin-left:10px;
	margin-right:10px;
	margin-top:0px;
	margin-bottom:0px;
	padding-left:10px;
	/*background: url('../images/left-menu-top.png') no-repeat;*/
}
div.leftmenbot
{
	width: 200px;
	height: 25px;
	margin-left:10px;
	margin-right:10px;
	margin-top:0px;
	margin-bottom:0px;
	padding-left:10px;
/*	background: url('../images/left-menu-bot.png') no-repeat;*/
}
div.sdmenu {
	width: 102%;
	font-family: sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	color: #fff;
	/* height: 30px; */
}
div.sdmenu div {
	/*background: url(../images/title.gif) repeat-x;*/
	overflow: hidden;
	/* height: 24px; */
	background-color:#efa956;
	margin: 0 auto;
	/* line-height: 25px; */
}

div.sdmenu div:first-child {
	/*background: url(../images/toptitle.gif) no-repeat;*/
	background-color:#efa956;
	border-radius:8px 8px 0 0;
}

div.sdmenu div:last-child {
	border-radius:0 0 8px 8px;
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: white;
	background: url(../images/expanded.gif) no-repeat 10px center;
	cursor: default;
	border-bottom: 1px solid #ffffff;
}
div.sdmenu div.collapsed span {
	background-image: url(../images/collapsed.gif);
}
div.sdmenu div a {
	padding: 5px 10px;
	background: #eee;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #066;
}
div.sdmenu div a.current {
	background : #ccc;
}
div.sdmenu div a:hover {
	background: #f1bc61 url(../images/linkarrow.gif) no-repeat right center;
	color: #fff;
	text-decoration: none;
}
.menuleft.multimenu {
    margin: 10px 15px;
}
/* new changes */
tr.menulink {
    margin: 0 auto;
    display: inline-block;
    width: 100%;
}

tr.menulink td {
    width: 97.8%;
    display: inline-block;
    padding: 10px 15px;
	background-color:#FFFFFF;
	height:40px;
	margin-bottom:30px;
}

tr.menulink td a {
    font-weight: normal;
    width: 12%;
    display: inline-block;
    text-align: center;
    color: #2a99d7;
    vertical-align: middle;
    height: 40px;
    /* padding: 0 1%; */
    line-height: 40px;
}

tr.menulink td a.activelink {
    background-color: #2d9bd8;
    color: #FFFFFF;
    font-weight: bold;
}

tr.memberslist {
    height: 20px;
    width: 96%;
    display: inline-block;
    margin: 10px auto;
    padding: 0 10px;
    text-align: center;
    white-space: normal;
}

tr.memberslist td {
    width: 100%;
    height: 20px;
    display: inline-block;
    overflow-x: auto;
    /* white-space: nowrap; */
    overflow-y: hidden;
    margin: 0 auto;
}

tr.memberslist td img {
    display: inline-block;
    overflow-x: scroll;
    overflow-y:hidden;
    /* white-space: nowrap; */
    height: 20px;
    width: initial;
}

.loginhome fieldset {
    border: none;
    margin: 0;
}

.loginhome legend {
    color: #2d9bd8;
    font-size: 1rem;
    font-weight: 600;
    margin: 15px auto;
    text-align: left;
    width: 100%;
}

.loginhome fieldset span.login {
    display: block;
    margin: 5% auto;
    font-size: 14px !important;
}

span.login input[type="text"],
span.login input[type="password"] {
    display: block;
    border: none;
    border-bottom: 0.115rem solid #E0E0E0;
    height: 35px;
    width: 100%;
    outline: none;
}


.loginhome div#center {
    margin: 30px auto 0 auto !important;
    text-align: center;
    width: 100%;
}

.loginhome div#center input {
    height: 40px;
    border-radius: 4px;
    border: none;
    background-color: #2d9bd8;
    color: #FFFFFF;
    font-size: 16px;
    width: 50%;
}
tr.p-footer {
    background-color: #333333;
    height: 30px;
    width: 100%;
    line-height:30px;
}

.footer-text{
	width:100%;
	height:20px;

}
.brow
{
	font-weight:bolder; 
	font-size:12px; 
	color:white;
}
.multimenu > table {
    width: 100%;
    display: inline-block;
    margin: 15px  auto;
}

.multimenu > table tbody{
    width: 100%;
    display: inline-block;
   
}

.multimenu > table tbody tr{
    width: 100%;
    display: inline-block;
   
}
table.footer-text td {
    font-size: 12px;
    width: 31.33%;
    color: #FFFFFF;
    margin: 0 1%;
    display: inline-block;
}
table.footer-text td a {
    font-size: 12px;
    color: #FFFFFF !important;
}
table.loginhome.news {
    height: 100px !important;
    min-height: 100px !important;
}
.header-box
{
 width:100%;
 height:120px;
 background-color:#f0d5a6;
 border-radius:10px;
}
.left-menus {
    width: 90%;
    background-color: #FFFFFF;
    margin: 0 auto;
    border-radius: 8px;
    min-height: 30px;
    height: auto;
}
tr.main-content
{ width:100%; display:inline-block; margin-top:0; }
tr.main-content > td
{ width:100%; display:inline-block; }
table.login-time-div {
    width: 100%;
    display: inline-block;
    text-align: center;
}

table.login-time-div tbody{
    width: 100%;
    display: inline-block;
    text-align: center;
}

tr.login-time {
    width: 100%;
    display: inline-block;
    color: #8a8a8a;
    line-height: 20px;
	font-size:14px;
}

tr.login-time td{
    width: 100%;
    display: inline-block;
}

.ppp-logout {
    margin: 15px auto;
}

.ppp-logout a{
    background-color: #f1bc61;
    width: 50%;
    height:35px;
    display:inline-block;
    line-height:35px;
    border-radius: 4px;
    color:#FFFFFF;
}

.leftmencenter b {
    color: #2a99da;
    line-height: 20px;
    font-size: 14px;
}

tr.login-time b {
    font-size: 14px;
    font-weight: normal;
    color: #8a8a8a;
}
td.member-content {
    margin: 0 2%;
    width: 92%;
    display: inline-block;
    background-color: #FFFFFF;
    border-radius: 4px;
    padding: 2% 1%;
}

td.member-content fieldset 
{border: none;}

td.member-content fieldset legend span
{color: #2a99d7 !important;font-size: 18px;}

td.member-header {
    background-color: #2265a2;
    text-decoration: none;
    border-radius: 4px 4px 0 0;
    height: 30px;
}

.example tr
{
    height:30px;
    font-size: 14px;
}

td.member-header u {
    color: #FFFFFF;
    text-decoration: none;
}


td.member-active {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
}
.home-slide
{
	display:inline-block;
	width:100%;
}
a.menu-active {
    background-color: #2d9bd8;
    color: #FFFFFF !important;
    border-radius: 4px;
}
/* new changes */


/* Slick CSS */
 /*html, body {
      margin: 0;
      padding: 0;
    }

    * {
      box-sizing: border-box;
    }*/
   .center-slides
   {
	   width:900px !important;
	   margin:0 auto !important;
   }
   .autoplay-slides
   {
	   width:900px !important;
	   margin:0 auto !important;
   }
    .slider {
        width: 50%;
        margin: 100px auto;
    }

    .slick-slide {
      margin: 0px 20px;
    }

    .slick-slide img {
      width: 100%;
    }

    .slick-prev:before,
    .slick-next:before {
     color: #5f461d !important;
    font-size: 24px !important;
    }


    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: .2;
    }
    
    .slick-active {
      opacity: .5;
    }

    .slick-current {
      opacity: 1;
    }
	.center-slides .slick-slide {
    opacity: 1;
}
/* Slick CSS */
