/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }



/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS,%20Tahoma,%20Verdana,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=03_highlight_soft.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
*/


/* Component containers
----------------------------------*/
.ui-widget { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1.1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #dddddd; background: #eeeeee url(views/img/ui-lightness/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x; color: #333333; }
.ui-widget-content a { color: #333333; }
.ui-widget-header { 
	border: 1px solid; background: #f6a828 url(views/img/tlo_nag_alert.jpg) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #cccccc; background: #f6f6f6 url(views/img/ui-lightness/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #1c94c4; outline: none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #1c94c4; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #fbcb09; background: #fdf5ce url(views/img/ui-lightness/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #c77405; outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #c77405; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #fbd850; background: #ffffff url(views/img/ui-lightness/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #eb8f00; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #eb8f00; outline: none; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #fed22f; background: #ffe45c url(views/img/ui-lightness/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a; background: #b81900 url(views/img/ui-lightness/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat; color: #ffffff; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #ffffff; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #ffffff; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(views/img/ui-lightness/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(views/img/ui-lightness/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(views/img/ui-lightness/ui-icons_ffffff_256x240.png); }
.ui-state-default .ui-icon { background-image: url(views/img/ui-lightness/ui-icons_ef8c08_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(views/img/ui-lightness/ui-icons_ef8c08_256x240.png); }
.ui-state-active .ui-icon {background-image: url(views/img/ui-lightness/ui-icons_ef8c08_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(views/img/ui-lightness/ui-icons_228ef1_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(views/img/ui-lightness/ui-icons_ffd27a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #666666 url(views/img/ui-lightness/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50); }
.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url(views/img/ui-lightness/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -webkit-border-radius: 5px; }/* Accordion
----------------------------------*/
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; }
.ui-accordion .ui-accordion-content-active { display: block; }/* Datepicker
----------------------------------*/
.ui-datepicker { width: 17em; padding: .2em .2em 0; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { float:left; font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year { float: right; }
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/* Dialog
----------------------------------*/
.ui-dialog { position: relative; padding: .2em; width: 300px; }
.ui-dialog .ui-dialog-titlebar { padding: .5em .3em .3em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 0 .2em; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/* Progressbar
----------------------------------*/
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }/* Resizable
----------------------------------*/
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0px; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0px; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0px; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0px; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/* Slider
----------------------------------*/
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/* Tabs
----------------------------------*/
.ui-tabs { padding: .2em; zoom: 1; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .5em 1em; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border-width: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
#ui-dialog-title-messageDialog{
	color:#fff;
}
#messageDialog{
	text-align: center;	
}
.dialog_message {
	text-align: right;
	
	}
.status {
	height:60px;
	padding-top:30px;
}/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 0 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 95%; /* width: 70%; */
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 23px;
	float: right;
	padding-bottom: 0.7em;	
} div.light_rounded .pp_top .pp_left{background: url(views/img/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat;}div.light_rounded .pp_top .pp_middle{background:#fff;}div.light_rounded .pp_top .pp_right{background: url(views/img/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat;}div.light_rounded .pp_content .ppt{color:#000;}div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right{background:#fff;}div.light_rounded .pp_content{background-color:#fff;}div.light_rounded .pp_next:hover{background: url(views/img/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor: pointer;}div.light_rounded .pp_previous:hover{background: url(views/img/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor: pointer;}div.light_rounded .pp_expand{background: url(views/img/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.light_rounded .pp_expand:hover{background: url(views/img/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.light_rounded .pp_contract{background: url(views/img/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.light_rounded .pp_contract:hover{background: url(views/img/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.light_rounded .pp_close{width:75px;height:22px;background: url(views/img/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.light_rounded #pp_full_res .pp_inline{color:#000;}div.light_rounded .pp_arrow_previous{background: url(views/img/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat;}div.light_rounded .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.light_rounded .pp_arrow_next{background: url(views/img/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat;}div.light_rounded .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}div.light_rounded .pp_bottom .pp_left{background: url(views/img/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat;}div.light_rounded .pp_bottom .pp_middle{background:#fff;}div.light_rounded .pp_bottom .pp_right{background: url(views/img/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat;}div.light_rounded .pp_loaderIcon{background: url(views/img/prettyPhoto/light_rounded/loader.gif) center center no-repeat;}div.dark_rounded .pp_top .pp_left{background: url(views/img/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat;}div.dark_rounded .pp_top .pp_middle{background: url(views/img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;}div.dark_rounded .pp_top .pp_right{background: url(views/img/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat;}div.dark_rounded .pp_content_container .pp_left{background: url(views/img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;}div.dark_rounded .pp_content_container .pp_right{background: url(views/img/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;}div.dark_rounded .pp_content{background: url(views/img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;}div.dark_rounded .pp_next:hover{background: url(views/img/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor: pointer;}div.dark_rounded .pp_previous:hover{background: url(views/img/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor: pointer;}div.dark_rounded .pp_expand{background: url(views/img/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.dark_rounded .pp_expand:hover{background: url(views/img/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.dark_rounded .pp_contract{background: url(views/img/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.dark_rounded .pp_contract:hover{background: url(views/img/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.dark_rounded .pp_close{width:75px;height:22px;background: url(views/img/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.dark_rounded .currentTextHolder{color:#c4c4c4;}div.dark_rounded .pp_description{color:#fff;}div.dark_rounded #pp_full_res .pp_inline{color:#fff;}div.dark_rounded .pp_arrow_previous{background: url(views/img/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat;}div.dark_rounded .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.dark_rounded .pp_arrow_next{background: url(views/img/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat;}div.dark_rounded .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}div.dark_rounded .pp_bottom .pp_left{background: url(views/img/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat;}div.dark_rounded .pp_bottom .pp_middle{background: url(views/img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;}div.dark_rounded .pp_bottom .pp_right{background: url(views/img/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat;}div.dark_rounded .pp_loaderIcon{background: url(views/img/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;}div.dark_square .pp_left ,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background: url(views/img/prettyPhoto/dark_square/contentPattern.png) top left repeat;}div.dark_square .currentTextHolder{color:#c4c4c4;}div.dark_square .pp_description{color:#fff;}div.dark_square .pp_loaderIcon{background: url(views/img/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;}div.dark_square .pp_content_container .pp_left{background: url(views/img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;}div.dark_square .pp_content_container .pp_right{background: url(views/img/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;}div.dark_square .pp_expand{background: url(views/img/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.dark_square .pp_expand:hover{background: url(views/img/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.dark_square .pp_contract{background: url(views/img/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.dark_square .pp_contract:hover{background: url(views/img/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.dark_square .pp_close{width:75px;height:22px;background: url(views/img/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.dark_square #pp_full_res .pp_inline{color:#fff;}div.dark_square .pp_arrow_previous{background: url(views/img/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat;}div.dark_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.dark_square .pp_arrow_next{background: url(views/img/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat;}div.dark_square .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}div.dark_square .pp_next:hover{background: url(views/img/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor: pointer;}div.dark_square .pp_previous:hover{background: url(views/img/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor: pointer;}div.light_square .pp_left ,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content{background:#fff;}div.light_square .pp_content .ppt{color:#000;}div.light_square .pp_expand{background: url(views/img/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.light_square .pp_expand:hover{background: url(views/img/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.light_square .pp_contract{background: url(views/img/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.light_square .pp_contract:hover{background: url(views/img/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.light_square .pp_close{width:75px;height:22px;background: url(views/img/light_close.gif) -1px -1px no-repeat;cursor: pointer;}div.light_square #pp_full_res .pp_inline{color:#000;}div.light_square .pp_arrow_previous{background: url(views/img/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat;}div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.light_square .pp_arrow_next{background: url(views/img/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat;}div.light_square .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}div.light_square .pp_next:hover{background: url(views/img/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor: pointer;}div.light_square .pp_previous:hover{background: url(views/img/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor: pointer;}div.facebook .pp_top .pp_left{background: url(views/img/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat;}div.facebook .pp_top .pp_middle{background: url(views/img/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x;}div.facebook .pp_top .pp_right{background: url(views/img/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat;}div.facebook .pp_content .ppt{color:#000;}div.facebook .pp_content_container .pp_left{background: url(views/img/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y;}div.facebook .pp_content_container .pp_right{background: url(views/img/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y;}div.facebook .pp_content{background:#fff;}div.facebook .pp_expand{background: url(views/img/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.facebook .pp_expand:hover{background: url(views/img/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.facebook .pp_contract{background: url(views/img/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.facebook .pp_contract:hover{background: url(views/img/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.facebook .pp_close{width:22px;height:22px;background: url(views/img/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.facebook #pp_full_res .pp_inline{color:#000;}div.facebook .pp_loaderIcon{background: url(views/img/prettyPhoto/facebook/loader.gif) center center no-repeat;}div.facebook .pp_nav .pp_arrow_previous{background: url(views/img/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px;}div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default;}div.facebook .pp_nav .pp_arrow_next{background: url(views/img/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px;}div.facebook .pp_arrow_next.disabled{background-position: -32px -96px;cursor:default;}div.facebook .pp_nav{margin-top:0;}div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px;}div.facebook .pp_next:hover{background: url(views/img/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor: pointer;}div.facebook .pp_previous:hover{background: url(views/img/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor: pointer;}div.facebook .pp_bottom .pp_left{background: url(views/img/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat;}div.facebook .pp_bottom .pp_middle{background: url(views/img/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x;}div.facebook .pp_bottom .pp_right{background: url(views/img/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat;}div.pp_pic_holder a:focus{outline:none;}div.pp_overlay{background:#000;display: none;left:0;position:absolute;top:0;width:100%;z-index:9500;}div.pp_pic_holder{display: none;position:absolute;width:100px;z-index:10000;}.pp_top{height:20px;position: relative;}* html .pp_top{padding:0 20px;}.pp_top .pp_left{height:20px;left:0;position:absolute;width:20px;}.pp_top .pp_middle{height:20px;left:20px;position:absolute;right:20px;}* html .pp_top .pp_middle{left:0;position: static;}.pp_top .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px;}.pp_content{height:40px;}.pp_content .ppt{left:auto;margin-bottom:5px;position: relative;top:auto;}.pp_fade{display: none;}.pp_content_container{position: relative;text-align: left;width:100%;}.pp_content_container .pp_left{padding-left:20px;}.pp_content_container .pp_right{padding-right:20px;}.pp_content_container .pp_details{margin:10px 0 2px 0;}.pp_description{display: none;margin:0 0 5px 0;}.pp_nav{clear: left;float: left;margin:3px 0 0 0;}.pp_nav p{float: left;margin:2px 4px;}.pp_nav a.pp_arrow_previous,.pp_nav a.pp_arrow_next{display:block;float: left;height:15px;margin-top:3px;overflow: hidden;text-indent: -10000px;width:14px;}.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000;}a.pp_next{background: url(views/img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float: right;height:100%;text-indent: -10000px;width:49%;}a.pp_previous{background: url(views/img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float: left;height:100%;text-indent: -10000px;width:49%;}a.pp_expand,a.pp_contract{cursor: pointer;display: none;height:20px;position:absolute;right:30px;text-indent: -10000px;top:10px;width:20px;z-index:20000;}a.pp_close{display:block;float: right;text-indent: -10000px;}.pp_bottom{height:20px;position: relative;}* html .pp_bottom{padding:0 20px;}.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px;}.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px;}* html .pp_bottom .pp_middle{left:0;position: static;}.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px;}.pp_loaderIcon{display:block;height:24px;left:50%;margin: -12px 0 0 -12px;position:absolute;top:50%;width:24px;}#pp_full_res{line-height:1 !important;}#pp_full_res .pp_inline{text-align: left;}#pp_full_res .pp_inline p{margin:0 0 15px 0;}div.ppt{color:#fff;display: none;font-size:17px;left:0;position:absolute;top:0;z-index:9999;}.clearfix:after{content: ".";display:block;height:0;clear:both;visibility: hidden;}.clearfix {display: inline-block;}* html .clearfix {height:1%;}.clearfix {display:block;}/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*, body, html, p, div, span, a, b, strong, em, select, input, textarea, form,
table, tbody, thead, tr, td, ul, li, ol, option, img {
	color: #333333;
	font-family: tahoma, Helvetica, Verdana, sans-serif;
}


body {
	font-size: 10px;
	font-family: tahoma, sans-serif;
	font-size:11px;
	color:#565656;
	/*background: url(./views/img/pasek_index12.gif) repeat-x scroll center top #FBFCFE;*/
	background: url(./views/img/tlo_index.jpg) no-repeat scroll center top #ffffff;
}

td {
    font-size:11px;
}

a {
	color:#000000;
}

.clear {
	clear: both;
}

.border {
	border-bottom: 2px solid #00752b;
	border-top: 4px solid #00752b;
}

.calosc {	
	text-align: center;
}

#glowne{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	background-position:top center;
	text-align:left;
}


.lewenotowania{
	float:left;
	clear:both;
	color:white;
	margin-left:17px;
	margin-right:3px;
	width:100px;
	font-size:11px;
	height:20px;
}

.prawenotowania{
	float:left;
	color:#cccccc;
	margin-left:0;
	width:90px;
	font-size:11px;
	height:20px;
}

/* Top */


#top{
	width: 960px; 
	margin: 10px auto 0pt;
	text-align: center;	
}
#top  a.IE{
	float:left;	
}
#top  > a{
	float:left;	
}

#top > a img{
	float:left;
}

#lang{
	float:right;	
}

.lang{
	color:#202022;
	float: left;
	
}

.lang_active{
	color:#82161c;
	float: left;
}

#topmenu{
	/*background:url(./views/img/top_zaslepka.jpg);*/
	margin-top:10px;
	width: 960px;
	position:relative;
	height:200px;
	overflow:hidden;
}


.search_frase{
	background-color:transparent;
	border: 0px none;
	color: #767676;
	margin-top:0;
	margin-left:16px;
	width:152px;
	margin-right:6px;
	font-size:11px;
	float:left;
}


#searchbox .image.submit {
	
	border:0px none;
	cursor:pointer;
	height:20px;
	margin-left:180px;
	margin-top:-20px;
	padding:0;
	width:20px;
}

#topmenu a{
	float:left;
}



