

body {
	background-color: #31434f;
	background-image: url(http://www.kendo.bg/wp-content/themes/kendobg/img/main_background.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: Arial, Calibri, Tahoma, Verdana, Geneva, sans-serif;
	color: #999;
	font-size: 11px;
	margin: 0;
	padding: 0px;
	
}



* {
	outline: none;
	text-rendering:  geometricPrecision;
}

a {
	text-decoration: none;
	color: #ccc
}


a:hover {
	color: #fff;
}

#breadcrumb a.bc-current {
	padding-right: 40px;
	font-weight: bold;
	color:#FFF;
	background-repeat: no-repeat;
	background-position: right;
}


#container {
	width: 900px;
	position: relative;
	margin: 0 auto;
	text-shadow: 1px 1px 0px #000;
}

#header {
	width: 100%;
	height: 300px;
	position: relative;
	background-image: url(../img/header_1.jpg);
	float: left;
	margin-bottom: 10px;
	border-bottom: 1px solid #444;
}

#content {
	width: 100%;
	position: relative;
	float: left;
}

#corner-right-top {
	position:absolute;
	width:6px;
	height: 6px;
	display: none;
	right: -1px;
	top: -1px;
}

#breadcrumb {
	height: 30px;
	line-height: 30px;
	position:relative;
	float: left;
	width: 98%;
	margin-left: 1%;
	background-image: url(http://www.kendo.bg/wp-content/themes/kendobg/img/horizontal_separator.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

#breadcrumb a{
	display: block;
	height: 21px;
	color: #999;
	line-height: 21px;
	font-weight: normal;
	text-shadow: -1px -1px 0px #000;
	position: relative;
	padding-left: 5px;
	float: left;
}

.memberphoto {
	width: 95px;
	height: 104px;
	background-image: url(../img/blue/img_bg.jpg);
	padding-left: 6px;
	padding-top: 7px;
	position: relative;
	float: left;
	margin-right: 6px;
}

.memberphoto:hover {
	background-position: 0 -111px;
}

.membersphotos-holder {
	position: relative;
	float: left;
	width: 100%;
	margin-left: 15px;
	padding-bottom: 40px;
	padding-right: 15px;
}

#filter-options {
	width: 300px;
	position: relative;
	float: left;
}



#content div.grad-top {
	width: 100%;
	z-index: 2;
	position: absolute;
	height: 20px;
	top: 58px;
	background-image: url(../img/blue/grad.png);
}

#content div.grad-bottom{
	width: 100%;
	z-index: 2;
	position: absolute;
	height: 20px;
	bottom: 0px;
	background-image: url(../img/blue/grad_bb.png);
}

.paging {
	position: absolute;
	right: 0px;
	top: 13px;
	height: 30px;
	width: 400px;
}

#detailed-information {
	width: 500px;
	padding-left: 20px;
	display: none;
	height: 360px;
	background-color: #262626;
	border: 1px solid #444444;
	position: fixed;
	top: 60px;
	right: 15px;
	overflow: hidden;
	-moz-box-shadow: 0px 0px 16px #000;
	box-shadow: 0px 0px 16px #000;
	-webkit-box-shadow: 0px 0px 16px #000;
}

.viewright {
	height: 310px;
}

#detailed-information .actions {
	width: 475px;
	background: none;
}

.profile-image {
	position: relative;
	float: left;
}

.profile-image {
	background-image: url(../img/blue/big_img_bg.jpg);
	padding: 7px;
	margin-left: 10px;
}

.viewright .profile-image-big{
	background-image: url(../img/blue/big_img_bg.jpg);
	padding-top: 7px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	margin-top: 40px;
	margin-left: 10px;
}

.indexphotos-name {
	width: 97px;
	position: absolute;
	height: 46px;
	background-image: url(../img/blue/name_bg.png);
	bottom: -30px;
	left: 16px;
	display: none;
	z-index: 5;
}

.indexphotos-name div.name-main{
		color: #fff;
		position: absolute;
		left: 0px;
		top: 11px;
		font-size: 11px;
		z-index: 3;
		width: 97px;
		text-align: center;
		text-shadow: -1px -1px 0px #333;
}

.indexphotos-name div.name-double{
		color: #154260;

		width: 97px;
		text-align: center;
		z-index: 1;
		position: absolute;
		left: 1px;
		top: 10px;
		font-size: 11px;
}

.viewright-name {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	color: #ddd;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-bottom: 1px solid #333;
	background-color: #161616;
	font-size: 14px;
	z-index: 2;
	cursor: move;
}

.viewright-name-double {
	font-weight: bold;
	width: 480px;
	top: 9px;
	position: absolute;
	right: -1px;
	color: #3f5c6e;
	height: 25px;
	font-size: 15px;
}

.viewright-table {
	position: absolute;
	right: 10px;
	top: 44px;
	width: 250px;
	font-size: 11px;
}

.list  {
	width: 98%;
	margin-left: 1%;
	border: 1px solid #151515;
	position: relative;
	float: left;
}

.list tr th{
	background-color: #766049;
	border-left: 1px solid #9D845E;
	border-right: 1px solid #70583b;
	font-size: 12px;
	color: #FFF;
	height: 35px;
	line-height: 35px;
	background-image: url(../img/th_bg.jpg);
}

