/******************************************************************************
 MASTER STYLES FOR SCREEN MEDIA
 ******************************************************************************/

/* RESET */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
	abbr, acronym, address, cite, code, del, dfn, em, img, ins, strong, sub,
	sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,
	caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}

abbr, acronym {
	font-size: .9em;
	cursor: help;
}
li.clientNameNav{
	background: #6384c8;
	color: #dbe1f0;
}
input#search-box-header.searchTextCointer_header {
	margin: 17px 17px 0 0;
	float: right;
	height: 23px;
	min-height: 23px;
	padding: 0px 10px 0px 20px;
	width: 150px;
	border: #6384c8;
	border-radius: 10px 10px 10px 10px;
	background-color: #7b98c6;
	color: white;
}

body {
	line-height: 1;
	font-size: 11px;
}

blockquote, q {
	quotes: none;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* UTILITIES */
.accessibility {
	position: absolute;
	top: -999999em;
	left: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

img#temp {
	position: absolute;
	left: 103px;
	top: 7px;
	z-index: 9999;
	opacity: .2;
}

/* TYPOGRAPHY */
a {
	color: #2951a7;
	text-decoration: none;
}

a:hover {
	color: #214186;
	text-decoration: none;
}

a.back {
	padding-left: 10px;
	background: url(../images/icon-back-blue.gif) 0 50% no-repeat;
}

a.forward {
	padding-right: 10px;
	background: url(../images/icon-forward-blue.gif) 100% 50% no-repeat;
}

p.more {
	clear: both;
	padding-left: 4px;
}

table.data+p.more {
	padding-top: 7px;
}

section.table div#refine-search.open p.refine a {
	background-image: url(../images/icon-tri-down-blue.gif)
}

;

/* FORMS */
label {
	font-weight: bold;
	color: #666;
}

input {
	vertical-align: middle;
}

input.text, textarea, select {
	padding: 5px 5px 7px;
	border: 1px solid #c4c4c4;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: inset 0 0 5px #ccc;
	-moz-box-shadow: inset 0 0 5px #ccc;
	-webkit-box-shadow: inset 0 0 5px #ccc;
	font-size: 12px;
	color: #333333;
}

input.help {
	color: #aaa;
	font-style: italic;
}

input.date {
	width: 114px;
}

input.long {
	width: 297px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	width: 297px;
	height: 58px;
}

textarea.small {
	height: 29px;
}

textarea.big {
	height: 232px;
}

select {
	min-width: 150px;
	padding: 5px;
	font-size: 10px;
}

select.short {
	min-width: 90px;
}

/* IMAGES */
img.left {
	float: left;
	padding: 0 18px 5px 0;
}

/* HTML */
/* html { font-family: Arial, Helvetica, sans-serif; color: #333; background: url(../images/main-bg.png) repeat-x; } */
html {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background: url(../../../images/pb_bg1.png) 0 0 repeat-x,
		url(../../../images/pb_bg2.png) 0 -18px repeat-x;
}

/* BODY */
body {
	width: 960px;
	margin: 0 auto;
}

/******************************************************************************
 HEADER
 ******************************************************************************/

/* HEADER */
header { /*position: relative;*/
	width: 100%;
	height: 163px;
	margin: 0px;
}

/* LOGO */
div#logo {
	float: left;
	width: 128px;
	height: 22px;
	padding: 11px;
	margin: 7px 0 0 0;
	text-indent: -99999px;
	background: url(../images/logo-patent-buddy.gif) 50% 50% no-repeat;
}

div#logo a {
	display: block;
	width: 128px;
	height: 22px;
}

div#notification {
	/*background: #FFDF6B url(../images/exclamation__frame.png) 20px center no-repeat;*/
	background: #FFDF6B;
	box-sizing: border-box;
	margin-top: 10px;
	overflow: hidden;
}

div#notification:AFTER {
	clear: both;
}

div#notification:BEFORE {
	clear: both;
	content: '';
	display: block;
}

#slider {
	width: 960px;
	margin: 0 auto;
}

#slider .col-1 {
	background: #ffdf6b url("../images/exclamation__frame.png") no-repeat
		20px center;
}

div.closeClientPortfolio {
	display: none;
}
/******************************************************************************
 NAVIGATION
 ******************************************************************************/

/* NAV USER */
nav#nav-user {
	float: right;
	min-width: 117px;
	height: 23px;
	padding-right: 10px;
	margin: 17px 0 0 0;
}

nav#nav-user ul {
	list-style: none;
}

nav#nav-user li {
	position: relative;
	float: left;
	min-width: 145px;
	height: 23px;
	text-align: center;
	line-height: 23px;
}

nav#nav-user li a {
	background-image: url(../images/nav-user-bg.png);
}

nav#nav-user li a, nav#nav-user li a {
	background-color: rgba(255, 255, 255, 0.1);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,
		startColorstr='#1affffff', endColorstr='#1affffff');
	background-position: 100% 10px;
	background-repeat: no-repeat;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #dbe1f0;
	display: block;
	height: 23px;
	padding: 0px 29px 0 15px;
	position: relative;
	z-index: 2;
}

nav#nav-user li a.clientbg {
	background-image: url(../images/nav-hamburger.png);
}

nav#nav-user li a:hover {
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0.3);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,
		startColorstr='#4dffffff', endColorstr='#4dffffff');
}

nav#nav-user li ul {
	position: absolute;
	left: -99999px;
}

nav#nav-user li ul {
	position: absolute;
	left: -99999px;
}

nav#nav-user li:hover ul, nav#nav-user li.sfhover ul {
	left: 0;
	width: 100%;
}

nav#nav-user li:hover a, nav#nav-user li.sfhover a {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	-moz-border-bottom-left-radius: 0;
	-moz-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
}

nav#nav-user li ul li {
	clear: left;
	width: 100%;
	line-height: 23px;
	height: 23px;
}

nav#nav-user li.sfhover ul li a, nav#nav-user li:hover ul li a, nav#nav-user li ul li a
	{
	background: #6384c8;
	border-top: 1px solid #e5e5e5; /* IE fallback */
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-top-left-radius: 0px;
	-moz-border-top-right-radius: 0px;
	-moz-border-bottom-left-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	height: 23px;
	padding: 0;
	width: 100%;
}

nav#nav-user li ul li:first-child a {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

nav#nav-user li ul li a:hover {
	background-color: #7b94c8;
}

nav#nav-user li.messages {
	margin-right: 6px;
	min-width: 0;
}

nav#nav-user li.messages a {
	background-image: url(../images/icon-message.gif);
	background-position: 50% 50%;
	float: left;
	height: 23px;
	padding: 0 10px;
	text-indent: -99999px;
	width: 16px;
}

nav#nav-user li.messages a:hover {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

nav#nav-user li.messages span {
	background-color: #9b1a41;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #fff;
	font-size: 8px;
	line-height: 8px;
	padding: 2px 4px;
	text-indent: 0;
	position: absolute;
	top: -2px;
	right: 4px;
}

/* NAV PRIMARY */
nav#nav-primary {
	float: left;
	clear: both;
	width: 100%;
	height: 72px;
	margin: 0;
}

nav#nav-primary ul {
	list-style: none;
}

nav#nav-primary li {
	float: left;
	padding: 17px 8px 0 0;
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
}

nav#nav-primary li a {
	display: block;
	width: 92px;
	height: 21px;
	padding-top: 34px;
	color: #666;
	background-position: 50% 3px;
	background-repeat: no-repeat;
}

nav#nav-primary li.current a, nav#nav-primary li a:hover {
	text-decoration: none;
	border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	box-shadow: 2px -1px 2px #eee;
	-moz-box-shadow: 2px -1px 2px #eee;
	-webkit-box-shadow: 2px -1px 2px #eee;
	background-color: #fff;
}

nav#nav-primary li#nav-dashboard a {
	background-image: url(../images/icon-dashboard.png);
	background-position: 50% 10px;
}

nav#nav-primary li#nav-search a {
	background-image: url(../images/ico_search.png);
}

nav#nav-primary li#nav-analytics a {
	width: 120px;
	background-image: url(../images/icon-analytics.png);
}

nav#nav-primary li#nav-proanalytics a {
	width: 120px;
	background-image: url(../images/icon-analytics.png);
}

nav#nav-primary li#nav-maintenance a {
	background-image: url(../images/icon_maintenance.png);
}

nav#nav-primary li#nav-watches a {
	width: 113px;
	background-image: url(../images/icon-watches.png);
}

nav#nav-primary li#nav-jobs a {
	background-image: url(../images/icon-jobs.png);
}

nav#nav-primary li#nav-events a {
	background-image: url(../images/icon-events.png);
	background-position: 50% 0;
}

nav#nav-primary li#nav-members a {
	background-image: url(../images/icon-members.png);
}

nav#nav-primary li#nav-groups a {
	background-image: url(../images/icon-groups.png);
}

nav#nav-primary li#nav-toprated a {
	background-image: url(../images/icon-toprated.png);
	background-position: 50% 0;
}

nav#nav-primary li#nav-portfolio a {
	width: 103px;
	background-image: url(../images/icon-portfolio.png);
}

