﻿#areapicker
{
    display:none;
    position:absolute;
    width:310px;
    border:1px solid #000000;
    background-color:White;
    padding:5px;
    z-index:100;
}
#areapicker ul li
{
    line-height:16px;
    
}
#areapicker a
{
    display:block;
    text-decoration:none;
}
#industrypicker
{
   display:none;
    position:absolute;
    width:300px;
    border:1px solid #000000;
    background-color:White;
    padding:5px;
    z-index:100; 
}
#industrypicker ul li
{
    line-height:16px;
    
}
#industrypicker a
{
    display:block;
    text-decoration:none;
}
#phasepicker
{
    display:none;
    position:absolute;
    width:280px;
    border:1px solid #000000;
    background-color:White;
    padding:5px;
    z-index:100; 
}

#tabItemPre
{
    border:1px solid #c8c8c8;
    margin:5px 0;
}
.tag-line
{
    background:transparent url(/images/tag-line.gif) no-repeat;
    height:25px;
    border:1px solid #c8c8c8;
    border-bottom-style:none;
    border-top-style:none;
    padding:5px 0 0 20px;
}

.table-header
{
    background-position:0 -150px;
}

.handlers
{
	border:1px dashed #dcdcdc;
	margin:5px 0;
	padding:5px;
	text-align:center;
}
.handlers li
{
    display:inline;
}
.handlers li a
{
    margin:2px 5px;
    display:block;
    float:left;
    background-image:url(/images/buttons.png);
    background-repeat:no-repeat;
    width:96px;
    height:28px;
    text-indent:-2000px;
}
a.btnFollow
{
    display:block;
    background:#fff url(/images/buttons.png) no-repeat 0 -1050px;
    width:100px;
    height:20px;
    text-indent:-2000px;
    cursor:pointer;
}
a.btnFollow:hover
{
    background-position:-101px -1050px;
}
.btn-view
{
    background-position:0 -650px;
}
a.btn-view:hover
{
    background-position:-101px -650px;
}
.btn-output
{
    background-position:0 -700px;
}
a.btn-output:hover
{
    background-position:-101px -700px;
}
.btn-save
{
    background-position:0 -750px;
}
a.btn-save:hover
{
    background-position:-101px -750px;
}
.btn-print
{
    background-position:0 -800px;
}
a.btn-print:hover
{
    background-position:-101px -800px;
}
a.btnYes
{
    display:block;
    background:#fff url(/images/buttons.png) no-repeat 0 -1350px;
    width:100px;
    height:25px;
    text-indent:-2000px;
    cursor:pointer;
    float:left;
}
a.btnYes:hover
{
    background-position:-101px -1350px;
}
a.btnNo
{
    display:block;
    background:#fff url(/images/buttons.png) no-repeat 0 -1400px;
    width:100px;
    height:25px;
    text-indent:-2000px;
    cursor:pointer;
    float:left;
}
a.btnNo:hover
{
    background-position:-101px -1400px;
}
a.btnSubmit
{
   display:block;
    background:#fff url(/images/buttons.png) no-repeat 0 -600px;
    width:100px;
    height:25px;
    text-indent:-2000px;
    cursor:pointer;
}
a.btnSubmit:hover
{
    background-position:-101px -600px;
}
.info-header
{
    padding:5px 0 0 30px;
    background:#932228 url(/images/table-icon.gif) no-repeat;
    height:19px;
    color:#ffffff;
    font-weight:bold;
    font-size:14px;
    text-align:center;
}
a.btnClose
{
    display:block;
    background:#fff url(/images/buttons.png) no-repeat 0 -1000px;
    width:96px;
    height:28px;
    text-indent:-2000px;
    margin:3px 0;
    cursor:pointer;
}
a.btnClose:hover
{
    background-position:-101px -1000px;
}

/* 三级页面的样式 */
table.infoTable 
{
    width:100%;
    border-width: 1px;
	border-spacing: 0;
	border-style: solid;
	border-color: #c8c8c8;
	border-collapse: collapse;
	background-color: #fffafa;
}
table.infoTable td
{
    border-width: 1px;
	padding: 0 2px 0 10px;
	border-style: solid;
	border-color: #c8c8c8;
	background-color: white;
	height:25px !important;
	height:23px;
	line-height:20px;
}
table.infoTable th
{
    background-color:#eeeeee;
    height:25px !important;
	height:23px;
	text-align:left;
	padding-left:10px;
	color:#942126;
	font-size:14px;
}
.infoTable a
{
    color:#023edc;
    text-decoration:underline;
}
.link-items
{
    border:1px solid #940810;
    margin:5px 0;
    padding:5px;
    
}
.link-items h3
{
    font-size:14px;
    padding:0;
    margin:0;
    color:#902225;
}
.link-items td
{
    line-height:20px;
}
.post
{
    background-position:0 -100px;
}
#suggestion
{
    padding:3px 10px;
}

