@media screen 
{
.print_only { display: none }
body { background: #04558A; color: #000; margin: 0px; }
#content table tr td.shade {   padding-bottom: 0em;   border-top: 1px solid black;  
  position: relative;  background: url(img/bg_blue1.jpg) }
#footer {
  clear: both;
  color: #bbb;
  font-size: 12px;
  background: #04457A;
  border-top: 1px solid black;
  height: 20px;
.. width: 100%
..padding: .1em .1em ;
  text-align: center; }
}

@media print
{
 #header, #altlinks { display: none }
 .nav { display: none }
 .screen_only { display: none }
 .print_only { background: #fff;  border: 1px solid #000;  color: #000;  padding: .4em;  margin: 1em 0; }
 body { background: #FFF; color: #000; margin: 10px;}
 #content table tr td.shade { padding-bottom: 0em; position: relative; background: #fff; }
#footer {
  clear: both;
  color: #222;
  font-size: 12px;
  background: #fff;
  border-top: 1px solid black;
  height: 20px;
.. width: 100%
..padding: .1em .1em ;
  text-align: center; }
}

/* BASE CSS */
body, th, td {
 font: normal 13px verdana,arial,'Bitstream Vera Sans',helvetica,sans-serif;
}
A strong {
 font: bold 14px verdana,arial,'Bitstream Vera Sans',helvetica,sans-serif;
}
h1, h2, h3, h4 {
 font-family: arial,verdana,'Bitstream Vera Sans',helvetica,sans-serif;
 font-weight: bold;
 letter-spacing: -0.018em;
}
h1 { font-size: 21px; margin: .15em 1em 0 0 }
h2 { font-size: 16px; margin: 2em 0 .5em; }
h3 { font-size: 14px; margin: 1.5em 0 .5em; }
hr { border: none;  border-top: 1px solid #ccb; margin: 2em 0; }
address { font-style: normal }
img { border: none }

.white { text-decoration: none;  color: #fff; }

b.head_lev1 { font-size: 14px; margin-left: 1em; }
b.head_lev2 { font-size: 12px; margin-left: 2em; }
b.head_lev3 { font-size: 10px; margin-left: 4em; }
b.head_lev4 { font-size: 10px; margin-left: 6em; }
b.head_lev5 { font-size: 10px; margin-left: 8em; }
b.head_lev6 { font-size: 10px; margin-left: 10em; }
b.head_lev7 { font-size: 10px; margin-left: 12em; }
b.head_lev8 { font-size: 10px; margin-left: 14em; }
b.head_lev9 { font-size: 10px; margin-left: 16em; }
b.action { font-size: 12px; margin-left: 22em; }

table.time_log { border-collapse: collapse; border: 1px solid grey; }
table.time_log td {border: 1px solid black; padding: 0px;}
table.time_log td.hr { border-left: 2px solid black; padding: 0px; }
table.time_log td.hr_top { border: 0px ; padding: 0px; }
table.time_log td.head_lev1{ font-family: Verdana, Arial, sans-serif; font-size: 9pt; padding: 0px .5em; text-align: left; font-weight: bold }
table.time_log td.head_lev2{ font-family: Verdana, Arial, sans-serif; font-size: 9pt; padding: 0px 1.5em; text-align: left; }
table.time_log td.head_lev3{ font-family: Verdana, Arial, sans-serif; font-size: 9pt; padding: 0px 2.5em; text-align: left; }
table.time_log td.head_lev4{ font-family: Verdana, Arial, sans-serif; font-size: 9pt; padding: 0px 3.5em; text-align: left; }
table.time_log td.head_lev5{ font-family: Verdana, Arial, sans-serif; font-size: 9pt; padding: 0px 4.5em; text-align: left; }
table.time_log td.head_lev6{ font-family: Verdana, Arial, sans-serif; font-size: 9pt; padding: 0px 5.5em; text-align: left; }
table.time_log td.head_lev7{ font-family: Verdana, Arial, sans-serif; font-size: 9pt; padding: 0px 6.5em; text-align: left; }
table.time_log td.head_lev8{ font-family: Verdana, Arial, sans-serif; font-size: 9pt; padding: 0px 7.5em; text-align: left; }
table.time_log td.head_lev9{ font-family: Verdana, Arial, sans-serif; font-size: 9pt; padding: 0px 8.5em; text-align: left; }
table.time_log td.action {font-family: Verdana, Arial, sans-serif; font-size: 9pt; background-color: #FFC42B; }

.underline { text-decoration: underline; }
ol.loweralpha { list-style-type: lower-alpha }
ol.upperalpha { list-style-type: upper-alpha }
ol.lowerroman { list-style-type: lower-roman }
ol.upperroman { list-style-type: upper-roman }
ol.arabic     { list-style-type: decimal }

/* Link styles */
:link, :visited {
 text-decoration: none;
 color: #b00;
 border-bottom: 1px none #bbb;  /* border-bottom: 1px dotted #bbb;  */
}
:link:hover, :visited:hover {
 background-color: #eee;
 color: #555;
}
h1 :link, h1 :visited ,h2 :link, h2 :visited, h3 :link, h3 :visited,
h4 :link, h4 :visited, h5 :link, h5 :visited, h6 :link, h6 :visited {
 color: inherit;
}

b.page_title {font-family: Verdana, Arial, sans-serif; font-size: 13pt; padding: 0px 0.5em;  font-weight: bold;
}

.ext-link { background: url(img/extlink.gif) no-repeat 0 58%; padding-left: 16px }
* html .ext-link { background-position: 0 .35em } /* IE hack, see #937 */

/* Forms */
input, textarea, select { margin: 2px }
input, select { vertical-align: middle }
input[type=submit], input[type=reset] {
 background: #eee;
 color: #222;
 border: 1px outset #ccc;
 padding: .1em .5em;
}
input[type=submit]:hover, input[type=reset]:hover { background: #ccb }
input[type=text], input.textwidget, textarea {
 background: #fff;
 color: #000;
 border: 1px solid #d7d7d7;
}
input[type=text], input.textwidget { padding: .25em .5em }
input[type=text]:focus, textarea:focus { border: 1px solid #886 }
option { border-bottom: 1px dotted #d7d7d7 }
fieldset { border: 1px solid #d7d7d7; padding: .5em; margin: 0 }
fieldset.iefix { border: none; padding: 0; margin: 0 }
* html fieldset.iefix { width: 98% }
fieldset.iefix p { margin: 0 }
legend { color: #999; padding: 0 .25em; font-size: 90%; font-weight: bold }
label.disabled { color: #d7d7d7 }
.buttons { margin: .5em .5em .5em 0 }
.buttons form, .buttons form div { display: inline }
.buttons input { margin: 1em .5em .1em 0 }

/* Header */
#header hr { display: none }
#header img { border: none; margin: 0 0 -3em }
#header :link, #header :visited, #header :link:hover, #header :visited:hover {
 background: transparent;
 margin-bottom: 2px;
 border: none;
}
/* Title Header */
.title {
 display: block;
 font-size: 12px;
 margin: 0;
 padding: 0 0 .25em;
 text-align: center;
}

.gold{
 display: block;
 font-size: 14px;
 text-align: left;
 color:#FF3300;
}

/* Quick search */
#search {
 clear: both;
 font-size: 10px;
 height: 2.2em;
 margin: 0 0 1em;
 text-align: right;
}
#search input { font-size: 10px }
#search label { display: none }

/* Navigation */
.nav { height: 1em }
.nav h2, .nav hr { display: none }
.nav ul {
 display: block;
 font-size: 11px;
 margin: 0;
 padding: 0 0 .25em;
 text-align: right;
}
.nav li {
 display: inline;
 border-right: 1px solid #d7d7d7;
 list-style: none;
 padding: 0 .75em;
 white-space: nowrap;
}
.nav li :link, .nav li :visited { padding: 0 .5em }
.nav li.last { border-right: none }

/* Main navigation bar */
#mainnav {
  url(img/main_menu1.png) top left;
 border: 0px solid #000;
 font: bold 10px verdana,'Bitstream Vera Sans',helvetica,arial,sans-serif;
 height: 1.6em;
 margin: .4em 0 .33em;
}
#mainnav ul { float: left; padding: 0 }
#mainnav li { border-right: none; padding: 0 }
#mainnav :link, #mainnav :visited {
 border: none;
 color: #FFF;
 /* Hide from IE/Mac \*/
 display: block;
 float: left;
 /* Unhide */
 line-height: 1.4em;
 padding: .1em 8px;
}
#mainnav .active:link, #mainnav .active:visited {
 url(img/main_menu1.png) top left repeat-x;
 color: #fff;
 border-top: none;
 border-right: none !important;
 border-right: 1px solid #000;
 border-bottom: 1px solid #eee;
 font-weight: bold;
}
#mainnav :link:hover, #mainnav :visited:hover {
 background-color: #B2D5E8;
 border-bottom: 1px solid #eee;
  color: #000;
}

/* Sub navigation bar */
#subnav {
 border: 0px solid #000;
 font: bold 11px verdana,'Bitstream Vera Sans',helvetica,arial,sans-serif;
 height: 2.6em;
 margin: 2px 0 2px;
}
#subnav ul { float: center; padding: 0 }
#subnav li { border-right: none; padding: 0 }
#subnav :link, #subnav :visited {
 border: none;
 color: #000;
 border-top:  1px solid #000;
 border-left:  1px solid #000;
 border-right:  1px solid #000;
 border-bottom: 1px solid #000;

 /* Hide from IE/Mac \*/
 display: block;
 float: left;
 /* Unhide */
 line-height: 1.4em;
 padding: 2px 6px;
}
#subnav .active:link, #subnav .active:visited {
 color: #000;
 border-top:  1px solid #000;
 border-left:  1px solid #000;
 border-right:  1px solid #000;
 border-bottom: 1px solid #000;
 background: #fff;
 font-weight: bold;
}
#subnav :link:hover, #subnav :visited:hover {
 background-color: #FFF;
 border-top:  1px solid #330;
 border-left:  1px solid #330;
 border-right:  1px solid #330;
 border-bottom: 1px solid #330;
}

