/* *************************************************************************
*
*  File: default.css
*  Purpose: Basic Classes Redefinition
*
************************************************************************* */
/* The main calendar widget.  DIV containing a table. */



.contentTextContent H1 {  font-size: 12px; color: black; font-weight: bold; padding: 0px; margin: 0px;}
.contentTextContent H2 {  font-size: 12px; color: black; font-weight: bold; padding: 0px; margin: 0px;}


div.calendar { position: relative; }

.calendar, .calendar table {
  border: 1px solid #556;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #F5F5F5;
  font-family: tahoma,verdana,sans-serif;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;    /* They are the navigation buttons */
  padding: 2px;          /* Make the buttons seem like they're pressing */
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;      /* Pressing it will take you to the current date */
  text-align: center;
  background: #fff;
  color: #000;
  padding: 2px;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
  background: #898989;
  color: #fff;
}

.calendar thead .daynames { /* Row <TR> containing the day names */
  background: #E7E7E7;
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid #556;
  padding: 2px;
  text-align: center;
  color: #000;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #a66;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  background: #3C5462;
  color: #FFF;
  border: 1px solid #3C5462;
  padding: 1px;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  background: #77c;
  padding: 2px 0px 0px 2px;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day,  .calendar tbody A.day { /* Cells <TD> containing month days dates */
  width: 2em;
  color: #456;
  text-align: right;
  padding: 2px 4px 2px 2px;
}

.calendar tbody .hilite, .calendar tbody A.day:hover  { /* Hovered cells <TD> */
  background: #DEE7EB;
  padding: 1px 3px 1px 1px;
  border: 1px solid #bbb;
}

.calendar tbody .active { /* Active (pressed) cells <TD> */
  background: #cde;
  padding: 2px 2px 0px 2px;
}

.calendar tbody .selected { /* Cell showing today date */
  font-weight: bold;
  border: 1px solid #000;
  padding: 1px 3px 1px 1px;
  background: #fff;
  color: #000;
  cursor: hand;
}

.calendar tbody .weekend, .calendar tbody A.weekend { /* Cells showing weekend days */
  color: #a66;
}

.calendar tbody .today { /* Cell showing selected date */
  font-weight: bold;
  color: #000;
}

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
  text-align: center;
  background: #556;
  color: #fff;
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: #fff;
  color: #445;
  border-top: 1px solid #556;
  padding: 1px;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  background: #aaf;
  border: 1px solid #04f;
  color: #000;
  padding: 1px;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  background: #77c;
  padding: 2px 0px 0px 2px;
}

/* Combo boxes (menus that display months/years for direct selection) */

.combo {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width: 4em;
  cursor: default;
  border: 1px solid #655;
  background: #def;
  color: #000;
  font-size: smaller;
}

.combo .label {
  width: 100%;
  text-align: center;
}

.combo .hilite {
  background: #acf;
}



body
{
	background: #FFFFFF;

	color: #000000;

	font-family: arial, geneva, helvetica, tahoma, sans serif, verdana;
	font-size: 9pt;
}

body,
table,
th,
tr,
td,
form,
button
{
	margin: 0px;

	padding: 0px;
}

img
{
	border: 0px;
}

a
{
	color: #E50D0D;
}

a:visited
{
	color: #E50D0D;
}

a:hover
{
	color: #E50D0D;
}


.forum_sup_title_topic {font-size: 16px; font-weight: bold; margin-bottom: 15px; color: #E50D0D}
.forum_sup_title {font-size: 16px; font-weight: bold; margin-bottom: 3px}
.forum_title {margin-bottom: 9px}
.forum_title .name {margin-bottom: 1px}
.forum_title .description {color: #757575; font-size: 11px}
.forum_all_topics {font-size: 10px; margin-bottom: 18px}

.forum_messages {width: 100%}
.forum_messages .line {padding: 0px; font-size: 1px; line-height: 1px; background: url(/templates/pic/decor/line-dotted.gif) repeat-x bottom left;}
.forum_messages  td {padding: 15px 0px 10px 0px; vertical-align: top}
.forum_messages .message {width: 100%; padding-bottom: 3px}
.forum_messages .user  {padding-right: 20px; color: #e40e0c}
.forum_messages .user .minwidth {width: 155px}
.forum_messages .user .date {color: #757575; font-size: 10px; margin-top: 2px}
.forum_messages .cit {text-align: right; margin-top: 8px; color: #757575; font-size: 10px}
.forum_messages .cit a {color: #757575}

.forum_message {background: #f4f4f4; border-top: solid 1px white; padding: 15px 25px}

.forum_form {background: #f4f4f4; width: 100%; border-top: solid 1px white}
.forum_form .title {padding: 14px 18px 12px 25px; color: #e40c0d; font-size: 16px; font-weight: bold}
.forum_form .name {padding: 2px 18px 10px 25px; white-space:nowrap; vertical-align:top; font-weight: bold}
.forum_form .field {padding: 0px 25px 8px 0px; width: 100%}
.forum_form .itext {font-size: 12px; font-family: Arial, Helvetica, sans-serif; color:  black; width: 100%; background: white; border: solid 1px black}
.forum_form textarea {font-size: 12px; font-family: Arial, Helvetica, sans-serif; color:  black; width: 100%; height: 110px; background: white; border: solid 1px black; overflow:auto}
.forum_form .ibutton {font-size: 12px; font-family: Arial, Helvetica, sans-serif; color:  black; margin: 1px 0px 8px 0px}
.forum_form .alone {padding-right: 50px}

.forum_maintrack {color: #757575; font-size: 11px; margin-top: 2px}
.contentTextContainer .forum_maintrack a {color: #757575}
.contentTextContainer .forum_maintrack a:hover {color: #E50D0D}

.quote {background: #f4f4f4; padding: 5px; margin: 5px 0px}
.quote .header {font-size: 10px; color: #737373}
.quote .header b {font-weight: normal; color: #E50D0D}

.special_right_links {padding-right: 20px}
.special_right_links h4 {margin-bottom: 2px!important; padding-right: 5px; height:auto!important}
.special_right_links ul {margin-top: 0px!important}
.special_right_links li {color: #757575; font-size: 11px!important; padding-bottom: 2px!important; background-position: 0px 7px!important}
.special_right_links li a,.special_right_links li a:visited {color: #757575}
.special_right_links li a:hover {color: #e50d0d}


.bannerLeftPlace iframe {margin-left: 24px; margin-bottom: 20px}

.anketa li {margin-bottom: 15px; font-weight: bold}
.anketa table {border-collapse:collapse; padding: 0px; margin: 0px; width: 90%; font-weight: normal}
.anketa table td {padding: 0px 17px 5px 0px; border-collapse:collapse}
.anketa .a {width: 65%}
.anketa .b {width: 15%}
.anketa .c {width: 20%}
.anketa .c span {color: #9e9d99}
.anketa .b div {background: #f3f5f3; height: 9px}
.anketa .b div img {background: #df2010}
.a_question {font-weight: bold; margin-bottom: 7px}

.anketa .ch {padding-right: 5px; width: 1px}
.anketa .ch input {position: relative; top: 3px; left: -2px}
.anketa .aa {padding: 0px; width: 100%}

.anketa_buttons {margin-left: -1000px; padding-left: 1000px}
