﻿body {
	font-family: tahoma;
	font-size: 9pt;
}

.headerBackground {
	/*background: url(images/bgtitle.png)*/
}

/*---------------- Manipulation Telerik Style ----------------
							BEGIN							*/
.k-splitbar {
	background: url(images/bgtitle.png)
}

.k-block 
{
	height: auto;
	padding: 0px;
	background: transparent;
}



.k-block > .k-header, .k-window-titlebar {
	font-size: 1.2em;
	min-height: 20px;
	height: 37px;
	font-weight: bold;
	background: url('Images/bgtitle.png');
	padding: 0px;
	margin: 0px;
	border-radius: 3px 3px 0 0;
}


/*							END							
---------------- Manipulation Telerik Style ----------------*/

.k-wellcome {
	position:absolute; 
	top:5px; 
	width:300px; 
	height:50px;
	z-index:1000;
	background: url(Images/bgwellcome.png) 100% top no-repeat;
	color: white;
	font-size: 1em;
	padding-right: 5px;
	line-height:23px
}


/*--------------------------*/



.k-header .k-header-left-nav
{
    display: inline-block;
	float:left; 
	width:15px; 
	height:37px;
	/*margin: -4px 0 0 -2px;*/
	position: relative;
	border-radius: 2px 0 0 0;
	
	background: url('images/header-left.png') center 0px no-repeat;
	background-position: center 0px;
	background-repeat: no-repeat;
}
.k-header .k-header-left-nav:hover {
	background-position: 0px -37px;
}

.k-header .k-header-right-nav
{
    display: inline-block;
	float:right; 
	width:15px; 
	height:37px;
	/*margin: -4px -2px 0 0;*/
	position: relative;
	border-radius: 0 2px 0 0;
	
	background: url('images/header-right.png')  center 0px no-repeat;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.k-header .k-header-right-nav:hover {
	background-position: 0px -37px;
}

.k-header-right
{
	border-radius: 0 3px 3px 0;

	width: 37px;
	/*height: 198px;*/
	background: url("Images/bgtitle.png") repeat;
}
    	 
.k-header-left
{
	border-radius: 3px 0 0 3px;

	width: 100%;

	background-position: right;
	background-repeat: no-repeat;
}
