/* WELCOME SECTION START */
#vul-notes-intro {
	margin: 0 0 35px 0;
}

#vul-notes-intro h1, #vul-notes-content h1, #content-container h1 {
	font-size: 18px !important;
}

#vul-notes-content h1 {
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 10px;
}

#vulnerability-notes h2 {
	float: left;
	color: #b01d11;
	font-size: 18px;
	background: url('/vuls/images/homepage/header-line.gif') right center repeat-x;
	margin: 0;
	padding: 0;
}

#vul-notes-intro #detailed-summary p {
	margin: 0;
}

#vul-notes-intro #detailed-summary h3 {
	font-size: 16px;
	margin: 15px 0 0 0;
}
/* WELCOME SECTION END */

/* RECENT VUL NOTES START */
#vulnerability-notes h2 span {
	background: #fff;
	z-index: 5000;
	padding-right: 10px;
}

#vulnerability-notes .rss {
	background: url('/vuls/images/homepage/header-line.gif') right center repeat-x;
	height: 20px;
}

#vulnerability-notes .rss a {
	background: url('/vuls/images/common/rss-icon.png') #fff right center no-repeat;
	width: 17px;
	height: 20px;
	float: right;
	padding-left: 10px;
	text-indent: -9999px;
}

#vulnerability-notes ul {
	border-bottom: 1px solid #e0e0e0;
	padding: 5px 0 25px 0;
}

#vulnerability-notes ul span {
	display: inline-block;
	padding: 5px 10px 5px 0;
}

#vulnerability-notes ul .vul-date {
	width: 85px;
	color: #999999;
	padding-left: 5px;
}

#vulnerability-notes ul .vul-id {
	width: 70px;
}

#vulnerability-notes ul .vul-title {
	width: 385px;
}

.truncate {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.3em;
	vertical-align: top;	
}

#vulnerability-notes ul .vul-cve {
	width: 105px;
	text-align: right;
	padding-right: 0;
}

.row-alt {
	background-color: #f5f5f5;	
}
/* RECENT VUL NOTES END */

#content-container .spacer {
	height: 20px;
}

#quick-searches input.go {
	width: 40px !important;
	padding: 0 !important;
	height: 26px !important;
	margin: 0 !important;
	vertical-align: middle;
}

#quick-searches h2, #view-notes-by h2 {
	border: 1px solid #2b5580;
	background-color: #4078b1;
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.15, rgb(41,90,139)),
		color-stop(0.85, rgb(64,120,177))
	);
	background-image: -moz-linear-gradient(
		center bottom,
		rgb(41,90,139) 15%,
		rgb(64,120,177) 85%
	);
}

#quick-searches ul {
	padding: 15px 0 10px 0;
}

#quick-searches li {
	border: none;
	line-height: 25px;
}

#vul-search-general, #vul-search-vul-id, #vul-search-cve-id {
	width: 145px;
	height: 25px;
	line-height: 25px;
	text-indent: 5px;
	padding: 0;
	margin: 0;
	font-family: arial, sans-serif;
	background: #ffffff;
	color: #555555;
	border: 1px solid #d9d9d9;
	font-size: 11px;
}

#advanced-search input[type="text"] {
	height: 25px;
	line-height: 25px;
	text-indent: 5px;
	padding: 0;
	margin: 0;
	font-family: arial, sans-serif;
	background: #ffffff;
	color: #555555;
	border: 1px solid #d9d9d9;
	font-size: 11px;
}

#quick-searches li.last {
	padding-bottom: 0;
	margin-bottom: 5px;
}

#view-notes-by ul {
	list-style-type: disc;
	list-style-position: inside;
	min-height: 55px;
}

#view-notes-by ul li {
	width: 90px;
	float: left;
	margin: 5px 0 5px 5px;;	
	padding: 0 0 0 5px;
	font-size: 11px;
	border: none;
}

#view-notes-by li.col1 {
	clear: both;
	width: 90px;
	margin-left: 10px;
}

#report-a-vul-widget {
	margin: 0 0 25px 0;	
}

