.parent_table {
	font-family: tahoma;
	font-size: 14px;
	background-color:#000000;
}
.parent_table table .c1 td{
	font-family: tahoma;
	font-size: 14px;
	background-color:#FFFFFF;
	height:25px;
}

.parent_table table .c1 .cap{
	font-family: tahoma;
	font-size: 14px;
	background-color:#efefef;
	font-weight:bold;
	height:25px;
}

.parent_table table .c2 td{
	font-family: tahoma;
	font-size: 14px;
	background-color:#eeeeee;
	height:25px;
}

.parent_table table .c2 .cap{
	font-family: tahoma;
	font-size: 14px;
	background-color:#dfdfdf;
	font-weight:bold;
	height:25px;
}

input{
	font-family:tahoma;
	font-size:14px;
	border:#cccccc solid 1px;
	background-color:inherit;
	width:200px;
}
select{
	font-family:tahoma;
	font-size:14px;
	border-left:#CCCCCC solid 1px;
	border-top:#CCCCCC solid 1px;
	border-right:#000000 solid 1px;
	border-bottom:#000000 solid 1px;
	width:200px;
}
textarea{
	font-family:tahoma;
	font-size:14px;
	border-left:#CCCCCC solid 1px;
	border-top:#CCCCCC solid 1px;
	border-right:#000000 solid 1px;
	border-bottom:#000000 solid 1px;
	width:90%;
	height:80px;
}

.ext_button{
	font-family:tahoma;
	font-size:14px;
	border-left:#CCCCCC solid 1px;
	border-top:#CCCCCC solid 1px;
	border-right:#000000 solid 1px;
	border-bottom:#000000 solid 1px;
	width:60px;
}

.checkbox{
	font-family:tahoma;
	font-size:14px;
	border:0;
	width:20px;
}

.ccc{
	font-family:tahoma;
	font-size:14px;
	border:0 solid #000;
	width:100px;
	text-align:left;
	overflow:hidden;
	float:left;
}

.cccwide{
	font-family:tahoma;
	font-size:14px;
	border:0 solid #000;
	width:300px;
	text-align:left;
	overflow:hidden;
	float:left;
}


.opr{
	font-family:tahoma;
	font-size:14px;
	border-left:#CCCCCC solid 1px;
	border-top:#CCCCCC solid 1px;
	border-right:#eeeeee solid 1px;
	border-bottom:##eeeeee solid 1px;
	width:50px;
}

.val{
	font-family:tahoma;
	font-size:14px;
	border:#aaaaaa solid 1px;
	width:150px;
}

.divbutton{
	border:solid 1px #293e6a;
	background-color:#3b5998;
	color:#FFFFFF;
	font-weight:bold;
	margin:1px;
	padding:5px;
	display:block;
	float:left;
	width:110px;
	text-align:center;
	cursor:pointer;
}

.divoptionbutton{
	border:solid 1px #293e6a;
	background-color:#7288b5;
	color:#FFFFFF;
	font-weight:bold;
	margin:1px;
	padding:2px;
	display:block;
	float:left;
	width:100px;
	text-align:center;
	cursor:pointer;
}
.blank{
	clear:both;
}
