/************************************
 * TITLE: Sinorca Print Stylesheet  * 
 * URI  : sinorca/sinorca-print.css *
 * MODIF: 2003-May-01 19:30 +0800   *
 ************************************/


/* ##### Common Styles ##### */

body {
  color: black;
  background-color: white;
  font-family: "times new roman", times, roman, serif;
  font-size: 12pt;
  margin: 0;
  padding: 0;
}

acronym, .titleTip {
  font-style: italic;
  border-bottom: none;
}

acronym:after, .titleTip:after {  /* Prints titles after the acronyms/titletips. Doesn't work in MSIE */
  content: "(" attr(title) ")";
  font-size: 90%;
  font-style: normal;
  padding-left: 1ex;
}

.doNotPrint {
  display: none !important;
}


/* ##### Header ##### */

#header {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid black;
}

.superHeader {
  display: none;
}

.headerTitle {
  color: black;
  background-color: transparent;
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-size: 200%;
  font-weight: normal;
  text-decoration: none;
  margin: 0;
  padding: 0 0 0.5ex 0;
}

.subHeader {
  display: none;
}


/* ##### Side Bar ##### */

#side-bar {
  display: none;
}


/* ##### Main Copy ##### */

#main-copy {
  text-align: justify;
  margin: 0;
  padding: 0;
}

#main-copy h1 {
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-size: 120%;
  margin: 2ex 0 1ex 0;
  padding: 0;
}

#main-copy a {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

#main-copy a:after {  /* Prints the links' URIs after the links' texts. Doesn't work in MSIE */
  content: "<" attr(href) ">";
  font-size: 90%;
  padding-left: 1ex;
}

p {
  margin: 0 0 2ex 0;
  padding: 0;
}

dl {
  margin: 0;
  padding: 0;
}

dt {
  font-weight: bold;
  margin: 0;
  padding: 0 0 1ex 0;
}

dd {
  margin: 0 0 2ex 1.5em;
  padding: 0;
}

.topOfPage {
  display: none;
}


/* ##### Footer ##### */

#footer {
  margin: 2em 0 0 0;
  padding: 1ex 0 0 0;
  border-top: 1px solid black;
}

#footer a {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

/* ##### The sudoku parts ##### */
.sudoku {
    margin-left: auto;
    margin-right: auto;
    width: 350px;
}

.sudoku table {
    padding: 0px;
    border-collapse: collapse;
	margin-top: 2em;
}

.sudoku td {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
/*    border: solid 2px black;*/
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
}

.sudoku .box0 {
    border-left: solid 6px black;
}
.sudoku .box1 {
    border-left: solid 3px black;
}
.sudoku .box2 {
    border-left: solid 3px black;
}
.sudoku .box3 {
    border-left: solid 6px black;
}
.sudoku .box4 {
    border-left: solid 3px black;
}
.sudoku .box5 {
    border-left: solid 3px black;
}
.sudoku .box6 {
    border-left: solid 6px black;
}
.sudoku .box7 {
    border-left: solid 3px black;
}
.sudoku .box8 {
    border-left: solid 3px black;
    border-right: solid 6px black;
}
.sudoku .row0 {
    border-top: solid 6px black;
    border-bottom: solid 3px black;
}
.sudoku .row1 {
    border-bottom: solid 3px black;
}
.sudoku .row3 {
    border-top: solid 6px black;
    border-bottom: solid 3px black;
}
.sudoku .row4 {
    border-bottom: solid 3px black;
}
.sudoku .row6 {
    border-top: solid 6px black;
    border-bottom: solid 3px black;
}
.sudoku .row7 {
    border-bottom: solid 3px black;
}
.sudoku .row8 {
    border-top: solid 3px black;
    border-bottom: solid 6px black;
}