div#language{
	float:right;
	font-family:tahoma, sans-serif;
	font-size:11px;
	color:#333333;
}
div#language p{
	float:left;
}
select.language{
	font-family:tahoma, sans-serif;
	font-size:11px;
	color:#333333;
	width:140px;
	padding: 2px 4px 2px 2px;
	margin-top: 2px;
	float:right;
	background: no-repeat 2px 4px;
}

select.language option {
	background: no-repeat 2px 2px;
}

#top .prettyCombo {
	background: #fff url(views/img/lang_combo_bg.gif) no-repeat;
	border:1px solid #999999;
	font-size:11px;
	margin-top:4px;
	padding:2px;
	width:131px;
}

#top .prettyCombo .dropDownList {
	display: none;
}

#top .prettyCombo a {
	display: block;
	padding: 2px;
	text-decoration: none;
	width: 100%;
}

td.td1{
	padding-right:5px;
	vertical-align:middle;
}

div#lewa{
	width:210px;
	float:left;
	padding-top:10px;
        background:#243261;
        /*padding-bottom:10px;*/
}

#index #lewa {padding-top:0; }

#index.index #main_box .content {
    margin-top:-40px;
    margin-bottom:15px;
    display:block;
}

#index.index #main_box .content p {
	margin-top:10px;
}

#index.index #main_box .content p:first-child {
	margin-top:0;
}

#index.index #main_box .container {
    margin-top:-40px;
    margin-bottom:15px;
    display:block;
}



div#prawa{
	width:740px;
	float:right;
	_margin-top:-3px;
}
input.submit{
	background:url(views/img/search_button.gif) #00742b;
	background-repeat:no-repeat;
	width:18px;
	height:19px;
	margin-top:4px;
	padding-top:2px;
	padding-bottom:2px;
	margin-left:1px;
	_margin-left:2px;
	cursor:pointer;
}
input.submit:hover{
	background:url(views/img/search_button_on.gif) #000;
	background-repeat:no-repeat;

	cursor:pointer;
}
input.text{
	padding-top:1px;
	padding-bottom:1px;
	padding-left:4px;
	font-family:tahoma, sans-serif;
	font-size:11px;
	color:#333333;
	width:174px;
	margin-left:5px;
	margin-top:4px;
	_margin-left:4px;

}

div#menu{
	border-bottom:3px solid #00752b;
	height:28px;

	overflow:hidden;

}
div#menu a img{
	height:28px;
	border:0px;
}
div#menu a {
	background: url(views/img/menu_1.gif) no-repeat;
	float:left;
	height:28px;
	width: 185px;
}

div#menu a.b1 { background-position: 0 0; }
div#menu a.b1:hover { background-position: 0 -28px; }
div#menu a.b2 { background-position: 0 -56px; }
div#menu a.b2:hover { background-position: 0 -84px; }
div#menu a.b3 { background-position: 0 -112px; }
div#menu a.b3:hover { background-position: 0 -140px; }
div#menu a.b4 { background-position: 0 -168px; }
div#menu a.b4:hover { background-position: 0 -196px; }

div#banner_lewa{
	margin-top:4px;
	border: 1px solid #e3e3e3;
}

#menu_boczne {
	width: 200px;
        padding-bottom:10px; 
}


#menu_boczne ul {
	list-style-type: none;
}

#menu_boczne li {
	display: block;
	width: 100%;
}

#menu_boczne li.menuItem1 {
	background:#243261;
	background-image:url(./views/img/dziubek_prawy_niebieski.gif);
	background-repeat:no-repeat; 
	background-position:10px center;
}

#menu_boczne li.menuItem2 {
	background:white;
	background-image:url(./views/img/dziubek_prawy_szary_b.gif);
	background-repeat:no-repeat; 
	background-position:20px center;
}

#menu_boczne li.menuItem3 {
	background:white;
	background-image:url(./views/img/dziubek_prawy_szary_b.gif);
	background-repeat:no-repeat;
	background-position:35px center;
}

#menu_boczne li.menuItem4 {
	background:#243261;
	background-image:url(./views/img/dziubek_prawy_niebieski.gif);
	background-repeat:no-repeat; 
	background-position:10px center;
}

#menu_boczne a {
	background:#243261;
	color: white;
	display: block;
	font-size: 11px;
	font-weight: bold;
	padding: 7px 0;
	overflow: hidden;
	text-decoration: none;
	width: 100%;
	
}

#menu_boczne a:hover {
	color: #00762a;
}

#menu_boczne a.podmenu0, #menu_boczne a.podmenu0_active {
	color: #fff;
	background: #243261;	
	line-height: 28px;
	padding: 0 0 0 10px;
	font-size:14px;
}

#menu_boczne a.podmenu1{
	color: white;
	background:#243261;
	font-weight:normal;
	margin-left: 20px;
	width: 190px;	
	border-bottom:1px solid #515a81;
}

#menu_boczne a.podmenu1_active {
	color: #343434 !important;
	font-weight:normal;
	padding-left: 20px;
	width: 190px;
	background:white;
	background-image:url(./views/img/dziubek_prawy_rozowy.gif);
	background-repeat:no-repeat; 
	background-position:10px center;	
}

#menu_boczne a.podmenu1:hover, #menu_boczne a.podmenu1_active {
	color: white;
}

#menu_boczne a.podmenu2, #menu_boczne a.podmenu2_active {
	margin-left: 30px;
	width: 180px;
	background:white;
	color:#444444;
	font-weight:normal;
}

#menu_boczne a.podmenu3, #menu_boczne a.podmenu3_active {
	margin-left: 45px;
	width: 165px;
	background:white;
	color:#444444;
	font-weight:normal;
}

#menu_boczne a.podmenu4, #menu_boczne a.podmenu4_active {
	padding-left: 50px;
	width: 160px;
}

#menu_boczne a.podmenu2_active, #menu_boczne a.podmenu3_active, #menu_boczne a.podmenu4_active {
	color:#444444;
	font-weight:bold;
}

/* Nawigacja */

div#nawigacja{
	width:740px;
	height:27px;	
}

span.naw {
	color:#333333;
	display:block;
	float:left;
	font-family:tahoma;
	font-size:10px;	
	padding-top:8px;	
	width: 605px;
}

span.naw img{
	margin-left:5px;
	margin-right:5px;

}
span.naw a{
	font-family:tahoma;
	font-size:10px;
	color:#333333;
	text-decoration:none;
}
span.naw a:hover{
	font-family:tahoma;
	font-size:10px;
	color:#333333;
	text-decoration:underline;
}
div#nawigacja_left{
	float:left;

	_height:23px;
	_padding-top:4px;

}
div#nawigacja_right{
	float:right;
	font-size:11px;
	color:#333333;
	padding-top:5px;
	padding-right:10px;
}
div#nawigacja_right a:hover{
	color:#000;
}
a.big{

	color:#00752b;
	font-size:14px;
	font-weight:bold;
	padding-right:5px;
	text-decoration:none;
}
a.small{
	padding-left:5px;
	color:#00752b;
	font-size:11px;
	font-weight:bold;
	padding-right:5px;
	text-decoration:none;
}
a.normal{

	color:#00752b;
	font-size:11px;
	font-weight:bold;
	padding-left:5px;
	text-decoration:none;
}
h3{
	font-family:tahoma;
	font-size:16px;
	color:#333333;
	font-weight:bold;
	padding-bottom:2px;

}
div.naglowek{
	float:left;
	border-bottom:1px solid #cccccc;
	width:100%;
	height:25px;
	margin-bottom:10px;
	_margin-bottom:0px;
}
div.naglowek2{
	float:left;
	border-bottom:1px solid #cccccc;
	width:720px;
	margin-bottom:10px;
	_margin-bottom:0px;
}
div#prawa_left{
	float:left;
	width:636px;
	_width:650px;
	padding-left:14px;	
	padding-top:20px;
	background:#e9e9e9;
	overflow:hidden;
}
div#prawa_left1{
	float:left;
	width:720px;
	padding-left:20px;
	padding-top:20px;
}
div#prawa_right{
	float:right;
	width:210px;
	padding-left:20px;
	padding-top:20px;
}

