@charset "utf-8";
/* CSS Document */

table.tutorial{
/*		border:#666666 solid 1px;*/
	}
	table.tutorial td{
		padding:10px;
	}		
	table.tutorial th{
		padding:10px;
/*		font-weight:bold;*/
		border-bottom:#999 solid 1px;
		font-weight:bold;
	}	
	
	table.tutorial td.Product{
		font-size:0.7em;
		color:#f00;
	}		

	table.tutorial ul{
		list-style:none;
		padding:0;
		margin:0;
	}
	
	table.tutorial ul li.Title,
	table.tutorial ul li.Title a,
	table.tutorial ul li.Title a:link{	
		/*color:#009999;*/
		color:#000;
		font-weight:bold;
		margin-bottom:10px;
		}		
	table.tutorial ul li.Description{
		margin-bottom:10px;	
		font-size:0.9em;
	}		
	table.tutorial ul li.Date{
		margin-bottom:10px;
		font-size:0.8em;
	}	

.codeBox {
	border: #006666 1px solid;
	padding:10px;
	background:#FFFFCC;
	color:#0033FF;
	}

fieldset.setting{
	border:0;
	}
	fieldset.setting dl{
	/*
		padding:10px;
		margin-bottom:20px;
	*/
	}
	fieldset.setting dt{
		width:140px;
		margin:3px;
		display:block;
		float:left;
	}	
	fieldset.setting dd{
		display:block;
	/*	float:left;*/
	}		
input.text, textarea, select {
	/*padding: 2px;*/
	border: 1px solid #A7A7A7;
	color: #000;
	font-size: .9em;
	font-weight: bold;
/*	width: 120px;*/
}

select .title {
	font-size: 1em;
	background:#3366CC;
	color: #FFF;
	padding:3px;
	margin-left:10px;
	width:160px;
}
select .product {
	padding:3px;
	margin-left:10px;
}
.pageBoxCurrent {
	display:block;
	border: #999999 1px solid;
	float:left;
	padding:2px;	
}
.pageBoxLink {
	display:block;
	float:left;
	padding:4px 2px 0px 2px;	
}
.PageNumbers {
	display:block;
	float:right;
	margin:10px;
}



table.method{
		background: #FFF;
		border:#666 solid 1px;
		font-size:.9em;
	}
	table.method td{
		padding:10px;
		border-bottom:1px #CCC solid
	}		
	table.method th{
		padding:5px 0px 5px 10px;
		background:#999999;
		color:#FFF;
/*		font-weight:bold;*/
		border-bottom:#999 solid 1px;
		font-weight:bold;
	}		
	table.method ul{
		list-style:none;
	}
	
