/*************************************
 * TITLE: Sinorca Screen Stylesheet  *
 * URI  : sinorca/sinorca-screen.css *
 * MODIF: 2003-Apr-30 19:31 +0800    *
 *************************************/


/* ##### Common Styles ##### */

body {
  color: black;
  background-color: white;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 71%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
}

.doNotDisplay {
  display: none;
}
/* ##### Header ##### */

div.logoHeader {
  font-size: 100%;
  float: left; 
  position: absolute; 
  top: 0px; 
  left: 0px; 
  padding: 2px 0 0 2px; 
  margin: 0 0 0 0;
  width: 105px;
  height: 90px;
  color: white;
  background-color: rgb(102,102,102);
}

div.midHeader {
  height: 90px;
  margin: 0 0 0 0;
  padding: 5px 5px 5px 110px; 
  color: rgb(0,0,0);
  background-color: rgb(102,102,102);
}

p.headerTitle {
  font-family: "Times New Roman", Georgia, Times;
  font-size: 200%;
  font-weight: bold;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

p.headerSlogan {
  font-family: "Times New Roman", Georgia, Times;
  font-size: 150%;
  color: rgb(221,221,221);
  font-weight: bold;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

/* ##### Champions ##### */


div#champions {
  margin-bottom: 2em;
  padding: 0;
  border: 1px solid rgb(153,153,153);
  width: 20em;
  float: left;
  clear: left;
}

p.championsTitle {
  font-size: 125%;
  font-weight: bold;
  text-align: center;
  margin: 0;
  padding: .5em;
  background: #000000;
  color: #ffffff;
}

p.championsSport {
  font-weight: bold;
  font-style: italic;
  font-size: 110%;
  margin: 0;
  padding: .5em;
}

p.championsSchool {
  font-weight: bold;
  margin: 0 .5em 0 1em;
  padding: 0 0 0 0;
}

p.championsResult {
  margin: 0 .5em 0.5em 1.5em;
  padding: 0;
}

div.darkBackground {
  color: inherit;
  background-color: #e1e1e1;
  padding: .5em 0 .5em 0;
}

div.lightBackground {
  color: inherit;
  background-color: #ffffff;
  padding: .5em 0 .5em 0;
}

div#main-copy {
  margin: 0 0 0 22em;
  padding: 0;
}

div#content {
  margin: 1em;
  color: black;
  background-color: white;
  line-height: 1.5em;
  padding: 5px 5px 5px 5px;
}

p {
  margin: 1em 0em;
}

a {
  color: rgb(0,102,204);
  background-color: transparent;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

h1 {
  color: white;
  font-family: "Times New Roman", Georgia, Times;
  background-color: rgb(0,0,0);
  font-size: 16pt;
  font-weight: bold;
  margin-top: 1em;
  padding: 1ex;
}

h2 {
  color: black;
  font-family: "Times New Roman", Georgia, Times;
  font-size: 14pt;
  font-weight: bold;
  margin: 2em 1em 0.5em 1em;
  padding: 1ex 1ex 1ex 1ex;
  border-bottom: 1px solid rgb(153,153,153);
}

h3 {
  color: black;
  font-family: "Times New Roman", Georgia, Times;
  font-size: 12pt;
  font-weight: bold;
  margin: .5em 1em 0.25em 1em;
  padding: 1ex 1ex 1ex 1ex;
}

hr { 
	border: 0px solid; 
	padding: 0px; 
	margin: 0px; 
	border-top-width: 1px; 
	height: 1px; 
}

table.outside     { 
	border-collapse: collapse; 
	border-spacing: 0px; 
	width: 95%; 
	margin: 0em 2em;
}

table.inside {  
	margin: 0em;  
	border: black 1px solid; 
	border-collapse: collapse; 
	border-spacing: 0px; 
	width: 95%; 
}

th { 
	border: black 1px solid; 
	background: #777777; 
}

td.inside {  
	padding: 0.5em; 
	border: black 1px solid; 
	font-size: 10pt; 
	font-family: "Times New Roman", Georgia, Times; 
	text-align: left
}

table.results { 
	border: black 1px solid; 
	width: 90%; 
}

.smallTimes { 
	font-size: 10pt; 
	font-family: "Times New Roman", Georgia, Times; 
	text-align: left
}

h3.division { 
	margin: 0; 
	padding: 0;
}

td.division { 
	border: white 0px solid; 
	font-size: 12pt; 
	font-family: "Times New Roman", Georgia, Times; 
	text-align: left
}

td.standings { 
	border: black 1px solid; 
	font-size: 10pt; 
	font-family: "Times New Roman", Georgia, Times; 
	text-align: left
}

tr.even {
	background: white;
}

tr.odd {
	background: #dcdcdc;
}

p.school {     
	font-weight: bold; 
	font-size: 14pt; 
	font-family: "Times New Roman", Georgia, Times; 
	text-align: left;
}



/* ##### Footer ##### */

#footer {
  color: white;
  background-color: #000000;
  font-size: 91%;
  margin: 0;
  padding: 1em 2.5mm 2.5ex 2.5mm;
  clear: both;
}

#footer .left {
  line-height: 1.45em;
  float: left;
  clear: left;
}

#footer .right {
  text-align: right;
  line-height: 1.45em;
}

#footer a {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}

#footer a:hover {
  text-decoration: none;
}
