/*
  Mobile phpBB Template CSS
  Created by The-eBook
  http://www.the-ebook.org

  Validates with W3C's CSS2 guidelines
  http://www.w3.org
*/


body, td, tr { text-decoration: none; font-family: verdana, arial, helvetica, sans-serif; font-size: 11px; cursor: default; color: #666;}
body {text-decoration: none; margin: 5px; padding: 5px; background-color: #ffffee;; color: #666;  border: 4px double black;}
legend { text-decoration: none; color: #ccc; font-size: 11px; font-weight: bold; border-bottom: solid 1px #f7f7f7; padding-bottom: 5px; margin-bottom: 5px;}
fieldset {text-decoration:none; border: solid 1px #fff; padding-bottom: 10px;}
form, form:hover{text-decoration:none; margin: 0px; padding: 0px;}
a:active, a:visited, a:link {color: #0000FF/*#446488*/; text-decoration: none; font-size: 13px;}
a:hover {color: #00004f; text-decoration: none; font-size: 13px;}
a.nav:active, a.nav:visited, a.nav:link,a.navi:active, a.navi:visited, a.navi:link {color: #0000FF/*#666*/; font-size: 13px; font-weight: bold; text-decoration: none;}
a.nav:hover,a.navi:hover {font-size: 13px; font-weight: bold; color: #0000FF/*#666*/; text-decoration: none;}
input, select {text-decoration:none; font-size: 11px; background-color:#ffffe0;}
select{width: 60%;}
textarea
{width: 90%;
font-size: 14px;
padding: 0;
margin-bottom: 0;
background-color:#ffffe0;
-moz-border-radius: 8px 8px 0px 0px;
border-radius: 8px 8px 0px 0px;
-webkit-border-radius: 8px 8px 0px 0px;
}
 /*
textarea:focus
{width: 90%;
background-color:#fef3e0;
-moz-border-radius: 8px 8px 0px 0px;
border-radius: 8px 8px 0px 0px;
-webkit-border-radius: 8px 8px 0px 0px;
}
*/
#subm
{
width: 90%;
min-height: 35px;
padding: 0;
margin-top: 0;
-moz-border-radius: 0px 0px 8px 8px;
border-radius: 0px 0px 8px 8px;
-webkit-border-radius: 0px 0px 8px 8px;

}
#frm
{margin: 5px 0 0 0;
padding: 0;}
div {text-decoration: none; margin: 1px 0px 1px 0px; padding: 5px 5px 5px 5px; }
table { margin: 1px 0px 1px 0px; padding: 1px 1px 1px 1px; font-size: 11px;}
p{text-decoration: none; margin: 1px 0px 1px 0px; padding: 5px 5px 5px 5px;}
.post { color: #666; font-size:14px;}
.postbody{background-color: #f9fff0; font-size:14px;  border: 4px double black; overflow: hidden; word-wrap: break-word; }
.a {text-decoration: none; border-bottom: 1px solid #ccc; color: #666; background: #f7f7f7;}
.b {text-decoration: none; font-size: 11px; color: #666; background-color: #E5E5E5; padding: 3px; }
.c {text-decoration: none; border-top: 1px solid #ccc; color: #666; background: #f7f7f7;}
.d {text-decoration: none; border-top: 1px solid #ccc; color: #666; background: #f7f7f7;}
.copyright      { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
.comment{overflow: hidden; word-wrap: break-word; }
.exclamation { font-weight: bold; font-family: Times New Roman, Verdana; font-size : 11px; color: #ff0000; background: #FFE1DF; }
.status { font-weight: bold; font-family: Times New Roman, Verdana; font-size : 13px; color: #dfd4d3; }


/*spoiler */
.bbSpoiler {
    border: #d0d0d0 1px solid;
    padding: 4px;
    margin: 1em 0 0 .75em;
    -moz-border-radius: 8px;
    border-radius: 8px;
	-webkit-border-radius: 8px;
}
.bbSpoilerTitle a {
    color: #666666;
    font-weight: bold;
}
.bbSpoilerText {
    border: #d0d0d0 1px solid;
    padding: 5px;
    margin-top: .5em;
    -moz-border-radius: 4px;
    border-radius: 4px;
	-webkit-border-radius: 4px;
}
/*end spoiler*/
#layer
{

 position: fixed; /* Aácoëþòíoe ïoçèöèoíèpoâaíèe */
 bottom: 15px; /* Ïoëoæeíèe oò íèæíeão êpaÿ */
 right: 15px; /* Ïoëoæeíèe oò ïpaâoão êpaÿ */
 line-height: 1px;

}

#linklayer
{
 text-decoration: none;
 font-size: 11px;
 color: #666;
 background-color: #E5E5E5;
 padding: 30px;


}

.img
{
min-height: 100px;
min-width: 100px;
max-width: 90%;
//300px;
//max-height: 90%;
//300px;
}

object ,iframe
{
//min-height: 200px;
//min-width: 200px;

max-width: 90%;
max-height: 30%;

}

.navMenu
{
 position: fixed; /* Aácoëþòíoe ïoçèöèoíèpoâaíèe */
 top: 0.2%; /* //15px; Ïoëoæeíèe oò âepxíeão êpaÿ */
 right:0.2%;  /*//15px; Ïoëoæeíèe oò ïpaâoão êpaÿ */
 font-color: black;
 font-size: 20px;
 padding: 8px;
 z-index:8;
}

.navblock{ display:none;
 position:fixed;
 padding:15px;
 top: 0.5%; /*30px;*/
 background-color:#ffffee;
 right: 1%;
 max-width:90%;
 z-index:9;
}


.PmToMe
{	color:black;
   background-color: #B7CDE4;
   display: block;
   padding: 1px 14px 13px;
   margin: 5px;
border-radius: 0px 10px 10px 20px;
-moz-border-radius: 0px 10px 10px 20px;
-webkit-border-radius: 0px 10px 10px 20px;


}

.PmFromMe
{
	color:black;
   background-color: #A7EBA7;
   display: block;
   margin: 5px;
   padding: 1px 14px 13px;
border-radius: 10px 0px 20px 10px;
-moz-border-radius: 10px 0px 20px 10px;
-webkit-border-radius: 10px 0px 20px 10px;
}
div{
-moz-border-radius: 8px 8px 8px 8px;
border-radius: 8px 8px 8px 8px;
-webkit-border-radius: 8px 8px 8px 8px;
}

.aftor
{background-color: #DEEBF6;
}

.autocomplete { border:1px solid #999; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; /* IE6 specific: */ _height:350px;  _margin:0; _overflow-x:hidden; }
.autocomplete .selected { background:#F0F0F0; }
.hided{dysplay:none;}

#postcontainer{
 margin: 0;
 padding: 0;}


#reedit
{color: red;
background-color: #B7CDE4;
text-decoration: underline;
cursor: pointer;
text-align: center;}


#bbcodes
{
position: absolute;
right: 7%;
width:60%;
text-align:right;
cursor: pointer;
float:left;
}

#bblist
{display:none;
position:absolute;
right: 4%;
bottom: 5px;}
.editorbutton
{
float:left;position: relative;
margin: 0 auto;
text-align: left;
}

#TopicAction>a>img
{max-width:55px;
}

.disable-hover,
.disable-hover *
{
  pointer-events: none !important;
}