.list tr:hover td, .list tr.altrow:hover td {
	background-color: #6B5F4E;
	border: 1px solid #908370;
	border-right: 1px solid #554a3a;
	border-bottom: 1px solid #554a3a;
	color: #FFF;
}

.list tr td{
	height: 30px;
	line-height: 30px;
	background-color: #242424;
	border-top: 1px solid #353535;
	border-left: 1px solid #353535;
	border-bottom: 1px solid #202020;
	border-right: 1px solid #202020;
	padding-left: 5px;
	padding-right: 5px;
}

.list tr.altrow td{
	background-color: #292929;
}



div.actions {
		width: 98%;
		height:  40px;
		margin-left: 1%;
		line-height: 60px;
		text-align: left;
		position: relative;
		background-image: url(http://www.kendo.bg/wp-content/themes/kendobg/img/horizontal_separator.jpg);
		background-repeat: repeat-x;
		background-position:bottom;
		margin-bottom: 10px;
		float: left;

}

.actions a {

}

.actions a:hover{
		background-position: 0 -27px;
}

.actions a.add {
		background-image: url(../img/blue/add.jpg);
		width:  97px;
}

.actions a.change-view{
		background-image: url(../img/blue/change_view.jpg);
		width:  158px;
}

.actions a.new-participation{
		background-image: url(../img/blue/new_participation.jpg);
		width:  107px;
}

.actions a.edit{
		background-image: url(../img/blue/edit.jpg);
		width:  97px;
}

.actions a.delete{
		background-image: url(../img/blue/delete.jpg);
		width:  97px;
}

.actions a.view-all{
		background-image: url(../img/blue/view_all.jpg);
		width:  77px;
}

.actions a.email{
		background-image: url(../img/blue/email.jpg);
		width:  77px;
}

.actions a.new-result{
		background-image: url(../img/blue/new_result.jpg);
		width:  107px;
}


.actions a.results{
		background-image: url(../img/blue/results.jpg);
		width:  87px;
}

.actions a.print{
		background-image: url(../img/blue/print.jpg);
		width:  77px;
}

.actions a.profile{
		background-image: url(../img/blue/profile.jpg);
		width:  87px;
}

div#detailed-information div.actions {
		margin-left: 15px;
}









#autoComplete {
		position: absolute;
		left: 0px;
		top: 3px;
		background-color: #202020;
		border: 1px solid #404040;
		width: 222px;
		font-size: 12px;
		height: 24px;
		padding-top: 3px;
		padding-left: 8px;
		color: #FFF;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
}

#autoComplete:focus {
	border: 1px solid #bc9b78;	
}

.ac_results {
	padding: 0px;
	border-bottom: 0px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	overflow: hidden;
	z-index: 999;
	width: 256px;
	margin-top: 1px;
}

.list {
	float: left;
}

