﻿/* CSS 布局 */
/* 第一部分 页面布局*/
#masthead
{
	width: 100%;
}

#page_content
{
	width: 100%;
}

#footer
{
	width: 100%;
}


/* 第二部分 表格布局*/
.table
{
	background-color:White;
	border:solid 1px silver;
	margin: 20px 10px 20px 10px;
	padding: 5px 5px 5px 5px;
	width:100%;
}

.tr
{
	vertical-align:middle;
	height:30px;
}

.tdleft
{
	text-align:right;
	width:120px;
	color:blue;
	background-color:Silver;
}

.tdright
{
	text-align:left;
}

/*左右型输入区*/
.divleft
{
	width: 120px;
	position: absolute;
	left: 0px;
	top: 0px;
	color: Blue;
	text-align: right;
}

.divright
{
	vertical-align: bottom;
	margin-left: 120px;
	z-index:-1;
}

.divrow
{
	position: relative;
	width: 100%;
	height: 30px;
	vertical-align: middle;
}

.divtable
{
	border: dotted 1px gray;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	/*background-image: url(images/background/operation.jpg);*/
}

/* 快速链接（带图片）*/
.linkleft
{
	background-image: url(images/background/leftimge.png);
	padding: 0 0 0 0;
}
