<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*THIS IS COPIED FROM OLD SITE, SHOULD BE CLEANED*/

.box .columns
{
	width: 100%;
	overflow: hidden;
}
.box .columns,
.box .columns .col,
.box .columns .col1,
.box .columns .col2,
.box .columns .col3,
.box .columns .col4,
.box .columns .col5
{
	margin-top: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 0 !important;
	margin-left: 0 !important;
	padding-top: 0 !important;
	padding-right: 0 !important;
	padding-bottom: 0 !important;
	padding-left: 0 !important;
	background-image: none !important;
	background-color: Transparent !important;
}
.box .columns .col
{
	float: left;
}
.box .columns td.col
{
	float: none !important;
}
.box .columns1 .col
{
	width: 100%;
}
.box .columns2 .col,
.box .columns1 .col2
{
	width: 50% !important;
}
.box .columns3 .col,
.box .columns1 .col3
{
	width: 33.33% !important;
	/* IE6 hack */
	_width: 33%;
}
.box .columns4 .col
{
	width: 25% !important;
}
.box .columns5 .col
{
	width: 20% !important;
}
/*.box .columns .col1
{
	clear: left;
}*/
.box .columns .col .col_content
{
	padding-right: 8px;
	padding-bottom: 5px;
}
.box .box_content .TextArea,
.box .box_content .TextBox,
.box .box_content .TextBoxHiLo,
.box .box_content .DropDownBox,
.box .box_content .ListBoxList,
.ocTextArea,
.ocTextBox,
.ocDropDownBox,
.ocTextBoxHiLo,
.ocListBoxList,
.ocParamList
{
	border: 1px solid #858585;
	width: 99.7%;
}
.box .box_content table,
.box .box_content table.basic
{
	width: 100%;	
}
.box .box_content table.checkBox
{
	width: auto;	
}
.box .box_content .TextBoxHiLo,
.ocTextBoxHiLo
{
	width: 42%;
}
.box .box_content .TextArea,
.ocTextArea
{
	height: 160px;
}
.ocParamList
{
	background-color: #ffffff;
}
.ocSubHeader
{
	float: left;
	width: 100%;
	font-weight: bold;
	font-size: 13px;
	color: #333333;
	padding-top: 4px;
	padding-bottom: 4px;
}
.box_margin_wrapper .box
{
	margin-bottom: 15px;
}

/* BEGIN Open-close toggle box */

.ocBox .box_header
{
	width: 100%;
}
.ocBox .box_header td
{
	padding:0;
	background-color:#333333;
}
.ocBox .box_header .start
{
	width: 10px;
	background-image: url(/images/Mascus3/box_headers.png);
	background-repeat: no-repeat;
	font-size: 1px;
}
.ocBox .box_header .center
{
	background-image: url(/images/Mascus3/box_headers.png);
	background-position: 0 -100px;
	background-repeat: repeat-x;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 6px;
	padding-bottom: 6px;
}
.ocBox .box_header .buttons, .ocBoxButtons
{
	background-image: url(/images/Mascus3/box_headers.png);
	background-position: 0 -100px;
	background-repeat: repeat-x;
	padding-top: 2px;
	text-align: right;
	white-space: nowrap;
}
.ocBox .box_header .end
{
	width: 10px;
	background-image: url(/images/Mascus3/box_headers.png);
	background-position: 0 -200px;
	background-repeat: no-repeat;
	font-size: 1px;
}
.ocBox .box_header .ocCollapsible
{
	cursor: pointer;
}
.ocBox .box_header .buttons a, .ocBoxButtons a
{
	display: block;
	float: right;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
}
a.ocCollapseButton
{
	background-image: url(/images/ocbox_icon_collapse.png);
}
a.ocCollapseButton:hover
{
	background-image: url(/images/ocbox_icon_collapse_hov.png);
}
a.ocExpandButton
{
	background-image: url(/images/ocbox_icon_expand.png);
}
a.ocExpandButton:hover
{
	background-image: url(/images/ocbox_icon_expand_hov.png);
}
.ocToolsButton
{
	background-image: url(/images/ocbox_icon_tools.png);
}
.ocToolsButton:hover
{
	background-image: url(/images/ocbox_icon_tools_hov.png);
}
.ocCloseButton
{
	background-image: url(/images/ocbox_icon_close.png);
}
.ocCloseButton:hover
{
	background-image: url(/images/ocbox_icon_close_hov.png);
}
.ocBox .box_content
{
	border: solid 1px #FF6801;
	padding: 8px;
}
.ocBox .box_content .error
{
	border: 1px solid #FF5F01;
}

