/*
#6D6C31		#9E0000		- new default link visited
#F2F2E3		#FFD6D6		- new sheet-cc background color
#3F3F1C		#5C0000		- new menu hover color
#F4F4E6		#5C0000		- new button active color
#F2F2E3		#FFD6D6		- new post-cc background color
#908F41		#FF1A1A		- new article table header and cell color
#9B9946		#E00000		- new post H2 and active color
*/

/* error text class optionally provided by theme */

div.ccm-error-response {
  color: #f00;
  margin-bottom: 12px;
}

/* Theme */
body, p
{
  margin: 0.5em 0;
  font-family: Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  text-align: justify;
}

body
{
  margin: 0 auto;
  padding: 0;
  color: #000000;
  background-color: #EAE8E6;
  background-image: url('images/page_t.jpg');
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: top left;
}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited,
.postheader, .postheader a, .postheader a:link, .postheader a:visited, .postheader a:hover,
.blockheader .t, .vmenublockheader .t, .logo-text, .logo-text a,
h1.logo-name, h1.logo-name a, h1.logo-name a:link, h1.logo-name a:visited, h1.logo-name a:hover
{
  text-decoration: none;
  font-family: Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  text-align: left;
}

a, 
.post li a
{
  text-decoration: underline;
  color: #B8B8B8;
}

a:link,
.post li a:link
{
  text-decoration: underline;
  color: #B8B8B8;
}

a:visited, a.visited,
.post li a:visited, .post li a.visited
{
  color: #CF6E6E;
  /* new color */
  /* color: #9E0000;*/
}

a:hover, a.hover,
.post li a:hover, .post li a.hover
{
  text-decoration: none;
  color: #D1D1D1;
}

h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
  margin: 0.67em 0;
  color: #EBEBEB;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
  margin: 0.8em 0;
  font-size: 22px;
  color: #EBEBEB;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
  margin: 1em 0;
  font-size: 18px;
  color: #B8B8B8;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
  margin: 1.25em 0;
  font-size: 16px;
  color: #000000;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
  margin: 1.67em 0;
  font-size: 14px;
  color: #000000;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
  margin: 2.33em 0;
  font-size: 14px;
  color: #000000;
}

h1 a, h1 a:link, h1 a:visited, h1 a:hover,
h2 a, h2 a:link, h2 a:visited, h2 a:hover,
h3 a, h3 a:link, h3 a:visited, h3 a:hover,
h4 a, h4 a:link, h4 a:visited, h4 a:hover,
h5 a, h5 a:link, h5 a:visited, h5 a:hover,
h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
  margin:0;
}

#main
{
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  cursor:default;
}

#page-background-glare
{
  position: absolute;
  width: 100%;
  height: 422px;
  left: 0;
  top: 0;
}

#page-background-glare-image
{
  background-image: url('images/page_gl.png');
  background-repeat: no-repeat;
  height: 422px;
  width: 973px;
  margin: 0;
}

html:first-child #page-background-glare
{
  border: 1px solid transparent;/* Opera fix */
}

#page-background-gradient
{
  position: absolute;
  background-image: url('images/page_g.jpg');
  background-repeat: repeat-x;
  top: 0;
  width: 100%;
  height: 900px;
}

#page-background-gradient
{
  background-position: top left;
}

.cleared
{
  float: none;
  clear: both;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1px;
}

form
{
  padding: 0 !important;
  margin: 0 !important;
}

table.position
{
  position: relative;
  width: 100%;
  table-layout: fixed;
}
/* end Page */

/* begin Box, Sheet */
.sheet
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  width: 900px;
  min-width: 85px;
  min-height: 85px;
}

.sheet-body
{
  position: relative;
  z-index: 1;
  padding: 3px;
}

.sheet-tr, .sheet-tl, .sheet-br, .sheet-bl, .sheet-tc, .sheet-bc,.sheet-cr, .sheet-cl
{
  position: absolute;
  z-index: -1;
}

.sheet-tr, .sheet-tl, .sheet-br, .sheet-bl
{
  width: 84px;
  height: 84px;
  background-image: url('images/sheet_s.png');
}

.sheet-tl
{
  top: 0;
  left: 0;
  clip: rect(auto, 42px, 42px, auto);
}

.sheet-tr
{
  top: 0;
  right: 0;
  clip: rect(auto, auto, 42px, 42px);
}

.sheet-bl
{
  bottom: 0;
  left: 0;
  clip: rect(42px, 42px, auto, auto);
}

