/* === Tags ======================================================================================= */
body {
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS, Arial, Tahoma, Sans-serif, Helvetica;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
	height: 100%;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

form {
	margin: 0;
	padding: 0;
}
	
table {
	margin: 0;
	padding: 0;
	border: none;
}

/*==============Links=================================================================*/

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

a:hover {
 color: #FF9900;
 text-decoration: none;
}

ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

/*===================================================================================================*/

input.inputText, textarea.inputText {
	border: solid 1px #7F9DB9;
	font-family: Trebuchet MS, Arial, Tahoma, Sans-serif, Helvetica;
	font-size: 11px;
	color: #000000;
	width: 128px;
	background-color: #ffffff;
}

select.inputText {
 border: solid 1px #7F9DB9;
	font-family: Trebuchet MS, Arial, Tahoma, Sans-serif, Helvetica;
	font-size: 11px;
	color: #000000;
	width: 132px;
	background-color: #ffffff;
}

/* === Base classes =============================================================================== */
.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

.left	{
	float: left;
}

.right {
	float: right;
}

.advert {
	display:block;
}

.relative {
	position: relative;
}

.inline {
 display: inline;
}

/* === Id's ======================================================================================= */

#wrap {
	height: 100%;
	min-height: 100%;
	width: 100%;
	padding-top: 10px;
}

#topDiv {
 width: 760px;
 height: 20px;
 margin: 0px auto;
 padding: 0px;
}

#container {
 width: 760px;
 margin: 0px auto;
 padding: 0px;
 background-image: url(../images/bgContainer.gif);
 background-repeat: repeat-y;
 background-position: left;
 background-color: #ffffff;
 border-bottom: 1px solid #cccccc;
}

#container2 {
 width: 100%;
 margin: 0px;
 padding: 0px;
 background-image: url(../images/bgContainer.gif);
 background-repeat: repeat-y;
 background-position: right;
}

/* ========Header=====================================================================================*/

#header {
	width: 100%;
	margin: 0px;
 padding: 0px;
 float: left;
}

#qoute {
	width: 100%;
	margin: 0px;
 padding: 0px;
 float: left;
 height: 200px;
}


#topDivLeft {
	width: 20px;
	margin: 0px;
 padding: 0px;
 height: 20px;
 background-image: url(../images/bgHeaderLeft.gif);
 background-repeat: no-repeat;
 background-position: top left;
}

#topDivRight {
	width: 20px;
	margin: 0px;
 padding: 0px;
 height: 20px;
 background-image: url(../images/bgHeaderRight.gif);
 background-repeat: no-repeat;
 background-position: top right;
}

#topDivCenter {
 border-top: 1px solid #cccccc;
 background-color: #ffffff;
}

.logo {
 float: left;
 padding: 10px 0px 15px 25px;
}

.headerText {
 float: right;
 padding: 20px 25px 0px 0px;
}

#tisser {
 width: 100%;
 background-repeat: no-repeat;
 background-position: center;
 float: left;
}

#maskTisser {
 width: 100%;
 background-image: url(../images/tisserMaskCenter.gif);
 background-repeat: repeat-y;
 background-position: left;
}

#maskTisser2 {
 width: 100%;
 background-image: url(../images/tisserMaskCenterRight.gif);
 background-repeat: repeat-y;
 background-position: right;
}

#maskTisserTop {
 width: 100%;
 background-image: url(../images/tisserMaskTop.gif);
 background-repeat: no-repeat;
 background-position: top right;
}

#maskTisserBottom {
 width: 100%;
 background-image: url(../images/tisserMaskBottom.gif);
 background-repeat: no-repeat;
 background-position: bottom left;
}

/*====================================================================================================*/

#mainBlock {
 width: 100%;
 margin: 0px;
 float: left;
}

#leftMenu {
 width: 173px;
 font-family: Tahoma;
 font-size: 12px;
 font-weight: bold;
 padding: 25px;
 padding-right: 0px;
 border-right: 1px solid #cccccc;
}

#leftMenu li, li.submenu {
 padding: 4px 0px 4px 0px;
 font-size: 11px;
}

li.submenu {
 font-weight: normal;
 margin-left: 20px;
}

#leftMenu li a {
 text-decoration: none;
}

.menuArrow1 {
 font-size: 14px;
 font-weight: bold;
 color: #336699;
 padding-right: 6px;
}

.menuArrow2 {
 font-size: 14px;
 font-weight: bold;
 color: #336699;
 padding-right: 6px;
 font-family: Arial;
}

/*======Content=======================================================================================*/

#content {
 padding: 25px;
}

h1.pageCaption {
 font-size: 16px;
 font-weight: bold;
 color: #336699;
 margin: 0;
 padding: 0;
}

