/*  CSS Definition for Oral Arguments calendar pages -- David Jaquet 08/14/2013*/

/*  Localized CSS Definition */

a.calendarlink { font:bold 103% arial; color: #663300; text-decoration: underline; text-align: left; }
a.calendarlink:link { text-decoration: underline;}
a.calendarlink:visited {text-decoration: underline; color: #663300;}
a.calendarlink:hover {text-decoration: underline; color: #cc6600;} 

.generalinfo_title{
  padding: 5px;
  padding-bottom:5px;
  font: bold 100% verdana;
  width:300px;
  color: #966518;
}

.generalinfo_content{
  padding-left: 5px;
  padding-top: 9px;
  font: 100% arial;
  font-weight: none;
  color: #514f4b;
}

a.generallink { padding-left: 5px; font:bold 100% arial; color: #5e722f; text-decoration: none; text-align: left;}
a.generallink:link { text-decoration: none;}
a.generallink:visited {text-decoration: none; color: #5e722f;}
a.generallink:hover {text-decoration: underline; color: #5e722f;} 

@media screen, print
{
* {font-family:Verdana, Arial, Helvetica, sans-serif;}
body {margin:50px 0;text-align:center;vertical-align:top;}
table { page-break-inside: avoid; }
.center_align {text-align:center;white-space:nowrap;}
.main_table {border:2px solid black;font-size:12px;margin:0px auto;background-color:white;width:95%;}
.sub_table {width:100%;}
.top_header_row {background-color:#F0F3F6;font-weight:bold;color:black;}
.top_header_row th {text-align:left;padding:5px 8px;white-space:nowrap;}
.header_row {background-color:#F0F3F6;font-weight:bold;color:black;}
.header_row th {border-bottom:2px solid black; padding:5px 5px; width:auto;white-space:nowrap;}
.content_row {background-color:white;}
.alt_content_row {background-color:#F0F3F6;}
.alt_content_row td {text-align: center; padding: 5px;white-space: nowrap;vertical-align: top;}
.content_row td {text-align: center; padding: 5px;white-space: nowrap;vertical-align: top;}
th.wrap {white-space:normal;}
td.wrap {white-space:normal;}
td.wrap2 {white-space: normal; text-align: left;}
#note {width:75%;margin:auto;text-align:left;}
#note_word {font-weight:bold;}
}

@media print
{
  .print {display:none;}
}