.sheet-br
{
  bottom: 0;
  right: 0;
  clip: rect(42px, auto, auto, 42px);
}

.sheet-tc, .sheet-bc
{
  left: 42px;
  right: 42px;
  height: 84px;
  background-image: url('images/sheet_h.png');
}

.sheet-tc
{
  top: 0;
  clip: rect(auto, auto, 42px, auto);
}

.sheet-bc
{
  bottom: 0;
  clip: rect(42px, auto, auto, auto);
}

.sheet-cr, .sheet-cl
{
  top: 42px;
  bottom: 42px;
  width: 84px;
  background-image: url('images/sheet_v.png');
}

.sheet-cr
{
  right: 0;
  clip: rect(auto, auto, auto, 42px);
}

.sheet-cl
{
  left: 0;
  clip: rect(auto, 42px, auto, auto);
}

.sheet-cc
{
  position: absolute;
  z-index: -1;
  top: 42px;
  left: 42px;
  right: 42px;
  bottom: 42px;
  background-color: #993333;
  /* new color */
  /* background-color: #FFD6D6;*/
}

.sheet
{
  margin-top: 20px !important;
  cursor:auto;
}

#page-background-simple-gradient, #page-background-gradient, #page-background-glare
{
  min-width: 900px;
}

/* end Box, Sheet */

/* begin Header */
div.header
{
  margin: 0 auto;
  position: relative;
  z-index: 0;
  width: 894px;
  height: 175px;
  overflow: hidden;
}

div.header-png
{
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 894px;
  height: 175px;
  background-image: url('images/header.png');
  background-repeat: no-repeat;
  background-position: left top;
}

div.header-jpeg
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 894px;
  height: 175px;
  background-image: url('images/header.jpg');
  background-repeat: no-repeat;
  background-position: center center;
}

/* end Header */

/* begin Menu */
/* menu structure */

.menu a, .menu a:link, .menu a:visited, .menu a:hover
{
  text-align: left;
  text-decoration: none;
  outline: none;
  letter-spacing: normal;
  word-spacing: normal;
}

.menu, .menu ul
{
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type: none;
  display: block;
}

.menu li
{
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  float: left;
  position: relative;
  z-index: 5;
  background: none;
}

.menu li:hover
{
  z-index: 10000;
  white-space: normal;
}

.menu li li
{
  float: none;
}

.menu ul
{
  visibility: hidden;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  background: none;
}

.menu li:hover>ul
{
  visibility: visible;
  top: 100%;
}

.menu li li:hover>ul
{
  top: 0;
  left: 100%;
}

.menu:after, .menu ul:after
{
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  clear: both;
}
.menu, .menu ul
{
  min-height: 0;
}

.menu ul
{
  background-image: url(images/spacer.gif);
  padding: 10px 30px 30px 30px;
  margin: -10px 0 0 -30px;
}

.menu ul ul
{
  padding: 30px 30px 30px 10px;
  margin: -30px 0 0 -10px;
}

ul.menu
{
  float: right;
}

/* menu structure */

.menu
{
  padding: 8px 4px 0 4px;
}

.nav
{
  position: relative;
  height: 37px;
  z-index: 100;
}

.nav .l, .nav .r
{
  position: absolute;
  z-index: -1;
  top: 0;
  height: 37px;
  background-image: url('images/nav.png');
}

.nav .l
{
  left: 0;
  right: 0;
}

.nav .r
{
  right: 0;
  width: 894px;
  clip: rect(auto, auto, auto, 894px);
}

/* end Menu */

/* begin MenuItem */
.menu a
{
  position: relative;
  display: block;
  overflow: hidden;
  height: 29px;
  cursor: pointer;
  text-decoration: none;
}

.menu ul li
{
    margin:0;
    clear: both;
}

.menu a .r, .menu a .l
{
  position: absolute;
  display: block;
  top: 0;
  z-index: -1;
  height: 87px;
  background-image: url('images/menuitem.png');
}

.menu a .l
{
  left: 0;
  right: 7px;
}

.menu a .r
{
  width: 414px;
  right: 0;
  clip: rect(auto, auto, auto, 407px);
}

.menu a .t
{
  margin-right: 10px;
  margin-left: 10px;
  color: #E3E0DE;
  padding: 0 16px;
  margin: 0 7px;
  line-height: 29px;
  text-align: center;
}

.menu a:hover .l, .menu a:hover .r
{
  top: -29px;
}

.menu li:hover>a .l, .menu li:hover>a .r
{
  top: -29px;
}

