/*****************************
 * TITLE: Screen Stylesheet  * 
 *****************************/

html, body {
  min-height: 100%;
  width: 99%;
  height: 100%; /* hack for IE5+/Win.*/
}

html>body {height: auto;}
/* Without this, Moz1.0 adds a vertical scrollbar */

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

body {
  color: #666666;
  background-color: #FFFFFF; /* #E2DAC7; */
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 100%;
  margin: 0;
  padding: 0;
  background-color: transparent;
  background-image: url(/images/p/bg.gif);
  background-repeat: no-repeat;
  background-repeat: repeat-y;
  background-position: left top;
}

html > body {
  font-size: 11pt;
}

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;
}

/* ##### Content ##### */

#content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  overflow: visible;
}

/* ##### Header ##### */

#header {
  color: inherit;
  margin: 0;
  padding: 0;
  width: 960px;
  height: 100%;
/*  height: auto; */
  overflow: visible;
/*
  background-image: url(/images/p/aiora_small.gif);
  background-repeat: no-repeat;
  background-position: 204px top;
*/
}

.headerTitle {
  margin: 0;
/*  padding: 0.25em 4mm 0.25em 4mm; */
  text-align: center;
}

.headerTitle a {
  color: black;
  background-color: transparent;
  text-decoration: none;
  font-size: 80%;  /* For MSIE */
  font-weight: bold;
  font-style: italic;
}

.headerTitle > a {
  font-size: 105%;  /* For fully standards-compliant user agents */
}

.headerTitle span {
/*  color: white; */
  background-color: transparent;
  font-weight: normal;
}


.subHeader {
  color: #000000;
  background-color: #F0F0F0;
  font-size: 75%;
  text-align: left;
  padding: 5px 0px 5px 66px;
  margin: 60px 12px 0px 12px;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
}

.menu_off, .menu_on {
  color: #666666;
  background-color: transparent;
  font-size: 8pt;
  text-decoration: none;
  font-weight: bold;
}

.menu_off a {
  color: #666666;
  text-decoration: none;
  padding: 4px 8px 4px 8px;
}

.menu_on a {
  color: #000000;
  text-decoration: none;
  padding: 4px 8px 4px 8px;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
}

.menu_off a:hover {
  color: #FFFFFF;
  background-color: #666666;
  text-decoration: none;
  padding: 4px 8px 4px 8px;
}

.menu_on a:hover {
  color: #FFFFFF;
  background-color: #6599CB;
  text-decoration: none;
  padding: 4px 8px 4px 8px;
}


.subHeaderRight {
  text-align: right;
}


.subHeaderLang {
  color: white;
  background-color: inherit;
  font-size: 90%;
  text-align: left;
  margin-left: 106px;
  margin-top: 6px;
  float:left;
}


.subHeader2 {
  color: #BA0000;
  background-color: transparent;
  font-size: 70%;
  text-align: left;
  margin: 6px 0 12px 220px;
}

.subHeader2 a {
  color: #BA0000;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  padding: 0 1ex;
}

.subHeader2 a:hover {
  color: #BA0000;
  background-color: transparent;
  text-decoration: underline;
}


/* ##### Left Side Bar ##### */

.leftSideBar {
  width: 194px;
  background-color: transparent;
  float: left; 
  font-size: 70%;
  line-height: 1.4em;
  margin: 0;
  margin-left: 10px;
  overflow: visible;
}

.leftSideBar .sideBarTitle {
  color: white;
  background-color: #666666;
  font-weight: bold;
  line-height: 1.8em; 
}

.leftSideBar .submenuTitle {
	color: white;
    /* background-color: #6599CB; */ /* blue */
	background-color: #666666;
	line-height: 1.4em;
	display: block;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #000000;
}

.leftSideBar .submenuTitleOn {
	color: white;
	background-color: #333333;
	line-height: 1.4em;
	display: block;
/*	margin:  0; */
	border: 1px solid #FFFFFF;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #000000;
}

