/* redifition af standard backbase prototype   

button


 */
.btl-button {
	cursor: pointer;
	padding: 0;
	margin: 0;
	vertical-align: text-bottom;
}
.ie .btl-button {
	display: inline-block;
	zoom: 1.0; /* needed to make opacity work */
}
.gecko .btl-button {
	-moz-box-align: start;
	display: -moz-inline-grid;
	vertical-align: bottom; /* fixes jumpy button */
}
.webkit .btl-button {
	display: inline-block;
}

.opera .btl-button {
	display: inline-block;
	vertical-align: middle;
}
.btl-button-table {
	margin: 0;
}
.btl-button-top-left,
.btl-button-top-left2,
.btl-button-top,
.btl-button-top2,
.btl-button-top-right,
.btl-button-top-right2,
.btl-button-right,
.btl-button-bottom-right,
.btl-button-bottom-right2,
.btl-button-bottom,
.btl-button-bottom2,
.btl-button-bottom-left,
.btl-button-bottom-left2,
.btl-button-left,
.btl-button-content {
	/* drastically override possible settings from outside */
	padding: 0 !important;
	border-style: none !important;
}
.btl-button-corner,
.btl-button-corner2 {
	overflow: hidden;
	width: 1px;
	margin: 0;
	padding: 0;
}
.btl-button-corner {
	height: 1px;
}
.btl-button-corner2 {
	height: 1px;
}
.btl-button-top-left,
.btl-button-top-right,
.btl-button-bottom-left,
.btl-button-bottom-right {
	width: 1px;
	height: 1px;
}
.btl-button-top-left2,
.btl-button-bottom-left2 {
	width: 1px;
	height: 1px;
}
.btl-button-top-left,
.btl-button-top-left2,
.btl-button-top-right,
.btl-button-top-right2,
.btl-button-bottom-left,
.btl-button-bottom-left2,
.btl-button-bottom-right,
.btl-button-bottom-right2,
.btl-button-top,
.btl-button-top2,
.btl-button-bottom,
.btl-button-bottom2 {
	background-image: url(xmedia/buttonCornersTopBottomBorder.png);
	background-repeat: repeat-x;
	line-height: 0 !important;
	font-size: 0 !important;
}
.btl-button-left,
.btl-button-right {
	background-image: url(media/buttonLeftRightBorder.png);
	background-repeat: repeat-y;
}
.btl-button-top-left        { background-position: 0 0; }
.btl-button-top-left2       { background-position: 0 -1px; }
.btl-button-top             { background-position: 0 -48px; }
.btl-button-top2            { background-position: 0 -49px; }
.btl-button-top-right       { background-position: 0 -12px; }
.btl-button-top-right2      { background-position: 0 -13px; }
.btl-button-right           { background-position: -12px 0; }
.btl-button-bottom-right    { background-position: 0 -26px; }
.btl-button-bottom-right2   { background-position: 0 -24px; }
.btl-button-bottom          { background-position: 0 -62px; }
.btl-button-bottom2         { background-position: 0 -60px; }
.btl-button-bottom-left     { background-position: 0 -38px; }
.btl-button-bottom-left2    { background-position: 0 -36px; }
.btl-button-left            { background-position: 0 0; }

.btl-button .btl-button-table .btl-button-content{
	background-color: #CAD2D8;
	background-position: 0 0;
	background-image: url(media/buttonBackground.png);
	background-repeat: repeat-x;
	white-space: nowrap;
	text-align: center;
}
/* focus */
.btl-button-contentContainer {
	width: 100%;
	height: 100%;
	position: relative;
}
.ie .btl-button-contentContainer {
	/* fix for bug 10448 */
	position: static;
}
.btl-button-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
/* extra settings for IE5_5 cause if there is no background-color, events aren't dispached */
.ie5_5 .btl-button-overlay {
	filter: alpha(opacity=1);
	background-color: #FFF;
}

