﻿/* 
---------------------------------
Site: TJYC
Author: Esint
Updated: 2013-11-04 
Updated by: none 
--------------------------------- 
*/

/***************** Public Begin******************/
html
{
}

body, form, ul, li, p, dl, dd, dt, h, td, th, h3
{
	margin: 0;
	padding: 0;
	font-size: 12px;
}

li, ul
{
	list-style: none;
}

body
{
	font: 12px 微软雅黑,Verdana, Arial, Tahoma, Geneva, STHeiTi, SimSun, sans-serif;
	color: #000;
	background: #fff;
}

a img, img, iframe
{
	border: none;
}

a, form label
{
	cursor: pointer;
}

h1
{
	font-size: 16px;
}

h2
{
	font-size: 14px;
}

h3
{
	font-size: 14px;
}

h4, h5, h6
{
	font-size: 100%;
}

h6
{
	font-weight: normal;
}

a
{
	font-size: 12px;
}

	a:link
	{
		color: #333333;
		text-decoration: none;
	}

	a:visited
	{
		text-decoration: none;
		color: #333333;
	}

	a:hover
	{
		text-decoration: underline;
	}

	a:active
	{
		text-decoration: none;
	}

ol,ul {

}

caption,th {
}

input,select,textarea{

}

abbr,acronym{
}

del {
}

input{}

input[type="text"]
{

}

input[type="checkbox"]
{
}

input[type="submit"],
input[type="button"],
button
{
}

fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }
/***************** Public End***************************/

/***************** Pager Begin***************************/
.pager-title-image{}

/*header*/
.pager-header
{
}

/*foot*/
.pager-footer
{
	border-top: #CBCBCB solid 1px;
	margin-top: 4px;
}

.pager-footer td
	{
		padding: 1em 0 1em 0;
	}

/***************** Pager End***************************/

/***************** Base Begin***************************/
/*display*/
.display-block
{
	display: block;
}

.display-none
{
	display: none;
}

.display-line
{
	display: inline;
}

/*float*/
.float-left
{
	float: left;
}

.float-right
{
	float: right;
}

.float-none
{
	float: none;
}

/*width height*/
.width-960
{
	width: 960px;
}

.width-190
{
	width: 190px;
}

.width-88
{
	width: 90px;
}

.hight-960
{
	height: 960px;
}

/*margin padding*/
.margin-0
{
	margin: 0;
}

.padding-0
{
	padding: 0px;
}

.padding-5
{
	padding: 10px;
}

.padding-10
{
	padding: 10px;
}

.padding-20
{
	padding: 20px;
}

/*message*/
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 16px;
    font-weight: bold;
}

.message-success {
    color: #7ac0da;
    font-size: 12px;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

/*error*/
.error {
    color: #e80c4d;
}

/*text-align*/
.text-align-center
{
	text-align:center;
}

/*text-align*/
.text-align-left
{
	text-align:left;
}

/*text-align*/
.text-align-right
{
	text-align:right;
}

/*clearfloat*/
.clear {clear:both; height:0; overflow:hidden; display:block; line-height:0}
.clearfix:after {clear:both;font-size:0; height:0; display:block; visibility:hidden; content:" "; line-height:0}
.clearfix {zoom:1}/* for IE6 IE7 */

/*leftfloat*/
.left {float:left;}

/*rightfloat*/
.right{float:right;}

/*fontsize*/
.f14{
    font-size:14px;
}

.f16{
    font-size:16px;
}

.f18{
    font-size:18px;
}

.f20{
    font-size:20px;
}
/***************** Base End***************************/

/***************** Html Begin*************************/
/*table*/
.table
{
	width: 100%;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}

.th
{
}

.tr-item
{
}

.tr-alt-item
{
}

.tr-title{}

/*td*/
.td-left
{
	width: 20%;
	padding: 3px 10px 3px 5px;
	font-size: 12px;
	background-color: #dfe8f6;
	white-space: nowrap;
	text-align: right;
	border: solid 1px #99bbe8;
	height: 30px;
}

.td-right
{
	width: 30%;
	font-size: 12px;
	border: solid 1px #99bbe8;
	text-align: left;
	padding: 3px 10px 3px 5px;
	height: 30px;
}

.td-submit
{
	width: 100%;
	padding: 3px 10px 3px 5px;
	font-size: 12px;
	background-color: #fff;
	white-space: nowrap;
	text-align: left;
	border-right: solid 1px #99bbe8;
	border-left: solid 1px #99bbe8;
	border-bottom: solid 1px #99bbe8;
}
.td-title
{
	height:35px;
	padding: 3px 10px 3px 5px;
	font-size: 12px;
	background-color: #fff;
	white-space: nowrap;
	text-align: center;
	border-right: solid 1px #99bbe8;
	border-left: solid 1px #99bbe8;
	border-top: solid 1px #99bbe8;
}
/***************** Html End******************************/

/***************** Controls Begin************************/

/*input-submit*/
.input-submit
{
	display:none;
}

/*input-add*/
.input-add
{
}

/*input-cancel*/
.input-cancel{}

/*input-print*/
.input-print
{
}

/*input-modify*/
.input-modify
{
}

/*input-search*/
.input-search
{
}

/*label*/
.label{}

/*textbox*/
.textbox
{
	width:150px;
}

/*dropdownlist*/
.dropdownlist
{
}

/*button*/
.button
{
}

/***************** Controls End************************/

