/**********************************
 * TITLE: Season Premiere Style Sheet* 
 * URI  :     *
 * MODIF: 2007-Sep-1 19:09 +0800 *
 **********************************/


/* ##### Common Styles ##### */

body {
  color: black;
  background-color: rgb(243,242,235);
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 80%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
}

html > body {
  font-size: 9pt;
}

acronym, .titleTip {
  border-bottom: 1px dotted rgb(168,140,83);
  cursor: help;
  margin: 0;
  padding: 0;
}

.doNotDisplay {
  display: none !important;
}


.smallCaps {
  font-size: 117%;
  font-variant: small-caps;
}


/* ##### Header ##### */

#header {
  color: inherit;
/*  background-color: rgb(184,38,25); */
/*  background-color: rgb(199,39,27); */
/*  background-color: rgb(29,168,220);   blue */
    background-color: rgb(242,144,0);   /* blue */
    font-family: broadway, arial, verdana, helvetica, sans-serif;
}

.headerTitle {
  margin: 0;
  padding: 5px;
  border-bottom: 7px solid black;
}

.headerTitle a {
  color: black;
  background-color: transparent;
  text-decoration: none;
  font-size: 110%;  /* For MSIE */
  font-family: Bauhaus 93, arial, sans-serif;
/*  font-weight: bold; */
/*  font-style: italic; */
}

.headerTitle a:hover {
  color: white;
  text-decoration: none;
}

.headerTitle > a {
  font-size: 138%;  /* For fully standards-compliant user agents */
}

.headerTitle span {
  color: white;
  background-color: transparent;
  font-weight: normal;
  font-size: 50%;
}

.headerTitle span:hover {
  color: black;
  text-decoration: none;
}


/* ##### Left Side Bar ##### */

.leftSideBar {
  background-color: rgb(243,242,235);
  float: left;
  clear: left;
  width: 200px;
  margin 50px;
  padding 15px;
  border-top: 10px solid rgb(216,210,195);
  line-height: 25px;
}

.leftSideBar .sideBarTitle {
  color: black;
  background-color: rgb(243,242,235);
  margin 0px;
  padding 0px;
  
}


.leftSideBar ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0 0 1px 0;
  padding: 0;
}

.leftSideBar li {
  margin: 1px 
  padding: 0 0 5px 5px;
}

.leftSideBar a {
/*  color: rgb(166,140,83);*/
/*  color: rgb(136, 114,68); */
  color: rgb(120, 99, 60);
  background-color: transparent;
  text-decoration: none;
}

.leftSideBar a:hover {
  color: rgb(64,64,64);
  background-color: transparent;
  text-decoration: none;
}

.leftSideBar .sideBarText {
  color: rgb(166,140,83);
  background-color: transparent;
  line-height: 10px;
  margin: 5px 5px 5px 5px;
  padding: 0;
  display: block;
}

.leftSideBar .sideBarText a {
  text-decoration: underline;
}

.leftSideBar .sideBarText a:hover {
  text-decoration: none;
}

.leftSideBar .thisPage {
/*  color: rgb(64,64,64); */
  background-color: transparent;
  font-weight: bold;
  height: 800px;
  margin: 100px 
  padding: 100px;
}

/* ##### Main Copy ##### */


#main-copy {
  color: black;
  background-color: white;
  text-align: justify;
  line-height: 15px;
  margin: 5px 0 0 0;
  padding: 5px 5px 5px 5px;
  border-left: 200px solid rgb(243,242,235);

}

#main-copy h1 {
  color: rgb(166,140,83);
  background-color: transparent;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 115%;  /* Enables font size scaling in MSIE */
  text-align: left;
  margin: 1px 0 0 0;
  padding: 1px 0 0 0;
/*  border-top: 10px solid rgb(216,210,195); */
}

#main-copy a {
/*  color: rgb(168,140,83); */
  color: rgb(120, 99, 60);
  background-color: transparent;
  text-decoration: none; 
}

#main-copy a:hover {
  color: black;
  text-decoration: underline;
}

p {
  margin: 15px;
  padding: 0;
}

dt {
  font-weight: bold;
  margin: 0;
  padding: 0 0 10px 0;
}

dd {
  margin: 0 0 5px 5px;
  padding: 0;
}


/* ##### Footer ##### */

#footer {
  color: black;
  background-color: rgb(230,223,207);
  font-size: 92%;
  text-align: center;
  line-height: 15px;
  margin: 0;
  padding: 1px 4px 1px 4px;
  clear: both;
}

#footer div {
  margin: 0;
  padding: 5px 5px 5px 0;
}

#footer a {
  color: black;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
}

#footer a:hover {
  text-decoration: underline;
}