nav#nav-primary li#nav-comparisons a {
	background-image: url(../images/icon-comparisons.png);
	background-position: 50% 10px;
}

nav#nav-primary li#nav-reports a {
	background-image: url(../images/reports-icon.png);
	background-position: 50% 2px;
}

nav#nav-primary li#nav-annuity a {
	background-image: url(../images/icon-annuity.png);
	background-position: 50% 0;
}

/* NAV SECONDARY */
nav#nav-secondary {
	float: left;
	width: 100%;
	height: 40px;
	padding: 0 10px 0 10px;
	margin: 0;
}

nav#nav-secondary ul {
	list-style: none;
}

nav#nav-secondary li {
	float: left;
	padding-right: 40px;
	line-height: 40px;
}

nav#nav-secondary li a {
	color: #666;
}

nav#nav-secondary li.current {
	font-weight: bold;
	color: #8f9900;
}

nav#nav-secondary li.current a {
	color: #8f9900;
}

/* NAV TERTIARY for US & INTL Patents Sub Tab*/
nav#nav-tertiary_subtab {
	float: left;
	width: 100%;
	height: 40px;
	padding: 0 10px 0 10px;
	margin: 0;
}

nav#nav-tertiary_subtab ul {
	list-style: none;
}

nav#nav-tertiary_subtab li {
	float: left;
	padding-right: 40px;
	line-height: 40px;
}

nav#nav-tertiary_subtab li a {
	color: #666;
}

nav#nav-tertiary_subtab li.current {
	font-weight: bold;
	color: #8f9900;
}

nav#nav-tertiary_subtab li.current a {
	color: #8f9900;
}

/* NAV TERTIARY */
nav#nav-tertiary {
	float: left;
	padding-bottom: 22px;
}

nav#nav-tertiary ul {
	list-style: none;
}

nav#nav-tertiary li {
	float: left;
	margin-right: 1px;
	font-size: 12px;
}

nav#nav-tertiary li.current {
	display: block;
	padding: 4px 9px;
	color: #fff;
	background: #666;
}

nav#nav-tertiary li a {
	display: block;
	padding: 4px 9px;
	color: #909090;
	background: #f2f2f2;
}

nav#nav-tertiary li:first-child a, nav#nav-tertiary li.current:first-child
	{
	border-radius: 6px 0 0 6px;
	-moz-border-radius: 6px 0 0 6px;
	-webkit-border-radius: 6px 0 0 6px;
}

nav#nav-tertiary li:last-child a, nav#nav-tertiary li.current:last-child
	{
	border-radius: 0 6px 6px 0;
	-moz-border-radius: 0 6px 6px 0;
	-webkit-border-radius: 0 6px 6px 0;
}

/* NAV QUATERNARY */
nav#nav-quaternary {
	float: left;
	clear: both;
	padding-bottom: 10px;
}

nav#nav-quaternary ul {
	list-style: none;
	padding: 5px 0 11px;
}

nav#nav-quaternary li {
	float: left;
	padding: 0 8px;
	background: url(../images/icon-divider.gif) 0 1px repeat-y;
}

nav#nav-quaternary li:first-child {
	padding-left: 0;
	background: none;
}

/* NAV FILTER */
nav.filter ul {
	list-style: none;
}

nav.filter li {
	float: left;
	padding: 3px 8px 10px 0;
	font-size: 10px;
}

nav.filter li a {
	display: block;
	color: #666;
}

nav.filter li a:hover {
	text-decoration: none;
}

nav.filter li a span {
	display: block;
	padding: 3px 10px;
}

nav.filter li.current a {
	padding-bottom: 4px !important;
	background: url(../images/bubble-tip-small.gif) 50% 100% no-repeat !important;
}

nav.filter li.current a span, nav.filter li a:hover span {
	border-radius: 6px !important;
	-moz-border-radius: 6px !important;
	-webkit-border-radius: 6px !important;
	color: #fff !important;
	background: #8f9900 !important;
}

section#main.top-rated nav.filter li a span {
	color: #9b1a41;
	font-size: 11px;
	padding: 3px 5px;
	margin: 0 4px 0 0;
}

section#main.top-rated nav.filter li.current a {
	background: none;
	padding: 0;
}

section#main.top-rated nav.filter li.current a span, section#main.top-rated nav.filter li a:hover span
	{
	background: #9b1a41;
	color: white;
}

nav.filter.narrow li {
	padding: 3px 1px 10px 0;
}

nav.filter.narrow li a span {
	padding: 3px 6px;
}

nav.filter.narrow li.current a span {
	padding: 3px 10px;
}

/******************************************************************************
 MAIN
 ******************************************************************************/

/* MAIN */
section#main {
	float: left;
	clear: left;
	width: 625px;
	padding: 24px 10px 10px 0;
	margin: 0;
}

section#main.wide {
	width: 940px;
}

/* MAIN > HEADER */
section#main header {
	position: relative;
	float: left;
	height: auto;
	padding-bottom: 20px;
}

section#main header h1 {
	font-size: 25px;
	font-weight: bold;
	color: #666;
}

section#main header h1:only-child {
	padding-bottom: 10px;
}

section#main header h1.promo {
	font-size: 28px;
	font-weight: normal;
	padding-bottom: 0;
}

section#main header h2 {
	padding-bottom: 15px;
	border: none;
}

section#main header h1+h2 {
	padding-top: 4px;
}

section#main header h2 span.light {
	font-weight: normal;
}

section#main header ul {
	list-style: none;
	padding: 5px 0 11px;
}

section#main header hgroup+ul {
	padding-top: 0;
	margin-top: -8px;
}

section#main header li {
	float: left;
	padding: 0 8px;
	background: url(../images/icon-divider.gif) 0 1px repeat-y;
}

section#main header li:first-child {
	padding-left: 0;
	background: none;
}

section#main header div.logo, section#main header div.photo {
	float: left;
	padding: 0 12px 0 1px;
	margin-top: -2px;
}

section#main header div.group {
	float: left;
	border: 1px solid #e5e5e5;
	margin: 0 12px 0 1px;
	margin-top: -2px;
}

section#main header div.date {
	float: left;
	width: 46px;
	height: 46px;
	margin: -2px 12px 0 0;
	border: 1px solid #e5e5e5;
	background: #484848 url(../images/date-bg.gif) 0 -16px repeat-x;
}

section#main header div.date span {
	display: block;
	text-align: center;
	color: #fff;
}

section#main header div.date span.month {
	padding: 7px 0 2px;
	font-size: 10px;
	text-transform: uppercase;
}

section#main header div.date span.day {
	font-size: 20px;
	font-weight: bold;
}

section#main header.box {
	width: 600px;
	padding: 10px;
	border: 1px solid #e5e5e5;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	background: #f5f5f5;
}

section#main header.box h2 {
	padding-bottom: 0;
}

section#main.top-rated header {
	color: #9b1a41;
	padding-bottom: 0;
}

section#main.top-rated header h1 span {
	color: #9b1a41;
}

section#main.top-rated header ul {
	padding: 16px 0 11px;
}

section#main.top-rated header li {
	padding: 0;
	background: none;
}

/* MAIN > SECTION */
section#main section {
	position: relative;
}

section#main h2 {
	padding-bottom: 3px;
	margin-bottom: 3px;
	border-bottom: 2px solid #859900;
	font-size: 14px;
	font-weight: bold;
	color: #8f9900;
}

section#main h2 a {
	display: block;
	padding-left: 12px;
	color: #8f9900;
	background-position: 0 55%;
	background-repeat: no-repeat;
}

section#main h2 a:hover {
	text-decoration: none;
}

section#main h2 span.count {
	background: #666;
	margin-top: -1px;
	padding: 1px 3px;
	font-size: 10px;
	color: #fff;
	font-weight: normal;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

section#main h2 span.description {
	position: absolute;
	right: 0;
	top: 4px;
	font-size: 10px;
	font-weight: normal;
	color: #999;
}

section.toggle h2 a {
	background-image: url(../images/icon-open.gif);
}

section.closed h2 a {
	background-image: url(../images/icon-closed.gif);
}

section.closed p, section.closed table, section.closed ul, section.closed nav
	{
	display: none;
}

section.closed p.edit {
	display: inline;
}

section#main p.edit {
	position: absolute;
	top: 3px;
	right: 0;
	padding: 0;
	line-height: 12px;
	font-size: 10px;
}

section#main p.edit a {
	display: block;
	color: #999;
}

/* MAIN > SUMMARY */
section#summary {
	float: left;
	width: 100%;
	border: 1px solid #e5e5e5;
	border-top: 0;
	margin-bottom: 40px;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}

section#summary ul {
	list-style: none;
}

section#summary li {
	float: left;
	width: 600px;
	padding: 9px 10px 5px;
	border-top: 1px solid #f5f5f5;
}

section#summary li:first-child {
	border-top: 0;
}

section#summary dt {
	float: left;
	clear: left;
	width: 80px;
	font-size: 12px;
	font-weight: bold;
	color: #333;
}

section#summary dd {
	float: right;
	width: 513px;
	padding-bottom: 3px;
	font-size: 12px;
	color: #333;
	line-height: 16px;
}

