@charset "utf-8";
/* CSS Document */

#getWrapper {
	width:800px;
}




.getTableWrapper {
	float: left;
 text-align:center;
 font-family: Verdana, Geneva, sans-serif;
 font-size: 14px;
 color: #F00;
 width:800px;
 margin:10px 0px;
 text-align:left;

}

.fullTable {
width:750px;
padding:0px;
border-collapse:collapse;
color: #000;
font-size:14px;
font-family: Verdana, Geneva, sans-serif;
}
.getZeroRow {
	background-color: #CDCA96;
	color: #000;
	padding:0px 5px 0px 5px;
	margin:0px 0px 0px 0px;
}
.get1stRow {
	height:5px;
	background-color: #A4A25B;
/*	background-image: ;*/
	padding:5px;
	border:0px solid;
}

.getTitleRow {
	background-color: #A4A25B;
width:100px; 
height:20px;
color: #6C2304;
}

.get2ndRow {
	vertical-align:top;
		background-color: #BDB971;
	/*background-image: ;
	background-repeat: repeat-y;
	background-position:0px 0px;*/
	border-right:1px solid;
	float: left;
	text-align: left;
	width: 150px;
	overflow:auto;
	padding:0px 5px 5px 5px;
	margin:0px 0px 0px 0px;	
}
.getDateText {
	float: left;
	text-align: left;
/*	width: 125px;*/
	overflow:auto;
	padding:5px 5px 5px 5px;
	margin:0px 0px 0px 0px;	
}
.getNameText {
	float: left;
	text-align: left;
	width: 150px;
	overflow:auto;
	padding:0px 5px 5px 5px;
	margin:0px 0px 0px 0px;	
}
.getTitleText {
	color: #6C2304;
	text-align:center;
	width: 400px;
	overflow:auto;
	padding:5px 5px 5px 5px;
	margin:0px 0px 0px 0px;	
}

.getColumn1 {
	height:25px;
	width:150px;
	text-align:center;
	overflow:auto;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;	
}
.getColumn2 {
	height:25px;
	width:500px;
	text-align:center;
	overflow:auto;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;	
}
.getDescription{
			background-color: #BDB971;
	padding:5px 5px 5px 5px;
	border-bottom:0px solid;
	border-right:0px solid;
/*	background-position:-151px 0px;
	background-repeat: repeat-y;
	background-image: ;*/
	/*vertical-align:top;*/
	height:25px;
	width:150px;
	text-align:left;
	overflow:auto;
	margin:0px 0px 0px 0px;	
}

.getTableBtm{
		height:10px;
		border:0px solid;
		background-color:#CDCA96;
		padding:5px 5px 5px 5px;
		border-bottom:0px solid;
		border-right:0px solid;
		vertical-align:top;
		margin:0px 0px 0px 0px;	
}
