﻿
/*table styles of package user control*/

.table_package
{
    width:100%;
    border-style:none;
}
.table_package td
{
     height: 30px;
}
.table_package_column_date
{
    width:auto;
    border-style:none;
}

.table_package_column_pricelabel
{
    width:90px;
    border-style:double;
    text-align:right;
    
}
.table_package_column_price
{
    width:100px;
   
}
.table_package_column_quantitylabel
{
    width:100px;
    border-style:none;
    text-align:right
}

.table_package_column_quantitytext
{
    width:100px;
    border-style:none;
}
.package_quantity_textbox
{
    width:100px;
}

.label_price
{
    float:right;
}
.package_booknow_button
{
    width:122px;
	height:24px;
	padding:10px 0 0 0;
	padding:3px 0;
	display:block;
	text-align:center;
	background:url(http://localhost/OptimoPhase2.Web/images/internal/btn_bg.gif) repeat-x;
	text-decoration:none;
	color:#fff;
	text-transform:uppercase;
	font-size:10px;
	border:1px solid #65411a;
	font-weight:bold;
	float:right;
	margin:0 0 2px 2px;
	line-height:16px;   
}