.leftSideBar .submenuTopTitle {
  color: white;
  background-color: #333333;
  font-size: 110%;
  font-size: 10pt;
  font-weight: bold;
  text-align: center;
  margin: 0;
  padding: 10px;
}


.leftSideBar .submenuText {
  color: white;
/*  background-color: #99A889; */ /* oil */
  background-color: #cccccc;
  line-height: 1.4em; 
  display: block;
  border: 1px solid #FFFFFF;
}

.leftSideBar  .submenuSpace {
  color: inherit;
  background-color: transparent;
  line-height: 16px;
}

.leftSideBar ul {
  list-style-type: none;
}

.leftSideBar li {
  color: white;
  display: block;
}

.leftSideBar span {
  color: white; 
  text-decoration: none;
  display: block; 
  padding: 0.8ex 1ex  0.6ex 2ex;
}

.leftSideBar a {
  color: white; 
  text-decoration: none;
  display: block; 
  padding: 0.8ex 1ex  0.6ex 2ex;
}

.leftSideBar a:hover {
  background-color: #6599CB; /* blue */
  display: block;
}

.leftSideBar .sideBarText {
  color: black;
  background-color: transparent;
  line-height: 1.25em;
  display: block;
}

.leftSideBar .sideBarText a {
  text-decoration: underline;
}

.leftSideBar .sideBarText a:hover {
  text-decoration: none;
}

.leftSideBar form {
  padding: 0;
  margin: 0 0 0 58px;
}

.leftSideBar #q {
  font-size: 9pt;
  padding: 2px;
  border: 1px solid;
  background-color: #ccc;
}

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

#main-copy {
  width: 740px;
  height: 70%;
  color: #333333;
  background-color: transparent;
  text-align: justify;
  line-height: 1.5em;
  margin: 0;
  margin-left: 208px;
/* border: 1px solid #000; */
  overflow: auto;
}


#main-copy div {
  color: #333333;
  background-color: transparent;
  font-family: verdana, arial, helvetica, sans-serif;
  text-align: left;
}

#main-copy div.text {
  background-color: transparent;
  line-height: 1.4em;
  margin: 12px 8px;
}

#main-copy div.news {
  width: 188px;
  background-color: #FFFABB;
  font-size: 90%;
  text-align: left;
  line-height: 1.5em;
  margin-bottom: 16px;
  margin-top: 0;
  margin-left: 440px;
  margin-right: 0;
  padding: 6px 6px 6px 6px;
  border: 1px dashed #999999;
}

#main-copy div.boxleft {
  width: 400px; 
  float: left; 
  clear: right;
  background-color: #F0F0F0;
  font-size: 100%;
  text-align: left;
  margin-left: 10px;
  margin-bottom: 12px;
  padding: 6px 6px 6px 6px;
  border: 1px dashed #999999;
}

#main-copy div.boxright {
  width: 188px;
  color: #333333;
  background-color: #F0F0F0;
  font-size: 90%;
  text-align: left;
  line-height: 1.5em;
  margin-bottom: 16px;
  margin-top: 0;
  margin-left: 440px;
  margin-right: 0;
  padding: 6px 6px 6px 6px;
  border: 1px dashed #999999;
}

#main-copy div.boxfull {
  width: 620px; 
  background-color: white;
  font-size: 100%;
  text-align: left;
  line-height: 1.3em;
  float: left; 
  clear: right;
  margin: 0;
  margin-bottom: 12px;
  margin-left: 10px;
  padding: 6px 6px 6px 6px;
  border: 1px solid #666;
}
/*
#main-copy div.boxall {
  width: 770px;
  float: left;
  background-color: white;
  font-size: 100%;
  text-align: left;
  line-height: 1.3em;
  margin: 0;
  margin-bottom: 12px;
  margin-left: 0;
  padding: 6px 6px 6px 6px;
  border: 1px solid #333;
}
*/
#main-copy div.boxtitle {
  background-color: #95A9BC;/*#335A7E; */
  color: white;
  font-weight: bold;
  display: block;
  font-size: 100%;
  text-align: left;
  line-height: 1.6em;
  margin: -6px;
  margin-bottom: 4px;
  padding-left: 24px;
  padding-bottom: 2px;
  background-image: url(/images/p/oa.gif);
  background-repeat: no-repeat;
  background-position: 6px 3px;
}