div.news{
	color:#333333;
	font-size:1.2em;
	font-family:tahoma;
	margin-top:10px;
	width:490px;
	text-align:justify;
	margin-bottom:30px;
}

a.wiecej,a.down{
	color:#00752b;
	font-size:11px;
	background: url(views/img/arrow.gif) no-repeat center right;
    padding-right:16px;
}

.naglowek .down {
	float: right;
}

a.down{
	background-image: url(views/img/arrow_down.gif);
}

a#showCommentsButton { float: right; }

a.wiecej:hover,a.down:hover{
	color:#000;
}

td.tytul{
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
a.tytul{
	color:#00752b;
	color:#0a71c0;
	color:#1e2c5d;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
div.news a.tytul, div.news2 a.tytul{
	font-size: 11px;
	color:#343434;
	text-decoration:underline;
	font-weight:normal;
}
div.news a.tytul, div.news2 a.tytul:hover{
	color:#0a71c0;
	text-decoration:underline;
	font-weight:normal;
}

div.news2 .node {
	margin-top: 10px;
	border-bottom:1px solid #ffffff;
}

div.news2 .tekst {
	margin:15px 30px 15px 0px;
	font-size:11px;
}

div.news2 .button {
	margin-left:500px;
	margin-bottom:-15px;
	margin-top:5px;
}

a.tytul:hover{
	color:#0a71c0;
	text-decoration:underline;

}

.plik{
	background-image: url(./views/img/dziubek_prawy_szary.gif);
	background-repeat:no-repeat;
	background-position: 11px center;
        width:620px;
}

.plik.hover {background:#ffffff; }

.plik a.tytul{
	color:#333333;
	font-size:11px;
	font-family:tahoma;
	font-weight:normal;
	text-decoration:none;
	padding-left:30px;
	padding-top:8px;
        padding-bottom:8px;
        display:block;
}

#art.index .plik a.tytul {
	padding-top:0;
}


div.news a img{
	border:2px solid #e5e5e5;
	width:96px;
	height:71px;
}
div.news a:hover img{
	border:2px solid #00752b;

}

div.news2 .node .date{
	margin-right:5px;
	font-family:tahoma;
	font-size:11px;
	color:#333333;
}

td.photo{
	padding-right:15px;
	vertical-align:top;
	padding-bottom:5px;
	width: 100px;
	padding-top:10px;
}
td.wiecej_link{
	padding-bottom:3px !important ;
	margin-bottom:3px;
}


#new.index td.date.imageNext {padding:10px 0 0 15px;}

td.przerwa{
	width:20px;
	_width:40px;
	padding-right:5px;
	padding-left:5px;
}
td.tekst{
	padding-top:10px;
    line-height:14px;
}

td.tekst_pliki{
	padding-top:10px;
	width:700px;

}
td.tekst2{
	padding-bottom:30px;
}
td.tekst2 a{
	color:#00752b;
}
td.tekst2 a:hover{
	color:#000;
}

img.arrow{
	width:10px !important;
	height:10px!important;
	border:0px !important;
	padding-left:3px;
	text-decoration:none !important;
	border:0px;
}
div.news  a.wiecej img.arrow{
	text-decoration:none !important;
}
tr.ciemny td.ciemny{
	background-color:#f4f4f4;
}


td.dotted{
	background-image:url(views/img/dotted_line.gif);
	background-repeat:no-repeat;
	overflow:hidden;
	width:489px;
	height:1px;

}

div.products{
	background:url(views/img/products_bg.gif);
	width:237px;
	height:95px;
	float:left;
	margin: 0 4px;
	padding-top:5px;
	text-align:center;
}
div.products_on{
	background:url(views/img/products_bg_on.gif);
}

img.dotted{
	_margin-top:-10px;
}

div.produkty a{
	font-family:tahoma;
	font-weight:bold;
	font-size:11px;
	color:#333333;
	text-decoration:none;
	text-align:center;
}

div.produkty a:hover, .products:hover a {
	color:#fff;
}

div.produkty{
	margin-top:10px;
}

div.produkty a img{
	border:0px;
}

a img.arrow{
	border:0px !important;
}

div.news a img.arrow{
	border:0px solid white;
}

div#notowania{
	background:url(views/img/notowania_bg.jpg);
	background-repeat: no-repeat;
	width:200px;
	height:113px;
	text-align:center;
	padding-top:5px;
	padding-left:5px;
	overflow:hidden;
}
div#notowania table{

	text-align:center;
}
td.months{
	color:#333333;
	font-family:tahoma;
	font-size:8px;
	text-align:justify;

}

img.wykres{
	border:1px solid #a4a4a4;
	width:182px;
	height:74px;
}
td.legenda{
	color:#333333;
	font-family:tahoma;
	font-size:9px;
	text-align:center;
}
img.legenda{
	padding-right:5px;
	padding-left:5px;

}
div.date2{
	font-size:11px;
	font-weight:bold;
	color:#333333;
	font-family:tahoma;
	margin-top:5px;
	text-align:center;
	width:210px;
}

table.indeks{
	margin-top:0px;
	_margin-top:0px;
	color:#333333;
	font-size:11px;
	text-align:left;
	width:210px;

}

td.actual, td.up{
	color:#00752b;
}
td.down{
	color:#cc0000;

}
td.actual, td.down{
	background-color:#f4f4f4;
}
a img.banner{
	border:0px;

}
td.indeks{
	padding-left:10px;
	width:100px;
	padding-top:1px;
	padding-bottom:1px;
}
td.indeks_ciemny{
	padding-left:10px;
	width:100px;
	padding-top:1px;
	padding-bottom:1px;
	background-color:#f4f4f4;
}
div#banner_prawa{

	margin-top:10px;
}
div#info{
	margin-top:10px;

}
a.info{
	font-family:tahoma;
	font-size:11px;
	text-decoration:none;
	color:#00752b;
}

div#informacje a.info {
	font-size: 1.1em;
	line-height:15px;
}

a.info:hover{
	text-decoration:underline;
	color:#000;
}

div#spolki{
	border-top:1px solid #cccccc;
	width:950px;
	text-align:center;
	font-size:11px;
	color:#333333;
	float:left;
	padding-top:15px;
	margin-top:15px;
}

div#spolki div.name {
	float: left;
	height: 15px;
	margin-top: 5px;
	margin-top: 5px\9;
}

div#spolki img{
	padding-left:5px;
	padding-right:5px;
}

div#stopka{
	width:950px;
	float:left;
	font-size:11px;
	font-family:tahoma,sans-serif;
	color:#333333;
	margin-bottom:15px;
}
span.lang{

	_position:absolute;
	_position:absolute;

	_margin-top:5px;
	_margin-left:-53px;
	_margin-top:5px;
	_margin-left:-53px;

}

div#stopka_left{
	float:left;
	padding-top:10px;
	_padding-top:0px;
}
div #stopka_left a img.rss{
	margin-left:5px;
    vertical-align:bottom;

    _margin-bottom:1px;
}

div#stopka_right{
	padding-top:10px;
	float:right;
	font-size:10px;
	_padding-top:0px;
}

div#stopka a{
	font-size:11px;
	font-family:tahoma,sans-serif;
	color:#00752b;
	text-decoration:none;
}

div#stopka a:hover{
	color:#000;
	text-decoration:underline;
}
div#stopka span{
	padding-right:10px;
	padding-left:10px;
}
img.logo_pp{
	margin-left:5px;
}


table.info td{


}

div.dotted{
	width:490px;
	background:url(views/img/dotted_line.gif);
	background-repeat:no-repeat;
	overflow:hidden;
	height:1px;
	float:left;
	margin-top:2px;
	margin-bottom:5px;
}

div.dotted2{
	width:210px;
	background:url(views/img/dotted_line.gif);
	background-repeat:no-repeat;
	overflow:hidden;
	height:1px;
	float:left;
	margin-top:6px;
	margin-bottom:0px;

}

div.dotted3{
	width:210px;
	background:url(views/img/dotted_line.gif);
	background-repeat:no-repeat;
	overflow:hidden;
	height:1px;
	float:left;
	margin-top:0px;
	margin-bottom:0px;

}
div.link_wiecej{
	width:210px;
	text-align:right;
	_margin-top:3px;
}
div.dotted4{
	width:210px;
	background:url(views/img/dotted_line.gif);
	background-repeat:no-repeat;
	overflow:hidden;
	height:1px;
	float:left;
	margin-top:4px;
	_margin-top:8px;
	margin-bottom:2px;

}


div#informacje{

	margin-top:5px;
}

table.history{

	color:#333333;
	font-size:12px;
	font-family:tahoma;
	margin-top:15px;

	text-align:justify;

}
table.tekst{

	color:#333333;
	font-size:12px;
	font-family:tahoma;
	margin-top:15px;

	text-align:justify;
	margin-bottom:-20px;
}

a.image img{
	border:2px solid white;
	margin-right:6px;
	margin-bottom:6px;
}

a.image:hover  img{
	border:2px solid #f5f5f5;
}
img.arrow_right{
	margin-left:10px;
	margin-top:32px;
}
img.arrow_left{
	margin-right:10px;
	margin-top:32px;
}

#przewijane-obrazy {
	margin: 10px 0;
}

/*------------style do aktualnosci_b.html --------------- */

#paginacja .previous {
	background: url(views/img/left-arrow.jpg) no-repeat center center;
	padding: 0 15px;
	width:30px;
	height:30px;	
}

#paginacja .next {
	background: url(views/img/right-arrow.jpg) no-repeat center center;
	padding: 0 15px;
	width:30px;
	height:30px;
}

div#paginacja{
	color:#00752B;
	float:right;
	height:21px;
	margin-right:-25px;
	/*margin-top:-11px;*/
	margin-top:-17px;
	text-align:right;
	width:197px;

}

div#paginacja a{
	font-size:10px;
	color:#333333;
	text-decoration:none;
	padding: 10px 2px;
	float: left;
	display: block;
	width: 10px;
	height: 30px;
}

div#paginacja a:hover{
	font-size:10px;
	color:#333333;
	text-decoration:underline;
	font-weight:normal;

}
div#paginacja a.active{
	font-size:10px;
	color:#333333;
	text-decoration:underline;
	font-weight:normal;
	_height:20px;
}

h3.aktualnosci{
	font-family:tahoma;
	font-size:18px;
	color:#333333;
	font-weight:normal;
	padding-bottom:2px;

	width:350px;
	float:left;

}
div.news2{
	border-bottom:1px solid #cccccc;
	padding-bottom:10px;
	color:#333333;
	font-size:1.2em;
	font-family:tahoma;
	margin-top:15px;
	text-align:justify;
	margin-bottom:30px;
    clear:both;
}

#prawa_left div.news2 {
	width: 490px;
}

#prawa_left_akt div.news2 {
	margin-left: 20px;
	margin-right: 20px;
	width: 595px;
}

