@charset "utf-8";

body {
	background-color: #ffdfc6;
	background-image: url(../img/images_client/header_border.gif);
	background-repeat: repeat-x;
	background-position: 0 2px;
}

#header {
	position: absolute;
	width: 100%;
	height: 50px;
	vertical-align: bottom;
	border-bottom: 5px solid #f00;
	background-color: #f00;
	background-image: url(../img/images_client/header_img.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#header:after {
	height: 0;
	visibility: hidden;
	content: none;
	display: none;
	clear: none;
}
	#header h1 {
		float: left;
		width: 478px;
		height: 50px;
		margin: 0;
		padding: 0;
		visibility: hidden;
	}
	#header .adminMsg {
		display: block;
		float: left;
		width: 120px;
		margin: 0;
		padding: 2px;
		text-align: center;
		color: #fff;
		font-size: 11px;
		line-height: 12px;
		background-color: #999;
	}
	.headerInfo {
		/* text-align: right; */
		padding-bottom: 5px;
		vertical-align: bottom;
	}
	.headerInfo dl{
		float: right;
		margin: 0;
		padding: 3px 0 0;
		/* padding: 30px 0.5em 0 0; */
		color: #b00;
		font-size: 11px;
		line-height: 13px;
	}
		.headerInfo dl dt {
			float: left;
			margin: 0;
			padding: 2px 2px 0 8px;
			text-align: left;
			font-weight: bold;
			white-space: nowrap;
		}
		.headerInfo dl dd {
			float: left;
			margin: 0;
			padding: 2px 2px 0 2px;
			text-align: left;
		}
	.logout {
		display: table-cell;
		float: none; 
		width: 80px;
		height: 45px;
		padding: 0 5px 5px 0;
		text-align: right;
		vertical-align: bottom;
	}
		.logout a {
			display: block;
			float: right;
			width: 50px;
			margin: 0;
			padding: 1px 16px 1px 4px;
			color:#fff;
			text-align: left;
			font-size: 10px;
			line-height: 14px;
			background-color: #000;
			background-image: url(../img/images/logout_btn.gif);
			background-repeat: no-repeat;
			background-position: right center;
		}
		.logout a:hover {
			text-decoration: none;
			background-color: #f00;
		}
		
#theContainer {
	position: relative;
	height: 100%;
}

#theContents {
	width: 100%;
	height: 100%;
	padding-top: 55px;
	padding-bottom: 16px;
}
	#theTable {
		width: 100%;
		height: 100%;
	}		
	#cellMenu {
		width: 115px;
		padding-bottom: 16px;
		vertical-align: top;
		background-color: #f8d870;
		overflow: auto;
	}
	#cellMenuAdmin {
		width: 200px;
		padding-bottom: 16px;
		vertical-align: top;
		background-color: #ccc;
		overflow: auto;
	}	
	.cellMenuAdmin {
		background-color: #aaa;
	}	

		.cellMenuItemsWrapper {
			margin: 18px 0 6px;
			padding: 0;
			overflow: hidden;
		}
		.cellMenuItems {
			margin: -1px 0 0;
			padding: 0;
		}
			.cellMenuItems a {
				display: block;
				margin: 0;
				padding: 6px 6px 6px 32px;
				color: #222;
				font-size: 14px;
				line-height: 140%;
				border-top: 1px solid #fff;
				background-image: url(../img/images_client/cellMenuItem_point.gif);
				background-repeat: no-repeat;
				background-position: left center;
			}
			
			.cellMenuItems a:first-child {
				margin-top: 1px;
				border-top: none;
			}
			
			.cellMenuItems a:hover {
				color: #e00;
				text-decoration: none;
				background-image: url(../img/images_client/cellMenuItem_point_over.gif);
			}
			.cellMenuItems a.cellMenuItemActv {
				color: #000;
				background-color: #f4f4f4;
				background-image: url(../img/images_client/cellMenuItem_point_actv.gif);
			}
			.cellMenuItems a.cellMenuItemActv:hover {
				background-image: url(../img/images_client/cellMenuItem_point_over.gif);				
			}

	#cellMenuAdmin .adminMsg {
		margin: 8px;
		padding: 2px;
		text-align: center;
		color: #fff;
		font-size: 12px;
		line-height: 140%;
		background-color: #999; 
	}


	#cellContent {
		padding: 8px 12px 16px;
		vertical-align: top;
	}

.clientTtl {
	margin: 4px 0 16px;
	padding: 4px 6px;
	font-size: 14px;
	line-height: 110%;
	font-weight: bold;
	color: #fff;
	background-color: #f44;
}

.hBlock1 {
	margin: 8px 0 0;
	padding: 0 0 3px 15px;

	border-bottom: 1px solid #d8d8d8;
	background-image: url(../img/images/hBlock_point.gif);
	background-repeat: no-repeat;
	background-position: left bottom;

	_height: 1px;
	min-height: 28px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.hBlock1:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
	.hBlock1 .ttl {
		color: #000;
		font-size: 16px;
		line-height: 110%;
		font-weight: bold;
	}
	* html .hBlock1 .ttl {
		line-height: 120%;
	}
	.hBlock1 .text {
		margin-top: 4px;
		color: #666;
		font-size: 12px;
		line-height: 110%;
	}
	.hBlock1 .btn1{
		float: right;
	}


.table1 .clientTitle {
	width: 290px;
}
.table1 .clientPrice {
	width: 125px;
}
.table1 .clientDate {
	width: 65px;
}


#footer {
	position: fixed;
	bottom: 0;	
	width: 100%;
	height: 12px;
	max-height: 12px;

	padding: 2px 0;
	text-align: center;
	vertical-align: top;
	color: #fff;
	font-size: 10px;
	line-height: 12px;
	letter-spacing: 1px;
	border-top: 1px solid #fff;
	background-color: #f00;
}