.menu li:hover a .l, .menu li:hover a .r
{
  top: -29px;
}
.menu a:hover .t
{
  color: #451717;
  /* new color */
  /* color: #5C0000; */
}

.menu li:hover a .t
{
  color: #451717;
  /* new color */
  /* color: #5C0000; */
}

.menu li:hover>a .t
{
  color: #451717;
  /* new color */
  /* color: #5C0000; */
}

.menu a.active .l, .menu a.active .r
{
  top: -58px;
}

.menu a.active .t
{
  color: #E0E0E0;
}
/* end MenuItem */

/* begin MenuSeparator */

.menu .menu-li-separator
{
  display: block;
  width: 4px;
  height: 29px;
}

/* end MenuSeparator */

/* begin MenuSubItem */
.menu ul a
{
  display: block;
  text-align: center;
  white-space: nowrap;
  height: 20px;
  width: 180px;
  overflow: hidden;
  line-height: 20px;
  background-image: url('images/subitem.png');
  background-position: left top;
  background-repeat: repeat-x;
  border-width: 0;
  border-style: solid;
}

.nav ul.menu ul span, .nav ul.menu ul span span
{
  display: inline;
  float: none;
  margin: inherit;
  padding: inherit;
  background-image: none;
  text-align: inherit;
  text-decoration: inherit;
}

.menu ul a, .menu ul a:link, .menu ul a:visited, .menu ul a:hover, .menu ul a:active, .nav ul.menu ul span, .nav ul.menu ul span span
{
  text-align: left;
  text-indent: 12px;
  text-decoration: none;
  line-height: 20px;
  color: #413D39;
  margin-right: 10px;
  margin-left: 10px;
  margin:0;
  padding:0;
}

.menu ul li a:hover
{
  color: #451717;
  /* new color */
  /* color: #5C0000; */
  background-position: 0 -20px;
}

.menu ul li:hover>a
{
  color: #451717;
  /* new color */
  /* color: #5C0000; */
  background-position: 0 -20px;
}

.nav .menu ul li a:hover span, .nav .menu ul li a:hover span span
{
  color: #451717;
  /* new color */
  /* color: #5C0000; */
}

.nav .menu ul li:hover>a span, .nav .menu ul li:hover>a span span
{
  color: #451717;
  /* new color */
  /* color: #5C0000; */
}

/* end MenuSubItem */

/* begin Layout */
.content-layout
{
  display: table;
  padding: 0;
  border: none;
  width: 894px;
}

.content-layout .content-layout
{
  width: auto;
  margin:0;
}

div.content-layout div.layout-cell, div.content-layout div.layout-cell div.content-layout div.layout-cell
{
   display: table-cell;
}

div.layout-cell div.layout-cell
{
   display: block;
}

div.content-layout-row
{
  display: table-row; 
}

.content-layout
{
  table-layout: fixed;
  border-collapse: collapse;
  background-color: Transparent;
  border: none !important;
  padding:0 !important;
}

.layout-cell, .content-layout-row
{
  background-color: Transparent;
  vertical-align: top;
  text-align: left;
  border: none !important;
  margin:0 !important;
  padding:0 !important;
}
/* end Layout */

/* begin Box, Block, VMenuBlock */
.vmenublock
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.vmenublock-body
{
  position: relative;
  z-index: 1;
  padding: 0;
}

.vmenublock-cc
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFFFFF;
}

.vmenublock
{
  margin: 7px;
}

/* end Box, Block, VMenuBlock */

/* begin Box, Box, VMenuBlockContent */
.vmenublockcontent
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.vmenublockcontent-body
{
  position: relative;
  z-index: 1;
  padding: 5px;
}

.vmenublockcontent-cc
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFFFFF;
}

.vmenublockcontent
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.vmenublockcontent-body
{
  position: relative;
  z-index: 1;
  padding: 5px;
}

.vmenublockcontent-cc
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFFFFF;
}

/* end Box, Box, VMenuBlockContent */

/* begin Box, Block */
.block
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.block-body
{
  position: relative;
  z-index: 1;
  padding: 0;
}


.block
{
  margin: 7px;
}

/* end Box, Block */

/* begin BlockHeader */
.blockheader
{
  position: relative;
  z-index: 0;
  height: 32px;
  margin-bottom: 0;
}

.blockheader .t
{
  height: 32px;
  color: #F1F0EF;
  margin-right: 10px;
  margin-left: 10px;
  font-size: 12px;
  margin:0;
  padding: 0 10px 0 25px;
  white-space: nowrap;
  line-height: 32px;	
}

