@charset "UTF-8";
/* CSS Document */


div.sideNav {
	width:200px;
	margin:0px 0 10px 0;  /*#e6f1f5  #d8e8ef */
	;
}
div.sideNav h4 {
	background-color: #dff5ca  /*url("/images/nav/sidenav_ul_li_h4_bkgd.gif") no-repeat top;*/;
	color:#1f4061;
	font-face:Lucida Grande, Helvetica;
	font-size:11px;
	display:block;
	height:29px;
	line-height:29px;
	padding:0 0 0 15px;
	border-bottom:1px solid #bbc5c7;
	background: #dff5ca;
}
div.sideNav h4.first {
	background: #dff5ca url("/images/nav/sidenav_ul_li_h4_bkgd.gif") no-repeat top;
	
	color:#353a60;
	border-bottom:1px solid #bbc5c7;
}
div.sideNav h4.first.open {
	background: #c4e3a7 url("/images/nav/sidenav_ul_li_h4_bkgd.gif") no-repeat top;
	
	color:#353a60;
	border:0px;
}
div.sideNav h4.open {
	background-color: #c4e3a7;
	
	color:#353a60;
	border:0px;
}
div.sideNav h4.last {
	background: #dff5ca url("/images/nav/sidenav_ul_li_last_bkgd.gif") no-repeat bottom;
	border-bottom:0px;
}
div.sideNav h4.last.open {
	background: #c4e3a7 url(none) no-repeat bottom;
	border-bottom:0px;
}

div.sideNav h4.open span, 
div.sideNav h4.first.open span, 
div.sideNav h4.last.open span { padding-right: 12px; background: url(/images/bullets/sidebar_heading_arrow_open.png) no-repeat 100% 5px; }

div.sideNav h4 span, 
div.sideNav h4.first span, 
div.sideNav h4.last span { padding-right: 10px; background: url(/images/bullets/sidebar_heading_arrow_closed.png) no-repeat 100% 4px; }

div.sideNav a {
	display:block;
	/*height:22px;*/
	border-bottom:1px solid #bbc5c7;
	/*border-top:1px solid white;*/
	margin: 7px 0 0px 0px;
	padding: 0px 10px 2px 0px;

		color:#d8d9d9;
	color:#666666;
	
	background: url(/images/bullets/sidebar_bullet_support_grey.gif) no-repeat right 0px;
}
div.sideNav div.long a {
	
	margin: 7px 0 0px 0px;
	padding: 0px 14px 17px 0px;
	
}
div.sideNav a:hover {
	background: url(/images/bullets/sidebar_bullet_support.gif) no-repeat right 0px;
	color:#000000;
	text-decoration:underline;
}
div#rightCol div.sideNav a img {
	margin: 0px 0px 0px 2px;
}
div.sideNav h4 img {
	margin:5px 5px 0 -10px;
	float:left;
}
div.sideNav a.new.last {
	background: #dff5ca url(none) no-repeat bottom;
	border-bottom:0px;
}
div.sideNav a.last {
	border-bottom:0px;
}
div.sideNav a.last:hover {
	border-bottom:0px;
}
div.sideNav a.new.last:hover {
	color:white;
	background: #dff5ca url(none) no-repeat bottom;
	border-bottom:0px;
}

div.sideNav h4.last:hover {
	/*color:white;
	background: #a4e06b url("/images/nav/sidenav_ul_li_last_bkgd.gif") no-repeat bottom;
	border-bottom:0px;*/
}
div.sideNav a.new {
	background: #dff5ca url(none) no-repeat left;
	padding-left:42px;
}
div.sideNav a.new:hover {
	color:white;
	background: #a4e06b url(none) no-repeat left;
	padding-left:42px;
}
/*Temp*/
.drawers,.drawers  li {
	margin:0px !important;
	padding: 0px !important;
	list-style: none;
}
#rightCol .drawers div.drawer-content li {
	padding: 0px 8px !important;
}
.drawer-content { margin-bottom:0px !important}

#rightCol li {
	padding: 0px 8px;
}
#rightCol ol {
	border:1px solid #b9bbd0;
	background-color: white;
	list-style-type: none;
	margin: 0px !important;
	padding: 0px;
}
/* PRETTY SEARCH */
/*KB*/
#kb-search input.prettysearch { width:175px; height: 16px; background: url(/images/globalnav/searchfield_repeat.png) center top repeat-x; border: 0px; margin: 0; padding: 3px 0 0 0; font:11px "Lucida Grande", Geneva, Arial, sans-serif;}
#kb-search .search-wrapper { position: relative; width: 175px; }
#kb-search .search-wrapper input.prettysearch { width: 145px; margin-left: 20px; }
#kb-search .search-wrapper .left { display: block; position: absolute; left: 0; top: 0; width: 20px; height: 19px; background: url(/images/globalnav/searchfield_leftcap.png) left top no-repeat; }
#kb-search .search-wrapper .right { display: block; position: absolute; right: 0; top: 0; width: 10px; height: 19px; background: url(/images/globalnav/searchfield_rightcap.png) right top no-repeat; }
#kb-search .search-wrapper.empty.blurred input { color: #7E7E7E; }
#kb-search .search-wrapper .reset { position: absolute; width: 11px; height: 11px; overflow:hidden; z-index: 1; right: 4px; top: 4px; background: url(/images/globalnav/close.gif); display: block; cursor: pointer; }
#kb-search .search-wrapper.empty .reset { display: none; }
#kb-search a {
color:#FFFFFF;
}
#kb-search {
background:transparent url(/images/bg/bg_kb_search.jpg) no-repeat scroll 0pt;
height:85px;
padding:0pt 15px;
text-shadow: black 1px 1px 5px; 
}
#kb-search h4, #kb-search p {
color:#FFFFFF;
}
#kb-search input {
color:#616161;
padding:2px 5px;
}

div.sideNav a {
/* background:transparent url(/images/home/sidebar_bullet.jpg) no-repeat scroll right 0pt; */
border-bottom:1px solid #BBC5C7;
color:#000000;
display:block;
height:22px;
}

#sidebartop h4 {
font-size:100%;
}
.onetile {
padding-right:5px !important;
}