/*	Login Page CSS */
#sidebar-left
{
	width: 234px;
	padding-top: 44px;
	margin-right: 10px;
	text-transform: none!important;
}

#sidebar-left  h3
{
	visibility: visible!important;
	margin-top: 0;
}

#sidebar-left .bodytext
{
	line-height: 1.7em;
}


#sidebar-right
{
	width:            200px;
	padding-top: 44px;
}

/*	Login Block */
#login-block
{
	width: 234px;
	height: 294px;
	margin-bottom: 20px;
}

form
{
	margin-bottom: .5em;
}

#uid
{
	border:           1px solid #96A0A3;
	width:            140px;
}

#password
{
	border:           1px solid #96A0A3;
	width:            110px;
	margin-right:     4px;
}

label
{
	font-weight:      bold;
}

h1
{
	height: 24px;
	background-image: url(/customer/images/customer-center.gif);
}

h2{ margin: 0px; height: 20px;}

h1, h2, h3
{
	background-repeat: no-repeat;
}

h1 span, h3 span
{
	display: none;
}

/*	Main Content */
#main
{
	width:            628px;
	margin:           0 21px 0 10px;
	overflow: hidden;
}


#main-content h2
{
	font-size: 26px;
	line-height: 1.2em;
	margin-bottom: .5em;
}

#main-content p
{
	margin: 0 0 20px 0;
}

#headline
{
	margin-left: 178px;
	text-align: left;
}

#content-left
{
	padding-top: 20px;
	padding-right: 20px;
}

#content-left p
{
	margin-right: 0px;
}

#tipicon
{
	float:left;
	margin-left:-40px;
	margin-top:-25px;
}

#contentgrid
{
	margin:           16px 0 0 10px;
	border-collapse:  collapse;
}

iframe
{
	overflow:         hidden;
	border:           none;
	margin: 0;
}

#i-tip, #i-faq
{
	width:            260px;
}

#i-technotes, #i-update
{
	width:            207px;
	margin:				0px;
	padding:			0px;
}

#tip
{ font-size: 24px; margin-bottom: .4em;}

#i-highlights
{
	margin: 20px 40px 0px 0px;
	width: 245px;
}

#i-sidebar
{
	margin-top: 11px;
	width: 160px;
}

#rounded
{
	background-color: #fffefc;

	border-right:	1px solid #9AA2A5;
	border-left:	1px solid #9AA2A5;
	padding:		15px 20px;
	margin:			0px;

	width:			288px;
}

h2
{
    font-size:      18px;
    color:          #D26E5F;
    font-weight:    normal;
    font-family:    arial,'sans serif';
}

h2#tip
{
/*	background-image: url(/customer/images/tip.gif); */
}

h2#faqs
{
/*	background-image: url(/customer/images/faqs.gif);*/
}

h2#technotes
{
/*	background-image: url(/customer/images/technotes.gif);*/
}

h2#updates
{
	background-image: url(/customer/images/updates.gif);
}

h2#highlights
{
    /*
	background-image: url(/customer/images/highlights.gif);
    */
}

h3#envistacorp
{
	background-image: url(/customer/images/envistacorporation.gif);
	height: 26px;
	margin-bottom: 10px;
}


.highlightlist
{
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

.highlightlist li
{
	margin-bottom: .75em;
}

#formfooter
{
	width:            150px;
}

ul.newslist {
	list-style-image: url(/assets/images/bullet-home.gif);
	margin:           2px 0 0 20px;
	font-size:        110%;
	line-height:      140%;
	padding:          0;
	}
ul.newslist li {
	color:            #b4cfd6;
	padding:          2px 0;
	}
ul.newslist li a {
	color:            #0e7596;
	display:          block;
	padding:          2px;
	}
ul.newslist li a:hover,
ul.newslist li a:active {
	color:            #fff;
	background-color: #0e7596;
	}
ul.newslist li.more {
	list-style:       none;
	margin-top:       10px;
	}
ul.newslist li.more a {
	display:          inline;
	margin-right:     15px;
	}