.blockheader .l, .blockheader .r
{
  display: block;
  position: absolute;
  z-index: -1;
  height: 32px;
  background-image: url('images/blockheader.png');
}

.blockheader .l
{
  left: 0;
  right: 19px;
}

.blockheader .r
{
  width: 894px;
  right: 0;
  clip: rect(auto, auto, auto, 875px);
}

/* end BlockHeader */

/* begin Box, BlockContent */
.blockcontent
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.blockcontent-body
{
  position: relative;
  z-index: 1;
  padding: 7px;
}

.blockcontent-tr, .blockcontent-tl, .blockcontent-br, .blockcontent-bl, .blockcontent-tc, .blockcontent-bc,.blockcontent-cr, .blockcontent-cl
{
  position: absolute;
  z-index: -1;
}

.blockcontent-tr, .blockcontent-tl, .blockcontent-br, .blockcontent-bl
{
  width: 12px;
  height: 12px;
  background-image: url('images/blockcontent_s.png');
}

.blockcontent-tl
{
  top: 0;
  left: 0;
  clip: rect(auto, 6px, 6px, auto);
}

.blockcontent-tr
{
  top: 0;
  right: 0;
  clip: rect(auto, auto, 6px, 6px);
}

.blockcontent-bl
{
  bottom: 0;
  left: 0;
  clip: rect(6px, 6px, auto, auto);
}

.blockcontent-br
{
  bottom: 0;
  right: 0;
  clip: rect(6px, auto, auto, 6px);
}

.blockcontent-tc, .blockcontent-bc
{
  left: 6px;
  right: 6px;
  height: 12px;
  background-image: url('images/blockcontent_h.png');
}

.blockcontent-tc
{
  top: 0;
  clip: rect(auto, auto, 6px, auto);
}

.blockcontent-bc
{
  bottom: 0;
  clip: rect(6px, auto, auto, auto);
}

.blockcontent-cr, .blockcontent-cl
{
  top: 6px;
  bottom: 6px;
  width: 12px;
  background-image: url('images/blockcontent_v.png');
}

.blockcontent-cr
{
  right: 0;
  clip: rect(auto, auto, auto, 6px);
}

.blockcontent-cl
{
  left: 0;
  clip: rect(auto, 6px, auto, auto);
}

.blockcontent-cc
{
  position: absolute;
  z-index: -1;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  background-color: #AAA39D;
}

.blockcontent-body, 
.blockcontent-body a, 
.blockcontent-body li a
{
  color: #000000;
}

.blockcontent-body a,
.blockcontent-body li a
{
  color: #ADADAD;
  text-decoration: underline;
}

.blockcontent-body a:link,
.blockcontent-body li a:link
{
  color: #ADADAD;
  text-decoration: underline;
}

.blockcontent-body a:visited, .blockcontent-body a.visited,
.blockcontent-body li a:visited, .blockcontent-body li a.visited
{
  color: #E3E0DE;
}

.blockcontent-body a:hover, .blockcontent-body a.hover,
.blockcontent-body li a:hover, .blockcontent-body li a.hover
{
  color: #C7C7C7;
  text-decoration: none;
}

.blockcontent-body ul
{
  list-style-type: none;
  color: #D6D6D6;
  margin: 0;
  padding: 0;
}

.blockcontent-body ul li
{
  text-decoration: none;
  line-height: 1.25em;
  padding: 0 0 0 13px;
  background-image: url('images/blockcontentbullets.png');
  background-repeat: no-repeat;
}

/* end Box, BlockContent */

/* begin Button */
.button-wrapper .button
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  text-align: left;
  text-decoration: none !important;
  color: #F3F2F1 !important;
  width: auto;
  outline: none;
  border: none;
  background: none;
  line-height: 33px;
  height: 33px;
  margin: 0 !important;
  padding: 0 21px !important;
  overflow: visible;
  cursor: default;
  z-index: 0;
}

.button img, .button-wrapper img
{
  margin: 0;
  vertical-align: middle;
}

.button-wrapper
{
  vertical-align: middle;
  display: inline-block;
  position: relative;
  height: 33px;
  overflow: hidden;
  white-space: nowrap;
  width: auto;
  margin: 0;
  padding: 0;
  z-index: 0;
}

.firefox2 .button-wrapper
{
  display: block;
  float: left;
}

input, select, textarea, select
{
  vertical-align: middle;
  font-family: Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
}

.block select 
{
  width:96%;
}

