/* --- css/generic.css -- start ---------------------------------- *
 * $Id: generic.css 163 2010-08-02 17:16:13Z vugluskr $
 *
 */

* {
  margin: 0;
/*  padding: 0; */
}

body {
  font-size: 10pt;
  font-family: Verdana;
}

/* Menu */
.boxContent {
  background:#FFFFFF url(/images/a1.gif) repeat-x scroll left top;
  margin-top:0.5em;
  padding:0.6em 0.6em 0.25em;
  margin-bottom: 1.5em;
}

a {
  color:#006699;
  text-decoration:underline;
}

a:hover {
  text-decoration: none;
}

.menu
{
  background-color: #558800;
  width: 100%;
}

.menu ul
{
  padding: 1em 0em 1em 4.5em;
  list-style: none;
}

.menu li
{
  display: inline;
  padding-right: 2.5em;
  font-size: 12px;
}

.menu li a
{
  color: #fff;
  background-color: inherit;
}

.menu li a:hover
{
  border-bottom: solid 1px #558800;
}

body {
  background:#fff;
}

.customFile {
  width: 219px;
  margin-left: -140px;
  cursor: default;
  height: 26px;
  z-index: 2;
  filter: alpha(opacity: 0);
  opacity: 0;
}

#wrapper {
  padding-bottom:6px;
}

.blocker {
   position: absolute;
   z-index: 3;
   width: 150px;
   height: 26px;
   background: url(/images/transparent.gif);
   margin-left: -155px;
}

.FileName {
  position: absolute;
  height: 20px;
  margin-left: 110px;
  font-family: Verdana;
  font-size: 8pt;
  color: Gray;
  margin-top: 4px;
  padding-top: 1px;
  padding-left: 19px;
}

#activeBrowseButton_image, #activeBrowseButton_add_product {
  background: url(/images/button_active.jpg) no-repeat left top;
  display: none;
}

.title {
  font-weight:bold;
  padding:0.5em;
  text-align:left;
  color:#444444;
  font-size:0.8em !important;
}

.field {
  padding-top:4px;
}

.field-error {}

.hideblock {
  display:block;
  position:absolute;
  opacity:0.5;
  -moz-opacity:0.5;
  filter:alpha(opacity=50);
  background-color:#444;
}

blockquote {
  padding:0.4em;
  border-left: solid 6px #558800;
}

blockquote p {
  margin-bottom: 0em;
  line-height: 1.5em;
}

.commentAuthor {
  font-size:12px;
  font-weight:bold;
  color:#444;
}

.commentAuthor a {
  font-size:12px;
  font-weight:bold;
}

.date {
  font-size:12px;
  color:#444;
}

.box ul {
  margin-bottom: 1em;
  padding-left: 1em;
  line-height: 1.8em;
}
.timer {
  width:100px;
  border:1px solid #eee;
  text-align:center;
  font-size:18px;
  color:#888;
  padding:1px;
}

.error {
  position:absolute;
  display:block;
  padding-left:5px;
  padding-right:5px;
  border:1px solid #ff5d5d;
  background:red;
  color:white;
  top:10px;
  right:10px;
  font-size:10px;
}

.message {
  position:absolute;
  display:block;
  padding-left:5px;
  padding-right:5px;
  border:1px solid #a4b3c7;
  background:#6690C9;
  color:white;
  top:10px;
  right:10px;
  font-size:10px;
}

.auth_field {
  width:200px;
  padding:0px;
  vertical-align:center;
  margin:0px;
  margin-bottom:10px;
}

.logged_in {
  font-size:10px;
  padding-left:10px;
}

.up {
    float:left;
    margin-left:10px;
    background:transparent url(/images/misc/icons_vote_posts.gif) no-repeat scroll 0 -15px;
    display:block;
    height:15px;
    outline-color:-moz-use-text-color;
    outline-style:none;
    outline-width:0;
    overflow:hidden;
    position:relative;
    text-indent:-1000px;
    top:2px;
    width:11px;
}

.down {
  float:right;
  background:transparent url(/images/misc/icons_vote_posts.gif) no-repeat scroll -11px -15px;
  display:block;
  height:15px;
  margin-right:10px;
  outline-color:-moz-use-text-color;
  outline-style:none;
  outline-width:0;
  overflow:hidden;
  position:relative;
  text-indent:-1000px;
  top:2px;
  width:11px;
}

.up_used {
  opacity: 1.0; -moz-opacity: 1.0; filter: alpha(opacity=100);
  background:transparent url(/images/misc/icons_vote_posts.gif) no-repeat scroll 0 0px !important;
}