#report-a-vul-widget h2 {
	background: none;
	border: none;
	color: #333;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	font-size: 13px;
	border-bottom: 1px solid #d5d7da;
}

#report-a-vul-widget p {
	font-size: 11px;
	/*background: url('/vuls/images/common/doc-feedback-icon.png') left 4px no-repeat;*/
	/*padding: 0 0 0 40px;*/
}

#report-a-vul-widget p img {
	float: left;	
	padding: 0 10px 5px 0;
}

#connect-with-us-widget h2 {
	background: none;
	border: none;
	color: #333;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	font-size: 13px;
	border-bottom: 1px solid #d5d7da;
}

#connect-with-us-widget ul {
	border: none;
	margin: 0 0 25px 0;
	padding: 0;	
}

#connect-with-us-widget li {
	border: none;
	margin: 0;
	padding: 5px 0;	
	font-size: 12px;
}

#connect-with-us-widget li.feed a {
	background: url('/vuls/images/common/feed-icon.png') left center no-repeat;
	height: 27px;
	display: inline-block;
	padding-left: 40px;
	line-height: 27px;
}

#connect-with-us-widget li.blog a {
	background: url('/vuls/images/common/blog-icon.png') left center no-repeat;
	height: 27px;
	display: inline-block;
	padding-left: 40px;
	line-height: 27px;
}

/* GENERAL LIST OF RESULTS STYLES */
#vul-notes-content {
	min-height: 550px;
}

#vul-notes-content ul li span {
	display: inline-block;
	padding: 5px 20px 5px 0;
}

#vul-notes-content ul.list-results {
	border-bottom: 1px solid #ebebeb;
	margin: 0 0 10px 0;
	padding: 5px 0 15px 0;
}

#vul-notes-content .results-header {
	font-weight: bold;	
	background-color: #ebebeb !important;
	border: 1px solid #d5d7da;
}

/* VIEW BY VENDOR START */

#vul-notes-content h1.vendor-results-listing {
	font-size: 22px !important;	
	border-bottom: none;
	padding: 0px;
}

#vul-notes-content h2.vendor-results-listing-title{
	line-height: 1.2em;
	font-size: 20px;
	border-bottom: 1px solid #d5d7da;
	font-weight: normal;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 5px 0px;
}

.view-by-vendor  .vendor-name {
	width: 300px;
	/* color: #999999; */
	padding-left: 5px !important;
}

.view-by-vendor  .vendor-status {
	width: 95px;
	text-align: center;
}

.view-by-vendor  .vendor-notified {
	width: 95px;
	text-align: center;
}

.view-by-vendor  .vendor-updated {
	width: 100px;
	text-align: center;
	padding-right: 0;
}
/* VIEW BY VENDOR END */

/* VIEW BY DATE PUBLISHED START */

ul.view-by-date-published .vul-date {
	width: 80px;
	padding-left: 5px !important;
}

ul.view-by-date-published .vul-id {
	width: 80px;
}

ul.view-by-date-published .vul-title {
	width: 455px;
	padding-right: 0;
}

/* VIEW BY DATE PUBLISHED END */

/* VIEW BY NAME START */
ul.view-by-name .vul-title {
	width: 575px;
	padding-left: 5px !important;
}

ul.view-by-name .vul-id {
	width: 55px;
	padding-right: 0;
}
/* VIEW BY NAME END */

/* VIEW BY ID START */
ul.view-by-id .vul-id {
	width: 75px;
	padding-left: 5px !important;
}

ul.view-by-id .vul-date {
	width: 85px;
	padding-right: 0;
}

ul.view-by-id .vul-title {
	width: 460px;
	padding-right: 0;
}
/* VIEW BY ID END */

/* VIEW BY UPDATED START */
ul.view-by-updated .vul-date {
	width: 95px;
	padding-left: 5px !important;
}

ul.view-by-updated .vul-id {
	width: 75px;
	padding-right: 0;
}

ul.view-by-updated .vul-title {
	width: 425px;
	padding-right: 0;
}
/* VIEW BY UPDATED END */

/* VIEW BY CVE START */
ul.view-by-cve .vul-cve {
	width: 100px;
	padding-left: 5px !important;
}

