/* EasyChair style sheet
 * (c) 2010-2014 easychair.org
 */

/* colored table container */
.ct_tbl {
  font: 100%/1.4em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  color: #333;
  margin: 7pt auto;
  padding: 0pt;}

/* colored table */
.ct_table {
  border-collapse:collapse;
  width:auto;
  background-color: #fff;
  margin:0px
}

/* colored table cells */
.ct_table td {
    padding: 2px 5pt;
    border-right: dotted #999 1px;
    border-left: dotted #999 1px;
}

/* same but with a border */
.ct_table td.borderl {
    padding: 2px 5pt;
    border-left: solid 1px #cccccc;
}
.ct_table td.borderr {
    padding: 2px 5pt;
    border-right: solid 1px #cccccc;
}
.ct_table td.borderb {
    padding: 2px 5pt;
    border-left: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
}

/** color table header */
.ct_table thead th {
  padding: 2px 5px 2px 5px;
  border: 1px solid #aaaaaa;
  color: #333333;
  font-weight: normal;
  text-align : center;
  cursor: pointer;
  background-color: #dedede;
}

.ct_table tfoot td {
  padding: 2px 5px 2px 5px;
  border: 1px solid #aaaaaa;
  color: #333333;
  font-weight: normal;
  text-align : center;
  cursor: pointer;
  background-color: #dedede;
}

/* sorting images in table headers*/
.sort_asc {
  background: url('/images/sort_asc.png') no-repeat center bottom;
}
.sort_desc {
  background: url('/images/sort_desc.png') no-repeat center bottom;
}
.sort_both {
  background: url('/images/sort_both.png') no-repeat center bottom;
}

