﻿/* Control */

.controlHeader
{
	width: 290px;	
}

.controlHeaderRow
{
	background-color: #0D3F61;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	font-family: Verdana;
	width: 284px;
	height:20px;
	padding-left: 5px;
}

.controlHeaderRowHighLight
{
	background-color: #f27008;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	font-family: Verdana;
	width: 284px;
	height:20px;
	padding-left: 5px;
}

.bottomleft
{
	background-image: url(../images/borders/bl.png);
	background-repeat: no-repeat;
	background-position: 0 100%;
}

.bottomright
{
	background-image: url(../images/borders/br.png);
	background-repeat: no-repeat;
	background-position: 100% 100%;
}

.topleft
{
	background-image: url(../images/borders/tl.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.topright
{
	background-image: url(../images/borders/tr.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
	padding: 3px;
}

.hpRubrikCell
{
	text-align:left;
	background-color: #ffffff;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	font-family: Verdana;
	width: 284px;
	height: 20px;
	padding-left: 5px;
}

.hpSelectedRubrikCell
{
	text-align: left;
	background-color: #f27008;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana;
	width: 284px;
	height: 20px;
	padding-left: 5px;
}

.hpButton
{
	border-style: none;
	text-align: left;
	cursor: pointer;
	font-weight: bold;
	background-color: #ffffff;
	color: #000000;
	width: 100%;
	font-family: verdana;
	font-size: 11px;
}

.hpSelectedButton
{
	border-style: none;
	text-align: left;
	cursor: pointer;
	font-weight: bold;
	background-color: #f27008;
	color: #ffffff;
	font-family: verdana;
	font-size: 11px;
	width: 100%;
}