/*table used for main layout on page; all other elements fit within this table*/
.LayoutTable
{
	width: 750px;
	border: none;
	padding:0px;
	border-spacing:0px;
	border-collapse:collapse;
}
.ReportTitle
{
	font-weight: bold;
	font-size: large;
	color: #0000FF;
	text-align: left;
}
.RegularText
{
	font-size: 8pt;
	color: black;
	font-family: Verdana;
}
.ErrorText
{
	font-family:Verdana;
	font-size:8pt;
	color:#C00000;
}
.TransparentForm
{
	COLOR: white; 
	BACKGROUND-COLOR: transparent;
	width:0px;
	border: none;
}
.WideButton2
{
   font-size:12px;
   font-weight:bold;
   font-family:Verdana;
   background-image:url('img/button3.gif');
   border-style:ridge;
   border-color:#DDDDDD;
   border-width:1px;
   margin-top: 2px;
   margin-bottom: 2px;
   width:200px;
}
.BasicButton
{
   font-size:12px;
   font-weight:bold;
   font-family:Verdana;
   background-image:url('img/button3.gif');
   border-style:ridge;
   border-color:#DDDDDD;
   border-width:1px;
   margin-top: 2px;
   margin-bottom: 2px;
}
.StandardButton
{
   font-size:12px;
   font-weight:bold;
   font-family:Verdana;
   background-image:url('img/button3.gif');
   border-style:ridge;
   border-color:#DDDDDD;
   border-width:1px;
   margin-top: 2px;
   margin-bottom: 2px;
   width:52px;
}
.DropDownList
{
	font-family:Verdana;
	color:Black;
	border-color:#DCDCDC;
	border-width:1px;
	font-size:8pt;
	border-style:solid;
	height:18px;
	padding-top: 1px;
	width:200px;
}
.DropDownList_MouseOver
{
	background-color: #DCDCDC;
	font-family:Verdana;
	color:Black;
	padding-top: 1px;
	border-color:#DCDCDC;
	border-width:1px;
	font-size:8pt;
	border-style:solid;
	height:18px;
	width:200px;
}
.TextBox_MouseOver
{
	background-color: #DCDCDC;
	font-family:Verdana;
	color:Black;
	border-color:#DCDCDC;
	border-width:0px;
	font-size:8pt;
	/*border-style:solid;*/
	height:18px;
	width:200px;
}
.TextBox_MouseOverImage
{
	border: 0px;
	/*background-image: url(img/input/over.gif);*/
	background-color:Silver;
	background-repeat: no-repeat;
	_background-attachment:fixed;
	height: 18px;
	width: 200px;
	color: #000000;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	padding-top: 1px;
	background-color: transparent;
}
.TextBoxCounter
{
	font-family:Verdana;
	color:Black;
	background-color:transparent;
	border-width:0px;
	font-size:8pt;
	border-style:none;
	height:18px;
	width:210px;
	vertical-align:bottom;
}
.TextBox
{
	font-family:Verdana;
	color:Black;
	border-color:#DCDCDC;
	border-width:1px;
	font-size:8pt;
	border-style:solid;
	height:18px;
	width:200px;
}
/*table used from within PanelTable to contain layout*/
.InnerTable
{
	/*float: left;*/
	border: none;
	padding:0px;
	border-spacing:0px;
	border-collapse:collapse;
}
.InnerTableSpacer TD
{
	background-position : bottom;
	background-image: url('img/TopSpacer.gif');
	background-repeat:repeat-x;
	width:745px
}
.InnerTableSpacer
{
	background-position : bottom;
	background-image: url('img/TopSpacer.gif');
	background-repeat:repeat-x;
}
.AdminMenuDynamicItemStyle
{
	height:20px;
	vertical-align:middle;
	padding-right:10px;
	padding-left:10px;
	background-image: url('img/Silver.gif');
	text-align:left;
	text-decoration:none;
	font-size: 8pt;
}
.AdminMenuDynamicHoverItemStyle
{
	padding-right:10px;
	padding-left:10px;
	background-image: url('img/ColBkSilver.gif');
	text-align:left;
	text-decoration:none;
	font-size: 8pt;
}
.AdminMenuStaticItemStyle
{
	background-image: url('img/ColBkSilver.gif');
	text-align:left;
	text-decoration:none;
	font-size: 8pt;
	height:20px;
}
/*used to add empty vertical space between elements */
.VerticalSpacer
{
	height:20px;
}
/*used to add empty horizontal space between elements, like in a <td> */
.HorizontalSpacer
{
	width:25px;
}

/*to keep cells from having spacing between each other*/
.PanelTable TD
{
	padding:0px;
}
/*table layout used to contain the tab strip control*/
.PanelTable
{
	border-style:solid;
	border-top:none 0px #cecbc3;
	border-width:1px;
	border-color:#cecbce;
	background-color:#f7f3f7;
}
/*describes logout button*/
.Logout
{
	font-size: 8pt;
	color: #8B008B;
	font-family: Verdana;
	text-decoration: none;
}
/*describe when mouse hovers over logout button*/
.Logout A:hover
{
	color: #996633;
}

/*line used to divide sections within a panel*/
.DividingLine
{
	
	HEIGHT: 1px;
	color:#cecbc3;
	text-align:center;
}
/*spacing for the add image that is next to link buttons for adding items
  (like 'Add Discount' link button)*/
.AddImageSpacer
{
	width:16px;
}
/*link button description for color only, rest of attributes are in skin section
  if color was described in skin, then on hover would not change label color, that
  is why color is described in stylesheet and not skin*/
.LinkButton
{
	color:#778899;
}
/*describes when mouse hovers over any link button*/
.LinkButton A:hover
{
	color: #2F4F4F;
}


