
body, p
{
  margin: 0.5em 0;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  text-align: left;
}

body
{
  margin: 0 auto;
  padding: 0;
  color: #160A04;
  background-color: #262626;
}

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,
.aklapostheader, .aklapostheader a, .aklapostheader a:link, .aklapostheader a:visited, .aklapostheader a:hover,
.aklablockheader .t, .aklavmenublockheader .t, .aklalogo-text, .aklalogo-text a,
h1.aklalogo-name, h1.aklalogo-name a, h1.aklalogo-name a:link, h1.aklalogo-name a:visited, h1.aklalogo-name a:hover
{
  text-decoration: none;
  font-family: "Comic Sans MS", Tahoma, Arial, Sans-Serif;
  font-style: normal;
  font-weight: bold;
  font-size: 31px;
  text-align: left;
}

a, 
.aklapost li a
{
  text-decoration: underline;
  color: #75471F;
}

a:link,
.aklapost li a:link
{
  text-decoration: underline;
  color: #75471F;
}

a:visited, a.visited,
.aklapost li a:visited, .aklapost li a.visited
{

  color: #4A4A4A;
}

a:hover, a.hover,
.aklapost li a:hover, .aklapost li a.hover
{

  text-decoration: none;
  color: #A94F1E;
}

h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
  margin: 0.67em 0;
  font-size: 18px;
  color: #271207;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
  margin: 0.8em 0;
  font-size: 15px;
  color: #75471F;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
   margin: 1em 0;
  font-size: 14px;
  color: #636363;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
  margin: 1.25em 0;
  font-size: 13px;
  color: #411E0B;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
  margin: 1.67em 0;
  font-size: 12px;
  color: #2B1408;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
  margin: 2.33em 0;
  font-size: 11px;
  color: #2B1408;
}

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;
}

#aklamain
{
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  cursor:default;
}

#klarkbackground-glare
{
  position: absolute;
  width: 100%;
  height: 416px;
  left: 0;
  top: 0;
}

#klarkbackground-glare-image
{
  background-image: url('images/page_gl.png');
  background-repeat: no-repeat;
  height: 416px;
  width: 381px;
  margin: 0;
}

html:first-child #klarkbackground-glare
{
  border: 1px solid transparent;/* Opera fix */
}




.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 */
.aklasheet
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  width: 1000px;
  min-width: 45px;
  min-height: 45px;
}

.aklasheet-body
{
  position: relative;
  z-index: 1;
  padding: 3px;
}

.aklasheet-tr, .aklasheet-tl, .aklasheet-br, .aklasheet-bl, .aklasheet-tc, .aklasheet-bc,.aklasheet-cr, .aklasheet-cl
{
  position: absolute;
  z-index: -1;
}

.aklasheet-tr, .aklasheet-tl, .aklasheet-br, .aklasheet-bl
{
  width: 44px;
  height: 44px;
  background-image: url('images/sheet_s.png');
}

.aklasheet-tl
{
  top: 0;
  left: 0;
  clip: rect(auto, 22px, 22px, auto);
}

.aklasheet-tr
{
  top: 0;
  right: 0;
  clip: rect(auto, auto, 22px, 22px);
}

.aklasheet-bl
{
  bottom: 0;
  left: 0;
  clip: rect(22px, 22px, auto, auto);
}

.aklasheet-br
{
  bottom: 0;
  right: 0;
  clip: rect(22px, auto, auto, 22px);
}

.aklasheet-tc, .aklasheet-bc
{
  left: 22px;
  right: 22px;
  height: 44px;
  background-image: url('images/sheet_h.png');
}

.aklasheet-tc
{
  top: 0;
  clip: rect(auto, auto, 22px, auto);
}

.aklasheet-bc
{
  bottom: 0;
  clip: rect(22px, auto, auto, auto);
}

.aklasheet-cr, .aklasheet-cl
{
  top: 22px;
  bottom: 22px;
  width: 44px;
  background-image: url('images/sheet_v.png');
}

.aklasheet-cr
{
  right: 0;
  clip: rect(auto, auto, auto, 22px);
}

.aklasheet-cl
{
  left: 0;
  clip: rect(auto, 22px, auto, auto);
}

.aklasheet-cc
{
  position: absolute;
  z-index: -1;
  top: 22px;
  left: 22px;
  right: 22px;
  bottom: 22px;
  background-image: url('images/sheet_c.png');
}