/* Sub navigation bar */
#subnav2 {
 border: 0px solid #000;
 font: bold 11px verdana,'Bitstream Vera Sans',helvetica,arial,sans-serif;
 height: 2.6em;
 margin: 2px 0 2px;
}
#subnav2 ul { float: center; padding: 0 }
#subnav2 li { border-right: none; padding: 0 }
#subnav2 :link, #subnav2 :visited {
 border: none;
 color: #000;
 border-top:  1px solid #000;
 border-left:  1px solid #000;
 border-right:  1px solid #000;
 border-bottom: 1px solid #000;
 background: #F8E078;

 /* Hide from IE/Mac \*/
 display: block;
 float: left;
 /* Unhide */
 line-height: 1.4em;
 padding: 2px 6px;
}
#subnav2 .active:link, #subnav2 .active:visited {
 color: #000;
 border-top:  1px solid #000;
 border-left:  1px solid #000;
 border-right:  1px solid #000;
 border-bottom: 1px solid #000;
 font-weight: bold;
}
#subnav2 :link:hover, #subnav2 :visited:hover {
 background-color: #FFF;
 border-top:  1px solid #330;
 border-left:  1px solid #330;
 border-right:  1px solid #330;
 border-bottom: 1px solid #330;
}

/* Context-dependent navigation links */
#ctxtnav li ul {
 background: #f7f7f7;
 color: #ccc;
 border: 1px solid;
 padding: 0; 
 display: inline;
 margin: 0;
}
#ctxtnav li li { padding: 0; }
#ctxtnav li li :link, #ctxtnav li li :visited { padding: 0 1em }
#ctxtnav li li :link:hover, #ctxtnav li li :visited:hover {
 background: #bba;
 color: #fff;
}


