/* @override http://localhost:8080/prweb_2/css/patentratings.css */

@import url("reset.css");
@import url("text.css");

body {
	padding-left: 10px;
}

html, body {
	height: 100%;
}

.clear {
  clear: both;
}

.error {
    font-weight: bold;
    color: #B40000;
}

#container {
	position: relative;	
	padding-bottom: 0px;
	width: 940px;
  margin: 0 auto;
}

#content {
	padding: 30px 0 0 0px;
	min-height: 600px;
	position: relative;
	width: 750px;
	margin: 0 auto;
}

.hidden {display:none;}

/* Header */
#header {
	position: relative;
	width: 940px;
	height: 57px;
	margin-top: 20px;
}

#user_box {
	position: absolute;
	right: 0;
	width: 300px;
	text-align: right;
	top: 57px;
    z-index: 10;
}
#footer {
	width: 940px;
	height: 30px;
	background: #B28A23 url("../images/menu_repeat_bg.png");
}

#footer ul {
	margin: 0 0 5px 160px;
}

#footer ul li {
	float: left;
}

#footer a {
	text-decoration: none;
	color: white;
	display: block;
	width: 120px;
	padding: 10px 0 2px 0px;
	margin: 0 1px 0 1px;
	text-align: center;
}

#disclaimer p {
  font-size: 0.78em;
  padding-top: 0; margin-top: 0;
  padding-bottom: 6px;
}

#ot_links {
	position: absolute;
	top: -1.5em;
	right: 0;
}

#ot_links a {
	text-decoration: none;
	color: #956610;
	padding: 0 2px 0 2px;
}

#ot_links a:hover {
	background-color: #956610;
	color: white;
}

#ot_links ul {
	margin-bottom: 0;
}

#ot_links li {
	display: inline;
	border-left: 1px solid #b28a23;
	margin:0;
	padding: 0 5px 0 5px;
}

#ot_links :first-child {
	border-left: none;
}

#new_name {
    margin-right: 30px;
}

#menu {
	position: absolute;
	left: 180px;
	top: 0px;
	width: 750px;
	padding: 0px 0 0 10px;
	background: #B28A23 url("../images/menu_bg.png") no-repeat right;
}

#menu li {
	float: left;
	margin: 0;
}

#menu li a {
	text-decoration: none;
	color: white;
	display: block;
	width: 100px;
	padding: 12px 0  0 20px;
	margin: 0 1px 0 1px;
}

#footer a:hover, #menu li a:hover, #menu li a.selected {
	text-decoration: none;
	background: #956610 url("../images/hover_bg.png");
}

#submenu {
	position: absolute;
	left: 180px;
	top: 30px;
	width: 750px;
	padding: 0px 0 0 10px;
	background: white url("../images/submenu_bg.png") no-repeat left bottom;	
}

#welcome_message {
  width: 500px;
  border: 1px solid #B28A23;
  padding: 6px;  
}

#login_form p {
 margin: 20px 0 0 0;
}
.submenu li {
	float: left;
	padding-left: 10px;
}

.submenu li a {
	display: block;
	padding: 6px 10px 0 10px;
	text-decoration: none;
	color: #956610;
	margin-top: 1px;
}

.submenu li a:hover {
	background-color: #B28A23;
	color: white;
}

/* tabs */
#search_tabs {
	margin: 0 0 0 180px; 
	padding: 0 0 0 10px;
	position:relative; 
	z-index:0; 
	white-space:nowrap;
	border-bottom: 1px solid black;

}

#search_tabs li {
	margin: 0;
	display: inline;
}

#search_tabs a {
	font-size: 1em; 
	color: white ! important; 
	background-color: #b28a23; 
	text-decoration:none;
	border:1px solid #956610;
	padding: 2px 0.6em 2px 0.6em;
	border-bottom-color: black;
}

#search_tabs a:hover { 
	color:black ! important; 
	background-color:#f6c840 ! important;
}

#search_tabs a.selected {
	background-color: white;
	color: black ! important;
	border-bottom-color: white;
}

#search_control {
	position: absolute;
	right: 0; top: 30px;
}

#search_control ul, #search_control ul li {
	padding: 0; margin: 0;
}

/*.search_crit_select a {
    display: block;
    padding: 0 10px;
}*/

.search_crit_select a:hover {
	background-color: #ccc;
}

#search_control h2 {
	margin: 0; padding: 0;
	font-size: 14px;
}
#search_control h3 {
	margin: 0; padding: 0;
	font-size: 12px;
}


#available_crit, #search_options, #relevance_crit {
	border: 1px solid #B28A23;
	padding: 4px 12px;
}
#search_options, #relevance_crit {
	margin-top: 6px;
}
#assignee_options {
	margin-left: 10px;
}

