﻿@media only screen and (max-width:99999px) {
	.tableAcad th {
		border-right: thin dotted #ffcc33;
		border-bottom: thin double #ffcc33;
		font-family:細明體,Arial,Verdana, Helvetica, sans-serif;
		font-size:  15px;
		font-weight: bold;  
		height:30px;
	}
	.tableAcad td {
		font-family: 細明體,Arial,Verdana, Helvetica, sans-serif;
		font-size:  15px;
		height:22px;   
		border-bottom-color: #ffcc33;
		border-bottom-style:double;
		border-bottom-width:thin;	
		color: black;
	}
	.TabCellClass {
		font-family: 細明體,Arial,Verdana, Helvetica, sans-serif;
		font-size:  15px;
		color: black;
		height:22px;   
		border-bottom-color: #ffcc33;
		border-bottom-style:double;
		border-bottom-width:thin; 
		border-right-color: #ffcc33;
		border-right-style:dotted;
		border-right-width:thin;	   
		background-color: #ffccff;
	}
	.TabCellHead {
		border-right: thin dotted #ffcc33;
		border-bottom: thin double #ffcc33;
		font-family:細明體,Arial,Verdana, Helvetica, sans-serif;
		font-size:  15px;
		font-weight: bold;
		height:30px;
	}
	.TBCellHead {
		font-family:細明體,Arial,Verdana, Helvetica, sans-serif;
		font-weight: bold; 
		font-size:  15px; 
		background-color: #ffffcc; 
		border-bottom-color: #ffcc33;
		border-bottom-style:double;
		border-bottom-width:thin;   
		border-right-color: #ffcc33;
		border-right-style:dotted;
		border-right-width:thin;
	}
	.TBCell {
		font-family: 細明體,Arial,Verdana, Helvetica, sans-serif;
		font-size:  15px; 
		background-color: #ffffcc;
		border-bottom-color: #ffcc33;
		border-bottom-style:double;
		border-bottom-width:thin;	
		border-right-color: #ffcc33;
		border-right-style:dotted;
		border-right-width:thin;
	}

	.tableInputStyle { margin-top: .6em; margin-bottom: 1em; margin-left: auto; margin-right: auto; width: 100%; }
	.tableInputStyle caption { color: whitesmoke; background-color: #4c4c4c; font-size: 1.2em; padding: .2em; }
	.tableInputStyle .caption { color: whitesmoke; background-color: #4c4c4c; font-size: 1.2em; padding: .2em; }
	#mainFrame .tableInputStyle th {
		color: #4c4c4c; background-color: #dfefff;
		border-bottom: 1px solid #888888; border-radius: 2px;
		min-width: 6em; text-align: right;
	}
	.tableInputStyle .th {
		min-height: 1.5em;
		color: #4c4c4c;
		border-bottom: solid 1px #888888;
		width: 7em; text-align: right;
		float: left; padding: .3em;
	}
	.tableInputStyle td { padding: .5em; color: #565656; border-bottom: solid 1px #888888; text-align: left; }
	.tableInputStyle .td { min-height: 1.5em; padding: .3em; color: #565656; border-bottom: solid 1px #888888;
		display: table-cell; vertical-align: middle;
	}
	.tableInputStyle .tr { display: table-row; }
	.tableInputStyle tr:hover { background: #eeeeee; }
	.tableInputStyle .tr:hover { background: #dddddd; }

	#divProfilePhoto a img { width: 8em; border-bottom: 1px solid #888888; }
	#uPhotoTd, #uPhotoTd a img { width: 8em; border-bottom: 1px solid #888888; }
	#uPhotoTd, #divProfilePhoto, #divProfileDataBasic, #divProfileDataAddress, #divProfileDataExtra {
		padding: .5em;
		float: left; position: relative;
	}
	#divProfileDataBasic .tableInputStyle, #divProfileDataAddress .tableInputStyle, #divProfileDataExtra .tableInputStyle {	margin: 0; }
	#divProfileDataAddress .td { width: 20em; }
	#divProfileDataExtra .td { width: 100%; }
	/* tableGridView  */
	.tableGridView {
		width: 100%;
		padding: .3em;
	}
	.tableGridView .tr { display: table-row; }
	.tableGridView th { color: whitesmoke; text-align: center; background-color: #4c4c4c; border-radius: 2px; border-bottom: solid 1px #888888 !important; }
	.tableGridView .th { color: #4c4c4c; text-align: center; border-bottom: 1px solid #888888 !important;
		width: 10em; float: left; display: table-cell; padding: .3em;
	}
	.tableGridView td { padding: .2em; color: #565656; border-bottom: 1px solid #888888; }
	.tableGridView .td {
		padding: .2em; color: #565656; border-bottom: 1px solid #888888 !important;
		text-align: center; width: 10em; display: table-cell; vertical-align: middle;
	}
	.tableGridView .tr:hover { background-color: #dddddd !important; }
	.tableGridView tr:hover, .tableGridView tr:hover td { background-color: #dddddd !important; }

	
	.tableColorStyle { margin-bottom: 1em; width: 100%; }
	.tableColorStyle caption {
		background: #cc9;
		font-weight: 700;
		font-size: 1.2em;
		padding: .2em;
	}
	.tableColorStyle th {
		background: #ddd;
		border-bottom: 1px solid #999;
		font-weight: 700;
	}
	.tableColorStyle td {
		padding: .2em;
		border-bottom: 1px solid #ddd;
	}
	.tableColorStyle tr:hover {
		background: #dfdfff;
	}

	#search {
		width: 18%;
		margin: 0 auto;
	}
	#search .tr {
		display: table-row;
	}
	#search .th {
		background: #D3D3FF;
		border-bottom: 1px solid #999;
		width: 6em;
		float: right;
		display: inline-block;
		vertical-align: middle;
		padding: .3em;
	}
	#search .td {
		border-bottom: 1px solid #ddd;
		width: 50%;
		display: table-cell;
		vertical-align: middle;
	}
	#search .tr:hover {
		background: #E2FDE6;
	}
	.rwd-table {
		width: 100%;
		padding: .3em;
		text-align: center;
	}
	.rwd-table th {
		color: #4c4c4c; background-color: #dddddd;
		border-radius: 2px;
		border-bottom: solid 1px #4c4c4c !important;
	}
	.rwd-table td {
		padding: .2em;
		color: #565656;
		border-bottom: dotted 1px #4c4c4c !important;
	}
	/*.rwd-table tr:nth-of-type(2n) {
		background: #ebf3ff;
	}*/
	.rwd-table tr:hover {
		background-color: #dddddd;
	}
	.ab-rwd-table {
		margin-bottom: .6em;
		width: 100%;
	}
	.ab-rwd-table caption {
		font-weight: 700;
		background: #fcf;
		font-size: 1.2em;
		padding: .2em;
	}
	.ab-rwd-table tr:nth-of-type(2n) {
		background: #ebf3ff;
	}
	.ab-rwd-table th {
		background: #D3D3FF;
		border-bottom: 1px solid #999;
		font-weight: 700;
		text-align: right;
		width: 6em;
	}
	.ab-rwd-table td {
		padding: .4em 1em .4em .4em;
		border-bottom: 1px solid #ddd;
		text-align: left;
	}
	.ab-rwd-table tr:hover {
		background: #E2FDE6;
	}
}
@media only screen and (max-width: 1930px) {
	/* .rwd-table { width: 90%; } */
}

@media only screen and (max-width:1680px) {
	#uPhotoTd {
		display: block;
		margin: 0 auto;
	}
}

@media only screen and (max-width:1080px) {
	#uPhotoTd, #uPhotoTd a img {
		float: none;
		width: 20em;
	}
	#search {
		width: 40%;
		margin: 0 auto;
	}
	#search .th {
		background: #D3D3FF;
		border-bottom: 1px solid #999;
		font-weight: 700;
		width: 6em;
		float: right;
		vertical-align: middle;
	}
	#search .td {
		padding: .4em 1em .4em .4em;
		border-bottom: 1px solid #ddd;
		width: 100%;
		display: table-cell;
		vertical-align: middle;
	}
	#search .tr:hover {
		background: #E2FDE6;
	}
}