ul.view-by-cve .vul-date {
	width: 75px;
	padding-left: 5px !important;
}

ul.view-by-cve .vul-id {
	width: 65px;
	padding-right: 0;
}

ul.view-by-cve .vul-title {
	width: 345px;
	vertical-align: top;
	padding-right: 0;
}
/* VIEW BY CVE END */

/* VIEW BY SEVERITY START */
ul.view-by-severity .vul-severity {
	width: 35px;
	padding-left: 5px !important;
}

ul.view-by-severity .vul-date {
	width: 75px;
	padding-left: 5px !important;
}

ul.view-by-severity .vul-id {
	width: 65px;
	padding-right: 5px;
}

ul.view-by-severity .vul-title {
	width: 410px;
	vertical-align: top;
	padding-right: 0;
}
/* VIEW BY SEVERITY END */

/* SEARCH RESULTS START */

ul.search-results .vul-date {
	width: 105px;
	border: 1px solid #000;
}

ul.search-results .vul-id {
	width: 75px;
	padding-left: 5px !important;
}

ul.search-results .vul-title {
	width: 440px;
	padding-right: 0;
}

/* SEARCH RESULTS END */

/* SEARCH PAGING START */
#search-paging {
	clear: both;
}

#search-paging .first {
	width: 60px !important;
	margin-right: 15px !important;
}
 
#search-paging .previous {
	width: 60px !important;
}

#search-paging .next {
	width: 60px;
	margin-right: 15px !important;
}

#search-paging div.blue-button span {
	display: block;
	height: 24px;
	line-height: 24px;	
}
 
#search-paging .last {
	width: 60px;
}
 
#search-paging .last-disabled {
	margin-right: 15px;
	width: 60px;
}
 
#search-paging .first-disabled {
	margin-right: 15px;
}
 
div.blue-button {
	float: left;
	margin-top: 10px !important;
	padding: 0 !important;
}
 
div.blue-button a {
	display: block !important;
	padding: 5px !important;
}
 
#search-paging button[disabled].blue-button,
#search-paging button[disabled].blue-button:hover,
#search-paging button[disabled].blue-button:active {
	width: 60px !important;	
}

#search-paging span {
	height: 45px;
	line-height: 45px;	
}

#search-paging .left-buttons {
	width: 150px;
	float: left;
	display: block;
	line-height: 45px;
	height: 45px;
}

#search-paging .results {
	text-align: center;
	float: left;
	display: block;
	width: 390px;
}

#search-paging .right-buttons {
	width: 150px;
	float: left;
	display: block;
	text-align: right;
	line-height: 45px;
	height: 45px;
}

.right-buttons div.blue-button {
		float: right;
		text-align: center;
	}

.left-buttons button.blue-button, .left-buttons input.blue-button {
		margin-right: 5px;
}

.right-buttons button.blue-button, .right-buttons input.blue-button {
		margin-left: 5px;
}

.left-buttons a, .right-buttons a {
	text-decoration: none;
}

/* SEARCH PAGING STOP */

/* VUL NOTE START */
.vul-note {
	min-height: 500px;	
}

#main-content .vul-note h1 {
	font-size: 22px !important;
	color: #b01d11;
}

#main-content .vul-note h2 {
	font-size: 20px !important;
	line-height: 1.2em;
	font-weight: normal;
}

#main-content .meta-text {
	color: #999;
	font-size: 12px;	
}

#vulnerability-note-content {
	border-top: 1px solid #ebebeb;
	/*border-bottom: 1px solid #ebebeb;*/
	padding: 10px 0;
}

#vulnerability-note-content table {
	line-height: 18px !important; /* Sets default height in case HTML output is incorrect */
}

#vulnerability-note-content h3 {
	font-size: 16px;
	padding-top: 10px;
}

#vulnerability-note-content ul {
	padding: 0;
	list-style: disc;
	list-style-position: outside;
	margin: 10px 0 5px 35px !important;
}

#vulnerability-note-content ul li {
	padding: 3px 0;
}

#vulnerability-note-content .wrapper-table {
	/*table-layout: fixed;
	width: 100%;*/
}

