@charset "utf-8"; 


.highslide-container div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide {
	outline: none;
	text-decoration: none;
}
.highslide img {
	cursor: url(/js/highslide4/graphics/zoomin.cur), pointer;
	border: 2px solid silver;
}
.highslide:hover img {
	border-color: gray;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-gallery .highslide-active-anchor img {
	border-color: black;
	visibility: visible;
	cursor: default;
}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
	background: gray;
}
.highslide-wrapper, .highslide-outline {
	background: white;
}
.highslide-image-blur {
}
.highslide-number {
	font-weight: bold;
	color: gray;
}
.highslide-caption {
	display: none;
	border-top: none;
	font-size: 1em;
	padding: 5px;
	background: white;
}
.highslide-heading {
	display: none;
	font-weight: bold;
	margin: 0.4em;
}
.highslide-dimming {
	position: absolute;
	background: black;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(/js/highslide4/graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}
.highslide-move, .highslide-move * {
	cursor: move;
}
.highslide-overlay {
	display: none;
}
/* Example of a semitransparent, offset closebutton */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(/js/highslide4/graphics/close.png);
	/* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
}

/*****************************************************************************/
/* Controls for the galleries.											   */
/* Remove these if you are not using a gallery							   */
/*****************************************************************************/
.highslide-controls {
	width: 195px;
	height: 40px;
	background: url(/js/highslide4/graphics/controlbar-white.gif) 0 -90px no-repeat;
	margin: 20px 15px 10px 0;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(/js/highslide4/graphics/controlbar-white.gif) right -90px no-repeat;
}
.highslide-controls li {
	float: left;
	padding: 5px 0;
}
.highslide-controls a {
	background-image: url(/js/highslide4/graphics/controlbar-white.gif);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
}


/* The CSS sprites for the controlbar - see http://www.google.com/search?q=css+sprites */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
	background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
	background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
	background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
	background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
	background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
	background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -180px -30px;
}

/*****************************************************************************/
/* Styles for the HTML popups											    */
/* Remove these if you are not using Highslide HTML						  */
/*****************************************************************************/
.highslide-maincontent {
	display: none;
}
.highslide-html-content {
	display: none;
}
.highslide-html {
	background-color: white;
}
.highslide-html-content {
	width: 400px;
	padding: 0 5px 5px 5px;
}
.highslide-header {
	padding-bottom: 5px;
}
.highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-header ul li.highslide-previous, .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-header a:hover {
	color: black;
}
.highslide-header .highslide-move a {
	cursor: move;
}
.highslide-footer {
	height: 11px;
}
.highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(/js/highslide4/graphics/resize.gif);
}
.highslide-body {
}
.highslide-resize {
	cursor: nw-resize;
}

/*****************************************************************************/
/* Styles for the Individual wrapper class names.							*/
/* See www.highslide.com/ref/hs.wrapperClassName							 */
/* You can safely remove the class name themes you don't use				 */
/*****************************************************************************/

/* hs.wrapperClassName = 'draggable-header' */
.draggable-header .highslide-header .highslide-move {
	cursor: move;
	display: block;
	height: 1em;
	position: absolute;
	left: 0;
	right: 1em;
	top: 0;
	width: auto;
	z-index: 1;
}
.draggable-header .highslide-header .highslide-move * {
	display: none;
}
.draggable-header .highslide-header .highslide-close {
	position: relative;
	z-index: 2;
}

/* hs.wrapperClassName = 'no-footer' */
.no-footer .highslide-footer {
	display: none;
}

/* hs.wrapperClassName = 'wide-border' */
.wide-border .highslide-image {
	border-width: 10px;
}
.wide-border .highslide-caption {
	padding: 0 10px 10px 10px;
}

/* hs.wrapperClassName = 'borderless' */
.borderless .highslide-image {
	border: none;
}
.borderless .highslide-caption {
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	background: silver;
}

/* hs.wrapperClassName = 'outer-glow' */
.outer-glow {
	background: #444;
}
.outer-glow .highslide-image {
	border: 5px solid #444444;
}
.outer-glow .highslide-caption {
	border: 5px solid #444444;
	border-top: none;
	padding: 5px;
	background-color: gray;
}

/* hs.wrapperClassName = 'colored-border' */
.colored-border .highslide-image {
	border: 2px solid green;
}
.colored-border .highslide-caption {
	border: 2px solid green;
	border-top: none;
}

/* hs.wrapperClassName = 'dark' */
.dark {
	background: #111;
}
.dark .highslide-image {
	border-color: black black #202020 black;
	background: gray;
}
.dark .highslide-caption {
	color: white;
	background: #111;
}
.dark .highslide-controls,
.dark .highslide-controls ul,
.dark .highslide-controls a {
	background-image: url(/js/highslide4/graphics/controlbar-black-border.gif);
}

/* hs.wrapperClassName = 'floating-caption' */
.floating-caption .highslide-caption {
	position: absolute;
	padding: 1em 0 0 0;
	background: none;
	color: white;
	border: none;
	font-weight: bold;
}

/* hs.wrapperClassName = 'controls-in-heading' */
.controls-in-heading .highslide-heading {
	color: gray;
	font-weight: bold;
	height: 20px;
	overflow: hidden;
	cursor: default;
	padding: 0 0 0 22px;
	margin: 0;
	background: url(/js/highslide4/graphics/icon.gif) no-repeat 0 1px;
}
.controls-in-heading .highslide-controls {
	width: 105px;
	height: 20px;
	position: relative;
	margin: 0;
	top: -23px;
	left: 7px;
	background: none;
}
.controls-in-heading .highslide-controls ul {
	position: static;
	height: 20px;
	background: none;
}
.controls-in-heading .highslide-controls li {
	padding: 0;
}
.controls-in-heading .highslide-controls a {
	background-image: url(/js/highslide4/graphics/controlbar-white-small.gif);
	height: 20px;
	width: 20px;
}

.controls-in-heading .highslide-controls .highslide-move {
	display: none;
}