@media only screen and (max-width:640px) {
	#search .tr, .tableInputStyle .tr {
		display: block;
	}
	.ab-rwd-table, .rwd-table {
		overflow: hidden;
		min-width: 100%;
		border: none;
	}
	#uPhotoTd, #uPhotoTd a img {
		width: 15em;
	}
	#search {
		width: 90%;
	}
	#search .td, #search .th {
		float: left;
		width: 100%;
		display: block;
		text-align: center;
	}
	.ab-rwd-table td:before, .rwd-table td:before {
		content: attr(data-th) ":　";
		width: auto;
	}
	.ab-rwd-table td, .ab-rwd-table th, .rwd-table td, .rwd-table th {
		margin: .5em 1em;
		text-align: left;
	}
	.rwd-table {
		background: #eee;
	}
	.rwd-table tr:nth-of-type(2n) {
		background: #fff;
	}
	.rwd-table th {
		display: none;
	}
	.rwd-table td {
		display: block;
	}
	.rwd-table td:before {
		display: inline-block;
	}
	.rwd-table td:before, .rwd-table th {
		color: #000;
		font-weight: 700;
	}
	.ab-rwd-table {
		background: #eee;
	}
	.ab-rwd-table tr:nth-of-type(2n) {
		background: #fff;
	}
	.ab-rwd-table th {
		display: none;
	}
	.ab-rwd-table td {
		display: block;
	}
	.ab-rwd-table tr:nth-of-type(2) {
		color: #00f;
	}
	.ab-rwd-table tr:nth-of-type(3) {
		color: orange;
	}
	.ab-rwd-table tr:nth-of-type(4) {
		color: red;
	}
	.ab-rwd-table tr:nth-of-type(5) {
		color: green;
	}
	.ab-rwd-table td:before {
		display: inline-block;
	}
	.ab-rwd-table td:before, .ab-rwd-table th {
		color: #000;
		font-weight: 700;
	}
	.tableInputStyle .th { display: none; }
	.tableInputStyle .td, #divProfileDataAddress .td { width: 100%; display: inline-block; }
	.tableInputStyle .td:before {
		content: attr(data-th) ":　";
		font-weight: bold;
		width: auto; 
		display: inline-block;
	}
}

