@charset "windows-1251";

/**********************************
 * TITLE: Gila Screen Stylesheet  * 
 * URI  : gila/gila-screen.css    *
 * MODIF: 2003-Apr-30 19:09 +0800 *
 **********************************/


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

.doNotDisplay { display:none }

body {
  color: black;
  background-color: rgb(230,223,207); /* to disable white under footer for too short pages */
  font-family: verdana, helvetica, arial, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 9pt;
}	

p {
  margin: 0;
  padding: 0;
}

/* middle part of the page */
#wrap { 
  position:relative;
  background: #ffffff;
  width: 100%;
  display: block;
  float: left;
}	

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: #996633;
    padding: 0.25em 4mm 0.25em 4em;
    background-color: #fcebbd;
    text-align: center;
    border-bottom: 1px solid #996633;
}

.headerTitle {
  margin: 0px;
  padding-top: 10px;
  font-size: 250%;
  font-style: italic;
}

.headerText {
  margin: 0px;
  padding-bottom: 0.5em;
}

.headerTitle a {
  color: #996633;
  background-color: transparent;
  text-decoration: none;
  font-size: 110%;  /* For MSIE */
  font-weight: bold;
}

/* ##### Left Side Menu ##### */

#cse-search-box {
	float: right;
}

.leftSideBar { 
  background: #ffffff;
  border-right: 1px solid rgb(216,210,195);
  width: 15em;
  float: left;
  top: 0px;
  bottom: 0px;
}

.leftSideBar ul {
  color: #a68c53;
  list-style-type: none;
  list-style-position: outside;
  margin: 0 0 1em 0;
  padding: 0;
}

.leftSideBar ul ul {
  list-style-type: circle;
  list-style-position: inside;
  margin: 0 0 1em 0;
  padding-left: 1em;
}

.leftSideBar ul ul ul {
  list-style-type: circle;
  padding-left: 1.5em;
}

.leftSideBar li {
  margin: 1ex;
}

.leftSideBar a {
  color: #a68c53;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
}

.leftSideBar a:hover {
  color: rgb(64,64,64);
  background-color: transparent;
  text-decoration: none;
}

#lng {
    text-align: center;
}

#lng span, #lng a {
    font-weight: bold;
}

#lng p {
    margin-bottom: 0.5em;
}

/* ##### Left Side Menu ##### */

.rightSideBar { 
  background: #ffffff;
  border-left: 1px solid rgb(216,210,195);
  width: 15em;
  float: right;
  top: 0;
  bottom: 0;
	padding: 0.6em;
	text-align: center;
}

.rightSideBar p {
  margin-top: 16px;
  margin-bottom: 16px;
}
.rightSideBar a {
  border: 1px solid rgb(216,210,195);
  color: black;
	margin: 0.1em;
	padding: 0.3em;
  background-color: #fcebbd;
  text-decoration: none;
  font-weight: bold;
}

.rightSideBar a:hover {
  color: rgb(64,64,64);
  text-decoration: none;
}

.rightSideBar a#donate {
  color: black;
	font-size: 120%;
  border: none;
  background-color: transparent;
}

.rightSideBar a#why_donate {
  border: none;
  background-color: transparent;
	font-size: 90%;
	font-style: italic;
}

/* ##### Main Copy ##### */

#main-copy {
  color: black;
  border-left: 1px solid rgb(216,210,195);
  border-right: 1px solid rgb(216,210,195);
  background-color: white;
  text-align: justify;
  line-height: 1.5em;
  margin: 0 16em 0 15em;
  padding: 1.5em 1em 1em 1em;
}

#main-copy h1, h2 {
  color: #996633;
  background-color: transparent;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 175%;
  font-weight: bold;
  font-style: italic;
  text-align: left;
}

#main-copy h2 {
  color: black;
  font-size: 150%;
  font-style: normal;
  font-weight: normal;
}

#main-copy a {
    color: #996633;
    background-color: transparent;
    font-weight: bold;
    text-decoration: none;
}

#main-copy a:hover {
    color: black;
}

#main-copy ul {
  padding-top: 0;
  padding-bottom: 0;
}

#main-copy p {
  margin-top: 1em;
  margin-bottom: 1em;
}

img {
  border: 0;
}

dl {
  margin-top: -0.5em;
}

dt {
  font-weight: bold;
  padding-top: 1em;
  padding-bottom: 0.5ex;
}

dd {
  margin-left: 1.5em;
  padding: 0;
}

#img_table p {
  padding-left: 10px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 12px;  /* For MSIE */
}

#img_table h2 {
  font-size: 175%;
  font-weight: bold;
  padding-left: 0;
  padding-top: 1em;
}

#img_table h3 {
  padding-top: 0;
  padding-bottom: 0;
}

#img_table h3 a {

  padding-left: 10px;
}

#img_table img {
  float: center;
}

.info {
  font-size: -2;
  font-style: italic;
}

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

#footer {
  bottom: 0;
  left: 0;
  right: 0;
  color: black;
  background-color: rgb(230,223,207);
  font-size: 92%;
  text-align: center;
  line-height: 1.25em;
  margin: 0;
  padding: 1em 4mm 1em 4mm;
  border-top: 1px solid #996633;
  clear: both;
}

#footer div {
  margin: 0;
  padding: 0 0 1ex 0;
}

#footer a {
  color: black;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
}

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

img.logo {
  float: right;
  padding-left: 10px;
  padding-bottom: 10px;
}

ul.img {
  list-style-type: none;
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}

ul.img_list li {
  clear: left;
  font-weight: bold;
}

ul.img li {
  margin-bottom: 0.4em;
  margin-top: 0.4em;
  clear: left;
  font-weight: normal;
}

ul.img1 {
  list-style-type: none;
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}

ul.img_list1 li {
  font-weight: bold;
  clear: right;
 }

ul.img1 li{
  margin-bottom: 0.4em;
  margin-top: 0.4em;
  font-weight: normal;
}
ul.img1 img {
  margin-right: 1em;
  margin-bottom: 0.3em;
  margin-top: 0.2em;
  vertical-align: middle;
}

#current, #current a {
  color: rgb(64,64,64);
}

.required {
  color: red;
}
