@import "/C/s2.css";

/* POPUP SECTION */
div#popuphelpvalide, div#popuphelpreel, div#popuphelpreeldate,
div#popupbackground {
display: none;
}
div#popupbackground {
position:fixed;  
_position:absolute; /*hack for IE 6*/  
height:100%;  
width:100%;  
top:0;  
left:0;  
background:#000000;  
border:1px solid #0000bb;
}
div#popuphelpvalide, div#popuphelpreel, div#popuphelpreeldate {
position:fixed;
_position:absolute; /*hack for IE 6*/
height:100px;
width:300px;
background:#f0f8ff;
border:2px solid #0000bb;
padding:12px;
font-size:13px;
}
.popupclose {
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#0000bb;
font-weight:700;
display:block;
}
a.popupclose {  
cursor: pointer;  
text-decoration:none;  
}
a.popupclose:hover {  
cursor: pointer;  
text-decoration:none;  
color: #0000bb;
}
img#buttonhelpvalide, img#buttonhelpreel, img#buttonhelpreeldate {
cursor: pointer;
}

/* TITLE SECTION */
div#title {
width: 790px;
height: 90px;
border-width: 1px;
border-color: #0000bb;
border-bottom-style: solid;
padding: 0px;
margin: 0px;
margin-left: 10px;
}
div#title p.tit {
width: 340px;
height: 50px;
background: url("/I/miyu.png") no-repeat;
text-align: right;
color: #0000bb;
font-weight: bold;
font-size : 28px;
font-family: serif;
padding: 10px 0 5px 0; /* top right bottom left */
margin: 0px auto 0px auto;
}
div#title p.date {
font-size: smaller;
position: relative;
top: -12px;
left: 0px;
}

/* MENU SECTION */
div#menu {
float: left;
width: 150px;
margin-left: 10px;
margin-top: 20px;
}
div#menu dl {
background-color: #f0f8ff;
border-width: 1px;
border-color: #0000bb;
border-style: solid;
margin-top: 0px;
padding-top: 0px;
margin-bottom: 10px;
}
div#menu dt {
background: #02029e url(/I/titlebg.png) no-repeat;
color: #f0f8ff;
font-weight: bold;
font-size : 15px;
font-family: "Times New Roman", sans-serif;
}
div#menu dd {
padding: 0px;
margin: 0px;
margin-top: 2px;
margin-bottom: 2px;
font-size: smaller;
}
div#menu dd p {
padding: 0px;
margin: 0px;
}

/* CONTENT SECTION */
div#content {
width: 630px;
margin-left: 170px;
margin-top: 20px;
min-height: 700px;
height: auto !important;
height: 700px;
}

/* FOOTER SECTION */
div#footer {
width: 800px;
border-width: 1px;
border-color: #0000bb;
border-top-style: solid;
text-align: center;
margin-left: 10px;
}
div#footer img {
border: 0px;
}
div#footer span {
background: #fff;
color: #fff;
}

/* ALL SECTIONS */
a {
color: #0000bb;
text-decoration: none
}
a:visited {
color: #0000bb;
}
a:hover {
color: #012ef9;
text-decoration: underline
}
a:visited img {
border-color: #0000bb;
}
a:hover img {
border-color: #012ef9;
}
body {
padding: 0px;
margin: 0px;
font-family: sans-serif;
}
button {
font-weight: bold;
color: #76A8D0;
border-color: #76A8D0;
border-style: solid;
border-width: 1;
size:30
}
button.imag {
background-color: #ffffff;
border-color: #ff0000;
border-style: solid;
border-width: 0;
}
div.figure {
text-align: center;
font-size: smaller;
}
div.figure img {
border-width: thin;
border-color: black;
border-style: solid;
}
h1 {
color: #00019a;
font-family: serif;
}
h2 {
color: #0032ff;
font-family: serif;
}
h3 {
color: #001ed6;
font-family: serif;
}
h4 {
color: #0120da;
font-family: serif;
}
img {
border: 0px;
}
p.date {
font-size: smaller;
}
q:before {
content: open-quote;
}
q:after {
content: close-quote;
}
q:lang(en) {
quotes: '"' '"' "'" "'";
}
q:lang(fr) {
quotes: "\00AB\00A0" "\00A0\00BB" '"' '"';
}
q {
font-style: oblique;
}

table.logo td {
text-align: center;
}
table.procs {
border-collapse: collapse;
}
table.procs td, table.procs th {
border-width: 1px;
border-color: #000000;
border-style: solid;
padding: 1px;
margin: 0px;
}
table.procs td.disc {
text-align: center;
}
table.procs tr.a0 td {
background-color: #96C8F0;
}
table.procs tr.a0 input {
background-color: #96C8F0;
}
table.procs tr.a1 td {
background-color: #76A8D0;
}
table.procs tr.a1 input {
background-color: #76A8D0;
}
table.procs tr.a2 {
background-color: red;
}
table.procs tr.a0 td.nodecoration, table.procs tr.a1 td.nodecoration, table.procs th.nodecoration, table.procs td.nodecoration {
border-style: none;
background-color: transparent;
}

/* PRINT SECTION */
@media print {
div#title {display: none;}
div#menu {display: none;}
div#content {margin-left: 0px;}
div#footer {display: none;}
}
