/* begin Page */

/* Theme Designed by : http://www.casinoslive.com*/

body
{
        margin: 0 auto;
        padding: 0;
     
    /*   background-color:#500202;
  background: #6d1316;
background: -moz-linear-gradient(top, #6d1316 0%, #771519 9%, #8a181b 26%, #6a1215 40%, #8c181c 54%, #aa1e22 64%, #550f11 75%, #c02227 91%, #b11f24 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6d1316), color-stop(9%,#771519), color-stop(26%,#8a181b), color-stop(40%,#6a1215), color-stop(54%,#8c181c), color-stop(64%,#aa1e22), color-stop(75%,#550f11), color-stop(91%,#c02227), color-stop(100%,#b11f24));
background: -webkit-linear-gradient(top, #6d1316 0%,#771519 9%,#8a181b 26%,#6a1215 40%,#8c181c 54%,#aa1e22 64%,#550f11 75%,#c02227 91%,#b11f24 100%);
background: -o-linear-gradient(top, #6d1316 0%,#771519 9%,#8a181b 26%,#6a1215 40%,#8c181c 54%,#aa1e22 64%,#550f11 75%,#c02227 91%,#b11f24 100%);
background: -ms-linear-gradient(top, #6d1316 0%,#771519 9%,#8a181b 26%,#6a1215 40%,#8c181c 54%,#aa1e22 64%,#550f11 75%,#c02227 91%,#b11f24 100%);
background: linear-gradient(to bottom, #6d1316 0%,#771519 9%,#8a181b 26%,#6a1215 40%,#8c181c 54%,#aa1e22 64%,#550f11 75%,#c02227 91%,#b11f24 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d1316', endColorstr='#b11f24',GradientType=0 );*/
       /*tried  background-image: url('images/curtain.jpg');background-position:center -252px;
        background-image: url('images/back.jpg');
        background-repeat:repeat;
        background-size:5% 100%; */
        color:#e3e3c5;
background: #000; /* Old browsers */

}

#art-main
{
        position: relative;
        width: 100%;
        left: 0;
        top: 0px;
             
}

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

#art-page-background-glare-image
{
       /* background-image: url('images/Page-BgGlare.png');*/
        background-repeat: no-repeat;
        background-size:100% 100%;
        height: 379px;
        width: 387px;
        margin: 0;
}

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




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

.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 */
.art-Sheet
{
        position:relative;
        z-index:0;
        margin:0 auto;
        width: 1050px;
        min-width:35px;
        min-height:35px;
        background-color:#fff;
        border: 0px solid #34800E;
        border-radius:5px;
        
}
.toptop{
position:absolute;
width:100%;
background:#34800E;
z-index:0;
height:2px;
top:0px;
left:0px;
color:#616975;
font-size:2em;
}
.art-Sheet-body
{
        position: relative;
        z-index: 1;
        padding: 13px;
         \
        border-radius: 12px;
         -moz-border-radius: 12px;
        -webkit-border-radius: 12px;
}

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

.art-Sheet-tr, .art-Sheet-tl, .art-Sheet-br, .art-Sheet-bl
{
        width: 34px;
        height: 34px;

}

.art-Sheet-tl
{
        top:0;
        left:0;
        clip: rect(auto, 17px, 17px, auto);
}

.art-Sheet-tr
{
        top: 0;
        right: 0;
        clip: rect(auto, auto, 17px, 17px);
}

.art-Sheet-bl
{
        bottom: 0;
        left: 0;
        clip: rect(17px, 17px, auto, auto);
}

.art-Sheet-br
{
        bottom: 0;
        right: 0;
        clip: rect(17px, auto, auto, 17px);
}

.art-Sheet-tc, .art-Sheet-bc
{
        left: 17px;
        right: 17px;
        height: 34px;

}

.art-Sheet-tc
{
        top: 0;
        clip: rect(auto, auto, 17px, auto);
}

.art-Sheet-bc
{
        bottom: 0;
        clip: rect(17px, auto, auto, auto);
}

.art-Sheet-cr, .art-Sheet-cl
{
        top: 17px;
        bottom: 17px;
        width: 34px;

}

.art-Sheet-cr
{
        right:0;
        clip: rect(auto, auto, auto, 17px);
}

.art-Sheet-cl
{
        left:0;
        clip: rect(auto, 17px, auto, auto);
}

.art-Sheet-cc
{
        position:absolute;
        z-index:-1;
        top: 17px;
        left: 17px;
        right: 17px;
        bottom: 17px;
        /* background-image: url('images/Sheet-c.png');*/
}


.art-Sheet
{
        margin-top: 10px !important;
}

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

/* end Box, Sheet */

/* begin Header */
div.art-Header
{
        margin: 4px 0px 0px 0px;
        position: relative;
        z-index:0;
         width: 1022px;
        height: 165px;
         top: -2px;
 
}

