/* ================================
    CSS STYLES FOR Module Form
   ================================
*/

#PackageTypeContent
{
	width:500px;
}

.LengthWidthHeight
{
	width:20%;
	text-align:center;
}

.MaxWeight
{
	width:17%;
	text-align:center;
}

.Price
{
	width:15%;
	text-align:center;
}

.Name
{
	width:21%;
	text-align:left;
}

.Image
{
	width:26%;
	text-align:left;
}



/* Styles tables */

.TableHeader th
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight:bold;
	color:Black;
}

.TableRow
{
	background-color:#f6f6f6;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
}

.TableAlternatingRow
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
}

.TableStyle
{
	border-width:0px;
}

.TableCell
{
	padding-left:12px;
}

/* End Styles tables  */