.aklasheet
{
  margin-top: -3px !important;
  cursor:auto;
}

#klarkbackground-simple-gradient, #klarkbackground-gradient, #klarkbackground-glare
{
  min-width: 1000px;
}

/* end Box, Sheet */

/* begin Header */
div.aklaheader
{
  margin: 0 auto;
  position: relative;
  z-index: 0;
  width: 994px;
  height: 175px;
  overflow: hidden;
}


div.aklaheader-jpeg
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 994px;
  height: 175px;
  background-image: url('images/header.jpg');
  background-repeat: no-repeat;
  background-position: center center;
}

/* end Header */

/* begin Menu */
/* menu structure */

.aklamenu a, .aklamenu a:link, .aklamenu a:visited, .aklamenu a:hover
{
  text-align: left;
  text-decoration: none;
  outline: none;
  letter-spacing: normal;
  word-spacing: normal;
}

.aklamenu, .aklamenu ul
{
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type: none;
  display: block;
}

.aklamenu li
{
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  float: left;
  position: relative;
  z-index: 5;
  background: none;
}

.aklamenu li:hover
{
  z-index: 10000;
  white-space: normal;
}

.aklamenu li li
{
  float: none;
}

.aklamenu ul
{
  visibility: hidden;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  background: none;
}

.aklamenu li:hover>ul
{
  visibility: visible;
  top: 100%;
}

.aklamenu li li:hover>ul
{
  top: 0;
  left: 100%;
}

.aklamenu:after, .aklamenu ul:after
{
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  clear: both;
}
.aklamenu, .aklamenu ul
{
  min-height: 0;
}

.aklamenu ul
{
  background-image: url(images/spacer.gif);
  padding: 10px 30px 30px 30px;
  margin: -10px 0 0 -30px;
}

.aklamenu ul ul
{
  padding: 30px 30px 30px 10px;
  margin: -30px 0 0 -10px;
}




/* menu structure */

.aklamenu
{
  padding: 6px 6px 6px 6px;
}

.aklanav
{
  position: relative;
  height: 37px;
  z-index: 100;
}

.aklanav .l, .aklanav .r
{
  position: absolute;
  z-index: -1;
  top: 0;
  height: 37px;
  background-image: url('images/nav.png');
}

.aklanav .l
{
  left: 0;
  right: 0;
}

.aklanav .r
{
  right: 0;
  width: 994px;
  clip: rect(auto, auto, auto, 994px);
}


/* end Menu */

/* begin MenuItem */
.aklamenu a
{
  position: relative;
  display: block;
  overflow: hidden;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}

.aklamenu ul li
{
    margin:0;
    clear: both;
}


.aklamenu a .r, .aklamenu a .l
{
  position: absolute;
  display: block;
  top: 0;
  z-index: -1;
  height: 75px;
  background-image: url('images/menuitem.png');
}

.aklamenu a .l
{
  left: 0;
  right: 1px;
}

.aklamenu a .r
{
  width: 402px;
  right: 0;
  clip: rect(auto, auto, auto, 401px);
}

.aklamenu a .t
{
  margin-right: 10px;
  margin-left: 10px;
  color: #F6DACB;
  padding: 0 12px;
  margin: 0 1px;
  line-height: 25px;
  text-align: center;
}

.aklamenu a:hover .l, .aklamenu a:hover .r
{
  top: -25px;
}

.aklamenu li:hover>a .l, .aklamenu li:hover>a .r
{
  top: -25px;
}

.aklamenu li:hover a .l, .aklamenu li:hover a .r
{
  top: -25px;
}
.aklamenu a:hover .t
{
  color: #F0F0F0;
}

.aklamenu li:hover a .t
{
  color: #F0F0F0;
}

.aklamenu li:hover>a .t
{
  color: #F0F0F0;
}


.aklamenu a.active .l, .aklamenu a.active .r
{
  top: -50px;
}

.aklamenu a.active .t
{
  color: #F0DAC7;
}
/* end MenuItem */

/* begin MenuSeparator */


.aklamenu .aklamenu-li-separator
{
  display: block;
  width: 7px;
  height: 25px;
}

