﻿/* DT = Deal Tabs in Deal Player 1 */
.DTMainArea1
{
	width:99%;
	height:360px;
	border-top:solid 2px #029000;
	border-bottom:solid 1px #BBBBBB;
	border-left:solid 1px #BBBBBB;
	border-right:solid 1px #BBBBBB;
}

.DTTxtSelect1
{
	color:#048703;
	font-weight:bold ;
	font-size:14px;
	padding-right:7px;
	
}

.DTPrice1
{
	color:#e57514;
	font-size:16px;
	font-weight:bold;
}
.DTSelect1
{
	background-image:url('images/deal_select.gif');
	background-repeat:no-repeat;
	background-position:right top;
	height:60px;
	width:130px;
	cursor:pointer;
}

.DTSelect1First
{
	background-image:url('images/deal_selectFirst.gif');
	background-repeat:no-repeat;
	background-position:right top;
	height:60px;
	width:130px;
	cursor:pointer;
}

.DTSelect1Last
{
	background-image:url('images/deal_selectLast.gif');
	background-repeat:no-repeat;
	background-position:right top;
	height:57px;
	width:130px;
	cursor:pointer;
}

.DDTitle1
{
	font-size: 20px;
    font-weight: bold;
    color: #228220;
    line-height:20px;
    height:25px;
    width:80%;
}

.DDTitleFull
{
	font-size: 20px;
    font-weight: bold;
    color: #228220;
    line-height:20px;
    height:25px;
}

.DDPrice1
{
	color:#e57514;
	font-size:24px;
	font-weight:bold;
	vertical-align:top;
	text-align:left;
	padding-left:0px;
	letter-spacing:-1.5px;
}


/* DT = Deal Tabs in Deal Player 2 */
.DTTxtSelect2
{
	color:#048703;
	font-weight:bold ;
	font-size:12px;
	padding-right:8px;
}
.DTPrice2
{
	color:#e57514;
	font-size:12px;
	font-weight:bold;
}
.DTSelect2
{
	background-image:url('images/deal_select2.gif');
	background-repeat:no-repeat;
	height:47px;
	width:130px;
	cursor:pointer;
}

/* DD = Deal Data in Deal Player 2*/
.DDTitle2
{
	font-size: 12px;
    font-weight: bold;
    color: #228220;
    vertical-align:top;
}
.DDPrice2
{
	color:#e57514;
	font-size:22px;
	font-weight:bold;
	vertical-align:top;
	text-align:left;
	 
}
.DDDates2
{
	vertical-align:bottom;
	background-color:#E7E7E7;
	color:#5B5B5B;
	font-weight:bold;
	padding:5px;
	font-size:12px;
}