.controls-in-heading .highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.controls-in-heading .highslide-controls .highslide-previous a:hover {
	background-position: 0 -20px;
}
.controls-in-heading .highslide-controls .highslide-previous a.disabled {
	background-position: 0 -40px !important;
}
.controls-in-heading .highslide-controls .highslide-play a {
	background-position: -20px 0;
}
.controls-in-heading .highslide-controls .highslide-play a:hover {
	background-position: -20px -20px;
}
.controls-in-heading .highslide-controls .highslide-play a.disabled {
	background-position: -20px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-pause a {
	background-position: -40px 0;
}
.controls-in-heading .highslide-controls .highslide-pause a:hover {
	background-position: -40px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a {
	background-position: -60px 0;
}
.controls-in-heading .highslide-controls .highslide-next a:hover {
	background-position: -60px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a.disabled {
	background-position: -60px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-full-expand a {
	background-position: -100px 0;
}
.controls-in-heading .highslide-controls .highslide-full-expand a:hover {
	background-position: -100px -20px;
}
.controls-in-heading .highslide-controls .highslide-full-expand a.disabled {
	background-position: -100px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-close a {
	background-position: -120px 0;
}
.controls-in-heading .highslide-controls .highslide-close a:hover {
	background-position: -120px -20px;
}

#me_box, #wait_box, #me_notice{
    width:50%;
    background:#F2F2FF;
    padding:10px;
    border:2px solid #CCCCCC;
    font-size: 0.8em;
    
}

#dialog_box {
    min-width:50%; 
}
.notice_box {
    background-color: #FFFFFF;
    border: 3px solid #CCCCCC;  
    padding:10px; 
}

.close{
    position:absolute;
    top:3px;
    right:3px;
    cursor:pointer;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
/* stop commented backslash hack */

a img {
    border: none;
}

.input {
    margin-bottom: 0px;
    margin-top: 2px;
    padding: 2px;
}
label {
    display: block;
    color: #333333;
    font-weight: bold;
    font-size: 0.8em;
    margin-bottom: 3px;
}
.cms_input {
    width: 98%;
    font-size: 1em;
    font-weight: normal;
    padding-top: 3px;
    padding-left: 2px;
}
.cms_required {
    font-size: 0.9em;
    font-weight: normal;
    color: #FF9900;
    margin-left: 10px;
}
.cms_field_description {
    color: #999999;
    font-size: 8pt;
    margin-top: 2px;
    padding-left: 5px;
}
.cms_invalid_field {
    background-color: #FFE3E0;
    border: 1px solid #CC0000;
}
.cms_error_description, .error-message {
    color: #CC0000;
    font-size: 0.8em;
    margin-top: 2px;
    padding-left: 5px;    
}
form {
    margin: 0px;
    padding: 0px;
}
.cms_checkbox {
    float: left;
    margin: 0px 6px 7px 2px;
    _margin-top:7px;
    width: auto;
} 


.pagination {
    text-align:left;
    margin-bottom:2em;
    font-size: 8pt;
    margin-top: 10px;
}
.pagination_page {
    margin-bottom:1em;
    font-weight: bold;
    color: #999999;
}

.pagination span.pagination_selected {
border:3px solid #DDDDDD;
font-weight:bold;
}
.pagination a.pagination_prevnext {
font-weight:bold;
}
.pagination a:hover {
background-color:#DDDDDD;
border-color:#BBBBBB;
}

.pagination_disabled {
font-weight: bold;
color: #999999;
}

.pagination a, .pagination span {
border:1px solid #DDDDDD;
font-size:100%;
margin-right:0.2em;
padding:0.2em 0.5em;
}
.pagination a {
border:1px solid #DDDDDD;
text-decoration:none;
}

.cms_table table {
    text-align: left;
    vertical-align: top;
    border-spacing: 0;
    border-collapse: collapse;
}
.cms_table thead {
    font-weight: bold;
}
.cms_table .action {
    margin-left: 10px;
}
.cms_table thead tr {
}
.cms_table_head {
}
.cms_table td {
    margin: 0px;
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-left: 8px;
}

.cms_table_body td {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
}
.cms_table_body .cms_table_last_row td {
    border-bottom-width: 0px;
    border-bottom-style: none;
}
.cms_table thead td {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #000000;
}
.cms_table_body .row_1, .row_1 {
    background-color: #EDEDED;
}
.cms_table_footer td {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #000000;
}
.cms_table .cms_table_body .green_row_1 {
    background-color: #E0FCE2;
}
.cms_table .cms_table_body .green_row_2 {
    background-color: #F1FDF0;
}

.highslide-caption {
    background-color: #FFFFFF;
}
.cms_ob_loading {
background-color:#0099FF;
background-image:url(/css/agui/loaders/loader_arrows_blue_small.gif);
background-position:5% 50%;
background-repeat:no-repeat;
color:#FFFFFF;
font-size:90%;
opacity:0.8;
padding-left:24px;
position:absolute;
right:0;
top:0;
width:4em;
}
.cms_icon_item {
    margin-bottom: 5px;
}
.cms_icon_large {
    float: left;
}
.cms_icon_body {
    padding-left: 55px;
}
.cms_icon_body .description {
    /*font-size: 8.5pt;*/
    color: #666666;
    margin-bottom: 3px;
}
.cms_icon_body .name {
    margin-bottom: 4px;
    font-weight: bold;
}
.cms_icon_body .cms_action {
    margin-left: 0px;
    margin-right: 10px;
}
.cms_form_fields .checkbox {
margin-bottom:8px;
}

/*PreviousNext*/
.prev_next_object {
    width:100%;
}
.prev_object {
 float:left;   
}
.next_object {
 float:right;   
 text-align:right;
}
.highslide-active-anchor img {
visibility:visible;
}
.highslide img {
border:none;
}
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,aul,aol,ali,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ali{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}body{text-align:center;}#ft{clear:both;}#doc,#doc2,#doc3,#doc4,.yui-t1,.yui-t2,.yui-t3,.yui-t4,.yui-t5,.yui-t6,.yui-t7{margin:auto;text-align:left;width:57.69em;*width:56.25em;min-width:750px;}#doc2{width:73.076em;*width:71.25em;}#doc3{margin:auto 10px;width:auto;}#doc4{width:74.923em;*width:73.05em;}.yui-b{position:relative;}.yui-b{_position:static;}#yui-main .yui-b{position:static;}#yui-main,.yui-g .yui-u .yui-g{width:100%;}{width:100%;}.yui-t1 #yui-main,.yui-t2 #yui-main,.yui-t3 #yui-main{float:right;margin-left:-25em;}.yui-t4 #yui-main,.yui-t5 #yui-main,.yui-t6 #yui-main{float:left;margin-right:-25em;}.yui-t1 .yui-b{float:left;width:12.30769em;*width:12.00em;}.yui-t1 #yui-main .yui-b{margin-left:13.30769em;*margin-left:13.05em;}.yui-t2 .yui-b{float:left;width:13.8461em;*width:13.50em;}.yui-t2 #yui-main .yui-b{margin-left:14.8461em;*margin-left:14.55em;}.yui-t3 .yui-b{float:left;width:23.0769em;*width:22.50em;}.yui-t3 #yui-main .yui-b{margin-left:24.0769em;*margin-left:23.62em;}.yui-t4 .yui-b{float:right;width:13.8456em;*width:13.50em;}.yui-t4 #yui-main .yui-b{margin-right:14.8456em;*margin-right:14.55em;}.yui-t5 .yui-b{float:right;width:18.4615em;*width:18.00em;}.yui-t5 #yui-main .yui-b{margin-right:19.4615em;*margin-right:19.125em;}.yui-t6 .yui-b{float:right;width:23.0769em;*width:22.50em;}.yui-t6 #yui-main .yui-b{margin-right:24.0769em;*margin-right:23.62em;}.yui-t7 #yui-main .yui-b{display:block;margin:0 0 1em 0;}#yui-main .yui-b{float:none;width:auto;}.yui-gb .yui-u,.yui-g .yui-gb .yui-u,.yui-gb .yui-g,.yui-gb .yui-gb,.yui-gb .yui-gc,.yui-gb .yui-gd,.yui-gb .yui-ge,.yui-gb .yui-gf,.yui-gc .yui-u,.yui-gc .yui-g,.yui-gd .yui-u{float:left;}.yui-g .yui-u,.yui-g .yui-g,.yui-g .yui-gb,.yui-g .yui-gc,.yui-g .yui-gd,.yui-g .yui-ge,.yui-g .yui-gf,.yui-gc .yui-u,.yui-gd .yui-g,.yui-g .yui-gc .yui-u,.yui-ge .yui-u,.yui-ge .yui-g,.yui-gf .yui-g,.yui-gf .yui-u{float:right;}.yui-g div.first,.yui-gb div.first,.yui-gc div.first,.yui-gd div.first,.yui-ge div.first,.yui-gf div.first,.yui-g .yui-gc div.first,.yui-g .yui-ge div.first,.yui-gc div.first div.first{float:left;}.yui-g .yui-u,.yui-g .yui-g,.yui-g .yui-gb,.yui-g .yui-gc,.yui-g .yui-gd,.yui-g .yui-ge,.yui-g .yui-gf{width:49.1%;}.yui-gb .yui-u,.yui-g .yui-gb .yui-u,.yui-gb .yui-g,.yui-gb .yui-gb,.yui-gb .yui-gc,.yui-gb .yui-gd,.yui-gb .yui-ge,.yui-gb .yui-gf,.yui-gc .yui-u,.yui-gc .yui-g,.yui-gd .yui-u{width:32%;margin-left:1.99%;}.yui-gb .yui-u{*margin-left:1.9%;*width:31.9%;}.yui-gc div.first,.yui-gd .yui-u{width:66%;}.yui-gd div.first{width:32%;}.yui-ge div.first,.yui-gf .yui-u{width:74.2%;}.yui-ge .yui-u,.yui-gf div.first{width:24%;}.yui-g .yui-gb div.first,.yui-gb div.first,.yui-gc div.first,.yui-gd div.first{margin-left:0;}.yui-g .yui-g .yui-u,.yui-gb .yui-g .yui-u,.yui-gc .yui-g .yui-u,.yui-gd .yui-g .yui-u,.yui-ge .yui-g .yui-u,.yui-gf .yui-g .yui-u{width:49%;*width:48.1%;*margin-left:0;}.yui-g .yui-g .yui-u{width:48.1%;}.yui-g .yui-gb div.first,.yui-gb .yui-gb div.first{*margin-right:0;*width:32%;_width:31.7%;}.yui-g .yui-gc div.first,.yui-gd .yui-g{width:66%;}.yui-gb .yui-g div.first{*margin-right:4%;_margin-right:1.3%;}.yui-gb .yui-gc div.first,.yui-gb .yui-gd div.first{*margin-right:0;}.yui-gb .yui-gb .yui-u,.yui-gb .yui-gc .yui-u{*margin-left:1.8%;_margin-left:4%;}.yui-g .yui-gb .yui-u{_margin-left:1.0%;}.yui-gb .yui-gd .yui-u{*width:66%;_width:61.2%;}.yui-gb .yui-gd div.first{*width:31%;_width:29.5%;}.yui-g .yui-gc .yui-u,.yui-gb .yui-gc .yui-u{width:32%;_float:right;margin-right:0;_margin-left:0;}.yui-gb .yui-gc div.first{width:66%;*float:left;*margin-left:0;}.yui-gb .yui-ge .yui-u,.yui-gb .yui-gf .yui-u{margin:0;}.yui-gb .yui-gb .yui-u{_margin-left:.7%;}.yui-gb .yui-g div.first,.yui-gb .yui-gb div.first{*margin-left:0;}.yui-gc .yui-g .yui-u,.yui-gd .yui-g .yui-u{*width:48.1%;*margin-left:0;} .yui-gb .yui-gd div.first{width:32%;}.yui-g .yui-gd div.first{_width:29.9%;}.yui-ge .yui-g{width:24%;}.yui-gf .yui-g{width:74.2%;}.yui-gb .yui-ge div.yui-u,.yui-gb .yui-gf div.yui-u{float:right;}.yui-gb .yui-ge div.first,.yui-gb .yui-gf div.first{float:left;}.yui-gb .yui-ge .yui-u,.yui-gb .yui-gf div.first{*width:24%;_width:20%;}.yui-gb .yui-ge div.first,.yui-gb .yui-gf .yui-u{*width:73.5%;_width:65.5%;}.yui-ge div.first .yui-gd .yui-u{width:65%;}.yui-ge div.first .yui-gd div.first{width:32%;}#bd:after,.yui-g:after,.yui-gb:after,.yui-gc:after,.yui-gd:after,.yui-ge:after,.yui-gf:after{content:".";display:block;height:0;clear:both;visibility:hidden;}#bd,.yui-g,.yui-gb,.yui-gc,.yui-gd,.yui-ge,.yui-gf{zoom:1;}


.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.aclearfix { display: block; }
/* stop commented backslash hack */

html {
background-color:#809198;
min-height:100%;
height:100%;
}

body {
background-color:#809198;
height:100%;
min-height:1053px;
background-image: url(/cssl/images/m_bck_base.png);
*background-image: url(/cssl/images/m_bck_base.jpg);
background-repeat: repeat-x;
/*font-size:13px;*/
/*line-height:18px;*/
}
h2 {
font-size:18px;
font-weight:bold;
margin-bottom:5px;
margin-top:10px;
}
h3 {
font-size:14px;
font-weight:bold;
margin-bottom:14px;
margin-top:18px;
}
h4 {
font-size:13px;
font-weight:bold;
margin-bottom:16px;
margin-top:16px;
}
strong {
font-weight: bold;
}
#right_column h4 {
color:#E18719;
}
em, em strong{
font-style: italic;
}

a{
color:#E18719;
text-decoration:underline;
outline: 0;
}
a:hover {
color:#D15918;
}
h1 a, h2 a,h3 a {
text-decoration: none;
}
p {
text-align: left;
margin-top: 8px;
margin-bottom: 8px;
}

#right_column a {
color:#000000;
text-decoration:none;
}
#right_column a:hover {
color:#D15918;
}
#custom-doc {
	width:76.77em;
	*width:74.92em;
	width:998px;
	min-width:998px;
	margin:auto;
	text-align:left;
	background-image: url(/cssl/images/m_bck_main_repeater.png);
	*background-image: url(/cssl/images/m_bck_main_repeater.gif);
	background-repeat: repeat-y;
	min-height:100%;
	font-size:13px;
	line-height:18px;
}
#cd_inner {
	background-image: url(/cssl/images/m_bck_main.png);
	*background-image: url(/cssl/images/m_bck_main.jpg);
	background-repeat: no-repeat;
	height:100%;
    min-height:1053px;
	padding-left: 19px;
	padding-right: 17px;
	position: relative;
}
#hd {
	position:static;
	height: 206px;
}
#hd_main {
	background-color: #E18719;
	height: 135px;
	position: relative;
}
#logo {
	position: absolute;
	left: 20px;
	top: 42px;
}
#tools {
	text-align: right;
	padding-right: 8px;
	position: static;
	height: 42px;
	font-size:93%;
	color:#616161;
	padding-top:3px;
}
#tools a {
color:#616161;
text-decoration:none;
margin-left:12px;
}
#tools a:hover {
color:#000099;
}
#banner_top {
	position: absolute;
	right: 17px;
	*right:17px;
	top: 25px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	height: 90px;
}
#top_menu {
background-image:url(/cssl/images/m_top_menu.png);
background-repeat:repeat-x;
color:#616161;
font-size:100%;
font-weight:bold;
height:28px;
margin-top:1px;
padding-left:18px;
padding-top:5px;
text-align:right;
}
#top_menu ul {
display:inline;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-left:0;
padding-left:0;
}
#top_menu ul li {
	display:inline;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-left:0;
	margin-right:10px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #616161;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 8px;
}
#top_menu ul li a {
	color:#616161;
	text-decoration:none;
}
#top_menu ul li a:hover {
	color:#000066;
	text-decoration:none;
}