/* MAIN > STATS */
section#stats {
	float: left;
	clear: left;
	width: 620px;
	padding: 1px 0;
	margin-bottom: 35px;
	border: 2px solid #000;
	border-left: none;
	border-right: none;
}

section#stats ul {
	list-style: none;
}

section#stats li {
	float: left;
	padding: 11px 6px 17px;
	border-left: 1px solid #e5e5e5;
	color: #666;
}

section#stats li:first-child {
	border: none;
}

section#stats li:only-child {
	border-right: 1px solid #e5e5e5;
}

section#stats li strong {
	float: left;
	clear: left;
	padding-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
}

section#stats li span {
	float: left;
	clear: left;
	font-size: 10px;
	text-transform: uppercase;
}

section#stats p.ribbon {
	position: absolute;
	top: -7px;
	right: 18px;
	width: 108px;
	height: 58px;
	text-indent: -99999px;
	background-repeat: no-repeat;
}

section#stats p.official {
	background-image: url(../images/ribbon-official.png);
}

section#stats p.top100 {
	background-image: url(../images/ribbon-top100.png);
}

/* MAIN > STATS INTERNATIONAL PATENTS */
section#statsIntl {
	float: left;
	clear: left;
	width: 620px;
	padding: 1px 0;
	margin-bottom: 35px;
	border: 2px solid #000;
	border-left: none;
	border-right: none;
}

section#statsIntl ul {
	list-style: none;
}

section#statsIntl li {
	float: left;
	padding: 11px 6px 17px 6px;
	border-left: 1px solid #e5e5e5;
	color: #666;
	height: 35px;
}

section#statsIntl li:first-child {
	border: none;
}

section#statsIntl li:only-child {
	border-right: 1px solid #e5e5e5;
}

section#statsIntl li strong {
	float: left;
	clear: left;
	padding-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
}

section#statsIntl li span {
	float: left;
	clear: left;
	font-size: 10px;
	text-transform: uppercase;
}

section#statsIntl p.ribbon {
	position: absolute;
	top: -7px;
	right: 18px;
	width: 108px;
	height: 58px;
	text-indent: -99999px;
	background-repeat: no-repeat;
}

section#statsIntl p.official {
	background-image: url(../images/ribbon-official.png);
}

section#statsIntl p.top100 {
	background-image: url(../images/ribbon-top100.png);
}

/* MAIN > SIMPLE LIST */
section#main section.simple-list {
	float: left;
	width: 100%;
	padding-bottom: 47px;
}

section#main section.simple-list h2 {
	margin: 0;
}

section#main section.simple-list ul {
	list-style: none;
	border-top: 1px solid #fff;
}

section#main section.simple-list li {
	padding: 9px 4px 10px;
	background: url(../images/border-bg.gif) 0 100% repeat-x;
}

section#main section.simple-list li:nth-child(odd) {
	background-color: #f5f5f5;
}

/* MAIN > COMPLEX LIST */
section.complex-list {
	float: left;
	width: 100%;
	padding-bottom: 47px;
}

section.results {
	padding: 0;
}

section#main section.complex-list h2 {
	margin: 0;
}

section.complex-list ul.list {
	float: left;
	clear: left;
	list-style: none;
	padding-bottom: 3px;
	margin-bottom: 10px;
	background: url(../images/border-bg.gif) 0 100% repeat-x;
}

section.results ul.list {
	margin-bottom: 0;
}

section.complex-list ul.list li {
	float: left;
	width: 100%;
	padding: 12px 10px 7px;
	line-height: 13px;
	background: url(../images/border-bg.gif) repeat-x;
}

section.complex-list ul.list li:nth-child(odd) {
	background-color: #f5f5f5;
	width: 100%;
}

section.complex-list ul.list li div.photo {
	float: left;
	width: 60px;
}

section.complex-list ul.list li div.update {
	float: right;
	width: 540px;
	padding-top: 4px;
	color: #333;
}

section.complex-list ul.list li div.update time {
	display: block;
	padding-top: 2px;
	color: #999;
}

section.complex-list p {
	padding-bottom: 5px;
	line-height: 13px;
}

section.complex-list div.date {
	float: left;
	padding: 5px 10px 7px;
	margin-right: 10px;
	border: 1px solid #e5e5e5;
	background: #fff;
}

section.complex-list div.date span {
	display: block;
	text-align: center;
}

section.complex-list div.date span.month {
	font-size: 10px;
}

section.complex-list div.date span.day {
	font-size: 14px;
	font-weight: bold;
}

section.complex-list div.date span.year {
	font-size: 9px;
	padding-top: 2px;
}

section.complex-list p.info {
	padding-top: 5px;
}

section.complex-list div.info {
	float: left;
	width: 545px;
	padding: 5px 0;
}

section.complex-list div.info h3 {
	font-size: 11px;
	padding-bottom: 3px;
}

section.complex-list p.file {
	padding-top: 3px;
}

section.complex-list p.file a {
	padding-left: 15px;
	background: url(../images/icon-file.gif) 0 0 no-repeat;
}

section.complex-list p.pdf a {
	background-image: url(../images/icon-pdf.gif);
}

section.complex-list p.powerpoint a {
	background-image: url(../images/icon-powerpoint.gif);
}

/* MAIN > FEATURED */
div.featured {
	float: left;
	padding-bottom: 10px;
}

div.featured p.featured {
	padding: 10px 0 5px;
	font-size: 10px;
	color: #999;
}

div.featured ul {
	float: left;
	list-style: none;
	padding-bottom: 3px;
	background: url(../images/border-bg.gif) 0 100% repeat-x;
}

div.featured li {
	position: relative;
	float: left;
	width: 920px;
	padding: 12px 10px 7px;
	background: #e8edf6 url(../images/border-bg.gif) 0 0 repeat-x;
}

div.featured li div.photo {
	float: left;
}

div.featured li div.photo img {
	float: left;
	border: 1px solid #fff;
}

div.featured li div.firm {
	float: left;
	padding: 10px 10px 0;
}

div.featured li div.firm strong {
	display: block;
	padding-bottom: 3px;
	font-size: 16px;
}

div.featured li div.firm a.website {
	color: #999;
}

div.featured p.ribbon {
	position: absolute;
	top: 13px;
	right: 11px;
	width: 108px;
	height: 58px;
	text-indent: -99999px;
	background-repeat: no-repeat;
}

div.featured p.top100 {
	border: 10px solid #fff;
	width: 80px;
	height: 30px;
	background-image: url(../images/icon-top100.gif);
}

/* MAIN > TABLE */
section.table {
	clear: both;
	width: 100%;
	padding-bottom: 45px;
}

section#main section.table h2 {
	margin: 0;
}

table.data {
	clear: both;
	width: 100%;
}

table.data .indent {
	padding-left: 75px;
}

table.data .indent-small {
	padding-left: 22px;
}

table.data th {
	padding: 10px 4px;
	border-top: 1px solid #e5e5e5;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
	color: #999;
	background: url(../images/border-bg.gif) 0 100% repeat-x;
}

table.data th.key {
	padding-left: 25px;
}

table.data th.sort-desc a {
	padding-left: 10px;
	background: url(../images/icon-tri-down-gray.gif) 0 50% no-repeat;
}

table.data th.sort-asc a {
	padding-left: 10px;
	background: url(../images/icon-tri-up-gray.gif) 0 50% no-repeat;
}

section.table table.data th {
	border-top: none;
}

table.data th a {
	color: #999;
}

table.data td {
	padding: 4px;
	line-height: 22px;
	background: url(../images/border-bg.gif) 0 100% repeat-x;
}

table.data tr:nth-child(odd)>td {
	background-color: #f5f5f5;
}

table.innerPortfolioTable tr:nth-child(odd)>td {
	background-color: #DCB1B1;
}

table.innerPortfolioTable thead tr th{
	    padding: 5px 4px;
}
table.innerPortfolioTable tbody tr td{
	      color: #E39A34;
}

table.innerPortfolioTable td {
	padding: 4px;
	line-height: 22px;
	background: url(../images/border-bg.gif) 0 100% repeat-x;
}

table.innerPortfolioTable td a {
	color: #E39A34;
}

table.innerPortfolioTable tr:nth-child(odd)>td {
	background-color: #f5f5f5;
}

table.innerPortfolioTable {
	clear: both;
    width: 95%;
    margin-left: 5%;
}

table.innerPortfolioTable .indent {
	padding-left: 200px;
}

table.innerPortfolioTable th {
	padding: 10px 4px;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
	color: #999;
	background: url(../images/border-bg.gif) 0 100% repeat-x;
}

table.data td div.photo {
	float: left;
	padding: 0 9px 0 1px;
	line-height: 12px;
}

table.data td div.photo img {
	border: 1px solid #9f9f9f;
}

table.data td div.vcard, table.data td div.firm {
	line-height: 32px;
}

table.data td .key {
	padding-left: 21px;
	background-position: 3px 50%;
	background-repeat: no-repeat;
}

table.data td .purple {
	background-image: url(../images/icon-key-purple.png);
}

table.data td .red {
	background-image: url(../images/icon-key-red.png);
}