.aklanav .aklamenu-separator
{
  display: block;
  margin:0 auto;
  width: 1px;
  height: 25px;
  background-image: url('images/menuseparator.png');
}
/* end MenuSeparator */

/* begin Layout */
.aklacontent-layout
{
  display: table;
  padding: 0;
  border: none;
  width: 994px;
}

.aklacontent-layout .aklacontent-layout
{
  width: auto;
  margin:0;
}

div.aklacontent-layout div.aklalayout-cell, div.aklacontent-layout div.aklalayout-cell div.aklacontent-layout div.aklalayout-cell
{
   display: table-cell;
}

div.aklalayout-cell div.aklalayout-cell
{
   display: block;
}

div.aklacontent-layout-row
{
  display: table-row; 
}

.aklacontent-layout
{
  table-layout: fixed;
  border-collapse: collapse;
  background-color: Transparent;
  border: none !important;
  padding:0 !important;
}

.aklalayout-cell, .aklacontent-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 */
.aklavmenublock
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 11px;
  min-height: 11px;
}

.aklavmenublock-body
{
  position: relative;
  z-index: 1;
  padding: 6px;
}

.aklavmenublock-tr, .aklavmenublock-tl, .aklavmenublock-br, .aklavmenublock-bl, .aklavmenublock-tc, .aklavmenublock-bc,.aklavmenublock-cr, .aklavmenublock-cl
{
  position: absolute;
  z-index: -1;
}

.aklavmenublock-tr, .aklavmenublock-tl, .aklavmenublock-br, .aklavmenublock-bl
{
  width: 18px;
  height: 18px;
  background-image: url('images/vmenublock_s.png');
}

.aklavmenublock-tl
{
  top: 0;
  left: 0;
  clip: rect(auto, 9px, 9px, auto);
}

.aklavmenublock-tr
{
  top: 0;
  right: 0;
  clip: rect(auto, auto, 9px, 9px);
}

.aklavmenublock-bl
{
  bottom: 0;
  left: 0;
  clip: rect(9px, 9px, auto, auto);
}

.aklavmenublock-br
{
  bottom: 0;
  right: 0;
  clip: rect(9px, auto, auto, 9px);
}

.aklavmenublock-tc, .aklavmenublock-bc
{
  left: 9px;
  right: 9px;
  height: 18px;
  background-image: url('images/vmenublock_h.png');
}

.aklavmenublock-tc
{
  top: 0;
  clip: rect(auto, auto, 9px, auto);
}

.aklavmenublock-bc
{
  bottom: 0;
  clip: rect(9px, auto, auto, auto);
}

.aklavmenublock-cr, .aklavmenublock-cl
{
  top: 9px;
  bottom: 9px;
  width: 18px;
  background-image: url('images/vmenublock_v.png');
}

.aklavmenublock-cr
{
  right: 0;
  clip: rect(auto, auto, auto, 9px);
}

.aklavmenublock-cl
{
  left: 0;
  clip: rect(auto, 9px, auto, auto);
}

.aklavmenublock-cc
{
  position: absolute;
  z-index: -1;
  top: 9px;
  left: 9px;
  right: 9px;
  bottom: 9px;
  background-image: url('images/vmenublock_c.png');
}

.aklavmenublock
{
  margin: 7px;
}

/* end Box, Block, VMenuBlock */

/* begin BlockHeader, VMenuBlockHeader */
.aklavmenublockheader
{
  position: relative;
  z-index: 0;
  height: 37px;
  margin-bottom: 0;
}

.aklavmenublockheader .t
{
  height: 37px;
  color: #F2F2F2;
  margin-right: 10px;
  margin-left: 10px;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 13px;
  margin:0;
  padding: 0 11px 0 11px;
  white-space: nowrap;
  line-height: 37px;	
}

.aklavmenublockheader .l, .aklavmenublockheader .r
{
  display: block;
  position: absolute;
  z-index: -1;
  height: 37px;
  background-image: url('images/vmenublockheader.png');
}

.aklavmenublockheader .l
{
  left: 0;
  right: 1px;
}

.aklavmenublockheader .r
{
  width: 994px;
  right: 0;
  clip: rect(auto, auto, auto, 993px);
}

/* end BlockHeader, VMenuBlockHeader */

/* begin Box, Box, VMenuBlockContent */
.aklavmenublockcontent
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.aklavmenublockcontent-body
{
  position: relative;
  z-index: 1;
  padding: 0;
}