#motto {
	position: absolute;
	width: 600px;
	left: 234px;
	top: 102px;
	color: #FFFFFF;
	font-size:100%;
}
#search {
	position: absolute;
	width: 212px;
	left: 735px;
	top: 96px;
}
#search input {
	vertical-align: middle;
}
#search .s_search {
	height: 22px;
	width: 22px;
	float: right;
}
#search .s_adv {
	height: 22px;
	width: 13px;
	float: right;
}
#search .s_input {
border:1px solid #ABABAB;
color:#818181;
height:19px;
padding-left:3px;
padding-top:1px;
width:167px;
}
#search_adv {
background-color:#FFFFFF;
border:1px solid #8D8D8D;
font-size:11px;
left:0;
margin-top:0;
padding:3px 10px 10px;
position:absolute;
top:24px;
width:100%;
z-index:100;
}
#top_menu .menu_selected {
	color: #020202;
}
#bd {
margin-top:25px;
*margin-top:15px;
}
#bd .yui-g .fp_col1 {
width:220px;
}
#bd .yui-g .fp_col2 {
width:263px;
}
#bd .yui-g .fp_col3 {
width:273px;
}
#bd .yui-g .fp_col4 {
width:180px;
}
.fp_col1 .fp_col_in {
padding-left:14px;
}
.fp_col2 .fp_col_in {
padding-left:5px;
}
.fp_col3 .fp_col_in {
padding-left:9px;
}
.fp_col4 .fp_col_in {
padding-left:5px;
}
.fp_banner_left {
	margin-bottom: 10px;
}
.fp_box {
	width: 255px;
}
.peg_narrow .fp_box {
width:208px;
}
.fp_box_middle {
	background-image: url(/cssl/images/m_fp_tab_gray_rep.gif);
	background-repeat: repeat-y;
}
.peg_narrow .fp_box_middle {
	background-image: url(/cssl/images/m_fp_tab_gray_rep_n.gif);
	background-repeat: repeat-y;
}
.fp_box_bottom {
	background-image: url(/cssl/images/m_fp_tab_bottom.gif);
	background-repeat: no-repeat;
	height: 8px;
}
.peg_narrow .fp_box_bottom {
	background-image: url(/cssl/images/m_fp_tab_bottom_n.gif);
	height: 6px;
}
.fp_col2 .fp_box .pf_box_top {
	height: 97px;
}
.fp_col3 .fp_box .pf_box_top {
	height: 97px;
}
.fp_box .pf_box_top {
	background-image: url(/cssl/images/m_fp_tab_gray_rep.gif);
	background-repeat: repeat-y;
}
.peg_narrow .fp_box .pf_box_top {
background-image:url(/cssl/images/m_fp_tab_gray_rep_n.gif);
background-repeat:repeat-y;
}
.cms_object_browser {
}
.cms_ob_alphabet {
	color: #717171;
}
.cms_ob_alphabet a{
	color: #717171;
}
.cms_ob_alphabet a:hover{
	color:#000066;
}
.cms_ob_body_middle, .cms_ob_body_middle a {
	color: #929292;
	font-size: 11px;
	text-decoration:none;
}
.cms_ob_body_middle a:hover {
	color:#000066;
}