#vulnerability-note-content .wrapper-table td {
	margin: 0;
	padding: 0;
}

#vulnerability-note-content .wrapper-table td p, #vulnerability-note-content .wrapper-table td p tt {
	word-wrap: break-word !important;
	max-width: 690px;
}

#vulnerability-note-content .header-row {
	font-weight: bold;	
	background-color: #ebebeb !important;
	border: 1px solid #d5d7da;
}

ul#vendor-info {
	list-style: none;
	margin: 10px 0 !important;
	padding: 0;
}

ul#vendor-info li {
	margin: 0;
	padding: 5px 10px;	
}

#vendor-info li span {
	display: inline-block;
}

#vendor-info .vendor {
	width: 250px;
}

#vendor-info .status {
	width: 100px;
	text-align: center;
}

.my-product-affected {
	float: right;
	text-align: right !important;
	display: block !important;
	width: 350px;
	line-height: 1.3em;
}

#vendor-info .updated {
	width: 125px;
	text-align: center;
}

#vendor-info .notified {
	width: 125px;
	text-align: center;
}

ul#cvss-score {
	list-style: none;
	margin: 10px 0 !important;
	padding: 0;		
}

ul#cvss-score li {
	margin: 0;
	padding: 5px 10px;	
}

#cvss-score li span {
	display: inline-block;
}

#cvss-score .cvss-metric-group {
	width: 100px;
}

#cvss-score .cvss-score {
	width: 100px;
	text-align: center;
}

#cvss-score .cvss-vector {
	width: 325px;
}

p.cvss-notice {
	border: 1px solid #d5d7da;
	background-color: #fcfcfc; 
	margin: 10px 0 25px 0; 
	padding: 10px !important;
}

ul#other-info {
	list-style: none;
	margin: 10px 0 !important;
	padding: 0;		
}

ul#other-info li {
	padding: 5px 0;
}

ul#other-info .field-title {
	font-weight: bold;
	width: 165px;
	display: inline-block;
	clear: both;
}

ul#other-info span {
	display: inline-block;
}
 
/* VUL NOTE END */

/* PROVIDE FEEDBACK START */
#provide-feedback {
	clear: both;
}

/* VENDOR STATEMENT START */
.vendor-statement {
	border-top: 1px solid #ebebeb;
	border-bottom: none !important;
	padding: 5px 0;
	min-height: 400px;
	margin-top: 10px;
}

#vulnerability-note-content.vendor-statement ul {
	margin: 0 !important;
	list-style-type: none;
	padding-bottom: 10px;
}

.vendor-statement li {
	padding: 0 !important;	
}

.vendor-statement li span.field-title {
	width: 110px;
	display: inline-block;
	font-weight: bold;
}

.vendor-statement .vendor-help {
	float: right;
	display: inline-block;
	text-align: right;
}

/* VENDOR STATEMENT END */

/* ADVANCED SEARCH START */
#advanced-search .search-group {
	clear: both;
	padding: 15px 0 0 0;
	display: block;
}

#advanced-search .group-title {
	float: left;	
	font-weight: bold;
	display: block;
	width: 125px;
}

#advanced-search label {
	clear: both;
	display: block;
}

#advanced-search .group-options {
	padding-left: 50px;
	display: block;
	float: left;
}

/* ADVANCED SEARCH END*/

/* HELP START */

.notes-help h2 {
	font-size: 16px !important;	
	font-weight: bold !important;
	padding: 10px 0 5px 0;
}

.notes-help span {
	padding-left: 25px;
	font-family: courier;
}

.field-help h2 {
	font-size: 16px !important;
	font-weight: bold !important;
	padding: 10px 0 15px 0;
}

.field-help h3 {
	padding-top: 10px;
}

/* HELP END */


p.disclaimer {
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}

#document-feedback p span {
	background: url("/vuls/images/common/techdoc-icon.png") 30px top no-repeat;
	min-height: 32px;
	display: block;
}

h3 span.learn-more {
    font-size: 12px;
}

.indented-text {
	padding-left: 25px !important;
}