div.art-Header-png
{
        position: absolute;
        z-index:-2;
        top: -2px;
        left: 0px;
        width: 1022px;
        height: 165px;
       background:#000;

        background-repeat: no-repeat;
        background-position: left top;
         border-radius: 5px;

      -moz-border-radius: 10px;

     -webkit-border-radius: 10px; 
}

div.art-Header-jpeg
{
        position: absolute;
        z-index:-1;
        top: -3px;
        left: 0px;
        width: 1022px;
        height: 167px;
        background-image: url('images/casinoslive12.png');
        background-size:100% 100%;
        background-repeat: no-repeat;
        background-position: center center;
        border: 0px solid #f0f0f0;

      border-radius: 5px;

      -moz-border-radius: 10px;

     -webkit-border-radius: 10px;
}
/* end Header-advert */
div.art-Header-advert-jpeg
{
        position: absolute;
        z-index:-1;
        top: 7px;
        left: 760px;
        width: 160px;
        height: 130px;
       /* background-image: url('images/advert.jpg');*/
        background-repeat: no-repeat;
        background-position: center center;
      
        border: 0px solid #000;

 border-radius: 10px;

-moz-border-radius: 10px;

-webkit-border-radius: 10px;
}
/* end Header */
/* begin Logo */
.art-Logo
{
        display : block;
        position: absolute;
        left: 826px;
        top: 10px;
        width: 944px;
}

h1.art-Logo-name
{
        display: block;
        text-align: left;
}

h1.art-Logo-name, h1.art-Logo-name a, h1.art-Logo-name a:link, h1.art-Logo-name a:visited, h1.art-Logo-name a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 26px;
font-style: normal;
font-weight: bold;
text-decoration: none;
        padding:0;
        margin:0;
        color: #ffffff!important;
}

.art-Logo-text
{
        display: block;

        text-align: left;
}

.art-Logo-text, .art-Logo-text a
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 18px;
font-style: normal;
font-weight: normal;
        padding:0;
        margin:0;
        color: #ffffff!important;
}
/* end Logo */

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

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

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

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

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

.art-menu li li
{
        float: none;
}

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

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

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

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

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

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





/* menu structure */

.art-menu
{
        padding: 0px 0px 0px 0px;

}

.art-nav
{
        position: relative;
        height: 29px;
        z-index: 100;
        top:3px;


}

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

.art-nav .l
{
        left: 0;
        right:0px;
}

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


/* end Menu */

/* begin MenuItem */
.art-menu ul li
{
        clear: both;
}

.art-menu a
{
        position:relative;
        display: block;
        overflow:hidden;
        height: 29px;
        cursor: pointer;
        text-decoration: none;
        margin-right: 0px;
        margin-left: 0px; border-radius: 0.6em 0.6em 0.6em 0.6em;
}


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

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

.art-menu a .r
{
        width:400px;
        right:0;
        clip: rect(auto, auto, auto, 400px);
}

.art-menu a .t
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 13px;
font-style: normal;
font-weight: normal;
        color: #ffffff;  /*original color #CFCFCF*/
        padding: 0 12px;
        margin: 0 0px;
        line-height: 29px;
        text-align: center;
}

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

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

.art-menu li:hover a .l, .art-menu li:hover a .r
{
        top:-29px;
}
.art-menu a:hover .t
{
        color: #ffffff;
}

.art-menu li:hover a .t
{
        color: #ffffff;
}

.art-menu li:hover>a .t
{
        color: #ffffff;
}



/* end MenuItem */

/* begin MenuSeparator */
.art-nav .art-menu-separator
{
        display: block;
        width: 1px;
        height: 29px;
        background-image: url('images/MenuSeparator.png');
}

/* end MenuSeparator */

/* begin MenuSubItem */
.art-menu ul a
{
        display:block;
        text-align: center;
        white-space: nowrap;
        height: 20px;
        width: 190px;
        overflow:hidden;
        line-height: 20px;
        margin-right: auto;


        background-image: url('images/subitem-bg.png');
        background-position: left top;
        background-repeat: repeat-x;
        border-width: 0px;
        border-style: solid;
}

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

.art-menu ul a, .art-menu ul a:link, .art-menu ul a:visited, .art-menu ul a:hover, .art-menu ul a:active, .art-nav ul.art-menu ul span, .art-nav ul.art-menu ul span span
{
        text-align: left;
        text-indent: 12px;
        text-decoration: none;
        line-height: 20px;
        color: #ffffff;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 13px;
font-style: normal;
font-weight: normal;
}

.art-menu ul ul a
{
        margin-left: auto;
}

.art-menu ul li a:hover
{
        color: #ffffff;
        background-position: 0 -20px;
}

.art-menu ul li:hover>a
{
        color: #ffffff;
        background-position: 0 -20px;
}