.cms_ob_body_middle div {
	padding-top:4px;
	padding-bottom:4px;
	padding-left:5px;
}
.cms_ob_body_middle div.peg_ob_rep {
	padding-left:21px;
}
.cms_ob_body_middle div.peg_ob_rep_pad {
    padding-left:30px;
background-image:url(/cssl/images/bullet_square_gray_small.gif);
background-position:20px 10px;
background-repeat:no-repeat;
color:#929292;    
}
.cms_ob_head {
	background-image: url(/cssl/images/m_fp_tab_gray_rep.gif);
	background-repeat: repeat-y;
	margin-top: 0px;
	color: #000000;
	text-align: left;
	padding-left: 13px;
	font-size: 100%;
	font-weight: bold;
	padding-bottom:12px;
	margin-left:-1px;
}
.ob_select {
	font-weight: bold;
	padding-left: 13px;
	vertical-align: middle;
	margin-bottom:5px;
}
.ob_select div {
margin-bottom:6px;
}
.ob_select select {
	width: 136px;
	margin-right: 12px;
	border:1px solid #000000;
}
.peg_narrow .ob_select select {
	width: 95px;
}
.ob_select input {
	width: 130px;
	margin-right: 12px;
	border:1px solid #000000;
	padding:2px;
}
.peg_narrow .ob_select input {
	width: 100px;
}
.ob_select label {
	display:block;
	width:89px;
	float:left;
	font-size:100%;
}
.peg_narrow .ob_select label {
	width:82px;
	font-size:11px;
}