@media only screen and (max-width:320px) {
	#search .tr, .tableInputStyle .tr {
		display: block;
	}
	.tableInputStyle .td, .tableInputStyle .th {
		float: left;
		width: 100%;
		text-align: center;
	}
	#uPhotoTd, #uPhotoTd a img {
		width: 8em;
	}
	#search {
		width: 90%;
	}
	#search .td, #search .th {
		float: left;
		width: 100%;
		display: block;
		text-align: center;
	}
	.ab-rwd-table {
		background: #eee;
		overflow: hidden;
		min-width: 100%;
		border: none;
	}
	.ab-rwd-table tr:nth-of-type(2n) {
		background: #fff;
	}
	.ab-rwd-table th, .rwd-table td {
		margin: .5em 1em;
		text-align: left;
	}
	.ab-rwd-table th {
		display: none;
	}
	.ab-rwd-table td {
		display: block;
	}
	.ab-rwd-table td:before {
		content: attr(data-th) ":　";
		font-weight: 700;
		width: auto;
		display: inline-block;
	}
   .ab-rwd-table th, .rwd-table td:before {
		color: #000;
		font-weight: 700;
	}
	.tableInputStyle .th {
		visibility: hidden;
		display:none;
	}
	.tableInputStyle .td {
		text-align: left;
	}
	.tableInputStyle .td:before {
		content: attr(data-th) ":　";
		font-weight: bold;
		width: auto;
		display: inline-block;
	}
}

even {
	background: #fff;
}
.odd {
	background: #ebf3ff;
}
.highlight {
	background: #d5fcdc;
}
.mo {
	background: #e3f1fb;
}
.tdLeft {
	text-align: left;
}
.tdRight {
	text-align: right;
}
.tdCenter {
	text-align: center;
}

.tableInputInnerStyle {
	margin-bottom: .6em;
	width: 100%;
}
.tableInputInnerStyle caption {
	background: #fcf;
	font-weight: 700;
	font-size: 1.2em;
	padding: .4em;
}
.tableInputInnerStyle th {
	background: #D1D1A3;
	border-bottom: 10px solid #999;
	border-width: 0;
	font-weight: 700;
}
.tableInputInnerStyle td {
	padding: .2em;
	border-style: none;
	border-width: 0;
}
.tableInputInnerStyle tr {
	background: 0 0;
	border-style: none;
	border-width: 0;
}
.tableInputInnerStyle tr:hover {
	background: 0 0;
}