.art-nav .art-menu ul li a:hover span, .art-nav .art-menu ul li a:hover span span
{
        color: #ffffff;
}

.art-nav .art-menu ul li:hover>a span, .art-nav .art-menu ul li:hover>a span span
{
        color: #ffffff;
}
.billlist{
list-style-type:none;
margin:0;
padding:0;
z-index:9000000;
}
.billlist>li{
display:inline;
color:#000;
}
/* end MenuSubItem */

/* begin ContentLayout */
.art-contentLayout
{        background-color: #3e3e3e;
        position: relative;
        margin-bottom: 1px;
        width: 974px;
 border-radius: 10px;

-moz-border-radius: 10px;

-webkit-border-radius: 10px;
}
/* end ContentLayout */

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

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

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

.art-Block-tr, .art-Block-tl, .art-Block-br, .art-Block-bl
{
        width: 14px;
        height: 14px;
        background-image: url('images/Block-s.png');
}

.art-Block-tl
{
        top:0;
        left:0;
        clip: rect(auto, 7px, 7px, auto);
}

.art-Block-tr
{
        top: 0;
        right: 0;
        clip: rect(auto, auto, 7px, 7px);
}

.art-Block-bl
{
        bottom: 0;
        left: 0;
        clip: rect(7px, 7px, auto, auto);
}

.art-Block-br
{
        bottom: 0;
        right: 0;
        clip: rect(7px, auto, auto, 7px);
}

.art-Block-tc, .art-Block-bc
{
        left: 7px;
        right: 7px;
        height: 14px;
        background-image: url('images/Block-h.png');
}

.art-Block-tc
{
        top: 0;
        clip: rect(auto, auto, 7px, auto);
}

.art-Block-bc
{
        bottom: 0;
        clip: rect(7px, auto, auto, auto);
}

.art-Block-cr, .art-Block-cl
{
        top: 7px;
        bottom: 7px;
        width: 14px;
        background-image: url('images/Block-v.png');
}

.art-Block-cr
{
        right:0;
        clip: rect(auto, auto, auto, 7px);
}

.art-Block-cl
{
        left:0;
        clip: rect(auto, 7px, auto, auto);
}

.art-Block-cc
{
        position:absolute;
        z-index:-1;
        top: 7px;
        left: 7px;
        right: 7px;
        bottom: 7px;
        background-color: #171717;/*original color #3e3e3e*/
border-radius: 0.7em 0.7em 0.7em 0.5em;
}


.art-Block
{
        margin: 7px;
}

/* end Box, Block */

/* begin BlockHeader */
.art-BlockHeader
{
        position:relative;
        z-index:0;
        height: 30px;
        padding: 0 7px;
        margin-bottom: 7px;
}

.art-BlockHeader .t
{
        height: 30px;
        color: #ffffff; /*original color #EDEDED*/
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: bold;
        white-space : nowrap;
        padding: 0 6px;
        line-height: 30px;
}

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

.art-BlockHeader .l
{
        left:0;
        right:6px;
}

.art-BlockHeader .r
{
        width:994px;
        right:0;
        clip: rect(auto, auto, auto, 988px);
}





.art-header-tag-icon
{
    height: 30px;
        background-position:left top;
        background-image: url('images/BlockHeaderIcon.png');
        padding:0 0 0 31px;
        background-repeat: no-repeat;
        min-height: 30px;
        margin: 0 0 0 5px;
}


/* end BlockHeader */

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

.art-BlockContent-body
{
        position: relative;
        z-index: 1;
        padding: 8px;
}



.art-BlockContent-body
{
        color:#ffffff;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
}

.art-BlockContent-body a:link
{
        color: #ffffff;
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
}

.art-BlockContent-body a:visited, .art-BlockContent-body a.visited
{
        color: #ffffff;
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
}

.art-BlockContent-body a:hover, .art-BlockContent-body a.hover
{
        color: #ffffff;
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: none;
}

.art-BlockContent-body ul
{
        list-style-type: none;
        color: #ffffff;
        margin:0;
        padding:0;
}

.art-BlockContent-body li
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
text-decoration: none;
}

.art-BlockContent-body ul li
{
        padding:0px 0 0px 13px;
        background-image: url('images/BlockContentBullets.png');
        background-repeat:no-repeat;
        margin:0.5em 0 0.5em 0;
        line-height:1.2em;
}

/* end Box, BlockContent */

/* begin Box, Post */
.art-Post
{
        position:relative;
        z-index:0;
        margin:0 auto;
        min-width:15px;
        min-height:15px;
width:605px;
left:3px;
top:-23px;
}

.art-Post-body
{
        position: relative;
        z-index: 1;
        padding: 11px;
width:510px;

}

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

.art-Post-tr, .art-Post-tl, .art-Post-br, .art-Post-bl
{
        width: 14px;
        height: 14px;
       /* background-image: url('images/Post-s.png');*/
}

