﻿@charset "utf-8";
/* CSS Document */

body {
    margin: 0px;
    padding: 0px;
    font-family: Microsoft YaHei;
    font-size: 12px;
}

ul, li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.WeiXinDiv {
    float: right;
    font-weight: bold;
}

.IframeLeftDiv {
    float: left;
    width: 227px;
	border: 1px solid #06C;
	overflow: hidden;
}

.IframeLeftDiv li {
    width: 227px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 24px;
	text-align: left;
}

.IframeLeftDiv li {
    background: url("../images/ststuCDXY.png") no-repeat 2px 8px;
    padding-left: 15px;
}

.IframeLeftDiv li a {
    color: #333;
    text-decoration: none;
}

.IframeLeftDiv li a:hover { color: #f40; }

.IframeLeftDiv li span { float: left; }

.IframeLeftDiv li span.UnitName {
    width: 135px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.IframeLeftDiv li span.JobName {
    width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 5px;
}

.IframeLeftDiv .IframeLeftDivTitle {
    font-weight: bold;
    border-bottom: 1px #ccc dotted;
    padding-left: 0px;
    width: 227px;
    background: none;
	text-align: left;
}

.IframeLeftDiv .IframeLeftDivTitle a {
    float: right;
    color: #900;
    text-decoration: none;
    font-weight: normal;
    background: none;
}

.IframeLeftDiv .IframeLeftDivTitle a:hover { color: #900; }