#main-copy div.boxtitle2 {
  background-color: #949B9E;
  color: white;
  font-family: helvetica;
  font-weight: bold;
  display: block;
  font-size: 110%;
  text-align: left;
  line-height: 1.6em;
  margin: -6px;
  padding-left: 24px;
  padding-bottom: 4px;
  background-image: url(/images/p/oa.gif);
  background-repeat: no-repeat;
  background-position: 6px 5px;
}

#main-copy div.inboxtitle {
  background-color: #557594;
  color: white;
  font-family: helvetica;
  font-weight: bold;
  display: block;
  font-size: 120%;
  text-align: left;
  line-height: 1.6em;
  margin: 10px -6px 0;
  padding-left: 24px;
  background-image: url(/images/p/ra.gif);
  background-repeat: no-repeat;
  background-position: 6px 5px;
}

#main-copy div.inboxtitle2 {
  background-color: #95A9BC;
  color: white;
  font-weight: bold;
  display: block;
  text-align: center;
  font-size: 110%;
  line-height: 1.6em;
  margin: 0 -6px 6px;
  padding-left: 0;
}


#main-copy div p {
/*  color: #335A7E; */
  font-size: small;
  padding-left: 10px;
  line-height: 1.2em;
}

#main-copy div li {
/*  color: #335A7E; */
  font-size: small;
  margin: 0 0 6px -10px;
  padding-right: 0px;
  line-height: 1em;
  list-style-position: outside;
  list-style-image: url(/images/p/b_bw.gif);
}


#main-copy h1 {
  color: #BA0000;
  background-color: transparent;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 120%;
  font-weight: bold;
  font-style: normal;
  text-align: left;
  margin: 1em 0 0 0;
  padding: 1em 0 0 0;
}

#main-copy h2 {
  color: #BA0000;
  background-color: transparent;
  font-family: arial, verdana, helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 110%;
  text-align: left;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

#main-copy h4 {
  color: #333333;
  background-color: transparent;
  font-family: arial, helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 90%;
  font-size: 11pt;
  text-align: left;
  margin: 0 0 0 10px;
  padding: 0 0 0 16px;
  background-image: url(/images/p/ra.gif);
  background-repeat: no-repeat;
  background-position: 2px 3px;
  border-top:1px solid #666;
  border-bottom:1px solid #666;
}

#main-copy h4 a {
  color: #0064AF;
  background-color: transparent;
  text-decoration: none;
}

#main-copy h4 a:hover {
  color: #FF0000;
  background-color: transparent;
  text-decoration: none;
}

#main-copy a {
  color: #0064AF;
  background-color: transparent;
  text-decoration: none;
}

#main-copy a:hover {
  color: #FF0000;
  text-decoration: underline;
}

.news_category {
  color: #333;
  background-color: #FFFFFF;
  font-family: verdana, arial, helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: small !important;
  text-align: left;
  margin: 0 0 0 0px;
  padding: 3px 0 3px 10px;
  background-image: url(/images/p/ra.gif);
  background-repeat: no-repeat;
  background-position: -2px 4px;
  border-bottom:1px solid #666;
}

.news_title {
  line-height:1.3em;
  font-size: 10pt !important;
  text-align: left;
  font-weight: bold;
  font-style: normal;
  margin: 0 0 0 0px;
  padding: 3px 6px 3px 14px;
  background-image: url(/images/p/ar.gif);
  background-repeat: no-repeat;
  background-position: 2px 5px;
  background-color: #eee;
  display:block;
  border-bottom:1px solid #aaa;
}