.art-Post-tl
{
        top:0;
        left:0;
        clip: rect(auto, 2px, 2px, auto);
}

.art-Post-tr
{
        top: 0;
        right: 0;
        clip: rect(auto, auto, 2px, 2px);
}

.art-Post-bl
{
        bottom: 0;
        left: 0;
        clip: rect(2px, 2px, auto, auto);
}

.art-Post-br
{
        bottom: 0;
        right: 0;
        clip: rect(2px, auto, auto, 2px);
}

.art-Post-tc, .art-Post-bc
{
        left: 7px;
        right: 7px;
        height: 14px;
       /* background-image: url('images/Post-h.png');*/
}

.art-Post-tc
{
        top: 0;
        clip: rect(auto, auto, 2px, auto);
}

.art-Post-bc
{
        bottom: 0;
        clip: rect(2px, auto, auto, auto);
}

.art-Post-cr, .art-Post-cl
{
        top: 7px;
        bottom: 7px;
        width: 14px;
        /*background-image: url('images/Post-v.png');*/
}

.art-Post-cr
{
        right:0;
        clip: rect(auto, auto, auto, 2px);
}

.art-Post-cl
{
        left:0;
        clip: rect(auto, 2px, auto, auto);
}

.art-Post-cc
{
        position:absolute;
        z-index:-1;
        top: 2px;
        left: 2px;
        right: 2px;
        bottom: 2px;
        background-color: #fff;
}


.art-Post
{
        margin: 2px;
          top:-8px;
}

/* Start images */
a img
{
        border: 0;
}

.art-article img, img.art-article
{
        border: solid 1px #454545;
        margin: 1em;
}

.art-metadata-icons img
{
        border: none;
        vertical-align: middle;
        margin: 2px;
}
/* Finish images */

/* Start tables */

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

.art-article table, table.art-article .art-article tr, .art-article th, .art-article td
{
        background-color:Transparent;
}

.art-article th, .art-article td
{
        padding: 2px;
        border: solid 1px #696969;
        vertical-align: top;
        text-align:left;
}

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

/* Finish tables */

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

/* end Box, Post */

/* begin PostHeaderIcon */
.art-PostHeader
{
        text-decoration:none;
        margin: 0.2em 0;
        padding: 0;
        font-weight:normal;
        font-style:normal;
        letter-spacing:normal;
        word-spacing:normal;
        font-variant:normal;
        text-decoration:none;
        font-variant:normal;
        text-transform:none;
        text-align:left;
        text-indent:0;
        line-height:inherit;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 22px;
font-style: normal;
font-weight: bold;
text-align: left;
color: #700300;
/* text-shadow:
0 -1px 1px #FFF,
0 -1px 1px #AAA,
0 -1px 1px #30073f,
0 -1px 1px #700300;  */
}

.art-PostHeader a, .art-PostHeader a:link, .art-PostHeader a:visited, .art-PostHeader a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 22px;
font-style: normal;
font-weight: bold;
text-align: left;
        margin:0;
        color: #700300;
}

/* end PostHeaderIcon */

/* begin PostHeader */
.art-PostHeader a:link
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: none;
text-align: left;
  color: #700300;
}

.art-PostHeader a:visited, .art-PostHeader a.visited
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: none;
text-align: left;
color: #700300;
}

.art-PostHeader a:hover, .art-PostHeader a.hovered
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
text-align: left;
color:#700300;
}
/* end PostHeader */

/* begin PostContent */
/* Content Text Font & Color (Default) */
body
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
  color: #700300;
}


.art-PostContent p
{
        margin: 0.5em 0;
}

.art-PostContent, .art-PostContent p
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 14px;
font-style: normal;
font-weight: normal;
text-align: justify;
background:#fff;
color:#000331;
}

.art-PostContent
{  border-style: solid;
   border: 0px;
   padding-left: 10px;
  padding-right:12px;
  margin:0;
  overflow:  hidden;
width:475px;
}

.art-PostContent li{
 font-size: 14px;
 color: #000333;
}


/* Start Content link style */
/*
The right order of link pseudo-classes: Link-Visited-Hover-Focus-Active.
http://www.w3schools.com/CSS/css_pseudo_classes.asp
http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states/
*/
a
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: none ;
  color: #700300;
}

/* Adds special style to an unvisited link. */
a:link
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
  color: #700300;
}

/* Adds special style to a visited link. */
a:visited, a.visited
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
  color: #700300;
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: none;
  color: #700300;
}

/* Finish Content link style */

/* Resert some headings default style & links default style for links in headings*/
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
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}


/* Start Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 28px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #ffffff;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 22px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #ffffff;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 18px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #ffffff;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 16px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #ffffff;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 14px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #ffffff;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 14px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #ffffff;
}
/* Finish Content headings Fonts & Colors  */
/* end PostContent */