/* END Open-close toggle box */

/* BEGIN Common styles for boxes with image borders &amp; corners */

.box .image_border .full_header .box_header
{
	width: 100%;
}
.box .image_border .box_header td
{
	padding: 0;
}
.box .image_border .box_header .start,
.box .image_border .box_header .end
{
	width: 10px;
	background-repeat: no-repeat;
	font-size: 1px;
}
.box .image_border .box_header .center
{
	background-repeat: repeat-x;
	font-size: 13px;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
}
.box .image_border .box_header .center h1,
.box .image_border .box_header .center h2,
.box .image_border .box_header .center h3
{
	margin-top:0;
	margin-bottom:0;
	font-size: 13px;
	font-weight: bold;
}
.box .image_border .box_content .top,
.box .image_border .box_content .bottom
{
	width: 100%;
	height: 10px;
	background-repeat: repeat-x;
	font-size: 1px;
}
.box .image_border .box_content .top .start,
.box .image_border .box_content .top .end,
.box .image_border .box_content .bottom .start,
.box .image_border .box_content .bottom .end
{
	width: 10px;
	height: 10px;
	background-repeat: no-repeat;
	font-size: 1px;
}
.box .image_border .box_content .top .start,
.box .image_border .box_content .bottom .start
{
	float: left;
}
.box .image_border .box_content .top .end,
.box .image_border .box_content .bottom .end
{
	float: right;
}
.box .image_border .box_content .middle .start
{
	background-repeat: repeat-y;
	background-position: top left;
}
.box .image_border .box_content .middle .end
{
	background-repeat: repeat-y;
	background-position: top right;
}
.box .image_border .box_content .middle .center
{
	padding-left: 10px;
	padding-right: 10px;
	/* Hack to fix "leaking" margins of content elements like H3, P... */
	padding-top: 1px;
	padding-bottom: 1px;
	margin-top: -1px;
	margin-bottom: -1px;
}

/* BEGIN Common styles for boxes with image borders &amp; corners */

/* BEGIN Box header with dark grey background and rounded corners */

.round_box .grey_header .box_header td
{
	background-color: #333333;
}
.round_box .grey_header .box_header .start
{
	/*background-image: url(/images/Mascus3/grey_box_header_start.gif);*/
	background-image: url(/images/Mascus3/box_headers.png);
	background-position: 0 0;
}
.round_box .grey_header .box_header .center
{
	/*background-image: url(/images/Mascus3/grey_box_header.gif);*/
	background-image: url(/images/Mascus3/box_headers.png);
	background-position: 0 -100px;
	color: #FFFFFF;
}
.round_box .grey_header .box_header .end
{
	/*background-image: url(/images/Mascus3/grey_box_header_end.gif);*/
	background-image: url(/images/Mascus3/box_headers.png);
	background-position: 0 -200px;
}

/* END Box header with dark grey background and rounded corners */

/* BEGIN Box header with orange background and rounded corners */

.round_box .orange_header .box_header td
{
	background-color: #f86202;
}
.round_box .orange_header .box_header .start
{
	/*background-image: url(/images/Mascus3/orange_box_header_start.gif);*/
	background-image: url(/images/Mascus3/box_headers.png);
	background-position: 0 -300px;
}
.round_box .orange_header .box_header .center
{
	/*background-image: url(/images/Mascus3/orange_box_header.gif);*/
	background-image: url(/images/Mascus3/box_headers.png);
	background-position: 0 -400px;
	color: #FFFFFF;
}
.round_box .orange_header .box_header .end
{
	/*background-image: url(/images/Mascus3/orange_box_header_end.gif);*/
	background-image: url(/images/Mascus3/box_headers.png);
	background-position: 0 -500px;
}

/* END Box header with orange background and rounded corners */

/* BEGIN Box with white background, grey border and rounded corners */