.down_used {
  opacity: 1.0; -moz-opacity: 1.0; filter: alpha(opacity=100);
  background:transparent url(/images/misc/icons_vote_posts.gif) no-repeat scroll -11px 0px !important;
}

.up_unused {
  opacity: 1.0; -moz-opacity: 1.0; filter: alpha(opacity=100);
  background:transparent url(/images/misc/icons_vote_posts.gif) no-repeat scroll -22px 0px !important;
}

.down_unused {
  opacity: 1.0; -moz-opacity: 1.0; filter: alpha(opacity=100);
  background:transparent url(/images/misc/icons_vote_posts.gif) no-repeat scroll -22px -15px !important;
}

.score {
  font-size:0.8em;
  font-weight:bold;
  font-family:Arial,sans-serif;
  padding:4px 6px 2px;
  color: #000;
}

.positive {
  color:#339900 !important;
}

.negative {
  color:#CC0000 !important;
}

#tip, #bottom_tip, #tooltip {
    display:none;
    font-size:12px;
    height:80px;
    width:180px;
    padding:15px;
    color:black;
    z-index:100000;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border:1px solid #ccc;
    background:url(/content/images/misc/tooltip/white_n.png) repeat-x;
}

#bottom_tip {
  padding:10px;
  height:60px;
}

#tooltip {
  width:250px;
  height:120px;
  text-align:left;
}
/* --- Page blocks ----------------------------------------------- */
.page {
    min-width: 950px;
}
/* --- upper ------------------------ */
.upper {
    border-bottom: 1px solid #336600;
    background: #558800;
}
.upper .logo {
    color: white;
    font-size: 35px;
    padding: 0px;
    margin: 0px;
}
/* --- middle------------------------ */
.middle {
    margin: 10px;
}
/* --- left ------------------------- */
.side_left {
    margin-right: 222px;
    padding-right: 10px;
}
.side_left .adult_request_enabled {
    color: red;
    font-size: 1.2em;
    font-weight: bold;
}
.side_left .adult_request_disabled {
    color: green;
    text-decoration: line-through;
    font-size: 1.2em;
    font-weight: bold;
}
/* --- right ------------------------ */
.side_right {
    width: 222px;
    /*margin-left: 30px;*/
    vertical-align: top;
    float: right;
}
.side_right .block {
    width: 208px; 
    padding: 0px; 
    margin-bottom: 10px;

    background: #fff; 
    color: #444; 

    font-size: 12px; 
}
.side_right .unread a {
    font-weight: bold;
}
.side_right .input {
    border: 1px solid grey;
    background: #f3f3f3;
}
.side_right .input:hover {
    background: #eee;
}
/* --- lower ------------------------ */
.lower {
  padding: 2ex 0;
  border-top: 1px solid #E5E5E5;
  
  /*color: #444;*/
  font-size: 0.8em;
  text-align: center;
}

/* ---* multiblock *----------------- */
.side_right .rating, .user_info .rating, .puzzle_users .rating {
    color: #A4C479;
    font-weight: bold;
    font-size: 12px;
    font-family: Verdana;
}
/* --- elements -------------------------------------------------- */
.brick {
    margin-bottom: 10px;
    padding: 9px;

    border: 1px solid #eee; 
    color: #444;
}
.brick img {
    border: 0;
}
.brick h2 {
  font-size: 1.2em;
  font-family: tahoma,sans-serif !important;
}

a.block0 {
    display: block;
    width: 20em;
    
    margin-bottom: 5px;
    padding: 5px;
    
    color: white;
    background: #558800;

    text-align: center;
    text-decoration: none;
}
div.blockMsg {
    width:  450px;
    top:    30%;
    left:   50%;

    margin-left: -225px;
    padding: 15px;

    background-color: #eee;
    border: 1px solid black;
    opacity: .85;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);

    text-align: center;

    -moz-border-radius: 5px;
    -moz-opacity: .85;
    -webkit-border-radius: 5px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"; 
}
div.blockMsg .input {
    text-align: left;
}
div.blockMsg h3 {
/*    text-align: center;*/
}
div.blockMsg h3 + hr {
    margin-bottom: 1ex;
}
div.blockMsg input[type="text"], div.blockMsg textarea {
    width: 448px;
    height: auto;
}

div.info_block {
    text-align: left;
}