.aklavmenublockcontent
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.aklavmenublockcontent-body
{
  position: relative;
  z-index: 1;
  padding: 0;
}


/* end Box, Box, VMenuBlockContent */

/* begin VMenu */
ul.aklavmenu, ul.aklavmenu li
{
  list-style: none;
  margin: 0;
  padding: 0;
  width: auto;
  line-height: 0;
}

/* end VMenu */

/* begin VMenuItem */
ul.aklavmenu a
{
  position: relative;
  display: block;
  overflow: hidden;
  height: 30px;
  cursor: pointer;
  text-decoration: none;
}

ul.aklavmenu li.aklavmenu-separator
{
  display: block;
  padding: 2px 0 2px 0;
  margin: 0;
  font-size: 1px;
}

ul.aklavmenu .aklavmenu-separator-span
{
  display: block;
  padding: 0;
  font-size: 1px;
  height: 0;
  line-height: 0;
  border: none;
}

ul.aklavmenu a .r, ul.aklavmenu a .l
{
  position: absolute;
  display: block;
  top: 0;
  z-index: -1;
  height: 90px;
  background-image: url('images/vmenuitem.png');
}

ul.aklavmenu a .l
{
  left: 0;
  right: 24px;
}

ul.aklavmenu a .r
{
  width: 1002px;
  right: 0;
  clip: rect(auto, auto, auto, 978px);
}

ul.aklavmenu a .t
{
  display: block;
  line-height: 30px;
  color: #4D4D4D;
  padding: 0 11px 0 34px;
  font-weight: bold;
  margin-left:0;
  margin-right:0;
}

ul.aklavmenu a.active .l, ul.aklavmenu a.active .r
{
  top: -60px;
}

ul.aklavmenu a.active .t
{
  color: #1A1A1A;
}


ul.aklavmenu a:hover .l, ul.aklavmenu a:hover .r
{
  top: -30px;
}

ul.aklavmenu a:hover .t
{
  color: #1A1A1A;
}
/* end VMenuItem */

/* begin Box, Block */
.aklablock
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 11px;
  min-height: 11px;
}

.aklablock-body
{
  position: relative;
  z-index: 1;
  padding: 10px;
}

.aklablock-tr, .aklablock-tl, .aklablock-br, .aklablock-bl, .aklablock-tc, .aklablock-bc,.aklablock-cr, .aklablock-cl
{
  position: absolute;
  z-index: -1;
}

.aklablock-tr, .aklablock-tl, .aklablock-br, .aklablock-bl
{
  width: 18px;
  height: 18px;
  background-image: url('images/block_s.png');
}

.aklablock-tl
{
  top: 0;
  left: 0;
  clip: rect(auto, 9px, 9px, auto);
}

.aklablock-tr
{
  top: 0;
  right: 0;
  clip: rect(auto, auto, 9px, 9px);
}

.aklablock-bl
{
  bottom: 0;
  left: 0;
  clip: rect(9px, 9px, auto, auto);
}

.aklablock-br
{
  bottom: 0;
  right: 0;
  clip: rect(9px, auto, auto, 9px);
}

.aklablock-tc, .aklablock-bc
{
  left: 9px;
  right: 9px;
  height: 18px;
  background-image: url('images/block_h.png');
}

.aklablock-tc
{
  top: 0;
  clip: rect(auto, auto, 9px, auto);
}

.aklablock-bc
{
  bottom: 0;
  clip: rect(9px, auto, auto, auto);
}

.aklablock-cr, .aklablock-cl
{
  top: 9px;
  bottom: 9px;
  width: 18px;
  background-image: url('images/block_v.png');
}

.aklablock-cr
{
  right: 0;
  clip: rect(auto, auto, auto, 9px);
}

.aklablock-cl
{
  left: 0;
  clip: rect(auto, 9px, auto, auto);
}

.aklablock-cc
{
  position: absolute;
  z-index: -1;
  top: 9px;
  left: 9px;
  right: 9px;
  bottom: 9px;
  background-image: url('images/block_c.png');
}

.aklablock
{
  margin: 7px;
}

/* end Box, Block */

/* begin BlockHeader */
.aklablockheader
{
  position: relative;
  z-index: 0;
  height: 37px;
  margin-bottom: 0;
}

