﻿/*--------------------------------------------------------------------*/
/*------------------------------ Default -----------------------------*/
/*--------------------------------------------------------------------*/
body
{
	background: #fff;
	margin: 0px;
}
body, th, td, input, textarea
{
	color: #000;
	font-family: 'Microsoft YaHei', SimSun, NSimSun, sans-serif;
	font-size: 12px;
}
img
{
	border: none;
}
a:link
{
	color: #000;
	text-decoration: none;
}
a:visited
{
	color: #000;
	text-decoration: none;
}
a:hover
{
	color: #f00;
	text-decoration: underline;
}
a:active
{
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6
{
	font-weight: bold;
	margin: 0px;
}
h1
{
	font-size: 20px;
}
h2
{
	font-size: 16px;
}
h3
{
	font-size: 14px;
}
h4
{
	font-weight: normal;
	font-size: 14px;
}
h5
{
	font-weight: normal;
	font-size: 12px;
}
p
{
	padding: 0px;
	margin: 0px;
}
form
{
	padding: 0px;
	margin: 0px;
}
input
{
	padding: 0px;
	margin: 0px;
}
textarea
{
	margin: 0px;
	padding: 0px;
}
/*-------------------------------- tr --------------------------------*/
.tr05
{
	width: 5%;
	text-align: right;
}
.tr10
{
	width: 10%;
	text-align: right;
}
.tr15
{
	width: 15%;
	text-align: right;
}
.tr20
{
	width: 20%;
	text-align: right;
}
.tr25
{
	width: 25%;
	text-align: right;
}
.tr30
{
	width: 30%;
	text-align: right;
}
.tr35
{
	width: 35%;
	text-align: right;
}
.tr40
{
	width: 40%;
	text-align: right;
}
.tr45
{
	width: 45%;
	text-align: right;
}
.tr50
{
	width: 50%;
	text-align: right;
}
/*-------------------------------- th --------------------------------*/
.th05
{
	width: 5%;
	text-align: center;
}
.th10
{
	width: 10%;
	text-align: center;
}
.th15
{
	width: 15%;
	text-align: center;
}
.th20
{
	width: 20%;
	text-align: center;
}
.th25
{
	width: 25%;
	text-align: center;
}
.th30
{
	width: 30%;
	text-align: center;
}
.th35
{
	width: 35%;
	text-align: center;
}
.th40
{
	width: 40%;
	text-align: center;
}
.th45
{
	width: 45%;
	text-align: center;
}
.th50
{
	width: 50%;
	text-align: center;
}
/*-------------------------------- td --------------------------------*/
.td05
{
	width: 5%;
}
.td10
{
	width: 10%;
}
.td15
{
	width: 15%;
}
.td20
{
	width: 20%;
}
.td25
{
	width: 25%;
}
.td30
{
	width: 30%;
}
.td35
{
	width: 35%;
}
.td40
{
	width: 40%;
}
.td45
{
	width: 45%;
}
.td50
{
	width: 50%;
}
/*------------------------------- color ------------------------------*/
.white
{
	color: #fff;
}
.black
{
	color: #000;
}
.gray
{
	color: #ccc;
}
.red
{
	color: #f00;
}
.green
{
	color: #0f0;
}
.blue
{
	color: #00f;
}
/*------------------------------- main -------------------------------*/
.main
{
	overflow: auto;
}
.clear
{
	clear: both;
}
/*------------------------------- login ------------------------------*/
.login
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 300px;
	height: 200px;
	margin: -100px 0 0 -150px;
}
.login .header
{
	width: 298px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	background: #eee;
	border: 1px solid #aaa;
}
.login .body
{
	width: 260px;
	height: 90px;
	background: #f9f9f9;
	padding: 10px 19px 10px 19px;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	overflow: hidden;
}
.login .title
{
	float: left;
	width: 70px;
	height: 30px;
	line-height: 30px;
	text-align: right;
}
.login .input
{
	float: right;
	width: 180px;
	height: 24px;
	padding: 3px 0px 3px 10px;
	overflow: hidden;
}
.login .input input
{
	width: 130px;
	height: 22px;
	line-height: 22px;
	padding: 0px 5px;
	border: 1px solid #ccc;
	margin: 0px;
}
.login .check
{
	float: left;
	width: 92px;
	height: 24px;
	padding: 3px 0px 3px 10px;
	overflow: hidden;
}
.login .check input
{
	width: 70px;
	height: 22px;
	line-height: 22px;
	padding: 0px 5px;
	border: 1px solid #ccc;
	margin: 0px;
}
.login .code
{
	float: right;
	width: 88px;
	height: 20px;
	padding: 5px 0px 5px 0px;
	overflow: hidden;
}
.login .footer
{
	width: 298px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	background: #f2f2f2;
	padding: 8px 0px;
	border: 1px solid #aaa;
}
.login .footer input
{
	width: 98px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	background: #ddd;
	border: 1px solid #aaa;
	cursor: pointer;
}
/*------------------------------ google ------------------------------*/
.google
{
	overflow: hidden;
}
.google .container
{
	width: 1400px;
	height: 700px;
	background: url(http://app.jxgoogle.net/bg.png);
	margin-left: auto;
	margin-right: auto;
}
.google .name
{
	float: left;
	width: 170px;
	height: 30px;
	padding: 297px 603px 18px 627px;
}
.google .name input
{
	width: 130px;
	height: 30px;
	line-height: 30px;
	background: none;
	padding: 0px 10px;
	border: 0px;
	margin: 0px;
}
.google .pass
{
	float: left;
	width: 170px;
	height: 30px;
	padding: 0px 603px 20px 627px;
}
.google .pass input
{
	width: 130px;
	height: 30px;
	line-height: 30px;
	background: none;
	padding: 0px 10px;
	border: 0px;
	margin: 0px;
}
.google .check
{
	float: left;
	width: 70px;
	height: 30px;
	padding: 0px 0px 0px 627px;
}
.google .check input
{
	width: 50px;
	height: 30px;
	line-height: 30px;
	background: none;
	padding: 0px 10px;
	border: 0px;
	margin: 0px;
}
.google .code
{
	float: left;
	width: 70px;
	height: 20px;
	padding: 5px 5px 5px 5px;
}
.google .btn
{
	float: left;
	width: 52px;
	height: 30px;
	padding: 0px 564px 0px 7px;
}
.google .btn img
{
	width: 52px;
	height: 30px;
}
.google .qa
{
	float: left;
	width: 68px;
	height: 20px;
	padding: 133px 425px 6px 907px;
	overflow: hidden;
}
.google .qb
{
	float: left;
	width: 68px;
	height: 20px;
	padding: 0px 425px 56px 907px;
}
.google .web
{
	float: left;
	width: 110px;
	height: 20px;
	padding: 0px 315px 20px 975px;
}
/*------------------------------- left -------------------------------*/
.left
{
	float: left;
	width: 190px;
	padding: 5px;
}
.left .header
{
	width: 180px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	background: #eee;
	padding: 0px 4px;
	border: 1px solid #aaa;
}
.left .body
{
	width: 170px;
	padding: 4px 9px;
	border: 1px solid #aaa;
	border-top: none;
	margin: 0px;
}
.left .border
{
	padding-bottom: 5px;
	border-bottom: 1px dashed #aaa;
	margin-bottom: 5px;
}
.left .title
{
	padding: 0px;
	margin: 0px;
}
.left .list
{
	line-height: 20px;
	font-weight: bold;
	list-style: disc;
	margin: 0px 0px 0px 20px;
}
.left .ul
{
	padding: 0px;
	margin: 0px 0px 0px 20px;
}
.left .li
{
	line-height: 20px;
	list-style: circle;
}
/*------------------------------- right ------------------------------*/
.right
{
	margin: 5px 5px 5px 200px;
}
.right .header
{
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	background: #eee;
	border-top: 1px solid #aaa;
}
.right .body
{
	min-height: 500px;
	padding: 4px 0px 5px 0px;
	border-top: 1px solid #aaa;
	overflow: auto;
}
.right .title
{
	float: left;
	width: 18%;
	height: 20px;
	line-height: 20px;
	text-align: right;
	background: #f2f2f2;
	padding: 2px 0px;
	padding-right: 1%;
	margin-top: 1px;
}
.right .input
{
	float: right;
	width: 80%;
	height: 20px;
	padding: 2px 0px;
	background: #f9f9f9;
	padding-left: 1%;
	margin-top: 1px;
	overflow: hidden;
}
.right .input input
{
	width: 70%;
	height: 18px;
	line-height: 18px;
	padding: 0px 5px;
	border: 1px solid #ccc;
	margin: 0px;
}
.right .file
{
	float: right;
	width: 80%;
	height: 20px;
	background: #f9f9f9;
	padding: 2px 0px;
	padding-left: 1%;
	margin-top: 1px;
	overflow: hidden;
}
.right .radio
{
	float: right;
	width: 80%;
	height: 20px;
	background: #f9f9f9;
	padding: 2px 0px;
	padding-left: 1%;
	margin-top: 1px;
	overflow: hidden;
}
.right .radio input
{
	width: 13px;
	height: 13px;
}
.right .radio label
{
	padding-left: 5px;
	padding-right: 15px;
}
.right .short
{
	float: right;
	width: 80%;
	height: 20px;
	background: #f9f9f9;
	padding: 2px 0px;
	padding-left: 1%;
	margin-top: 1px;
	overflow: hidden;
}
.right .short input
{
	width: 10%;
	height: 18px;
	line-height: 18px;
	padding: 0px 5px;
	border: 1px solid #ccc;
	margin: 0px;
}
.right .short span
{
	padding-right: 10px;
}
.right .headline
{
	float: left;
	width: 18%;
	height: 60px;
	line-height: 60px;
	text-align: right;
	background: #f2f2f2;
	padding: 2px 0px;
	padding-right: 1%;
	margin-top: 1px;
}
.right .multiline
{
	float: right;
	width: 80%;
	height: 60px;
	padding: 2px 0px;
	background: #f9f9f9;
	padding-left: 1%;
	margin-top: 1px;
	overflow: hidden;
}
.right .multiline textarea
{
	width: 70%;
	height: 54px;
	line-height: 18px;
	padding: 2px 5px;
	border: 1px solid #ccc;
	margin: 0px;
}
.right .editor
{
	float: left;
	width: 100%;
	min-height: 300px;
	background: #f2f2f2;
	padding: 2px 0px;
	margin-top: 1px;
}
.right .check
{
	float: right;
	width: 80%;
	height: 14px;
	background: #f9f9f9;
	padding: 5px 0px;
	padding-left: 1%;
	margin-top: 1px;
	overflow: hidden;
}
.right .check input
{
	width: 13px;
	height: 13px;
}
.right .checkbox
{
	float: right;
	width: 80%;
	line-height: 24px;
	background: #f9f9f9;
	padding-left: 1%;
	margin-top: 1px;
}
.right .checkbox input
{
	width: 13px;
	height: 13px;
	padding-top: 3px;
}
.right .btn
{
	float: left;
	width: 100%;
	height: 24px;
	text-align: center;
	background: #eee;
	padding: 5px 0px;
	margin-top: 5px;
}
.right .btn input
{
	width: 98px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	background: #ddd;
	border: 1px solid #aaa;
	cursor: pointer;
}
.right .box
{
	height: 24px;
	padding: 5px 0px;
	background: #fafafa;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin-top: 5px;
	overflow: hidden;
}
.right .size
{
	float: left;
	width: 58%;
	height: 24px;
	padding-left: 2%;
}
.right .search
{
	float: right;
	width: 38%;
	height: 24px;
	line-height: 24px;
	text-align: right;
	padding-right: 2%;
}
.right .set
{
	height: 24px;
	text-align: center;
	background: #fafafa;
	padding: 5px 0px;
	margin-top: 5px;
}
.right .command
{
	height: 24px;
	text-align: center;
	background: #fafafa;
	padding: 5px 0px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin-top: 5px;
}
.right .true
{
	width: 98px;
	height: 22px;
	line-height: 20px;
	text-align: center;
	background: #ddd;
	border: 1px solid #aaa;
	margin-left: 10px;
	cursor: pointer;
}
.right .false
{
	width: 98px;
	height: 22px;
	line-height: 20px;
	text-align: center;
	color: #aaa;
	background: #eee;
	border: 1px solid #ccc;
	margin-left: 2px;
	cursor: pointer;
}
.right .error
{
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	background: #ffff99;
	padding: 5px 0px;
}
/*------------------------------- grid -------------------------------*/
.grid
{
	width: 99%;
	border: 1px solid #ddd;
}
.grid th
{
	line-height: 25px;
	padding: 0px 5px;
	border: 1px solid #ddd;
}
.grid td
{
	line-height: 25px;
	padding: 0px 5px;
	border: 1px solid #ddd;
}
.grid input
{
	vertical-align: middle;
}
.grid .head
{
	font-weight: bold;
	text-align: center;
	background: #eee;
}
.grid .row
{
	background: #fcfcfc;
}
.grid .selected
{
	background: #f0f0f0;
}
.grid .alternate
{
	background: #f9f9f9;
}
.grid .sort
{
	width: 12px;
	font-size: 14px;
	background: none;
	padding: 0px;
	border: 0px;
	margin: 0px;
	cursor: pointer;
}
/*------------------------------- pager ------------------------------*/
.pager
{
	width: 96%;
	height: 25px;
	line-height: 25px;
	background: #fafafa;
	padding: 0px 2%;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 5px 0px;
	overflow: hidden;
}
.pager .record
{
	float: left;
	width: 60%;
	height: 25px;
	color: #888;
}
.pager .page
{
	float: right;
	width: 40%;
	height: 25px;
	text-align: right;
}