.button-wrapper.hover .button, .button:hover
{
  color: #F2F2F2 !important;
  text-decoration: none !important;
}

.button-wrapper.active .button
{
  color: #F4F4E6 !important;
  /* new color */
  /* color: #5C0000 !important; */
}

.button-wrapper .l, .button-wrapper .r
{
  display: block;
  position: absolute;
  z-index: -1;
  height: 99px;
  margin: 0;
  padding: 0;
  background-image: url('images/button.png');
}

.button-wrapper .l
{
  left: 0;
  right: 10px;
}

.button-wrapper .r
{
  width: 409px;
  right: 0;
  clip: rect(auto, auto, auto, 399px);
}

.button-wrapper.hover .l, .button-wrapper.hover .r
{
  top: -33px;
}

.button-wrapper.active .l, .button-wrapper.active .r
{
  top: -66px;
}

.button-wrapper input
{
  float: none !important;
}
/* end Button */

/* begin Box, Post */
.post
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 27px;
  min-height: 27px;
}

.post-body
{
  position: relative;
  z-index: 1;
  padding: 14px;
}

.post-tr, .post-tl, .post-br, .post-bl, .post-tc, .post-bc,.post-cr, .post-cl
{
  position: absolute;
  z-index: -1;
}

.post-tr, .post-tl, .post-br, .post-bl
{
  width: 38px;
  height: 38px;
  background-image: url('images/post_s.png');
}

.post-tl
{
  top: 0;
  left: 0;
  clip: rect(auto, 19px, 19px, auto);
}

.post-tr
{
  top: 0;
  right: 0;
  clip: rect(auto, auto, 19px, 19px);
}

.post-bl
{
  bottom: 0;
  left: 0;
  clip: rect(19px, 19px, auto, auto);
}

.post-br
{
  bottom: 0;
  right: 0;
  clip: rect(19px, auto, auto, 19px);
}

.post-tc, .post-bc
{
  left: 19px;
  right: 19px;
  height: 38px;
  background-image: url('images/post_h.png');
}

.post-tc
{
  top: 0;
  clip: rect(auto, auto, 19px, auto);
}

.post-bc
{
  bottom: 0;
  clip: rect(19px, auto, auto, auto);
}

.post-cr, .post-cl
{
  top: 19px;
  bottom: 19px;
  width: 38px;
  background-image: url('images/post_v.png');
}

.post-cr
{
  right: 0;
  clip: rect(auto, auto, auto, 19px);
}

.post-cl
{
  left: 0;
  clip: rect(auto, 19px, auto, auto);
}

.post-cc
{
  position: absolute;
  z-index: -1;
  top: 19px;
  left: 19px;
  right: 19px;
  bottom: 19px;
  background-color: #993333;
  /* new color */
  /* background-color: #FFD6D6; */
}

.post
{
  margin: 7px;
}

a img
{
  border: 0;
}

.article img, img.article
{
  border: solid 1px #B2B2B2;
  margin: 10px;
}

.metadata-icons img
{
  border: none;
  vertical-align: middle;
  margin: 2px;
}

.article table, table.article
{
  border-collapse: collapse;
  margin: 1px;
  width: auto;
}

.article th, .article td
{
  padding: 2px;
  border: solid 1px #908F41;
  /* new color */
  /* border: solid 1px #FF1A1A; */
  vertical-align: top;
  text-align: left;
}

.article th
{
  text-align: center;
  vertical-align: middle;
  padding: 7px;
}

pre
{
  overflow: auto;
  padding: 0.1em;
}

/* end Box, Post */

/* begin PostHeaderIcon */
.post h2.postheader, 
.post h2.postheader a, 
.post h2.postheader a:link, 
.post h2.postheader a:visited, 
.post h2.postheader a.visited, 
.post h2.postheader a:hover, 
.post h2.postheader a.hovered
{
  margin: 0.2em 0;
  padding: 0;
  font-size: 22px;
  color: #4A4A4A;
}

.post h2.postheader a, 
.post h2.postheader a:link, 
.post h2.postheader a:visited, 
.post h2.postheader a.visited, 
.post h2.postheader a:hover, 
.post h2.postheader a.hovered
{
  margin: 0;
  text-decoration: none;
  color: #595959;
}

.post h2.postheader a:visited, 
.post h2.postheader a.visited
{
  color: #9B9946;
  /* new color */
  /* color: #E00000; */
}


.post h2.postheader a:hover, 
.post h2.postheader a.hovered
{
  color: #D1D1D1;
}

