/* CSS Document */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	}
input{
	padding:0;
	margin:0;
	}
form{
	padding:5px;
	margin:0;
	}
ul{
	list-style:none;
	}
h1{
	margin:0 0 30px 0; 
	padding:5px 0 5px 10px; 
	background:#666666;
	color:#FFFFFF;
	}
h2{
	font-size:100%;
	font-weight:normal;
	color:#000000;
	}
	
/**--hide&show content -start
----------------------------------------------------------------**/
.layer01{ /*header of 1st demo*/
cursor: hand;
cursor: pointer;
margin:7px 0;
padding: 3px 5px;
border: 1px solid #f2f2f2;
background: #f2f2f2;
}

.openpet{ /*class added to contents of 1st demo when they are open*/
background:#E1E1E1;
}

.layer02{ /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
font: bold 14px Verdana;
margin: 10px 0;
}

.openlanguage{ /*class added to contents of 2nd demo when they are open*/
color:#3366CC;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
color:#3366CC;
}
/**--hide&show content -end
----------------------------------------------------------------**/


#wrapper{
	width:800px;
	margin:0 auto;
	padding:10px;
	border:#F3F3F3 4px solid;
	}
#RecordingFileListTB{
	width:750px;
	}
#RecordingFileListTB td{
	padding:3px;
	}
#RecordingFileListTB .rowbg01{
	background:#efefef;
	}
#RecordingFileListTB .rowbg02{
	background:#FFFFFF;
	}
