﻿body
{
	background-color: White;
}
.mytable
{
	border: solid 1px #d2dbee;
	background-color: White;
	width: 80%;
	height: 100%;
}
.detailtable
{
	border: solid 1px #d2dbee;
	background-color: White;
	width: 80%;
	height: 100%;
	table-layout: fixed;
}
.label
{
	text-align: right;
	border-right: solid 1px #d2dbee;
	border-bottom: solid 1px #d2dbee;
	padding-right: 8px;
	line-height: 30px;
}
.leftlabel
{
	text-align: right;
	border-right: solid 1px #d2dbee;
	border-left: solid 1px #d2dbee;
	border-bottom: solid 1px #d2dbee;
	padding-right: 8px;
	/*line-height: 30px;*/
	width: auto;
}

.thvline
{
	border-left: dashed 2px #d2dbee;
}

.lefttoplabel
{
	text-align: right;
	border-right: solid 1px #d2dbee;
	border-left: solid 1px #d2dbee;
	border-bottom: solid 1px #d2dbee;
	border-top: solid 1px #d2dbee;
	padding-right: 8px;
	line-height: 30px;
	width: auto;
}

.editor
{
	text-align: left;
	padding-left: 8px;
	border-bottom: solid 1px #d2dbee;
}

.editortop
{
	text-align: left;
	padding-left: 8px;
	border-bottom: solid 1px #d2dbee;
	border-top: solid 1px #d2dbee;
	width: auto;
}
.editortopright
{
	text-align: left;
	padding-left: 8px;
	border-bottom: solid 1px #d2dbee;
	border-right: solid 1px #d2dbee;
	width: auto;
}

.star
{
	text-align: right;
	padding-left: 5px;
	width: 400px;
}
.tr_over
{
	background-color: #ffbf68;
}


.fulltable
{
	background-color: White;
	overflow: auto;
	font-size: 12px;
	text-align: center;
	overflow: auto;
}

.fulltable2
{
	overflow: auto;
	overflow: auto;
}

.totaltable
{
	border: 1px solid #D2DBEE;
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
}

.singlerow
{
	background-color: #e3eeff;
}
.doublerow
{
	background-color: White;
}
.special
{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 13px;
	text-align: left;
}
.btnDiv
{
	text-align: center;
}
.tableDiv
{
	height: 480px;
	width: 100%;
	background-color: White;
	vertical-align: top;
	overflow-x: hidden;
	overflow-y: auto;
}
.firstColumn
{
	width: 100px;
}
.btnDiv table
{
	width: 270px;
}


.small
{
	height: 512px;
	width: 100%;
	background-color: White;
	padding-top: 70px;
}
.middel
{
	height: 100%;
	width: 100%;
	background-color: White;
	padding-top: 30px;
}

.big
{
	height: 100%;
	width: 100%;
	background-color: White;
	padding-top: 10px;
}
.firstTD
{
	padding-left: 13px;
}

.Editor_Show
{
	width:70px;
	float:left;
	padding-left:20px;
	padding-top:10px;
}
.Borrow_Wide_Div
{
	width:auto;
	height:auto;
}
.Borrow_GridView
{
	border: 1px solid #AECAF0;
	height:auto;
	text-align:center;
	overflow: auto;
	margin: 0px 5px 0px 0px;
	background-color: White;
	overflow: auto;
	padding-top:5px;
	padding-left:5px;
}
.Borrow_Button_List
{
	width:400px;
	height:40px;
	padding-top:5px;
	padding-left:2px;
}
.Borrow_Add_button
{
	width:100px;
	height:30px;
	float:left;
}
.Borrow_Editor_button
{
	width:100px;
	height:30px;
	float:left;
}
.Borrow_Del_button
{
	width:100px;
	height:30px;
	float:left;
}
.GridViewStyle
{
	text-align:center;
}