﻿/* common */
td,p,body,div
{
    font-size:12px;
    font-family:Arial,宋体;
}
body
{
    margin:0px;
    text-align:center;
}
a{color:#336699;text-decoration:none;}
a:hover{color:Red;text-decoration:underline;}
.Red{color:#ff0042}

/* header */
.TableHeader
{
    width:100%;    
    color:White;
    border:0px;
}
.TableHeader td a
{
	color:white;
	text-align:none;
}
.TableHeader td a:hover
{
	 color:yellow;
    text-decoration:underline;
}
.TableHeader input
{
	background:#e5e5e5;
}
.TableIndex
{
	width:1030px;
	border:0px;
}
/* Body */
.DivBody
{
    width:1030px;
    text-align:left; 
    margin-left:auto;
    margin-right:auto;
       
}

.DivBodyLeft
{
    width:235px;    
    float:left; 
    clear:left;   
    overflow:hidden;
    background:#212121;
    
}
#ImgLogin,#ImgReset
{
    cursor:pointer;    
}


.DivBodyRight
{
    width:800px;  
    background:white; 
    float:right;
    clear:right;
    overflow:hidden; 
}
#DivHeaderShadow
{
    width:800px;
    height:1px;
}
#DivSearch
{   
    background:#e6e7e8;
    height:35px;
    text-align:right;    
}

#DivNewsContent
{
    margin:11px 10px 8px 40px;
    height:301px;
}
#NewsPageList
{
    width:100%;
    height:100%;
    color:White;
    text-align:left;
}
.PageLink
{
    font-size:12px;
    font-weight:bold;
    color:White;   
}
.PageLink span
{
    cursor:pointer;
	color:#454545;
}
#DivCredit
{
	margin:6px 10px 10px 30px;
	color:red;
}
#DivNews a
{
    color:#58595b;
    text-decoration:none;
}
#DivNews a:hover
{
    color:#ff0042;
    text-decoration:underline;
}

.DivFoot
{
        
    width:1030px;
    background:white;
    margin-left:auto;
    margin-right:auto;
}

/* for news.aspx special */
a.NewsContent
{
    
    font-weight:bolder;
    color:#58595b;
    text-decoration:none;
}
a.NewsContent:hover
{
    color:#ff0042;
    text-decoration:underline;
}
/* for credits.aspx special */
#DivCreditContent
{
    margin:20px;
    height:288px;
    
}
#DivCreditDesc
{
    font-size:18px;
    font-weight:bold;
    color:#58595b;
    margin-bottom:20px;   
}
/* for brands special */
#DivBrandsList
{
    margin:1px;
}
#DivBrandsList a
{
    color:#6d6e71;
    font-weight:bold;
    font-size:14px;
    text-decoration:none;
}
#DivBrandsList a:hover
{
    color:red;
    text-decoration:underline;
}
/* for equipments special */
#DivEquipmentsList
{
    margin:60px 1px;
}
#DivEquipmentsList a
{
    color:#6d6e71;
    text-decoration:none;
}
#DivEquipmentsList a:hover
{
    color:red;
    text-decoration:underline;
}

/* for jobs special */

#DivJobsList,#DivJobsList2
{
    margin:60px 1px;
}
#DivJobsList a,#DivJobsList2 a
{
    color:#6d6e71;    
}
#DivJobsList a:hover,#DivJobsList2 a:hover
{
    color:red;
    text-decoration:underline;    
}
