/**********************************
 * TITLE: GPSat Screen Stylesheet  * 
 * URI  : gila/gila-screen.css    *
 * MODIF: 2003-Apr-30 19:09 +0800 *
 **********************************/


/* ##### Common Styles ##### */

* html .nopeekaboo{
/* Hides from IE5-mac \*/
  height: 1%;
  /* End hide from IE5-mac */
}

body {
  color: black;
  background-color: white;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 73%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
}

acronym, .titleTip {
  border-bottom: 1px dotted rgb(255,100,100);
  cursor: help;
  margin: 0;
  padding: 0;
}

.doNotDisplay {
  display: none !important;
}


.smallCaps {
  font-size: 117%;
  font-variant: small-caps;
}

#wrapper {
  width: 100%;
  overflow: hidden;
}

/* ##### Header ##### */

#header {
  color: inherit;
  background-color: rgb(184,207,239);	/*orig:rgb(100,150,220)*/
}
/*rgb(184,207,239)*/

#header .headerTitle {
  margin: 0;
  padding: 0.3em 0.1em 0.3em 0.1em;
  min-height: 60px;
}

#header .headerTitle a {
  color: black;
  background-color: transparent;
  text-decoration: none;
  font-size: 150%;
  font-weight: bold;
  font-style: italic;
  line-height: 60px;
}

#header .headerTitle > a {
  font-size: 150%;  /* For fully standards-compliant user agents */
}

#header .headerTitle span {
  color: black;
  background-color: transparent;
	font-weight: normal;
	font-size: 75%;
}

#header .headerTitle img {
  padding: 0.3em 0.2em 0.3em 0.5em;
  /*display: inline;*/
  float:left;
  clear:left;
}

#header .message {
  position: relative;
  float: right;
  clear: right;
  color: white;
  right: 0;
  /*top: 55px;*/
  font-size: 8pt;
  text-align: right;
  width: 25%;
  overflow: hidden;
}

#header .message a {
  text-decoration: none;
  color: red;
}

#header .message a:hover {
  text-decoration: underline;
  color: red;
}

#header .subHeader {
  color: white;
  background-color: black;
  font-size: 110%;
  text-align: left;
  margin: 0;
  padding: 0.5ex 0;
}

#header .subHeader a {
  color: white;
  background-color: black;
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  padding: 0 1ex;
}

#header .subHeader a:hover {
  color: red;
  background-color: transparent;
}

#header .subHeader .thisPage {
  color: red;
  font-weight: bolder;
  background-color: transparent;
}

#header .subHeader .spacer {
  width: 12.5em;
  display: block;
  float: left;
  clear: left;
  height: 1em;
  min-height: 1em;
  margin: 0;
  padding: 0;
}

#header .subHeader div {
  display:block;
  margin: 0;
  padding: 0;
}


/* ##### Left Side Bar ##### */

#leftSideBar {
  width: 12.5em;
  float: left;
  margin: 0.5em 0.25em 0.5em 0.25em;
  padding: 0;
  /*background-color: rgb(184,207,239);*/
  border: 1px solid rgb(184,207,239);
}

#leftSideBar div {
  margin-top: 1em;
}

#leftSideBar .nomargin{
  margin: 0;
}

#leftSideBar .sideBarTitle {
  color: black;
  background-color: rgb(184,207,239);/*orig:rgb(100,150,220)*/
  font-weight: bold;
  margin: 0;
  padding: 0.6em 0 0.3em 0;
  text-indent: 0.5em;
}

#leftSideBar ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
}

#leftSideBar li {
  margin: 0;
  padding: 0.1em 0;  /* Circumvents a rendering bug (?) in MSIE 6.0 */
  line-height: 2.0em;
  text-indent: 1em;
  width: 100%;
}

#leftSideBar a{
  color: rgb(0,102,204);
  background-color: transparent;
  text-decoration: none;
	font-weight: bold;
  display: block;
  width: 100%;
}

#leftSideBar a:hover {
  background-color: inherit;
	color: red;
  text-decoration: none;
}

#leftSideBar .sideBarText {
  font-size: 90%;
  color: black;
  background-color: transparent;
  line-height: 1.25em;
  margin: 1em 0.25em 1em 0.5em;
  padding: 0;
  display: block;
}

#leftSideBar .sideBarText a {
  text-decoration: none;
  background-color: transparent;
  color: rgb(255,100,100);
  display:inline;
}

#leftSideBar .sideBarText a:hover {
  text-decoration: underline;
  background-color: transparent;
}

#leftSideBar .thisPage {
  color: red;
  background-color: inherit;
	font-weight: bold;
  display: block;
}

#leftSideBar input.btn{
	display: block;
	font-family:'trebuchet ms',helvetica,sans-serif;
	margin-left: 45px;
	width: 7em;
	font-size:10px;
	margin: 0.5em auto;
	color: black;
	background-color: rgb(184,207,239);
	border:1px solid;
}