table.data td .orange {
	background-image: url(../images/icon-key-orange.png);
}

table.data td .brown {
	background-image: url(../images/icon-key-brown.png);
}

table.data thead.optional {
	display: none;
}

table.data thead.optional+tbody {
	border-top: 1px solid #e5e5e5;
}

table.data tr.unread td {
	font-weight: bold;
}

table.double-rows tr td {
	background-color: #f5f5f5 !important;
}

table.double-rows tr.odd td {
	background-color: #fff !important;
}

table.double-rows td {
	padding: 5px 4px 0;
	line-height: 18px;
	background-image: none;
}

table.double-rows tr.notes td {
	padding: 0 4px 8px;
	font-style: italic;
	background-image: url(../images/border-bg.gif);
}

table.tight {
	margin-top: -25px;
}

table.tight th {
	border: 0;
}

table.tight td {
	vertical-align: top;
	padding: 10px 4px;
	line-height: 14px;
}

table.data td div.scale {
	width: 100px;
	height: 2px;
	line-height: 0;
	margin: 0 10px;
	background: #000;
}

table.data tr.featured td div.firm {
	font-size: 12px;
	line-height: default !important;
}

table.data tr td a.delete {
	float: right;
	padding: 0 5px;
}

table.data td .colored-bar {
	height: 12px;
	text-indent: -99999em;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

table.data td .colored-bar.brown-bar {
	background: #b36e00;
}

table.data td .colored-bar.orange-bar {
	background: #ec7100;
}

table.data td .colored-bar.purple-bar {
	background: #855062;
}

table.data td .colored-bar.red-bar {
	background: #cc0900;
}

/* MAIN > TABLE DATA */
div.table-data {
	clear: both;
	padding: 10px 0 16px;
	font-size: 10px;
}

div.table-data p.results {
	float: left;
	color: #999;
}

div.table-data ul {
	float: right;
	list-style: none;
}

div.table-data li {
	display: inline;
}

div.table-data li a {
	padding: 1px 3px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

div.table-data li.current a, section#search-results div.data li a:hover
	{
	text-decoration: none;
	color: #fff;
	background: #b7b7b7;
}

div.table-data li.nav a {
	background: none;
}

div.table-data li.disabled {
	padding: 1px 3px;
}

/* MAIN > TEXT */
section.text {
	float: left;
	width: 100%;
	padding-bottom: 35px;
}

section.text p {
	padding: 4px 0 10px;
	font-size: 12px;
	line-height: 16px;
}

section.text p.date {
	color: #999;
	padding-bottom: 4px;
}

section.text img {
	padding: 10px;
}

/* MAIN > GRAPH */
section.graph {
	float: left;
	width: 100%;
	padding-bottom: 35px;
}

section.graph div.graph {
	padding-top: 10px;
	height: 250px;
}

/* MAIN > COMPARISON TABLE */
section.comparison p {
	margin: 0 0 25px;
	padding: 10px 0 0;
}

section.comparison p label {
	font-weight: normal;
	color: #333;
}

section.comparison input.checkbox {
	padding: 3px;
	margin: -3px 5px 0 -3px;
	padding: 0;
}

section.comparison table th:first-child {
	padding: 10px 4px 10px 12px;
}

section.comparison table td:first-child {
	padding: 4px 4px 4px 12px;
}

section.comparison table td {
	text-transform: uppercase;
}

section.comparison table td.no-selection {
	text-transform: none;
}

/* MAIN > GROUPED DATA TABLE */
div.grouped {
	padding: 0 0 4px 4px;
	background: #ededed url(../images/grouped-bg.gif) left top repeat-x;
}

div.grouped table thead th {
	background: none;
}

div.grouped table tbody th {
	padding: 4px 30px 4px 8px;
	background: #ededed url(../images/grouped-arrow.gif) right center
		no-repeat;
	border-top: 4px solid #ededed !important;
	color: #333;
	font-size: 11px;
	line-height: 13px;
	text-transform: none;
}

div.grouped table tbody th div {
	padding: 0;
	background: #fff;
}

div.grouped table tbody th h3 {
	margin: 0 0 10px;
	font-size: 11px;
}

div.grouped table tbody th ul {
	margin: 10px 0 0;
	list-style-type: none;
}

div.grouped table tbody th a {
	color: #214186;
}

div.grouped table td {
	background: #ededed;
	border-top: 4px solid #ededed;
	text-transform: uppercase;
	line-height: 18px;
	height: 40px;
}

div.grouped table tr:first-child td {
	border-top: 4px solid #ededed;
	padding: 20px 4px 4px;
}

div.grouped table tr:nth-child(odd) td {
	background: #ededed;
}

div.grouped table tr.last td {
	padding: 4px 4px 20px;
	border: none;
}

/* MAIN > TIMELINE DATA TABLE */
div.timeline {
	padding: 0 8px 20px;
	background: #ededed url(../images/grouped-bg.gif) left top repeat-x;
}

div.timeline tbody {
	border-top: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
}

div.timeline table thead th {
	padding: 10px 4px 18px 30px;
	background: none;
}

div.timeline table tbody th {
	padding: 0;
	font-size: 11px;
	color: #333;
	background: #ededed;
	border-right: 1px solid #dbdbdb;
	vertical-align: top;
}

div.timeline table tbody th div {
	position: relative;
}

div.timeline table tbody th div.arrow {
	position: absolute;
	top: -1px;
	width: 100px;
	height: 27px;
	padding: 15px 0;
	background: transparent url(../images/timeline-arrow.gif) left top
		no-repeat;
	text-align: center;
	text-transform: none;
}

div.timeline table td {
	padding: 4px 4px 4px 30px;
	background: #f6f6f6;
	line-height: 16px;
}

div.timeline table td.group-header {
	padding: 15px 4px 4px 30px;
}

div.timeline table td.indent {
	padding: 4px 4px 4px 65px;
}

div.timeline table tr.last td {
	padding-bottom: 20px;
	border-bottom: 1px solid #dbdbdb;
}

div.timeline table a {
	text-transform: uppercase;
}

/* MAIN > DETAILS */
section.details {
	float: left;
	width: 100%;
	padding-bottom: 35px;
}

section.details dl {
	padding-top: 3px;
	font-size: 12px;
}

section.details dt {
	float: left;
	clear: both;
	width: 180px;
	min-height: 16px;
	padding-bottom: 7px;
	font-weight: bold;
	line-height: 16px;
}

section.details dd {
	float: right;
	clear: none;
	width: 440px;
	min-height: 16px;
	padding-bottom: 7px;
	line-height: 16px;
}

section.details dl.simple {
	padding: 14px 0 0 10px;
}

section.details dl.simple dt {
	width: 80px;
	padding-bottom: 15px;
}

section.details dl.simple dd {
	width: 520px;
	padding-bottom: 15px;
}

section.details ul {
	float: left;
	list-style: none;
	padding-left: 7px;
}

section.details ul.right {
	float: left;
	width: 350px;
}

section.details li {
	float: left;
	clear: left;
	width: 250px;
	padding: 8px 0 6px;
}

section.details li em {
	padding: 3px 4px;
	margin-right: 4px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	font-style: normal;
	background: #666;
	color: #fff;
}

section.details a.sample {
	display: block;
	font-size: 11px;
	color: #999;
}

/* MAIN > FORM */
ul.form {
	list-style: none;
	padding: 5px 15px 0;
}

ul.form li {
	float: left;
	width: 100%;
	clear: both;
	padding: 15px 0;
	border-bottom: 1px solid #e5e5e5;
}

ul.form li:last-child {
	border-bottom: none;
}

ul.form li>label {
	float: left;
	width: 140px;
	padding-top: 8px;
	text-align: right;
}

ul.form input.text {
	padding: 4px 5px;
}

ul.form div.input {
	float: right;
	width: 418px;
}

ul.form div.input input.button {
	margin: 0 !important;
}

ul.form div.input+div.input {
	margin: 10px 0 0 0;
}

ul.form div.input div.date {
	float: left;
	width: 182px;
}

ul.form div.input div.date input.date {
	float: left;
}

ul.form div.input div.date a.calendar {
	float: right;
	clear: none;
	width: 16px;
	height: 16px;
	margin: 5px 36px 0 0;
	text-indent: -99999px;
	background: yellow url(../images/icon-calendar.gif) no-repeat;
	overflow: hidden;
}

ul.form div.input label {
	float: left;
	clear: both;
	padding: 3px 0 0 3px;
	font-weight: normal;
	color: #aaa;
}

ul.form div.input label.checkbox {
	float: none;
	clear: none;
	padding-left: 0;
	vertical-align: middle;
	font-weight: normal;
	color: #888;
}

ul.form div.input label.radio {
	float: none;
	clear: none;
	vertical-align: middle;
	color: #888;
	text-align: left;
}

ul.form div.input a.link {
	display: block;
	width: 100px;
	padding: 3px;
}

/* MAIN > SHARE SOMETHING */
section#share-something {
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 13px;
}

section#share-something div.bubble {
	padding: 15px 8px 19px;
	border: 1px solid #e5e5e5;
	background: #f5f5f5;
}