.aklablockheader .t
{
  height: 37px;
  color: #FAECE5;
  margin-right: 10px;
  margin-left: 10px;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 13px;
  margin:0;
  padding: 0 11px 0 11px;
  white-space: nowrap;
  line-height: 37px;	
}

.aklablockheader .l, .aklablockheader .r
{
  display: block;
  position: absolute;
  z-index: -1;
  height: 37px;
  background-image: url('images/blockheader.png');
}

.aklablockheader .l
{
  left: 0;
  right: 1px;
}

.aklablockheader .r
{
  width: 994px;
  right: 0;
  clip: rect(auto, auto, auto, 993px);
}

/* end BlockHeader */

/* begin Box, BlockContent */
.aklablockcontent
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.aklablockcontent-body
{
  position: relative;
  z-index: 1;
  padding: 7px;
}


.aklablockcontent-body, 
.aklablockcontent-body a, 
.aklablockcontent-body li a
{
  color: #F0F0F0;

}

.aklablockcontent-body a,
.aklablockcontent-body li a
{
  color: #DBA576;
  text-decoration: underline;
}

.aklablockcontent-body a:link,
.aklablockcontent-body li a:link
{
  color: #DBA576;
  text-decoration: underline;
}

.aklablockcontent-body a:visited, .aklablockcontent-body a.visited,
.aklablockcontent-body li a:visited, .aklablockcontent-body li a.visited
{
  color: #DBDBDB;

}

.aklablockcontent-body a:hover, .aklablockcontent-body a.hover,
.aklablockcontent-body li a:hover, .aklablockcontent-body li a.hover
{
  color: #E5BF9E;

  text-decoration: none;
}

.aklablockcontent-body ul
{
  list-style-type: none;
  color: #F0F0F0;
  margin: 0;
  padding: 0;
}

.aklablockcontent-body ul li
{
  text-decoration: none;
  line-height: 1.25em;
  padding: 0 0 0 15px;
  background-image: url('images/blockcontentbullets.png');
  background-repeat: no-repeat;
}


/* end Box, BlockContent */

/* begin Button */
.aklabutton-wrapper .aklabutton
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  text-align: left;
  text-decoration: none !important;
  color: #FCF3EE !important;
  width: auto;
  outline: none;
  border: none;
  background: none;
  line-height: 31px;
  height: 31px;
  margin: 0 !important;
  padding: 0 20px !important;
  overflow: visible;
  cursor: default;
  z-index: 0;
}

.aklabutton img, .aklabutton-wrapper img
{
  margin: 0;
  vertical-align: middle;
}

.aklabutton-wrapper
{
  vertical-align: middle;
  display: inline-block;
  position: relative;
  height: 31px;
  overflow: hidden;
  white-space: nowrap;
  width: auto;
  margin: 0;
  padding: 0;
  z-index: 0;
}

.firefox2 .aklabutton-wrapper
{
  display: block;
  float: left;
}

input, select, textarea, select
{
  vertical-align: middle;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
}

.aklablock select 
{
    width:96%;
}

.aklabutton-wrapper.hover .aklabutton, .aklabutton:hover
{
  color: #F9EFE7 !important;
  text-decoration: none !important;
}

.aklabutton-wrapper.active .aklabutton
{
  color: #F2F2F2 !important;
}

.aklabutton-wrapper .l, .aklabutton-wrapper .r
{
  display: block;
  position: absolute;
  z-index: -1;
  height: 93px;
  margin: 0;
  padding: 0;
  background-image: url('images/button.png');
}

.aklabutton-wrapper .l
{
  left: 0;
  right: 5px;
}

.aklabutton-wrapper .r
{
  width: 411px;
  right: 0;
  clip: rect(auto, auto, auto, 406px);
}

.aklabutton-wrapper.hover .l, .aklabutton-wrapper.hover .r
{
  top: -31px;
}

.aklabutton-wrapper.active .l, .aklabutton-wrapper.active .r
{
  top: -62px;
}

.aklabutton-wrapper input
{
  float: none !important;
}
/* end Button */

/* begin Box, Post */
.aklapost
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 19px;
  min-height: 19px;
}

.aklapost-body
{
  position: relative;
  z-index: 1;
  padding: 11px;
}