/* Footer */
#footer :link, #footer :visited { color: #bbb; }
#footer hr { display: none }
#footer :hover { background: transparent }

#footer p.left {
  float: left;
  margin-left: 1em;
  padding: 0 1em;
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
}
#footer p.right {
  float: right;
  text-align: right;
}

#datestamp {
  color: #04558A;
  font-size: 10px;
  background: transparent;
..padding: .1em .1em ;
  text-align: center;
}



#help {
 clear: both;
 color: #999;
 font-size: 90%;
 margin: 1em;
 text-align: right;
}
#help :link, #help :visited { cursor: help }
#help hr { display: none }

/* Page preferences form */
#prefs {
 background: #f7f7f0;
 border: 1px outset #998;
 float: right;
 font-size: 9px;
 padding: .8em;
 position: relative;
 margin: 0 1em 1em;
}
* html #prefs { width: 26em } /* Set width only for IE */
#prefs input, #prefs select { font-size: 9px; vertical-align: middle }
#prefs fieldset { border: none; margin: .5em; padding: 0 }
#prefs fieldset legend {
 background: transparent;
 color: #000;
 font-size: 9px;
 font-weight: normal;
 margin: 0 0 0 -1.5em;
 padding: 0;
}
#prefs .buttons { text-align: right }


table.cart {
 clear: both;
/* border-bottom: 1px solid #d7d7d7;*/
border:none;
/* border-collapse: collapse;*/
 border-spacing: 0;
 margin-top: 1em;
}
table.cart th {
text-align: center;
padding: 0 1em .1em 0;
font-size: 11px;
font-weight: bold;
 }