.round_box .box_content
{
	background-color: #FFFFFF;
}
.round_box .box_content .top
{
	/*background-image: url(/images/Mascus3/white_box_top.gif);*/
	background-image: url(/images/Mascus3/white_box_top_bottom.png);
    background-position: 0 -40px;
}
.round_box .box_content .top .start
{
	/*background-image: url(/images/Mascus3/white_box_top_start2.gif);*/
	background-image: url(/images/Mascus3/white_box_top_bottom.png);
	background-position: 0 -10px;
}
.round_box .grey_header .box_content .top .start
{
	/*background-image: url(/images/Mascus3/white_box_top_start3.gif);*/
	background-image: url(/images/Mascus3/white_box_top_bottom.png);
	background-position: 0 -20px;
}
.round_box .orange_header .box_content .top .start
{
	/*background-image: url(/images/Mascus3/white_box_top_start4.gif);*/
	background-image: url(/images/Mascus3/white_box_top_bottom.png);
	background-position: 0 -30px;
}
.round_box .box_content .top .end
{
	/*background-image: url(/images/Mascus3/white_box_top_end2.gif);*/
	background-image: url(/images/Mascus3/white_box_top_bottom.png);
	background-position: 0 -60px;
}
.round_box .full_grey_header .box_content .top .end
{
	/*background-image: url(/images/Mascus3/white_box_top_end3.gif);*/
	background-image: url(/images/Mascus3/white_box_top_bottom.png);
	background-position: 0 -70px;
}
.round_box .full_orange_header .box_content .top .end
{
	/*background-image: url(/images/Mascus3/white_box_top_end4.gif);*/
	background-image: url(/images/Mascus3/white_box_top_bottom.png);
	background-position: 0 -80px;
}
.round_box .box_content .middle .start
{
	background-image: url(/images/Mascus3/white_box_middle_start.gif);
}
.round_box .box_content .middle .end
{
	background-image: url(/images/Mascus3/white_box_middle_end.gif);
}
.round_box .box_content .bottom
{
	/*background-image: url(/images/Mascus3/white_box_bottom.gif);*/
	background-image: url(/images/Mascus3/white_box_top_bottom.png);
	background-position: 0 -110px;
}
.round_box .box_content .bottom .start
{
	/*background-image: url(/images/Mascus3/white_box_bottom_start2.gif);*/
	background-image: url(/images/Mascus3/white_box_top_bottom.png);
	background-position: 0 -100px;
}
.round_box .box_content .bottom .end
{
	/*background-image: url(/images/Mascus3/white_box_bottom_end2.gif);*/
	background-image: url(/images/Mascus3/white_box_top_bottom.png);
	background-position: 0 -130px;
}

/* END Box with white background, grey border and rounded corners */

/* BEGIN Box with light grey background, grey border and rounded corners */

.round_box .grey_bg .box_content
{
	background-color: #F7F7F7;
}
.round_box .grey_bg .box_content .top
{
	/*background-image: url(/images/Mascus3/grey_box_top.gif);*/
	background-image: url(/images/Mascus3/grey_box_top_bottom.png);
    background-position: 0 -40px;
}
.round_box .grey_bg .box_content .top .start
{
	/*background-image: url(/images/Mascus3/grey_box_top_start2.gif);*/
	background-image: url(/images/Mascus3/grey_box_top_bottom.png);
	background-position: 0 -10px;
}
.round_box .grey_bg .grey_header .box_content .top .start
{
	/*background-image: url(/images/Mascus3/grey_box_top_start3.gif);*/
	background-image: url(/images/Mascus3/grey_box_top_bottom.png);
	background-position: 0 -20px;
}
.round_box .grey_bg .orange_header .box_content .top .start
{
	/*background-image: url(/images/Mascus3/grey_box_top_start4.gif);*/
	background-image: url(/images/Mascus3/grey_box_top_bottom.png);
	background-position: 0 -30px;
}
.round_box .grey_bg .box_content .top .end
{
	/*background-image: url(/images/Mascus3/grey_box_top_end2.gif);*/
	background-image: url(/images/Mascus3/grey_box_top_bottom.png);
	background-position: 0 -60px;
}
.round_box .grey_bg .full_grey_header .box_content .top .end
{
	/*background-image: url(/images/Mascus3/grey_box_top_end3.gif);*/
	background-image: url(/images/Mascus3/grey_box_top_bottom.png);
	background-position: 0 -70px;
}
.round_box .grey_bg .full_orange_header .box_content .top .end
{
	/*background-image: url(/images/Mascus3/grey_box_top_end4.gif);*/
	background-image: url(/images/Mascus3/white_box_top_bottom.png);
	background-position: 0 -80px;
}
.round_box .grey_bg .box_content .middle .start
{
	background-image: url(/images/Mascus3/grey_box_middle_start.gif);
}
.round_box .grey_bg .box_content .middle .end
{
	background-image: url(/images/Mascus3/grey_box_middle_end.gif);
}
.round_box .grey_bg .box_content .bottom
{
	/*background-image: url(/images/Mascus3/grey_box_bottom.gif);*/
	background-image: url(/images/Mascus3/grey_box_top_bottom.png);
	background-position: 0 -110px;
}
.round_box .grey_bg .box_content .bottom .start
{
	/*background-image: url(/images/Mascus3/grey_box_bottom_start2.gif);*/
	background-image: url(/images/Mascus3/grey_box_top_bottom.png);
	background-position: 0 -100px;
}
.round_box .grey_bg .box_content .bottom .end
{
	/*background-image: url(/images/Mascus3/grey_box_bottom_end2.gif);*/
	background-image: url(/images/Mascus3/grey_box_top_bottom.png);
	background-position: 0 -130px;
}