#leftSideBar input.txtedit{
	display: block;
   font-size:0.9em;
	font-family:'trebuchet ms',helvetica,sans-serif;
	width: 14em;
	border:1px solid rgb(184,207,239);
}


/* ##### Right Side Bar ##### */

#rightSideBar {
  display: block;
  width: 13em;
  margin: 0.5em 0.25em 0.5em 0.25em;
  padding: 0;
  float: right;
  border: 1px solid rgb(184,207,239);
}

[id~="rightSideBar"] {
  margin-right: 1.5ex;
}

#rightSideBar .sideBarTitle {
  color: black;
  background-color: rgb(184,207,239);/*rgb(184,207,239);*/
  font-weight: bold;
  margin: 1.25ex 1ex;
  padding: 0.9ex 1ex;
}
#rightSideBar .sideBarSubTitle {
  color: black;
  /*background-color: transparent;*/
  font-weight: bold;
}

#rightSideBar .sideBarText {
  font-size: 90%;
  line-height: 1.5em;
  margin: 0;
  padding: 0 2ex 1em 2ex;
}

#rightSideBar a {
  color: rgb(255,100,100);
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
}

#rightSideBar a:hover {
  text-decoration: underline;
}

#rightSideBar .newsLink{
	color: black;
	font-weight: normal;
}

#rightSideBar .newsLink:hover{
	color: rgb(255,100,100);
	text-decoration: none;
}

#rightSideBar .rightLink {
  text-decoration: none;
  text-align: right;
  margin: 0;
  padding: 0 2ex 1em 2ex;
  display: block;
}

#rightSideBar .rightLink:hover {
  text-decoration: underline;
}


/* ##### Main Copy ##### */

#main-copy {
  display: block;
  color: black;
  background-color: white;
  margin-left: 13.6em;
  margin-right: 14em;
  padding: 1em 0 1em 0;
}

#main-copy div .item {
  text-align: justify;
  border-top: 0px solid rgb(184,207,239);
  margin: 0.5em 0 0.5em 0;
  padding: 0.5em 0 0.5em 0;
  width: 100%;
  float: left;
}

#main-copy h1,h2,h3 {
	line-height: 1.5em;
	color: navy;
	font-family: arial, verdana, helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
}

#main-copy h1 {
  font-size: 275%;
  font-style: italic;
  line-height: 110%;
}

#main-copy h2 {
  font-size: 225%;
  font-style: italic;
}

#main-copy h3 {
  font-size: 175%;
  font-style: italic;
}

#main-copy img {
  float: right;
  margin: 8px;
  width: 250px;
}

#main-copy a {
  color: rgb(255,100,100);
  background-color: transparent;
  text-decoration: underline;
}

#main-copy a:hover {
  text-decoration: none;
}

#main-copy p {
  margin: 0.5em 0 0.5em 0;
  padding: 0;
}

#main-copy dt {
  font-weight: bold;
  margin: 0;
  padding: 0 0 0.5ex 0;
}

#main-copy dd {
  margin: 0 0 1.5em 1.5em;
  padding: 0;
}

#main-copy .delete-btn, .modify-btn {
  display: inline;
  position: relative;
  bottom: 0;
  width: 8em;
  font-size: 80%;
}
#main-copy .delete-btn
{
  left: 45%;
}
#main-copy .modify-btn
{
  left: 45%;
}


/* ##### Footer ##### */

#footer {
  color: black;
  background-color: rgb(184,207,239);
  margin-top: 0.6em;
  padding: 1em 0 1em 0;
  float: left;
  clear: both;
  width: 100%;
  border-top: 1px solid gray;
}

#footer div {
  font-size: 92%;
  text-align: center;
  line-height: 1.25em;
  margin: 0;
  padding: 0 0 1ex 0;
}

#footer img {
  border: none;
}

#footer a {
  color: black;
  background-color: transparent;
  text-decoration: underline;
  font-weight: bold;
}

#footer a:hover {
  text-decoration: none;
}

#footer .footer-left, .footer-right {
  height: 1em;    /* hack to properly center footer text over two lines */
  min-height: 1em;
  width: 12.5em;
  margin: 0.25em 0.25em 0em 0.25em;
}

#footer .footer-right {
  float: right;
  clear: right;
}

#footer .footer-left {
  float: left;
  clear: left;
}
#splash {

  display: block;
  color: black;
  background-color: white;
  margin-left: 0em;
  margin-right: 0em;
  padding: 0 0 0 0;
}
#splash div {
	display: block;
	color: black;
	background-color: #FFFFFF;
	margin-left: 0em;
	margin-right: 0em;
	padding-top: 0em;
	padding-right: 0;
	padding-bottom: 0em;
	padding-left: 0;
}

#splash img {

  float: right;
  margin: 0px;
  width: auto;
}
#splash div .item {
  text-align: justify;
  border-top: 0px solid rgb(184,207,239);
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  float: right;
}
