﻿a img
{
	border: none;
}

/* Layout */

#pageArea
{
	width: 740px;
	margin: 0px auto;
	font-family: Verdana, Arial;
	font-size: 12px;
}

#pagelayout
{
	width: 100%;
	table-layout: fixed;
}

#pagelayout td
{
	vertical-align: top;
}

#topFlash
{
	margin: 30px 0;
}

.mainColumn
{
	padding-left: 30px;
}

.pageContent p
{
	line-height: 150%;
}

.pageContent
{
	margin-top: 30px;
}

#pageArea h1
{
	font-size: 150%;
}

.fbbutton
{
	margin-top: 15px;
}

/* Menus */
.siteMenu ul
{
	margin: 0px;
	padding: 0px;
}

.siteMenu li
{
	list-style-type: none;
	list-style-position: outside;
	margin: 0 0 0 15px;
}

.siteMenu li a
{
	background-image: url('imgs/menu1_btn.gif');
	background-repeat: no-repeat;
	background-position: 0 1px;
	padding-left: 20px;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	display: block;
	padding-bottom: 10px;
}

.siteMenu li a.cms_menu_selected
{
	background-image: url('imgs/menu_btn_selected.gif');
	background-repeat: no-repeat;
	background-position: 0 1px;
}

.MedeaTopMenu
{
	width: 100%;
	table-layout: fixed;
}

.MedeaTopMenu td
{
	text-align: center;
	border-right: solid 1px #636563;
	padding-top: 10px;
	background-image: url('imgs/menu2_btn.gif');
	background-repeat: no-repeat;
	background-position: center top;
}

.MedeaTopMenu td.last_item
{
	border-right: none 0px;
}

.MedeaTopMenu td a
{
	text-decoration: none;
	font-family: Verdana, Arial;
	font-size: 9px;
	font-variant: small-caps;
	color: #636563;
	font-weight: bold;
}

.MedeaGroupMenu
{
	table-layout: fixed;
	width: 100%;
	margin-bottom: 30px;
}

.MedeaGroupMenu td
{
	padding-bottom: 8px;
}

.MedeaGroupMenu a
{
	border: none;
	text-decoration: none;
}

.MedeaGroupMenu a img
{
	border: none;
}

/* others */

#footer
{
	background-image: url('imgs/foot.png');
	background-repeat: no-repeat;
	text-align:center;
	color:#787878;
	font-size:11px;
	vertical-align:bottom;
	padding-top:65px;
	xmargin-top:20px;
}

#bazmek
{
    xbackground-image: url('imgs/bazmek.png');
    xbackground-repeat: repeat-y;
	/*
	xmargin-bottom: 30px;
    */
	min-height: 312px;
	height:100%;
}



.boxGradientTop
{
	background-image: url('imgs/box_top.png');
	height: 16px;
	background-repeat: no-repeat;
	width: 186px;
}

.boxGradientBottom
{
	background-image: url('imgs/box_bottom.png');
	background-color:#ffffff;
	height: 56px;
	background-repeat: no-repeat;
	width: 186px;
}

.boxGradientBody
{
	background-image: url('imgs/box_grad.png');
	background-repeat: repeat-x;
	min-height: 255px;
	width: 185px;
}

.hline
{
	background-image: url('imgs/color_line.png');
	background-repeat: repeat-x;
	height: 9px;
}

/* Search */
.cms_searchresults
{
	margin-top: 30px;
}
.cms_searchresults_itm
{
	margin-top: 15px;
}
.cms_searchresults_itmtitle
{
	font-weight: bold;
}
.cms_searchresults_itmsnap
{
}
.cms_searchresults_itmlink
{
	font-style: italic;
}

.cms_searchbox
{
	
}
.cms_searchbox input
{
	width: 180px;
}
.cms_searchbox_button
{
	display: block;
	margin: 5px 0 0 127px;
	
}
.cms_searchbox_btnext
{
	display: block;
	position: absolute;
	width: 59px;
	height: 20px;
	z-index: 20;
	background-image: url('imgs/search.png');
}
.cms_searchbox_btntext
{
	display: block;
	width: 59px;
	height: 20px;
	position: relative;
	z-index: 10;
}

/****** Galerie ***********/

.modal_background 
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

/********* Login *************/
.cms_loginbox th
{
	font-weight:normal;
	font-size:12px;
}

.cms_loginbox input
{
	width:120px;
}

.cms_loginbox_msg 
{
	font-style:italic;
	color:Red;
	padding:5px;
}