/* main body styles */
body {
	font-size: 10px;
	color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(/OrderEze/Skins/NTBaseball3/images/topbg.jpg);
	background-repeat: repeat;
	background-color:#04327E;
	margin-left: 0px;
	margin-top: 0px;
}
/* captions */
.caption {
	color: #003366;
	font-size: 12px;
	font-weight:bold;
}
/* all buttons */
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #dcdcdc;
	border: 1px solid #999999;
	color: #003366;
}
/* all drop down boxes */
.select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#666666;
	border: 1px solid #999999;
}
/* all textboxes */
.textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#666666;
	border: 1px solid #999999;
}
/* primary title text */
.primary12Label {
	font-size: 12px;
	color: #003366;
	font-weight: bold;
}
/* primary text */
.primary10Label {
	font-size: 10px;
	color: #FFFFFF;
}
/* text on the top left of table-shadow boxes */
legend {
	font-weight:bold;
	color: #003366;
}
/* secondary title text */
.secondary12Label {
	font-size: 12px;
	color: #003366;
	font-weight: bold;
}
/* secondary text  */
.secondary10Label {
	font-size: 10px;
	color: #003366;
}
/* header when PanelType is PLAIN */
.topheader {
	border-bottom: 1px solid #003366;
	background-color: #003366;
	font-size: 12px;
	font-weight:bold;
	text-align:center;
	color:#E0E2E3;
}
/* all links */
A {
	color: #006699;
}
/* header box on gift baskets page */
.gbhead {
	border: black 1px solid;
	padding: 1px 1px 1px 1px;
	font-weight: bold;
	font-size: 10px;
	color: #003366;
	text-align: center;
}

.storeinfo {
    font-weight: bold;
    color: white;
}

/* styles for the table-shadow images */
td.shadow-top {
	height: 15px;
	background-image: url(/OrderEze/Skins/NTBaseball3/images/spanel/top.gif)
}
td.shadow-topRight {
	width: 15px;
	height: 15px;
	background-image: url(/OrderEze/Skins/NTBaseball3/images/spanel/topRight.gif)
}
td.shadow-right {
	width: 15px;
	background-image: url(/OrderEze/Skins/NTBaseball3/images/spanel/right.gif)
}
td.shadow-bottomRight {
	width: 15px;
	height: 15px;
	background-image: url(/OrderEze/Skins/NTBaseball3/images/spanel/bottomRight.gif)
}
td.shadow-bottom {
	height: 15px;
	background-image: url(/OrderEze/Skins/NTBaseball3/images/spanel/bottom.gif)
}
td.shadow-bottomLeft {
	width: 15px;
	height: 15px;
	background-image: url(/OrderEze/Skins/NTBaseball3/images/spanel/bottomLeft.gif)
}
td.shadow-left {
	width: 15px;
	background-image: url(/OrderEze/Skins/NTBaseball3/images/spanel/left.gif)
}
td.shadow-topLeft {
	width: 15px;
	height: 15px;
	background-image: url(/OrderEze/Skins/NTBaseball3/images/spanel/topLeft.gif)
}
td.shadow-center {
	background-color: #FFFFFF;
}
