/*************************************
 * TITLE: Test1 Screen Stylesheet  *
 * URI  : based on sinorca/sinorca-screen.css *
 * MODIF: 2003-Apr-30 19:31 +0800    *
 *************************************/


/* ##### Common Styles ##### */

body {
  color: black;
  background-color: rgb(240,240,240);
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 71%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
}

html > body {
  font-size: 8.5pt;
}

acronym, .titleTip {
  border-bottom: 1px dotted rgb(153,153,153);
  cursor: help;
  margin: 0;
  padding: 0 0 0.4px 0;
}

.doNotDisplay {
  display: none;
}

.smallCaps {
  margin-top: -.8ex;
  font-size: 110%;
  font-variant: small-caps;
}


/* ##### Header ##### */

.superHeader {
  color: white;
  background-color: #510001;
  height: 28px;
}

.superHeader a {
  color: white;
  background-color: transparent;
  text-decoration: none;
  font-size: 91%;
  margin: 0;
  padding: 0 0.5ex 0 0.25ex;
}

.superHeader a:hover {
  text-decoration: underline;
}

.superHeader .left {
  position: absolute;
  left: 1.5mm;
  top: 0ex;
}

.superHeader .left img {
    vertical-align: middle
}

.superHeader .right {
  position: absolute;
  right: 1.5mm;
/* top: 0.75ex; */
top: 1ex;
}

.midHeader {
  color: rgb(39,78,144);
  background:#efefef url(images/midHeader-ogdc.gif) no-repeat bottom right; 
  padding: 0 0 1ex 4mm;
}
	
midHeader .smallCaps {
  font-size: 110%;
  font-variant: small-caps;
  padding: -20px 0 0 0;
}

.headerTitle { 
font-size: 233%; 
font-weight: normal; 
font-family: trebuchet ms, verdana, helvetica, arial, sans-serif; 
margin: 0 0 0 0; 
padding: 0.25ex 0 0 0; 
}

.subHeader {
  border-top: 1px solid rgb(204,204,204);
  border-bottom: 1px solid rgb(204,204,204);
  color: #0066cc;
  font-family: verdana, helvetica, arial, sans-serif; 
  text-decoration: none;
  font-size: 91%;
  background-color: rgb(240,240,240);
  margin: 0;
  padding: 1ex 1ex 1ex 4mm;
}

.subHeader a {
	color: #0066cc;
	background-color: transparent;
	text-decoration: none;
	font-weight: normal;
}  

.subHeader a:hover {
  color: #003399;
  text-decoration: underline;
}

.superHeader .highlight, .subHeader .highlight {
  color: rgb(253,160,91);
  background-color: transparent;
}

.urhere {
	font-size: 130%;
	font-weight: bold !important;
	color: rgb(34,62,110) !important;
}

/* ##### Main Copy ##### */

#main-copy {
  color: black;
  background-color: white;
  text-align: justify;
  line-height: 1.5em;
  margin: 0 0 0 0em;
  padding: 0.5mm 5mm 5mm 5mm;
  border-left: 1px solid rgb(153,153,153);
}

#main-copy p {
  margin: 1em 1ex 2em 1ex;
  padding: 0;
}

#main-copy a {
  color: rgb(0,102,204);
  background-color: transparent;
  text-decoration: underline;
}

#main-copy a:hover {
  text-decoration: none;
}

#main-copy h1 {
  color: white;
  background-color: rgb(100,135,220);
/*  font-size: 100%; */
font-size: 120%;
  font-weight: bold;
  margin: 3em 0 0 0;
  padding: 0.5ex 0 0.5ex 1ex;
}

#main-copy h2 {
  color: rgb(34,62,110);
  font-size: 120%;
  font-weight: bold;
  margin: 1em 0 0 0;
  padding: 0.5ex 0 0.5ex 1ex;
}

#main-copy .topOfPage {
  color: white;
  background-color: transparent;