/* green theme */
tr.evengreen {background-color: #e5f3e5; }                            /* prev: #ddffdd */
span.greenhelper {background-color: #e7f4e7;}                         /* prev: #ddffdd */
tr.oddgreen {background-color: #eeffee;}                              
tr.evengreen td.high {background-color: #d5f3d5; padding: 2px 5pt;}   /* prev: #c4ffc4 */ 
tr.oddgreen td.high {background-color: #d8f9d8; padding: 2px 5pt;}    /* prev: #d5ffd5 */

/* red theme */
tr.evenred {background-color: #f4e2e2;}                               /* prev: #ffdddd; */
span.redhelper {background-color: #ffdddd;}
tr.oddred {background-color: #feefef;}                                /* prev: #ffeeee; */
tr.evenred td.high {background-color: #ffc4c4;padding: 2px 5pt;}
tr.oddred td.high {background-color: #ffd5d5;padding: 2px 5pt;}

/* blue theme */
tr.evenblue {background-color: #e2e2f3;}                              /* prev: #ddddff; */
span.bluehelper {background-color: #ddddff;}
tr.oddblue {background-color: #eeeeff;}
tr.evenblue td.high {background-color: #c4c4ff;padding: 2px 5pt;}
tr.oddblue td.high {background-color: #d5d5ff;padding: 2px 5pt;}

/* magenta theme */
tr.evenmagenta {background-color: #f9e1f9;}                           /* prev: #ffddff */
span.magentahelper {background-color: #ffddff;}
tr.oddmagenta {background-color: #ffeeff;}
tr.evenmagenta td.high {background-color: #ffc4ff;padding: 2px 5pt;}
tr.oddmagenta td.high {background-color: #ffd5ff;padding: 2px 5pt;}

/* cyan theme */
tr.evencyan {background-color: #ddffff;}
span.cyanhelper {background-color: #ddffff;}
tr.oddcyan {background-color: #eeffff;}
tr.evencyan td.high {background-color: #c4ffff;padding: 2px 5pt;}
tr.oddcyan td.high {background-color: #d5ffff;padding: 2px 5pt;}

/** yellow theme */
tr.evenyellow {background-color: #ffffdd;}
span.yellowhelper {background-color: #ffffdd;}
tr.oddyellow {background-color: #ffffee;}
tr.evenyellow td.high {background-color: #ffffc4;padding: 2px 5pt;}
tr.oddyellow td.high {background-color: #ffffd5;padding: 2px 5pt;}

/* grey theme */
tr.evengrey {background-color: #dddddd;}
span.greyhelper {background-color: #dddddd;}
tr.oddgrey {background-color: #eeeeee;}         
tr.evengrey td.high {background-color: #c4c4c4;padding: 2px 5pt;}
tr.oddgrey td.high {background-color: #d5d5d5;padding: 2px 5pt;}

/* row having a bottom border */
tr.bottom  {
  border-bottom: 1px solid #aaaaaa;
}
/* row having a top border */
tr.top  {
  border-top: 1px solid #aaaaaa;
}

/*************** Settings tables *****************/

/* settings table container */
.set_tbl {}

/* settings table */
.set_table {
  border-collapse:collapse;
  border-left: solid 2px #d6e5fd;
  border-right: solid 2px #d6e5fd;
  border-bottom: solid 2px #d6e5fd;
  empty-cells: show;
  margin-left: 10px;
  margin-bottom:10pt;
  padding : 3px;
  background-color:#d6e5fd;
}

/* leftmost cell */
.set_tbl td:first-child {
    border: solid 1px #cccccc;
    padding: 1px 7px 1px 3px;
    background-color:#f4faff
}

/* any other cell */
.set_tbl td {
    border: solid 1px #cccccc;
    background-color:#f4faff;
    padding: 1px 3px 1px 7px;
    cursor:pointer;
}

.evenheading td:first-child {
  border: solid 1px #cccccc;
  padding : 3px;
  font-weight:bold;
  background-color:#d6e5fd;
  text-align:center;
}
.oddheading td:first-child {
  border: solid 1px #cccccc;
  padding : 3px;
  font-weight:bold;
  background-color:#d6e5fd;
  text-align:center;
}

.evenexternal td:first-child {
    border: solid 1px #cccccc;
    padding: 1px 7px 1px 3px;
    font-style:italic;
    background-color:#f4faff;
}
.oddexternal td:first-child {
    border: solid 1px #cccccc;
    padding: 1px 7px 1px 3px;
    font-style:italic;
    background-color:#f4faff;
}

.evenexternal td {
    border: solid 1px #cccccc;
    background-color:#f4faff;
    font-style:italic;
    padding: 1px 3px 1px 7px;
    cursor:pointer;
}
.oddexternal td {
    border: solid 1px #cccccc;
    background-color:#f4faff;
    font-style:italic;
    padding: 1px 3px 1px 7px;
    cursor:pointer;
}

.oddexternal td a:link {color:black;text-decoration:none;}
.evenexternal td a:link {color:black;text-decoration:none;}
.oddexternal td a:visited {color:black;text-decoration:none;}
.evenexternal td a:visited {color:black;text-decoration:none;}

.oddexternal td:first-child:hover {background-color:#f4faff;}
.evenexternal td:first-child:hover {background-color:#f4faff;}
.oddexternal td:hover {background-color:#ffffd6;}
.evenexternal td:hover {background-color:#ffffd6;}

/* colored table container */
.epic_table {
  border-collapse:collapse;
  font: 12px Arial, Helvetica, sans-serif;
  margin:0px;
  padding:0px;
  border:1px dotted #cccccc;
  font-size:12px;
  box-shadow: 4px 4px 12px #888888;
}

.epic_table td {
    padding: 3px 4px 3px 8px;
}

.epic_table thead th {
  padding: 4px 0 4px 8px;
  color: #333333;
  font-weight: bold;
  text-align : left;
  cursor: pointer;
  background: #D4F7F4 url('/images/epic-theader-bg.jpg') repeat-x;
  text-shadow: 0px 1px 1px #fff;
}

.epic_table a {
    text-decoration: underline;
    color: #06544D;
}
.epic_table .sort_asc {
  background: url('/images/sort_asc.png') no-repeat center bottom;
}
.epic_table .sort_desc {
  background: url('/images/sort_desc.png') no-repeat center bottom;
}
.epic_table .sort_both {
  background: url('/images/sort_both.png') no-repeat center bottom;
}

tr.evenepic {
    background-color: #ffffff;
    border-bottom:1px dotted #cccccc;
}
tr.oddepic {
    background-color: #F7F7F7;
    border-bottom:1px dotted #cccccc;
}
tr.headepic {
    background-color: #fff;
    border-bottom:2px solid #cccccc;
}

/* row having a top border */
tr.topepic  {
  border-top: 1px solid #aaaaaa;
}

/*======================== for tables navigation bar =========================*/

.ct_table td.selectbar {
  height:18pt;
  border:0px dashed #ccc; /* строку не удалять!!! */
  padding: 0px 2px 0px 0px; /* строку не удалять!!! */
  border-left:1px solid #999;
  border-right:1px solid #999;
  border-top:1px solid #999;
  background-color: #dedede;
}

.tb_navigation_bar {
  width:100%;
  padding:2px 0px 3px 3px;
}

.SB_left_td { width:1%; white-space: nowrap; }
.SB_right_td { width:1%; white-space: nowrap; }
.SB_center_td {
  width:99%;
  white-space: nowrap;
  text-align: center;
  font-size:10px;
}

.SB_select {
  height:13pt;
  font-size:10px;
  font-family:verdana;
  color:#800000;
  border:solid 1px #a79a5c;
  background:#fff;
}

.SB_search {
  width: 100px;
  height:13pt;
  font-size:11px;
  font-family:verdana;
  color:#333;
  padding:0px 0px 0px 4px;
  border:solid 1px #999;
  background:#fff;
  border-radius:4pt;
}

.pg_selected {
  font-size:11px;
  font-weight: bold;
  padding: 0 2px 0 2px;
  border: solid #f00 1px;
  background:#ff0;
}

a.pg_link:link {
  text-decoration: none;
  color:#800000;
  font-size:11px;
  padding: 0 3px 0 3px;
}
a.pg_link:hover {
  color:#f00;
  text-decoration: underline;
  padding: 0 3px 0 3px;
}
a.pg_link:visited { color:#800000; }
a.pg_link:visited:hover { color:#f00; text-decoration: underline;}

.ct_table td.navigation { /* прячет обводку и переобозначает отступы */
  padding: 0px 2px;
  border-right: dotted #999 0px;
  border-left: dotted #999 0px;
}

span.numpg { font-weight: bold; }
.PN_valign { vertical-align: middle; }

a.pgArrow:link {
  text-decoration: none;
  color:#800000;
  font-size:10px;
  padding: 0 3pt 0 3pt;
  vertical-align: top;
}
a.pgArrow:hover { color:#f00; }
a.pgArrow:visited { color:#800000; }
a.pgArrow:visited:hover { color:#f00; text-decoration: underline;}

body.tbfullscreen {
  padding:0px;                                      
  margin:10pt 0pt 4pt 0pt;
  height:100%;
  font-size:13px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background:#333;
}

.tocenter {
  margin:auto;
}

.hidden {
  display: none;
}