/* END Box with grey background, grey border and rounded corners */

/* BEGIN Box with thick orange border and rounded corners */

.orange_border_box .box_content
{
	background-color:#FFFFFF;
	background-image:url(/images/Mascus3/orange_border_middle_start.gif);
	background-repeat:repeat-y;
}
.orange_border_box .top,
.orange_border_box .bottom
{
	height:10px;
	font-size:1px;
}
.orange_border_box .top
{
	background-image:url(/images/Mascus3/orange_border_top.gif);
}
.orange_border_box .bottom
{
	background-image:url(/images/Mascus3/orange_border_bottom.gif);
}
.orange_border_box .top .start,
.orange_border_box .top .end,
.orange_border_box .bottom .start,
.orange_border_box .bottom .end
{
	background-repeat:no-repeat;
	height:10px;
	width:10px;
}
.orange_border_box .top .start
{
	float:left;
	background-image:url(/images/Mascus3/orange_border_top_start.gif);
}
.orange_border_box .top .end
{
	float:right;
	background-image:url(/images/Mascus3/orange_border_top_end.gif);
}
.orange_border_box .bottom .start
{
	float:left;
	background-image:url(/images/Mascus3/orange_border_bottom_start.gif);
}
.orange_border_box .bottom .end
{
	float:right;
	background-image:url(/images/Mascus3/orange_border_bottom_end.gif);
}
.orange_border_box .middle
{
	background-image:url(/images/Mascus3/orange_border_middle_end.gif);
	background-position:right top;
	background-repeat:repeat-y;
	padding-left:10px;
	padding-right:10px;
}

/* END Box with thick orange border and rounded corners */

/* BEGIN Basic error &amp; OK boxes */