div.news2 .photo {
	margin-left:15px;
	margin-top:10px;
}

div.news2 a img{
	border:2px solid white;
	width:100px;
	/*height:145px;*/
	float:left;
	margin-top:5px;
	margin-right:5px;
}
div.news2 a:hover img{
	border:2px solid #f5f5f5;

}
div#archiwum{
	width:300px;
	float:left;

}
div#paginacja3{
	font-size:11px;
	color:#00752b;
	float:right;
	width:300px;
	margin-top:3px;
	_margin-top:-2px;
	text-align:right;
	padding-bottom:3px;

}
div#paginacja3 a{
	font-size:11px;
	color:#00752b;
	text-decoration:none;
	padding-left:2px;
	padding-right:2px;
}
div#paginacja3 a:hover{
	font-size:11px;
	color:#000;
	text-decoration:none;

}
div#paginacja3 a.active{
	font-size:11px;
	color:#00752b;
	text-decoration:none;
	font-weight:bold;
}
div#paginacja4{
	font-size:11px;
	color:#00752b;
	float:right;
	width:300px;
	margin-top:-16px;
	text-align:right;
	padding-bottom:3px;

}
div#paginacja4 a{
	font-size:11px;
	color:#00752b;
	text-decoration:none;
	padding-left:2px;
	padding-right:2px;
}
div#paginacja4 a:hover{
	font-size:11px;
	color:#000;
	text-decoration:none;

}
div#paginacja4 a.active{
	font-size:11px;
	color:#00752b;
	text-decoration:none;
	font-weight:bold;
}

div.dol{

	margin-top:-30px;
	_margin-top:-25px;
}

/*------------koniec styli do aktualnosci_b.html --------------- */
/*------------poczatek styli do aktualnosci_a.html --------------- */
div#prawa_left_akt{
	float:left;
	width:630px;
	padding-left:20px;
	padding-top:10px;
	background:#e9e9e9;
}
h3.aktualnosci2{
	font-family:tahoma;
	font-size:18px;
	color:#333333;
	font-weight:normal;
	padding-bottom:2px;

	width:580px;
	float:left;

}
div.news3{
	border-bottom:1px solid #cccccc;
	padding-bottom:10px;
	color:#333333;
	font-size:12px;
	font-family:tahoma;
	margin-top:15px;
	width:500px;

	text-align:justify;
	margin-bottom:30px;
}
div.news3 img{
	border:2px solid #e5e5e5;
	width:96px;
	height:71px;
}
div.news3 a:hover img{
	border:2px solid #00752b;

}


/*------------koniec styli do aktualnosci_a.html --------------- */
/*----------style do aktualnosci_szczegol_b.html----------------*/

div#paginacja2{
	font-size:11px;
	color:#333333;
	float:right;
	text-align:right;
	padding-bottom:3px;
	margin-top:7px;
	_margin-top:6px; 
	margin-right:14px;
}
div#paginacja2 a{
	font-size:11px;
	color:#333333;
	text-decoration:underline;
	padding-left:2px;
	padding-right:2px;
}

div#paginacja2 a:hover{
	font-size:11px;
	color:#0A71C0;
	text-decoration:underline;
}

div#paginacja2 a.up, #paginacja2_dol a.up {
	background: url(views/img/arrow_up.gif) no-repeat center left;
	font-size: 11px;
	color: #00752b;
	text-decoration: underline;
	padding: 0 7px 0 14px;
	margin-right: 9px;
}

div#paginacja2 a.up:hover{
	font-size:11px;
	color:#000;
	text-decoration:underline;
}

div#paginacja2 span{
	padding-left:3px;
	padding-right:3px;
}

div#paginacja2_dol{
	font-size:11px;
	color:#333333;
	float:right;
	width:240px;
	text-align:right;
	padding-bottom:3px;

}
div#paginacja2_dol a{
	font-size:11px;
	color:#00752b;
	text-decoration:underline;
	padding-left:2px;
	padding-right:2px;
}
div#paginacja2_dol a:hover{
	font-size:11px;
	color:#000;
	text-decoration:underline;
}

div#paginacja2_dol a.up:hover{
	font-size:11px;
	color:#000;
	text-decoration:underline;
}

div#paginacja2_dol span{
	padding-left:3px;
	padding-right:3px;
}

#paginacja2 .next, #paginacja2_dol .next {
	background: url(views/img/arrow.gif) no-repeat center right;
	padding-right: 14px;
}

#paginacja2 .previous, #paginacja2_dol .previous {
	background: url(views/img/arrow_left_zielen.gif) no-repeat center left;
	padding-left: 14px;
}

h3.aktualnosci_szczegol{
	font-family:tahoma;
	font-size:18px;
	color:#333333;
	font-weight:normal;
	padding-bottom:2px;

	width:250px;
	float:left;

}
div.aktualnosci_szczegol a img.photo_akt{
	float:left;
	margin-right:15px;
	margin-bottom:5px;
}
div.aktualnosci_szczegol span.date{
	font-family:tahoma;
	font-size:11px;
	color:#333333;

}
div.aktualnosci_szczegol span.przerwa{
	font-family:tahoma;
	font-size:12px;
	color:#333333;
	padding-left:10px;
	padding-right:10px;

}
div.aktualnosci_szczegol span.title{
	font-size: 11px;
	color:#343434;
	text-decoration:underline;
	font-weight:normal;
}


div.aktualnosci_szczegol p{
	font-family:tahoma;
	font-size:11px;
	color:#333333;
	padding-bottom:10px;
	_padding-bottom:30px;
	text-align:justify;
}
div.dol2{
	border-top:1px solid #cccccc;
	margin-top:3px;
	padding-top:3px;
}
div.naglowek_szczegolow{
	margin-bottom:10px;
}


div#przewijane-obrazy_akt{
	margin-top:10px;
	margin-bottom:20px;

}
/*-----------------koniec styli do aktualnosci_szczegol_b.html----------------*/
/*-----------------poczatek styli do kontakt.html----------------*/

div#kontakt_lewa{
	width:286px;
	float:left;
	padding-top:5px;
	_padding-top:0px;
	overflow:hidden;
	background:#f5f5f5;
	height:auto;
	min-height:521px;
}

div#kontakt_prawa{
	float:left;
	width:288px;
	padding-top:5px;
	_padding-top:0px;	
	background:#e9e9e9;
	min-height:521px;
}
 
div#kontakt_prawa_calkiem{
	float:right;
	width: 286px;	
	overflow:hidden;
	padding-top:5px;
	_padding-top:0px;		
	background:#f5f5f5;
	height:auto;
	min-height:521px;
}

div#kontakt_prawa_calkiem .links ul {
	margin:15px;
}

div#kontakt_prawa_calkiem .links ul li {
	line-height:20px;
}

div#kontakt_lewa p.name{
	font-size:11px;
	font-family:tahoma;
	color:#00752b;
	font-weight:bold;

}
div#kontakt_lewa p{
	font-size:11px;
	font-family:tahoma;
	color:#333333;


}
div#kontakt_lewa a{
	font-size:11px;
	font-family:tahoma;
	color:black;
	text-decoration:underline;

}
div#kontakt_lewa a:hover{
	font-size:11px;
	font-family:tahoma;
	color:black;
	text-decoration:underline;

}

table.kontakt{
	font-size:12px;
	color:#8f8f8f;
	width:390px;

	margin-left:-22px;
	_margin-left:-15px;
	_width:200px;
}
table.kontakt td{
	vertical-align:middle;

}
span.green{
	color:#00752b;
}
input.text_kontakt{
	width:193px;
	border:1px solid #E9E9E9;
	height:17px;
	_height:20px;
	font-size:11px;
	font-family:tahoma;
	color:#8f8f8f;
	padding-top:3px;
	padding-left:5px;
	margin-bottom:4px;
	_margin-top:5px;
	_margin-top:0px;
}
input.file_kontakt{
	width:190px;
	background:#fff;
	font-size:11px;
	font-family:tahoma;
	color:#8f8f8f;
	margin-bottom:5px;
	_margin-top:5px;
	_margin-top:0px;
}
select.select_kontakt{
	width:200px;
	border:1px solid #E9E9E9;
	height:20px;
	_height:20px;
	font-size:11px;
	font-family:tahoma;
	color:#8f8f8f;
	padding:1px;
	margin-bottom:4px;
	_margin-top:5px;
	_margin-top:0px;
}
input.text_kontakt:focus, select.select_kontakt:focus{

	border:1px solid #1e2c5d;
}
textarea.textarea_kontakt:focus{
	border:1px solid #1e2c5d;

}
textarea.textarea_kontakt{
	width:261px;
	height:132px;	
	border:1px solid #E9E9E9;
	font-size:11px;
	font-family:tahoma;
	color:#8f8f8f;
	padding:5px;
	_margin-top:5px;
	_margin-top:0px;
	margin-left:34px;
	margin-top:5px;
	overflow:hidden;
}
td.obowiazkowe{
	font-size:10px;

}
input.submit_kontakt{
	border:0px;
	float:right;
	margin-right:0px;
	margin-top:-5px;
	
	cursor:pointer;
	margin-top:2px;
	_margin-top:-8px;
	_margin-top:-8px;
}

div#kontakt_mapa{
	width:720px;
	float:left;

}

div#kontakt_mapa a{
	color:#00752b;
	font-size:11px;
	font-family:tahoma;


}
div#kontakt_mapa a:hover{
	color:#000;
	font-size:11px;
	font-family:tahoma;

}

iframe{
	margin-top:2px;
	border:1px solid #cccccc;

}

/*-----------------koniec styli do kontakt.html----------------*/
/*-----------------poczatek styli do pliki_b.html----------------*/
.pliki{

	padding-bottom:0px;
	color:#333333;
	font-size:12px;
	font-family:tahoma;
	margin-top:15px;

	text-align:justify;
	margin-bottom:0px;
}
.pliki a img{


}
.pliki a:hover img{

}
.pliki td.icons{
	padding-right:20px;
	vertical-align:top;
}

.pliki td.icons{
	vertical-align:top;
	width:10px;
	_width:50px;
}
/*-----------------koniec styli do pliki_b.html----------------*/
/*-----------------poczatek styli do pliki_a.html----------------*/

table.pliki2{
	border-bottom:1px solid #cccccc;
	padding-bottom:0px;
	color:#333333;
	font-size:12px;
	font-family:tahoma;
	margin-top:15px;

	text-align:justify;
	margin-bottom:30px;
}
table.pliki2 td.icons{
	padding-left:5px;

	vertical-align:top;
	width:70px;
	_width:70px;
}



/*-----------------koniec styli do pliki_a.html----------------*/
/*-----------------poczatek styli do faq_b.html----------------*/
div#faq{	
	margin-top:-5px;
	_margin-top:-25px;
	_margin-top:-15px;
        _display: table;

}
#prawa_left div#faq{
	width:610px;
	_width:630px;	
}