.ob_select p {
}
.ob_select .button {
margin-left:89px;
*margin-left:92px;
width:136px;
}
.cms_ob_head input {
	width: 130px;
	margin-right: 12px;
	border:1px solid #000000;
	padding:2px;	
    height:14px;
}
.cms_ob_head label {
	display:block;
	width:89px;
	float:left;
	font-size:100%;
}
.peg_narrow .cms_ob_head label {
	width:82px;
	font-size:11px;
}
.peg_narrow .cms_ob_head input {
width:90px;
}
#ft {
position:relative;
border-top: 1px solid #BBB9BA;
margin-left: 15px;
margin-right: 15px;
margin-top: 20px;
}
#ft div {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 225px;
	padding-top: 13px;
	color: #A19FA0;
	font-size: 85%;
	padding-bottom: 14px;
	line-height: 170%;
    position:relative;
}
#ft div hr {
background-color: #BBB9BA;
color: #BBB9BA;
height:1px;
}
#ft a {
	color:#A19FA0;
	text-decoration:underline;
	}
#ft a:hover {
	color:#000066;
	}
#ob_company_tabs, #ob_ocene, #ob_praksa, #ob_objave, #ob_forum {
background-color:#EAEAEA;
margin-left:1px;
margin-right:1px;
}
.cms_ob_body_middle .peg_ob_main_cat, .cms_ob_body_middle .peg_ob_main_cat a {
font-weight:bold;
color:#000000;
}
.cms_ob_body_middle .peg_ob_objave_sub_cat {
font-weight:normal;
color:#000000;
background-image:url(/cssl/images/bullet_square_gray_small.gif);
background-position:10px 10px;
background-repeat:no-repeat;
color:#929292;
padding-left:20px;
}
.cms_ob_body_middle .peg_ob_objave_sub_cat a {
color:#4E4E4E;
}
.cms_ob_body_middle .peg_ob_main_cat a:hover {
color:#000066;
}
.cms_ob_body_middle .peg_ob_sub_cat, .cms_ob_body_middle .peg_ob_sub_cat a {
font-weight:normal;
color:#000000;
}
.cms_ob_body_middle .peg_ob_sub_cat {
padding-left: 5px;    
}
.peg_ob_sub_cat .peg_ob_company {
padding-left: 5px;    
}


.cms_ob_body_middle {
overflow:hidden;
}
.fp_box .desc {
color:#333333;
font-size:11px;
padding:1px 12px 12px;
}#object_content {
text-align: left;
}

.peg_tab {
    height:27px;
    float:left;
    font-size: 12px;
    font-weight: bold;
    background-image: url(/cssl/images/images/tabs_02.gif);
    background-repeat: repeat-x;
    position:relative;
    padding-right:1px;
    color:#999999;
}
#tab_nav .peg_tab_selected {
    background-image: url(/cssl/images/images/tabs_act_02.gif);
}

.peg_tab_beg_line {
    background-image: url(/cssl/images/images/tabs_03.gif);
    background-repeat: repeat-x;
    width:1px;
    height:27px;
    position:absolute;
}
.peg_tab_first .peg_tab_beg_line {
    background-image: none;
    background-color: #707170;
}
#tab_nav .peg_tab_selected .peg_tab_beg_line {
    background-image: url(/cssl/images/images/tabs_act_03.gif);
}
#tab_nav .peg_tab_selected_first .peg_tab_beg_line {
    background-image: none;
    background-color: #98560D;
}
 

.peg_tab_inner {
    background-image: url(/cssl/images/images/tabs_07.gif);
    background-repeat: repeat-x;
    height:21px;
   /* padding-left:8px;*/
    padding-top:4px;
    border-bottom: 1px solid #747474;
   /* border-left: 1px solid #747474;*/
    border-top: 1px solid #575857;
   /* text-align:center;*/
}
#tab_nav .peg_tab_selected .peg_tab_inner {
    background-image: url(/cssl/images/images/tabs_act_07.gif);
    border-bottom: 1px solid #DB750A;
    border-top: 1px solid #9B6E27;
}

.peg_tab_inner span {
    margin-left: 0px;
    display:block;
    text-align:center;
}
.peg_tab a {
color:#FFFFFF;
text-decoration:none;
}
div.Table_01 {
	position:absolute;
	left:0px;
	top:0px;
	width:502px;
	height:408px;
}