table.cart td {
/* border: 1px solid #d7d7d7;*/
 background: #EAF7FF;
  background: #ffffff;
/* border-bottom-color: #999;*/
 font-size: 9px;
 font-weight: bold;
 padding: 2px .5em;
/* vertical-align: bottom;*/
border:none;
}

/* Styles for tabular listings such as those used for displaying directory
   contents and report results. */
table.listing {
 clear: both;
 border-bottom: 1px solid #d7d7d7;
 border-collapse: collapse;
 border-spacing: 0;
 margin-top: 1em;
 width: 100%;
}
table.listing th { text-align: left; padding: 0 1em .1em 0; font-size: 12px }
table.listing thead { background: #f7f7f0 }
table.listing thead th {
 border: 1px solid #d7d7d7;
 border-bottom-color: #999;
 font-size: 11px;
 font-weight: bold;
 padding: 2px .5em;
 vertical-align: bottom;
}
table.listing thead th :link:hover, table.listing thead th :visited:hover {
 background-color: transparent;
}
table.listing thead th a { border: none; padding-right: 12px }
table.listing th.asc a, table.listing th.desc a { font-weight: bold }
table.listing th.asc a, table.listing th.desc a {
 background-position: 100% 50%;
 background-repeat: no-repeat;
}
table.listing th.asc a { background-image: url(img/asc.png) }
table.listing th.desc a { background-image: url(img/desc.png) }
table.listing tbody td, table.listing tbody th {
 border: 1px dotted #ddd;
 padding: .33em .5em;
 vertical-align: top;
}
table.listing tbody td a:hover, table.listing tbody th a:hover {
 background-color: transparent;
}
table.listing tbody tr { border-top: 1px solid #ddd }
table.listing tbody tr.even { background-color: #fcfcfc }
table.listing tbody tr.odd { background-color: #f7f7f7 }
table.listing tbody tr:hover { background: #eed !important }


/* Styles for the error page (and rst errors) */
#content.error .message, .error, div.system-message {
 background: #fdc;
 border: 2px solid #d00;
 color: #500;
 padding: .5em;
 margin: 1em 0;
}
#content.error pre, div.system-message pre { margin-left: 1em; overflow: auto }
div.system-message p { margin: 0; }
div.system-message p.system-message-title { font-weight: bold; }

div.highlight { background-color: #fff; font-weight: bold;  color: #0CC; border: 2px solid #0CC;
}

/* Menu Link */
A.MenuLink{
	color:#000000;
	width:100%;
	text-decoration: none;
}
/* Menu Link when the mouse is over */
A.MenuLink:hover{
	color:#AA0000;
	background-color:#f7f7f7;
	text-decoration: underline;
}

/* DIV block style bits */
DIV.halfspace{
 margin:  7px 0 0 0;
}

/* First menu link element */
DIV.FirstMenuElement{
 font: bold 11px verdana,'Bitstream Vera Sans',helvetica,arial,sans-serif;

	position:absolute;
	width:146px;
	padding:2px;
	text-align: center;
	background-color:#F8E078;
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	display:none;
	text-decoration: none;
}
/* First menu link element when the mouse is over */
DIV.FirstMenuElementOver{
 font: bold 11px verdana,'Bitstream Vera Sans',helvetica,arial,sans-serif;
	position:absolute;
	width:146px;
	padding:2px;
	text-align: center;
	background-color:#ffffff;
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	text-decoration: none;
}
/* Menu link element */
DIV.MenuElement { 
 font: bold 11px verdana,'Bitstream Vera Sans',helvetica,arial,sans-serif;
	position:absolute;
	padding:2px;
	width:146px;
	background-color:#F8E078;
	border-color:#475156;
	border-style:solid;
	border-width:1px;
	display:none;
	text-decoration: none;
}
/* Menu link element when the mouse is over */
DIV.MenuElementOver { 
 font: bold 11px verdana,'Bitstream Vera Sans',helvetica,arial,sans-serif;
	position:absolute;
	padding:2px;
	width:146px;
	background-color:#f7f7f7;
	border-color:#475156;
	border-style:solid;
	border-width:1px;
	text-decoration: none;
}