#tablePaggerList {
	color: #5c5540;
	overflow: hidden;
	background-color: #eee;
	border: 1px solid #aaa;
}
#tablePaggerList ul {
	list-style-type: none;
	padding: .5em 0;
	margin: 0;
}
#tablePaggerList li {
	float: left;
	margin-right: .2em;
	width: 2.8em;
}
#tableLisControlPanel {
	float: left;
	width: 64.5%;
}
.tableListControl {
	float: left;
}
.tableListControl span {
	line-height: 2em;
	float: left;
}
#tableLisControlPanel .pageLeft {
	padding: 0 0 0 .2em;
	background: url(/images/background/paggingListBackground.png) no-repeat;
	float: left;
	height: 24px;
}
#tableLisControlPanel input[type=submit] {
	min-width: 32px;
	width: 32px;
	margin: 0;
	float: left;
	border: 0;
	padding: 0;
	background: url(/images/background/paggingListBackground.png) 100% 0 no-repeat;
	height: 1.9em;
	height: 25px;
}
#tableLisControlPanel .pageCount:hover .pageLeft {
	background-position: 0 -50px;
}
#tableLisControlPanel .pageCount:hover input[type=submit] {
	background-position: 100% -50px;
}
#tableLisControlPanel .selected .pageCount:hover .pageLeft, #tableLisControlPanel .selected .pageLeft {
	background: url(/images/background/paggingListBackground.png) 0 -25px no-repeat;
}
#tableLisControlPanel .selected .pageCount:hover input[type=submit], #tableLisControlPanel .selected input[type=submit] {
	background-position: 100% -25px;
}
#tableLisControlPanel .forwardTen, #tableLisControlPanel .nextTen {
	width: 16px;
	margin: .3em 0 0;
	padding: 0 .5em;
}
#tableLisControlPanel .nextTen {
	padding-left: .2em;
}
#tableLisControlPanel .forwardTen input[type=submit] {
	border: 0;
	min-width: 16px;
	width: 16px;
	height: 16px;
	background: url(/images/icons/tableListIcon/arrow_01.png) -16px 0 no-repeat;
}
#tableLisControlPanel .nextTen input[type=submit] {
	border: 0;
	min-width: 16px;
	width: 16px;
	height: 16px;
	background: url(/images/icons/tableListIcon/arrow_01.png) -16px -16px no-repeat;
}
#tableLisControlPanel .forwardTen input[type=submit][disabled=disabled] {
	border: 0;
	min-width: 16px;
	width: 16px;
	height: 16px;
	background: url(/images/icons/tableListIcon/arrow_01.png) no-repeat;
}
#tableLisControlPanel .nextTen input[type=submit][disabled=disabled] {
	border: 0;
	min-width: 16px;
	width: 16px;
	height: 16px;
	background: url(/images/icons/tableListIcon/arrow_01.png) 0 -16px no-repeat;
}
#tableLisInfoPanel {
	float: right;
	width: 35%;
	margin-top: .2em;
	text-align: center;
}
#tableLisInfoPanel li {
	text-align: left;
	width: 48%;
}
.tableListInfo {
	width: 100%;
	float: right;
}
#tableLisInfoPanel span {
	font-weight: 700;
}
#tableLisInfoPanel .icons {
	width: 16px;
	height: 16px;
	float: left;
	margin-right: .2em;
	background: url(/images/icons/iconPackage/iconsPackage.png) no-repeat;
}
#tableLisInfoPanel li.pageCount .icons {
	background-position: 0 -16px;
}
#tableLisInfoPanel li.dataCount .icons {
	background-position: -16px -16px;
}
.pageListControl {
	color: #5c5540;
	overflow: hidden;
	background-color: #eee;
	border: 1px solid #aaa;
}
.pageControl {
	float: left;
	width: 64.5%;
}
.pageListInfo {
	float: right;
	width: 35%;
	text-align: center;
}
#mainFrameContent .pageControl ul {
	list-style: none;
	padding: .5em 0;
	margin: 0;
	float: left;
	height: 2em;
	width: 100%;
}
#mainFrameContent .pageListInfo ul {
	list-style: none;
	padding: .8em 0 0;
	margin: 0;
	float: right;
	width: 100%;
}
#mainFrameContent .pageControl li {
	float: left;
	height: 2em;
	padding: 0 2px;
	text-align: center;
}
#mainFrameContent .pageListInfo li {
	text-align: left;
	width: 49%;
	float: right;
}
.pageControl .ui-button-text {
	padding: .2em .6em !important;
}
.pageListControl .forwardTen a, .pageListControl .nextTen a {
	background-image: none;
	display: block;
	width: 16px;
	height: 16px;
}
#mainFrameContent .pageListControl .forwardTen {
	margin: 0;
	padding: 0 6px 0 .5em;
}
.pageListControl .forwardTen a {
	margin: .3em 0 0 .5em;
	background: url(/images/icons/tableListIcon/arrow_01.png) -16px 0 no-repeat;
}
.pageListControl .forwardTen a:hover {
	background-position: -16px 0;
}
.pageListControl .nextTen a {
	margin: .3em 0 0 .2em;
	background: url(/images/icons/tableListIcon/arrow_01.png) -16px -16px no-repeat;
}
.pageListControl .nextTen a:hover {
	background-position: -16px -16px;
}
.pageListControl .forwardTen a[class=disable], .pageListControl .forwardTen a[class=disable]:hover {
	background-position: 0 0;
}
.pageListControl .nextTen a[class=disable], .pageListControl .nextTen a[class=disable]:hover {
	background-position: 0 -16px;
}
.pageListControl .pageListInfo .icons {
	background: url(/images/icons/iconPackage/iconsPackage.png) no-repeat;
	float: left;
	height: 16px;
	margin-right: .2em;
	width: 16px;
}
.pageListControl .pageCount .icons {
	background-position: -16px -16px;
}
.pageListControl .dataCount .icons {
	background-position: 0 -16px;
}
.pageControl .selected a {
	background-position: 0 -50px;
}
.pageControl .selected span {
	background-position: 100% -50px;
}
.tableGrayGradient {
	margin: 0;
	padding: 0;
	width: 100%;
	border: 1px solid #000;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.tableGrayGradient table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
.tableGrayGradient tr:last-child td:last-child {
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.tableGrayGradient table tr:first-child td:first-child {
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
}
.tableGrayGradient table tr:first-child td:last-child {
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}
.tableGrayGradient tr:last-child td:first-child {
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.tableGrayGradient tr:hover td {
	background-color: #fff;
}
.tableGrayGradient td {
	vertical-align: middle;
	background: -o-linear-gradient(bottom,#f7f4f4 5%,#fff 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(.05,#f7f4f4),color-stop(1,#fff));
	background: -moz-linear-gradient(center top,#f7f4f4 5%,#fff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f7f4f4", endColorstr="#ffffff");
	background: -o-linear-gradient(top,#f7f4f4,ffffff);
	background-color: #f7f4f4;
	border: 1px solid #000;
	border-width: 0 1px 1px 0;
	text-align: center;
	padding: 15px;
	font-size: 12px;
	font-family: Arial;
	font-weight: 400;
	color: #000;
}
.tableGrayGradient tr:first-child td, .tableGrayGradient tr:first-child:hover td {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#b2b2b2");
}
.tableGrayGradient tr:last-child td {
	border-width: 0 1px 0 0;
}
.tableGrayGradient tr td:last-child {
	border-width: 0 0 1px;
}
.tableGrayGradient tr:last-child td:last-child {
	border-width: 0;
}
.tableGrayGradient tr:first-child td {
	background: -o-linear-gradient(bottom,#ccc 5%,#b2b2b2 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(.05,#ccc),color-stop(1,#b2b2b2));
	background: -moz-linear-gradient(center top,#ccc 5%,#b2b2b2 100%);
	background: -o-linear-gradient(top,#ccc,b2b2b2);
	background-color: #ccc;
	border: 0 solid #000;
	text-align: center;
	border-width: 0 0 1px 1px;
	font-size: 14px;
	font-family: Arial;
	font-weight: 700;
	color: #000;
}
.tableGrayGradient tr:first-child:hover td {
	background: -o-linear-gradient(bottom,#ccc 5%,#b2b2b2 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(.05,#ccc),color-stop(1,#b2b2b2));
	background: -moz-linear-gradient(center top,#ccc 5%,#b2b2b2 100%);
	background: -o-linear-gradient(top,#ccc,b2b2b2);
	background-color: #ccc;
}
.tableGrayGradient tr:first-child td:first-child {
	border-width: 0 0 1px;
}
.tableGrayGradient tr:first-child td:last-child {
	border-width: 0 0 1px 1px;
}
.tableBlack {
	width: 100%;
	background-color: #fff;
	margin: 5px 0 10px 0;
	border: solid 1px #525252;
	border-collapse: collapse;
}
.tableBlack td {
	padding: 2px;
	border: solid 1px #c1c1c1;
	/*color: #717171;*/
	color: #000000;
	text-align: center;
}
.tableBlack th {
	padding: 4px 2px;
	color: #fff;
	background: #424242;
	border-left: solid 1px #525252;
	font-size: 0.9em;
}
.tableBlack .gridview_alter {
	background: #E7E7E7;
}
.tableBlack .altrows {
	background: #E7E7E7;
}
/*.tableBlack:hover {
	background-color: #FFCC33;
	color: #FFFFFF;
}*/
.tableBlack .gridview_pager {
	background: #424242;
}
.tableBlack .gridview_pager table {
	margin: 5px 0;
}
.tableBlack .gridview_pager td {
	border-width: 0;
	padding: 0 6px;
	border-left: solid 1px #666;
	font-weight: bold;
	color: #fff;
	line-height: 12px;
}
.tableBlack .gridview_pager a {
	color: #666;
	text-decoration: none;
}
.tableBlack .gridview_pager a:hover {
	color: #000;
	text-decoration: none;
}
.tableBlack tr:hover {
	background: #dfdfff;
}