section#share-something div.bubble-tip {
	height: 17px;
	margin-top: -1px;
	background: url(../images/bubble-tip-large.gif) 572px 100% no-repeat;
}

section#share-something label {
	display: block;
	padding-bottom: 3px;
	font-size: 14px;
	font-weight: bold;
	color: #8f9900;
}

section#share-something input.text {
	width: 400px;
}

/* MAIN > SEARCH */
section.search {
	float: left;
	width: 620px;
	position: relative;
	clear: both;
}

section.search h2 {
	border: none;
}

section.search input#search-box {
	width: 400px;
	margin: 3px 3px 10px 0;
}

section.search input.button {
	margin-top: -7px;
}

section.search div#advanced-search {
	float: left;
	width: 612px;
	margin-bottom: 40px;
}

section.search div#advanced-search h3 {
	padding: 6px 0 0 1px;
	font-size: 11px;
	font-weight: normal;
}

section.search div#advanced-search h3 a {
	padding: 4px 10px 0 4px;
	background: url(../images/icon-forward-blue.gif) 100% 7px no-repeat;
}

section.search div#advanced-search ul {
	display: none;
}

section.search div#advanced-search.open {
	padding: 5px 5px 5px 0;
	border: 1px solid #e5e5e5;
	background: #f5f5f5;
}

section.search div#advanced-search.open h3 {
	padding: 0;
}

section.search div#advanced-search.open h3 a {
	background-image: url(../images/icon-tri-down-blue.gif);
}

section.search div#advanced-search.open ul {
	display: block;
}

section.search div#advanced-search h3 span#cheatSheetLink {
	padding: 4px 0 0 10px;
	background: url(../images/icon-back-blue.gif) 0% 7px no-repeat;
}

section.search div#advanced-search div#cheatSheet {
	display: none;
}

section.search div#advanced-search.openCheat {
	padding: 5px 5px 5px 0;
	border: 1px solid #e5e5e5;
	background: #f5f5f5;
}

section.search div#advanced-search.openCheat h3 {
	padding: 0;
}

section.search div#advanced-search.openCheat h3 span#cheatSheetLink {
	background-image: url(../images/icon-tri-down-blue.gif);
}

section.search div#advanced-search.openCheat div#cheatSheet {
	display: block;
}

/* MAIN > SEARCH RESULTS */
section#search-results {
	float: left;
	width: 100%;
	padding: 5px 0 30px;
}

section#main.top-rated section#search-results {
	padding: 5px 0;
}

section#search-results div#refine-search {
	clear: both;
}

section#search-results div#refine-search p.refine {
	padding: 8px 5px 10px;
}

section#search-results div#refine-search ul {
	display: none;
}

section#search-results div#refine-search ul.form div.input {
	width: 427px;
}

section#search-results div#refine-search.open {
	float: left;
	width: 620px;
	padding: 5px 5px 5px 0;
	border: 1px solid #e5e5e5;
	margin-bottom: 25px;
	background: #f5f5f5;
}

section#main.wide section#search-results div#refine-search ul.form div.input
	{
	width: 740px;
}

section#main.wide section#search-results div#refine-search.open {
	width: 933px;
}

section#search-results div#refine-search.open p.refine {
	padding: 2px 4px;
}

section#search-results div#refine-search.open p.refine a {
	background-image: url(../images/icon-tri-down-blue.gif);
}

section#search-results div#refine-search.open ul {
	display: block;
}

section#search-results em.term {
	padding: 0 2px;
	font-style: normal;
	font-weight: bold;
	background: yellow;
}

/* MAIN > FORM */
section.form {
	float: left;
	width: 620px;
	padding-bottom: 30px;
}

section#main section.form h2 {
	border-color: #2951a7;
	color: #2951a7;
}

section.form ul {
	float: left;
	display: block;
	width: 613px;
	padding: 10px 5px 15px 0;
	border: 1px solid #e5e5e5;
	background: #f5f5f5;
}

section.form li {
	border: 0;
	padding: 5px 0 5px 10px;
}

section.form li.buttons {
	padding-top: 20px;
}

section.form li label {
	text-align: left;
}

section.form li div.input {
	width: 440px;
}

section.form ul.group {
	width: auto;
	border: 0;
	padding: 0;
	list-style: none;
	background: none;
}

section.form ul.group li {
	padding: 0 0 2px;
}

/* MAIN > BROWSE */
section#browse {
	float: left;
	clear: left;
	width: 100%;
}

/* MAIN > RANGE */
div.range {
	width: 167px;
	height: 8px;
	background: url(../images/range-0-to-30.png) no-repeat;
}

div.range .box {
	width: 130px;
	height: 5px;
	margin: 1px 0 0 11px;
	border: 1px solid #ababab;
}

div.range .box .bar {
	height: 5px;
	line-height: 7px;
	text-indent: -99999em;
	background: #8f9900;
}

div.range-0-to-100 {
	width: 173px;
	background-image: url(../images/range-0-to-100.png);
}

div.range-0-to-1000 {
	width: 179px;
	background-image: url(../images/range-0-to-1000.png);
}

/* MAIN > EVENT */
section#event {
	float: left;
	width: 604px;
	padding: 18px 8px;
	margin-bottom: 37px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}

section#event div.date {
	float: left;
	width: 78px;
	height: 78px;
	margin-right: 18px;
	border: 1px solid #e5e5e5;
	background: #484848 url(../images/date-bg.gif) repeat-x;
}

section#event div.date span {
	display: block;
	text-align: center;
	color: #fff;
}

section#event div.date span.month {
	padding: 10px 0 6px;
	font-size: 10px;
	text-transform: uppercase;
}

section#event div.date span.day {
	font-size: 30px;
	font-weight: bold;
}

section#event div.info p.featured {
	font-size: 10px;
	text-transform: uppercase;
	color: #666;
}

section#event div.info h2 {
	padding: 6px 0 3px;
	margin: 0;
	border: none;
	font-size: 20px;
	font-weight: bold;
}

section#event div.info h2 a {
	color: #2951a7;
}

section#event div.info p {
	line-height: 15px;
}

section#event div.sponsor {
	position: absolute;
	top: -7px;
	right: 17px;
	width: 160px;
	height: 93px;
	background: url(../images/ribbon-sponsor.png) no-repeat;
}

section#event div.sponsor p {
	text-indent: -99999px;
}

section#event div.sponsor img {
	padding: 15px 11px;
}

/* MAIN > JOB */
section#job {
	float: left;
	width: 604px;
	padding: 18px 8px;
	margin-bottom: 37px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}

section#job div.company {
	float: left;
	width: 248px;
	height: 78px;
	border: 1px solid #ccc;
	margin: -2px 12px 0 0;
}

section#job div.info p.featured {
	font-size: 10px;
	text-transform: uppercase;
	color: #666;
}

section#job div.info h2 {
	padding: 6px 0 3px;
	margin: 0;
	border: none;
	font-size: 20px;
	font-weight: bold;
}

section#job div.info h2 a {
	color: #2951a7;
}

section#job div.info p {
	line-height: 15px;
}

/* MAIN > EDIT PHOTO */
section#edit-photo {
	float: left;
	width: 604px;
	padding: 8px;
	margin-bottom: 37px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}

section#edit-photo div.photo {
	float: left;
	padding-right: 10px;
}

section#edit-photo p {
	padding-top: 20px;
	font-size: 10px;
}

section#edit-photo p a {
	color: #999;
}

/* MAIN > GROUPS LIST */
section#groups-list {
	float: left;
	width: 100%;
	padding-bottom: 30px;
}

section#groups-list ul {
	float: left;
	list-style: none;
	border-bottom: 2px solid #000;
}

section#groups-list li {
	float: left;
	width: 604px;
	padding: 19px 8px 17px;
	border-top: 2px solid #000;
}

section#groups-list li div.logo a {
	float: left;
	padding: 2px 43px 0;
	border: 1px solid #e5e5e5;
}

section#groups-list li div.info {
	float: left;
	width: 350px;
	padding-left: 20px;
}

section#groups-list li div.info h2 {
	padding-bottom: 2px;
	border: none;
	text-decoration: none;
	font-weight: bold;
	font-size: 20px;
	color: #666;
	line-height: 22px;
}

section#groups-list li div.info h2 a {
	padding: 0;
	color: #2951a7;
}

section#groups-list li div.info h2 a:hover {
	text-decoration: underline;
}

section#groups-list li div.info p {
	padding-bottom: 8px;
	line-height: 12px;
}

section#groups-list li div.info p:last-child {
	padding: 0;
}

/* MAIN > TOP-RATED LIST */
section#top-rated-list {
	float: left;
	width: 100%;
}

section#top-rated-list ul {
	float: left;
	list-style: none;
}

section#top-rated-list li {
	float: left;
	width: 598px;
	padding: 8px 10px;
	margin-bottom: 10px;
	border: 1px solid #e5e5e5;
}

section#top-rated-list li div.photo img {
	width: 75px;
}

section#top-rated-list li div.photo a {
	float: left;
	border: 3px solid #e5e5e5;
}

section#top-rated-list li div.info {
	float: left;
	width: 350px;
	padding-left: 20px;
}