/* end PostHeaderIcon */

/* begin PostBullets */
.post ol, .post ul
{
  color: #131211;
  margin: 1em 0 1em 2em;
  padding: 0;
}

.post li ol, .post li ul
{
  margin: 0.5em 0 0.5em 2em;
  padding: 0;
}

.post li
{
  margin: 0.2em 0;
  padding: 0;
}

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

.post ol
{
  list-style-position: inside;
}

.post li
{
  padding: 0 0 0 13px;
  line-height: 1em;
}

.post ol>li
{
  background: none;
  padding-left: 0;/* overrides overflow for "ul li" and sets the default value */
  overflow: visible;
}

.post ul>li
{
  background-image: url('images/postbullets.png');
  background-repeat: no-repeat;
  padding-left: 13px;/* makes "ul li" not to align behind the image if they are in the same line */
  overflow-x: visible;
  overflow-y: hidden;
}

/* end PostBullets */

/* begin PostQuote */
blockquote,
blockquote p,
.postcontent blockquote p
{
  color: #0F0F0F;
  font-style: italic;
  text-align: left;
}

blockquote,
.postcontent blockquote
{
  border: solid 1px #B2B2B2;
  margin: 10px 10px 10px 50px;
  padding: 5px 5px 5px 41px;
  background-color: #D6D6D6;
  background-image: url('images/postquote.png');
  background-position: left top;
  background-repeat: no-repeat;/* makes blockquote not to align behind the image if they are in the same line */
  overflow: auto;
}

/* end PostQuote */

/* begin Footer */
.footer
{
  position: relative;
  overflow: hidden;
  width: 100%;
}

.footer-b 
{
  position: absolute;
  left:39px;
  right:39px;
  bottom:0;
  height:39px;
  background-image: url('images/footer_b.png');
}

.footer-r, .footer-l
{
  position: absolute;
  height:39px;
  background-image: url('images/footer_s.png');
  bottom: 0;
}

.footer-l
{
  left: 0;
  width:39px;
}

.footer-r
{
  right: 0;
  width:78px;
  clip: rect(auto, auto, auto, 39px);
}

.footer-t
{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 39px;
  background-color: #595959;
}

.footer-body
{
    position:relative;
    padding: 8px;
}

.footer-body .rss-tag-icon
{
  position: absolute;
  left:   30px;
  bottom:8px;
  z-index:1;
}

.rss-tag-icon
{
  display: block;
  background-image: url('images/rssicon.png');
  background-position: center right;
  background-repeat: no-repeat;
  height: 25px;
  width: 25px;
  cursor: default;
}

.footer-text, .footer-text p
{
  margin: 0;
  padding: 0;
  text-align: center;
}

.footer,
.footer p,
.footer a,
.footer a:link,
.footer a:visited,
.footer a:hover
{
  color: #D9D6D3;
  font-size: 11px;
}

.footer-text
{
  min-height: 25px;
  margin: 0 10px 0 10px;
}

.footer a,
.footer a:link
{
  color: #949494;
  text-decoration: underline;
}

.footer a:visited
{
  color: #B3ADA8;
}

.footer a:hover
{
  color: #ADADAD;
  text-decoration: none;
}/* end Footer */

/* begin PageFooter */
.page-footer, .page-footer a, .page-footer a:link, .page-footer a:visited, .page-footer a:hover
{
  font-family: Arial;
  font-size: 10px;
  letter-spacing: normal;
  word-spacing: normal;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
  color: #666666;
}

.page-footer
{
  margin: 1em;
  text-align: center;
  text-decoration: none;
  color: #6D655F;
}
/* end PageFooter */

/* begin LayoutCell, sidebar1 */
.content-layout .sidebar1
{
  background-color: #595959;
  width: 25%;
}
/* end LayoutCell, sidebar1 */

/* begin LayoutCell, content */
.content-layout .content
{
  width: 75%;
}
.content-layout .content .block
{
  background-color: #595959;
}
.content-layout .content-wide
{
  width: 100%;
}
/* end LayoutCell, content */

.overview-table .layout-cell
{
    width:33%;
}

.overview-table-inner 
{
    margin:10px;
}

table.table
{
    width:100%;
    border-collapse:collapse;
    table-layout:fixed;
    text-align:left;
    vertical-align:top;
}

table.table, table.table tr, table.table td
{
    border:none;
    margin:0;
    padding:0;
    background-color:Transparent;
}

img.image
{
    margin:0;
    padding:0;
    border:none;
}