/* $Id: tvs_submit.css,v 18.0.2.8 2007/06/21 14:30:48 jchase Exp $ */

.tvs_no_border {
  border: 0px none;
}

.tvs_black_border {
  border: 1px solid black;
}

.tvs_folder_row_even {
  background-color: #F0F0F0;
  color: #000000;
}

.tvs_folder_row_odd {
  background-color: #FFFFFF;
  color: #000000;
}


th.tvs_header
{
  padding-left: 4px;
  padding-right: 4px;
}

.tvs_folder_row_odd td,
.tvs_folder_row_even td
{
  padding-left: 4px;
  padding-right: 4px;
}

.tvs_middle_cell_warning {
  border-top: 1px solid blue;
  border-bottom: 1px solid blue;
}

.tvs_start_cell_warning {
  border-top: 1px solid blue;
  border-bottom: 1px solid blue;
  border-left: 1px solid blue;
}

.tvs_end_cell_warning {
  border-top: 1px solid blue;
  border-bottom: 1px solid blue;
  border-right: 1px solid blue;
}

.tvs_middle_cell_error {
  border-top: 1px solid red;
  border-bottom: 1px solid red;
}

.tvs_start_cell_error {
  border-top: 1px solid red;
  border-bottom: 1px solid red;
  border-left: 1px solid red;
}

.tvs_end_cell_error {
  border-top: 1px solid red;
  border-bottom: 1px solid red;
  border-right: 1px solid red;
}

.tvs_top_left_corner {
  padding-right: 10px;
}

.tvs_top_left_corner_error {
  border-top: 1px solid red;
  border-left: 1px solid red;
  padding-right: 10px;
}

.tvs_top_right_corner_error {
  border-top: 1px solid red;
  border-right: 1px solid red;
}
.tvs_bottom_left_corner_error {
  border-bottom: 1px solid red;
  border-left: 1px solid red;
}

.tvs_bottom_right_corner_error {
  border-bottom: 1px solid red;
  border-right: 1px solid red;
}

.tvs_top_left_corner_warning {
  border-top: 1px solid blue;
  border-left: 1px solid blue;
  padding-right: 10px;
}

.tvs_top_right_corner_warning {
  border-top: 1px solid blue;
  border-right: 1px solid blue;
}
.tvs_bottom_left_corner_warning {
  border-bottom: 1px solid blue;
  border-left: 1px solid blue;
}

.tvs_bottom_right_corner_warning {
  border-bottom: 1px solid blue;
  border-right: 1px solid blue;
}
.tvs_top_warning {
  border-top: 1px solid blue;
}

.tvs_bottom_warning {
  border-bottom: 1px solid blue;
}
.tvs_left_warning {
  border-left: 1px solid blue;
}
.tvs_right_warning {
  border-right: 1px solid blue;
}

.tvs_bottom_left_corner_default , .tvs_bottom_right_corner_default {
  border-bottom: 1px solid #d3d3d3;
}

.tvs_folder_row_header {
	background-color: #000000;
}

.tvs_folder_row_header td {
	color: #FFFFFF;
}


.tvs_folder_table {
  border-style: none;
}

.tvs_warning {
  font-family: Verdana;
  font-size: 10px; 
  color: blue;
}
.tvs_warning_prelim_msg {
  font-family: Verdana;
  font-size: 12pt;
  color: blue;
}
.tvs_error_prelim_msg {
  font-family: Verdana;
  font-size: 12pt;
  color: red;
}

.tvs_error {
  FONT-FAMILY: Verdana;
  FONT-SIZE: 10px; 
  COLOR: red;
}

.tvs_question {
  FONT-FAMILY: Verdana;
  FONT-SIZE: 10px; 
  FONT-STYLE: italic;
}

.tvs_answer {
  FONT-FAMILY: Verdana;
  FONT-SIZE: 10px; 
}

.tvs_approve_instructions {
  FONT-FAMILY: Verdana;
  FONT-SIZE: 10px; 
  FONT-STYLE: italic;
}

.tvs_no_vertical_break
{
clear: both;
line-height:0;
display: block;
}


.tvs_order_table {
     margin: 0px 0px 0px 0px;
}

.tvs_article_table {
     border: 1px solid blue;
}

.tvs_not_article_table {
     border: 1px solid white;
}

.tvs_example {
  FONT-FAMILY: times;
  FONT-SIZE: 10px; 
  COLOR: black;
}
.tvs_conv_failed{
 font-size:8pt;
 font-family: times;
 color: #FF0000;
 font-weight: normal;
}

.tvs_limit {
 font-size:8pt;
 font-family: times;
 color: #FF0000;
 font-weight: normal;
}
/* Special symbols palette */
#symbol_palette {
     position: absolute;
     display:none;
     width:400px;
     height:200px;
     border:1px solid black;
     z-index:100;
     background-color:white;
     overflow:scroll;
}

#symbol_palette a.symbol {
     font-family: Courier New, Courier, monospace;
}
.check_length {
      position: absolute;
      background-color: white;
      border: 1px solid black;
      display: none;
      z-index: 22;
      font-family: Verdana, Tahoma;
      font-size: 12px; 
      padding: 3px;
      padding-bottom: 10px;
      width:400px;
}
.upload_pdf {
      position: absolute;
      background-color: white;
      border: 1px solid black;
      display: none;
      z-index: 22;
      font-family: Verdana, Tahoma;
      font-size: 12px; 
      padding: 3px;
      padding-bottom: 10px;
      width:300px;
}
.replace_source_file {
      position: absolute;
      background-color: white;
      border: 1px solid black;
      display: none;
      z-index: 22;
      font-family: Verdana, Tahoma;
      font-size: 12px; 
      padding: 3px;
      padding-bottom: 10px;
      width:300px;
}

div.tvs_author_name {
     font-weight: bold;
     font-size: 1.5em;
}

div.tvs_author_seq {
     font-weight:bold;
}

div.tvs_author_details {
     font-color: #DDDDDD;
}

div.fp_container {
width:100%;
border:1px solid gray;
}

div.fp_header {
width:100%;
clear:left;
}

div.fp_results_instructions {
width:100%;
clear:left;
}

div.fp_options {
float:left;
width:180px;
margin:0;
}
div.fp_results {
float:right;
width:40%;
margin:0;
}

div.fp_close {
width:100%;
clear:left;
}

span.fp_results_instructions {
  font-color: #FF0000;
}

#ejp_conv_log {
     border: 1px solid black;
     position: absolute;
     width:500px;
     height:300px;
     display: none;
     z-index: 10;
     background-color: white;
}

#ejp_conv_log_text {
     overflow: scroll;
     width:485px;
     height: 295px;
     font-size:.8em;

}

.tvs_top_tabs_selected
{
  font-family: Tahoma;
  font-size: 14px; 
  font-weight: bold;
/* background-color: #E68B2C; */
 background-color: #FFC83C; 
/* border: 1px solid lightblue; */
/* border-left: solid 1px lightblue; */
/* border-right: solid 1px lightblue; */
/* border-bottom: solid 1px lightblue; */
 text-decoration: none;
}
.tvs_top_tabs {
  font-family: Tahoma;
  font-size: 14px; 
  text-decoration: none;
}
.tvs_tab_title
{
  font-family: Tahoma;
  font-size: 12px; 
  text-decoration: none;
}
