html {
  margin: 0;
  /* setting border: 0 hoses ie6 win window inner well border */
  padding: 0;
}

body {
  margin: 0;
  /* setting border: 0 hoses ie5 win window inner well border */
  padding: 0;
  font-family: verdana, 'trebuchet ms', sans-serif;
  font-size: 12px;
  background-color: #ffffff;
  background-image: url(/blog/bichir/images/bg.jpg);
  background-repeat: repeat-y;
  background-attachment: fixed;
}

a:link {
  color: #0000ff;
  text-decoration: none;
}

a:visited {
  color: #660099;
  text-decoration: none;
}

a:active {
  color: #ff0000;
  text-decoration: underline;
}

a:hover {
  color: #ff0000;
  text-decoration: underline;
}

a.title:link {
  color: #000000;
  text-decoration: none;
}

a.title:visited {
  color: #000000;
  text-decoration: none;
}

a.title:active {
  color: #ff0000;
  text-decoration: none;
}

a.title:hover {
  color: #ff0000;
  text-decoration: underline;
}

a.item_top_page:link {
  color: #003355;
  text-decoration: none;
}

a.item_top_page:visited {
  color: #003355;
  text-decoration: none;
}

a.item_top_page:active {
  color: #003355;
  text-decoration: none;
}

a.item_top_page:hover {
  color: #003355;
  text-decoration: none;
}

table.calender a:link {
  color: #0000ff;
  text-decoration: none;
  font-weight: bold;
}

table.calender a:visited {
  color: #660099;
  text-decoration: none;
  font-weight: bold;
}

table.calender a:active {
  color: #ff0000;
  text-decoration: underline;
  font-weight: bold;
}

table.calender a:hover {
  color: #ff0000;
  text-decoration: underline;
  font-weight: bold;
}

a img {
  border-style: none;
}

/*
ol {
  list-style-type: upper-roman;
}

ol ol {
  list-style-type: decimal;
}

ol ol ol {
  list-style-type: lower-alpha;
}

ol ol ol ol {
  list-style-type: lower-roman;
}
*/

div.center {
  text-align: center;
}

span.red {
  color: #FF0000;
}

span.green {
  color: #0000FF;
}

span.blue {
  color: #0000FF;
}

span.yellow {
  color: #FFFF00;
}

span.lighter {
  font-weight: lighter;
}

span.bold {
  font-weight: bold;
}

span.bolder {
  font-weight: bolder;
}

span.italic {
  font-style: italic;
}

span.small {
  font-size: small;
}

span.large {
  font-size: large;
}

span.huge {
  font-size: xx-large;
}

span.underline {
  text-decoration: underline;
}

span.overstrike {
  text-decoration:  line-through;
}

img.left {
  float: left;
  padding: 4px 4px 4px 4px;
  border-style: none;
}

img.right {
  float: right;
  padding: 4px 4px 4px 4px;
  border-style: none;
}

table.main {
  width: 100%;
  border-top-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  border-bottom: 2px solid #003355;
  padding: 1px 1px 1px 1px;
  border-spacing: 0px;
  text-align: left;
  empty-cells: show;
}

table.main td.sidebar {
  width: 200px;
}

table.main td.body {
}

hr.entry {
  width: 100%;
  border: 1px dotted #000000;
}

div.center {
  text-align: center;
}

div.right {
  text-align: right;
}

div.left {
  text-align: left;
}

div.float_left {
float: left;
padding: 4px 4px 4px 4px;
border-style: none;
}

div.float_right {
float: right;
padding: 4px 4px 4px 4px;
border-style: none;
}

table.date {
  border-style: none;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px 0px;
}

td.date_head {
  background-image: url(/blog/bichir/images/site_menu_bar_head.jpg);
  background-position: right top;
  background-repeat: no-repeat;
  border-style: none;
  height: 38px;
  width: 22px;
  text-align: center;
  white-space: pre;
}

td.date_tail {
  background-image: url(/blog/bichir/images/site_menu_bar_tail.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  border-style: none;
  height: 38px;
  width: 22px;
  text-align: center;
  white-space: pre;
}

td.date_body {
  color: #585858;
  background-image: url(/blog/bichir/images/site_menu_bar.jpg);
  background-position: left top;
  background-repeat: repeat-x;
  border-style: none;
  height: 38px;
  padding: 3px;
  text-align: left;
  color: #000000;
  font-family: 'Trebuchet MS', Verdana, sans-serif;
  font-weight: bold;
  font-size: 12pt;
}

div.item {
  color: #003355;
  margin-left: 17px;
  padding-top: 12px;
  font-weight: bold;
  font-size: 10pt;
  width: 165px;
  height: 55px;
  text-align: center;
  background-image: url(/blog/bichir/images/item_off.jpg);
}

div.entry {
  padding-left: 22px;
  padding-right: 22px;
}

div.sidebar {
}

div.sidebar ul {
  padding-left: 15px;
  margin: 0px;
  margin-bottom: 30px;
}

div.sidebar li {
  color: #000000;
  font-family: 'Trebuchet MS', Verdana, sans-serif;
  font-size: x-small;
  text-align: left;
  line-height: 100%;
  list-style-type: none;
}

table.calender {
  margin-left: 30px;
  text-align: center;
}

div.sidebar_entry {
  margin-left: 20px;
}

#calendar {
  line-height: 140%;
  color: #000000;
  font-family: 'Trebuchet MS', Verdana, sans-serif;
  font-size: x-small;
  padding: 2px;
  text-align: center;
}