/*  font-size: 91%; */
    font-size: 120%;
  font-weight: bold;
  text-decoration: none;
/*  margin: 2.5ex 1ex 0 0;  /* For MSIE */
  margin: 2.9ex 1ex 0 0;  /* For MSIE */
  padding: 0;
  float: right;
}

#main-copy > .topOfPage {
/*  margin: 2.75ex 1ex 0 0;  /* For fully standards-compliant user agents */
  margin: 3.15ex 1ex 0 0;  /* For fully standards-compliant user agents */
}

dl {
  margin: 1em 1ex 2em 1ex;
  padding: 0;
}

dt {
  font-weight: bold;
  margin: 0 0 0 0;
  padding: 0;
}

dd {
  margin: 0 0 2em 2em;
  padding: 0;
}

#main-copy > .hang { 
/*  margin: 1em 1ex 2em 1ex; */
  padding: 0;
  text-indent: -6ex; 
  margin-left: 7ex;
  } 

.box-note { 
	width: 80%; background: #fff; 
	border-top: 1px dotted rgb(153,153,153);
	margin: 10px 0;
	}

.box-note .inside { 
	padding: 1.2em;
	}


/* ##### Tooltips ##### */

a.info{
    position:relative; 
    z-index:24;
    color:#000;
	font-weight:normal;
    text-decoration:none}

a.info:hover{z-index:25;}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:1.5em; left:2em; width:15em;
    border:1px solid #666666;
    background-color:#F2F3EB; color:#000;
    text-align: center}

/* ##### Footer ##### */

#footer {
  color: white;
/*  background-color: rgb(100,135,220); */
  background-color: rgb(34,62,110);
  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;
}

/* ##### Tables ##### */

/* ##### main copy table ##### */
table.mc {
	border-width: 1px;
	border-spacing: ;
	border-style: solid;
	border-color: #cccccc;
	border-collapse: collapse;
	background-color: inherit;
}
table.mc th {
	border-width: 0px;
	padding: 2px 4px 2px 4px;
	border-style: solid;
	border-color: #efefef;
	background-color: #dbdbdb;
	text-align: center;
	vertical-align: bottom;
	font-size: inherit;
	font-family: inherit;
	-moz-border-radius: ;
}
table.mc td {
	border-width: 0px;
	padding: 2px 4px 2px 4px;
	border-style: solid;
	border-color: #efefef;
/*	background-color: white; */
	text-align: left;
	vertical-align: top;
	font-size: inherit;
	font-family: inherit;
	-moz-border-radius: ;
}

.altb {
background-color: #eee;
}

.txt_a {
	font-size: inherit;
	font-family: inherit;
	line-height: 13.5pt;
}


/* ##### Boxes ##### */

.box_right_image {
position:relative;
float:right;
width:auto;
margin:0 0 3px 10px !important;
margin:0 5px 3px 10px;
padding:2px 5px 2px 10px;
background:none;
border:none;
text-align:left;
}

.box_left_image {
position:relative;
float:left;
width:auto;
margin:0 0 3px 10px !important;
margin:0 10px 3px 0px;
padding:2px 10px 2px 0px;
background:none;
border:none;
text-align:left;
}

.box_right {
position:relative;
float:right;
width:150px;
margin:0 0 3px 10px !important;
margin:0 5px 3px 10px;
padding:2px 5px 2px 10px;
background:#eeeeee;
border:1px solid #cccccc;
text-align:left;
color:#616161;
font-size:.9em;
}

.box_right h3 {
color:#6E312A;
margin:2px 0 -10px 0;
}

.box_right h3:after {
color: #6E312A;
content: "\0020 \00BB";
}

/* ##### Forms ##### */

/* ##### Popups ##### */

.popup {
margin: 2em 2em 0em 2em;
}


.anipopup { 
  color: rgb(0,102,204);
  background-color: transparent;
  text-decoration: underline;
  cursor: pointer;
 }