.textDiv {
 padding-top: 20px;
}

.blockTesti {
 padding: 15px 0px 15px 57px;
 background-image: url(../images/lapki.gif);
 background-repeat: no-repeat;
 background-position: top left;
}

.date {
 padding-top: 5px;
 font-weight: bold;
 font-size: 11px;
}

.separator {
 width: 100%;
 height: 20px;
 background-image: url(../images/bgSeparator.gif);
 background-repeat: repeat-x;
 background-position: bottom;
}

.scroll {
 width: 100%;
 text-align: center;
 padding-top: 20px;
}

.scroll li {
 display: inline;
 padding: 2px 4px 2px 4px;
 font-size: 11px;
}

.scroll li.linkLi {
 display: inline;
 padding: 0px 5px 0px 5px;
 font-size: 11px;
 margin: 1px;
 border: 1px solid #cccccc;
}

.scroll li a {
 color: #FF9900;
 text-decoration: none;
 font-weight: bold;
}

.scroll li a:hover {
 color: #336699;
 text-decoration: underline;
}

.scroll ul {
 height: 16px;
 padding: 0px 3px 4px 3px;
 vertical-align: bottom;
}

td.picture {
 width: 100px;
 height: 100px;
 font-size: 0px;
 background-image: url(../images/pictureMask.gif);
 background-repeat: no-repeat;
 background-position: center;
}

.pictureTable {
 background-repeat: no-repeat;
 background-position: center;
 margin-bottom: 10px;
}

.rowTop {
 padding-top: 10px;
}

td.itemsTd {
 width: 33%;
 padding: 10px 15px;
}

.buttonDiv {
 width: 100%;
 float: left;
 padding-top: 20px;
 text-align: center;
}

.question {
 text-indent: 30px;
 padding-top: 4px;
 padding-bottom: 10px;
 margin-top: 20px;
 background-image: url(../images/picQ.gif);
 background-repeat: no-repeat;
 background-position: top left;
}

.answers {
 text-indent: 30px;
 padding-top: 3px;
 background-image: url(../images/picA.gif);
 background-repeat: no-repeat;
 background-position: top left;
}

.smallFormContainer {
 width: 173px;
 background-image: url(../images/shadRight.gif);
 background-repeat: repeat-y;
 background-position: right;
 float: right;
 margin: 10px 5px 15px 15px;
}

.smallFormTop {
 width: 100%;
 height: 15px;
 background-image: url(../images/bgSmallFormTop.gif);
 background-repeat: no-repeat;
 background-position: top left;
 font-size: 0px;
}

.smallFormCenter {
 width: 138px;
 padding-right: 15px;
 padding-left: 15px;
 padding-top: 10px;
 background-color: #EDEDED;
}

.smallFormBottom {
 width: 100%;
 height: 16px;
 background-image: url(../images/bgSmallFormBottom.gif);
 background-repeat: no-repeat;
 background-position: top left;
 font-size: 0px;
}

.redCaption {
 margin: 0;
 padding: 0;
 color: #990000;
 font-size: 16px;
 text-align: center;
}

/*======Footer=====================================================================================*/

#footer {	
	width: 760px;
 margin: 0 auto;
 text-align: center;
 padding: 25px 0px 25px 0px;
 font-family: Arial;
 font-size: 11px;
}

#footer li {
 display: inline;
 padding: 0px 2px;
}

#footer a {
 color: #000000;
 text-decoration: none;
}

#footer a:hover {
 color: #000000;
 text-decoration: underline;
}

.copyr {
 padding-top: 8px;
 width: 100%;
 text-align: center;
 color: #808080;
 font-size: 9px;
}

/*===================================================================================================*/

.error { font-size: 11px; color: #CC3333;}
.red { color: #CC0000;}

/*====19.02.08=======================================================================================*/

.formContent {
 width: 100%;
 float: left;
}

.formLeft {
 width: 25px;
 height: 130px;
 background-image: url(../images/bgFormLeft.gif);
 background-repeat: no-repeat;
 background-position: bottom left;
}

.formCenter {
 height: 110px;
 padding-top: 20px;
 background-image: url(../images/bgFormCenter.gif);
 background-repeat: repeat-x;
 background-position: bottom;
}

.formRight {
 width: 25px;
 height: 130px;
 background-image: url(../images/bgFormRight.gif);
 background-repeat: no-repeat;
 background-position: bottom right;
}

input.smallWidth { width: 140px;}
.bigFont { font-size: 20px; font-weight: bold;}
.blue { color: #336699;}
.grey { color: #999999; font-size: 11px; font-weight: bold;}
.greySmall { color: #767676; font-size: 11px;}