table.adv {
 border-style:none;
}

table.frame {
  border-style: none;
  border-collapse: collapse;
  border-spacing: 0px 0px;
}

td.frame_nw {
  background-image: url(/blog/bichir/images/fr_nw.jpg);
  background-position: right bottom;
  background-repeat: no-repeat;
  height: 23px;
  width: 31px;
  text-align: center;
  white-space: pre;
}

td.frame_ne {
  background-image: url(/blog/bichir/images/fr_ne.jpg);
  background-position: left bottom;
  background-repeat: no-repeat;
  height: 23px;
  width: 31px;
  text-align: center;
  white-space: pre;
}

td.frame_sw {
  background-image: url(/blog/bichir/images/fr_sw.jpg);
  background-position: right top;
  background-repeat: no-repeat;
  height: 31px;
  width: 31px;
  text-align: center;
  white-space: pre;
}

td.frame_se {
  background-image: url(/blog/bichir/images/fr_se.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  height: 31px;
  width: 31px;
  text-align: center;
  white-space: pre;
}

td.frame_n {
  background-image: url(/blog/bichir/images/fr_n.jpg);
  background-position: bottom;
  background-repeat: repeat-x;
  height: 23px;
  text-align: center;
  white-space: pre;
}

td.frame_s {
  background-image: url(/blog/bichir/images/fr_s.jpg);
  background-position: top;
  background-repeat: repeat-x;
  height: 31px;
  text-align: center;
  white-space: pre;
}

td.frame_w {
  background-image: url(/blog/bichir/images/fr_w.jpg);
  background-position: right;
  background-repeat: repeat-y;
  height: 31px;
  text-align: center;
  white-space: pre;
}

td.frame_e {
  background-image: url(/blog/bichir/images/fr_e.jpg);
  background-position: left;
  background-repeat: repeat-y;
  height: 31px;
  text-align: center;
  white-space: pre;
}

table.frame a:link {
  text-decoration: none;
}

table.frame a:visited {
  text-decoration: none;
}

table.frame a:hover {
  text-decoration: underline;
}

table.frame a:active {
  text-decoration: underline;
}

table.ex {
  border-style: none;
  border-collapse: collapse;
  border-spacing: 0px 0px;
  width: 654px;
}

td.ex_fr_nw2 {
  background-image: url(/blog/bichir/images/kterm_nw2.jpg);
  background-position: right bottom;
  background-repeat: no-repeat;
  width: 5px;
  height: 21px;
  text-align: center;
  white-space: pre;
}

td.ex_fr_nw1 {
  background-image: url(/blog/bichir/images/kterm_nw1.jpg);
  background-position: left bottom;
  background-repeat: no-repeat;
  width: 17px;
  height: 21px;
  text-align: center;
  white-space: pre;
}

td.ex_fr_n {
  background-image: url(/blog/bichir/images/kterm_n.jpg);
  background-position: bottom;
  background-repeat: repeat-x;
  width: 572px;
  height: 21px;
  text-align: center;
  white-space: pre;
}

td.ex_fr_ne1 {
  background-image: url(/blog/bichir/images/kterm_ne1.jpg);
  background-position: right bottom;
  background-repeat: no-repeat;
  width: 49px;
  height: 21px;
  text-align: center;
  white-space: pre;
}

td.ex_fr_ne2 {
  background-image: url(/blog/bichir/images/kterm_ne2.jpg);
  background-position: left bottom;
  background-repeat: no-repeat;
  width: 5px;
  height: 21px;
  text-align: center;
  white-space: pre;
}

td.ex_fr_w {
  background-image: url(/blog/bichir/images/kterm_w.jpg);
  background-position: right;
  background-repeat: repeat-y;
  width: 5px;
  text-align: center;
  white-space: pre;
}

td.ex_fr_e {
  background-image: url(/blog/bichir/images/kterm_e.jpg);
  background-position: left;
  background-repeat: repeat-y;
  width: 5px;
  text-align: center;
  white-space: pre;
}

td.ex_fr_sw {
  background-image: url(/blog/bichir/images/kterm_sw.jpg);
  background-position: right top;
  background-repeat: no-repeat;
  width: 5px;
  height: 5px;
  text-align: center;
  white-space: pre;
}

td.ex_fr_s {
  background-image: url(/blog/bichir/images/kterm_s.jpg);
  background-position: top;
  background-repeat: repeat-x;
  height: 5px;
  text-align: center;
  white-space: pre;
}

td.ex_fr_se {
  background-image: url(/blog/bichir/images/kterm_se.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  width: 5px;
  height: 5px;
  text-align: center;
  white-space: pre;
}

td.ex {
  border: #000000 solid 1px;
  padding: 3px 2px 3px 2px;
}

table.ex pre {
  font-family: FixedSys;
  font-size: 12pt;
}

pre.ex {
  color: #000000;
  background-color:#AABBCC;
  border: #000000 solid 1px;
  width: 650px;
  padding: 3px;
  /* font-family: FixedSys; */
  font-size: 12pt;
  line-height: 110%;
}

pre.console {
  background-color: #000000;
  color: #CCCCCC;
  border: #AAAAAA inset 2px;
  width: 650px;
  padding: 3px;
  font-weight: bold;
  overflow: visible;
}

p.note {
  color: #FF0000;
  border: #FF0000 solid 3px;
  margin-left: 1em;
  margin-right: 1em;
  padding: 3px;
}

div.ps {
  background-color:#FFFFAB;
  margin-left:1em;
  margin-right:1em;
  padding:2px 2px 2px 2px;
}

ul ul.tree {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

ul ul.tree li {
  margin: 0px;
  padding: 0px 0px 0px 16px;
  font-size: 100%;
  background-image: url(/blog/bichir/images/tree29.gif);
  background-repeat: no-repeat;
}

ul ul.tree li.end {
  background-image: url(/blog/bichir/images/tree30.gif);
}

table.quote {
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  border-style: none;
  border-collapse: collapse;
  border-spacing: 0px 0px;
}

table.quote th {
  text-align: left;
  border: #FF8800 solid 1px;
  color: #FFFF88;
  background-color: #FF8800;
}

table.quote td {
  text-align: left;
  border: #FF8800 solid 1px;
  background-color: #FFFF88;
}

div.amazon {
  text-align: center;
  border: #888888 solid 1px;
}

h3.trackbacks-header {
  border-top: #000000 solid 2px;
  border-bottom: #000000 solid 2px;
  background-color: #DDDDDD;
  color: #000000;
  text-align: left;
  margin-bottom: 8px;
  padding: 3px;
  font-size: medium;
}

h3.comments-header {
  border-top: #000000 solid 2px;
  border-bottom: #000000 solid 2px;
  background-color: #DDDDDD;
  color: #000000;
  text-align: left;
  margin-bottom: 8px;
  padding: 3px;
  font-size: medium;
}

h3.comments-open-header {
  border-top: #000000 solid 2px;
  border-bottom: #000000 solid 2px;
  background-color: #DDDDDD;
  color: #000000;
  text-align: left;
  margin-bottom: 8px;
  padding: 3px;
  font-size: medium;
}

div.trackback {
  background-color:#AAFFBB;
  margin-left:1em;
  margin-right:1em;
  padding:2px 2px 2px 2px;
}

div.comment {
  background-color:#FFFFAB;
  margin-left:1em;
  margin-right:1em;
  padding:2px 2px 2px 2px;
}

ul.module-list {
}

li.module-list-item {
}

#lightbox{
  background-color:#eee;
  padding: 10px;
  border-bottom: 2px solid #666;
  border-right: 2px solid #666;
}
#lightboxDetails{
  font-size: 0.8em;
  padding-top: 0.4em;
}	
#lightboxCaption{
  float: left;
}
#keyboardMsg{
  float: right;
}
#closeButton{
  top: 5px; right: 5px;
}
#lightbox img{
  border: none;
  clear: both;
} 
#overlay img{
  border: none;
}
#overlay{
background-image: url(overlay.png);
}
* html #overlay{
  background-color: #333;
  back\ground-color: transparent;
  background-image: url(blank.gif);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
}

table.logo {
  border-style: none;
  width: 100%;
  border-collapse: collapse;
  emtpy-cell: show;
}

table.logo td.left {
  height: 125px;
  background-position: right top;
  background-image: url(/blog/bichir/images/bloglogo_back.jpg);
}

table.logo td.right {
  height: 125px;
  background-position: left top;
  background-image: url(/blog/bichir/images/bloglogo_back.jpg);
}

table.logo td.logo {
  width: 711px;
  height: 125px;
  background-image: url(/blog/bichir/images/bloglogo.jpg);
}