.s2-01_ {
	position:absolute;
	left:0px;
	top:0px;
	width:87px;
	height:27px;
}

.s2-02_ {
	position:absolute;
	left:87px;
	top:0px;
	width:196px;
	height:27px;
}

.s2-03_ {
	position:absolute;
	left:283px;
	top:0px;
	width:74px;
	height:27px;
}

.s2-04_ {
	position:absolute;
	left:357px;
	top:0px;
	width:68px;
	height:27px;
}

.s2-05_ {
	position:absolute;
	left:425px;
	top:0px;
	width:77px;
	height:27px;
}

.s2-06_ {
	position:absolute;
	left:0px;
	top:27px;
	width:502px;
	height:5px;
}

.s2-07_ {
	position:absolute;
	left:0px;
	top:32px;
	width:502px;
	height:65px;
	background-image: url(/cssl/images/images/s2_10.gif);
	background-repeat: repeat-y;
}

.s2-08_ {
	position:absolute;
	left:0px;
	top:36px;
	width:502px;
	height:66px;
}

.s2-09_ {
	position:absolute;
	left:0px;
	top:102px;
	width:502px;
	height:3px;
}

.s2-10_ {
	position:absolute;
	left:0px;
	top:105px;
	width:502px;
	height:303px;
}
.tabs_head {
	position: relative;
	height: 32px;
}
.tabs_head img {
vertical-align: top;
}
#tab {

}
.tab_content {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #B2B2B2;
	border-bottom-color: #B2B2B2;
	border-left-color: #B2B2B2;
}
.gallery {
	background-color: #D9D9D9;
	margin-top: 0px;
	background:#D9D9D9;
	width:100%;
    *padding-bottom:8px;
}
.peg_narrow {
	padding-left:12px;
}
.peg_product {
	margin-bottom: 4px;
	background-image: url(/cssl/images/bullet_square_black.gif);
	background-repeat: no-repeat;
	background-position:0px 5px;	
	padding-left: 15px;
    position:relative;
}
.peg_product_name {
	font-weight: bold;
	margin-bottom:5px;
}
.peg_company_subtitle {
display:block;
font-weight:normal;
}
.tab_content ul, .peg_product ul {
margin-bottom:5px;
margin-top:5px;
padding-left:0px;
margin-left:0;
list-style-image:none;
list-style-position:outside;
list-style-type:none;	
}
.tab_content li, .peg_product li {
background-image:url(/cssl/images/bullet_square_black_small.gif);
background-position:0 4px;
background-repeat:no-repeat;
list-style-image:none;
list-style-type:none;
margin-left:0;
padding-left:15px;
position:relative;
}
.gallery div.cms_o_attachment {
background-color:#FFFFFF;
border:1px solid #555555;
float:left;
height:48px;
margin-bottom:8px;
margin-left:8px;
width:64px;
}	    
.gallery_inner {
padding-top:8px;
padding-bottom:8px;
padding-right:8px;
}
.tab_inner {
padding: 8px;
}
div.peg_company_name {
font-size:14px;
font-weight:bold;
margin-bottom:12px;
margin-top:20px;
} 
div.cms_o_attachment_logo {
margin-bottom:26px;
}
.highslide img {
cursor:url(/js/highslide4/graphics/zoomin.cur), pointer;
border:none;
}
.highslide-active-anchor img {
visibility:visible;
}
.tabs_head ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.tabs_head a {
	display: block;
}
.tabs_head li ul {
	position: absolute;
	left: -999em;
	width:200px;
	background-color:#2C2C2C;
/*	margin-top:5px;*/
	border-left:1px solid #484848;
	border-bottom:1px solid #484848;
	border-right:1px solid #484848;
}
.tabs_head li:hover ul, .tabs_head li.sfhover ul {
	left: auto;
}
.tabs_head li {
z-index:10;
}
.tabs_head li li {
background-image:url(/cssl/images/bullet_dropdown.gif);
background-position:5px 5px;
background-repeat:no-repeat;
border-bottom:1px solid #171717;
color:#CACACA;
font-size:11px;
padding-left:15px;
}
.tabs_head li li a {
color:#CACACA;
text-decoration:none;
}
.tabs_head li li a:hover {
color:#FFA719;
}
.cms_ob_alphabet {
color:#999999;
font-size:11px;
font-weight:bold;
line-height:15px;
padding-left:5px;
padding-top:0;
}
.cms_ob_hidden {
padding-top:10px;
background-color:#EAEAEA;
font-weight:bold;
text-align:center;
margin-left:1px;
margin-right:1px;
}
.cms_ob_hidden a {
color:#666666;
}
#right_column .cms_o_attachment_gallery {
margin-bottom:20px;
}
.cms_ob_alphabet_letter a {
	text-decoration:none;
	}
div.peg_ob_rep {
background-image:url(/cssl/images/bullet_square_gray_small.gif);
background-position:10px 10px;
background-repeat:no-repeat;
color:#929292;
}
div.peg_ob_rep a {
color:#929292;
}
.peg_ob_ocene a {
	color:#828282;
}
.peg_ob_ocene_demo a {
	color:#B7B7B7;
}
#user_info {
margin-bottom:0px;
}
.cms_ob_head {
padding-bottom:10px;
}
.cms_ob_body_middle div div {
padding-bottom:4px;
padding-left:0px;
padding-top:4px;
}
#ob_company_tabs .cms_ob_body_middle .peg_ob_company_pad {
padding-left: 10px;
border-top:1px solid #F4F4F4;
}

