body {	
	background-color: #EBEBEB;
    height: auto;
    margin: 0;
    width: 100%;
}
/*start page all*/
.ppage_all {
    background-color: #FFFFFF;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: 0 0 5px #888888;
    vertical-align: top;
    width: 1000px;
	margin: 10px auto 0;
}
/*end page all*/
/*start header*/
.pheader {
    background-image: url("../images/LC-Hub_header.png");
	background-position: left top;
    background-repeat: no-repeat;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	height:77px;
}

.pheader a {
    color: #ffffff;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: underline;
	font-family: tahoma, sans-serif, Arial;
}

.pheader_logo_ttla {
	padding-right: 10px;
	padding-left: 10px;
	width: 70px;
}

.pheader_logo_dft {
	padding-right: 10px;
	padding-left: 10px;
	width: 70px;
}

.pheader_logo_mfocus {
	padding-right: 10px;
	padding-left: 10px;
	width: 70px;
}

.pheader_login {
	padding-right: 10px;
	text-align : right;
	font-family: arial,sans-serif;
    font-size: 12px;
}
/*end header*/
/*start menu*/
.pmenu {
    background-color: #f8f8f6;
    border-bottom: 1px solid #dddddd;
    padding: 2px;
}

.pmenu .bt_menu {
    color: #004499;
    font-family: arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
}

.pmenu .bt_menu a {
    color: #004499;
    font-family: arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    padding: 4px 6px 6px;
    text-decoration: none;
}

.pmenu .bt_menu a:hover {
    background-color: #1975D1;
    color: #FFFFFF;
}

/*.pmenu .bt_menu a:visited {
    color: #004499;
}

.pmenu .bt_menu a:active {
    background-color: #1975D1;
    color: #FFFFFF;
}*/

.pmenu .bt_menu .menu_l {
    border-right: 1px solid #DDDDDD;
    padding: 6px 0px 6px;
}

.pmenu .bt_menu .menu_r{
    width: 78%;
}

.pmenu .bt_menu .menu_ladmin {
    border-right: 1px solid #DDDDDD;
    padding: 6px 0px 6px;
}

.pmenu .bt_menu .menu_radmin{
    width: 70%;
}
/*end menu*/
/*start footer*/
.pfooter {
    /*for Chrome*/
    background: -webkit-linear-gradient(-45deg, rgba(58,61,84,1) 10%,rgba(10,9,25,1) 99%);
    /*for Firefox*/
    background: -moz-linear-gradient(-45deg, rgba(58,61,84,1) 10%,rgba(10,9,25,1) 99%);
    /*for IE 7 **gradientType 0=Vertical 1=Horizontal** */
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#3A3D54', endColorstr='#0A0919', gradientType='1');
    /*for IE 10 or New*/
    background: -ms-linear-gradient(-45deg, rgba(58,61,84,1) 10%,rgba(10,9,25,1) 99%);
    /*for Opera*/
    background: -o-linear-gradient(-45deg, rgba(58,61,84,1) 10%,rgba(10,9,25,1) 99%);
    /*for Safari (no test)*/
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0.10, #3A3D54), color-stop(0.99, #0A0919));
    padding: 0 0 0 10px;
    height: 45px;
}

.pfooter .txt_clt {
    color: #FFFFFF;
    font-family: arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
}
/*end footer*/
/*start detail*/
.pdetail {
    background-color: #ffffff;
    border-left: 1px solid #dddddd;
    padding: 10px;
    vertical-align: top;
    width: 100%;
}

.pdetail .pdetail_bg {
    moz-border-radius: 4px;
    -moz-box-shadow: 0px 0px 3px #bbbbbb;
    -webkit-border-radius: 4px;
    -webkit-box-shadow: 0px 0px 3px #bbbbbb;
    background-color: #fdfdfd;
    border-radius: 4px;
    box-shadow: 0px 0px 3px #bbbbbb;
    margin-bottom: 10px;
    padding: 2px;
    text-align: left;
    vertical-align: top;
    width: 100%;
}

.pdetail .pdetail_bg .txt_detail {
    color: #595959;
    font-family: tahoma, sans-serif, Arial;
    font-size: 12px;
    padding: 5px;
    text-align: left;
}

.pdetail .pdetail_bg .txt_detail .style_news {
    padding: 10px;
}

.pdetail .pdetail_bg .txt_detail .style_news .group_news {
    background-color: #fafafa;
    border: 1px solid #B2CCCC;
    padding: 10px;
    text-align: center;
    line-height:14.5px;
}
/*end detail*/
/*start detail_font*/
.font_web {
    font-family: tahoma, sans-serif, Arial;
    font-size: 12px;
}
/*end detail_font*/
/*start header_title*/
.font_web_header {
    color: #004499;
    font-family: tahoma,sans-serif,Arial;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 5px 5px 10px;
    white-space: nowrap;
    background-color: #ebebeb;
}
/*end header_title*/
/*start news*/
.font_web_news {
    font-family: tahoma, sans-serif, Arial;
    font-size: 12px;
    color: #666666;
}

.font_web_news a{
    font-family: tahoma, sans-serif, Arial;
    font-size: 12px;
    color: #004499;
}

.font_web_news a:hover {
    color: #1975D1;
}

/*.font_web_news a:visited {
    color: #004499;
}

.font_web_news a:active {
    color: #1975D1;
}*/
/*end news*/
/*start news_read*/
.font_web_news_read {
    position:relative;
    top: 210px;
}

.font_web_news_read a{
    font-family: tahoma, sans-serif, Arial;
    font-size: 10px;
    color:#F2B217;
}

.font_web_news_read a:hover {
    color:#F20217;
}

/*.font_web_news_read a:visited {
    color:#F2B217;
}

.font_web_news_read a:active {
    color:#F20217;
}*/
/*end news_read*/