.ie .btl-button-contentContainer,
.ie .btl-button-padding {
	 /* only for IE to avoid performance decrease.. in FF it would actually make the button collapse in some cases */
	overflow: hidden;
}
.btl-button-textEffect {
	padding: 1px;
}
.btl-button-focusIndicator {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.btl-button-focus .btl-button-focusIndicator{
	border: 1px dotted black;
}
.btl-button-padding {
	width: 100%;
	height: 100%;
	position: relative;
}
.btl-button-focusIndicator,
.btl-button-padding {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-khtml-box-sizing: border-box;
}
/* hover */
.btl-button-hover .btl-button-top-left        { background-position: 0 -3px; }
.btl-button-hover .btl-button-top-left2       { background-position: 0 -4px; }
.btl-button-hover .btl-button-top             { background-position: 0 -51px; }
.btl-button-hover .btl-button-top2            { background-position: 0 -52px; }
.btl-button-hover .btl-button-top-right       { background-position: 0 -15px; }
.btl-button-hover .btl-button-top-right2      { background-position: 0 -16px; }
.btl-button-hover .btl-button-right           { background-position: -15px 0; }
.btl-button-hover .btl-button-bottom-right    { background-position: 0 -29px; }
.btl-button-hover .btl-button-bottom-right2   { background-position: 0 -27px; }
.btl-button-hover .btl-button-bottom          { background-position: 0 -65px; }
.btl-button-hover .btl-button-bottom2         { background-position: 0 -63px; }
.btl-button-hover .btl-button-bottom-left     { background-position: 0 -41px; }
.btl-button-hover .btl-button-bottom-left2    { background-position: 0 -39px; }
.btl-button-hover .btl-button-left            { background-position: -3px 0; }

/* active */
.btl-button-active .btl-button-top-left        { background-position: 0 -6px; }
.btl-button-active .btl-button-top-left2       { background-position: 0 -7px; }
.btl-button-active .btl-button-top             { background-position: 0 -54px; }
.btl-button-active .btl-button-top2            { background-position: 0 -55px; }
.btl-button-active .btl-button-top-right       { background-position: 0 -18px; }
.btl-button-active .btl-button-top-right2      { background-position: 0 -19px; }
.btl-button-active .btl-button-right           { background-position: -18px 0; }
.btl-button-active .btl-button-bottom-right    { background-position: 0 -32px; }
.btl-button-active .btl-button-bottom-right2   { background-position: 0 -30px; }
.btl-button-active .btl-button-bottom          { background-position: 0 -68px; }
.btl-button-active .btl-button-bottom2         { background-position: 0 -66px; }
.btl-button-active .btl-button-bottom-left     { background-position: 0 -44px; }
.btl-button-active .btl-button-bottom-left2    { background-position: 0 -42px; }
.btl-button-active .btl-button-left            { background-position: -6px 0; }
.btl-button-active .btl-button-textEffect {
	padding: 0px 0px 0px 0px;
}
.btl-button-active .btl-button-content{
	background-position: 0 100%;
	background-image: url(media/buttonBackgroundActive.png);
	background-repeat: repeat-x;
}

/* disabled */
.btl-disabled .btl-button-top-left        { background-position: 0 -9px; }
.btl-disabled .btl-button-top-left2       { background-position: 0 -10px; }
.btl-disabled .btl-button-top             { background-position: 0 -57px; }
.btl-disabled .btl-button-top2            { background-position: 0 -58px; }
.btl-disabled .btl-button-top-right       { background-position: 0 -21px; }
.btl-disabled .btl-button-top-right2      { background-position: 0 -22px; }
.btl-disabled .btl-button-right           { background-position: -21px 0; }
.btl-disabled .btl-button-bottom-right    { background-position: 0 -35px; }
.btl-disabled .btl-button-bottom-right2   { background-position: 0 -33px; }
.btl-disabled .btl-button-bottom          { background-position: 0 -71px; }
.btl-disabled .btl-button-bottom2         { background-position: 0 -69px; }
.btl-disabled .btl-button-bottom-left     { background-position: 0 -47px; }
.btl-disabled .btl-button-bottom-left2    { background-position: 0 -45px; }
.btl-disabled .btl-button-left            { background-position: -9px 0; }

.btl-disabled .btl-button-content { color: #ccc; }




/* refinition af listgrid class */
.btl-listGrid {
	position: relative;
	background-color: #FFF;
	cursor: default;
	overflow: hidden;
}
.btl-listGrid .btl-listGrid-focusElement {
	position: absolute;
	top: -20px;
	left: -20px;
}
.btl-listGrid .btl-grid-clean {
	border-spacing: 0;
	border-width: 0;
	margin: 0;
	padding: 0;
}
.btl-listGrid .btl-grid-head,
.btl-listGrid .btl-grid-topRightFiller {
	background-image: url(media/columnHeaderBackground.png);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #F0F2F3;
}

.cptoolbar{
overflow: hidden;
	background-image: url(resources/cplogos/xx.jpg);
	background-color: #F0F2F3;
  width: 100%;
	height: 21px;
	z-index: 10;
}


.video{
cursor:pointer;
color:#eb6130;
width:100px;
font-style:italic;
}
.login_input{
	height: 25px;
	width:110px;
	border-width: 1px;
	border-style: solid;
	border-color:#F0F2F3;

}

.mainpanel_set{
	background-color: #FFFFFF;

}
.rubrik{
	font-size:18px;
	color:#eb6130;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
.afs_rubrik{
	font-size:18px;
	color:#eb6130;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
.sec_rubrik{
	font-size:18px;
	color:#eb6130;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
.col1 {
	vertical-align: top;
	margin-left: 20px;
}
.Forsidemenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bolder;
	color: #FFFFFF;
}

.mrubrik{
	font-size:14px;
	color:#46626F;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;

}
.sec_mrubrik{
	font-size:14px;
	color:#46626F;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;

}
.afs_mrubrik{
	font-size:14px;
	color:#46626F;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;

}
.bodytxt{
	color:#46626F;
  font-size:12px;
	line-height: 12pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.afs_bodytext{
	color:#46626F;
   font-size:11px;
	line-height: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.afs_bodytext_fed{
	color:#46626F;
  font-size:11px;
	font-weight: bold;
	line-height: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.afs_bodytext_link{
	font-size:11px;
	color:#eb6130;
	cursor:pointer;
	line-height: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.sec_bodytxt{
	font-size:10px;
	color:black;
	line-height: 11pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.btl-modal {
	position: absolute;
}
.btl-modal-head,
.btl-modal-head-right,
.btl-modal-head-mid {
	background-image: url(media/modalHead.png);
}
.btl-modal-head,
.btl-modal-head-right{
	background-repeat: no-repeat;
}
.btl-modal-head {
	cursor: move;
	padding-left: 0px;
	background-position: 0 -500px;
}
.btl-modal-head-right {
	padding-right: 0px;
	background-position: 100% -300px;
}
.btl-modal-head-mid {
	width:100%;
	background-repeat: repeat-x;
	background-position: 0 -100px;
}
.btl-modal-label {
	cursor: move;
	background-color: #FFFFFF;
	background-image: url(resources/CPlogo125x22.jpg);
}
.btl-modal-closeButton {
	position: relative;
	width: 80px;
	height: 22px;
	margin-top: 0px;
	cursor: pointer;
	background-color: #FFFFFF;
	background-image: url(resources/tilbage.jpg);

}
.btl-modal-content {
	position: relative;
	overflow: auto;
	border-width: 0px;
	border-style: solid;
	border-color:  #FFFFFF;
	background-color: #FFFFFF;
}
.btl-modal-head .btl-icon {
	/* trying to optically center the icon */
	background-position: 0px 60%;
}
/* active */
.btl-modal-active .btl-modal-head {
	background-position: 0 -400px;
}
.btl-modal-active .btl-modal-head-right {
	background-color: #FFFFFF;
}
.btl-modal-active .btl-modal-head-mid {
	background-position: 0 0;
}
.btl-modal-active .btl-modal-label {
	color: #000000;
}
.btl-modal-active .btl-modal-closeButton {
	background-color: #FFFFFF;
}
.btl-modal-active .btl-modal-content {
	border-color: #FFFFFF;
	background-color: #FFFFFF;
}
/* button states */
.btl-modal-closeButton-hover {
	background-position: 0 -13px;
}
.btl-modal-closeButton-press {
	background-position: 0 -26px;
}
/* fixes */
.ie .btl-modal {
	/* If content is bigger than size set to an element,
	IE will increase the size of the element by default.
	overflow: hidden cancels that */
	overflow: hidden;
}
.ie .btl-modal-closeButton {
	overflow: hidden;
}
.ie .btl-modal-label {
	width: 100%;
}
.ie .btl-modal-content {
	width: 100%;
}
.Blok {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	width: auto;
	border: thin dotted #FFFF00;
}
.tekstblok {
	width: 500px;
	position: relative;
	height: auto;
	left: 140px;
	border: thin solid #CCCCCC;
	top: 5px;
	margin-left: 125px;
}
.imageblok {
	border: thin solid #00FF66;
	position: relative;
	height: auto;
	width: 120px;
	top: 10px;
}

.blivforhandler_ip{
width:250px;
height:25px;
color:#46626F;
font-size:12px;
}

.blivforhandler_lt{
height:25px;
color:#46626F;
font-size:12px;
}

.homepagegeneral{
color:#46626F;
font-size:12px;
}