/* begin PostBullets */
/* Start Content list */
ol, ul
{
        color: #ffffff;
        margin:1em 0 1em 2em;
        padding:0;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
}

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

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

ul
{
        list-style-type: none;
}

ol
{
        list-style-position:inside;

}



.art-Post li
{
        padding:0px 0 0px 13px;
        line-height:1.2em;
}

.art-Post ol li, .art-Post ul ol li
{
        background: none;
        padding-left:0;
}

.art-Post ul li, .art-Post ol ul li
{
        background-image: url('images/PostBullets.png');
        background-repeat:no-repeat;
        padding-left:13px;
}


/* Finish Content list */
/* end PostBullets */

/* begin PostQuote */
/* Start blockquote */
blockquote,
blockquote p,
.art-PostContent blockquote p
{
        color:#ffffff;
font-family: Arial, Helvetica, Sans-Serif;
font-style: italic;
font-weight: normal;
text-align: left;
}

blockquote,
.art-PostContent blockquote
{
                border:solid 1px #C7C7C7;
                margin:10px 10px 10px 50px;
        padding:5px 5px 5px 41px;
        background-color:#828282;
        background-image:url('images/PostQuote.png');
        background-position:left top;
        background-repeat:no-repeat;
}


/* Finish blockuote */
/* end PostQuote */

/* begin Button */
.art-button-wrapper .art-button
{
        display:inline-block;
        width: auto;
        outline:none;
        border:none;
        background:none;
        line-height:33px;
        margin:0 !important;
        padding:0 !important;
        overflow: visible;
        cursor: default;
        text-decoration: none !important;
        z-index:0;
}

.art-button-wrapper
{
        display:inline-block;
        position:relative;
        height: 24px;
        overflow:hidden;
        white-space: nowrap;
        width: 85px;
        z-index:0;
        left:9px;
        top:4px;
}

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

.art-button-wrapper .art-button
{
        display:block;
        height: 23px;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
        white-space: nowrap;
        text-align: left;
        padding: 0 7px !important;
        line-height: 23px;
        text-decoration: none !important;
        color: #ffffff !important;
}

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

.art-button-wrapper.hover .art-button, .art-button:hover
{
        color: #ffffff!important;
        text-decoration:underline !important;
        cursor: pointer ;
}

.art-button-wrapper.active .art-button
{
        color: #ffffff !important;
}

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

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

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

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

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


/* end Button */

/* begin Footer */
.art-Footer
{        background-color: #fff;
        position:relative;
        z-index:0;
        overflow:hidden;
        margin: 1px auto 0px auto;
        top:252px;
border-top:1px solid #e3e3e3 ;
border-radius:8px;
padding-top:3px;
width: 1050px;
}

.art-Footer .art-Footer-inner
{
        height:1%;
        position: relative;
        z-index: 0;
        padding: 8px;
        text-align: center;
}

.art-Footer .art-Footer-background
{        background-color: #fff;
        position:relative;
        z-index:-1;
        /*background-repeat:no-repeat;
        background-image: url('images/Footer.png'); */
        width: 1040px;
        height: 0px;
        bottom:3px;
        left:0;
}


.art-rss-tag-icon
{
        position: relative;
        display:block;
        float:left;
        background-image: url('images/rssIcon.png');
        background-position: center right;
        background-repeat: no-repeat;
        margin: 0 5px 0 0;
        height: 44px;
        width: 44px;
        border-radius:6px;
    cursor: cross;
}




.art-Footer .art-Footer-text p
{
        margin: 0;
}

.art-Footer .art-Footer-text
{
        display:inline-block;
        color:#ffffff;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 11px;
}

.art-Footer .art-Footer-text a:link
{
        text-decoration: none;
        color: #ffffff;
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
}

.art-Footer .art-Footer-text a:visited
{
        text-decoration: none;
        color: #ffffff;
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
}

.art-Footer .art-Footer-text a:hover
{
        text-decoration: none;
        color: #ffffff;
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: none;
}
/* end Footer */

/* begin PageFooter */
.art-page-footer, .art-page-footer a, .art-page-footer a:link, .art-page-footer a:visited, .art-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:#ffffff;
}

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

/* begin LayoutCell */
.art-contentLayout .art-sidebar1
{
        position: relative;
        margin: 0;
        padding: 0;
        border: 0;
        float: left;
        overflow: hidden;
        width: 243px;
}
/* end LayoutCell */

