﻿body
{
	font-weight:normal; 
	font-family:Tahoma; 
	font-size:11px;
}

.ModalBackground
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.MasterPageMainDivStyle
{
	width:850px; 
	background-color:#B3C6C9; 
	margin-left:auto; 
	margin-right:auto;
}

.MasterPagePopupMainDivStyle
{
	width:100%;
	height:auto;
}

.HeaderDivStyle
{
	width: 100%;
	clear: both;
	float: left;
	background-image: url('Pictures/SFPixs/img_nav_grey.gif');
	height: 28px;
}

.HeaderListItemStyle
{
	text-align:center; 
	float:left; 
	padding-left: 3px; 
	padding-right:3px;
	border-right-color: #C0C0C0;
	border-right-style: ridge; 
	border-right-width: 1px;
}

.HeaderListItemMenuStyle
{
	text-decoration:none; 
	color:black; 
	font-weight:bold; 
	font-size:9px;
}

/* For Customer Address Printout */
.TableStyle
{
	width:100%; text-align:left; font-size:12px;
}

.RowStyle
{
	height:95px;
}

.FirstCellStyle
{
	width:280px;
	padding-left:20px;
}

.SecondCellStyle
{
	
	width:280px;
	padding-left:20px;
	
}

.ThirdCellStyle
{
	width:280px;
	padding-left:20px;
}

.TextLabelStyle 
{
	clear:left;
	float: left;
	text-align: right;
	width: 100px;
	padding-top: 5px;
	padding-right: 10px;
	color: blue;
}
.NavBarButtonStyle {
	clear: both;
	margin: 5px 1px 1px 1px;
	border: solid 1px white;
	padding: 4px 4px 4px 4px;
}