.aklapost-tr, .aklapost-tl, .aklapost-br, .aklapost-bl, .aklapost-tc, .aklapost-bc,.aklapost-cr, .aklapost-cl
{
  position: absolute;
  z-index: -1;
}

.aklapost-tr, .aklapost-tl, .aklapost-br, .aklapost-bl
{
  width: 18px;
  height: 18px;
  background-image: url('images/post_s.png');
}

.aklapost-tl
{
  top: 0;
  left: 0;
  clip: rect(auto, 9px, 9px, auto);
}

.aklapost-tr
{
  top: 0;
  right: 0;
  clip: rect(auto, auto, 9px, 9px);
}

.aklapost-bl
{
  bottom: 0;
  left: 0;
  clip: rect(9px, 9px, auto, auto);
}

.aklapost-br
{
  bottom: 0;
  right: 0;
  clip: rect(9px, auto, auto, 9px);
}

.aklapost-tc, .aklapost-bc
{
  left: 9px;
  right: 9px;
  height: 18px;
  background-image: url('images/post_h.png');
}

.aklapost-tc
{
  top: 0;
  clip: rect(auto, auto, 9px, auto);
}

.aklapost-bc
{
  bottom: 0;
  clip: rect(9px, auto, auto, auto);
}

.aklapost-cr, .aklapost-cl
{
  top: 9px;
  bottom: 9px;
  width: 18px;
  background-image: url('images/post_v.png');
}

.aklapost-cr
{
  right: 0;
  clip: rect(auto, auto, auto, 9px);
}

.aklapost-cl
{
  left: 0;
  clip: rect(auto, 9px, auto, auto);
}

.aklapost-cc
{
  position: absolute;
  z-index: -1;
  top: 9px;
  left: 9px;
  right: 9px;
  bottom: 9px;
  background-color: #C1C1C1;
}

.aklapost
{
  margin: 7px;
}

a img
{
  border: 0;
}

.aklaarticle img, img.aklaarticle
{
  border: groove 3px #DAA272;
  margin: 7px;
}

.aklametadata-icons img
{
  border: none;
  vertical-align: middle;
  margin: 2px;
}

.aklaarticle table, table.aklaarticle
{
  border-collapse: collapse;
  margin: 1px;
  width: auto;
}

.aklaarticle th, .aklaarticle td
{
  padding: 2px;
  border: solid 1px #7A7A7A;
  vertical-align: top;
  text-align: left;
}

.aklaarticle th
{
  text-align: center;
  vertical-align: middle;
  padding: 7px;
}

pre
{
  overflow: auto;
  padding: 0.1em;
}

/* end Box, Post */

/* begin PostHeaderIcon */
.aklapost h2.aklapostheader, 
.aklapost h2.aklapostheader a, 
.aklapost h2.aklapostheader a:link, 
.aklapost h2.aklapostheader a:visited, 
.aklapost h2.aklapostheader a.visited, 
.aklapost h2.aklapostheader a:hover, 
.aklapost h2.aklapostheader a.hovered
{
  margin: 0.2em 0;
  padding: 0;
  font-size: 24px;
  color: #3C2510;
}

.aklapost h2.aklapostheader a, 
.aklapost h2.aklapostheader a:link, 
.aklapost h2.aklapostheader a:visited, 
.aklapost h2.aklapostheader a.visited, 
.aklapost h2.aklapostheader a:hover, 
.aklapost h2.aklapostheader a.hovered
{
  margin: 0;
  text-decoration: none;
  color: #513115;
}

.aklapost h2.aklapostheader a:visited, 
.aklapost h2.aklapostheader a.visited
{

  color: #545454;
}


.aklapost h2.aklapostheader a:hover, 
.aklapost h2.aklapostheader a.hovered
{


  color: #A94F1E;
}

/* end PostHeaderIcon */

/* begin PostBullets */
.aklapost ol, .aklapost ul
{
  color: #160A04;
  margin: 1em 0 1em 2em;
  padding: 0;

}

.aklapost li ol, .aklapost li ul
{
  margin: 0.5em 0 0.5em 2em;
  padding: 0;
}

.aklapost li
{
  margin: 0.2em 0;
  padding: 0;
}

.aklapost ul
{
  list-style-type: none;
}

.aklapost ol
{
  list-style-position: inside;

}



.aklapost li
{
  padding: 0 0 0 14px;
  line-height: 1em;
}