.ac_results ul {
	width: 258px;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	-moz-border-radius: 6px;
	
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	-moz-border-radius: 6px;
	top:0;
	right:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.ac_results li {
	margin: 0px;
	cursor: pointer;
	display: block;
	position: relative;
	-moz-border-radius: 6px;
	line-height: 61px;
	padding-left: 15px;
	border: 1px solid #353535;
	float: left;
	width: 235px;
	height: 61px;
	background-image: url(../img/blue/result_li_bg.jpg);
	font-size: 12px;
	border-bottom: 1px solid #222222;
	border-top: 1px solid #666;
	overflow: hidden;
}
.ac_results li  img{
		position: absolute;
		left: 5px;
		top: 6px;
		background-image: url(../img/blue/small_img_bg.png);
		padding: 5px;
		padding-top: 4px;
		padding-left: 6px;
}


.ac_loading {
		background-image: url(../img/indicator.gif);
		background-position: 200px center;
		background-repeat: no-repeat;
		right: 5px;
		position: absolute;
}

.ac_over {
	background-position:  0 -61px;
	-moz-border-radius: 6px;
}

.ac_over img{
			background-position:  0 -54px;
}

.autocomplete-name {
	position: absolute;
	left: 60px;
	width: 250px;
	top: 8px;
	height: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 1px 1px 0px #000;
	line-height: 15px;
}

.autocomplete-additional {
	position: absolute;
	left: 60px;
	width: 250px;
	top: 27px;
	height: 40px;
	font-size: 10px;
	color: #ccc;
	text-shadow: 1px 1px 0px #333;
	line-height: 14px;
}



table th.actions, td.actions {
	width: 0%;
	width: 68px;

}

td.actions  a{
		margin: 0px;
		padding: 0px;
		height: 15px;
		margin-right: 5px;
		position: relative;
		float: left;
}

td.actions img{
	position: relative;
	float: left;
}


.list tr th {
		height: 30px;
		line-height: 30px;
		text-align: left;
		padding-right: 5px;
		padding-left: 5px;
		font-size: 12px;
		text-shadow: -1px -1px 0 #634C32;
		color: #eedcca;
}

.list th a {
		font-size: 12px;
		text-shadow: -1px -1px 0 #634C32;
		color: #eedcca;		
}

.list th a:hover {
	color: #fff;
}

.inline {
	margin-left: 1%;
}

.view-holder {
	position: relative;
	float: left;
	width: 100%;

}

fieldset {
	border: 1px solid #404040;
	margin-left: 1%;
	margin-top: 25px;
	padding-top: 40px;
	background-color: #202020;
	position: relative;
	margin-left: 30px;
	float: left;
	width: 820px;
}

fieldset legend {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	height: 26px;
	line-height: 26px;
	margin-left: 25px;
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	-webkit-box-shadow: 0px 5px 5px #111;
	-moz-box-shadow: 0px 5px 5px #111;
	border-left: 1px solid #cdad8a;
	border-right: 1px solid #947a5b;
	color: #efe6db;
	text-shadow: -1px -1px 0px #634c32;
	background-image: url(../img/blue/submit_bg.jpg);
}

fieldset label, label {
	width: 120px;
	height: 30px;
	line-height: 30px;
	display: block;
	position: relative; 
	font-size: 12px;
	float: left;
}

div.input input, div.input select {
	background-color: #191919;
	border: 1px solid #444;
	color: #FFFFFF;
	font-size: 11px;
	padding: 2px;
	height: 18px;
	padding-top: 5px;
	padding-left: 5px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	font-size: 12px;
}

div.submit {
	position: relative;
	float: left;
	width: 100%;
}

div.input input {
	width: 210px;
}

div.input input:focus, div.input select:focus {
	border: 1px solid #fff;
}

div.input select{
	line-height: 20px;
	margin-right: 5px;
	height: 30px;
}

div.input{
	height: 35px;
	width: 380px;
	position: relative;
	float: left;
	1border-bottom: 1px dotted #444;
	margin-bottom: 10px;
	padding-left: 10px;
}

div.input.checkbox input{
	width: 30px;
}

div.submit input {
	border: 0px;
	background-color: #444;
	font-size: 11px;
	-webkit-box-shadow: 0px 0px 20px #111;
	-moz-box-shadow: 0px 5px 5px #111;
	border-left: 1px solid #cdad8a;
	border-right: 1px solid #947a5b;
	margin: 25px;
	height: 26px;
	color: #dac8b4;
	text-shadow: -1px -1px 0px #634c32;
	font-family: Tahoma, Geneva, sans-serif;
	background-image: url(../img/blue/submit_bg.jpg);
}

div.submit input:hover {
	background-color: #766049;
}

div.submit {
	border-top: 1px dotted #353535;
}

hr {
	position: relative;
	float: left;
	margin-top: 20px;
	margin-bottom: 0px;
	width: 870px;
	margin-left: 10px;
	height: 16px;
	background-repeat: repeat-x;
	border: 0;
	background-image: url(http://www.kendo.bg/wp-content/themes/kendobg/img/horizontal_separator.jpg);
}

h2 {
	position: relative;
	font-family: Myriad Pro Light Cond, Arial;
	background-color: #191919;
	float: left;
	font-size: 14px;
	font-weight: normal;
	margin-left: 1%;
	width:98%;
	color: #FFF;
	text-shadow: 1px 1px 0px #000;
	font-weight:bold;
	margin-bottom: 30px;
	font-size: 21px;
	height: 70px;
	margin-top: 0px;
	-moz-box-shadow: 1px 1px 0px #000;
	-webkit-box-shadow: 1px 1px 0px #000;
	line-height: 50px;
	text-indent: 80px;
	letter-spacing: -0.4px;
}





.paging div{
	position: relative;
	float: left;
}

div.paging div.current{
	display: block;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding-left: 8px;
	padding-right: 8px;
	height: 25px;
	line-height: 25px;
	font-weight: bold;
	background-color: #766049;
	margin-left: 2px;
	text-shadow: -1px -1px 0 #603f1d;
}

.paging div a{
	display: block;
	-moz-border-radius: 4px;
	padding-left: 8px;
	padding-right: 8px;
	height: 25px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color:#333;
	line-height: 25px;
	font-weight: bold;
	color: #eadbcb;
	text-shadow: -1px -1px 0 #603f1d;
	background-image: url(../img/th_bg.jpg);
	margin-left: 2px;
}
.paging div a:hover{
	color: #FFF
}

.paging a.prev-next{
	display: block;
	-moz-border-radius: 4px;
	padding-left: 8px;
	padding-right: 8px;
	height: 25px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color:#333;
	line-height: 25px;
	font-weight: bold;
	margin-left: 2px;
	position: relative;
	float: left;
	
}


.paging div.disabled{
	display: none;
}


.paging-counter {
	width: 98%;
	margin-left: 1%;
	position: relative;
	float: left;
	height: 30px;
}

.little-padding td, .little-padding th{
	padding-left: 4px;
	padding-right: 2px;
}

table.little-padding th{
	font-size: 11px;
	font-weight: normal;
}

tr.sup-td td {
		background-color: #222;
		border-left: 1px solid #353535;
		border-right: 1px solid #111;
		border-top: 1px solid #353535;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
}

table th.td-separator, table td.td-separator , tr.altrow td.td-separator { 
		background-color: #222;
		border-left: 1px solid #353535;
		border-right: 1px solid #151515;
		border-top: 1px solid #353553;
		border-bottom: 1px solid #151515;
}

#placeholder {
	position: relative;
	float: left;
}



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


.shema16 {
		position: relative;
		float: left;
		width: 275px;
}

.shema8 {
		position: relative;
		float: left;
		width: 275px;
}

.shema4 {
		position: relative;
		float: left;
		width: 275px;
}

.part16 {
		position: relative;
		float: left;
		width: 275px;
		height: 120px;
		margin-bottom: 9px;
}

.part8 {
		position: relative;
		float: left;
		width: 300px;
		height: 120px;
		margin-top: 60px;
		margin-bottom: 78px;
}

.part4 {
		position: relative;
		float: left;
		width: 300px;
		height: 120px;
		margin-top: 184px;
		margin-bottom: 212px;
}

.part16 img, .part8 img, .part4 img {
	background-image:url(../img/blue/img_bg.jpg);
	padding:6px;
	position:absolute;
	left: 0px;
	top: 0px;
}

.s-name {
	position: absolute;
	left: 96px;
	z-index: 2;
	font-weight: bold;
	top: 20px;
	height: 30px;
	border-bottom: 1px dotted #83a5bb;
	padding-left: 10px;
	width: 170px;
}

.s-name-solid {
	border-bottom: 1px solid #d8e8f2;
}

.part8-chain-top {
	border-top: 1px dotted #83a5bb;
	border-right: 1px dotted #83a5bb;
	width: 45px;
	height: 15px;
	z-index: 3;
	position: absolute;
	top: -10px;
	left: 0px;
}

.part8-chain-bottom {
	border-bottom: 1px dotted #83a5bb;
	border-right: 1px dotted #83a5bb;
	width: 45px;
	height: 15px;
	z-index: 3;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.part4-chain-top {
	border-top: 1px dotted #83a5bb;
	border-right: 1px dotted #83a5bb;
	width: 45px;
	height: 78px;
	z-index: 3;
	position: absolute;
	top: -74px;
	left: 0px;
}


.part4-chain-bottom {
	border-bottom: 1px dotted #83a5bb;
	border-right: 1px dotted #83a5bb;
	width: 45px;
	height: 79px;
	z-index: 3;
	position: absolute;
	top: 105px;
	left: 0px;
}

.solid-top {
	border-top: 1px solid #d8e8f2;
	border-right: 1px solid #d8e8f2;	
}


.solid-bottom {
	border-bottom: 1px solid #d8e8f2;
	border-right: 1px solid #d8e8f2;	
}







.name-holder-myac {
	width:  920px;
	line-height: 25px;
	position: relative;
	float: left;
	background-color: #456981;
	border-top: 1px solid #517993;
	border-bottom: 1px solid #375c75;
	border-left: 1px solid #517993;
	border-right: 1px solid #375c75;
	font-weight: bold;
}

.name-exact-myac:hover{
	background-color: #31536a;
}

.altrowdiv {
	background-color: #4a6e85;
}

.name-exact-myac {
	height: 25px;
	padding-left: 10px;
	line-height: 25px;
	position: relative;
	float: left;
	width: 910px;
	cursor: pointer;
}

.mybach {
	width: 920px;
	position: relative;
	color: #b4c9d7;
	float: left;
	display: none;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 10px;
}

.mybach table.list{
	border: 3px solid #3e647e;
	margin-bottom: 10px;
}

table.list a {
	border-bottom: 1px dotted #555;
}

table.list td.actions a, table.list th a {
	border: none;
}



.main-menu a{
	display: block;
	padding-left: 10px;
	border-left: 1px solid #404040;
	border-right: 1px solid #111;
	padding-right: 10px;
	text-shadow: 1px 1px 0px #000;
	position: relative;
	float: left;
	font-size: 12px;
	font-weight: bold;
}

.main-menu a:hover, .main-menu a.selected{
	background-color: #191919;
}

.main-menu {
	width: 100%;
	position: relative;
	height: 40px;
	line-height: 40px;
	float: left;
	margin-bottom: 15px;
	border-bottom: 1px solid #222;
	border-top: 1px solid #404040;
	background-color: #333;
}

.breadimage {
	position: relative;
	margin-left: 12px;
	margin-top: 0px;
	position: absolute;
	left: 0px;
	top: 5px;
}


h2 div.bread-info {
	width: 600px;
	text-indent: 0;
	height:20px;
	line-height: 20px;
	position: absolute;
	color: #777;
	left: 80px;
	top: 40px;
	font-size: 12px;
	text-shadow: 1px 1px 0px #000000;
	font-family: Arial, Helvetica, sans-serif;
}

.schema {
	margin-left: 20px;
}
.schema tr{
	height: 30px;
}

.schema tr td.schema-name{
	border-bottom: 1px solid #6f93ab;
	font-weight: bold;
	color: #FFF;
	text-shadow: 1px 1px 0px #000;
}

.schema tr td {
	padding-left: 10px;
	padding-right: 10px;
}

.s-right {
	border-right: 1px solid #6f93ab;
}

.s-bottom {
	border-bottom: 1px solid #6f93ab;
}

.schema tr td.s-small {
	height: 10px;
	line-height: 10px;
}

.schema tr.s-small {
	height: 10px;
	line-height: 10px;
}

.s-ippong {
	
}

.schema tr td.swhite {
	border-color: white;
}





ul.tabs { 
	list-style:none; 
	margin:0; 
	padding:0;
	margin-top: 25px;
	background-position: bottom;
	background-repeat: repeat-x;
	position: relative;
	float: left;
	width: 98%;
	height: 30px;
	margin-left: 1%;
}

/* single tab */
ul.tabs li { 
	float:left;
	display: block;
	position: relative;
	padding:0;
	margin:0;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.tabs a {
	font-size:12px;
	display:block;
	height: 30px;  
	line-height:30px;
	color: #999;
	padding:0px;
	padding-left: 20px;
	padding-right:20px;
	text-align:center;	
	text-decoration:none;
	position:relative;
}

ul.tabs a:active {
	outline:none;
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {

	color:#fff;	
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	cursor:default !important; 
	color:#fff !important;
	background-color: #191919;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
ul.tabs a.s 			{ background-position: -553px 0; width:81px; }
ul.tabs a.s:hover 	{ background-position: -553px -31px; }
ul.tabs a.s.current  { background-position: -553px -62px; }

/* width 2 */
ul.tabs a.l 			{ background-position: -248px -0px; width:174px; }
ul.tabs a.l:hover 	{ background-position: -248px -31px; }
ul.tabs a.l.current  { background-position: -248px -62px; }


/* width 3 */
ul.tabs a.xl 			{ background-position: 0 -0px; width:248px; }
ul.tabs a.xl:hover 	{ background-position: 0 -31px; }
ul.tabs a.xl.current { background-position: 0 -62px; }


/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;	
}


div.panes {
	width: 100%;
	position: relative;
	float:left;
}

#footer {
	background-image:url(http://www.kendo.bg/wp-content/themes/kendobg/img/footer_bg.jpg);
	height:216px;
	position:relative;
	float:left;
	width:100%;
	padding: 0px;
	margin: 0px;
	border: 0px;
}


.footer-c {
	background-image:url(http://www.kendo.bg/wp-content/themes/kendobg/img/footer_c_bg.jpg);
	background-repeat:no-repeat;
	height:216px;
	margin:0 auto;
	position:relative;
	width:953px;
}

.first-footer {
	background-image:url(http://www.kendo.bg/wp-content/themes/kendobg/img/first_footer.jpg);
	float:left;
	height:188px;
	position:relative;
	width:100%;
}

.sub {
	background-image:url(http://www.kendo.bg/wp-content/themes/kendobg/img/sub.jpg);
	float:left;
	height:51px;
	margin-top:35px;
	position:relative;
	width:98%;
	line-height: 51px;
	padding-left: 2%;
}

.infocontacts {
	
}

table.infocontacts tr td.infocontacts-image {
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: 5px 8px;
}


table.infocontacts tr td.infocontacts-image.email {background-image: url(../img/icons/email.png);}
table.infocontacts tr td.infocontacts-image.house {background-image: url(../img/icons/house.png);}
table.infocontacts tr td.infocontacts-image.cake {background-image: url(../img/icons/cake.png);}
table.infocontacts tr td.infocontacts-image.phone {background-image: url(../img/icons/phone.png);}
table.infocontacts tr td.infocontacts-image.telephone {background-image: url(../img/icons/telephone.png);}

table.infocontacts tr td.infocontacts-image.skype {background-image: url(../img/icons/skype.png);}
table.infocontacts tr td.infocontacts-image.icq {background-image: url(../img/icons/icq.png);}





a.changeview {background: url(../img/icons/monitor_edit.png) no-repeat 6px 6px, -moz-linear-gradient(top, #b3926f, #7c6345);}
a.changeview:hover {background: url(../img/icons/monitor_edit.png) no-repeat 6px 6px, -moz-linear-gradient(top, #b3926f, #6c5438);}

a.viewtile {background: url(../img/icons/view_tile.png) no-repeat 6px 6px, -moz-linear-gradient(top, #b3926f, #7c6345);}
a.viewtile:hover {background: url(../img/icons/view_tile.png) no-repeat 6px 6px, -moz-linear-gradient(top, #b3926f, #6c5438);}

a.viewprint {background: url(../img/icons/printer.png) no-repeat 6px 6px, -moz-linear-gradient(top, #b3926f, #7c6345);}
a.viewprint:hover {background: url(../img/icons/printer.png) no-repeat 6px 6px, -moz-linear-gradient(top, #b3926f, #6c5438);}

a.addnewuser {background: url(../img/icons/user_add.png) no-repeat 6px 6px, -moz-linear-gradient(top, #b3926f, #7c6345);}
a.addnewuser:hover {background: url(../img/icons/user_add.png) no-repeat 6px 6px, -moz-linear-gradient(top, #b3926f, #6c5438);}

a.addnewexam {background: url(../img/icons/script.png) no-repeat 6px 6px, -moz-linear-gradient(top, #b3926f, #7c6345);}
a.uemail{background-image: url(../img/icons/email.png)}
a.ugroup{background-image: url(../img/icons/group_gear.png)}
a.urank{background-image: url(../img/icons/script_gear.png)}

a.viewphoto {background-image: url(../img/icons/view_photo.png)}
a.viewtable {background-image: url(../img/icons/view_table.png)}

a.addparticipation {background-image: url(../img/icons/medal_gold_add.png)}
a.addresult {background-image: url(../img/icons/script_add.png)}
a.editmember {background-image: url(../img/icons/user_edit.png)}
a.viewdelete {background-image: url(../img/icons/delete.png)}
a.deleteb {background-image: url(../img/icons/delete.png)}
a.yes {background-image: url(../img/icons/delete.png)}
a.no {background-image: url(../img/delete.png)}
a.adddocument {background-image: url(../img/icons/page_white_word.png)}

a.addclub {background-image: url(../img/icons/group_add.png)}





.action-button {
	position: relative;
	float: right;
	display: block;
	padding: 5px;
	height: 18px;
	line-height: 18px;
	background-color: #766049;
	padding-left: 30px;
	padding-right: 10px;
	-moz-border-radius: 8px;
	-moz-box-shadow: 1px 1px 0px #000;
	-webkit-border-radius: 8px;
	-webkit-box-shadow: 1px 1px 0px #000;
	border-radius: 5px;
	box-shadow: 1px 1px 0px #000;
	background-repeat: no-repeat;
	background-position: 6px 6px;
	margin-right: 5px;
	color: #eadbcb;
	text-shadow: -1px -1px 0 #6b5235;
	font-family: Tahoma, Geneva, sans-serif
}

#closeview {
	background-color: #333;
	width: 20px;
	height: 20px;
	font-size: 20px;
	text-align: center;
	line-height: 20px;
	color: #fff;
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: pointer;
	z-index: 5;
}


ul.filterss {
	padding: 0px;
	margin: 0px;
	width: 96%;
	margin-left: 2%;
	position: relative;
	float: left;
	height: 30px;
	margin-bottom: 10px;
	line-height: 30px;
	background-image: url(http://www.kendo.bg/wp-content/themes/kendobg/img/horizontal_separator.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}

ul.filterss li {
	list-style-type: none;
	list-style: none;
	position: relative;
	float: left;
	display: block;
	padding: 10px;
	background-color: #766049;
	margin: 1px;
	-moz-border-radius: 5px;
	-moz-box-shadow: 1px 1px 0px #000;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 1px 1px 0px #000;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 20px;
	line-height: 20px;
	color: #FFF;
	cursor: pointer;
}

ul.filterss li.off {
	background-color: #262626;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	padding-left: 10px;
}

ul.filterss li:hover {
	background-color: #9b846b;
	background-position: 6px 6px;
}
.rankss, .clubss {
	display: none;
}
ul.filterss li.off:hover {
	background-color: #262626;
	padding-left: 10px;
}


.memberbox {
	position: relative;
	float: left;
	width: 430px;
	height: 280px;
	border-right: 1px solid #151515;
	border-left: 1px solid #404040;
	padding-left: 15px;
}


.memberbox .profile-image-big{
	background-image: url(../img/blue/big_img_bg.jpg);
	padding-top: 7px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	position: relative;
	float: left;
}

.change-view-holder {
	position: absolute;
	top: -110px;
	height: 95px;
	background-color: blue;
	right: 10px;
	display: none;
	width: 140px;
	padding-top:  10px;
	background-color: #766049;
	-moz-border-radius: 5px;
	-moz-box-shadow: 1px 1px 0px #000;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 1px 1px 0px #000;
}

.actions .change-view-holder a.action-button{
	-moz-box-shadow: none;
	-webkit-box-shadow: none;	
	width: 80px;
}

.jqplot-title {
	position: relative;
	float: left;
	width: 100%;
	z-index: 15;
}

.jqplot-target {
	position: relative;
	float: left;
	padding-top: 20px;
}

.sub strong {
	color: #FFF;
}

.sub span {
	color: #666;
}

div.input.file input{
	height: 26px;
	border: 1px solid #333;
	width: 5px;
	opacity: 0;
}

div.input.file {
	background-image: url(../img/filebg.jpg);
	background-repeat:no-repeat;
	background-position: 153px 0px;
}

fieldset h4 {
	position: relative;
	float: left;
	width: 800px;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	background-color: #191919;
	height: 26px;
	line-height: 26px;
	text-indent: 10px;
	font-weight: normal;
	color: #efe6db;
	text-shadow: -1px -1px 0px #634c32;	
	-moz-box-shadow: 0 5px 5px #111;
	background-image: url(../img/blue/submit_bg.jpg);
}


.title {
	font-size: 12px;
	width: 100%;
	position: relative;
	float: left;
	height: 40px;
	line-height: 40px;
	color: #FFF;
	text-indent: 65px;
}

.useravatar {
	display: block;
	height: 44px;
	width: 40px;
	background-image: url(../img/blue/small_img_bg.png);
	position: absolute;
	left: 0;
	top: 5px;
	text-indent: 0;
	padding:4px 5px 5px 6px;
}




.memberbox {
	position: relative;
	float: left;
	width: 430px;
	height: 280px;
	border-right: 1px solid #151515;
	border-left: 1px solid #404040;
	padding-left: 15px;
}


.memberbox .profile-image-big{
	background-image: url(../img/blue/big_img_bg.jpg);
	padding-top: 7px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	position: relative;
	float: left;
}

.change-view-holder {
	position: absolute;
	top: -110px;
	height: 95px;
	background-color: blue;
	right: 11px;
	display: none;
	width: 160px;
	padding-top:  10px;
	background-color: #766049;
	-moz-border-radius: 5px;
	-moz-box-shadow: 1px 1px 0px #000;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 1px 1px 0px #000;
	width: 140px;
}

.actions .change-view-holder a.action-button{
	-moz-box-shadow: none;
	-webkit-box-shadow: none;	
	width: 80px;
}


.confirm-member {
	position: fixed;
	top: 100px;
	left: 50%;
	margin-left:-200px;
	width: 400px;
	height: 280px;
	background-color: #333;
	border: 1px solid #444;
	-moz-box-shadow: 0px 0px 25px #111;
	-webkit-box-shadow: 0px 0px 25px #111;
	display: none;
}

.confirm-member img{
	position: relative;
	float: left;
}

.confirm-actions {
	position: absolute;
	float: left;
	width: 150px;
	margin-top: 80px;
	margin-left: 10px;
	bottom: 15px;
	right: 0px;
}

.confirm-actions .action-button{
	margin-bottom: 10px;
	width: 100px;
}


.submenu {
	position: absolute;
	left: 73px;
	top: -150px;
	display: none;
	width: 250px;
	height: 150px;
	background-color: #191919;
	z-index: 15;
	-moz-border-radius: 10px;
	-moz-border-radius-bottomleft: 0px;
}

.subselected {
	position: absolute;
	left: 73px;
	top: -150px;
	width: 250px;
	height: 150px;
	background-color: #191919;
	z-index: 15;
	-moz-border-radius: 10px;
	-moz-border-radius-bottomleft: 0px;
	display: block;
}










.mainmenu {
	padding: 0px;
	margin: 0px;
	width: 360px;
	z-index: 15;
	display: none;
	position: relative;
	float: left;
	padding: 0px;
	margin: 0px;
}

.mainmenu li {
	display: block;
	position: relative;
	padding: 0px;
	margin: 0px;
	float: left;
	width: 160px;
	margin-bottom: 10px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFF;
	margin:10px;
}
.mainmenu li ul {
	width: 160px;
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
}
.mainmenu li ul li {
	position: relative;
	width: 150px;
	height: 22px;
	text-indent: 22px;
	line-height: 22px;
	margin: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	float: left;
	font-size: 11px;
	font-weight: normal;
	background-repeat: no-repeat;
	background-position: 2px 4px;
	border-bottom: 1px dotted #444;
	text-transform: none;
}

.mainmenu li ul li:hover {
	background-color: #444;
	-moz-border-radius: 5px;
}

.membersall {background-image: url(../img/icons/clubs.png);}
.membersviewphoto {background-image: url(../img/icons/view_photo.png);}
.membersviewtile {background-image: url(../img/icons/view_tile.png);}
.membersadd {background-image: url(../img/icons/user_add.png);}

.clubsall {background-image: url(../img/icons/door.png);}
.clubsadd {background-image: url(../img/icons/add.png);}
.clubsteam {background-image: url(../img/icons/group_link.png);}
.clubsteamadd {background-image: url(../img/icons/group_add.png);}


.competitionsall {background-image: url(../img/icons/flag_red.png);}
.competitionsadd {background-image: url(../img/icons/add.png);}
.participationsall {background-image: url(../img/icons/tick.png);}
.competitionmedals {background-image: url(../img/icons/medal_bronze_1.png);}
.competitionsmedalsadd{background-image: url(../img/icons/medal_gold_add.png);}
.schemes {background-image: url(../img/icons/sitemap.png);}
.teamparticipations{background-image: url(../img/icons/group_go.png);}
.teammedals {background-image: url(../img/icons/medal_gold_3.png);}
.types {background-image: url(../img/icons/cog.png);}
.typesadd {background-image: url(../img/icons/cog_add.png);}

.examslist{background-image: url(../img/icons/script.png);}
.examsadd {background-image: url(../img/icons/script_add.png);}
.resultslist{background-image: url(../img/icons/table.png);}
.resultsadd {background-image: url(../img/icons/table_add.png);}

.documents1 {background-image: url(../img/icons/page_white_word.png);}
.documents2 {background-image: url(../img/icons/page_white_get.png);}
.documents3 {background-image: url(../img/icons/folder.png);}
.documents4 {background-image: url(../img/icons/folder_add.png);}
.documents5 {background-image: url(../img/icons/world.png);}
.awards {background-image: url(../img/icons/award_star_gold_3.png);}

.world {background-image: url(../img/icons/world.png);}
.ranks {background-image: url(../img/icons/star.png);}
.comtypes {background-image: url(../img/icons/chart_organisation.png);}
.cities {background-image: url(../img/icons/building.png);}


.mainmenuholder  {
	position: absolute;
	left: -20px;
	display: none;
	top: 20px;
	-moz-box-shadow: 1px 1px 0px #191919;
	-moz-border-radius: 10px;
	background-color: #333;
	border: 1px solid #444;
	z-index: 15;
	width: 360px;
	text-shadow: 1px 1px 0px #000;
	height: 470px;
}

.mainmenuhandle {
	width: 350px;
	margin: 5px;
	position: relative;
	float: left;
	height: 30px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	-moz-border-radius: 5px;
	text-align: center;
	line-height: 30px;
	background-color: #444;
	cursor: move;
}

.mainmenuhandle:hover {
	background-color: #555;
}

.menuopen {
	position: absolute;
	width: 100px;
	height: 40px;
	right: 0px;
	top: 0px;
	line-height: 40px;
	text-align: center;
	color: #FFF;
	font-size: 12px;
	cursor: pointer;
}

.menuopen:hover {
	color: #CCC;
}

.menuclose {
	position: absolute;
	width: 100px;
	height: 30px;
	right: 10px;
	bottom: 10px;	
	line-height: 30px;
	text-align: center;
	background-color: #252525;
	color: #FFF;
	font-size: 12px;
	cursor: pointer;
	z-index:16;
	-moz-border-radius: 5px;
}

.menuclose:hover {
	color: #CCC;
	background-color: #292929;
}

.pph {
	position: relative; 
	float: left; 
	margin-top: 125px; 
	margin-bottom: 10px; 
	line-height: 18px; 
	display: none;
}

.pptt {
	width: 350px; 
	position: relative; 
	float:left; 
	min-height: 120px;
	background-image: url(http://www.kendo.bg/wp-content/themes/kendobg/img/horizontal_separator.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 5px;
}

.cm2 {
	background-image: url(http://www.kendo.bg/wp-content/themes/kendobg/img/main_background.jpg);
	background-position: center top;
	background-repeat:no-repeat;
	z-index: 22;
}



.smallphototo {
		position: relative;
		left: 5px;
		top: 6px;
		background-image: url(../img/blue/small_img_bg.png);
		padding: 5px;
		padding-top: 4px;
		padding-left: 6px;	
}

.ajaxmholdersr {
	position: relative;
	float: left;
	margin-right: 10px;
	width: 250px;
	height: 450px;
	background-image: url(../img/blue/amh.jpg);
	background-position: right;
}

.mmss {
	position: relative;
	float: left;
	height: 65px;
	margin-bottom: 5px;
	width: 96%;
	margin-left: 2%;
	-moz-border-radius: 10px;
}

.mmss:hover {
	background-color: #090909;
}

.mmsss {
	position: relative;
	float: left;
	width: 100%;
	height: 65px;
	margin-bottom: 5px;
	width: 96%;
	margin-left: 2%;
	-moz-border-radius: 10px;
}

.mmsss:hover {
	background-color: #090909;
}

.mmssclub {
	width: 100%;
	position: relative;
	float: left;
	height: 42px;
	font-size: 12px;
	background-image: url(../img/blue/clubbg.jpg);
	background-position: right;
	text-indent: 20px;
	line-height: 29px;
	color: #FFF;
	font-weight: bold;

}


















.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #000;
	background-image: url(../img/blue/spt.jpg);
}
.jScrollPaneDrag {
	position: absolute;
	background: #5d5d5d;
	cursor: pointer;
	overflow: hidden;
	-moz-border-radius: 3px;
}
.jScrollPaneDrag:hover {
	background-color:#8e7450;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}


/* Stylesheet for my demo pages for jScrollPane - these styles aren't necessary for using jScrollPane and aren't specific to any particular example */



a.jScrollArrowUp {
	background: url(../images/basic_arrow_up.gif) repeat-x 0 0;
}
a.jScrollArrowUp:hover {
	background-position: 0 -15px;
}
a.jScrollArrowDown {
	background: url(../images/basic_arrow_down.gif) repeat-x 0 0;
}
a.jScrollArrowDown:hover {
	background-position: 0 -15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}


.orange-bar .jScrollPaneTrack {
	background: #f60;
}
.orange-bar .jScrollPaneDrag {
	background: #00f url(../images/drag_grab.gif) no-repeat 50% 50%;
}
.orange-bar .scroll-pane {
	background: #69f;
}
			
.holder {
	float: left;
	margin: 10px;
}

.scroll-pane {
	width: 260px;
	height: 450px;
	overflow: auto;
	background-image: url(../img/blue/amh.jpg);
	background-position: right;
	float: left;
}

.wide {
	width: 400px;
}

.super-wide {
	width: 700px;
}

.tall {
	height: 400px;
}

#pane1 {
}
#pane2 {
	width: 180px;
}
#pane3 {
	height: 190px;
}
#pane4 {
	height: 190px;
}




.mmssname {
	position: absolute;
	left: 60px;
	top: 10px;
	font-weight:bold;
	font-size: 11px;
	color: #FFF;
}
.mmssrank {
	position: absolute;
	left: 60px;
	top: 23px;
	font-size: 11px;
	color: #666;
}



.mmssyear {
	position: absolute;
	left: 10px;
	top: 10px;
	font-weight:bold;
	font-size: 11px;
	color: #FFF;
}
.mmssmonth {
	position: absolute;
	left: 10px;
	top: 28px;
	font-size: 11px;
	color: #666;
}

.mmssrankss {
	position: relative;
	float: left;
	width: 100%;
	text-indent: 30px;
	height: 20px;
	line-height: 20px;
	margin-bottom: 5px;	
	background-image: url(../img/blue/tick.jpg);
	background-position: 5px 0px;
	background-repeat: no-repeat;
}

.mmsssuc{
	position: relative;
	float: left;
	width: 100%;
	text-indent: 30px;
	height: 20px;
	line-height: 20px;
	margin-bottom: 5px;	
	background-image: url(../img/blue/tick.jpg);
	background-position: 5px 0px;
	background-repeat: no-repeat;
}

div.results div.submit{
	background-image: url(../img/blue/sbg.jpg);	
	background-position: center top;
	border: 0px;
}

div.results div.submit input{
	margin: 21px;
}


.loadingg {
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	font-size: 16px;
	margin-top: 150px;
}