#prawa_left div#faq a{
	font-family:tahoma;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#00752b;
	_padding-left:15px;
 
	background-image:url(views/img/dziubek_prawy_szary.gif);
	background-repeat:no-repeat;
	background-position: 11px 12px;	
	_overflow:hidden;
	padding-bottom:4px;
	padding-top:9px;
	_padding-right:0px;
	_padding-top:12px;

	width:350px;
	_height:20px;
	margin-top:-1px;
	float:left;

        




	padding-left:30px !important;
}
#prawa_left div#faq a:hover, #prawa_left div#faq a.active {
	color:#000;
	font-weight:normal;
	background-image:url(views/img/dziubek_prawy_czerwony.gif);
}
div#faq .faqItem{
	/*background-image:url(views/img/menu_bok_bg_off.jpg);*/
        
        
	border-bottom:1px solid #d1d1d1;

	_background-image:url(./views/img/dziubek_prawy_szary.gif);
	_background-repeat:no-repeat;
	_background-position:11px center;
	_padding-left:30px;
        _display:table;
        float:left;
        

	
}
.faqItem.active {background:#ffffff; }

img.faq_linia{
	margin-top:-10px;
	height:1px;
}
#prawa_left img.faq_linia{
	margin-top:-10px;
	height:1px;

}
#prawa_left div#faq p{
	color:#333333;
	font-size:12px;
	font-family:tahoma;
	margin-top:15px;
	text-align:justify;

}
table.wyrozniony_text img.green_arrow{
	padding-right:18px;

}

div#faq span.arrow{

	margin-left:20px;

}

span.arrow_text{

	color:#333333;
	font-size:12px;
	font-family:tahoma;
	margin-top:15px;
	text-align:justify;
}
table.wyrozniony_text{
	margin-left:20px;
	margin-top:5px;
	color:#333333;
	font-size:12px;
	font-family:tahoma;
	margin-top:15px;
	text-align:justify;
}
#prawa_left div.dotted{
	width:489px;
	background-image:url(views/img/dotted_line.gif);
	background-repeat:repeat-x;
	margin-top:0px;

	_height:10px;
	_height:5px;
	font-size:5px;
	margin-top:15px;
	_margin-top:0px;
}
/*-----------------koniec styli do faq_b.html----------------*/
/*-----------------poczatek styli do faq_a.html----------------*/
#prawa_left_akt div.dotted{
	width:620px;
	background-image:url(views/img/dotted_line.gif);
	background-repeat:repeat-x;
	margin-top:26px;

	_margin-top:0px;
	_height:10px;
	_height:5px;
	font-size:5px;

}
div#faq2{
	float:left;

	margin-top:-5px;
	_margin-top:-25px;
	_margin-top:-15px;

}
#prawa_left_akt div#faq{
	width:620px;
}


#prawa_left_akt div#faq  a{
	font-family:tahoma;
	font-size:11px;
	_font-weight:bold;
	text-decoration:none;
	color:#00752b;
	padding-left:15px;

	_background-image:url(views/img/bg_faq_off.gif);
	background-repeat:no-repeat;
	_overflow:hidden;
	padding-bottom:10px;
	padding-top:9px;
	padding-right:0px;
	_padding-top:12px;
        

	width:620px;
	_height:20px;
	margin-top:-1px;
	display:block;
        background-image:url(./views/img/dziubek_prawy_szary.gif);
        background-repeat:no-repeat;
	background-position:5px center;


	padding-left:1px !important;
}

#prawa_left_akt div#faq a span {margin-left:30px; display:block; }
#prawa_left_akt div#faq a:hover {
	font-family:tahoma;
	font-size:11px;
	text-decoration:none;
        vertical-align:middle; 
	color:#000;
	_font-weight:bold;
	background-image:url(./views/img/dziubek_prawy_czerwony.gif);
        background-color:#ffffff; 
        
        
}
#prawa_left_akt div#faq a.active {
    background-image:url(./views/img/dziubek_dol_szary.gif);
}
#faq .faqItemAnswer {width:570px; padding-right:10px; padding-left:30px; padding-bottom:10px; }
#faq .faqItemAnswer p {font-size:11px !important;  }
/*#prawa_left_akt div#faq li.menuItem{
	/*background-image:url(views/img/menu_bok_bg_off.jpg);*//*

	display:block;
	padding:1px 0 0;

	margin-bottom:-10px;
	_margin-bottom:-12px;
	width:720px;
}*/

#prawa_left_akt a.lightBox.image {
	/*margin-left:-5px;*/
}

#prawa_left_akt a.lightBox.image img {
	margin-left:-2px;
}

#prawa_left_akt img.faq_linia{
	margin-top:-10px;
	height:1px;
	width:720px;
}
#prawa_left_akt div#faq  p{
	color:#333333;
	font-size:12px;
	font-family:tahoma;
	margin-top:15px;
	text-align:justify;
}
table.wyrozniony_text img.green_arrow{
	padding-right:18px;

}

#prawa_left_akt div#faq  span.arrow{

	margin-left:20px;

}

span.arrow_text{

	color:#333333;
	font-size:12px;
	font-family:tahoma;
	margin-top:15px;
	text-align:justify;
}
table.wyrozniony_text{
	margin-left:20px;
	margin-top:5px;
	color:#333333;
	font-size:12px;
	font-family:tahoma;
	margin-top:15px;
	margin-bottom:10px;
	text-align:justify;
}

/*-----------------koniec styli do faq_a.html----------------*/

/*-----------------poczatek styli do galeria_a.html----------------*/
div.text_galeria{
	float:left;
	margin-top:10px;
	_margin-top:20px;
	width:100%;
}
div.text_galeria p{
	font-size:12px;
	font-family:tahoma;
	color:#333333;
	text-align:justify;

}
div#galery{
	float:left;
	padding-left:7px;

}
div.galery_pojedynczy{
	float:left;
	margin-left:15px;
	margin-bottom:20px;


}
div.galery_pojedynczy a img{
	height:71px;
	width:96px;
	border:2px solid #e5e5e5;

}
div.galery_pojedynczy a img:hover{

	border:2px solid #00752b;
}
div.galery_pojedynczy p{
	text-align:center;
	padding-top:2px;
}
div.galery_pojedynczy p a{
	font-size:11px;
	color:#00752b;
}
div.galery_pojedynczy p a:hover{
	font-size:11px;
	color:#000;
}

table.galeria{
	margin-left:12px;
}
table.galeria td{
	text-align:center;
	padding-right:17px;
}
table.galeria td.photo{
	padding-top:10px;
	height:71px;
	width:96px;
}
table.galeria a{
	font-size:11px;
	color:#00752b;

}
table.galeria a:hover{
	font-size:11px;
	color:#000;

}
table.galeria  td.photo a img{
	height:71px;
	width:96px;
	border:2px solid #e5e5e5;
	margin-bottom:-5px !important;
	margin-bottom:2px;
}
table.galeria  td.photo a img:hover{

	border:2px solid #00752b;
}

td.tekst_link{
	vertical-align:top;

}

/*-----------------koniec styli do galeria_a.html----------------*/
/*------------------poczatek styli do tekst_informacyjny_z_komentarzem.html------------*/
p.tekst_informacyjny{
	font-size:12px;
	color:#333333;
	font-family:tahoma;
	text-align:justify;
	padding-bottom:20px;
}
div.link_wiecej2{
	float:right;
	text-align:right;
	_margin-top:3px;
	margin-top:10px;
	margin-bottom:3px;
}

div.linia{
	background:url(views/img/dotted_line.gif);
	background-repeat:repeat-x;
	float:left;
	width:100%;
	height:5px;
}
/*------------------koniec styli do tekst_informacyjny_z_komentarzem.html------------*/
/*------------------poczatek styli do tekst_informacyjny_z_komentarzem2.html------------*/
div.linia2{
	background:url(views/img/line_dotted2.gif);
	background-repeat:repeat-x;
	float:left;
	width:720px;
	height:5px;
}
/*------------------koniec styli do tekst_informacyjny_z_komentarzem2.html------------*/
/*------------------poczatek styli do tekst_informacyjny_z_komentarzem_rozsuniety.html------------*/
div.formularz_komentarz{
	float:left;

}
div.formularz_komentarz table{
	font-family:tahoma;
	font-size:12px;
	color:#333333;
	margin-top:10px;
}
div.formularz_komentarz table td{
	padding-bottom:7px;
	vertical-align:top;
}
div.formularz_komentarz table td span{
	color:#999999;
	font-size:9px;
}
div.formularz_komentarz table td input.form_komentarz{
	width:365px;
	padding:2px;
	padding-right:5px;
	margin-left:15px;
	border:1px solid #cccccc;
	font-size:12px;
	color:#333333;
}
div.formularz_komentarz table td textarea.form_komentarz_text{
	width:365px;
	padding:2px;
	padding-right:5px;
	margin-left:15px;
	border:1px solid #cccccc;
	height:160px;
	font-size:12px;
	color:#333333;
}
div.komentarze{
	float:left;
	margin-bottom:20px;
}

#prawa_left div.komentarze a.active{
	font-family:tahoma;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#00752b;
	padding-left:15px;
	background:url(views/img/bg_faq_active.gif) no-repeat center right;
	_overflow:hidden;
	padding-bottom:4px;
	padding-top:9px;
	padding-right:0px;
	_padding-top:12px;

	width:489px;
	_height:20px;
	margin-top:-1px;
	display:block;



	padding-left:1px !important;
}
#prawa_left div.komentarze a{
	font-family:tahoma;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#00752b;
	padding-left:15px;
	background:url(views/img/bg_faq_off.gif) no-repeat center right;
	overflow:hidden;
	padding-bottom:4px;
	padding-top:9px;
	padding-right:0px;
	_padding-top:12px;
	width:489px;
	height:20px;
	margin-top:-1px;
	display:block;
	padding-left:1px !important;
}
#prawa_left div.komentarze a:hover{
	font-family:tahoma;
	font-size:11px;
	text-decoration:none;
	color:#000;
	font-weight:bold;
	/*background-image:url(views/img/bg_faq_on.gif);*/
}
#prawa_left div.komentarze li.menuItem{
	/*background-image:url(views/img/menu_bok_bg_off.jpg);*/
	display:block;
	padding:1px 0 0;
	width:489px;
}
#prawa_left div.dotted{
	width:489px;
	background-image:url(views/img/dotted_line.gif);
	background-repeat:repeat-x;
	_height:10px;
	_height:5px;
	font-size:5px;
	margin-top:2px;
	_margin-top:0px;
}
div.komentarze a span{
	color:#333333;
	font-size:12px;
	font-weight:normal;
}
p.tekst_informacyjny2{
	font-size:12px;
	color:#333333;
	font-family:tahoma;
	text-align:justify;
	padding-top:10px;
	padding-bottom:10px;
	_padding-top:10px;
	_padding-bottom:10px;
}
/*------------------koniec styli do tekst_informacyjny_z_komentarzem_rozsuniety.html------------*/
/*------------------poczatek styli do tekst_informacyjny_z_komentarzem_rozsuniety2.html------------*/
#prawa_left_akt div.komentarze a.active{
	font-family:tahoma;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#00752b;
	padding-left:15px;
	background:url(views/img/bg_faq_long_active.gif) no-repeat center right;
	overflow:hidden;
	padding-bottom:4px;
	padding-top:9px;
	padding-right:0px;
	_padding-top:12px;
	width:719px;
	height:20px;
	margin-top:-1px;
	display:block;
	padding-left:1px !important;
}
#prawa_left_akt div.komentarze a{
	font-family:tahoma;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#00752b;
	padding-left:15px;
	background:url(views/img/bg_faq_off.gif) no-repeat center right;
	overflow:hidden;
	padding-bottom:4px;
	padding-top:9px;
	padding-right:0px;
	_padding-top:12px;
	width:719px;
	height:20px;
	margin-top:-1px;
	display:block;
	padding-left:1px !important;
}
#prawa_left_akt div.komentarze a:hover{
	font-family:tahoma;
	font-size:11px;
	text-decoration:none;
	color:#000;
	font-weight:bold;
	background-image:url(views/img/bg_faq_on.gif);
}
#prawa_left_akt div.komentarze li.menuItem{
	/*background-image:url(views/img/menu_bok_bg_off.jpg);*/
	display:block;
	padding:1px 0 0;
	width:720px;
}
#prawa_left_akt div.dotted{
	width:720px;
	background-image:url(views/img/dotted_line.gif);
	background-repeat:repeat-x;
	margin-top:0px;

	_height:10px;
	_height:5px;
	font-size:5px;
	margin-top:26px;
	_margin-top:0px;
}


