/*
我的样式文件:配合以表为单位生成的几个相关页面
注意:注译部分要保留后面星号前的一空格,否则出错.
*/

/* =========== 公共部分 =========== */
.pageColumn
{
	FILTER: progid:DXImageTransform.Microsoft.Gradient(startColorStr='lightblue', endColorStr='#FFFFFF', gradientType='0');
}

body
{
	font-size: 12px;
	/* funny: expression(document.body.oncontextmenu='window.event.returnValue=false'); */
}

button
{
	background-image: url(../images/bg_btn.gif);
	height: 21px;
	border: 1px solid #7390b8;
	font-size: 12px;
	margin-right: 5px;
	cursor: pointer;
	line-height: 20px;
	color: #09435B;
}

.btn {
	background-image: url(../images/bg_btn.gif);
	height: 21px;
	border: 1px solid #7390b8;
	font-size: 12px;
	margin-right: 5px;
	cursor: pointer;
	line-height: 20px;
	color: #09435B;
	height: 24px;
}

.btnSize
{
	width: 86px;
    /* height: 24px; */
}

input
{
	border-right: cadetblue 1px solid;
	border-top: cadetblue 1px solid;
	border-left: cadetblue 1px solid;
	border-bottom: cadetblue 1px solid;
}

.ColInfo
{
	font-size: 14px;
	height: 30px;
	background-image: url(../images/bg_title.gif);
	background-repeat: no-repeat;
	line-height: 25px;
	text-indent: 40px;
	color: #FFFFFF;
}

.pClass
{
	cursor: hand;
	border: 0px;
}

caption
{
	background-color: #add8e6;
	line-height: 8px;
	text-align: right;
}

.TableCaption
{
	background-color: #add8e6;
	height: 8px;
	/*text-align: right;*/
}

.Sep
{
	height: 8px;
}
/* =========== List 页面 =========== */

.TableColumn
{
	background-color: #cae8ea;
	font-size: 14px;
	color: #28373C;
	font-weight: bold;
	background-image: url(../images/tab_t1.jpg);
	background-repeat: no-repeat;
	height: 18px;
	text-align: center;
	line-height: 18px;
	padding: 0px;
}

.SearchForm
{
	margin-top:10px;
}

.SearchForm table
{
	border-right: lightblue 1px solid;
	border-top: lightblue 1px solid;
	border-left: lightblue 1px solid;
	border-bottom: lightblue 1px solid;
	background-color: transparent;
	border-collapse: collapse;
	margin-left: 0px;
	width:100%;
}

.SearchForm td
{
	/* background-color: white; */
    padding: 4px;
	border: 1px solid lightblue;
}

.SearchForm .myTextBox
{
	width: 400px;
}
/*
.SearchForm textarea
{
	border-right: cadetblue 1px solid;
	border-top: cadetblue 1px solid;
	border-left: cadetblue 1px solid;
	border-bottom: cadetblue 1px solid;
	width: 400px;
}
*/
.ListForm
{
	margin-top:10px;
}

.ListForm table
{
	border-right: lightblue 1px solid;
	border-top: lightblue 1px solid;
	border-left: lightblue 1px solid;
	border-bottom: lightblue 1px solid;
	background-color: transparent;
	border-collapse: collapse;
	margin-left: 0px;
	margin-top: 4px;
	width:100%;
}

.ListForm td
{
	/* background-color: white; */
    padding: 6px;
	border: 1px solid lightblue;
}

.PageForm
{
}

.PageForm table
{
	width: auto;
	margin-top: 5px;
	padding: 6px;
}

.PageForm .mypager
{

}

.PageForm .mypager a
{
	text-decoration: none;
}

.PageForm .mypager a:hover
{
	text-decoration: underline;
}

.PageForm .mypagerInfo
{
	border-right: lightsteelblue 1px solid;
	border-top: lightsteelblue 1px solid;
	border-left: lightsteelblue 1px solid;
	border-bottom: lightsteelblue 1px solid;
}

/* =========== Edit 页面 =========== */

.TableLeftColumn
{
	background-color: #e6e6fa;
	text-align: right;
}

.EditForm
{
}

.EditForm table
{
	border-right: lightblue 1px solid;
	border-top: lightblue 1px solid;
	border-left: lightblue 1px solid;
	border-bottom: lightblue 1px solid;
	background-color: transparent;
	border-collapse: collapse;
	margin-left: 0px;
	margin-top: 4px;
	
}

.EditForm td
{
	/* background-color: white; */
    padding: 6px;
	border: 1px solid lightblue;
}

.EditForm .myTextBox
{
	width: 560px;
}

.EditForm textarea
{
	border-right: cadetblue 1px solid;
	border-top: cadetblue 1px solid;
	border-left: cadetblue 1px solid;
	border-bottom: cadetblue 1px solid;
	width: 560px;
}

/* =========== View 页面 =========== */

.ViewForm
{
}

.ViewForm table
{
	border-right: lightblue 1px solid;
	border-top: lightblue 1px solid;
	border-left: lightblue 1px solid;
	border-bottom: lightblue 1px solid;
	background-color: transparent;
	border-collapse: collapse;
	margin-left: 0px;
	margin-top: 4px;
	width:100%;
}

.ViewForm td
{
	/* background-color: white; */
    padding: 6px;
	border: 1px solid lightblue;
}

.tdLeft
{
	background-color: #e8f9fe;
	border-right: lightsteelblue 1px solid;
	border-top: lightsteelblue 1px solid;
	border-left: lightsteelblue 1px solid;
	border-bottom: lightsteelblue 1px solid;
	width: 160px;
	height: 26px;
	text-align: right;
}
.tdRight
{
	background-color: white;
	border-right: lightsteelblue 1px solid;
	border-top: lightsteelblue 1px solid;
	border-left: lightsteelblue 1px solid;
	border-bottom: lightsteelblue 1px solid;
	height: 26px;
}

/* =========== 延期申请表 打印页面 =========== */

.PrintForm
{
	margin-left: 40px;
}
/*
.PrintForm table
{
	width:760px;
}
*/
.Page1
{
	margin-left: 40px;
	width:100%;
}
/*
.Page1 table
{
	border-right: lightblue 1px solid;
	border-top: lightblue 1px solid;
	border-left: lightblue 1px solid;
	border-bottom: lightblue 1px solid;
	background-color: transparent;
	border-collapse: collapse;
	margin-left: 0px;
	margin-top: 4px;
	width:760px;
}
*/