#search_control .left_crit, #search_control .right_crit, #search_control .all_crit {
  padding-top: 6px;
}

#search_control .left_crit {
  clear: both;
  float: left;
  width: 80px;
}

#search_control .right_crit {
	margin-left: 80px;
}

#search_control .all_crit {
  clear: both;
}

#available_crit h3 {
  color: #B28A23;
}

#form_submit {
	width: 540px;
	margin: 3px 0 10px 200px;
	text-align: right;
}
#form_submit input {
	border: 1px solid black;
}

.assignee_status {
	display: none;
}

#tab_result {
	margin: 0 0 0 180px; padding-top: 0.5em;
	width: 760px
}

/* sidebar */
#sidebar {
	position: absolute;
	top: 30px;
	left:6px;
	width: 158px;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
}

#sidebar h1 {
	font-size: 12px;
	padding-left: 5px;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	margin-bottom: 8px;
	background-color: #cacaca;
	color: black;
}

#sidebar li {
	margin-left: 3px;
}

#sidebar .filter_crit {
	border-bottom: 1px solid #cacaca;
	padding-bottom: 2px;
	margin-bottom: 4px;
}

#sidebar .filter_label {
	float: left;
	width: 45px;
	margin-left: 10px;
	font-weight: bold;
}

#sidebar #filter_buttons {
	margin: 7px 0px 10px 25px;
}

#sidebar #chart_selection, #sidebar #filter_list {
	padding-left: 3px;
}

#sidebar #chart_selection ul li {
  margin-left: 0;
}

#sidebar #chart img {
	width:  158px;
}

#sidebar #quick_graph p {
	margin-bottom: 0;
	margin-right: 10px;
	text-align: right;
	font-size: 0.8em;
}

#sidebar .section {
  padding-bottom: 8px;
}

#sidebar .section > p {
	margin: 0 5px 0 5px;
}

#sidebar .section hr {
  margin-bottom: 4px;
}

/* results page */
.results_row {
	background-color: #ffffff;
	font: 9pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.results_row TD {
	padding: 2px;
	border-bottom: solid 1px #cacaca;
}

.results_row_alt {
	background-color: #f1f1f1;
	font: 9pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.results_row_alt TD {
	padding: 2px;
	border-bottom: solid 1px #cacaca;
}

td.result_select {
	text-align: right;
	    padding-right: 8px;

}

td.result_docno, th.result_docno {
	width: 80px;
    padding-right: 8px;
}

td.result_rating {
	width: 40px;
	text-align: center;
    padding-right: 8px;
}

td.result_avgipq, th.result_avgipq {
	width: 70px;
	text-align: center;
    padding-right: 8px;
}

td.result_avgrlvt, th.result_avgrlvt {
	width: 70px;
	text-align: center;
    padding-right: 8px;
}

td.result_ipq, th.result_ipq {
	width: 50px;
	text-align: center;
    padding-right: 8px;
}

td.result_ipqchng {
	width: 50px;
	text-align: center;
	padding-right: 8px;
}

td.result_relev {
    width: 60px;
    text-align: center;
    padding-right: 8px;
}

td.result_cites {
    width: 60px;
    text-align: right;
    padding-right: 8px;
}

td#reslt_pev {
	width: 70px;
	text-align: center;
}

td.result_issued, td.result_filed, th.result_issued {
	width: 70px;
	text-align: center;
}

td.result_assignee, th.result_assn {
	width: 250px;
}

td.result_savename {
    width: 200px;
}

td.result_datecreate {
    width: 80px;
    text-align: right;
    padding-right: 10px
}

td.result_count {
    width: 80px;
    text-align: right;
    padding-right: 8px;
}

tr.reslt_hdr td {
	padding: 2px;
	font-weight: bold;
	background-color: #f1f1f1;
	border: solid 1px #cacaca;
	vertical-align: top;
	text-align: center;
}

.results_expired {
	color: #777;
}

.pager {
	margin-left: 280px;
}
.pager .selected {
	color: #F98217;
	font-weight:bold;
}

.pager .divider {
	color: #d7d7d7;
}

.pager a {
	color: black;
	padding: 0 2px 0 2px;
}

.field .label {
	font-weight: bold;
}

.field {
	padding-bottom: 10px;
}

th {
	text-align: left;
}

#otpopup, #info_popup {
    display: none;
    border: 1px solid black;
    background-color:white;
    position: absolute;
    padding: 3px 3px 30px 3px;
}

#empty_fields {
	margin-left: 200px;
	width: 540px;
	font-size: 13px;
}

.waiting {
  background: url(../images/loading.gif) no-repeat center center;
}
#otpopup .popup_content, #info_popup .popup_content {
	height: 300px;
    overflow: auto;
}