/*------------------koniec styli do tekst_informacyjny_z_komentarzem_rozsuniety2.html------------*/

form .error, div.formularz_komentarz table td input.error,
div.formularz_komentarz table td textarea.error {
	border: 1px solid #e00;
}

p.okMsg, p.errorMsg {
	color: #00752b;
	font-size: 12px;
	padding: 10px 5px 15px;
}

p.errorMsg {
	color: #e00;
}

#map {	
	margin-left:10px;
	margin-top:10px;
	width: 258px;
	height: 452px;
	border: 5px solid white;
}

div#spolki .carousel {
    margin: 0 auto;
}
div.ankieta_left{
    border:1px solid #e2e2e2;
    background:url(views/img/bg_ankieta_box.gif) #f4f4f4;
    background-repeat:repeat-x;
    padding:10px;
    width:187px;
    _width:210px;
    margin-top:4px;
}

.poll .topic{
    color:#000;
    font-size:12px;
    font-weight:bold;
    margin-top:7px;
    margin-bottom:5px;
}
.poll .vote, .poll .results, .poll a {
	display: none;
    font-size:12px;
    color:#333333;
    font-family:tahoma;
}
.poll .results{

    margin-top:10px;
    width:160px;
    margin-bottom:10px;
}
.poll .vote p {
    padding-bottom:5px;
}

.poll .answer {
	padding: 1px;
	font-size: 11px;
	font-size:12px;
    color:#333333;
    font-family:tahoma;
}
.poll .results .answer{
    padding-top:10px;
    margin-bottom:3px;
}
.poll .podkladka{
    background:#e9e9e9;
    float: left;
	height: 7px;
    width:100%;
    font-size:2px;
}
.poll .bar {
	background: #017429;
	float: left;
	height: 7px;
    margin-top:-7px;
    font-size:2px;
}
.poll a#resultsBtn img{
    margin-top:15px;
}
.poll a#voteBtn img{
    margin-top:15px;
    float:right;
    _margin-top:-24px;
}
.poll span.procent{
    margin-top:-9px;
    float:right;
    margin-right:-28px;
    _margin-right:-32px;
    position:relative;
    z-index:10;
}
.poll a#backBtn img{
    margin-top:15px;


}
div.shortcuts{
    /*_margin-top:15px;*/
    padding-left:13px;
    width:197px;
    float:left;
    background:#f5f5f5;
    border-top:1px solid #ffffff;
}


div.shortcuts h3, div.important h3{
    /*border-bottom:1px solid #cccccc;*/
    padding-top:10px; 
    margin-bottom:5px;
    font-size:11px;
}
div.shortcuts a.bold{
    font-weight:bold;
    font-size:11px;
    /*color:#00752b;*/
    text-decoration:none;
}
div.shortcuts a.bold:hover{
    font-weight:bold;
    font-size:11px;
    color:#000;
    text-decoration:none;
}
div.shortcuts span.description{
    font-size:11px;
    color:#333333;
    margin-left:4px;
    line-height:14px;

}
div.shortcuts a{
    font-weight:normal;
    font-size:11px;
    /*color:#00752b;*/
    text-decoration:none;
}
div.shortcuts a:hover{
    font-weight:normal;
    font-size:11px;
    color:#000;
    text-decoration:underline;
}
div.shortcuts img{
    float:left;
    margin-right:10px;
}
div.shortcuts div.link{

}
div.important{
    /*_margin-top:10px;*/
    padding-bottom:10px;
    border-top:1px solid #ffffff;
    min-height:120px;
    background:#f5f5f5;
    float:left;
    position:relative;
}
div.important a{
        font-weight:normal;
    font-size:11px;
    color:#00752b;
    text-decoration:none;
    padding-left:3px;
}
div.important a:hover{
        font-weight:normal;
    font-size:11px;
    color:#000;
    font-family:tahoma;
    text-decoration:underline;
}


.rssLinks{

    padding:10px;
}
.rssLinks a{
    font-weight:normal;
    font-size:12px;
    color:#00752b;
    text-decoration:none;
    line-height:15px;
}
.rssLinks a:hover{
    font-weight:normal;
    font-size:12px;
    color:#000;
    text-decoration:underline;

}
.rssLinks table {
    width:465px;
}
.rssLinks table td{
    padding-right:10px;
    vertical-align:middle;
    text-align:left;
    padding-top:2px;
    padding-bottom:4px;
}

.fck {
    clear:both;
}

.fck a {
    color:black;
    text-decoration:underline;


}
.fck a:hover{
    color:#000;
    text-decoration:underline;
}
/*-------------- top ---------------*/
.mapa_3 {
	background-image: url(views/img/mapa_3.jpg);
}





.mapa_6 {
	background-image: url(views/img/mapa_6.jpg);
}

.mapa_25 {
	background-image: url(views/img/mapa_25.jpg);
}

.mapa_26 {
	background-image: url(views/img/mapa_26.jpg);
}





/*---------------------------------*/

.chart {
	margin-left: 75px;
	margin-top: 10px;
}

.naglowek .wiecej {
	float: right;
	margin-top: 5px;
}

.stock .item {
	float: left;
	width: 305px !important;
    width:305px;
	_width:305px;
    font-size:11px;
    color:#333333;        
    background-position:0px 0px;    
	padding-top:5px;
        padding-bottom:5px;
	padding-left:10px;
	clear:both;
	_height:18px;
}

.stock .item2 {
	float: left;
	width: 305px !important;
    width:305px;
	_width:305px;
    font-size:11px;
    color:#333333;                
    background-position:0px 0px;    
	background:#f4f4f4;
	_height:18px;
	padding-top:5px;
        padding-bottom:5px;	
	padding-left:10px;
	clear:both;
}

.opis_informacje{
	padding-left:15px;
	padding-bottom:10px;
	line-height:14px;
	font-weight:bold;
	font-size:12px;
	color:black;	
}
.stock .value {
	float: left;
	width: 160px;
	color:#333333;
}
.stock .value_opis{
	float: left;	
	color:#333333;
	padding-left:5px;
}
/*----raporty okresowe ---------*/
div.rok {
	float:right;
	margin-top:-37px;
	margin-right:10px;
}

div.rok a{
	color:#333333;
	font-size:9px;
	font-family:verdana;
	text-decoration:none;
}
div.rok a:hover{
	color:#333333;
	font-size:9px;
	font-family:verdana;
	text-decoration:none;
	font-weight:bold;
}
#naglowek{
	border-bottom:1px solid #cccccc;
	margin-bottom:15px;
}
div.rok a.next img{
	vertical-align:middle;
	margin-left:5px;

}
div.rok a.previous img{
	vertical-align:middle;
	margin-right:5px;

}
.pagination{text-decoration:none;float:right;}
.pagination a.first{text-decoration:none;}
.pagination a.previous{background-image:url("../views/img/arrow_left_zielen.gif");padding-left:10px;text-decoration:none;background-repeat:no-repeat;vertical-align:bottom;}
.pagination a.next {background-image:url("../views/img/arrow.gif");padding-left:10px;margin-left:5px;text-decoration:none;background-repeat:no-repeat;}
.pagination a.last{text-decoration:none;}
.pagination a.normal{padding-left:2px;text-decoration: none;}

.data_raportu{
	color:#333333;
	font-size:12px;
	padding-bottom:2px;
	padding-top:3px;
	_padding-top:1px;
}

.title_raport{
	margin-top:6px;
        display:table;
}

.title_raport span {display:table-cell; width:100px; vertical-align: middle; padding-left:15px; }

.title_raport a{
	font-size:11px;
	color:#000;
	font-weight:normal;
	text-decoration:none;
	line-height:16px;
        display:table-cell;
        vertical-align:middle;
        width:590px;
        padding-bottom:6px;
        margin-right: 40px;
}
/*
.title_raport a:hover{
	font-size:11px;
	color:#333;
	font-weight:normal;
	text-decoration:none;
	line-height:16px;
}*/
p.title_raportu{
	padding-bottom:10px;
	padding-top:10px;
	background:#e9e9e9;
	padding-left:5px;	
	margin-top:10px;
}
p.title_raportu b{
	color:#333333;
	font-size:11px;
}


.aktualny_rok{
	background:white url(../views/img/dziubek_dol_szary.gif) no-repeat 40px center;
	width:50px;
	height:30px;
	border-bottom:1px solid #e9e9e9;
	cursor:pointer;
}
.aktualny_rok span{
	display:block;
	padding-top:10px;
	text-align:center;
	width:50px;
	color:#000;
}

.lata{
	display:none;
	position:absolute;
	top:31px;
	left:0px;
}

.lata .pojedynczy{
	clear:both;
	width:50px;	
	height:30px;
	background:white;
}

.lata .pojedynczy a{
	padding-top:10px;
	display:block;
	text-align:center;
	width:100%;
	height:100%;
}

.podzial_na_lata{
	float:right;
	margin-right:160px;
	margin-top:-38px;
	position:relative;
}


div.dotted5{
	width:100%;
	background:url(views/img/dotted_line.gif);
	background-repeat:repeat-x;
	overflow:hidden;
	height:1px;
	float:left;
	margin-top:5px;
	_margin-top:6px;
	margin-bottom:0px;

}


/*------------------------------*/
.znajdz{
	float:right;
	margin-top:10px;
}
.znajdz .znajdz_label{
	float:left;
	color:#333333;
	font-size:10px;
	position:relative;
	top:8px;
	margin-right:3px;
}
div.videos {
	float:left;
	margin-top:20px;
}
div.videos a{
	float:left;
	margin-right:15px;

}
div.videos div.description a.title{
	font-weight:bold;
	font-size:12px;
	color:#00752b;
	text-decoration:none;
}
div.videos div.description a.title:hover{
	font-weight:bold;
	font-size:12px;
	color:#000;
}
div.videos div.description p.opis{
	font-size:12px;
	color:#333333;
}