#bd #ob_company_tabs .peg_ob_company, #bd #ob_company_tabs .peg_ob_ocene {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #F4F4F4;
    color:#929292;
}
#bd #ob_company_tabs .peg_ob_company a, #bd #ob_company_tabs .peg_ob_ocene a {
    color:#929292;
}
#custom-doc #cd_inner #bd .fp_box .fp_box_middle .cms_ob_selected a {
font-weight: bold;
color: #E18719;
}
#ob_praksa {
padding-right:8px;
padding-left:8px;
padding-top:8px;
}
#ob_praksa ul {
list-style-position:outside;
margin-bottom:8px;
margin-top:4px;
padding-left:20px;
margin-left:0px;
}
#ob_praksa a {
text-decoration: none;
}
#ob_praksa .menu_selected a{
font-weight: bold;
color:#E18719;
}
#ob_praksa .menu_not_selected a{
font-weight: normal;
color:#828282;
}
.peg_wide {
padding-left:12px;
}
.peg_oi_table {
width:100%;
font-size: 12px;
}
.peg_oi_table td {
text-align: left;
padding: 4px;
vertical-align:top;
}
.peg_oi_table td.peg_oi_4col, .peg_oi_table td.peg_oi_3col {
white-space: nowrap;
}
.peg_oi_table select {
width:70px;
}
.peg_oi_table .button {
width:70px;
border:1px solid #000000;
padding:2px;
}
.button:hover {
background-color: #CCCCCC;
}
h2 {
border-bottom:1px solid #A6A6A6;
padding-bottom: 10px;
line-height: 22px;
margin-bottom:15px;
}
h2.peg_company_name {
border-bottom:none;
padding-bottom: 0px;
}
.peg_title_tool {
width:20px;
margin-left:20px;
float:right;
padding-top:3px;
}
#breadcrumbs {
color:#969696;
font-size:11px;
margin-bottom:12px;
}
#breadcrumbs a {
color:#969696;
}
#breadcrumbs a:hover {
color:#E18719;
}
.peg_ui_field {
margin-left: 89px;
}
.peg_ui_field span{
background:#E1E1E1 none repeat scroll 0 0;
border:1px solid #2F2F2F;
color:#030303;
display:block;
font-weight:normal;
height:18px;
padding-left:4px;
width:129px;
overflow:hidden;
}
#bd .ob_search_button {
border:1px solid #000000;
height:20px;
margin-left:89px;
margin-right:12px;
margin-top:5px;
padding:1px;
width:136px;
}
#bd .peg_narrow .ob_search_button {
margin-left:82px;
width:96px;
}
table.cms_forum_cats {
width:100%;
}
table.cms_forum_cats .cms_table_head {
background:#B7B7B7 none repeat scroll 0 0;
font-weight:normal;
}
table.cms_forum_cats thead td {
border:medium none;
}
table.cms_forum_cats .cms_table_body .row_1 {
background-color:#FFFFFF;
}
table.cms_forum_cats .cms_table_body .row_2 {
background-color:#FFFFFF;
}
table.cms_forum_cats h3 {
margin-bottom:0;
margin-top:5px;
font-size:13px;
}
table.cms_forum_cats p {
margin: 0;
}

table.cms_forum_topics {
width:100%;
}
table.cms_forum_topics .cms_table_head {
background:#B7B7B7 none repeat scroll 0 0;
font-weight:normal;
}
table.cms_forum_topics thead td {
border:medium none;
}
table.cms_forum_topics .cms_table_body .row_1 {
background-color:#FFFFFF;
}
table.cms_forum_topics .cms_table_body .row_2 {
background-color:#FFFFFF;
}
table.cms_forum_topics h3 {
margin-bottom:0;
margin-top:5px;
font-size:13px;
}
table.cms_forum_topics p {
margin: 0;
}
.cms_position_array {
width:100%;
}
#bd .cms_ob_forum_cat {
border-bottom:1px solid #FFFFFF;
font-size:13px;
margin-left:-5px;
padding-bottom:5px;
padding-left:7px;
padding-top:5px;
}
#bd .cms_ob_forum_cat a{
}
#bd .cms_ob_forum_cat a:hover {
}
#bd .cms_ob_faq_label {
color:#AAAAAA;
font-size:11px;
font-style:italic;
margin-top:30px;
}
.cms_comment_head {
float:left;
width:218px;
font-size:13px;
font-style:normal;
margin-bottom:0px;
}
.cms_comment_body {
background:none;
border:none;
margin:0 0 0 220px;
padding:0px;
}
.cms_comment_body h3 {
font-size:13px;
margin-bottom:5px;
margin-top:0;
}
.cms_comment_author {
font-weight:normal;
}
.cms_o_forumtopic,.cms_o_forumpost {
border-bottom:1px solid #BEB9B3;
padding:10px;
}
.cms_forumpost_row_1 {
background-color: #F6F1EB;
}
.cms_forumpost_row_0 {
background-color: #FFFFFF;
}
.peg_forum_topic_head {
background:#B7B7B7;
padding:3px 10px;
}
html body #wait_box {
background-color: transparent;
border:none;
padding:0;
background-image:url(/cssl/images/loading_bck.png);
*background-image:url(/cssl/images/loading_bck.gif);
background-position:auto;
background-repeat:no-repeat;
width:255px;
height:100px;
text-align:left;

-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
opacity:1;
}
html body #wait_box img {
 left:20px;
position:relative;
top:16px;
}
.peg_table {
    text-align: left;
    vertical-align: top;
    border-spacing: 0;
    border-collapse: collapse;
}
.peg_table td {
    border: 1px solid #000000;
    padding-bottom:3px;
    padding-left:8px;
    padding-right:3px;
    vertical-align: top;
}
.peg_table_layout {
    text-align: left;
    vertical-align: top;
}
.peg_table_layout td {
    border: none;
    vertical-align: top;
}
.peg_table_icons {
    text-align: left;
    vertical-align: top;
    margin-top: 14px;
}
.peg_table_icons td {
    border: none;
    vertical-align: top;
}
.peg_table_icons tr {
margin-top:15px;
}
.peg_table_icons p {
margin-top:0px;
margin-bottom:12px;
}
.peg_table_gp_head {
background-color:#F5DBBA;
}
.peg_table_gp h3 {
color:#E2851B;
margin-top:10px;
}
.peg_table_gp {
font-size:11px;
line-height:14px;
text-align:left;
vertical-align:top;
}
.peg_table_gp td {
    border-bottom: 1px solid #BFBFBF;
    vertical-align: top;
    padding-right:10px;
    padding-bottom:10px;
}
.peg_table_gp ul {
margin-left:0;
padding-left:15px;
}
.peg_table_gp li {
}
.list_item .thumbnail {
/*height:75px;*/
margin-bottom:0;
margin-right:10px;
margin-top:4px;
padding-bottom:0;
width:80px;
float:left;
height:inherit;
}
.small_thumb .thumbnail {
height:48px;
width:64px;
}
.list_item .content_with_image {
padding-left:90px;
}
.small_thumb .content_with_image {
padding-left:80px;
}
.list_item h4 {
margin-bottom:0;
margin-top:4px;
}
.list_item h3 {
margin-bottom:0;
margin-top:4px;
}
.list_item p {
margin-bottom:2px;
margin-top:3px;
text-align:left;
line-height:16px;
}
.list_item {
margin-bottom: 18px;
width:100%;
}
.event_date {
color:#787878;
font-size:11px;
}
.more_link {
font-size:11px;
}
.peg_og_box_top {
background-image:url(/cssl/images/m_oglas_top.gif);
background-repeat:no-repeat;
width:620px;
height:7px;
}
.peg_og_box_bottom {
background-image:url(/cssl/images/m_oglas_bottom.gif);
background-repeat:no-repeat;
width:620px;
height:7px;
margin-bottom:8px;
}
.peg_og_box_middle {
background-image:url(/cssl/images/m_oglas_middle.gif);
background-repeat:repeat-y;
width:618px;
padding: 0px 1px;
}
.peg_og_box_c {
padding:4px 10px;
}