/* begin LayoutCell */
.art-contentLayout .art-content
{
        position: relative;
        margin: 0;
        padding: 0;
        border: 0;
        float: left;
        overflow: hidden;
        width: 530px;

}
.art-contentLayout .art-content-wide
{
        position: relative;
        margin: 0;
        padding: 0;
        border: 0;
        float: left;
        overflow: hidden;
        width: 530px;
}



 .footeraki {

    border: thin solid #FFFFFF ;
    height:180px;
    background-color: #E3E3E3;
    width: 920px;
    padding:0 25px 0 25px;

    }


 .column {
         color: #000000;
        font: 14px Arial,Helvetica,sans-serif;
        overflow: hidden;
        padding:0 10px  0 18px;
        float: left;
        margin: 20px 30px 0 10px;

}
     .column ul{position:relative; left:-30px;
     }
 .column a, .column a:link,.column a:hover,.column a:visited{
        margin:1em;
        text-align:center;
        text-decoration:none;
        color:#000000;
    }
  }

/* end LayoutCell */
 .mydiv{
  position:relative;
color:#000;
   width: 600px;
  left: -2px;
  top: 0px;
  height: 580px;
   z-index: 3;
}
.newboxes-2 {
  display: none;
  position:relative;
  background: #fff;
  color:#000330;
  font-size:1.2em;
  width:575px;
  padding: 4px;
  height: 565px;
  left:-2px;
   overflow:auto;
   top: -14px;

    border-top-left-radius:8px;
    border-top-right-radius:8px;
    border-bottom-left-radius:8px;
    border-bottom-right-radius:8px;
     z-index: 4;
    }

 .newboxes-2 h1,.newboxes-2 h2 {
    font-size:18px;
    color: #000;
    font-weight: 600;
 }
.frontdiv1{
 padding-left:5px;
padding-right:5px;
 position:relative;
 width:296px;
 height:310px;
 background-color:#fffff9;
 display:inline-block;
 border:1px solid #ffabcc;
 border-radius:8px;
 opacity:1;
 overflow:hidden;
color:#000;
 font-size:0.93em;
 }
 .frontdiv1:hover{
  opacity:0.95;
 /* background-color: #000;
  color:#fff;*/
border:1px solid #3e3e3e; 
 border-radius:8px;
 }

 .frontdiv1 h1{
      position: relative;
      top:3px;
      left:-8px;
      width:98%;
      height:23px;
    font-size: 1.5em;

     text-align:center;
background: #45484d; /* Old browsers */
background: -moz-linear-gradient(top, #45484d 0%, #000000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #45484d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #45484d 0%,#000000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #45484d 0%,#000000 100%); /* IE10+ */
background: linear-gradient(to bottom, #45484d 0%,#000000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
  z-index: 11;
   border-radius: 0.3em 0.3em 0.3em 0.3em;
       -moz-border-radius: 0.3em 0.3em 0.3em 0.3em;
        -webkit-border-radius: 0.3em 0.3em 0.3em 0.3em;
  }

.mydiv p{ color: #000;
 font-size:1.1em;
 }
 .mydiv h1,.mydiv h2,.mydiv h3 {
 font-size:18px;
    color: #000;
 }
  /*  .mydiv a:link {
 color: #000;
   font-weight: 600;
   background: #358310;
   text-decoration:none;
   padding:8px 20px 4px 20px;
   border-top:2px solid white;
   border-right:2px solid white;
   border-left:2px solid white;
   }

 .mydiv a:visited {
 
   background:#A42E2D ;
   border-top:2px solid white;
   border-right:2px solid white;
   border-left:2px solid white;
    }

   .mydiv a:hover{
  
  background: #ffffff;
   z-index: 2;
   text-decoration:underline;
   border-top:2px solid white;
   border-right:2px solid white;
   border-left:2px solid white;
  }
    .mydiv a:active{
   
    background: #e3e3e3 ;
     z-index: 2;
    border-top:2px solid white;
   border-right:2px solid white;
   border-left:2px solid white;
  }*/
#link1{position:relative;

    border-top-left-radius:8px;
left:4px;
  }

    #link2{position:relative;

    left:-1px;
  }
   #link3{position:relative;
   left:-6px;

  }
    #link4{
    position:relative;

     left:-10px;
border-top-right-radius:8px;
  }
   #link5{
     position:relative;
     left:36px;
     width:370px;
    color: #000;
  }
 #table_footer_bill{
   position:relative;

   border-radius:8px;
  background:#fff;
 /* background-repeat:repeat;
   background-image: url('images/Footer.png');   */
   width:1040px;
   height:200px;
   left:0px;
top:-10px;
 /*  background-image: linear-gradient(to bottom, #6D6d6d 1%, #010000 100%);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6D6d6d'), endColorstr='#717171'); /* for IE */
  /* background: -webkit-gradient(linear, left top, left bottom, from(#6D6d6d), to(#010000)); /* for webkit browsers */  */
   z-index:2;
color:#34800E;
 }
#table_footer_bill a, #table_footer_bill a:link, #table_footer_bill a:visited
{
        text-align:left;
        text-decoration:none;
        outline:none;
        letter-spacing:normal;
        word-spacing:normal;
color:#34800E;
}
#table_footer_bill a:hover {
text-decoration:underline;

}