.news_title a {
  color: #333 !important;
}

.news_date {
  color: #BA0000;
  font-family: arial, helvetica, sans-serif;
  font-size: small;
  font-weight: bold;
}

.news_article_box {
  color: #666 !important;
  margin: 1em 0 0 0px;
  display:block;
/*  border:1px solid #aaa; */
/*
  background-image: url(/images/p/paper.jpg);
  background-repeat: repeat-both;
  background-position: left top;
*/
}

.fpnews_article_box {
  color: #666 !important;
  margin: 1em 0 0 0px;
  display:block;
/*  border:1px solid #aaa; */
}

.news_article {
  font-family: arial, helvetica, sans-serif;
  text-align: left;
  line-height:1.5em;
}

.news_more {
  color: #aaa;
  font-family: arial, helvetica, sans-serif;
  font-size: 8pt;
  text-align: right;
  display:block;
  margin-top: -10px;
  padding-right: 14px;
  background-image: url(/images/p/ar.gif);
  background-repeat: no-repeat;
  background-position: right;
  background-color: transparent;
}

.news_more a {
  color: #999 !important;
}

.news_more a:hover {
  color: #0064AF !important;
  text-decoration: none !important;
}

p {
  font-size: smaller !important;
  margin: 1em 1em 1.5em 0;
  padding: 0;
  line-height: 1.4em;
}

/*
dt {
  font-weight: bold;
  margin: 0;
  padding: 0 0 0.5ex 0;
}

dd {
  margin: 0 0 1.5em 1.5em;
  padding: 0;
}
*/

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

#footer {
  color: #BA0000;
  color: #FFFFFF;
  background-color: transparent;
  font-size: 75%;
  width: 170px;
  text-align: center;
  line-height: 1.25em;
  margin: 0 0 0 42px;
  padding: 0.5em 0 0.5em 0;
  position: absolute;
  bottom:6px;
  left:0;
}

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

#footer a:hover {
  color: #000000;
  background-color: #FFFFFF;
}

#alpha_line {
  font-size:small;
  font-weight: bold;
  color: #999999;
  background-color: transparent;
  text-decoration: none;
  margin-left:2em;
}

#alpha_line a {
  color:#6599CB;
  background-color: transparent;
  text-decoration: none;
  padding:4px;
}

#alpha_line a:hover {
  color:#FFFFFF;
  background-color: #6599CB;
  text-decoration: none;
  padding:4px;
}


/* Calendar */
/*
a.cal { text-decoration: none; }
a.cal:link { color: #0066FF; }
a.cal:visited { color: #0066FF; }
a.cal:active { color: #3366CC; }
a.cal:hover { color: #000099; text-decoration: none; }
*/
a.cal_today {background:#C80C08;color:#FFFFFF;font-weight:bold;padding: 2px 4px 2px 4px;}
a.cal_today:link {background:#C80C08;color: #0066FF;}
a.cal_today:visited { color: #0066FF; }
a.cal_today:active { color: #3366CC; }
a.cal_today:hover { background:#C80C08;color:#FFFFFF; text-decoration: none; }

table.calendar {
  width: 100%;
  width: 200px;
  background-color: #eee;
  font-family: arial, helvetica, sans-serif;
  font-size: small;
  line-height: 1.25em;
  border:1px solid #666;
}

table.calendar td {
  text-align: center;
}

table.calendar td a {
  display: block;
  text-decoration: none;
}

table.calendar td a:hover {
  background-color: #CCCCFF;
  background-color: #6599CB;
}

table.calendar th {
  background-color: #DDDDFF;
}

table.calendar td.selected {
  background-color: #FFCC99;
}

img.calendar {
  border: none;
}