.peg_og_box_middle h2 {
border:medium none;
font-size:14px;
margin-bottom:5px;
margin-left:12px;
margin-top:0;
padding-bottom:0;
}
.peg_og_box_middle ul {
margin-left:0;
margin-top:0;
padding-left:19px;
}
.peg_og_box_white {
background-color:#FFFFFF;
color:#E0881A;
font-size:14px;
font-weight:bold;
padding:15px 10px 8px 12px;
}
.peg_og_box_white div {
float:right;
width:107px;
}
.peg_ogl_item {
border-bottom:1px solid #DBDBDB;
margin-bottom:10px;
margin-top:10px;
padding-bottom:10px;
}
.peg_ogl_cena {
float:right;
font-weight:bold;
width:100px;
}
.peg_ogl_desc {
margin-right: 115px;
}
h3.peg_ol_name {
margin-top:0;
font-size:13px;
}
.cms_o_skill_list_objects .cms_o_page_faq h4 {
margin-bottom:4px;
margin-top:4px;
}
.cms_o_skill_list_objects .cms_o_page_faq h4 a {
text-decoration: none;
}
.peg_faq_list h3 {
margin-bottom:3px;
}
.info_box {
width:374px;
}
.info_box_top {
height:10px;
background-image:url(/cssl/images/info_box_top.gif);
background-repeat:no-repeat;
}
.info_box_middle {
background-color:#E0E0E0;
background-image:url(/cssl/images/info_box_middle.gif);
background-repeat:no-repeat;
min-height:36px;
padding:5px 10px 5px 60px;
}
.info_box_bottom {
height:8px;
background-image:url(/cssl/images/info_box_bottom.gif);
background-repeat:no-repeat;
}
.info_box_long {
width:605px;
}
.info_box_long_top {
height:10px;
background-image:url(/cssl/images/info_box_long_top.gif);
background-repeat:no-repeat;
}
.info_box_long_middle {
background-color:#E0E0E0;
background-image:url(/cssl/images/info_box_long_middle.gif);
background-repeat:no-repeat;
min-height:36px;
padding:5px 10px 5px 60px;
}
.info_box_long_bottom {
height:8px;
background-image:url(/cssl/images/info_box_long_bottom.gif);
background-repeat:no-repeat;
}
.banner_left {
margin-top:15px;
margin-left:20px;
}
.cms_faq_a {
padding-left:20px;
margin-top:20px;
}
.cms_faq_q {
}
#search_adv_close {
position:absolute;
width:100px;
text-align: right;
right:0px;
font-size: 10px;
padding-right:10px;
}
.cms_form {
width:100%;
}
#user_info #login_div .button {
margin-top:20px;
}
#user_info #login_div .cms_description {
margin-bottom:10px;
}
.fp_box #user_info #login_div .button {
margin-top:0px;
}
.cms_o_form h5 {
color:#E18719;
font-weight:bold;
margin-top:15px;
}
.required_star {
color:red;
}
.cms_button {
height:auto;
padding:2px 20px;
width:auto;
}
.cms_error_description, .error-message {
color:#CC0000;
font-size:12px;
font-weight:bold;
margin-top:2px;
padding-left:0;
}
.static_notice {
}
.peg_wide .banner_left {
margin-left:43px;
}
.img_align_left {
float:left;
margin-bottom:3px;
margin-right:10px;
margin-top:3px;
}
.img_align_right {
float:right;
margin-bottom:3px;
margin-left:10px;
margin-top:3px;
}
.key {
font-size: 10px;
}
.key a {
color:#BBBBBB;
}
.fp_left_h {
color:#E58713;
font-size:20px;
font-weight:bold;
margin-bottom:12px;
}
.forum_excerpt {
margin-bottom:14px;
}
.fe_title {
color:#000000;
font-weight:bold;
}
.fe_info {
color:#888888;
font-size:11px;
font-style:italic;
}
.fe_content {
color:#444444;
font-size:13px;
}
.forum_act_list {
color:#999999;
font-size:11px;
font-style:italic;
line-height:11px;
margin:5px 0 8px;
}
.forum_act_list a {
color:#666666;
text-decoration:none;
}
.forum_act_list div {
font-style:normal;
margin-bottom:3px;
margin-top:3px;
padding-left:10px;
}
#ft div#bottom_banner {
    border-bottom:1px solid #BBB9BA;
    padding-top:5px;
    padding-bottom:1px;
    *padding-bottom:4px;
    line-height:13px;
}
.cms_form_narrow {
/*padding-right:0;*/
}
#login_div .cms_button {
position:relative;
width:135px;
left:89px;    
}
.small {
    font-size:10px;
line-height:13px;
}
#bd .cms_ob_body_middle div.peg_ob_no_data {
padding-left:5px;
}
#bd .cms_ob_body_middle .peg_ob_company_pad a {
text-decoration:underline;
}
.news_fp {
border-bottom:1px solid #BBB9BA;
margin-top:3px;
padding-bottom:12px;
}
.news_fp .more_link {
font-weight:bold;
text-decoration:none;  
white-space:nowrap;  
}
.news_fp b a {
color:#000000;    
}
.fp_news_main {
margin-bottom:20px;    
}
.fp_news_main .imgc {
border-bottom:1px solid #BBB9BA;    
}