.aklapost ol li, .aklapost ul ol li
{
  background: none;
  padding-left: 0;/* overrides overflow for "ul li" and sets the default value */
  overflow: visible;
}

.aklapost ul li, .aklapost ol ul li
{
  background-image: url('images/postbullets.png');
  background-repeat: no-repeat;
  padding-left: 14px;/* makes "ul li" not to align behind the image if they are in the same line */
  overflow: auto;
}


/* end PostBullets */

/* begin PostQuote */
blockquote,
blockquote p,
.aklapostcontent blockquote p
{
  color: #180F06;
  font-style: italic;
}

blockquote,
.aklapostcontent blockquote
{
  margin: 10px 10px 10px 50px;
  padding: 5px 5px 5px 27px;
  background-color: #E3E3E3;
  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 */
.aklafooter
{
  position: relative;
  overflow: hidden;
  width: 100%;
}

.aklafooter-b 
{
  position: absolute;
  left:19px;
  right:19px;
  bottom:0;
  height:19px;
  background-image: url('images/footer_b.png');
}

.aklafooter-r, .aklafooter-l
{
  position: absolute;
  height:19px;
  background-image: url('images/footer_s.png');
  bottom: 0;
}

.aklafooter-l
{
  left: 0;
  width:19px;
}

.aklafooter-r
{
  right: 0;
  width:38px;
  clip: rect(auto, auto, auto, 19px);
}

.aklafooter-t
{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 19px;
  background-image: url('images/footer_t.png');
  background-position: left bottom;
}

.aklafooter-body
{
    position:relative;
    padding: 15px;
}

.aklafooter-body .aklarss-tag-icon
{
  position: absolute;
  left:   10px;
  bottom:15px;
  z-index:1;
}

.aklarss-tag-icon
{
  display: block;
  background-image: url('images/rssicon.png');
  background-position: center right;
  background-repeat: no-repeat;
  height: 32px;
  width: 17px;
  cursor: default;
}

.aklafooter-text, .aklafooter-text p
{
  margin: 0;
  padding: 0;
  text-align: center;
}

.aklafooter,
.aklafooter p,
.aklafooter a,
.aklafooter a:link,
.aklafooter a:visited,
.aklafooter a:hover
{
  color: #FFFFFF;
  font-size: 12px;
}

.aklafooter-text
{
  min-height: 32px;
  margin: 0 10px 0 10px;
}

.aklafooter a,
.aklafooter a:link
{
  color: #E1B58E;
  text-decoration: underline;
}

.aklafooter a:visited
{
  color: #B8B8B8;

}

.aklafooter a:hover
{
  color: #6B6B6B;

  text-decoration: none;
}/* end Footer */

/* begin PageFooter */
.klarkfooter, .klarkfooter a, .klarkfooter a:link, .klarkfooter a:visited, .klarkfooter a:hover
{
  font-family: Arial;
  font-size: 10px;
  letter-spacing: normal;
  word-spacing: normal;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
  color: #8B4018;
}

.klarkfooter
{
  margin: 1em;
  text-align: center;
  text-decoration: none;
  color: #949494;
}
/* end PageFooter */

/* begin LayoutCell, sidebar1 */
.aklacontent-layout .aklasidebar1
{
  width: 25%;
}
/* end LayoutCell, sidebar1 */

/* begin LayoutCell, content */
.aklacontent-layout .aklacontent
{
  width: 50%;
}
.aklacontent-layout .aklacontent-sidebar1
{
  width: 75%;
}
.aklacontent-layout .aklacontent-sidebar2
{
  width: 75%;
}
.aklacontent-layout .aklacontent-wide
{
  width: 100%;
}
/* end LayoutCell, content */

/* begin LayoutCell, sidebar2 */
.aklacontent-layout .aklasidebar2
{
  width: 25%;
}
/* end LayoutCell, sidebar2 */

#share {display: inline-block; padding: 6px 0 0 6px; background: #1E1F1A; border: 1px solid #E9E9E9; border-radius: 4px;}
#share:hover {background: #444444; border: 1px solid #D4D4D4; box-shadow: 0 0 5px #DDD;}
#share a {opacity: 0.5}
#share:hover a {opacity: 0.7}
#share a:hover {opacity: 1}


.overview-table .aklalayout-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;
}