.popup_buttons {
	display: inline;
	position: absolute;
	right: 4px;
	top: 2px;
}

.close_btn {
    position: absolute;
    right: 4px;
    top: 4px;
}

a.link_button {
	border: 1px solid black;
	background-color: #ccc;
	padding: 2px 3px 3px 3px;
	font-size: 11px;
	color: black;
	text-decoration: none;
}

#otpopup h1, #info_popup h1 {
    font-size: 1em;
    padding: 0; margin: 0;
    border-bottom: 1px solid #ccc;
}

#otpopup th, #otpopup td, #info_popup th, #info_popup td {
	padding: 0 4px;
}
#otpopup th, #info_popup th {
	font-weight: bold;
}

.popup_footer {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #ddd;
	width: 100%;
	height: 26px;
	padding-top: 2px;
	border-top: 1px solid black;
}

#otpopup input[type='text'], #otpopup input[type='button'], #otpopup input[type='submit'],
#info_popup input[type='text'], #info_popup input[type='button'], #info_popup input[type='submit'],
.popup_footer input[type='text'], .popup_footer input[type='button'], .popup_footer input[type='submit']
{
	border: 1px solid black;
}

#info_popup {
  z-index: 1000;
}

#TB_window h1 {
	position: absolute;
	top: 0; left: 0;
	font-size: 1.1em;
	margin: 4px; padding:  0;
}

tr.hover {
	background-color: #ddd;
}

div#messages {
    margin-left: 200px;
}

#flash, ul.messages {
    border: 1px solid #B28A23;
    padding: 1em 0.5em 1em 0.5em;
    width: 450px;
    display: none;
    -webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 6px;
	border-top-left-radius: 0px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 6px;
}

ul.messages {
  display: block;
}

#errors {
  color: red;
}

ul.worklist li {
    padding-left: 15px;
    position: relative;
}

ul.worklist li a {
    position: absolute;
    left:-2px;
    top: 2px;
}


.download {
    display: block;
    position: absolute;
    bottom: 4px;
    right: 4px;
    font-size: 11px;
}

#search_criteria_wrapper {
    position: relative;
}

#search_criteria_display {
    position: absolute;
    top: 72px; left: 180px;
    background-color: white;
    border: 1px solid black;
    display: none;
    width: 200px;
    z-index: 1000;
}

#basics ul {
    list-style: disc;
}
#basics li {
    padding-bottom: 5px;
}
#basics li ul, #updates li li {
    padding-bottom: 0;
}

#updates h2, #basics h2 {
    font-size: 15px;
}

#updates h2, #basics h3 {
    font-size: 13px;
    text-decoration: underline;
}

label {
  display: block;
  font-weight: bold;
  margin-top: 6px;
}

.submit_buttons {
  margin-top: 10px;
}

#data_list {
    float: left;
	width: 158px;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
}
#data_list h1 {
	font-size: 12px;
	padding-left: 5px;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	margin-bottom: 8px;
	background-color: #cacaca;
	color: black;
}

#data_list li {
	margin-left: 16px;
}

#data_content {
  margin-left: 180px;
}

#custom_list_name, #custom_select_list_name, #custom_comp_list_name, #save_list_name, #search_select_list_name {
  margin-top: 6px;
  display: none;
}

div.sortable_label {
  position: relative;
}

div.sort_button {
    position: absolute;
    top: 1px; right: 10px;
    height: 14px;
}

div.sort_button a.sort_asc {
	position: absolute;
	top: 0;
}
div.sort_button a.sort_desc {
	position: absolute;
	bottom: 0;
}

div#TB_overlay {
    z-index: 1999;
}

div#TB_window {
    z-index: 2000;
}

/* TipTip CSS - Version 1.2 */

#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_content {
	font-size: 11px;
	color: #fff;
	text-shadow: 0 0 2px #000;
	padding: 4px 8px;
	border: 1px solid rgba(255,255,255,0.25);
	background-color: rgb(178, 138, 35);
	background-color: rgba(178, 138, 35,0.92);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#b28a23));
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 3px #555;
	-webkit-box-shadow: 0 0 3px #555;
	-moz-box-shadow: 0 0 3px #555;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #fff;
	border-top-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
	border-bottom-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #fff;
	border-right-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #fff;
	border-left-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(178, 138, 35);
	border-top-color: rgba(178, 138, 35,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgb(25,25,25);
	border-bottom-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgb(25,25,25);
	border-right-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(25,25,25);
	border-left-color: rgba(25,25,25,0.92);
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#tiptip_content {
		padding: 4px 8px 5px 8px;
		background-color: rgba(178, 138, 35,0.88);
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner {
		border-bottom-color: rgba(149, 102, 16, 0.88);
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner {
		border-top-color: rgba(149, 102, 16, 0.92);
	}
}