div.light_square .pp_close {
	background-image: url(views/img/light_close.gif);
	height: 16px;
	margin-top: 25px;
	width: 16px;
}

.tickLabel {
	font-family: "Times New Roman";
}
/* newsletter */
.newsletter{
	background-image: url("views/img/bg_newsletter.jpg");
	background-repeat:  no-repeat;
	height: 160px;

	padding:10px;
}
.newsletter .newsletterinfo{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 5px;
	font-size: 11px;
	line-height: 15px;
}
.newsletter div{

}

.newsletter a {
	color: #00752b;
	font-size: 11px;
	text-decoration: none;
}

.newsletter a:hover {
	text-decoration: underline;
}

.newsletter .text{
	background-image: url("views/img/pole_newsletter.gif");
	margin-right:2px;
	width:158px;
	height: 18px;
	border: none;
	background-repeat: no-repeat;
	line-height: 15px;
	font-size: 11px;
	margin-left: 0px;
}

.newsletter p {
	float:left;
}

.newsletter #signin {
	margin: 4px 4px 4px 0px;
	margin-top: 6px;
	display: block;
}

.ui-widget-overlay {
	background: #000;
	opacity: 0.8;
}

/* Drukowanie */
#btnPrintPreview {
	background: url(views/img/ico_print.gif) no-repeat top center;
	float: right;
	height: 12px;
	margin: 0 5px 0 20px;
	width: 12px;
}

#btnPrintPreview:hover {
	background-position: bottom center;
}

#paginacja2 #btnPrintPreview {
	float: none;
}

#paginacja2 #btnPrintPreview:hover {
	background-position: 50% -13px;
}

#btnPrint {
	font-size: 14px;
	padding: 10px 0 20px;
	text-align: center;
}

#btnPrint a {
	color: #00752b;
	text-decoration: none;
}

td.value {
	padding: 2px 0;
	padding-right: 20px;
	text-align: right;
}

div#menu_boczne a.podmenu2:hover, div#menu_boczne a.podmenu2_active:hover {
	background-repeat: no-repeat !important;
}




#main_content{
	width:860px;
	margin: 0 auto;
	text-align:left;
}

#main_box{
	clear:both;
	margin-bottom:10px;
	min-height:210px;
}

#main_left_box{
	position:relative;
	width:314px;
	min-height:210px;
	background:#f5f5f5;
	float:left;
}


#main_middle_box{
	position:relative;
	width:314px;
	min-height:210px;
	background:#e5e5e5;		
	float:left;
}

#main_middle_box .content{
	font-family:tahoma;
	margin-left:14px;
	font-size:11px;
	color: #666666;
	line-height:180%;
	width:285px;
}

#main_right_box{
	position:relative;
	width:231px;
	height:210px;
	background:url(./views/img/notowania_bg.gif) 0 0 no-repeat;		
	float:left;
}
.header_box object, .header_box h3, .header_box_inverse object, .header_box_inverse h3 {
        margin:10px 0 0 15px;
}

.header_box_inverse h3 {color:#ffffff !important;}
.przycisk_box{
	position:absolute;
	bottom:-2px;
	left:11px;
}

#main_box_bottom{
	clear:both;
	margin-bottom:10px;
}

#main_left_box_bottom{
	width:314px;
	min-height:120px;
	background:#f5f5f5;
	float:left;
}


#main_middle_box_bottom{
	width:314px;
	min-height:120px;
	background:#e5e5e5;		
	float:left;
}

#main_right_box_bottom{
	width:231px;
	min-height:120px;
	background:#f5f5f5;		
	float:left;
	position:relative;
	overflow:hidden;
}

#lang{
	float:right;	
}

.lang{
	color:#202022;
	float: left;
	
}

.lang_active{
	color:#82161c;
	float: left;
}

.separator{
	float:left;
	margin: 0px 6px;
	color:#cccccc;
}


.stopka{
	font-size:10px;
	color:#a6a6a6;
	margin-bottom:10px;
}

.stopka_left{
	float:left;
	padding-top:10px !important;
	padding-top:0px;
}
.stopka_center{
	float:left;
	padding-top:10px !important;
	padding-top:0px;
    width:510px;
    text-align:center;
}
.stopka_center a.siteMap{
    font-size:10px;
	color:#a6a6a6;
}
.stopka_center a.siteMap:hover{
    font-size:10px;
	color:#a6a6a6;
    text-decoration:underline;
}
div .stopka_left a .rss{
	margin-left:5px;
}

.stopka_right{
	padding-top:5px;
	float:right;
	font-size:10px;
	_padding-top:0px;
	margin-bottom:10px;
    _position:relative;
    _top:-5px;
}

.stopka a{
	font-size:11px;
	font-family:tahoma,sans-serif;
	color:#00752b;
	text-decoration:none;
}

.stopka a:hover{
	color:#000;
	text-decoration:underline;
}

#stopka span{
	padding-right:10px;
	padding-left:10px;
}

.logo_pp{
	margin-left:5px;
}


#zawartosc{
	width:860px;	
	margin:0px auto 31px auto;
}

/* Bottom */

#bottom{
	width:960px;
	text-align:center;
	border-top:1px solid #cccccc;
	margin:10px auto 31px auto;
	background: #F5F5F5;
	height:70px;
	_margin:10px auto 31px auto;
	clear:both;	
}
#bottom div{
	float:left;
}

#bottom     div:last-child{ 
	font-size:9px;
	float:right;
}


#bottom     div:last-child div{ 
	color:#989898;
}
#bottom  > div{
	width:910px;
	_magin:10px auto 31px auto;
}

#copyright{
	_font-size:9px;
	_color:#989898;
}

#copyright a {text-decoration: none; color:#999999; }


.akt_wiersz{
	margin-top:12px;
	margin-bottom:12px;
	margin-left:16px;
}

.akt_wiersz .akt_lewe{
	float:left;
	font-size:11px;
	font-family:tahoma;
	color:#656565;	
	width:64px;
	line-height:18px;
}

.akt_wiersz .akt_prawe{
	float:left;
	margin-left:0px;
	font-family:tahoma;
	color:#656565;	
	width:223px;
	font-size:10px;
}

.akt_wiersz .akt_prawe a{
	font-size:11px;
	font-family:tahoma;
	float:left;
	color:#333333;		
	text-decoration:underline;
	line-height:18px;
}

#searchbox {
    height:70px;
    width:260px;
    position:absolute;
    top:130px;
    left:650px;
    position:absolute;
    background-image:url(./views/img/tlo_searchbox.png);
    background-position:right;
    background-repeat:no-repeat;    
    
}

.gorne_menu{
	width:860px;
	height:70px;
	
	position:absolute;
	top:130px;
	left:50px;
		background-image:url(./views/img/tlo_menu.png);
}

.gorne_menu .menu1{
	width:96px;
	height:70px;
	margin-right:1px;
	float:left;
	cursor:pointer;		
	position:relative;
}

.gorne_menu .menu2{
	width:164px;
	height:70px;
	margin-right:1px;
	float:left;	
	cursor:pointer;	
	position:relative;
}

.gorne_menu .menu3{
	width:121px;
	height:70px;
	margin-right:1px;
	float:left;	
	cursor:pointer;	
	position:relative;
}

.gorne_menu .menu4{
	width:149px;
	height:70px;
	margin-right:1px;
	float:left;	
	cursor:pointer;	
	position:relative;
}

.gorne_menu .menu5{
	width:95px;
	height:70px;
	margin-right:1px;
	float:left;	
	cursor:pointer;
	position:relative;
}

.linkmenu{
	float:right !important;
	margin-right:22px;
	color:white;
	font-size:12px;
	margin-top:24px;
	font-weight:bold;
	font-family: "Arial";
        text-decoration:none;
}

.dziubek{
	position:absolute;
	right:16px;
	bottom:17px;
	display:none;
}
 
.link_serwisu{
	padding-left:15px;
	background-image:url(./views/img/dziubek_prawy_czerwony2.gif);
	background-repeat:no-repeat; 
	background-position:6px center;	
	width:90px;	
	float:left;
	margin-top:10px;
}


.raport_body{
	/*height:30px;*/
	width: 590px;
	border-bottom:1px solid #d1d1d1;
	/*overflow:hidden;*/
	background-image:url(./views/img/dziubek_prawy_szary.gif);
	background-repeat:no-repeat; 
	background-position:11px center;		
	padding-left:30px;
}

#bottomtext {
	margin-left:45px;
	width:520px;
}

#bottomtext p{
	color:#999999;
	font-size:10px;
}

/********* Obrazki w artykułach ****************/
#art img {}

/********* Corporate Governance ****************/

#cg .description {
    margin:5px 0 5px 0;


}


/********* Art2Columns ****************/
#art2columns .column {
	width:296px;
	float:left;
	margin-right:5px;
	clear:right;
}

/********* Error 404 ****************/

.errorinfo.fck {
    
    
    
    
}

.error404 p.links {text-align:left; padding-left:145px;}

a.button {
	display:inline-block;
	background:#ffffff;
	padding:10px 10px;
	border:5px solid #ffffff;
	border-top:0;
	border-bottom:0;
	height:10px;
	background-repeat:no-repeat;
	font-size:11px;
/*	*/

}

a.button.redRight {
	background-image:url(views/img/arrow_red.gif);
	background-position:right center;
	border-right-width: 10px;
}

a.button.redLeft {
	background-image:url(views/img/arrow_red.gif);
	background-position:left center;
	border-left-width: 10px;
}

a.button.redLeft2 {
	background-image:url(views/img/arrow_red.gif);
	background-position:left center;
	border-left-width: 10px;
}

a.button.redLeftUp {
	background-image:url(views/img/arrow_red_up.gif);
	background-position:left center;
	border-left-width: 10px;
}

#search .naglowek object {
	width:30%;
}

#search #paginacja {
	margin-top:0;
}

#callendarium .news2 {
	float:left;
	border:0;
}

#callendarium .node {
	margin-left:15px;
	padding-top:5px;
	padding-bottom:5px;
	border:0;
	float:left;
	width:635px;
	border-bottom:1px solid #cccccc;
}

#callendarium .node .date {
	float:left;
	font-size:10px;
	margin-right:20px;
}

#callendarium .tekst {
	float:left;
	margin-top:0;
	margin-bottom:0;
	width:500px;
}

/* *** sitemap *** */

div.sitemap1_real{
	padding-top:10px;
	_padding-top:20px;
	float:left;
	width:172px;
	background:#f5f5f5;
	min-height:500px;
	overflow:hidden;
}