.message_box
{
	border-width: 1px;
	border-style: solid;
	border-color: #DE5D12;
	margin-bottom: 10px;
}
/*.message_box_error
{
	background-color: #FEE6B8;
	background-image: url(/images/error_mascusman_half.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	min-height: 70px;
}*/
.message_box_error
{
	background-color: #D31A00;
	background-image: -ms-linear-gradient(top, #D31A00 0%, #A20303 100%);
	background-image: -moz-linear-gradient(top, #D31A00 0%, #A20303 100%);
	background-image: -o-linear-gradient(top, #D31A00 0%, #A20303 100%);
	background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #D31A00), color-stop(1, #A20303));
	background-image: -webkit-linear-gradient(top, #D31A00 0%, #A20303 100%); 
	background-image: linear-gradient(to bottom, #D31A00 0%, #A20303 100%);
	background-position: left middle;
	background-repeat: no-repeat;
	/*min-height: 65px;*/
	color:White;
	/*float:left;*/
	/*clear:both;*/
	border-radius: 6px;
	/*width:100%;*/
	padding:10px;
}

/*.message_box_error:after
{
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}*/

.message_box_success
{
	border-color: #17BE17;
	background-color: #BCE4BC;
}
.message_box_admin
{
	border-color: #DE5D12;
	background-color: #FFFAE9;
}
.message_box_not_found .box_content .middle .center
{
	background-image: url(/images/mm_magnify_99_white.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	padding-right: 75px !important;
	margin-right: 10px;
	min-height: 100px;
	_height: 100px;
}
.message_box_security
{
	margin-bottom: 10px;
}
.message_box .box_header
{
	font-weight: bold;
	margin-bottom: 15px;
}
.message_box .box_content
{
	padding: 10px;
}
.message_box_error .box_content
{
	/*padding-right: 75px;*/
	width:100%;
	/*float:left;*/
	padding:0px !important;
}

/* END Basic error &amp; OK boxes */

.locator_links .box_header .center
{
font-size:12px !important;
}

/* BEGIN Mascus2 style boxes with a "drop shadow" */

div.shadowBox
{
	padding: 0px;
}
div.shadowBoxShadow
{
	background-color: #E6E6E6;
	padding-right: 4px;
	padding-bottom: 4px;
}
div.shadowBoxHeader
{
	background-color: #f86202;
	background-image: url(/images/Mascus3/orange_box_header.gif);
	background-repeat: repeat-x;
	padding: 4px;
	padding-left: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
div.shadowBoxSubHeader
{
	background-color: #000000;
	padding: 1px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 11px;
	color: #FFFFFF;
}
div.shadowBoxContent
{
	background-color: #FFFFFF;
	border: 1px solid #A5A5A5;
	padding: 8px;
}

.newsBoxBanner
{
	display: block;
}

.partnersBox .shadowBoxHeader,
.fairsBox .shadowBoxHeader
{
	background-image: none;
	font-size: 16px;
	text-align: center;
}
.partnersBox .shadowBoxHeader
{
	background-color: #333333;
}
.partnersBox .shadowBoxContent
{
	border-color: #333333;
}
.fairsBox .shadowBoxHeader
{
	background-color: #c53d01;
}
.fairsBox .shadowBoxContent
{
	border-color: #c53d01;
}
.newsBox .shadowBoxContent
{
	border-color: blue;
	border-width: 3px;
	background-color: #FFFFFF;
	overflow-x: hidden;
}
.newsBox a
{
    color: blue;	
}

.farmitNews .shadowBoxContent
{
	border-color: #3F9627;
}
.farmitNews a
{
    color: #3F9627;	
}

.autotalli .shadowBoxContent
{
	border-width: 1px;
	border-color: #000000;
}
.autotalli .shadowBoxHeader
{
	background-image: none;
    background-color: #000000;
    color: #FFFFFF;
}
.autotalli a
{
    color: #000000;
    text-decoration: none;
}

.maalNews .shadowBoxContent
{
	border-color: #007F48;
}
.maalNews a
{
    color: #515151;	
}

.kivirocknews .shadowBoxContent
{
	border-color: #333333;
}
.kivirocknews a
{
    color: #000000;	
}

.tungtNews .shadowBoxContent
{
	border-color: #F26226;
}
.tungtNews a
{
    color: #F26226;	
}

.koneyritNews .shadowBoxContent
{
	border-color: #FFC215;
}
.koneyritNews a
{
    color: blue;	
}

.meNews .shadowBoxContent
{
	border-color: #F85F01;
	padding: 0;
}

.tractortech .shadowBoxContent
{
	border-color: #E5A05D;
}
.tractortech a
{
    color: #979EB8;	
}

.landbrugsavisen .shadowBoxContent
{
	border-color: #004D1F;
}
.landbrugsavisen a
{
    color: #979EB8;	
}

.blackNewsBorder .shadowBoxContent
{
	border-color: #000000;
}

.orangeNewsBorder .shadowBoxContent
{
	border-color: #F85F01;
}

.noNewsPadding .shadowBoxContent
{
	padding: 0;
}

.extNewsReifen
{
	display:block;
    Color: #000000;	
    margin: 0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.bannerNews
{
	width: 236px;
	display: block;
	float:left;
    Color: #000000;	
    margin: 0px 0px 0px 0px;
}

.extNewsHeader
{
	font-size:18px;
	text-align:center;
	margin-bottom:10px;
	padding-top:0;
	margin-top:5px;
}

.extNewsLTA
{
	margin-bottom:0px;
	padding-bottom:0px;
	padding-top:0px;
	margin-top:0px;
}

.extNewsText
{
	font-size:10px;
	margin-bottom:5px;
	margin-top:0;	
}

.extNewsCenter
{
	width:220px;
	text-align:center;
}

.extNewsBlogFeedDK
{
	width:370px !important;
	text-align:left;
}

.extNewsBlogFeedDKheader
{

	}
	
.extNewsBlogFeedDKcontainer
{
	width:370px !important;
	float:right;
	margin-top:10px;
	}

/* END Mascus2 style boxes with a "drop shadow" */

/*Styles for ContentBoxSimple.ascx*/
.simple_box .box_content .center
{
	overflow:hidden;
	}
.simple_box
{
	margin: 10px 0px 0px 0px;
	}
	
.simple_box .subcategories
{
	padding-left:7px;
	display:none;
	}

.simple_box .box_header 
{
	background-color: #F0F0F0;
	border: 1px solid #b3b3b3;
	border-bottom: none;
	padding: 5px 10px;
	font-size: 15px;
	
	}

.simple_box .box_content 
{
	border: 1px solid #b3b3b3;
	padding: 10px;
	}

/* BEGIN Sliding-Content toggle box */


.boxes .box_content
{
	width: 200px;
	opacity: .99;
	background:url("/images/scClose.png") no-repeat scroll right top white;
}




.boxes .box_content .TextArea, .boxes .box_content .TextBox, .boxes .box_content .TextBoxHiLo, .boxes .box_content .DropDownBox, .boxes .box_content .ListBoxList 
{
    border: 1px solid #858585;
    width: 180px;
}

.boxes .columns1 .col_content {
    border-top: 1px solid #b3b3b3;
    margin-left: 5px;
    margin-right: 5px;
}

.boxes .columns4 .col
{
	width:180px !important;
}

/* Change on code once the new layout is online */
.boxes .columns1 .float_opposite {
    float: left;
}

.scBox .box_content .scCollapsible
{
	height: 842px;
    width: 41px;
    float:left;
    background:url("/images/scClose.png") no-repeat scroll left top transparent;
    position:absolute;
    margin-left: 215px;
    margin-top: 16px;
}



.scBox .box_header_none .scCollapsible
{
	height: 0;
    width: 0;
    float:left;
}

.boxes_container
{
    background: none repeat scroll 0 0 white;
    border-bottom: 1px solid #b3b3b3;
    border-top: 1px solid #b3b3b3;
    float: left;
    height: 826px;
    margin-top: 16px;
    opacity: 0.99;
    width: 200px;
    filter: alpha(opacity=99);
    display: inline-block;
    z-index: 1000;
    position:relative;
    margin-left: 10px;
    left:0;
}

.boxes .box_content
{
	width: 260px;
}

#containing_box .scCollapsible
{
	cursor: pointer;
	height: 842px;
    width: 41px;
    float:right;
}

/*.containing_box_open
{
	width: 40px;
}*/


#containing_box .scCollapsible, #containing_box .scCollapsible_close
{
	background:url("/images/scOpen.png") no-repeat scroll left top transparent;	
}



.containing_box_open
{
	width: 255px;
}

#containing_box .scCollapsible_closed
{
	background:url("/images/scOpen.png") no-repeat scroll left top transparent;	
    height: 840px;
    position: relative;
    width: 41px;
}

#containing_box .scCollapsible_open {
    background: url("/images/scClose.png") no-repeat scroll left top transparent;
    float: left;
    height: 840px;
    position: relative;
    width: 41px;
	margin-top:10px;    
}

#containing_box .scCollapsible_closed:hover, #containing_box .scCollapsible:hover {
    background: url("/images/scOpen_hover.png") no-repeat scroll left top transparent;
    cursor: pointer;
    height: 840px;
    position: relative;
    width: 41px;
}

#containing_box .scCollapsible_open:hover {
    background: url("/images/scClose_hover.png") no-repeat scroll left top transparent;
    cursor: pointer;
    height: 840px;
    position: relative;
    width: 41px;
    margin-top:10px;
}

.sfHeader
{
	padding:10px;
	margin-top:10px;
	font-weight:bold;
	font-size:14px;
}

.col_content
{
	padding: 6px 0 6px 10px;
}

.boxes_container .TextBoxHiLo
{
	width: 41%;
}
.boxes_container .DropDownBox
{
	width:98%;
}

.boxes_container .TextBox
{
	width:98%;
}




/* END Sliding-Content toggle box */

/* Bubble box */
.notification_bubble
{
	width:97%;
	border-radius: 6px;
	color:White;
	font-weight:bold;
	padding:4px;
	padding-left:6px;
	background-color: #D31A00;
	background-image: -ms-linear-gradient(top, #D31A00 0%, #A20303 100%);
	background-image: -moz-linear-gradient(top, #D31A00 0%, #A20303 100%);
	background-image: -o-linear-gradient(top, #D31A00 0%, #A20303 100%);
	background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #D31A00), color-stop(1, #A20303));
	background-image: -webkit-linear-gradient(top, #D31A00 0%, #A20303 100%); 
	background-image: linear-gradient(to bottom, #D31A00 0%, #A20303 100%);
}

.notification_bubble_bottom_red
{
	margin-left:88%;
}
/* End of Bubble box */

.box_td_left
{
	padding-right:10px;
}

.dimitryCustomCB
{ 
	border: solid #C00000 3.0pt;
	background-color: #FBD4B4;
}</pre></body></html>