.input input[type="text"], .input textarea {
    border: 1px solid grey;
    padding: 1px 0;
    background: #d3d3d3;
}
.input input[type="text"]:hover, .input textarea:hover {
    background: #f3f3f3;
}
.input button, .input input[type="submit"], .input input[type="checkbox"] {
    width: auto;
}
.input input, .input textarea {
    width: 100%;
    max-width: 600px;
}
.input textarea {
    height: 100px;
}
.input button {
    min-width: 90px;
    max-width: 115px;
    padding-left: 1px;
    padding-right: 1px;
    cursor: pointer;
}
.input input.error_deco {
    border: 1px solid red;
}
.input div.error_desc {
    color: red;
}
/*
.input .input_file {
    position: relative;
}
.input .input_file > input[type="file"] {
    position: relative;
    z-index: 5;
    height: 26px;
    cursor: normal;
}
.input .input_file > div {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 300px;
    height: 100%;
    background: url(/images/button.jpg) no-repeat left top;
}
.input .input_file > div > div[id^="FileName"] {
    height: 100%;
    margin-left: 102px;
}
*/
.button {
    display: block;

    padding-left: 1px;
    padding-right: 1px;

    cursor: pointer;
    text-align: center;
}

.hbox_l { overflow: hidden; }
.hbox_r { overflow: hidden; }
.hbox_l > div {
    float: left;
    margin-right: 2px;
}
.hbox_r > div {
    float: right;
    margin-left: 2px;
}
.hbox_l > .hbox_r {
    float: right;
    margin-right: 0px;
}
.hbox_r > .hbox_l {
    float: left;
    margin-left: 0px;
}

.sape {
    margin-left: 10px;
    margin-right: 10px;

    text-align: center;
    font-size: 10px;
}
p.mark {
    color: red;
    font-weight: bold;
}

.tooltip {
    position: absolute;
    width: 200px;
    z-index: 100;

    background-color: #eee;
    border: 1px solid black;
    padding: 5px;

    text-align: center;
    font-size: 10px;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.tooltip > h3 + hr {
    margin-bottom: 1ex;
}
.tooltip > div {
    text-align: left;
}
.tooltip_imglink {
    width: auto;
}

.even {
    background: #eee;
}
.odd {
    background: #ddd;
}

a.anchor {
    visibility: hidden;
    color: #d7d7d7;
    text-decoration: none;
    font-size: 0.8em;
}
div:hover > .anchor {
    visibility: visible;
}

.footnote_wrap {
    font-size: 8pt;
}
.footnote_src {
    color: red;
    text-decoration: none;
    font-size: 8pt;
    vertical-align: super;
}
.footnote_dst {
    color: red;
    text-decoration: none;
    margin: 0 0.5em;
}

.system_note {
    font-size: 8pt;
}
.system_warn {
    color: red;
}
/* --- helpers --------------------------------------------------- */
.float_wrapper {
    overflow: hidden;
}
.counter_wrap {
    text-align: center;
}
.counter_wrap > * {
    margin-left: auto;
    margin-right: auto;
}
div.float_cancel {
    visibility: hidden;
    display: block;
    clear: both;
    float: none;
    height: 0;
    content: ".";
}
div.vruler_1 {
    margin-top: 1ex;
}
.justify_center {
    margin: 0 auto;
}
.hidden {
    display: none;
}
.opacity_85 {
    opacity: .85;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
    -moz-opacity: .85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"; 
}
.opacity_0 {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -moz-opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; 
}
/* --- Pages ----------------------------------------------------- */
/* ---* faq *------------------------ */
.puzzle_faq ul {
    line-height: 2.5ex;
}
.puzzle_faq hr {
    margin: 1ex 0;
}
.puzzle_faq h4 {
    margin-top: 1ex;
}
/* ---* blog *----------------------- */
.puzzle_blog .blog_entry + .blog_entry {
    margin-top: 1ex;
}
.puzzle_blog .blog_entry .footer {
    border-top: 1px solid gray;
}
.puzzle_blog .blog_entry + .comments {
    margin-top: 20px;
}
.puzzle_blog .poll_wrap {
    padding: 5px 0;
}
.puzzle_blog .poll_wrap .poll_variant {
    margin: 5px 0;
}
.puzzle_blog .poll_wrap .poll_variant input[type="radio"] {
    margin-left: 20px;
    margin-right: 10px;
}
.puzzle_blog .poll_wrap div.worm {
    height:10px; 
    background: #ccc;
}
.puzzle_blog .poll_wrap .polled > div.worm {
    background: navy;
}
/* ---* assemble *------------------- */
.puzzle_assemble .comments {
    max-width: 850px;
    margin: 0 auto;
}
/* --- css/generic.css -- end ------------------------------------ */
