/*----------------------- Small Box is green.--------------------*/
.boxTitleText {
	float:left;
	margin-top: 12px;
	text-align: left;
	margin-left: 22px;
	font: 9pt Arial, Helvetica, sans-serif;
}

.boxTitleTextRight {
	float:right;
	margin-top: 12px;
	text-align: right;
	margin-right: 22px;
	font: 9pt Arial, Helvetica, sans-serif;	
}

.smallBox {
	width: 213px;
}

.smallBox .top {
	float: left;
	width: 100%;
	height: 40px;
	background: url(../../images/greenstart.jpg);
}

.smallBox .middle {
	float: left;
	width: 100%;
	background: url(../../images/greenmiddle.jpg);
}

.smallBox .bottom {
	float: left;
	width: 100%;
	height: 28px;
	background: url(../../images/greenend.jpg);
}

/*--------------------- Bigger Box is yellow, height is 25px.-------------------*/
.biggerBox {
	width: 545px;
}

.biggerBox .top {
	float: left;
	width: 100%;
	height: 25px;
	background: url(../../images/yellowstart_search02.jpg);
}

.biggerBox .middle {
	float: left;
	width: 100%;
	background: url(../../images/yellowmiddle.jpg);
}

.biggerBox .bottom {
	float: left;
	width: 100%;
	height: 18px;
	background: url(../../images/yellowend_search.jpg);
}

/*------------------ Bigger Box has not Title.---------------------*/
.biggerBoxNoTitle {
	width: 545px;
}

.biggerBoxNoTitle .top {
	float: left;
	width: 100%;
	height: 14px;
	background: url(../../images/whitestart02.jpg);
}

.biggerBoxNoTitle .middle {
	float: left;
	width: 100%;
	background: url(../../images/whitemiddle.jpg);
}

.biggerBoxNoTitle .bottom {
	float: left;
	width: 100%;
	height: 14px;
	background: url(../../images/whiteend02.jpg);
}

/*------------------ Bigger Box has Title.---------------------*/
.biggerBoxTitle {
	width: 545px;
}

.biggerBoxTitle .top_yellow {
	float: left;
	width: 100%;
	height: 40px;
	background: url(../../images/yellowstart.jpg);
}

.biggerBoxTitle .top_blue {
	float: left;
	width: 100%;
	height: 40px;
	background: url(../../images/yellowstart_mblue.jpg);
}

.biggerBoxTitle .middle {
	float: left;
	width: 100%;
	background: url(../../images/yellowmiddle.jpg);
}

.biggerBoxTitle .bottom {
	float: left;
	width: 100%;
	height: 28px;
	background: url(../../images/yellowend.jpg);
}

/*------------------ Long Box has Title.---------------------*/
.longBoxTitle {
	width: 756px;
}

.longBoxTitle .top_yellow {
	float: left;
	width: 100%;
	height: 40px;
	background: url(../../images/yellowstart_long.jpg);
}

.longBoxTitle .top_blue {
	float: left;
	width: 100%;
	height: 40px;
	background: url(../../images/yellowstart_mblue.jpg);
}

.longBoxTitle .middle {
	float: left;
	width: 100%;
	background: url(../../images/yellowmiddle_long.jpg);
}

.longBoxTitle .bottom {
	float: left;
	width: 100%;
	height: 28px;
	background: url(../../images/yellowend_long.jpg);
}

.viewList {

}

.viewList .tdField {
	width:150px;
	height:25px;
	background-color:#EFEFEF;
	text-align:right;
}

.viewList .tdValue {
	width:212px;
	height:25px;
	background-color:#FFFFFF;
	text-align:left;
}