div.sitemap2_real{
	padding-top:10px;
	_padding-top:20px;
	float:left;
	width:172px;
	background:#e9e9e9;
	min-height:500px;
	overflow:hidden;
}
div.sitemap3_real{
	padding-top:10px;
	_padding-top:20px;
	float:left;
	width:172px;
	background:#f5f5f5;
	min-height:500px;
	overflow:hidden;
}
div.sitemap4_real{
	padding-top:10px;
	_padding-top:20px;
	float:left;
	width:172px;
	background:#e9e9e9;
	min-height:500px;
	overflow:hidden;
}
div.sitemap5_real{
	padding-top:10px;
	_padding-top:20px;
	float:left;
	width:172px;
	background:#f5f5f5;
	min-height:500px;
	overflow:hidden;
}


div.sitemap1 p.p0, div.sitemap1 p.p1, div.sitemap1 p.p2{
	 margin-bottom:10px;
	 margin-top:10px;
}
div.sitemap1 p.p0{
    border-bottom:1px solid #CCCCCC;
	margin-bottom:10px;
	width:100%;
	margin-left:10px;
	height:25px;
}
 div.sitemap1 p.p1{
	margin-left:10px;
	background:url(views/img/dziubek_prawy_czerwony.gif);
	background-repeat:no-repeat;
	background-position: 2px 5px;
}
div.sitemap1 p.p2{
    margin-left:10px;
	padding-left:20px;
	background:url(views/img/dziubek_prawy_czerwony.gif);
	background-repeat:no-repeat;
	background-position: 12px 3px;

}

div.sitemap1 p.p0 a{
	color: #333333;
	font-family: arial;
	font-size:18px;
	font-weight:normal;
	padding-bottom:2px;
	text-decoration:none;
	display:block;
	line-height:13px;
}

div.sitemap1 p.p0 a:hover{
	color: #0A71C0;
	text-decoration: none;
	display:block;
	line-height:13px;
}

div.sitemap1 p.p1 a{
	color: #000000;
	text-decoration: none;
	font-size:11px;
	font-weight:normal;
	padding-left:10px;
	display:block;
	line-height:13px;
}

div.sitemap1 p.p1 a:hover{
	color: #0A71C0;
	text-decoration: none;
	display:block;
	line-height:13px;
}
div.sitemap1 p.p2 a{
	color: #000000;
	text-decoration: none;
	font-size:10px;
	font-weight:normal;
	display:block;
	line-height:13px;
}

div.sitemap1 p.p2 a:hover{
	color: #0A71C0;
	text-decoration: underline;
	display:block;
	line-height:13px;
}

div.sitemap1 p.p3 a{
	color: #000000;
	text-decoration: none;
	font-size:10px;
	font-weight:normal;
	display:block;
	line-height:13px;
}

div.sitemap1 p.p3 a:hover{
	color: #0A71C0;
	text-decoration: underline;
	display:block;
	line-height:13px;
}

/*-----------style zalobne-------------*/
#black div.sitemap1 p.p0 a{
	color: #6a6a6a;
	text-decoration: none;
	font-size:12px;
	font-weight:bold;
	width:300px;
	display:block;
	padding-bottom:5px;
}

#black div.sitemap1 p.p0 a:hover{
	color: #0A71C0;
	text-decoration: none;
}

#black div.sitemap1 p.p1 a{
	color: #000000;
	text-decoration: none;
	font-size:12px;
	font-weight:normal;
	padding-left:10px;
}

#black div.sitemap1 p.p1 a:hover{
	color: #0A71C0;
	text-decoration: none;
}
#black div.sitemap1 p.p2 a{
	color: #000000;
	text-decoration: none;
	font-size:10px;
	font-weight:normal;
}

#black div.sitemap1 p.p2 a:hover{
	color: #0A71C0;
	text-decoration: underline;
}
/*-----------------------------------*/
div.sitemap1 p.p3 {
	margin-left:35px;
	margin-top:5px;
}

#error .errorinfo {
	background:#ebebeb;
	height: 100px;
	background-image:url(views/img/404_bg.png);
	background-repeat:no-repeat;
	background-position:right;
	padding:15px;
}




.mapa_serwisu a {
	color:#000000;
}

#index #black .mapa_3 {
	background-image: url(views/img/black_mapa_3.jpg);
}

#index #black input.submit {
	background-image: url(views/img/black_search_button.gif);
	background-color: #313131;
}

#index #black input.submit:hover {
	background-image: url(views/img/black_search_button_on.gif);
	background-color: #c8c6c6;
}

#index #black div#search{
	background-image: url(views/img/black_search_bg.gif);
	border-color: #373737;
}

#index #black div#menu{
	border-color: #373737;
}

#index #black a.tytul{
	color:#6a6a6a;
}

#index #black a.tytul:hover{
	color:#000;
}

#index #black a.wiecej{
	color:#6a6a6a;
    background-image:url(views/img/black_arrow.gif);
}

#index #black a.wiecej:hover{
	color:#000;
}

#index #black a.info{
	color:#6a6a6a;
}

#index #black a.info:hover{
	color:#000;
}

#index #black div#stopka a{
	color:#6a6a6a;
}

#index #black div#stopka a:hover {
	color:#000;
}

#index #black #menu_boczne a {
	color:#fff;
	background-image:url(views/img/black_menu_bok_bg_off.gif);
}

#index #black #menu_boczne a:hover{
	color:#000;
	background-image:url(views/img/black_menu_bok_bg_on.gif);
}

#index #black #menu_boczne a.podmenu1{
	color:#333333;
	background-image:url(views/img/black_podmenu_off.gif);
}

#index #black #menu_boczne a.podmenu1:hover{
	color:#000;
	background-image:url(views/img/black_podmenu_on.gif);
	background-repeat: no-repeat;
}

#index #black #menu_boczne a.podmenu1_active{
	color:#000;
	background-image:url(views/img/black_podmenu_on.gif);
	background-repeat: no-repeat;
}

#index #black #menu_boczne a.podmenu2 {
	color:#333333;
	background-image: url(views/img/black_podmenu2_off.gif);
	background-repeat: no-repeat;
}

#index #black #menu_boczne a.podmenu2:hover{
	color:#000;
	background-image:url(views/img/black_podmenu2_on.gif);
	background-repeat: no-repeat;
}

#index #black #menu_boczne a.podmenu2_active{
	color:#000;
	background-image:url(views/img/black_podmenu2_on.gif);
	background-repeat: no-repeat;
}

#index #black .newsletter a {
	color: #000;
}

#index #black span.naw a:hover {
	color: #000;
}

#index #black div.shortcuts a.bold{
    color: #6a6a6a;
}

#index #black div.shortcuts a.bold:hover{
    color: #000;
}

#index #black div.shortcuts a{
    color: #6a6a6a;
}

#index #black div.shortcuts a:hover{
    color: #000;
}

#index #black div.important a{
    color: #6a6a6a;
}

#index #black div.important a:hover{
    color: #000;
}

#index #black div#nawigacja_right a:hover{
	color:#000;
}

#index #black a.big{
	color:#6a6a6a;
}

#index #black a.small{
	color:#6a6a6a;
}

#index #black a.normal{
	color:#6a6a6a;
}

#index #black div.aktualnosci_szczegol span.title{
	color:#6a6a6a;
}

#index #black div#paginacja a{
	color:#6a6a6a;
}

#index #black div#paginacja a:hover{
	color:#000;
}

#index #black div#paginacja a.active{
	color:#6a6a6a;
}

#index #black div#paginacja2 a{
	color:#6a6a6a;
}

#index #black div#paginacja2 a:hover{
	color:#000;
}

#index #black div#paginacja2 a.up{
	color:#6a6a6a;
}

#index #black div#paginacja2 a.up:hover{
	color:#000;
}

#index #black div#paginacja2_dol a{
	color:#6a6a6a;
}

#index #black div#paginacja2_dol a:hover{
	color:#000;

}
#index #black div#paginacja2_dol a.up{
	color:#6a6a6a;
}

#black.border {
	border-color: #6a6a6a;
}

#index #black a.wiecej, #index #black a.down {
	color: #000;
}

#index #black #top_prawa {
	background-image: url(views/img/top_zaloba.png);
}

#index #black div#paginacja2_dol a.up:hover {
	color: #000;
}

#index #black div#kontakt_lewa a {
	color: #6a6a6a;
}

#index #black div#kontakt_lewa a:hover {
	color: #000;
}

#index #black .fck a {
    color: #6a6a6a;
}

#index #black .fck a:hover {
    color: #000;
}

#index #black .rssLinks a {
    color: #6a6a6a;
}

#index #black .rssLinks a:hover {
    color: #000;
}

#index #black div.products {
	background-image: url(views/img/products_bg.gif);
}

#index #black div.products_on {
	background-image: url(views/img/black_products_bg_on.gif);
}

#index #black div#paginacja3 a {
	color: #6a6a6a;
}

#index #black div#paginacja3 a:hover {
	color: #000;
}

#index #black div#paginacja3 a.active {
	color: #6a6a6a;
}

#index #black div#paginacja4 a {
	color: #6a6a6a;
}

#index #black div#paginacja4 a:hover {
	color: #000;
}

#index #black div#paginacja4 a.active {
	color: #6a6a6a;
}

#index #black a.image img {
	border-color: #e5e5e5;
}

#index #black a.image:hover img {
	border-color: #6a6a6a;
}

#index #black #paginacja .previous {
	background-image: url(views/img/black_arrow-left.gif);
}

#index #black #paginacja .next {
	background-image: url(views/img/black_arrow.gif);
}

#index #black #paginacja2 a.up, #index #black #paginacja2_dol a.up {
	background-image: url(views/img/black_arrow_up.gif);
}

#index #black #paginacja2 .next, #index #black #paginacja2_dol .next {
	background-image: url(views/img/black_arrow.gif);
}

#index #black #paginacja2 .previous, #index #black #paginacja2_dol .previous {
	background-image: url(views/img/black_arrow-left.gif);
}

#index #black .calosc {
	background-image: url(views/img/page_bg_zaloba.gif) !important;
	background-repeat: repeat-x !important;
}
.fck, .fck p, .fck strong {
	color: #333333;
	line-height: 180%;
	/*font-size: 1.2em;*/
        font-size: 11px;
	padding-right:14px;
}

.fck table, .fck td, .fck th {
	border-color: #999;
	
}

.fck th {
	background:#f3f3f3;
}

.fck p {
	padding: 5px 0;
}

.fck p, .fck strong {
	font-size: 1em;
}

.fck ul{
	padding-left:20px;
}

.fck ol {
	list-style-type: decimal;
	padding-left:35px;
}

.fck ol li {
	padding-top:0;
}

.fck ul li{
	padding-left:15px;
	padding-top:0;
        padding-bottom:2px; 
	background-position:0 8px;
        background-repeat: no-repeat;
        background-image:url('views/img/dziubek_prawy_szary.gif');
}

/*.fck ul li img{
	margin-right: 5px;
	margin-bottom: 1px;
	vertical-align: middle;
}*/

.fck li li {
	list-style: disc inside;
}

.fck li li li {
	list-style: circle inside;
}

.fck td {
	padding: 3px;
	vertical-align: middle;
}

.httpError {
	padding: 20px;
	color: #a50000;
	text-align: center;
}

