/* 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/CTI/cbNow_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;
}
/* ************************************** configurator styles */
.configTitle {
	color: #FFFFFF;
	font-size: 12px;
	letter-spacing: 1px;
}
.headline28 {
	font-size: 22px;
	font-weight: bold;
	line-height: 24px;
	letter-spacing: .5px;
}
.subtitle14 {
	font-size: 14px;
}
.subLine12 {
	font-size: 12px;
	line-height: 35px;
}
.redLine10 {
	font-size: 10px;
	color: #EA686B;
	line-height: 20px;
}
.smGRN {
	color: #273F0E;
	font-size: 9px;
	margin-right: 10px;
}
.smORG {
	color: #5A490A;
	font-size: 9px;
	margin-right: 10px;
}
.subTitle9 {
	color: #7e7a72;
	font-size: 9px;
}
.formElements {
	color: #7e7a72;
	font-size: 10px;
}
/* ************************************** H-tags */
h1 {
	font-size: 18px;
	margin: 0px;
}
h2 {
	font-size: 16px;
	margin: 0px;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	margin: 0px;
}
h4 {
	font-size: 12px;
	margin: 0px;
}

/* ************************************** general links */
a, a:link, a:visited, a:active {
	color: #8b1015;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}

a.link, a.link:link, a.link:visited, a.link:active {
	color: Red;
	text-decoration: underline;
	z-index: 1000;
}
a.link:hover {
	text-decoration: underline;
	color: Red;
	z-index: 1000;
}

/* ************************************** 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;
}
	
	.hidden
{
	visibility:hidden;
}
.hpErrors  {
			color:#000033; 
			background-color:#cccccc; 
			position:absolute; 
			top:200px; 
			left:200px; 
			width:300px; 
			z-index:99;  
			visibility:visible;
			display:block;
			border:2px solid #FFFFFF;
			background-color:#FDEEB2;
			color:#000;
			text-align: left;
			padding: 5px;
			margin-bottom: 10px;    
        
        }

.helpHigh  {
			color:#000033; 
			background-color:#cccccc; 
			position:absolute; 
			top:200px; 
			left:200px; 
			width:300px; 
			z-index:99;  
			visibility:hidden;
			display:block;
			border:2px solid #FFFFFF;
			background-color:#FDEEB2;
			color:#000;
			text-align: left;
			padding: 5px;
			margin-bottom: 10px;    
        
        }

.help  {
			color:#000033; 
			background-color:#cccccc; 
			position: static; 
			top:200px; 
			left:200px; 
			width:300px; 
			z-index:99;  
			visibility:hidden;
			display:block;
			border:2px solid #FFFFFF;
			background-color:#FDEEB2;
			color:#000;
			text-align: left;
			padding: 5px;
			margin-bottom: 10px;    
        
        }
        
        .helpLow  {
			color:#000033; 
			background-color:#cccccc; 
			position:absolute; 
			top:400px; 
			left:200px; 
			width:300px; 
			z-index:99;  
			visibility:hidden;
			display:block;
			border:2px solid #FFFFFF;
			background-color:#FDEEB2;
			color:#000;
			text-align: left;
			padding: 5px;
			margin-bottom: 10px;    
        
        }

#tooltip.placement 
{
	background-color: #ffffcc;
	width: 350px;
	font-weight: normal;
	
	}

        
/*        
        #tooltip
        {
        }

*/
#tooltip h3
{
	font-weight:normal;
	font-size: 10px;
}
/*
#tooltip.helpNew div.body
{
	position: relative;
	color:#000033; 
	background-color:#cccccc;
	display:block;			
	border:2px solid #FFFFFF;
	font-size: 10px;
	width: 250px;
	
} 
    */    
#tooltip.right
{
	width: 250px;
}        
        
        .loadingPanel  {
			color:#000033; 
			position:absolute; 
			top:200px; 
			left:200px; 
			width:300px; 
			z-index:99;  
			/* visibility:hidden; */
			display:block;
			background-image: url(/RadControls/Ajax/Skins/Default/loading3.gif);
			background-repeat:no-repeat;
			background-position:center;
			border:2px solid #FFFFFF;
			background-color:#000000;
			background-color: #FDEEB2;
			background-color: #fcf5e5;
			color:#000;
			text-align: left;
			padding: 5px;
			margin-bottom: 10px;    
        }
        
        
.signinheader
{
	/* background-color: #ED1C24; */
	/* background-color: #000000; */
	background-color: #696969;
	color: #ffffff;
	font-weight: bold;
}        

.error
{
	color: Red;
}