#stickside{
 border-top-left-radius:8px;
  border-top-right-radius:8px;
 border-bottom-left-radius:8px;
   border-bottom-right-radius:8px;
  border:3px solid #f1fafd;
 z-index: 101;
 position: fixed;
 left: 2px;
 top: 29%;
 width:104px;
 height:340px;
  background: #E3E3E3;
 }

 #sticside table{
 top:4px;
 width:100px;
 height:350px;
 left:-2px;
 }
 #stickside2{
 border-top-left-radius:8px;
  border-top-right-radius:8px;
 border-bottom-left-radius:8px;
   border-bottom-right-radius:8px;
  border:3px solid #f1fafd;
 z-index: 102;
 position: fixed;
 left: 2px;
 top: 26%;
 width:104px;
 height:18px;
  background: #E3E3E3;
  text-align:center;
 text-decoration:none;
  font-size:18px;
  color:#ffffff;
 }
#stickside2 a{
  text-decoration:none;
}

#frontpage_old_withbackground{
position: relative;
background: #7d7e7d; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
 background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkN2U3ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZTBlMGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #7d7e7d 0%, #0e0e0e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* IE10+ */
background: linear-gradient(to bottom,  #7d7e7d 0%,#0e0e0e 100%); /* W3C */

    top:3px;
    width:620px;
    height:940px;
    left:0px;
    border-radius: 0.5em 0.5em 0.5em 0.5em;
       -moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
        -webkit-border-radius: 0.5em 0.5em 0.5em 0.5em;
 opacity: 1;
    z-index: 8;
}

#frontpage{
position: relative;


    top:-12px;
    width:620px;
    height:940px;
    left:9px;
    border-radius: 0.5em 0.5em 0.5em 0.5em;
       -moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
        -webkit-border-radius: 0.5em 0.5em 0.5em 0.5em;
    opacity: 1;
    z-index: 0;
}
#frontpage a{
  text-decoration:none;
}


#frontpage h1 {
      position: relative;
      top:3px;
      left:4px;
      width:99%;
      height:23px;
    font-size: 1.5em;
    
     text-align:center
background: #45484d; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ1NDg0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #45484d 0%, #000000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #45484d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #45484d 0%,#000000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #45484d 0%,#000000 100%); /* IE10+ */
background: linear-gradient(to bottom,  #45484d 0%,#000000 100%); /* W3C */
  z-index: 9;
   border-radius: 0.3em 0.3em 0.3em 0.3em;
       -moz-border-radius: 0.3em 0.3em 0.3em 0.3em;
        -webkit-border-radius: 0.3em 0.3em 0.3em 0.3em;
  }
 #frontpage h2 {
      position: relative;
      top:-3px;
      left:1px;
      width:99%;
      height:18px;
    font-size: 1.1em;
     text-indent:-210px;

background: #e3e3e3; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: -moz-linear-gradient(top,  #e3e3e3 0%, #efe3e3 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e3e3e3), color-stop(100%,#efe3e3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  ##e3e3e3 0%,#efe3e3 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e3e3e3 0%,#efe3e3 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e3e3e3 0%,#efe3e3 100%); /* IE10+ */
background: linear-gradient(to bottom,  #e3e3e3 0%,#efe3e3 100%); /* W3C */
  z-index: 19;
  margin: 2px;
  color: #000000;
  }

#frontpage li
{
display:inline;
 color: #000000;

}