section#top-rated-list li div.info h2 {
	margin: 0;
	padding: 4px 0 0 0;
	border: none;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #9b1a41;
	line-height: 12px;
}

section#top-rated-list li div.info h2 a {
	padding: 0;
	color: #9b1a41;
}

section#top-rated-list li div.info h2 a:hover {
	text-decoration: underline;
}

section#top-rated-list li div.info p {
	padding-bottom: 8px;
	line-height: 12px;
}

section#top-rated-list li div.info p:last-child {
	padding: 0;
}

/* MAIN > PROMO */
section#main section.promo h2 {
	padding-bottom: 10px;
	border: 0;
	font-size: 17px;
	font-weight: normal;
}

section.promo p {
	padding-bottom: 15px;
	font-size: 12px;
	line-height: 14px;
}

section.promo div.button {
	display: block;
	padding: 5px 0 18px;
}

section.promo div.button p.button {
	padding: 0;
}

section.promo p.sign-in {
	padding: 0;
}

/******************************************************************************
 ASIDE
 ******************************************************************************/

/* ASIDE */
aside {
	float: right;
	width: 300px;
	min-height: 977px;
	padding: 64px 0 0 20px;
	background: url(../images/aside-bg.png) 0 20px no-repeat;
}

aside.low {
	padding-top: 89px;
	min-height: 952px;
}

aside.white {
	padding-top: 25px;
	min-height: 0;
	background: none;
}

aside h2 {
	padding-bottom: 6px;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #666;
}

aside h3 {
	padding-bottom: 6px;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	color: #666;
}

/* ASIDE > SIMPLE LIST */
aside section.simple-list {
	float: left;
	width: 100%;
	padding-bottom: 37px;
}

aside section.simple-list ul {
	float: left;
	list-style: none;
	padding-bottom: 5px;
	border-top: 1px solid #e5e5e5;
}

aside section.simple-list li {
	position: relative;
	float: left;
	width: 296px;
	padding: 6px 2px 8px;
	line-height: 15px;
	border-bottom: 1px solid #e5e5e5;
	color: #999;
}

aside section.simple-list time, aside section.simple-list span.dark {
	color: #666;
}

/* ASIDE > TEXT LIST */
aside section.text-list {
	float: left;
	width: 100%;
	padding-bottom: 25px;
}

aside section.text-list ul {
	float: left;
	list-style: none;
	padding-bottom: 5px;
	border-top: 1px solid #e5e5e5;
}

aside section.text-list li {
	position: relative;
	float: left;
	width: 296px;
	padding: 6px 2px 8px;
	line-height: 15px;
}

/* ASIDE > PEOPLE LIST */
section.people-list {
	float: left;
	width: 100%;
	padding-bottom: 37px;
}

section.people-list ul {
	float: left;
	list-style: none;
	padding-bottom: 5px;
	border-top: 1px solid #e5e5e5;
}

section.people-list li {
	position: relative;
	float: left;
	width: 300px;
	padding: 5px 0 0 0;
	border-bottom: 1px solid #e5e5e5;
}

section.people-list div.photo {
	float: left;
	padding: 0 9px 0 3px;
}

section.people-list div.photo img {
	border: 1px solid #9f9f9f;
}

section.people-list div.vcard {
	float: right;
	width: 258px;
	padding-top: 3px;
}

section.people-list span.title {
	display: block;
	padding: 4px 0 5px;
	color: #999;
}

section.people-list li ul {
	float: right;
	clear: both;
	width: 258px;
	padding: 0;
	border: none;
}

section.people-list li ul li {
	position: static;
	float: left;
	clear: none;
	width: auto;
	padding: 0 10px 8px 0;
	border: none;
	font-weight: bold;
}

section.people-list li ul li.accept a {
	color: #006600;
}

section.people-list li ul li.ignore a {
	color: #666;
}

section.people-list li ul li.close a {
	position: absolute;
	top: 0;
	right: 1px;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	background: url(../images/icon-close.gif) 100% 9px no-repeat;
}

/* ASIDE > LINKS LIST */
section.links-list {
	float: left;
	width: 100%;
	padding-bottom: 37px;
}

section.links-list ul {
	list-style: none;
	border-top: 1px solid #e5e5e5;
}

section.links-list li {
	padding: 8px 3px;
	border-bottom: 1px solid #e5e5e5;
	line-height: 13px;
}

section.links-list li a {
	display: block;
	padding-left: 15px;
}

section.links-list ul.documents li a, section.links-list li.document a {
	background: url(../images/icon-document.gif) 0 1px no-repeat;
}

section.links-list ul.searches li a, section.links-list li.search a {
	background: url(../images/icon-search.gif) 0 2px no-repeat;
}

section.links-list ul li.globe a {
	background: url(../images/icon-globe.gif) 0 1px no-repeat;
}

section.links-list ul li.pdf a {
	background: url(../images/icon-pdf.gif) 0 0 no-repeat;
}

section.links-list ul li.watch a {
	background: url(../images/icon-watch.gif) 0 1px no-repeat;
}

section.links-list ul li.connection a {
	background: url(../images/icon-connection.gif) 0 3px no-repeat;
}

/* ASIDE / BOX */
section.box {
	float: left;
	width: 278px;
	min-height: 80px;
	padding: 12px 10px 5px;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 30px;
	background: #fff;
}

section.box p {
	text-align: center;
	padding-bottom: 8px;
	line-height: 14px;
	color: #999;
}

section.box p.summary {
	color: #8f9900;
}

/* ASIDE / MEMBER */
section#member {
	float: left;
	width: 280px;
	padding: 10px 10px 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 30px;
	background: #2951a7;
}

section#member h2 {
	width: 150px;
	height: 22px;
	padding-bottom: 4px;
	margin: 0 auto;
	text-indent: -9999px;
	background: url(../images/logo-patent-buddy-blue.gif) no-repeat;
}

section#member p {
	text-align: center;
	padding-bottom: 2px;
	line-height: 14px;
	font-weight: bold;
	color: #fff;
}

section#member p a {
	font-weight: normal;
	color: #839acc;
}

/* ASIDE / SPONSOR */
section#sponsor {
	float: left;
	width: 278px;
	padding: 12px 10px 12px;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 30px;
	background: #fff;
}

section#sponsor p {
	text-align: center;
	padding-bottom: 3px;
	line-height: 14px;
	color: #8f9900;
}

section#sponsor img {
	padding-left: 66px;
}

/* ASIDE > ADVERTISEMENT */
section#advertisement {
	float: left;
	padding-top: 8px;
}

section#advertisement img {
	border: 1px solid #ddd;
}

/* ASIDE > NAVIGATIONS */
nav.list {
	float: left;
	width: 100%;
	padding-bottom: 37px;
}

nav.list ul {
	list-style: none;
	border-top: 1px solid #e5e5e5;
	border-left: none !important;
	border-right: none !important;
}

nav.list li {
	padding: 8px 3px;
	border-bottom: 1px solid #e5e5e5;
	line-height: 13px;
}

nav.list li a {
	display: block;
	padding-left: 15px;
}

/******************************************************************************
 FOOTER
 ******************************************************************************/

/* FOOTER */
footer {
	float: left;
	clear: left;
	width: 940px;
	padding: 20px 10px 10px 0;
}

footer p {
	padding-bottom: 12px;
	font-size: 10px;
	line-height: 12px;
	color: #999;
}

/******************************************************************************
 OVERLAY
 ******************************************************************************/

/* OVERLAY */
section#overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/overlay.png) repeat;
}

section#overlay div.box, section#overlay div.box-simple {
	position: relative;
	top: 151px;
	width: 944px;
	padding: 34px 0;
	margin: 0 auto 250px;
	box-shadow: 0 0 20px 20px #999;
	-moz-box-shadow: 0 0 20px 20px #999;
	-webkit-box-shadow: 0 0 20px 20px #999;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background: #fff;
}

/* OVERLAY > BOX */
section#overlay div.box header {
	height: auto;
	text-align: center;
	padding-bottom: 5px;
}

section#overlay div.box header h1 {
	padding-bottom: 9px;
	font-size: 45px;
	letter-spacing: -.9px;
	text-align: center;
	color: #666;
}

section#overlay div.box p {
	padding-bottom: 20px;
	font-size: 13px;
	letter-spacing: -.25px;
	text-align: center;
	color: #666;
}

section#overlay div.box ul {
	list-style: none;
}

section#overlay div.box ul.line {
	float: left;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}

section#overlay div.box ul.input li {
	float: left;
	padding: 0 25px 10px 0;
}

section#overlay div.box ul.input li:last-child {
	padding-right: 0;
}

section#overlay div.box ul.input li label {
	padding-left: 1px;
	vertical-align: middle;
	letter-spacing: -.25px;
}

section#overlay div.box div.fieldset {
	position: relative;
	float: left;
	width: 630px;
	padding: 20px 10px 10px 190px;
	margin: 0 0 20px 55px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background: #f5f5f5;
}

section#overlay div.box div.fieldset h2 {
	position: absolute;
	top: 18px;
	left: 0;
	width: 135px;
	padding: 5px 0 5px 10px;
	border-radius: 0 6px 6px 0;
	-moz-border-radius: 0 6px 6px 0;
	-webkit-border-radius: 0 6px 6px 0;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	background: #4e73c0;
}

