ul {margin:0; padding:0; list-style:none; line-height:16px}
.ul {margin:0; padding:0; list-style:none; line-height:15px}
li {background:url(images/pointer.gif) left no-repeat;padding:0 0 0 15px;}
.li {background:url(images/pointer_green.gif) left no-repeat;padding:0 0 0 10px;}


 body {margin:0px; padding:0px; background:URL(images/tall_x.gif); background-repeat:repeat-x;background-color:#313131}

  .white{font-family:Tahoma; font-size:11px;  color:#FFFFFF;}
  .menu{font-family:Tahoma; font-size:11px;  color:#C2C2C2;}
  .policy{font-family:Tahoma; font-size:11px;  color:#9C9C9C;}
  .main{font-family:Tahoma; font-size:11px;  color:#412E41; line-height:13px}
  .blue{font-family:Tahoma; font-size:11px;  color:#007A97; line-height:13px}
  .text{
	font-family:Tahoma;
	font-size:14px;
	color:#737373;
	line-height:normal;
	margin-right: 6px;
	margin-left: 6px;
	background-image: none;
}




  .input{
  		width:112px; height:18px;
		border-width:1px;
		border-style:solid;
		background-color:#FFFFFF;
		border-color:#42423D;
		font-family:Tahoma; font-size:11px;  color:#412E41; line-height:13px;
		padding-top:0px;
		padding-left:4px;
		}

		
 .input1{
  		width:172px; height:18px;
		border-width:1px;
		border-style:solid;
		background-color:#FFFFFF;
		border-color:#42423D;
		font-family:Tahoma; font-size:11px;  color:#412E41; line-height:13px; 
		padding-top:0px;
		padding-left:5px;
		}

		.textarea{
		width:172px; height:119px;
		border-width:1px;
		border-style:solid;
		background-color:#FFFFFF;
		border-color:#42423D;
		font-family:Tahoma; font-size:11px;  color:#412E41; line-height:13px; 
		padding-top:0px;
		padding-left:5px;
		overflow:auto;
		}

.header {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
}
.bg {
	background-image: url(images/background1.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.bg_table {
	background-image: url(images/forum_bg1.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.table_bg1 {
	background-image: url(images/background_table.gif);
	background-repeat: repeat-y;
	background-position: center center;
}

.bg_forum {
	background-image: url(images/forum_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}



.bg1 {
	background-image: url(images/box_background.gif);
	background-repeat: repeat-y;
	background-position: 1px center;
}
.bg2 {
	background-image: url(images/box_background.gif);
	background-repeat: repeat-y;
	background-position: 1px center;
}

.bg_left {
	background-image: url(images/background1.gif);
	background-repeat: repeat-y;
	background-position: left center;
}
.bg_right {
	background-image: url(images/background1.gif);
	background-repeat: repeat-y;
	background-position: right center;
}
.bg_project {
	background-image: url(images/background_project.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.bg_contacts {
	background-image: url(images/background_contacts.gif);
	background-repeat: repeat-y;
	background-position: center center;
}
.bg_order {
	background-image: url(images/background_order.gif);
	background-repeat: repeat-y;
	background-position: center center;
}
.bg_rules {
	background-image: url(images/background_rules.gif);
	background-repeat: repeat-y;
	background-position: center center;
}
.bg button td {
	background-image: url(images/background_button.gif);
}
.bg_button {
	background-image: url(images/background_button.gif);
	background-position: center center;
	background-repeat: repeat-y;
}
.bgcalendar {
	background-image: url(images/background_calendar.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.bg_media {
	background-image: url(images/background_media.gif);
	background-position: center;
	background-repeat: repeat-y;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
/*big menu*/
.news {
	background-image: url(images/news.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.cake_text {font-family:Tahoma;font-size:12px;padding:10px 20px;}
.cake_text ul {margin:1em 0;padding:0 0 0 2em;list-style:disc;}
.cake_text ul li {list-style:disc;background:none;padding:0;}