body {
    background: #000;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    text-align:center;
    
  /*  background-image:url(images/christmas_back.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:top center;		*/
}

h1 {
    font-size: 150%;
    border-bottom: solid 1px;
}

h3 {
    border-bottom: solid 1px;
}

h1, h2, h3 {
    padding-left: 10px;
    margin: 0 0 15px 0;
    color: #d1d1d1;
    font-family: 'IM Fell English SC', arial, serif;
    font-weight: bold;
}

hr {
    color: #d1d1d1;
}

a {
    color: Gray;
    text-decoration: none;
    border: dotted 1px;
}

a:hover {
    text-decoration: overline underline;
    background-color: #B3B3B3;
    color: Black;
}

.anone {
    text-decoration: none;
    border: 0;
}

.anone:hover {
    text-decoration: none;
    border: 0;
    background-color: Transparent;
}

.cheata
{
    color: White;
    border: dotted 1px;
    cursor: pointer;
}

.cheata:hover
{
    text-decoration: overline underline;
    background-color: Gray;
    color: Black;
    cursor: pointer;
}

.iframe {
    color: White;
    border: dotted 1px;
}

.iframe a:hover {
    text-decoration: overline underline;
    background-color: Gray;
}

.inside {
    color: White;
    border: dotted 1px;
}

.inside:hover {
    text-decoration: overline underline;
    background-color: Gray;
}

img {
    border: none;
}

.aimg:hover {
    text-decoration: none;
    border: 0;
    background-color: transparent;
}

.aimg {
    text-decoration: none;
    border: 0;
}

#topTitle
{
/*	background: transparent url(images/santa2.png) no-repeat 12px 0px; */
}

/** Wrapper **/
.wrapper {
    width: 1000px;
    margin: 0 auto;
    border: 1px solid #7b7b7b;
    background: url(images/back.jpg) repeat-y top;
    text-align:left;
	opacity: 0.9;
}

div#load
{
	position: fixed;
    top: 10px;
    left: 10px;
    z-index:9999;	
}

.logo {
    float: right;
    padding-right: 432px;
    padding-top: 5px;
    height: 90px;
    /*background: Transparent url(images/logo.jpg) no-repeat;*/
}

.top h1 {
    padding: 10px 0px 0px 30px;
    font-weight: 600;
    font-size: 270%;
    margin: 0;
    border: none;
}

.top h2 {
    padding: 0 0 7px 300px;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0;
    border: none;
}
/**Top Menu ***/
.tabs ul {
	margin:0;
	padding:0px 6% 0 50px;
	list-style-type: none;
	float:right;
	}

.tabs li {
	display:inline;
	margin:0;
	padding:0;
	}

.tabs a {
	font-family: 'Slackey', arial, serif;
	font-size: 15px;
	float: left;
	display: block;
	background: url(images/acc.gif) repeat-x;
	padding: 2px 15px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	border-top: solid 1px;
	border-right: solid 1px;
	border-left: solid 1px;
	border-bottom: none;
	}

.tabs a:hover {
	background: url(images/accSel.gif) repeat-x;
	color: #FFF;
	text-decoration: none;
	}

/**Content**/
.content {
    margin: 0 5% 0 5%;
    border-top: solid 1px;
    /*background: url(images/butterfly.jpg) no-repeat top right;*/
}

.reader {
    font-family: Times New Roman;
    margin-top: 10px;
    padding: 5px 10px 0 10px;
    text-align: justify;
    line-height: 150%;
}

.reader h1 {
    border-bottom: solid 1px;
}

.reader .date {
    text-align:right;
    foloat: right; 
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 15px;
    font-weight: bold;
}

#commentsCount
{
	float: left;
}

.commentsCountText {
    text-align:left;
    float: left; 
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    margin-bottom: 5px;
    font-weight: bold;
    position: absolute;
}

.commentsCountImg {
    float: left;
    position: absolute;
    margin: -7px 0 0 -16px;
}
.commentsCountImg2 {
    float: left;
    position: absolute;
    margin: -7px 0 0 -12px;
}

.commentsCountImgText {
    float: left;
    position: absolute;
    margin: -7px 0 0 30px;
}

/**Left Part***/
.left {
    width: 555px;
    margin: 10px 0 0 0;
}
/**Right Part***/
.right {
    width: 300px;
    float: right;
    margin: 10px 0 0 0;
}
/**Footer**/
#footer {
    text-align: center;
    margin: 10px 5% 0 5%;
    padding: 5px 0 5px 0;
    border-top: solid 1px #d1d1d1;
    color: #d1d1d1;
    font-size: 0.8em;
}

/**Common**/
.cleaner {
    clear: both;
}

.time {
    float:left;
    padding: 10px 0px 0 50px;
    font-size: small;
}

.datetime {
    float:left;
    padding: 10px 0 0 10px;
    font-size: small;
}

.dark {
    color: #d1d1d1;
}

.listul
{
	list-style-type:none;
}

.listul li {
    /* background: transparent url(images/arrow.gif) no-repeat scroll left 3px;
    padding: 2px 4px 0px 28px; */
    list-style: square;
    line-height: 1.5;
}

.small {
    font-size:10px;
    font-family: Arial, Helvetica, sans-serif;
}

.myCode
{ 
    padding: 5px 10px; 
    margin: 0px 0; 
    font-family: Consolas;
    font-size: 13px;
    border: solid 1px White;
	background-color: Black;
}

/** Accordion **/
.AccordionMenu
{
  border: solid 1px #d1d1d1;
}

.AccordionTitle
{
  cursor: pointer;
  font-weight: bold;
  vertical-align: middle;
  height: 25px;
  text-align: center;
  background: url(images/acc.gif) repeat-x;
  border-top: solid 1px #d1d1d1;
  border-bottom: solid 1px #d1d1d1;
}

.AccordionTitle:hover
{
  background:url(images/accSel.gif) repeat-x;
}

.AccordionContent
{
  padding: 10px;
  text-align:justify;
}

/** Comments **/
.tableComments
{
	border: 0;
	width: 95%;
}

.tdPerson
{
	width: 25%;
	border-top: dotted 1px #d1d1d1;
	text-align: center;
	vertical-align: middle;
	padding: 5px 0;
}

.tdComment
{
	padding: 0 0px 5px 10px;
	border-top: dotted 1px #d1d1d1;
	vertical-align: top;
	text-align: left;
	font-size: 16px;
	line-height: 130%;
	text-align:justify;
}

input
{
	background-color: White;
	border: 0;
	height: 20px;
	padding: 4px 5px 0px 5px;
	font-family: Arial;
}

textarea
{
	font-family: Arial;
	font-size: 14px;
}

.readerText
{
	clear: both;
}

.submit
{
	background-color: White;
	border: 0;
	height: 25px; 
	margin: 3px 0 3px 3px;
	padding: 0 5px 2px 5px;
}

.submit:hover
{
	background-color: Gray;
	border: solid 2px White;
	color: White;
	padding: 0 3px 2px 3px;
}

/** FeedBack **/
#feedback
{
    position: fixed;
	border: solid 1px White;
	padding: 5px;
	margin-left: -315px;
    top: 25%;
    left: 0px;
    z-index:100;
    background-color: Black;
    width: 300px;
}

#feedbackBtn
{
	cursor: pointer;
}

/** MiniMenu **/
#MiniMenu ul
{
    position: fixed;
    left: 87%;
    z-index:9999;
    list-style: none;
    padding: 0 10px 10px 10px;
}

#MiniMenu li
{
	display: inline;
	cursor: pointer;
}