section#overlay div.box div.fieldset input.search {
	width: 410px;
	margin-right: 10px;
}

section#overlay div.box div.fieldset label {
	font-size: 13px;
	font-weight: normal;
}

section#overlay div.box div.fieldset label.checked {
	font-weight: bold;
}

section#overlay div.box div.fieldset table.data {
	width: 610px;
	margin: 0;
}

section#overlay div.box div.input {
	clear: both;
	padding-bottom: 20px;
}

section#overlay div.box div.line {
	width: 610px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}

section#overlay div.box div.input label {
	padding-right: 15px;
	vertical-align: middle;
}

section#overlay div.box div.input select {
	min-width: 60px;
}

section#overlay div.box p.buttons {
	clear: left;
	padding: 5px 7px 0 0;
}

section#overlay div.box p.buttons a {
	margin-left: 10px;
	font-size: 11px;
	color: #999;
}

section#overlay div.box label.left {
	float: left;
	position: relative;
	left: 90px;
	height: 32px;
	line-height: 30px;
	cursor: text;
}

section#overlay div.box table.data {
	width: 625px;
	margin: 0 0 10px 85px;
}

section#overlay div.box table.data td, section#overlay div.box table.data th
	{
	text-align: left;
	border: none;
	border-bottom: 1px solid #e5e5e5;
	background: none;
}

/* OVERLAY > DEPRECATED */
section#overlay div.box ul.steps>li {
	position: relative;
	float: left;
	width: 820px;
	padding: 13px 0 10px;
	margin: 0 0 20px 70px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	text-align: center;
	background: #f5f5f5;
}

section#overlay div.box ul.steps>li h2 {
	position: absolute;
	top: 14px;
	left: -44px;
	width: 22px;
	height: 22px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	font-size: 12px;
	text-align: center;
	line-height: 22px;
	color: #fff;
	background: #4e73c0;
}

section#overlay div.box ul.steps label {
	padding: 0 10px 0 1px;
	font-size: 13px;
	letter-spacing: -.25px;
	font-weight: normal;
	vertical-align: middle;
	cursor: pointer;
}

section#overlay div.box ul.steps input.text {
	width: 260px;
}

section#overlay div.box ul.inputs {
	float: left;
	padding: 7px 0 10px 89px;
}

section#overlay div.box ul.inputs li {
	float: left;
	padding-right: 28px;
}

section#overlay div.box ul.inputs li input {
	cursor: pointer;
}

section#overlay div.box ul.inputs li label {
	padding-right: 0;
}

/* OVERLAY > SIMPLE BOX */
section#overlay div.box-simple {
	width: 894px;
	padding: 25px;
}

section#overlay div.box-simple header {
	height: auto;
}

section#overlay div.box-simple header h1 {
	padding-bottom: 10px;
	font-size: 18px;
	text-align: left;
	color: #666;
}

section#overlay header ul {
	list-style: none;
	padding-bottom: 30px;
}

section#overlay header li {
	float: left;
	padding: 0 8px;
	background: url(../images/icon-divider.gif) 0 1px repeat-y;
}

section#overlay header li:first-child {
	padding-left: 0;
	background: none;
}

section#overlay div.box-simple section {
	width: 854px;
	padding: 10px 20px 15px;
	border-radius: 6px;
	margin-bottom: 30px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background: #f5f5f5;
}

section#overlay div.box-simple section.search {
	position: relative;
	padding-top: 20px;
	margin-bottom: 6px;
}

section#overlay div.box-simple section.table {
	padding-bottom: 30px;
}

section#overlay div.box-simple section h2 {
	font-weight: normal;
	font-size: 14px;
	color: #666;
}

section#overlay div.box-simple section.table h2 {
	padding: 10px 0;
}

section#overlay div.box-simple input.text { #fff;
	
}

section#overlay div.box-simple div.input {
	position: relative;
}

section#overlay div.box-simple a.reset {
	position: absolute;
	display: block;
	top: 11px;
	left: 389px;
	width: 16px;
	height: 16px;
	text-indent: -99999px;
	background: url(../images/icon-stop.png) no-repeat;
	overflow: hidden;
}

section#overlay div.box-simple table.data th, section#overlay div.box-simple table.data td
	{
	background: none;
	border-bottom: 1px solid #e5e5e5;
}

section#overlay div.box-simple p.buttons a {
	margin-left: 10px;
	font-size: 11px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Vector Map
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#distribution-map {
	height: 300px;
	width: 470px;
}

.jvectormap-label {
	background: #333;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: solid 1px #ccc;
	color: white;
	display: none;
	padding: 3px;
	position: absolute;
}

.jvectormap-zoomin, .jvectormap-zoomout {
	display: none;
}

/* Number Tiles - Numbers with a text label */
ul.tiles {
	text-transform: uppercase;
}

ul.tiles.regions {
	float: left;
	width: 470px;
}

.tabbed-content ul.tiles {
	margin: 10px 0 0 0;
	width: 780px;
}

ul.tiles li {
	line-height: 16px;
	margin: 4px 65px 20px 0;
	min-height: 48px;
	width: 170px;
}

ul.tiles.regions li {
	margin: 0 20px 20px 0;
	width: 130px;
}

.tabbed-content ul.tiles li {
	margin: 0 0 15px 0;
	min-height: 0;
	text-transform: uppercase;
	width: 50%;
}

ul.tiles.relative-graph li {
	height: auto;
	margin: 0 30px 20px 0;
	width: 110px;
}

ul.tiles p {
	float: left;
	width: 100px;
}

ul.tiles span {
	float: left;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial,
		Helvetica, sans-serif;
	font-size: 4em; /* 40px */
	font-weight: bold;
	line-height: 40px;
	margin: -4px 15px 0 0;
	text-transform: none;
}

.tabbed-content ul.tiles span {
	font-size: 1em; /* 10px */
	font-weight: normal;
	line-height: 10px;
	min-width: 10px;
	margin: 0 8px 0 0;
	text-align: center;
}

ul.tiles.relative-graph div {
	float: left;
	height: 3px;
	margin: 0 0 2px 0;
	width: 90px;
}

ul.tiles.relative-graph div.solid {
	background: black;
}

ul.tiles.regions span {
	display: block;
	float: none;
}

ul.tiles.relative-graph span {
	clear: both;
	display: block;
	float: none;
}

span.count {
	background: #777;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: white;
	padding: 3px 5px;
}

span.low {
	background-color: #e73d19;
}

span.medium {
	background-color: #ec9c23;
}

span.high {
	background-color: #4ec511;
}

span.color-1 {
	background-color: #01aef0;
}

span.color-2 {
	background-color: #2e82a7;
}

span.color-3 {
	background-color: #7a2c5c;
}

span.color-4 {
	background-color: #5db500;
}

span.color-5 {
	background-color: #de7000;
}

.stacked-bar {
	margin: 20px 0 30px 0;
	overflow: hidden;
}

.stacked-bar div {
	float: left;
	height: 20px;
}

.stacked-bar div.first-stack {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-top-left-radius: 4px;
	-moz-border-bottom-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
}

.stacked-bar div.last-stack {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-top-right-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
}