#Inner{
     position: relative;
     top:-4px;
   width:610px;
   height: 58px;
   left:0px;
   background-color: #e3e3e3;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#efe3e3)); /* Chrome, Safari 4+ */
  background-image: -webkit-linear-gradient(top, #e3e3e3,#efe3e3 ); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
  background-image:    -moz-linear-gradient(top, #e3e3e3,#efe3e3 ); /* Firefox 3.6-15 */
  background-image:      -o-linear-gradient(top,  #e3e3e3,#efe3e3); /* Opera 11.10-12.00 */
  background-image:         linear-gradient(to bottom, #e3e3e3,#efe3e3 ); /* Chrome 26, Firefox 16+, IE 10+, Opera 12.50+ */
 border-radius: 0.5em 0.5em 0.5em 0.5em;
       -moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
        -webkit-border-radius: 0.5em 0.5em 0.5em 0.5em;
 padding: 1px;
 margin: 4px;
 border: 1px;
  z-index:10;
}
 #Inner:hover {
   opacity: 0.9;
}
  .banner{
    position: absolute;
  left:5px;
  top:5px;
  z-index: 10;
  }

 .linkaki{
  position: relative;
  left:540px;
  top:1px;
  z-index: 10;
  text-decoration: none;
  width:100px;
}

.imagaki{
  position: absolute;
  left:515px;
  top:4px;
  z-index: 9;border: 1px #fff solid ;
  border-radius: 0.5em 0.5em 0.5em 0.5em;
  -moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
  -webkit-border-radius: 0.5em 0.5em 0.5em 0.5em;
}
.name{
  position: absolute;
  left:119px;
  top:2px;
   padding: 20px 2px 20px 2px;
  z-index: 39;
  width:100px;
  height:13px;
   border: 1px #fff solid ;
border-radius: 0.5em 0.5em 0.5em 0.5em;
       -moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
        -webkit-border-radius: 0.5em 0.5em 0.5em 0.5em;
}
  .rate{
  position: absolute;
  left:217px;
  top:2px;
   padding: 20px 2px 20px 20px;
  z-index: 39;
  width:80px;
  height:13px;
   border: 1px #fff solid ;
border-radius: 0.5em 0.5em 0.5em 0.5em;
       -moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
        -webkit-border-radius: 0.5em 0.5em 0.5em 0.5em;
}
 .more{
  position: absolute;
  left:116px;
  top:2px;
     padding: 20px 2px 20px 20px;
  z-index: 39;
  width:75px;
  height:13px;
   border: 1px #fff solid ;
 border-radius: 0.5em 0.5em 0.5em 0.5em;
       -moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
        -webkit-border-radius: 0.5em 0.5em 0.5em 0.5em;
   color: #000000;
}
 .bonus{
  position: absolute;
  left:323px;
  top:2px;
  padding: 10px 2px 1px 10px;
  z-index: 39;
  width:172px;
  height:43px;
   border: 1px #fff  solid ;
 border-radius: 0.5em 0.5em 0.5em 0.5em;
       -moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
        -webkit-border-radius: 0.5em 0.5em 0.5em 0.5em;
   overflow: auto ;
   color: #000000;
}


.bonus2{
  position: relative;
   width:315px;
  height:45px;
  padding: 1px 2px 1px 10px;
  z-index: 39;
    border: 1px #fff  solid ;
border-radius: 0.5em 0.5em 0.5em 0.5em;
       -moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
        -webkit-border-radius: 0.5em 0.5em 0.5em 0.5em;
   overflow: auto ;
   color: #000000;
}
.highlights{
position: absolute;
 background: #595959;
  background-color:transparent;
  top:228px;
   left:630px;
    width:390px;
     max-height:1150px;
     overflow-x:hidden;
     overflow-y:scroll;
      z-index:1000000;
       border: 1px solid #f0f0f0;
       border-radius:5px;
       margin:5px;

}


  .social{ position: relative;
  overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
     background-color: #474747;
  /*  background-image: -webkit-gradient(linear, left top, left bottom, from(#3e3e3e), to(#3e3e3e)); /* Chrome, Safari 4+ */
 /* background-image: -webkit-linear-gradient(top, #3e3e3e,#3e3e3e ); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
 /* background-image:    -moz-linear-gradient(top, #3e3e3e,#3e3e3e ); /* Firefox 3.6-15 */
  /* background-image:      -o-linear-gradient(top,  #3e3e3e,#3e3e3e); /* Opera 11.10-12.00 */
  /* background-image:         linear-gradient(to bottom, #3e3e3e,#3e3e3e ); /* Chrome 26, Firefox 16+, IE 10+, Opera 12.50+ */
 border: 0px #fff  double;
     border-radius: 0.4em 0.4em 0.4em 0.4em;
    height:32px;
     opacity: 1;
     top:-3px;
     width: 200px;
     left: -3px;
  }
  .social h2{ position: relative;
  top:-10px;
  left: 1px;
     color: #3e3e3e;
     font-size: 1.3em;
      padding-left: 10px;
  }

   .social .hr2{  position: relative;
     top:-18px;
   }
   .social img{   position: relative;
     top:-13px;
     left:10px;
     padding-left:0px;
      background-color: transparent;
       border-radius: 0.4em 0.4em 0.4em 0.4em;
   }
   .social:hover {
   opacity: 0.8;
}
/* Start bloglist table , tr highlight */
.blogtable{

 border-style: solid;
  border-width: 0px ;
  width: 99%;
}
.blogtable hr{
 height:12px;
 background:#3e3e3e;
 border: 2px outset #330000;
}


.blogrow{
   border-style: solid;
   border-width:1px;
    opacity: 1;
 }


.blogrow:hover {
   opacity: 0.8;
   

    }

/* Start captcha form styling */
 #success_message { border: 1px solid #000; width: 550px; text-align: left; padding: 10px 7px; background: #33ff33; color: #000; font-weight; bold; font-size: 1.2em; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; }
        fieldset { width: 90%; }
        legend { font-size: 24px; }
        .note { font-size: 18px; }

/* End captcha form styling */




