/* CSS :: CBN Styles & Such */

/* Start Dealer Navigation */
#mNavBox ul  {
	margin: 0;
	padding: 0;
	list-style: none;
}

#mNavBox ul li {
	margin: 0;
	padding: 0;
}

#mNavBox ul li a {
	display: block;
	width: 124px;
	height: 34px;
	text-indent: -9999px;
	overflow: hidden;
}

a.approveditems {
	background: url("/Clients/PackNBoxNow/Images/dlr_pnb/approveditems.gif");
}

a.customboxes {
	background: url("/Clients/PackNBoxNow/Images/dlr_pnb/customboxes.gif");
}

a.stockboxes {
	background: url("/Clients/PackNBoxNow/Images/dlr_pnb/stockboxes.gif");
}

a.packagingsupplies {
	background: url("/Clients/PackNBoxNow/Images/dlr_pnb/packagingsupplies.gif");
}

a.myaccount {
	background: url("/Clients/PackNBoxNow/Images/dlr_pnb/myaccount.gif");
}

a.contact {
	background: url("/Clients/PackNBoxNow/Images/dlr_pnb/contact.gif");
}

a.approveditems:hover, a.customboxes:hover, a.stockboxes:hover, a.packagingsupplies:hover, a.myaccount:hover, a.contact:hover {
	background-position: -124px;
}
/* End Dealer Navigation */

body {
	background-image: url(/Clients/PackNBoxNow/Images/sbn/sbn_bgndTile.gif);
	background-repeat: repeat-x;
	background-color: #E1E1E1;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Lucida Sans", Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 18px;
}
.smaller {
	font-size: 9px;
}
.larger {
	font-size: 14px;
}
.subHeadline {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	color: #3E507D;
}
/* ************************************** forms */
.smGry {
	font-size: 10px;
	color: #666666;
	text-transform: none;
}
.textInput {
	color: #333333;
	background-color: #E6E6E6;
	font-size: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
}
/* ************************************** H-tags */
h1 {
	font-size: 18px;
	color: #3D5996;
	margin: 0px;
	}
h2 {
	font-size: 16px;
	margin: 0px;
	font-weight: bold;
	color: #3D5996;
}
h3 {
	font-size: 14px;
	margin: 0px;
	color: #3D5996;
}
h4 {
	font-size: 12px;
	margin: 0px;
	color: #3D5996;
}
/* ************************************** general links */
a, a:link, a:visited, a:active {
	color: #3B557C;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}

a.link, a.link:link, a.link:visited, a.link:active {
	color: #435E87;
	text-decoration: underline;
}
a.link:hover {
	text-decoration: underline;
	color: #435E87;
}

/* ************************************** hover tool tip */

a.tip{
    position:relative; /*this is the key*/
    z-index:24; 
    text-decoration:none}

a.tip:hover{z-index:25;}

a.tip span{display: none}

a.tip:hover span { /*the span will display just on :hover state*/
	display:block;
	position:absolute;
	top:-25px;
	left:-220px;
	width:200px;
	border:2px solid #FFFFFF;
	background-color:#FDEEB2;
	color:#000;
	text-align: left;
	padding: 5px;
}

.signinheader
{
	/* background-color: #5875A1; */
	/* background-color: #000000; */
	background-color: #696969;
	color: #ffffff;
	font-weight: bold;
}
	
.error
{
	color: Red;
}	