.btnnew {
	color: white;
	background-color: #7A8215;
	background: linear-gradient(to bottom, #A0A610 0%, #7A8215 100%) repeat
		scroll 0 0 transparent;
	border: 1px solid #686E16;
	border-radius: 5px 5px 5px 5px;
	width: 112px;
	height: 30px;
	text-align: center;
	display: inline-block;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}

.fulldashboard .blockHeader {
	background: none;
	font-size: 14px;
	padding: 5px 0px;
	width: 100%;
	float: left;
	border-bottom: 2px solid;
	color: #859900;
	font-weight: bold;
}

.pointer {
	color: #2951A7;
}

span.pot_colnew3 {
	color: #2951A7;
}

.secdHeading {
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	color: #505050;
}

.descContent {
	margin-bottom: 15px;
}

.secsHeading {
	font-size: 14px;
	font-weight: bold; //
	padding-left: 15px;
	margin-top: 10px;
}

.secsDext {
	font-size: 12px; //
	padding-left: 35px;
	margin-top: 10px;
}

.secdDext {
	font-size: 12px;
	margin-top: 15px; //
	padding-left: 10px;
}

/* SIDEBAR SIGNUP PROMO */
section.signup-promo {
	background-color: #4468ac;
	clear: both;
	display: block;
	margin: 15px 0 30px 0;
	min-width: 301px;
	width: 100%;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light",
		"Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: lighter;
	border-radius: 8px;
}

section.signup-promo p {
	padding: 20px;
	line-height: 1.6em;
	font-size: 1.3em;
	color: #dfdfdf;
}

section.signup-promo p.promo-title {
	text-transform: uppercase;
	font-size: 2.2em;
	line-height: 1.3em;
	padding-bottom: 0px;
	margin-bottom: -10px;
	color: #ffffff;
}

section.signup-promo a {
	padding: 15px 20px;
	text-align: center;
	margin: 0 auto;
	display: block;
	border-radius: 5px;
}

section.signup-promo a.button {
	width: 75%;
	display: block;
	margin: 0 auto;
	color: #ffffff;
	font-size: 2.4em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	box-shadow: 0px 2px 1px #365892;
	border: 1px solid #a0a733;
	text-decoration: none;
	background: #a0a733;
	background: -webkit-linear-gradient(#a0a733 0%, #8c9520 100%);
	/* For Safari */
	background: -o-linear-gradient(#a0a733 0%, #8c9520 100%);
	/* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#a0a733 0%, #8c9520 100%);
	/* For Firefox 3.6 to 15 */
	background: linear-gradient(#a0a733 0%, #8c9520 100%);
	/* Standard syntax */
}

section.signup-promo a.button:hover {
	background: #a5ad31;
	background: -webkit-linear-gradient(#a5ad31 0%, #9ba428 100%);
	/* For Safari */
	background: -o-linear-gradient(#a5ad31 0%, #9ba428 100%);
	/* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#a5ad31 0%, #9ba428 100%);
	/* For Firefox 3.6 to 15 */
	background: linear-gradient(#a5ad31 0%, #9ba428 100%);
	/* Standard syntax */
}

section.signup-promo a.button span {
	display: block;
	font-size: 0.375em;
	letter-spacing: 0.2em;
	color: #d7dabc;
	margin-top: 4px;
}

section.signup-promo a.signin {
	color: #ffffff;
	padding: 18px 0 22px 0;
	font-size: 1.2em;
}

ul li div.menuDropdownContainer {
	width: 100px;
	line-height: 25px;
	margin-top: 7px;
	padding-bottom: 20px;
}

.openClientPortfolioList {
	display: block;
}

ul li.open div.menuDropdownContainer {
	border: 1px solid #CCCCCC;
	border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	width: 98px;
	height: 5px;
	background: #e2e2e2; /* Old browsers */
	background: -moz-linear-gradient(top, #e2e2e2 0%, #e2e2e2 50%, #e5e5e5 51%, #ffffff
		100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e2e2e2),
		color-stop(50%, #e2e2e2), color-stop(51%, #e5e5e5),
		color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e2e2e2 0%, #e2e2e2 50%, #e5e5e5 51%,
		#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e2e2e2 0%, #e2e2e2 50%, #e5e5e5 51%, #ffffff
		100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e2e2e2 0%, #e2e2e2 50%, #e5e5e5 51%, #ffffff
		100%); /* IE10+ */
	background: linear-gradient(to bottom, #e2e2e2 0%, #e2e2e2 50%, #e5e5e5 51%, #ffffff
		100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2',
		endColorstr='#ffffff', GradientType=0); /* IE6-9 */
}

ul li div.menuDropdownContainer a.menuDropdown {
	padding: 4px 30px 0 4px;
	background: url(../images/icon-forward-blue.gif) 52px 8px no-repeat;
}

ul li.open div.menuDropdownContainer a.menuDropdown {
	background-image: url(../images/icon-tri-down-blue.gif);
}

ul li div.menuLowerContent {
	display: none;
	position: absolute;
	z-index: 1002;
	background: #FAFAFA;
	top: 34px;
	width: 98px;
	border: 1px solid #ccc;
	border-top: none;
	border-radius: 0px 0px 4px 4px;
	-moz-border-radius: 0px 0px 4px 4px;
	-webkit-border-radius: 0px 0px 4px 4px;
	padding-bottom: 4px;
}

ul li div.menuLowerContent div {
	padding: 1px;
	line-height: 25px;
	font-weight: normal;
	clear: both;
}

ul li div.menuLowerContent div:hover div.hoverMark {
	background: #ccc;
}

ul li div.menuLowerContent div div.hoverMark {
	width: 1px;
	float: left;
	margin-right: 2px;
	padding: 0px 2px 0px 1px;
}

ul
#nav-search-lower
 
li
 
div
.menuLowerContent
 
div
:hover
 
a
:not
 
(
[
class
=
"current"
]

	
),
nav
#nav-secondary
 
ul
 
li
 
div
.menuLowerContent
 
div
:hover
 
a
:not
 
(
[
class
=
"current"
]

	
)
{
//
color
:
 
#fff
;


}
ul
#nav-search-lower
 
li
 
div
.menuLowerContent
 
div
 
a
:not
 
(
[
class
=
"current"
]

	
),
#nav-secondary
 
ul
 
li
.current
 
div
.menuLowerContent
 
div
 
a
:not
 
(
[
class
=
"current"
]

	
)
{
color
:
 
#666666
;


}
ul li.open div.menuLowerContent {
	display: block;
}

.save-search {
	color: #FFFFFF;
	cursor: pointer;
	height: 28px;
	margin-top: -7px;
	padding: 4px 16px;
	background: linear-gradient(to bottom, #486EBE 0%, #486EBE 100%) repeat
		scroll 0 0 rgba(0, 0, 0, 0);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,
		StartColorStr=#486EBE, EndColorStr=#486EBE);
	border: 1px solid #686E16;
	border-radius: 5px;
	margin-left: 15px;
}

.save-and-search {
	color: #FFFFFF;
	cursor: pointer;
	height: 28px;
	padding: 4px 11px;
	background: linear-gradient(to bottom, #486EBE 0%, #486EBE 100%) repeat
		scroll 0 0 rgba(0, 0, 0, 0);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,
		StartColorStr=#486EBE, EndColorStr=#486EBE);
	border: 1px solid #686E16;
	border-radius: 5px;
	margin-left: 30px;
}

.save-search-results {
	color: #FFFFFF;
	cursor: pointer;
	height: 28px;
	padding: 4px 16px;
	background: linear-gradient(to bottom, #486EBE 0%, #486EBE 100%) repeat
		scroll 0 0 rgba(0, 0, 0, 0);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,
		StartColorStr=#486EBE, EndColorStr=#486EBE);
	border: 1px solid #686E16;
	border-radius: 5px;
}

#savedSearchDetailsContainerModal {
	display: none;
	padding: 30px 50px 40px 60px;
}

#savedSearchDetailsContainerModal label {
	font-weight: bold;
	font-size: 13px;
}

#savedSearchDetailsContainerModal #saveAndSearch {
	margin-top: 20px;
	margin-left: 130px;
}

.mg-bt25 {
	margin-bottom: 25px;
}

.linksDiv {
	margin-top: 8px;
	padding: 1px;
	width: auto;
}

.linksDiv span.current {
	font-weight: bold;
}

.linksDiv span.separator {
	margin-left: 5px;
	margin-right: 7px;
}

.searchLinkDiv {
	float: left;
}

/* notification dropdown css classes start */
.not-msg {
	position: absolute;
	margin-top: -1px;
	z-index: 1;
}

.not-msg>li {
	border: solid 1px #e5e5e5;
	border-bottom: none;
	list-style-type: none;
	padding: 10px;
	background: #fff;
}

.not-msg>li:last-child {
	border-bottom: solid 1px #e5e5e5;
}

.not-msg>li:nth-child(odd) {
	background: #f5f5f5;
}

.not-msg>li.pointer {
	background: none;
	border: none;
	padding: 0;
}

.not-msg>li.pointer label {
	width: 0;
	height: 0;
	border-left: solid 15px transparent;
	border-right: solid 15px transparent;
	border-bottom: solid 15px #fff;
	display: inline-block;
	margin-left: 45px;
	margin-bottom: -1px;
}

.not-download {
	margin: 0 10px;
}

.not-remove {
	width: 16px;
	height: 16px;
	background: url(../../../images/ico_remove.png) no-repeat 2px center;
	display: inline-block;
	vertical-align: middle;
}

.float-right {
	float: right;
}

ul.historicalform {
	list-style: none;
	padding: 5px 15px 0;
}

ul.historicalform li.option {
	float: left;
	clear: both;
	width: 100%;
	padding: 15px 0;
	border-bottom: 1px solid #e5e5e5;
}

ul.historicalform li.option:last-child {
	border-bottom: none;
}

ul.historicalform li.option>label {
	float: left;
	width: 140px;
	padding-top: 8px;
	text-align: right;
}

ul.historicalform input.text {
	padding: 4px 5px;
}

ul.historicalform div.input {
	float: right;
	width: inherit;
}

ul.historicalform div.input input.button {
	margin: 0 !important;
}

ul.historicalform div.input+div.input {
	margin: 10px 0 0 0;
}

ul.historicalform div.input div.date {
	float: left;
	width: 182px;
}

ul.historicalform div.input div.date input.date {
	float: left;
}

ul.historicalform div.input label {
	float: left;
	clear: both;
	padding: 3px 0 0 3px;
	font-weight: normal;
	color: #aaa;
}

ul.historicalform div.input label.checkbox {
	float: none;
	clear: none;
	padding-left: 0;
	vertical-align: middle;
	font-weight: normal;
	color: #888;
}

ul.historicalform div.input label.radio {
	float: none;
	clear: none;
	vertical-align: middle;
	color: #888;
	text-align: left;
}

ul.historicalform div.input a.link {
	display: block;
	width: 100px;
	padding: 3px;
}