/*
* 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%; }
/* 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; }

/* 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; }

/* Progressbar
----------------------------------*/
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; 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/
*/


/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1.1em/*{fsDefault}*/; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa/*{borderColorContent}*/; background: #ffffff/*{bgColorContent}*/ url(../stylesheets/jquery-ui/images/ui-bg_flat_75_ffffff_40x100.png?1283268678)/*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/; color: #222222/*{fcContent}*/; }
.ui-widget-content a { color: #222222/*{fcContent}*/; }
.ui-widget-header { border: 1px solid #aaaaaa/*{borderColorHeader}*/; background: #cccccc/*{bgColorHeader}*/ url(../stylesheets/jquery-ui/images/ui-bg_highlight-soft_75_cccccc_1x100.png?1283268678)/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/; color: #222222/*{fcHeader}*/; font-weight: bold; }
.ui-widget-header a { color: #222222/*{fcHeader}*/; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #d3d3d3/*{borderColorDefault}*/; background: #e6e6e6/*{bgColorDefault}*/ url(../stylesheets/jquery-ui/images/ui-bg_glass_75_e6e6e6_1x400.png?1283268678)/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #555555/*{fcDefault}*/; outline: none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555/*{fcDefault}*/; 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 #999999/*{borderColorHover}*/; background: #dadada/*{bgColorHover}*/ url(../stylesheets/jquery-ui/images/ui-bg_glass_75_dadada_1x400.png?1283268678)/*{bgImgUrlHover}*/ 50%/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcHover}*/; outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121/*{fcHover}*/; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #aaaaaa/*{borderColorActive}*/; background: #ffffff/*{bgColorActive}*/ url(../stylesheets/jquery-ui/images/ui-bg_glass_65_ffffff_1x400.png?1283268678)/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcActive}*/; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121/*{fcActive}*/; outline: none; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #fcefa1/*{borderColorHighlight}*/; background: #fbf9ee/*{bgColorHighlight}*/ url(../stylesheets/jquery-ui/images/ui-bg_glass_55_fbf9ee_1x400.png?1283268678)/*{bgImgUrlHighlight}*/ 50%/*{bgHighlightXPos}*/ 50%/*{bgHighlightYPos}*/ repeat-x/*{bgHighlightRepeat}*/; color: #363636/*{fcHighlight}*/; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #363636/*{fcHighlight}*/; }
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a/*{borderColorError}*/; background: #fef1ec/*{bgColorError}*/ url(../stylesheets/jquery-ui/images/ui-bg_glass_95_fef1ec_1x400.png?1283268678)/*{bgImgUrlError}*/ 50%/*{bgErrorXPos}*/ 50%/*{bgErrorYPos}*/ repeat-x/*{bgErrorRepeat}*/; color: #cd0a0a/*{fcError}*/; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #cd0a0a/*{fcError}*/; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #cd0a0a/*{fcError}*/; }
.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(../stylesheets/jquery-ui/images/ui-icons_222222_256x240.png?1283268678)/*{iconsContent}*/; }
.ui-widget-content .ui-icon {background-image: url(../stylesheets/jquery-ui/images/ui-icons_222222_256x240.png?1283268678)/*{iconsContent}*/; }
.ui-widget-header .ui-icon {background-image: url(../stylesheets/jquery-ui/images/ui-icons_222222_256x240.png?1283268678)/*{iconsHeader}*/; }
.ui-state-default .ui-icon { background-image: url(../stylesheets/jquery-ui/images/ui-icons_888888_256x240.png?1283268678)/*{iconsDefault}*/; }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(../stylesheets/jquery-ui/images/ui-icons_454545_256x240.png?1283268678)/*{iconsHover}*/; }
.ui-state-active .ui-icon {background-image: url(../stylesheets/jquery-ui/images/ui-icons_454545_256x240.png?1283268678)/*{iconsActive}*/; }
.ui-state-highlight .ui-icon {background-image: url(../stylesheets/jquery-ui/images/ui-icons_2e83ff_256x240.png?1283268678)/*{iconsHighlight}*/; }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(../stylesheets/jquery-ui/images/ui-icons_cd0a0a_256x240.png?1283268678)/*{iconsError}*/; }

/* 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/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-tr { -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-br { -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-top { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-right {  -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-left { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-all { -moz-border-radius: 4px/*{cornerRadius}*/; -webkit-border-radius: 4px/*{cornerRadius}*/; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa/*{bgColorOverlay}*/ url(../stylesheets/jquery-ui/images/ui-bg_flat_0_aaaaaa_40x100.png?1283268678)/*{bgImgUrlOverlay}*/ 50%/*{bgOverlayXPos}*/ 50%/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityOverlay}*/; }
.ui-widget-shadow { margin: -8px/*{offsetTopShadow}*/ 0 0 -8px/*{offsetLeftShadow}*/; padding: 8px/*{thicknessShadow}*/; background: #aaaaaa/*{bgColorShadow}*/ url(../stylesheets/jquery-ui/images/ui-bg_flat_0_aaaaaa_40x100.png?1283268678)/*{bgImgUrlShadow}*/ 50%/*{bgShadowXPos}*/ 50%/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityShadow}*/; -moz-border-radius: 8px/*{cornerRadiusShadow}*/; -webkit-border-radius: 8px/*{cornerRadiusShadow}*/; }
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url(../stylesheets/indicator.gif) right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}

/* Reset CSS by Eric Meyer */
/* 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;
}

* {
	margin:0;
	padding:0;
}

html,
body {
	width:100%;
}

body {
}

body,
div,
h1, h2, h3, h4, h5, h6,
p,
blockquote,
th, td,
fieldset, label, textarea, input, select {
	font-family: Tahoma, Arial, Verdana;
	font-size:11px;
	line-height:1.2;
}

img,
fieldset,
input.button,
input.submit {
	border:none;
}

a,
a:hover {
	color:#333333;
}

a {
	text-decoration:none;
}
	a:hover {
	  text-decoration:underline;
	}

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

.disabled {
	display:none;
}

.hidden {
	display:none;
}

.wai {
	display:block;
	text-indent:-9999em;
}

.clearfix {
	zoom:1;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	overflow:hidden;
	visibility:hidden;
	clear:both;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

span.brand {
}
	span.brand span.dist {
	  color:#cc0000;
	  font-weight:bold;
	}

ul.list {
}
	ul.list li {

	}
		ul.list li a {
		  color:#2b2b2b;
		  text-decoration:underline;
		}
		ul.list li a:hover {
		  text-decoration:none;
		}


a.icoProfile {
	padding:3px 20px;
  background:transparent url(../images/common/ico_profile.png?1283268678) 0 50% no-repeat;
}

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

#mainWrapper {
  background:transparent url(../images/common/background.jpg?1283268678) 50% 0 no-repeat;
}

	#main {
		width:993px;
		margin:0 auto;
	}

		#content {
		}
		  #content #breadcrumbs {
		    margin:0 20px 10px 29px;
		    padding:9px 0;
		  	background:transparent url(../images/common/dots.png?1283268678) 0 100% repeat-x;
		    zoom:1;
			}
			  #content #breadcrumbs ul {
			    display:inline;
			  }
				  #content #breadcrumbs ul li {
				    display:inline;
				    font-weight:bold;
				  }
					  #content #breadcrumbs ul li:last-child {
					    font-weight:normal;
					  }
					  #content #breadcrumbs ul li.last-child {
					    font-weight:normal;
					  }
				  
			#content h2 {
			  padding-bottom:2px;
			  font-family:Verdana, Tahoma, Arial;
				font-size:22px;
			}

			#content h3 {
				font-size:14px;
				font-weight:bold;
			}

			#content .box {
			  margin-top:-8px;
			}

			#content .boxBorderTop {
				padding-top:13px;
			  background:transparent url(../images/common/box_wide_top.png?1283268678) 0 0 no-repeat;
			}

				#content .boxBorderBottom {
				  padding-bottom:13px;
				  background:transparent url(../images/common/box_wide_bottom.png?1283268678) 0 100% no-repeat;
				}

					#content .boxBorder {
					  background:transparent url(../images/common/box_wide_middle.png?1283268678) 0 0 repeat-y;
					}


			#content .box2BorderTop {
				padding-top:13px;
			  background:transparent url(../images/common/box2_wide_top.png?1283268678) 0 0 no-repeat;
			}

				#content .box2BorderBottom {
				  padding-bottom:13px;
				  background:transparent url(../images/common/box2_wide_bottom.png?1283268678) 0 100% no-repeat;
				}

					#content .box2Border {
					  background:transparent url(../images/common/box2_wide_middle.png?1283268678) 0 0 repeat-y;
					}



			.box3BorderTop {
				zoom:1;
			  width:699px;
			  margin-left:-3px;
				padding-top:6px;
			  background:transparent url(../images/index/box_teaser_top.png?1283268678) 0 0 no-repeat;
			}

				.box3BorderBottom {
				  padding-bottom:7px;
				  background:transparent url(../images/index/box_teaser_bottom.png?1283268678) 0 100% no-repeat;
				}

					.box3Border {
						padding:0;
					  background:transparent url(../images/index/box_teaser_middle_border.png?1283268678) 0 0 repeat-y;
					}

						.box3BorderContent {
							margin:0 7px 0 3px;
							padding:20px 0 14px 9px;

						  background:#ffffff url(../images/index/box_teaser_middle_content.png?1283268678) 0 0 no-repeat;

						  zoom:1;
						}
						  .box3BorderContent:after {
						    content:".";
								display:block;
								height:0;
								overflow:hidden;
								visibility:hidden;
								clear:left;
						  }

.colWrapper {
  padding-bottom:5px;
	zoom:1;
}

	.colWrapper:after {
		content:".";
		display:block;
		height:0;
		overflow:hidden;
		visibility:hidden;
		clear:both;
	}

		.colA {
			margin:5px 0 0 19px;
			float:left;
			width:699px;

			/* ie6 fix */
			display:inline;
			overflow:hidden;
		}

		.colB {
		  margin:5px 19px 0 0;
			float:right;
			width:256px;

			/* ie6 fix */
			display:inline;
			overflow:hidden;
		}

#top {
  width:993px;
	position:relative;
	height:178px;
	overflow:hidden;
	background:transparent url(../images/common/box_top.png?1283268678) 0 0 no-repeat;
}

#top h1 {
	top:21px;
	left:60px;
	position:absolute;
}
  #top h1 a {
    display:block;
  }
#top img.tagline {
  top:52px;
	left:330px;
	position:absolute;
}

  #top #shortNav {
    width:400px;
    top:23px;
		left:320px;
		position:absolute;
		text-align:center;
	}
	  #top #shortNav ul {
	    display:inline;
	  }
	  #top #shortNav ul li {
	    display:inline;
	  }
	    #top #shortNav ul li a {
	      padding-right:15px;
	      margin-right:14px;
	      font-weight:bold;
	      background:transparent url(../images/common/short-nav-separator.png?1283268678) 100% 0 repeat-y;
	    }

	    #top #shortNav ul li:last-child a {
        padding-right:0;
	      margin-right:0;
	      background-image:none;
	    }
	    #top #shortNav ul li.last-child a {
	    	padding-right:0;
	      margin-right:0;
	      background-image:none;
	    }


	#top #mainMenu {
	  top:119px;
		left:16px;
		position:absolute;
	}
	  #top #mainMenu li.menuItem {
	    display:block;
	  }
	    #top #mainMenu li.menuItem a {
		    display:block;
		    height:42px;
		  }

	  #top #mainMenu li.home a {
	    width:51px;
	    background:transparent url(../images/menu/home.png?1283268678) 0 0 no-repeat;
	  }
	  #top #mainMenu li.home:hover a {
	    width:51px;
	    background:transparent url(../images/menu/home_hoover.png?1283268678) 0 0 no-repeat;
	  }
	  #top #mainMenu li.lekcje a {
	    width:110px;
	    background:transparent url(../images/menu/nauczyciele.png?1283268678) 0 0 no-repeat;
	  }
	   #top #mainMenu li.lekcje:hover a {
	    width:110px;
	    background:transparent url(../images/menu/nauczyciele_hoover.png?1283268678) 0 0 no-repeat;
	  }
	  #top #mainMenu li.mediateka a {
	  	width:110px;
	    background:transparent url(../images/menu/mediateka.png?1283268678) 0 0 no-repeat;
	  }
	  #top #mainMenu li.mediateka:hover a {
	  	width:110px;
	    background:transparent url(../images/menu/mediateka_hoover.png?1283268678) 0 0 no-repeat;
	  }
	  #top #mainMenu li.forum a {
	  	width:111px;
	    background:transparent url(../images/menu/forum.png?1283268678) 0 0 no-repeat;
	  }
	  #top #mainMenu li.forum:hover a {
	  	width:111px;
	    background:transparent url(../images/menu/forum_hoover.png?1283268678) 0 0 no-repeat;
	  }

	  #top #mainMenu {
	    list-style-type:none;
	    zoom:1;
	  }
	    #top #mainMenu:after {
	      content:".";
	      display:block;
	      height:0;
	      overflow:hidden;
	      visibility:hidden;
	      clear:both;
	    }

		  #top #mainMenu li {
		    float:left;
		  }



	#top #login {
		top:18px;
		right:29px;
		position:absolute;
	}
	  #top #login a img {
	    vertical-align:middle;
	  }

	#top #register {
	  width:330px;
		top:49px;
		right:4px;
		position:absolute;
		/*background-color:#333333; STARWARE*/
	}
	
	#top #register.black { background-color:#333333; }
	
	  #top #register div.content {
	    padding:15px;
			text-align:right;
			color:#ffffff;

			zoom:1;
	  }
	    #top #register div.content:after {
	      content:".";
				display:block;
				height:0;
				overflow:hidden;
				visibility:hidden;
				clear:left;
	    }

	    #top #register div.content a {
	      float:right;
	    }

	  	#top #register div.content p {
	  	  width:160px;
	  	  float:left;
	  	  text-align:left;
	  	}
	  	
			#top #register div.content ul {
	    }
		    #top #register div.content ul li {
		      float:left;
		    }
					#top #register div.content ul li a {
					  color:#ffffff;
					  text-decoration:underline;
			      float:none;
			    }
			    #top #register div.content ul li a:after {
					  text-decoration:none;
			    }
			    
			    #top #register div.content ul li a.icoCalendar {
			      padding:3px 20px;
  					background:transparent url(../images/common/ico_calendar.png?1283268678) 0 50% no-repeat;
			    }
			    #top #register div.content ul li a.icoMail {
			      padding:3px 20px;
  					background:transparent url(../images/common/ico_mail2.png?1283268678) 0 50% no-repeat;
			    }
			    #top #register div.content ul li a.icoNewMail {
			      padding:3px 20px;
  					background:transparent url(../images/common/ico_mail.png?1283268678) 0 50% no-repeat;
			    }

			    #top #register div.content ul li a.icoSettings {
			      padding:3px 20px;
  					background:transparent url(../images/common/ico_settings.png?1283268678) 0 50% no-repeat;
			    }

	#top #quickSearch {
	  width:290px;
	  position:absolute;
	  top:121px;
		right:29px;
		zoom:1;
	}
	  #top #quickSearch input.text {
	    width:190px;
	    vertical-align:middle;
	    height:15px !important;
	    border:1px #666666 solid;
	  }
	  #top #quickSearch input.button {
	    vertical-align:middle;
	    width:92px;
	    height:19px;
	    background:transparent url(../images/common/button_szukaj.png?1283268678) 0 0 no-repeat;
	    text-indent:-9000em;
	  }
	  #top #quickSearch a.more {
	    text-decoration:underline;
		}
			#top #quickSearch a.more:hover {
			  text-decoration:none;
			}
#promoBox {

}

#flasTeaser {
  width:411px;
	float:left;
  /* ie6 fix */
	display:inline;
	overflow:hidden;
}

#teaserText {
  width:230px;
	float:right;
	margin-right:26px;
	/* ie6 fix */
	display:inline;
	overflow:hidden;
}

  #teaserText ul {

	}

		#teaserText ul li {
		  padding:11px 0;
    	background:transparent url(../images/common/dots.png?1283268678) 0 100% repeat-x;

    	zoom:1;
		}

		  #teaserText ul li:first-child {
		    padding-top:0;
		  }
		  #teaserText ul li.first-child {
		    padding-top:0;
		  }

		  #teaserText ul li:last-child {
		    padding:11px 0 0 0;
    		background-image:none;
		  }
		  #teaserText ul li.last-child {
		    padding:11px 0 0 0;
    		background-image:none;
		  }

		  #teaserText ul li:after {
		    content:".";
				display:block;
				height:0;
				overflow:hidden;
				visibility:hidden;
				clear:left;
		  }

		  #teaserText ul li h4 {
		    padding-bottom:0.5em;
		  }

		  #teaserText ul li a.thumbnail {
		    display:block;
		    float:left;
		    margin:0 6px 6px 0;
		    border:1px #858585 solid;
		  }
			  #teaserText ul li a.thumbnail img {
			    width:60px;
			    height:60px;
			  }

		  #teaserText ul li li {
		    background-image:none;
		    padding:2px 0 !important;
		  }
#newTeachers {
	padding:6px;
	background-color:#cccccc;
}

#newTeachers .content {
	padding:11px;
  background-color:#ffffff;
}
  #newTeachers .content ul {
    zoom:1;
  }
	  #newTeachers .content ul:after {
	    content:".";
			display:block;
			height:0;
			overflow:hidden;
			visibility:hidden;
			clear:left;
	  }

  #newTeachers .content li {
    clear:left;
    padding-top:1em;
    zoom:1;
  }
  
  #newTeachers .content li a.thumbnail {
    margin:0 6px 6px 0;
		float:left;
		display:block;
		border:1px #9d9d9c solid;
  }
	  #newTeachers .content li a.thumbnail img {
      width:60px;
			height:60px;
	  }
#whoAreYou {
}
	#whoAreYou ul {
	  zoom:1;
	}
	#whoAreYou ul:after {
	  content:".";
		display:block;
		height:0;
		overflow:hidden;
		visibility:hidden;
		clear:left;
	}

		#whoAreYou ul li {
		  position:relative;
		  float:left;
		  width:222px;
		  margin-right:11px;
			display:block;
			height:134px;
		}

		  #whoAreYou ul li.student {
		    color:#ffffff;
		    background-color:#000000;
		  }
		  #whoAreYou ul li.parent {
		    color:#333333;
		    background-color:#e3e3e3;
		  }
		  #whoAreYou ul li.teacher {
		    color:#ffffff;
		    background-color:#999999;
		  }

		#whoAreYou ul li p {
  	  padding:9px;
  	}

  	#whoAreYou ul li a.more {
  	  position:absolute;
  	  bottom:5px;
  	  left:163px;
  	  display:block;
  	  width:53px;
  	  height:19px;
  	  text-indent:-9000em;
  	  background:transparent url(../images/common/button_zobacz.png?1283268678) 0 0 no-repeat;
  	}


#newsletter {
  margin-bottom:10px;
	padding:6px;
	background-color:#cccccc;
}
  #newsletter .content {
		padding:11px;
	  background-color:#ffffff;
	}

  #newsletter fieldset {
    padding-top:25px;
	}

	#newsletter input.text {
    width:160px;
    vertical-align:middle;
    height:15px !important;
    border:1px #666666 solid;
  }
  #newsletter input.button {
    vertical-align:middle;
    width:53px;
    height:19px;
    background:transparent url(../images/common/button_zapisz.png?1283268678) 0 0 no-repeat;
    text-indent:-9000em;
  }

#mediateka {
	margin-left:-5px;
}
#news {
	padding:6px;
	background-color:#cccccc;
}

#news .content {
	padding:11px;
  background-color:#ffffff;
}
	#news .content ul {
    zoom:1;
  }
		#news .content ul:after {
	    content:".";
			display:block;
			height:0;
			overflow:hidden;
			visibility:hidden;
			clear:left;
	  }

	#news .content li {
    clear:left;
    padding-top:1em;
    zoom:1;
    padding-bottom:11px;
    background:transparent url(../images/common/dots.png?1283268678) 0 100% repeat-x;
  }
    #news .content li:after {
	    content:".";
			display:block;
			height:0;
			overflow:hidden;
			visibility:hidden;
			clear:left;
	  }
	  
    #news .content ul li:last-child {
      padding-bottom:0;
      background-image:none;
    }
    #news .content ul li.last-child {
      padding-bottom:0;
      background-image:none;
    }

	#news .content li a.thumbnail {
    margin:0 6px 6px 0;
		float:left;
		display:block;
		border:1px #9d9d9c solid;
  }
		#news .content li a.thumbnail img {
      width:60px;
			height:60px;
	  }

	  #news .content li a.more {
	    display:block;
	    text-align:right;
	    text-decoration:underline;
		}
			#news .content li a.more:hover {
		    text-decoration:none;
			}


#newsList {
}

#newsList .content {
	padding:0 10px;
}

	#newsList ul.newsList {
	
	}
		#newsList ul.newsList li {
		  padding-bottom:1em;
		  margin-bottom:1em;
			clear:left;
			background:transparent url(../images/common/dots.png?1283268678) 0 100% repeat-x;
			zoom:1;
		}
		  #newsList ul.newsList li:last-child {
		    background-image:none;
		  }
		  #newsList ul.newsList li.last-child {
		    background-image:none;
		  }
		  
		  #newsList ul.newsList li:after {
		    content:".";
				display:block;
				height:0;
				overflow:hidden;
				visibility:hidden;
				clear:left;
		  }
		
		#newsList ul.newsList li p.data {
		  clear:both;
		  color:#999999;
		  font-size:10px;
		}
		
	  #newsList ul.newsList li p.title {
	  	margin-top:0.5em;
	    margin-bottom:1em;
	    font-weight:bold;
	  }
	  
	  #newsList ul.newsList li p {
	    line-height:1.6em;
	  }
		
		#newsList ul.newsList li a.thumbnail {
		  margin:0 10px 8px 0;
		  display:block;
		  float:left;
		  border:1px #000000 solid;
		}
			#newsList ul.newsList li a.thumbnail img {
				width:60px;
				height:60px;
				overflow:hidden;
			}
			
		#newsList ul.newsList li a.more {
		  text-decoration:underline;
		}
		#newsList ul.newsList li a.more:hover {
		  text-decoration:none;
		}
		
		
#newsFull {
}
	#newsFull .content {
	  padding-right:10px;
	  zoom:1;
	}
	
	  #newsFull .content:after {
	    content:".";
			display:block;
			height:0;
			overflow:hidden;
			visibility:hidden;
			clear:left;
	  }
	
		#newsFull .content p.data {
		  margin-bottom:1em;
		  clear:both;
		  color:#999999;
		  font-size:10px;
		}
		  #newsFull .content a.image {
		    display:block;
		    margin:0 10px 8px 0;
				float:left;
				border:1px #000000 solid;
			}
				#newsFull .content a.image img {
				  display:block;
				  width:200px;
				  height:200px;
				  overflow:hidden;
				}

			#newsFull .content .floatedBlock {
			  margin-left:210px;
			}
			
			#newsFull .content p {
			  padding-bottom:1em;
			  line-height:1.5em;
			}
			
			#newsFull .content div.ulWrapper {
			  zoom:1;
			}
				#newsFull .content div.ulWrapper:after {
		      content:".";
					display:block;
					height:0;
					overflow:hidden;
					visibility:hidden;
					clear:left;
				}
			
			#newsFull .content ul.default {
        float:left;
			  margin:0 0 1em 0!important;

			}
				#newsFull .content ul.default li {
				  padding-left:11px !important;
				  background:transparent url(../images/common/bg_li_2.png?1283268678) 0 50% no-repeat !important;
				}
.ui-datepicker {
	z-index:65535;
}

input.short-date {
	width:6em;
}
input.short-time {
	width:3em;
}

input.short-number {
  width:2em;
}


#searchLessonsWrapper {
	width:699px;
  position:relative;
	z-index:200;
}
	#searchLessonsWrapper form {
	  position:relative;
		z-index:100;
	}

#searchLessons {
}

	#searchLessons div.hr {
	  margin:9px 0;
	  height:1px;
	  background:transparent url(../images/common/dots.png?1283268678) 0 0 repeat-x;
	}
		#searchLessons div.hr hr {
		  display:none;
		}

	#searchLessons #mainForm {
	  padding:0 15px 0 5px;
	}
	  #searchLessons #mainForm label {
	    font-weight:bold;
	  }
	  #searchLessons #mainForm input.text {
      border:1px #666666 solid;
	  }
	  
	  #searchLessons #mainForm #queryField {
	    width:315px;
		}
	  
	  #searchLessons #mainForm table {
		}
		  #searchLessons #mainForm table tbody tr th {
		    padding:2px 10px;
		    text-align:left;
		  }
			#searchLessons #mainForm table tbody tr td {
			  padding:2px 10px;
			}
			  #searchLessons #mainForm table tbody tr td select {
			    width:165px;
			  }
			  
			  #searchLessons #mainForm table tbody tr td input.button {
			    display:block;
				  vertical-align:middle;
			    width:92px;
			    height:19px;
			    background:transparent url(../images/common/button_szukaj.png?1283268678) 0 0 no-repeat;
			    text-indent:-9000em;
			    cursor:pointer;
		    }


#additionalFilterOuterWrapper {
  position:relative;
  margin-top:-4px;
 	margin-right:10px;
 	padding:5px 0;
}
  #additionalFilterOuterWrapper #additionalFilterOptions {
    text-align:right;
	}
		#additionalFilterOuterWrapper #additionalFilterOptions a.deleteFilter {
		}

#additionalFilterWrapper {
  position:absolute;
	top:0;
	left:10px;
	width:88%;
	overflow:hidden;
}

	#additionalFilter {

	}
		#additionalFilter fieldset {
		  padding:0 15px 15px 0;
			background-color:#cccccc;
		}
		
		#additionalFilter fieldset table {
		  width:90%;
		  table-layout:fixed;
		}
		
		#additionalFilter fieldset table thead tr {
		  height:1px;
			overflow:hidden;
		}
		  #additionalFilter fieldset table thead tr th {
		    padding:0.5em 15px;
		  }


	#additionalFilter table {
	}
	  #additionalFilter table thead th {
	    height:1px;
	    overflow:hidden;
	  }

	  #additionalFilter table tbody th {
	    padding:0.5em 10px;
	    text-align:left;
	    vertical-align:bottom;
		}
		#additionalFilter table td {
		  padding:0.5em 10px;
		}
		
		#additionalFilterTriggerWrapper {
		  float:right;
			text-align:right;
			padding:5px 15px;
			background-color:#cccccc;
		}
			#additionalFilterTrigger {
			
			}
			
			#additionalFilterOptions {

			}
				#additionalFilterOptions a.deleteFilter {
				  padding:3px 0 3px 20px;
					background:transparent url(../images/common/ico_remove_filter.png?1283268678) 0 50% no-repeat;
				}

#datepickerIcoTrigger {
	vertical-align:middle;
}
.pageSummary {
	position:relative;
	padding:15px 10px 15px 0;
	zoom:1;
}
	.pageSummary:after {
		content:".";
		display:block;
	  height:0;
	  overflow:hidden;
	  visibility:hidden;
	  clear:both;
	}
	
	
	.pageSummary .searchStatistics {
	  padding:10px 0;
	  float:left;
	}
	.pageSummary .qtyOnPage {
	  position:relative;
	  padding:6px 0;
	  float:right;
	  z-index:10;
	}

.pager {
	position:relative;
	z-index:0;
}

	.pager ul {
	  vertical-align:middle;
	  text-align:center;
		padding:10px 0;
	}

		.pager ul li {
		  display:inline;
		}

			.pager ul li a {
			  padding:5px 10px;
			  text-decoration:none;
			  color:#ffffff;
			  background-color:#515151;
			}
			  .pager ul li a:hover {
			    text-decoration:none;
			    
				  color:#000000;
				  background-color:#cccccc;
			  }
			
			.pager ul li span {
			  padding:5px 10px;
			  font-weight:bold;
			  color:#ffffff;
			  background-color:#000000;
			}
  .lessonsList {
    position:relative;
    margin-right:10px;
	  padding:10px;

	  background-color:#cccccc;
	  
	  z-index:100;
	}
	
	  	  .lessonsList a.sort {
			    padding-left:21px;
			    background-repeat:no-repeat;
			    background-position:5px 50%;
				}
					.lessonsList a.asc {
					  background-image:url(../images/common/ico_sort_asc.png?1283268678);
					}
					.lessonsList a.desc {
					  background-image:url(../images/common/ico_sort_desc.png?1283268678);
					}
	
	
	#promotedLessons {
		margin-right:10px;
	  padding:10px;

	  background-color:#ae0000;
	}


  .lessonsList .header {
    zoom:1;
  }
	  .lessonsList .header:after {
	    content:".";
  		display:block;
		  height:0;
		  overflow:hidden;
		  visibility:hidden;
		  clear:left;
	  }
	  
	  #promotedLessons .header * {
	    color:#ffffff;
		}
	  
	  .lessonsList .header h3 {
	    float:left;
	    padding-bottom:10px;
	  }
	  .lessonsList .header ul {
	    float:right;
	  }
		  .lessonsList .header ul li {
		    padding:0 5px;
		    display:inline;
		  }
			  .lessonsList .header ul li a {
			  }
			  .lessonsList .header ul li input {
			  }
			  
  .lessonsList .footer {
    zoom:1;
  }
	  .lessonsList .footer:after {
	    content:".";
  		display:block;
		  height:0;
		  overflow:hidden;
		  visibility:hidden;
		  clear:both;
	  }

	  .lessonsList .footer ul {
	    float:right;
	  }
		  .lessonsList .footer ul li {
		    padding:0 5px;
		    display:inline;
		  }
			  .lessonsList .footer ul li a {
			  }
			  .lessonsList .footer ul li input {
			  }
			  
  .lessonsList div.teacherSummary {
    padding:15px;
    margin-bottom:10px;
	}
	.lessonsList div.teacherSummary:last-child {
	  margin-bottom:0;
	}
	.lessonsList div.teacherSummary.last-child {
	  margin-bottom:0;
	}
	
		.lessonsList div.teacherSummary div.wrapper {
	    background:transparent url(../images/common/vdots.png?1283268678) 330px 0 repeat-y;
	    zoom:1;
		}
			.lessonsList div.teacherSummary div.wrapper:after {
			  content:".";
	  		display:block;
			  height:0;
			  overflow:hidden;
			  visibility:hidden;
			  clear:left;
			}
	
	  .lessonsList div.odd {
	    background-color:#ffffff;
	  }
	  .lessonsList div.even {
	    background-color:#e3e2e2;
	  }
	  
  .lessonsList div.teacherSummary div.shortTeacherInfo {
    width:314px;
    float:left;
	}
	  .lessonsList div.teacherSummary div.shortTeacherInfo div.thumbnail {
	    width:80px;
	    float:left;
	    text-align:center;
	  }
		  .lessonsList div.teacherSummary div.shortTeacherInfo div.thumbnail a {
		    display:block;
		    border:1px #000000 solid;
		  }
			  .lessonsList div.teacherSummary div.shortTeacherInfo div.thumbnail a img {
			    display:block;
			    width:80px;
			  }
    .lessonsList div.teacherSummary div.shortTeacherInfo div.thumbnail span.status {
      padding-left:13px;
      line-height:15px;
    }
		.lessonsList div.teacherSummary div.shortTeacherInfo div.thumbnail span.online {
		  background:transparent url(../images/common/ico_online.png?1283268678) 0 1px no-repeat;
		}
		.lessonsList div.teacherSummary div.shortTeacherInfo div.thumbnail span.offline {
		  background:transparent url(../images/common/ico_offline.png?1283268678) 0 1px no-repeat;
		}
   
		.lessonsList div.teacherSummary div.shortTeacherInfo div.description {
			margin-left:86px;
			zoom:1;
		}
			.lessonsList div.teacherSummary div.shortTeacherInfo div.description:after {
			  content:".";
			  display:block;
			  height:0;
			  overflow:hidden;
			  visibility:hidden;
			  clear:left;
			}
			
			.lessonsList div.teacherSummary div.shortTeacherInfo div.description span.rank img {
			  vertical-align:middle;
			  
			}
			
    .lessonsList div.teacherSummary div.shortTeacherInfo div.description p {
      padding-top:1em;
    }
	

			.lessonsList div.teacherSummary div.wrapper div.subjectWrapper {
			  float:left;
			  margin-left:40px;
			  padding-bottom:1em;
			}
			  .lessonsList div.teacherSummary div.wrapper div.subjectWrapper div.subjectInnerWrapper {
			    zoom:1;
			  }
			    .lessonsList div.teacherSummary div.wrapper div.subjectWrapper div.subjectInnerWrapper:after {
			      content:".";
					  display:block;
					  height:0;
					  overflow:hidden;
					  visibility:hidden;
					  clear:both;
			    }
			
			.lessonsList div.teacherSummary div.wrapper div.subjectWrapper div.hr {
			  margin:9px 0;
			  height:1px;
			  background:transparent url(../images/common/dots.png?1283268678) 0 0 repeat-x;
			}
				.lessonsList div.teacherSummary div.wrapper div.subjectWrapper div.hr hr {
				  display:none;
				}
				
   		.lessonsList div.teacherSummary div.wrapper div.subjectWrapper a.seeMore {
   		  font-weight:bold;
   		}
			
			
			.lessonsList div.teacherSummary div.wrapper div.subjectWrapper ul.subjects {
			  width:140px;
			  margin-right:20px;
			  float:left;
			}
			  .lessonsList div.teacherSummary div.wrapper div.subjectWrapper ul.subjects li {
			    padding-bottom:0.5em;
			    zoom:1;
				}
				  .lessonsList div.teacherSummary div.wrapper div.subjectWrapper ul.subjects li:after {
				    content:".";
					  display:block;
					  height:0;
					  overflow:hidden;
					  visibility:hidden;
					  clear:left;
				  }
				  
				  .lessonsList div.teacherSummary div.wrapper div.subjectWrapper ul.subjects li span {
				    display:block;
				    width:49.4%;
			    }
				  
					.lessonsList div.teacherSummary div.wrapper div.subjectWrapper ul.subjects li span.subjectName {
						/*float:left;*/
						text-align:left;
						font-weight:bold;
				  }
				  .lessonsList div.teacherSummary div.wrapper div.subjectWrapper ul.subjects li span.priceRange {
						float:right;
						text-align:right;
				  }
			
			
			.lessonsList div.teacherSummary div.wrapper div.subjectWrapper div.teacherActions {
			  width:120px;
			  float:right;
			}
			  .lessonsList div.teacherSummary div.wrapper div.subjectWrapper div.teacherActions ul {
			  }
				  .lessonsList div.teacherSummary div.wrapper div.subjectWrapper div.teacherActions ul li {
				  }
				  .lessonsList div.teacherSummary div.wrapper div.subjectWrapper div.teacherActions ul li a {
				    line-height:1.4em;
				  }
				  
				  .lessonsList div.teacherSummary div.wrapper div.subjectWrapper div.teacherActions ul li.arrangeAppointment {
				    padding-bottom:7px;
				  }
					  .lessonsList div.teacherSummary div.wrapper div.subjectWrapper div.teacherActions ul li.arrangeAppointment a {
					    display:block;
					    width:120px;
					    height:19px;
					    background:transparent url(../images/common/button_umow-sie-na-lekcje.png?1283268678) 0 0 no-repeat;
					  }
				  .lessonsList div.teacherSummary div.wrapper div.subjectWrapper div.teacherActions ul li.sendMessage {
				    padding:2px 0 2px 27px;
				    background:transparent url(../images/common/ico_mail.png?1283268678) 4px 0 no-repeat;
				  }
					  .lessonsList div.teacherSummary div.wrapper div.subjectWrapper div.teacherActions ul li.sendMessage a {

					  }
				  .lessonsList div.teacherSummary div.wrapper div.subjectWrapper div.teacherActions ul li.seeProfile {
				    padding:2px 0 2px 27px;
				    background:transparent url(../images/common/ico_profile.png?1283268678) 6px 0 no-repeat;
				  }
					  .lessonsList div.teacherSummary div.wrapper div.subjectWrapper div.teacherActions ul li.seeProfile a {

					  }

#newLessons {
	margin-bottom:10px;
	padding:6px;
	background-color:#cccccc;
}

#newLessons .content {
	padding:11px;
  background-color:#ffffff;
}
	#newLessons .content ul {
    zoom:1;
  }
		#newLessons .content ul:after {
	    content:".";
			display:block;
			height:0;
			overflow:hidden;
			visibility:hidden;
			clear:left;
	  }

	#newLessons .content li {
    clear:left;
    padding-top:1em;
    zoom:1;
    padding-bottom:11px;
    background:transparent url(../images/common/dots.png?1283268678) 0 100% repeat-x;
  }
    #newLessons .content li:after {
	    content:".";
			display:block;
			height:0;
			overflow:hidden;
			visibility:hidden;
			clear:left;
	  }
    
    #newLessons .content ul li:last-child {
      padding-bottom:0;
      background-image:none;
    }
    #newLessons .content ul li.last-child {
      padding-bottom:0;
      background-image:none;
    }

	#newLessons .content li a.thumbnail {
    margin:0 6px 6px 0;
		float:left;
		display:block;
		border:1px #9d9d9c solid;
  }
		#newLessons .content li a.thumbnail img {
      width:60px;
			height:60px;
	  }

	  #newLessons .content li a.more {
	    display:block;
	    text-align:right;
	    text-decoration:underline;
		}
			#newLessons .content li a.more:hover {
		    text-decoration:none;
			}
.addsWrapper {
	padding:38px 10px 10px 10px;
	/*background:transparent url(../images/common/adds.png?1283268678) 50% 15px no-repeat;*/
}

#lessonsForYou {
  margin-bottom:10px;
	padding:6px;
	background-color:#cccccc;
}

#lessonsForYou .content {
	padding:11px;
  background-color:#ffffff;
}
	#lessonsForYou .content ul {
    zoom:1;
  }
		#lessonsForYou .content ul:after {
	    content:".";
			display:block;
			height:0;
			overflow:hidden;
			visibility:hidden;
			clear:left;
	  }

	#lessonsForYou .content li {
    clear:left;
    padding-top:1em;
    zoom:1;
    padding-bottom:11px;
    background:transparent url(../images/common/dots.png?1283268678) 0 100% repeat-x;
  }
  	#lessonsForYou .content li:after {
	    content:".";
			display:block;
			height:0;
			overflow:hidden;
			visibility:hidden;
			clear:left;
	  }

    #lessonsForYou .content ul li:last-child {
      padding-bottom:0;
      background-image:none;
    }
    #lessonsForYou .content ul li.last-child {
      padding-bottom:0;
      background-image:none;
    }

	#lessonsForYou .content li a.thumbnail {
    margin:0 6px 6px 0;
		float:left;
		display:block;
		border:1px #9d9d9c solid;
  }
		#lessonsForYou .content li a.thumbnail img {
      width:60px;
			height:60px;
	  }

	  #lessonsForYou .content li a.more {
	    display:block;
	    text-align:right;
	    text-decoration:underline;
		}
			#lessonsForYou .content li a.more:hover {
		    text-decoration:none;
			}
#registerLanding {
}

	#registerLanding h4 {
	  padding:20px 0;
		font-weight:normal;
		font-size:14px;
		
		text-align:center;
	}
#whoAreYouSub {
	padding:10px 0;
	margin-right:10px;
	background-color:#ae0000;
	zoom:1
}
	/*
	* html {
		display:inline;
		overflow:hidden;
	}*/

	#whoAreYouSub ul {
	  margin-left:10px;
	  zoom:1;
	}
	#whoAreYouSub ul:after {
	  content:".";
		display:block;
		height:0;
		overflow:hidden;
		visibility:hidden;
		clear:left;
	}

		#whoAreYouSub ul li {
		  float:left;
		  width:212px;
		  margin-right:10px;
			display:block;
			overflow:hidden;
		}
		  * html #whoAreYouSub ul li {
		  	display:inline;
				overflow:hidden;
		  }

		  #whoAreYouSub ul li a.photo {
		    width:100%;
		    display:block;
		    height:70px;
		  }
		    #whoAreYouSub ul li a.photo img {
		    }
		
		  #whoAreYouSub ul li div.content {
		    padding:10px;
		  }

		  #whoAreYouSub ul li.student {
		    color:#ffffff;
		    background-color:#000000;
		  }
		  #whoAreYouSub ul li.parent {
		    width:222px;
		    color:#333333;
		    background-color:#ffffff;
		  }

		  #whoAreYouSub ul li.teacher {
		    color:#ffffff;
		    background-color:#999999;
		  }

		#whoAreYouSub ul li p {
  	  padding:5px 0;
  	}

  	#whoAreYouSub ul li a.more {
  	  margin:0 -10px;
  	  padding:5px 0;
  	  display:block;
  	  text-align:center;
  	}


#news {
	padding:6px;
	background-color:#cccccc;
}

#news .content {
	padding:11px;
  background-color:#ffffff;
}
	#news .content ul {
    zoom:1;
  }
		#news .content ul:after {
	    content:".";
			display:block;
			height:0;
			overflow:hidden;
			visibility:hidden;
			clear:left;
	  }

	#news .content li {
    clear:left;
    padding-top:1em;
    zoom:1;
    padding-bottom:11px;
    background:transparent url(../images/common/dots.png?1283268678) 0 100% repeat-x;
  }
    #news .content li:after {
	    content:".";
			display:block;
			height:0;
			overflow:hidden;
			visibility:hidden;
			clear:left;
	  }
	  
    #news .content ul li:last-child {
      padding-bottom:0;
      background-image:none;
    }
    #news .content ul li.last-child {
      padding-bottom:0;
      background-image:none;
    }

	#news .content li a.thumbnail {
    margin:0 6px 6px 0;
		float:left;
		display:block;
		border:1px #9d9d9c solid;
  }
		#news .content li a.thumbnail img {
      width:60px;
			height:60px;
	  }

	  #news .content li a.more {
	    display:block;
	    text-align:right;
	    text-decoration:underline;
		}
			#news .content li a.more:hover {
		    text-decoration:none;
			}

			
.textBox {
  padding:6px;
	background-color:#cccccc;
}
	.textBox .content {
	  padding:11px;
	  background-color:#ffffff;
	}
		.textBox .content p {
		  padding:1em 0;
		}
		
		.textBox .content a {
		  color:#000000;
		  text-decoration:underline;
		}
			.textBox .content a:hover {
		  	text-decoration:none;
			}
		
		.textBox .content ul {
		  padding-left:20px;
		}
			.textBox .content ul li {
			  padding-left:8px;
        background:transparent url(../images/common/bg_li.png?1283268678) 0 0.5em no-repeat;
        zoom:1;
			}


#dlaczegowarto {
}
div.hr {
	margin:10px 0;
	height:1px;
	background:transparent url(../images/common/dots.png?1283268678) 0 50% repeat-x;
}

div.hr hr {
	display:none;
}

#userPhotoUpload {
}

	#userPhotoUpload .content {
	  padding:0 10px;
	  zoom:1;
	}
	  #userPhotoUpload .content:after {
	    content:".";
	    display:block;
	    height:0;
	    overflow:hidden;
	    visibility:hidden;
	    clear:both;
	  }
	
	  #userPhotoUpload .content a.photo {
	    margin:0 10px 10px 0;
	    float:left;
	    border:1px #000000 solid;
			vertical-align:bottom;
	  }
		  #userPhotoUpload .content a.photo img {
		    width:160px;
		    height:160px;
		    overflow:none;
		  }
	  
	  #userPhotoUpload .content div.description {
	    vertical-align:bottom;
	  }
	  
	  #userPhotoUpload .content input.file {
	    margin:10px 0;
		}
		
		
#dataWrapper {
 padding:10px 25px;
}
  #basicData {
    padding-top:30px;
	}
	
	#profileData {
  	padding-top:30px;
	}
	
	#profileDataExperience {
  	padding-top:30px;
	}



#profileDataExperience {
}

  #profileDataExperience h3 span.noActiveMsg {
    float:right;
    font-size:10px;
    color:#989898;
		vertical-align:middle;
		font-weight:normal;
	}

	#profileDataExperience ul.experiencesList {
	}
		#profileDataExperience ul.experiencesList li {
		  padding:15px;
		  margin:5px 0;
		}
			#profileDataExperience ul.experiencesList li.odd {
			  background-color:#efefef;
			}
		#profileDataExperience ul.experiencesList li table {
		  width:100%;
		  table-layout:fixed;
		}
			#profileDataExperience ul.experiencesList li table tbody tr {
			}
			#profileDataExperience ul.experiencesList li table tbody tr td {
			}
			
			#profileDataExperience ul.experiencesList li table tbody tr td.col1 {
			}
				#profileDataExperience ul.experiencesList li table tbody tr td.col1 dl {
				  zoom:1;
				}
				  #profileDataExperience ul.experiencesList li table tbody tr td.col1 dl:after {
				    content:".";
				    display:block;
				    height:0;
				    overflow:hidden;
				    visibility:hidden;
				    clear:both;
				  }
				  
					#profileDataExperience ul.experiencesList li table tbody tr td.col1 dl dt {
					  width:95px;
					  clear:left;
					  float:left;
					}
					#profileDataExperience ul.experiencesList li table tbody tr td.col1 dl dd {
					  margin-left:105px;
					}
					
					#profileDataExperience ul.experiencesList li table tbody tr td.col1 dl dt,
					#profileDataExperience ul.experiencesList li table tbody tr td.col1 dl dd {
					aapdding-bottom:0.5em;
					}
					
			
			#profileDataExperience ul.experiencesList li table tbody tr td.col2 {
			  width:55px;
			  vertical-align:middle;
			}
			  #profileDataExperience ul.experiencesList li table tbody tr td.col2 a.remove {
			    padding:3px 0;
			    padding-left:20px;
			    background:transparent url(../images/common/ico_remove.png?1283268678) 0 50% no-repeat;
			  }
			  
			  
	#profileDataExperience a.addExperience {
	  padding:3px 0;
    padding-left:20px;
    background:transparent url(../images/common/ico_add.png?1283268678) 0 50% no-repeat;
	}


#dataWrapper input.text,
#dataWrapper select,
#dataWrapper textarea,
#dataWrapper input.file {
	border:1px #666666 solid;
}

#dataWrapper input.text,
#dataWrapper textarea,
#dataWrapper select {
	width:99%;
}

.required {
	color:#989898;
	font-size:10px;
}



span.message {
	display:block;
	padding-left:5px;
	background:transparent url(../images/common/bg_message.png?1283268678) 0 50% no-repeat;
}
span.message span {
	display:block;
	padding:15px;
	color:#ffffff;
	background-color:#ff0000;
}

td.label {
  padding:10px 0;
	vertical-align:top;
	width:105px;
}
td.content {
  padding:10px 0;
	vertical-align:top;
  width:315px;
}
td.message {
	padding:10px 0;
  vertical-align:middle;
}

.innerTable {
	width:95%;
}
  .innerTable td.colLeft {
    padding:2px 0;
    width:60%;
	}
	.innerTable td.colRight {
	  width:39%;
	}
	
	.innerTable td.required {
	  text-align:right;
	}
	
	
tr.error td.label {
  color:#ff0000;
}

tr.error .innerTable td.required {
  color:#ff0000;
}
	
	.innerTable td input.checkbox,
	.innerTable td input.radio {
		vertical-align:middle;
	}
	
	#dataWrapper input.submit {
	  display:block;
	  width:92px;
	  height:19px;
	  font-size:1px;
	  text-indent:-8888em;
	  margin:0 auto;
		background:transparent url(../images/common/button_zapisz-dane.png?1283268678) 0 0 no-repeat;
	}
#accountSteps {
	padding:6px;
	background-color:#cccccc;
}

#accountSteps .content {
	padding:11px;
  background-color:#ffffff;
}
  #accountSteps .content ul {
    zoom:1;
  }
	  #accountSteps .content ul:after {
	    content:".";
			display:block;
			height:0;
			overflow:hidden;
			visibility:hidden;
			clear:left;
	  }

  #accountSteps .content li {
    clear:left;
    padding-top:1em;
    padding-left:21px;
    zoom:1;
  }
    #accountSteps .content li.done {
      background:transparent url(../images/common/ico_step_done.png?1283268678) 0 100% no-repeat;
    }
    #accountSteps .content li.pending {
      font-weight:bold;
      background:transparent url(../images/common/ico_step_pending.png?1283268678) 0 100% no-repeat;
    }
  
	#accountSteps p {
	padding-top:1em;
	}
	
	#accountSteps a {
	  text-decoration:underline;
	}
		#accountSteps a:hover {
		  text-decoration:none;
		}
#niemaszkonta {
}
	#niemaszkonta p.register {
		padding-top: 1.5em;
		padding-bottom: 0.5em;
	}
		#niemaszkonta p.register a {
			display: block;
			width: 127px;
			height: 27px;
			margin: 0 auto;
			background: url(../images/common/button_zarejestruj-sie.png?1283268678) no-repeat 0 0;
			text-indent: -9999em;
		}
#loginPanel {
	padding:10px 0;
	margin-top: 10px;
	margin-right:10px;
	background-color:#ae0000;
	  height: 159px;
	zoom:1
}
/* KANGUR
	* html {
		display:inline;
		overflow:hidden;
	}
*/

	#loginPanel ul {
	  margin-left:10px;
	  zoom:1;
	  height: 100%;
	}
	#loginPanel ul:after {
	  content:".";
		display:block;
		height:0;
		overflow:hidden;
		visibility:hidden;
		clear:left;
	}

		#loginPanel ul li {
		  float:left;
			display:block;
			overflow:hidden;
			background:#fff;
			height: 100%;
		}
		  * html #loginPanel ul li {
		  	display:inline;
			overflow:hidden;
		  }

		#loginPanel ul li.form {
			width: 278px;
		    margin-right:10px;
			background-image: url(../images/common/box_login.png?1283268678);
			background-repeat: no-repeat;
			background-position: 0 0;
		}
		#loginPanel ul li.info {
			width: 380px;
		}

		#loginPanel ul li a.photo {
		    width:100%;
		    display:block;
		    height:70px;
		  }
		    #loginPanel ul li a.photo img {
		    }
		
		  #loginPanel ul li div.content {
		    padding:20px;
		  }
		  #loginPanel ul li.form div.content {
			padding-top: 15px;
		  }

		  #loginPanel ul li.form label {
				display: block;
				font-weight: bold;
				padding-bottom: 3px;
		  }
		  #loginPanel ul li.form label span {
				font-weight: normal;
		  }
		  #loginPanel ul li.form input {
				width: 232px;
				border: 1px solid #666;
				padding: 2px 3px;
		  }
		  #loginPanel ul li.form div.submit input {
				width: auto;
				border: 0;
				padding: 0;
		  }
		  #loginPanel ul li.form p span.required {
				display: block;
				padding: 2px 0 0;
				text-align: right;
				color: #989898;
				font-size: 90%;
		  }
		  #loginPanel ul li.form p.button input {
				vertical-align:middle;
			    width:86px;
			    height:19px;
			    background:transparent url(../images/common/button_zaloguj-sie-black.png?1283268678) 0 0 no-repeat;
			    text-indent:-9000em;
			    cursor:pointer;
		  }
		  #loginPanel ul li.form div.forgotten p.button input {
				width: 119px;
				background-image: url(../images/common/button_wyslij-haslo.png?1283268678);
		  }
		  #loginPanel ul li.form div.submit p {
				line-height: 2em;
		  }
		  #loginPanel ul li.form div.submit p.button {
				float: left;
				width: 50%;
		  }
		  #loginPanel ul li.form div.submit p.remind {
				float: right;
				width: 50%;
				text-align: right;
		  }
		  #loginPanel ul li.form div.submit p.remind a {
				display: block;
				float: right;
				padding-left: 10px;
				background: url(../images/common/arrow_right.png?1283268678) no-repeat 0 55%;
		  }

		  #loginPanel ul li a {
				color: #000;
				text-decoration: underline;
		  }
		  #loginPanel ul li.info h3 {
		    margin-bottom: 0.5em;
		  }
		  #loginPanel ul li.info p {
			padding-bottom: 0.75em;
		  }

		#loginPanel ul li p {
  	  padding:5px 0 0;
  	}

#mainTabs {
	margin-top:1.5em;
	margin-right:10px;
}

h2 {
	padding:0 15px;
	zoom:1;
}

#mainWrapper .ui-tabs,
#mainWrapper .ui-tabs-nav {
	padding:0 15px !important;
}

#mainWrapper .ui-widget-content {
	border:none !important;
}

#mainWrapper .ui-widget-header {
	background:none !important;
	border:none !important;
}

#mainWrapper .ui-tabs,
#mainWrapper .ui-tabs-panel {
	padding:0 !important;
	border:none !important;
}


#mainWrapper .ui-state-default {
	background:#b1b1b1 url(../images/common/bg_tab-default.png?1283268678) 0 0 repeat-x !important;
}
#mainWrapper   .ui-state-default a {
    color:#333333 !important;
  }

#mainWrapper .ui-state-active {
	background-color:#333333 !important;
	background-image:none !important;
}
#mainWrapper   .ui-state-active a {
    color:#ffffff !important;
  }


.tabWrapper {
	padding:15px;
	background:transparent url(../images/common/bg_gradient.png?1283268678) 0 0 repeat-x;
	border:1px #ececec solid;
	position:relative;
}

.tabWrapper .ui-tabs-nav {
	float:right;
	zoom:1;
}
  .tabWrapper .ui-tabs-nav:after {
		content:".";
		display:block;
		height:0;
		overflow:hidden;
		visibility:hidden;
		clear:both;
	}

	.tabWrapper h4 {
	  position:relative;
		padding:1em 0;
		zoom:1;
	}
	  .tabWrapper h4 span {
	    position:absolute;
	    top:1em;
	    right:0;
	    
	    font-weight:normal;
	  }
	    .tabWrapper h4 span a {
	    }
		    .tabWrapper h4 span a.edit {
		      padding:4px 0 4px 19px;
		      background:transparent url(../images/common/ico_edit.png?1283268678) 0 50% no-repeat;
		    }

.tabWrapper .linksWrapper {
		position:absolute;
		top:20px;
		right:40px;
	}
  
	.tabWrapper ul.links {
	}

		.tabWrapper ul.links li {
		  padding:1px 0;
		}
		
		 .tabWrapper ul.links li a.edit {
		    padding:4px 0 4px 19px;
		    background:transparent url(../images/common/ico_edit.png?1283268678) 0 50% no-repeat;
		  }

ul.subTabsList {
	zoom:1;
}
	ul.subTabsList:after {
		content:".";
		display:block;
		height:0;
		overflow:hidden;
		visibility:hidden;
		clear:both !important;
	}

.subtabWrapper {
	clear:both;
  background:transparent url(../images/common/dots.png?1283268678) 0 0 repeat-x;
}

.subTabs {
	margin-top:1em;
}

div.intro {
	zoom:1;
}
  div.intro:after {
    content:".";
    display:block;
    height:0;
    overflow:hidden;
    visibility:hidden;
    clear:both;
  }
  
  div.intro div.photo {
  	float:left;
  	
	}
		div.intro div.photo * {
			font-size:10px;
		}
		
		div.intro div.photo a {
		  margin-bottom:1em;
		  display:block;
		  border:1px #9d9d9d solid;
		}
			div.intro div.photo a img {
			  width:160px;
			  heighT:160px;
			  overflow:hidden;
			}
	
	div.intro div.description {
	  margin-left:172px;
	}
	
		div.intro div.description h5 {
		  padding-top:1em;
		}
			div.intro div.description h5:first-child {
			  padding-top:0;
			}
			div.intro div.description h5.first-child {
			  padding-top:0;
			}

	ul.linkList {
	  padding:11px 0;
	}
		ul.linkList li {
		  
		}
			ul.linkList li a {
				display:block;
				float:left;
				width:100%;
				padding:3px 0;
			}
			
				ul.linkList li a.sampleMovie {
				  padding-left:20px;
				  background:transparent url(../images/common/ico_movie.png?1283268678) 0 50% no-repeat;
				}
				
				ul.linkList li a.sendMessage {
				  padding-left:20px;
				  background:transparent url(../images/common/ico_mail.png?1283268678) 0 50% no-repeat;
				}
				
				ul.linkList li a.seeProfile {
				  padding-left:20px;
				  background:transparent url(../images/common/ico_profile.png?1283268678) 0 50% no-repeat;
				}
	

ul.experience {
}
  ul.experience li {
    padding:10px;
	}
	
	ul.experience li .tableCol-1 {
	  width:105px;
	}
	
	ul.experience li .tableCol-2 {
	}
	
#subTabs-profilWrapper {
	padding-top:20px !important;
}
	
#subTabs-profilWrapper ul#subTabs-profil {
	float:none;
	background:transparent url(../images/common/dots.png?1283268678) 0 100% repeat-x !important;
}



/* Komentarze*/

ul.commentList li.odd {
	background-color: #efefef;
}

ul.commentList li table tbody tr td.col_1 {
	width: 110px;
	padding: 10px;
	text-align: center;

}

ul.commentList li table tbody tr td.col_1 a.profileLink,
ul.commentList li table tbody tr td.col_1 span,
ul.commentList li table tbody tr td.col_1 p {
	font-weight: bold;
	color: #ae0000;
	text-decoration: none;
	display: block;
}
  ul.commentList li table tbody tr td.col_1 ul.linkList {
  }
	  ul.commentList li table tbody tr td.col_1 ul.linkList li {
	    text-align:left;
	  }

ul.commentList li table tbody tr td.col_1 img {
	margin-bottom: 5px;
}

ul.commentList li table tbody tr td.col_2 {
	width: 540px;
	padding: 10px;
	vertical-align: top;
}

ul.commentList li table tbody tr.even,
ul.commentList li table tbody tr.even td {
	background-color: #fff;
}

ul.commentList li table tbody tr td.col_2 .infoBar {
	margin-bottom: 6px;
}

ul.commentList li table tbody tr td.col_2 ul.rank,
ul.commentList li table tbody tr td.col_2 ul.legend {
	float: left;
	width: auto;
	margin-right: 10px;
}

ul.commentList li table tbody tr td.col_2 ul.rank li{
	float: left;
	line-height: 11px;
	font-size: 0.9em;
	margin-top: 2px;
}

ul.commentList li table tbody tr td.col_2 ul.rank li span{
	margin-left: 5px;
}

ul.commentList li table tbody tr td.col_2 ul.legend li{
	display: block;
	float: left;
	margin-right: 4px;
}

ul.commentList li table tbody tr td.col_2 ul.options{
	width: auto;
	float: right;
}

ul.commentList li table tbody tr td.col_2 ul.options li{
	float: left;
	margin-left: 10px;
	padding-left: 22px;
	display: block;
	height: 18px;
	line-height: 15px;
}

ul.commentList li table tbody tr td.col_2 ul.options li.edit{
	background: transparent url(../images/common/ico_edit.png?1283268678) no-repeat 0 0;
}

ul.commentList li table tbody tr td.col_2 ul.options li.delete{
	background: transparent url(../images/common/ico_remove_filter.png?1283268678) no-repeat 0 0;
}

ul.commentList li table tbody tr td.col_2 p{
	line-height: 1.4em;
}

ul.commentList li table tbody tr.last td{
	background: transparent url(../images/common/dotted_line.png) no-repeat 0 100%;
}

#subTabs-terminarz {
	position:relative;
	background-color:transparent !important;
}

.addFreeTimeWrapper {
	padding:0 0 2em 0;
}

.addFreeTime {
	padding:5px 0 5px 20px;
	background:transparent url(../images/common/ico_add.png?1283268678) 0 50% no-repeat;
}

.timeNav {
	position:absolute;
	top:-2px;
	left:0;
}

.timeNav ul {
	  vertical-align:middle;
	  text-align:center;
	  zoom:1;
}

		.timeNav ul li {
		  display:block;
		  float:left;
		  padding:4px 5px 4px 0;
		}

			.timeNav ul li a {
			  display:block;
			  float:left;
			  padding:5px 5px;
			  text-decoration:none;
			  color:#ffffff;
			  font-weight:bold;
			  background-color:#515151;
			}
			  .timeNav ul li a:hover {
			    text-decoration:none;

				  color:#000000;
				  background-color:#cccccc;
			  }
			  
			  .timeNav ul li span {
			    display:block;
			    float:left;
			  	padding:5px 10px;
			  }
			  
			  .timeNav ul li span a {
			    display:inline;
			    float:none;
			    color:#333333;
			    font-weight:normal;
			    background-color:transparent;
			  }
			    .timeNav ul li span a:hover {
			      color:#333333;
				    font-weight:normal;
				    background-color:transparent;
				    text-decoration:underline;
			    }


/* MONTH */
table.schedulerMonth {
  clear:both;
  table-layout:fixed;
	width:99%;
	border:none !important;
	background:transparent url(../images/common/dots.png?1283268678) 0 0 repeat-x;
}

	table.schedulerMonth tr th {
		border:none !important;
	}

	table.schedulerMonth tr td {
		border:none !important;
	}

table.schedulerMonth thead {
	border:none !important;
}

	table.schedulerMonth thead tr {
		border:none !important;
	}


		table.schedulerMonth thead tr th {
			border:none !important;
			text-align:center;
			vertical-align:middle;
			height:42px;
			background:transparent url(../images/common/dots.png?1283268678) 0 100% repeat-x;
		}

		table.schedulerMonth thead tr td {
			border:none !important;
		}
		
		
table.schedulerMonth tbody {
	border:none !important;
}

	table.schedulerMonth tbody tr {
		border:none !important;
	}


		table.schedulerMonth tbody tr th {
			border:none !important;
		}

		table.schedulerMonth tbody tr td {
			border:none !important;
			height:85px;
		}


table.schedulerMonth div.dayWrapper {
	/*position:relative;*/
	margin:2px;
	width:85px;
	/*height:85px;*/
	
	background:#ffffff;
	border:1px #cccccc solid;
}

  table.schedulerMonth div.dayWrapper span {
    /*position:absolute;*/
    top:8px;
    right:4px;
    color:#a7a7a7;
  }
  
  table.schedulerMonth div.dayWrapper ul {
    /*position:absolute;*/
    top:20px;
    padding:0 10px;
    height:3.6	em;
    overflow:hidden;
  }
    table.schedulerMonth div.dayWrapper ul li {
      padding:0;
    	margin:0;
    }
  table.schedulerMonth div.dayWrapper a.more {
    /*position:absolute;*/
    bottom:7px;
    left:25px;
    
    text-align:center;
	}

table.schedulerMonth td.out div.dayWrapper {
	background-color:#f4f4f4;
}

table.schedulerMonth td.holiday div.dayWrapper {
	background-color:#d7d7d7;
}

table.schedulerMonth td.today div.dayWrapper {
	background-color:#eacaca;
}


/* WEEK */
table.schedulerWeek {
  clear:both;
	table-layout:fixed;
	width:99%;
	border:none !important;
	
	background:transparent url(../images/common/dots.png?1283268678) 0 0 repeat-x;
}

  table.schedulerWeek * {
    font-size:10px;
  }

	table.schedulerWeek tr th {
	  width:85px;
		border:none !important;
	}
		table.schedulerWeek tr th.time {
			width:45px;
			
		}
		
		table.schedulerWeek tr th span.date {
		  font-weight:normal;
		}

	table.schedulerWeek tr td {
		border:none !important;
	}

table.schedulerWeek thead {
	border:none !important;
}

	table.schedulerWeek thead tr {
		border:none !important;
	}

		table.schedulerWeek thead tr th {
			border:none !important;
			text-align:center;
			vertical-align:middle;
			height:42px;
			/* background:transparent url(../images/common/dots.png?1283268678) 0 100% repeat-x; */
		}

		table.schedulerWeek thead tr td {
			border:none !important;
		}

table.schedulerWeek tbody {
	border:none !important;
}

	table.schedulerWeek tbody tr {
		border:none !important;
	}
	
	  table.schedulerWeek tbody tr th,
	  table.schedulerWeek tbody tr td {
	    height:2.4em;
	  }
	    table.schedulerWeek tbody tr td div.dayWrapper {
	      margin-right:2px;
	      margin-left:1px;
	      padding:3px 2px;
	      text-align:center;

	      background-color:#dbdbdb;
	    }
	      table.schedulerWeek tbody tr td div.dayWrapper a strong {
	        line-height:2em;
	      }
	    
	    table.schedulerWeek tbody tr td.statusA {
	    }
	      table.schedulerWeek tbody tr td.statusA div.dayWrapper {
	        border:1px #02b302 solid !important;
	      }
	    
	    table.schedulerWeek tbody tr td.statusB {
	    }
	      table.schedulerWeek tbody tr td.statusB div.dayWrapper {
	        border:1px #ff0000 solid !important;
	      }
	    table.schedulerWeek tbody tr td.statusC {
	    }
	      table.schedulerWeek tbody tr td.statusC div.dayWrapper {
	        border:1px #ffffff solid !important;
	      }

		table.schedulerWeek tbody tr th {
		  font-weight:normal;
		  vertical-align:middle;
			border:none !important;
		}

		table.schedulerWeek tbody tr th,
		table.schedulerWeek tbody tr td {
			/*border:none !important;*/
			/* background:transparent url(../images/common/vdots.png?1283268678) 100% 0 repeat-y; */
			border:1px dotted #666666 !important; /* STARWARE */
		}
		
	table.schedulerWeek tbody tr.odd th,
	table.schedulerWeek tbody tr.odd td {
	  background-color:#efefef;
	}


/* DAY */
table.schedulerDay {
	margin-top:-2px;
	clear:both;
	table-layout:fixed;
	width:99%;
	border:none !important;
	
	background:transparent url(../images/common/dots.png?1283268678) 0 100% repeat-x;
	
}

  table.schedulerDay * {
    font-size:11px;
  }
  
  
table.schedulerDay thead {
	border:none !important;
}

	table.schedulerDay thead tr {
		border:none !important;
	}

		table.schedulerDay thead tr th {
			border:none !important;
			height:1px;
			line-height:1px;
			overflow:hidden;
			background:transparent url(../images/common/dots.png?1283268678) 0 100% repeat-x;
			zoom:1;
		}

		table.schedulerDay thead tr td {
			border:none !important;
		}
  

	table.schedulerDay tr th {
		border:none !important;
	}
		table.schedulerDay tr th.time {
			width:45px;
			font-size:10px;
		}
		table.schedulerDay thead tr th.edit {
			width:65px;
		}
		table.schedulerDay thead tr th.remove {
			width:65px;
		}
		
		table.schedulerDay tr thead th {
			font-size:1px;
			line-height:1px;
		}


	table.schedulerDay tr td {
		/* border:none !important; STARWARE */ 
		border-bottom:1px dotted #666666;	
	}



table.schedulerDay tbody {
	border:none !important;
}

	table.schedulerDay tbody tr {
		border:none !important;
	}

	  table.schedulerDay tbody tr th,
	  table.schedulerDay tbody tr td {
	    height:2.4em;
	  }
	  
	  
	  
	    table.schedulerDay tbody tr td div.eventWrapper {
	      padding:10px;
	      background-color:#dbdbdb !important;
	    }
	      table.schedulerDay tbody tr td div.eventWrapper a strong {
	        line-height:2em;
	      }

	    table.schedulerDay tbody tr td.statusA {
	    }
	      table.schedulerDay tbody tr td.statusA div.eventWrapper {
	        border:1px #02b302 solid !important;
	      }

	    table.schedulerDay tbody tr td.statusB {
	    }
	      table.schedulerDay tbody tr td.statusB div.eventWrapper {
	        border:1px #ff0000 solid !important;
	      }
	    table.schedulerDay tbody tr td.statusC {
	    }
	      table.schedulerDay tbody tr td.statusC div.eventWrapper {
	        border:1px #ffffff solid !important;
	      }

		table.schedulerDay tbody tr th {
		  font-weight:normal;
		  vertical-align:middle;
			border:none !important;
		}

		table.schedulerDay tbody tr th.time {
			/* background:transparent url(../images/common/vdots.png?1283268678) 100% 0 repeat-y; STARWARE */
			border-right:1px dotted #666666 !important;
		}

	table.schedulerDay tbody tr.odd th,
	table.schedulerDay tbody tr.odd td {
	  background-color:#efefef;
	}
	
	table.schedulerDay tbody tr.event th,
	table.schedulerDay tbody tr.event td {
    /*background-color:#dbdbdb !important;*/
		background-color:#dbdbdb;
	}

  table.schedulerDay tbody td.option {
    vertical-align:middle;
	}

  table.schedulerDay tbody td a {
	}

		table.schedulerDay tbody td a.edit {
			display:block;
		  padding:4px 0 5px 20px;
		  background:transparent url(../images/common/ico_edit.png?1283268678) 0 50% no-repeat !important;
		}
		table.schedulerDay tbody td a.remove {
		  display:block;
		  padding:4px 0 5px 20px;
		  background:transparent url(../images/common/ico_remove.png?1283268678) 0 50% no-repeat !important;
		}
		
		table.schedulerDay tbody td .statusA {
		  color:#ff0000;
		  font-weight:bold;
		}
		table.schedulerDay tbody td .statusB {
		  color:#319d01;
		  font-weight:bold;
		}
		table.schedulerDay tbody td .statusC {
		  color:#000000;
		  font-weight:bold;
		}

/* LIST */

#subTabs-finanse.ui-widget-content {
	background-color:transparent !important;
}


#subTabs-finanse p {
	margin-bottom: 10px;
}

#subTabs-finanse p.summary {
	margin-bottom: 10px;
}

#subTabs-finanse  p span {
	color:#AE0000;
	font-size:1.1em;
	font-weight:bold;
}

#subTabs-finanse a.generate {
	background: transparent url(../images/common/ico_generate.png?1283268678) no-repeat 0 0;
	padding-left: 25px;
	display: block;
	float: none;
	clear: both;
	line-height: 14px;
	height: 14px;
}

table#financesList tr td {
	padding: 5px 10px;
}


table#financesList tr td.date {
	width: 105px;
}

table#financesList tr td.subject {
	width: 410px;
}

table#financesList tr td.amount {
	width: 90px;
	text-align: right;
	color: #ae0000;
	font-weight: bold;
}

table#financesList tr.odd td {
  background-color: transparent;
}

table#financesList tr.even td {
	background-color: #efefef;
}

table#financesList tr td.summary {
	text-align: right;
	font-size: 1.3em;
	
	padding: 10px;
}

table#financesList tr td.summary span {
	font-weight: bold;
}



form#contractData{
	padding-top: 10px;
}

form#contractData h3 {
	font-size: 1.4em;
	font-weight: bold;
	background: transparent url(../images/common/dots.png?1283268678) 0 100% repeat-x;
	padding-bottom: 10px;
}


form#contractData ul {
	zoom:1;
}

	form#contractData ul:after {
		content:".";
		display:block;
		height:0;
		overflow:hidden;
		visibility:hidden;
		clear:both;
	}

form#contractData ul li {
	padding: 15px;
	margin-bottom: 5px;
	zoom:1;
}
  form#contractData ul li:after {
    content:".";
		display:block;
		height:0;
		overflow:hidden;
		visibility:hidden;
		clear:both;
  }

form#contractData ul li {
	background-color: #fff;
}

form#contractData ul li.odd{
	background-color: #efefef !important;
}

form#contractData ul li label{
	width: 150px;
	font-weight: bold;
	float: left;
	margin-right: 10px;
	padding-top: 4px;
}

form#contractData ul li div.inputWrap{
	float: left;
	width: auto;
	text-align: right;
}

form#contractData ul li input.text{
	border: solid 1px #666;
	padding: 3px;
	width: 310px;
	display: block;
	clear: both;
	margin-bottom: 4px;
}

form#contractData ul li div.inputWrap span{
	font-size: 0.8em;
	color: #989898;
}

form#contractData ul li input#pesel{
	width: 110px;
}

form#contractData ul li input#birthPlaceZip{
	width: 60px;
}

form#contractData ul li input#idNumber{
	width: 110px;
}

form#contractData input#bt_save
{
	width: 92px;
	height: 19px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 10px;
}


























#subTabs-finanse.ui-widget-content {
	background-color:transparent !important;
}


#subTabs-finanse p {
	margin-bottom: 10px;
}

#subTabs-finanse p.summary {
	margin-bottom: 10px;
}

#subTabs-finanse  p span {
	color:#AE0000;
	font-size:1.1em;
	font-weight:bold;
}

#subTabs-finanse a.generate {
	background: transparent url(../images/common/ico_generate.png?1283268678) no-repeat 0 0;
	padding-left: 25px;
	display: block;
	float: none;
	clear: both;
	line-height: 14px;
	height: 14px;
}

  #subTabs-finanse ul.options {
    float:left;
	}
	  #subTabs-finanse ul.options li {
	    float:left;
	    margin-right:10px;
	  }
		  #subTabs-finanse ul.options li a {
		    display:block;
		    float:left;
		    height:25px;
		    line-height:25px;
		  }
		    #subTabs-finanse ul.options li a.generujZestawienie {
		      padding-left:20px;
			    background:transparent url(../images/common/ico_generate.png?1283268678) 0 50%	 no-repeat;
			  }
			  #subTabs-finanse ul.options li a.doladujKonto {
			    width:120px;
			    background:transparent url(../images/common/button_doladuj_konto.png?1283268678) 0 50% no-repeat;
			  }
			  

table#financesList tr td {
	padding: 5px 10px;
}


table#financesList tr td.date {
	width: 105px;
}

table#financesList tr td.subject {
	width: 410px;
}

table#financesList tr td.amount {
	width: 90px;
	text-align: right;
	color: #ae0000;
	font-weight: bold;
}

table#financesList tr.odd td {
  background-color: transparent;
}

table#financesList tr.even td {
	background-color: #efefef;
}

table#financesList tr td.summary {
	text-align: right;
	font-size: 1.3em;
	
	padding: 10px;
}

table#financesList tr td.summary span {
	font-weight: bold;
}



form#contractData{
	padding-top: 10px;
}

form#contractData h3 {
	font-size: 1.4em;
	font-weight: bold;
	background: transparent url(../images/common/dots.png?1283268678) 0 100% repeat-x;
	padding-bottom: 10px;
}


form#contractData ul {
	zoom:1;
}

	form#contractData ul:after {
		content:".";
		display:block;
		height:0;
		overflow:hidden;
		visibility:hidden;
		clear:both;
	}

form#contractData ul li {
	padding: 15px;
	margin-bottom: 5px;
	zoom:1;
}
  form#contractData ul li:after {
    content:".";
		display:block;
		height:0;
		overflow:hidden;
		visibility:hidden;
		clear:both;
  }

form#contractData ul li {
	background-color: #fff;
}

form#contractData ul li.odd{
	background-color: #efefef !important;
}

form#contractData ul li label{
	width: 150px;
	font-weight: bold;
	float: left;
	margin-right: 10px;
	padding-top: 4px;
}

form#contractData ul li div.inputWrap{
	float: left;
	width: auto;
	text-align: right;
}

form#contractData ul li input.text{
	border: solid 1px #666;
	padding: 3px;
	width: 310px;
	display: block;
	clear: both;
	margin-bottom: 4px;
}

form#contractData ul li div.inputWrap span{
	font-size: 0.8em;
	color: #989898;
}

form#contractData ul li input#pesel{
	width: 110px;
}

form#contractData ul li input#birthPlaceZip{
	width: 60px;
}

form#contractData ul li input#idNumber{
	width: 110px;
}

form#contractData input#bt_save
{
	width: 92px;
	height: 19px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 10px;
}


























/*#mainTabs {
	margin-top:1.5em;
	margin-right:10px;
}

h2 {
	padding:0 15px;
	zoom:1;
}

.ui-tabs,
.ui-tabs-nav {
	padding:0 15px !important;
}

.ui-widget-content {
	border:none !important;
}

.ui-widget-header {
	background:none !important;
	border:none !important;
}

.ui-tabs,
.ui-tabs-panel {
	padding:0 !important;
	border:none !important;
}


.ui-state-default {
	background:#b1b1b1 url(../images/common/bg_tab-default.png?1283268678) 0 0 repeat-x !important;
}
  .ui-state-default a {
    color:#333333 !important;
  }

.ui-state-active {
	background-color:#333333 !important;
	background-image:none !important;
}
  .ui-state-active a {
    color:#ffffff !important;
  }


.tabWrapper {
	padding:15px;
	background:transparent url(../images/common/bg_gradient.png?1283268678) 0 0 repeat-x;
	border:1px #ececec solid;
}

.tabWrapper .ui-tabs-nav {
	float:right;
	zoom:1;
}
  .tabWrapper .ui-tabs-nav:after {
		content:".";
		display:block;
		height:0;
		overflow:hidden;
		visibility:hidden;
		clear:both;
	}

	.tabWrapper h4 {
	  position:relative;
		padding:1em 0;
		zoom:1;
	}
	  .tabWrapper h4 span {
	    position:absolute;
	    top:1em;
	    right:0;
	    
	    font-weight:normal;
	  }
	    .tabWrapper h4 span a {
	    }
		    .tabWrapper h4 span a.edit {
		      padding:4px 0 4px 19px;
		      background:transparent url(../images/common/ico_edit.png?1283268678) 0 50% no-repeat;
		    }


.tabWrapper .userSummary {
	font-size:10px;
}
	.tabWrapper .userSummary p {
		padding-top:10px;
	}

ul.subTabsList {
	zoom:1;
}
	ul.subTabsList:after {
		content:".";
		display:block;
		height:0;
		overflow:hidden;
		visibility:hidden;
		clear:both !important;
	}

.subtabWrapper {
	clear:both;
  background:transparent url(../images/common/dots.png?1283268678) 0 0 repeat-x;
}

.subTabs {
	margin-top:1em;
}

div.intro {
	zoom:1;
}
  div.intro:after {
    content:".";
    display:block;
    height:0;
    overflow:hidden;
    visibility:hidden;
    clear:both;
  }
  
  div.intro div.photo {
  	float:left;
  	
	}
		div.intro div.photo * {
			font-size:10px;
		}
		
		div.intro div.photo a {
		  margin-bottom:1em;
		  display:block;
		  border:1px #9d9d9d solid;
		}
			div.intro div.photo a img {
			  width:160px;
			  heighT:160px;
			  overflow:hidden;
			}
	
	div.intro div.description {
	  margin-left:172px;
	}
	
		div.intro div.description h5 {
		  padding-top:1em;
		}
			div.intro div.description h5:first-child {
			  padding-top:0;
			}
			div.intro div.description h5.first-child {
			  padding-top:0;
			}
*/

	ul.linkList {
	  padding:11px 0;
	}
		ul.linkList li {
		  
		}
			ul.linkList li a {
				display:block;
				float:left;
				width:100%;
				padding:3px 0;
			}
			
				ul.linkList li a.sampleMovie {
				  padding-left:20px;
				  background:transparent url(../images/common/ico_movie.png?1283268678) 0 50% no-repeat;
				}
				
				ul.linkList li a.sendMessage {
				  padding-left:20px;
				  background:transparent url(../images/common/ico_mail.png?1283268678) 0 50% no-repeat;
				}
				
				ul.linkList li a.seeProfile {
				  padding-left:20px;
				  background:transparent url(../images/common/ico_profile.png?1283268678) 0 50% no-repeat;
				}
				
				ul.linkList li a.addToFav {
				  padding-left:30px;
				  background:transparent url(../images/common/ico_add_to_favourite.png?1283268678) 0 50% no-repeat;
				}
				ul.linkList li a.removeFromFav {
				  padding-left:30px;
				  background:transparent url(../images/common/ico_remove_from_favourite.png?1283268678) 0 50% no-repeat;
				}
				
  ul.linkListHor {
	  padding:11px 0;
	  zoom:1;
	}
	  ul.linkListHor:after {
	    content:".";
	    display:block;
	    height:0;
	    overflow:hidden;
	    visibility:hidden;
	    clear:both;
	  }
	  
		ul.linkListHor li {
			float:left;
		}
			ul.linkListHor li a {
				display:block;
				float:left;
				padding:3px 10px 3px 0;
			}

				ul.linkListHor li a.sampleMovie {
				  padding-left:20px;
				  background:transparent url(../images/common/ico_movie.png?1283268678) 0 50% no-repeat;
				}

				ul.linkListHor li a.sendMessage {
				  padding-left:20px;
				  background:transparent url(../images/common/ico_mail.png?1283268678) 0 50% no-repeat;
				}

				ul.linkListHor li a.seeProfile {
				  padding-left:20px;
				  background:transparent url(../images/common/ico_profile.png?1283268678) 0 50% no-repeat;
				}

				ul.linkListHor li a.addToFav {
				  padding-left:30px;
				  background:transparent url(../images/common/ico_add_to_favourite.png?1283268678) 0 50% no-repeat;
				}
				ul.linkListHor li a.removeFromFav {
				  padding-left:30px;
				  background:transparent url(../images/common/ico_remove_from_favourite.png?1283268678) 0 50% no-repeat;
				}
	

ul.experience {
}
  ul.experience li {
    padding:10px;
	}
	
	ul.experience li .tableCol-1 {
	  width:105px;
	}
	
	ul.experience li .tableCol-2 {
	}
	
#subTabs-profilWrapper {
	padding-top:20px !important;
}
	
#subTabs-profilWrapper ul#subTabs-profil {
	float:none;
	background:transparent url(../images/common/dots.png?1283268678) 0 100% repeat-x !important;
}



/* Komentarze*/

ul.commentList li.odd {
	background-color: #efefef;
}

ul.commentList li table tbody tr td.col_1 {
	width: 110px;
	padding: 10px;
	text-align: center;

}

ul.commentList li table tbody tr td.col_1 a.profileLink,
ul.commentList li table tbody tr td.col_1 span,
ul.commentList li table tbody tr td.col_1 p {
	font-weight: bold;
	color: #ae0000;
	text-decoration: none;
	display: block;
}
  ul.commentList li table tbody tr td.col_1 ul.linkList {
  }
	  ul.commentList li table tbody tr td.col_1 ul.linkList li {
	    text-align:left;
	  }

ul.commentList li table tbody tr td.col_1 img {
	margin-bottom: 5px;
}

ul.commentList li table tbody tr td.col_2 {
	width: 540px;
	padding: 10px;
	vertical-align: top;
}

ul.commentList li table tbody tr.even,
ul.commentList li table tbody tr.even td {
	background-color: #fff;
}

ul.commentList li table tbody tr td.col_2 .infoBar {
	margin-bottom: 6px;
}

ul.commentList li table tbody tr td.col_2 ul.rank,
ul.commentList li table tbody tr td.col_2 ul.legend {
	float: left;
	width: auto;
	margin-right: 10px;
}

ul.commentList li table tbody tr td.col_2 ul.rank li{
	float: left;
	line-height: 11px;
	font-size: 0.9em;
	margin-top: 2px;
}

ul.commentList li table tbody tr td.col_2 ul.rank li span{
	margin-left: 5px;
}

ul.commentList li table tbody tr td.col_2 ul.legend li{
	display: block;
	float: left;
	margin-right: 4px;
}

ul.commentList li table tbody tr td.col_2 ul.options{
	width: auto;
	float: right;
}

ul.commentList li table tbody tr td.col_2 ul.options li{
	float: left;
	margin-left: 10px;
	padding-left: 22px;
	display: block;
	height: 18px;
	line-height: 15px;
}

ul.commentList li table tbody tr td.col_2 ul.options li.edit{
	background: transparent url(../images/common/ico_edit.png?1283268678) no-repeat 0 0;
}

ul.commentList li table tbody tr td.col_2 ul.options li.delete{
	background: transparent url(../images/common/ico_remove_filter.png?1283268678) no-repeat 0 0;
}

ul.commentList li table tbody tr td.col_2 p{
	line-height: 1.4em;
}

ul.commentList li table tbody tr.last td{
	background: transparent url(../images/common/dotted_line.png) no-repeat 0 100%;
}
		#subTabs-kontakty input.text {
	    width:160px;
	    vertical-align:middle;
	    height:15px !important;
	    border:1px #666666 solid;
		}

		#subTabs-kontakty input.submit {
	    vertical-align:middle;
	    width:92px;
	    height:19px;
	    background:transparent url(../images/common/button_szukaj.png?1283268678) 0 0 no-repeat;
	    text-indent:-9000em;
	  }
	  
	  
	  .filter {
	    position:absolute;
			top:-2.25em;
		}
		  .filter span {
		    margin-right:5px;
		    float:left;
		  }
		    .filter span a {
		      font-size:11px;
		    }
		    
			.filter ul {
			  display:inline;
			}
				.filter ul li {
				  padding:5px;
				  margin-right:5px;
				  display:block;
				  float:left;
				  background-color:#515151;
				}
				  .filter ul li a,
					.filter ul li span {
					  color:#ffffff;
				  }
				  
        .filter ul li.active {
          background-color:#000000;
				}
        
        .filter ul li.active a {
          font-weight:bold;
				}

table.personList thead tr th{
	color: #000;
	font-weight: normal;
	background-color:#cccccc;
}

table.personList thead tr th.col_1{
	text-align: left;
	width: 110px;
	padding: 6px 10px;
}

table.personList thead tr th.col_2{
	text-align: left;
	padding: 6px 10px;
	width: 540px;
}

table.personList tbody tr td.col_1{
	width: 110px;
	padding: 10px;
	text-align: center;
	
}

table.personList tbody tr td.col_1 span {
	font-weight: normal;
	text-decoration: none;
	display: block;
	text-align:center;
}

table.personList tbody tr td.col_1 span.online {
	color:#6c9835;
}
table.personList tbody tr td.col_1 span.offline {
	color:#ae0000;
}

table.personList tbody tr td.col_1 img{
	margin-bottom: 5px;
}



table.personList tbody tr td.col_2{
	width: 540px;
	padding: 10px;
	vertical-align: top;
}

table.personList tbody tr.odd,
table.personList tbody tr.odd td{
	background-color: #efefef;
}

table.personList tbody tr.even,
table.personList tbody tr.even td{
	background-color: #fff;
}

table.personList tbody tr td.col_2 .infoBar{
	margin-bottom: 6px;
}

	table.personList tbody tr td.col_2 .infoBar a.linkToProfile {
	  font-weight:bold;
		color:#ae0000;
	}

table.personList tbody tr td.col_2 ul.rank,
table.personList tbody tr td.col_2 ul.legend{
	float: left;
	width: auto;
	margin-right: 10px;
}

table.personList tbody tr td.col_2 ul.rank li{
	float: left;
	line-height: 11px;
	font-size: 0.9em;
	margin-top: 2px;
}

table.personList tbody tr td.col_2 ul.rank li span{
	margin-left: 5px;
}

table.personList tbody tr td.col_2 ul.legend li{
	display: block;
	float: left;
	margin-right: 4px;
}

table.personList tbody tr td.col_2 ul.userInfo {
	width: auto;
	float: left;
}

table.personList tbody tr td.col_2 ul.options{
	width: auto;
	float: right;
}

table.personList tbody tr td.col_2 ul.options li{
	float: left;
	margin-left: 10px;
	padding-left: 22px;
	display: block;
	height: 18px;
	line-height: 15px;
}

table.personList tbody tr td.col_2 ul.options li.edit{
	background: transparent url(../images/common/ico_edit.png?1283268678) no-repeat 0 0;
}

table.personList tbody tr td.col_2 ul.options li.delete{
	background: transparent url(../images/common/ico_remove_filter.png?1283268678) no-repeat 0 0;
}

table.personList tbody tr td.col_2 p{
	line-height: 1.4em;
}

table.personList tbody tr.last td{
	background: transparent url(../images/common/dotted_line.png) no-repeat 0 100%;
}

		#subTabs-kontakty input.text {
	    width:160px;
	    vertical-align:middle;
	    height:15px !important;
	    border:1px #666666 solid;
		}

		#subTabs-kontakty input.submit {
	    vertical-align:middle;
	    width:92px;
	    height:19px;
	    background:transparent url(../images/common/button_szukaj.png?1283268678) 0 0 no-repeat;
	    text-indent:-9000em;
	  }
	  
	  
	  .filter {
	    float:left;
		}
		  .filter span {
		    margin-right:5px;
		    padding-top:10px;
		    float:left;
		  }
		    .filter span a {
		      font-size:11px;
		    }
		    
			.filter ul {
			  display:inline;
			}
				.filter ul li {
				  padding:5px;
				  margin-right:5px;
				  display:block;
				  float:left;
				  background-color:#515151;
				}
				  .filter ul li a,
					.filter ul li span {
					  color:#ffffff;
				  }
				  
        .filter ul li.active {
          background-color:#000000;
				}
        
        .filter ul li.active a {
          font-weight:bold;
				}

table.personList thead tr th{
	color: #000;
	font-weight: normal;
	background-color:#cccccc;
}

table.personList thead tr th.col_1{
	text-align: left;
	width: 110px;
	padding: 6px 10px;
}

table.personList thead tr th.col_2{
	text-align: left;
	padding: 6px 10px;
	width: 540px;
}

table.personList tbody tr td.col_1{
	width: 110px;
	padding: 10px;
	text-align: center;
	
}

table.personList tbody tr td.col_1 span {
	font-weight: normal;
	text-decoration: none;
	display: block;
	text-align:center;
}

table.personList tbody tr td.col_1 span.online {
	color:#6c9835;
}
table.personList tbody tr td.col_1 span.offline {
	color:#ae0000;
}

table.personList tbody tr td.col_1 img{
	margin-bottom: 5px;
}



table.personList tbody tr td.col_2{
	width: 540px;
	padding: 10px;
	vertical-align: top;
}

table.personList tbody tr.odd,
table.personList tbody tr.odd td{
	background-color: #efefef;
}

table.personList tbody tr.even,
table.personList tbody tr.even td{
	background-color: #fff;
}

table.personList tbody tr td.col_2 .infoBar{
	margin-bottom: 6px;
}

	table.personList tbody tr td.col_2 .infoBar a.linkToProfile {
	  font-weight:bold;
		color:#ae0000;
	}

table.personList tbody tr td.col_2 ul.rank,
table.personList tbody tr td.col_2 ul.legend{
	float: left;
	width: auto;
	margin-right: 10px;
}

table.personList tbody tr td.col_2 ul.rank li{
	float: left;
	line-height: 11px;
	font-size: 0.9em;
	margin-top: 2px;
}

table.personList tbody tr td.col_2 ul.rank li span{
	margin-left: 5px;
}

table.personList tbody tr td.col_2 ul.legend li{
	display: block;
	float: left;
	margin-right: 4px;
}

table.personList tbody tr td.col_2 ul.userInfo {
	width: auto;
	float: left;
}

table.personList tbody tr td.col_2 ul.options{
	width: auto;
	float: right;
}

table.personList tbody tr td.col_2 ul.options li{
	float: left;
	margin-left: 10px;
	padding-left: 22px;
	display: block;
	height: 18px;
	line-height: 15px;
}

table.personList tbody tr td.col_2 ul.options li.edit{
	background: transparent url(../images/common/ico_edit.png?1283268678) no-repeat 0 0;
}

table.personList tbody tr td.col_2 ul.options li.delete{
	background: transparent url(../images/common/ico_remove_filter.png?1283268678) no-repeat 0 0;
}

table.personList tbody tr td.col_2 p{
	line-height: 1.4em;
}

table.personList tbody tr.last td{
	background: transparent url(../images/common/dotted_line.png) no-repeat 0 100%;
}

/*u24 .ui-widget-content {
	background-color:transparent !important;
}*/

		#subTabs-poczta input.text {
	    width:160px;
	    vertical-align:middle;
	    height:15px !important;
	    border:1px #666666 solid;
		}

		#subTabs-poczta input.submit {
	    vertical-align:middle;
	    width:92px;
	    height:19px;
	    background:transparent url(../images/common/button_szukaj.png?1283268678) 0 0 no-repeat;
	    text-indent:-9000em;
	  }
	  
	  
	  .filter {
	    float:left;
		}
		  .filter span {
		    margin-right:5px;
		    padding-top:10px;
		    float:left;
		  }
		    .filter span a {
		      font-size:11px;
		    }
		    
			.filter ul {
			  display:inline;
			}
				.filter ul li {
				  padding:5px;
				  margin-right:5px;
				  display:block;
				  float:left;
				  background-color:#515151;
				}
				  .filter ul li a,
					.filter ul li span {
					  color:#ffffff;
				  }
				  
        .filter ul li.active {
          background-color:#000000;
				}
        
        .filter ul li.active a {
          font-weight:bold;
				}

table#personList thead tr th{
	color: #000;
	font-weight: normal;
	background-color:#cccccc;
}

table#personList thead tr th.col_1{
	text-align: left;
	width: 110px;
	padding: 6px 10px;
}

table#personList thead tr th.col_2{
	text-align: left;
	padding: 6px 10px;
	width: 540px;
}

table#personList tbody tr td.col_1{
	width: 110px;
	padding: 10px;
	text-align: center;
	
}

table#personList tbody tr td.col_1 span {
	font-weight: normal;
	text-decoration: none;
	display: block;
	text-align:center;
}

table#personList tbody tr td.col_1 span.online {
	color:#6c9835;
}
table#personList tbody tr td.col_1 span.offline {
	color:#ae0000;
}

table#personList tbody tr td.col_1 img{
	margin-bottom: 5px;
}



table#personList tbody tr td.col_2{
	width: 540px;
	padding: 10px;
	vertical-align: top;
}

table#personList tbody tr.odd,
table#personList tbody tr.odd td{
	background-color: #efefef;
}

table#personList tbody tr.even,
table#personList tbody tr.even td{
	background-color: #fff;
}

table#personList tbody tr td.col_2 .infoBar{
	margin-bottom: 6px;
}

	table#personList tbody tr td.col_2 .infoBar a.linkToProfile {
	  font-weight:bold;
		color:#ae0000;
	}

table#personList tbody tr td.col_2 ul.rank,
table#personList tbody tr td.col_2 ul.legend{
	float: left;
	width: auto;
	margin-right: 10px;
}

table#personList tbody tr td.col_2 ul.rank li{
	float: left;
	line-height: 11px;
	font-size: 0.9em;
	margin-top: 2px;
}

table#personList tbody tr td.col_2 ul.rank li span{
	margin-left: 5px;
}

table#personList tbody tr td.col_2 ul.legend li{
	display: block;
	float: left;
	margin-right: 4px;
}

table#personList tbody tr td.col_2 ul.userInfo {
	width: auto;
	float: left;
}

table#personList tbody tr td.col_2 ul.options{
	width: auto;
	float: right;
}

table#personList tbody tr td.col_2 ul.options li{
	float: left;
	margin-left: 10px;
	padding-left: 22px;
	display: block;
	height: 18px;
	line-height: 15px;
}

table#personList tbody tr td.col_2 ul.options li.edit{
	background: transparent url(../images/common/ico_edit.png?1283268678) no-repeat 0 0;
}

table#personList tbody tr td.col_2 ul.options li.delete{
	background: transparent url(../images/common/ico_remove_filter.png?1283268678) no-repeat 0 0;
}

table#personList tbody tr td.col_2 p{
	line-height: 1.4em;
}

table#personList tbody tr.last td{
	background: transparent url(../images/common/dotted_line.png) no-repeat 0 100%;
}



.poczta {
	padding: 20px;
}
.poczta .head strong {
	color:#ae0000;
	font-size:12px;
}

#subTabs-poczta {
	background: transparent;
}

.poczta .pobierz,
.poczta .nowa {
	padding-left: 25px;
	text-decoration: underline;
}
.poczta .pobierz {
	margin-right: 15px;
	background: url(../images/common/ico_mail3.png?1283268678) no-repeat 0 100%;
}
.poczta .nowa {
	background: url(../images/common/ico_mail.png?1283268678) no-repeat 0 100%;
}


table.messages thead {
	background: #ccc;
	font-weight: bold;
}
table.messages tr td {
	padding: 5px 10px;
}
table.messages tr td.date {
	width: 105px;
	font-size: 90%;
}

table.messages tr td.subject {
	width: 350px;
}

table.messages tr td.author {
	width: 150px;
	font-weight: bold;
}
table.messages tr td.author a {
	display: block;
	float: right;
	width: 17px;
	height: 17px;
	background: url(../images/common/ico_remove.png?1283268678) no-repeat 0 50%;
	text-indent: -9999em;
}

table.messages tr.odd td {
  background-color: transparent;
}

table.messages tr.even td {
	background-color: #efefef;
}

table.messages tr td.summary {
	text-align: right;
	font-size: 1.3em;
	
	padding: 10px;
}

table.messages tr td.summary span {
	font-weight: bold;
}


#form-pobierz ul li dl dd {
	float: none;
	margin-left: 150px;
}
#form-pobierz div.formWrapper ul li,
#form-nowa div.formWrapper ul li {
	background: #efefef;
}
#form-pobierz div.formWrapper ul li.even,
#form-nowa div.formWrapper ul li.even {
	background: white;
}
.formWrapper fieldset.buttons {
	margin-top: 2em; 
}
#form-pobierz .formWrapper input.submit {
	width: 59px;
	height: 19px;
	background: url(../images/common/button_ok.png) no-repeat 0 50%;
	text-indent: -9999em;
}
#content h3 {
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	background: transparent url(../images/common/dots.png?1283268678) repeat-x 0 100%;
}

.survey_intro {
	margin-left: 10px;
}

form.survey p.right {
	float: right;
	margin-top: 1em;
	padding-bottom: 0.5em;
}
form.survey p.question {
	float: left;
	font-weight: bold;
	margin-top: 1em;
	margin-left: 10px;
	padding-bottom: 0.5em;
}
form.survey div.rounded {
	clear: both;
	background: #efefef;
	zoom: 1;
}
form.survey label {
	padding-left: 2px;
	padding-right: 15px;
}
form.survey table label {
	padding-right: 0px;
}
form.survey input {
	vertical-align: middle;
}
form.survey div.rounded strong {
	display: block;
}
form.survey div.rounded p {
	padding: 1.25em;
	padding-bottom: 0.25em;
	line-height: 2em;
}
form.survey div.rounded table {
	margin: 1.25em;
}
form.survey div.rounded table td {
	padding: 0.25em;
}
form.survey div.rounded p.last {
	padding-bottom: 1.25em;
}
form.survey p.required {
	text-align: right;
	font-size: 90%;
	padding-right: 10px;
	color: #989898;
}	
form.survey p.red {
	color: red;
}
form.survey .button {
	padding-top: 1em;
	text-align: center;
}
form.survey .button input {
	vertical-align:middle;
	width:92px;
	height:19px;
	font-size:1px;
	background:transparent url(../images/common/button_zapisz-dane.png?1283268678) 0 0 no-repeat;
	cursor:pointer;
}
#footer {
  width:993px;
  margin-top:-8px;
	height:125px;
	position:relative;
  background:transparent url(../images/common/background_footer.png?1283268678) 0 0 no-repeat;
}

	#footer #mission {
	  width:295px;
	  position:absolute;
	  top:28px;
	  left:28px;
	}
	  #footer #mission h4 {
	    padding-bottom:4px;
	    font-size:12px;
	  }

	  #footer #mission a.more {
	    display:block;
	    text-align:right;
	    text-decoration:underline;
	  }
	    #footer #mission a.more:hover {
	      text-decoration:none;
	    }

	#footer #shortSitemap {
	  position:absolute;
		left:356px;
		top:30px;
	  zoom:1;
	}
	  #footer #shortSitemap:after {
	    content:".";
			display:block;
			height:0;
			overflow:hidden;
			visibility:hidden;
			clear:left;
	  }

	#footer #shortSitemap ul {
	  width:110px;
	  margin-right:8px;
	  float:left;

	}
		#footer #shortSitemap ul li {
		  padding:2px 0;
		}
			#footer #shortSitemap ul li a {
			  text-decoration:underline;
			}

				#footer #shortSitemap ul li a:hover {
				  text-decoration:none;
				}

  #footer #copy {
    position:absolute;
    top:17px;
    right:23px;
  }
  
  #footer #partnersLogos {
    position:absolute;
    bottom:10px;
    right:5px;
    width:234px;
    height:64px;
	}
		#footer #partnersLogos a {
			display:block;
			position:absolute;
		}

    #footer #partnersLogos a.men {
      top:0;
      left:0;
		}
		#footer #partnersLogos a.kii {
     	top:0;
      left:110px;
		}
		#footer #partnersLogos a.transmisje {
      top:45px;
      left:35px;
		}

.ui-datepicker {
	z-index:1000;
}

div.formWrapper {
  font-size:11px;
}

  div.formWrapper h3 {
    margin-bottom:1em;
    font-size:14px;
    font-family:Tahoma, Verdana, Arial;
    line-height:2em;
    background:transparent url(../images/common/dots.png?1283268678) 0 100% repeat-x;
  }

  div.formWrapper ul li {
    padding:15px;
    zoom:1;
  }
  div.formWrapper ul li.even {
    background-color:#efefef;
  }
  
	  div.formWrapper ul li:after {
	    content:".";
	    display:block;
	    height:0;
	    overflow:hidden;
	    visibility:hidden;
	    clear:both;
	  }
	  
  div.formWrapper ul li dl {
  }
    div.formWrapper ul li dl dt {
      float:left;
      width:135px;
      margin-right:10px;
  	}
  	  div.formWrapper ul li dl dt label {
  	    font-weight:bold;
  	  }
  	
  	div.formWrapper ul li dl dd {
  	  float:left;
  	}
  	  div.formWrapper ul li dl dd select {
  	    width:140px;
  	    text-align:center;
  	  }
  	    div.formWrapper ul li dl dd select option {
  	      text-align:left;
  	    }
  	  
  	  div.formWrapper ul li dl dd input.text,
			div.formWrapper ul li dl dd textarea {
  	    width:315px;
  	    border:1px #666666 solid;
  	  }
  	  
  	  div.formWrapper ul li dl dd input.data {
  	    width:85px;
			}
			
			div.formWrapper ul li dl dd input.checkbox {
			  vertical-align:middle;
			}
  	
  	  div.formWrapper ul li dl dd img {
  	    vertical-align:middle;
  	  }
  	  
  	  div.formWrapper ul li dl dd p.required {
  	    text-align:right;
  	    color:#989898;
  	  }
  	  
  	  div.formWrapper input.submit {
  	    font-size:1px;
  	    width:59px;
  	    height:19px;
  	    cursor:pointer;
  	    background:transparent url(../images/common/button_dodaj.png?1283268678) 0 0 no-repeat;
  	    zoom:1;
			}
			
			div.formWrapper input.button {
			  cursor:pointer;
			}
			
			div.formWrapper input.anuluj {
			  background-color:transparent;
			  color:#fe0200;
			  text-decoration:underline !important;
			}
			
			div.formWrapper fieldset.buttons {
			  text-align:center;
			  zoom:1;
			}
#dataWrapper.u24contactWrapper { padding:0px; }
#dataWrapper.u24contactWrapper
h2 {
	padding:0 15px;
	zoom:1;
}

#dataWrapper.u24contactWrapper h3 {
	margin-top: 2em;
}

#dataWrapper.u24contactWrapper div.hr {
	margin:10px 0;
	height:1px;
	background:transparent url(../images/common/dots.png?1283268678) 0 50% repeat-x;
}

#dataWrapper.u24contactWrapper div.hr hr {
	display:none;
}
#dataWrapper.u24contactWrapper input.text,
#dataWrapper.u24contactWrapper select,
#dataWrapper.u24contactWrapper textarea,
#dataWrapper.u24contactWrapper input.file {
	border:1px #666666 solid;
}

#dataWrapper.u24contactWrapper input.text,
#dataWrapper.u24contactWrapper textarea,
#dataWrapper.u24contactWrapper select {
	width:99%;
}

#dataWrapper.u24contactWrapper .required {
	color:#989898;
	font-size:10px;
}



#dataWrapper.u24contactWrapper span.message {
	display:block;
	padding-left:5px;
	background:transparent url(../images/common/bg_message.png?1283268678) 0 50% no-repeat;
}
#dataWrapper.u24contactWrapper span.message span {
	display:block;
	padding:15px;
	color:#ffffff;
	background-color:#ff0000;
}

#dataWrapper.u24contactWrapper td.label {
  padding:10px 0;
	vertical-align:top;
	width:105px;
}
#dataWrapper.u24contactWrapper td.content {
  padding:10px 0;
	vertical-align:top;
  width:315px;
}
#dataWrapper.u24contactWrapper td.message {
	padding:10px 0;
  vertical-align:middle;
}

#dataWrapper.u24contactWrapper .innerTable {
	width:95%;
}

#dataWrapper.u24contactWrapper .innerTable td.colLeft {
    padding:2px 0;
    width:60%;
	}
#dataWrapper.u24contactWrapper .innerTable td.colRight {
	  width:39%;
	}
	
#dataWrapper.u24contactWrapper .innerTable td.required {
	  text-align:right;
	}
	
	
#dataWrapper.u24contactWrapper tr.error td.label {
  color:#ff0000;
}

#dataWrapper.u24contactWrapper tr.error .innerTable td.required {
  color:#ff0000;
}
	
#dataWrapper.u24contactWrapper	.innerTable td input.checkbox,
#dataWrapper.u24contactWrapper	.innerTable td input.radio {
		vertical-align:middle;
	}
	
#dataWrapper.u24contactWrapper	input.submit {
	  display:block;
	  width:59px;
	  height:19px;
	  font-size:1px;
	  text-indent:-8888em;
	  margin:0 auto 0 345px;
	background:transparent url(../images/common/button_wyslij.png?1283268678) 0 0 no-repeat;
	}
ul.offerList {
}
	ul.offerList li {
	  padding:10px;
	}
	
	ul.offerList li.odd {
	  background-color:#efefef;
	}
	
	ul.offerList li table {
	  width:100%;
	  table-layout:fixed;
	}
	
	ul.offerList li table th {
	  text-align:left;
	  padding:0;
	}
	ul.offerList li table td {
	  padding:3px 0;
	}
	
	ul.offerList li table tr .col1 {
	  width:120px;
	}
	ul.offerList li table tr .col2 {
	  width:240px;
	}
	ul.offerList li table tr .col3 {
	  width:150px;
	}
	ul.offerList li table tr .col4 {
	}
	
	
	ul.offerNav {
	  float:right;
	  width:150px;
	}
		ul.offerNav li {
		  padding:2px 0;
		}

	ul.offerNav .add {
		background:transparent url(../images/common/ico_add.png?1283268678) no-repeat scroll 0 50%;
		padding:3px 0 3px 20px;
	}

		
	ul.offerList .col4 { text-align:right; }
	
	ul.offerList li a.remove {
		padding:2px 10px 2px 20px;
		background:transparent url(../images/common/ico_remove.png?1283268678) 0 50% no-repeat;
	}
	ul.offerList li a.edit {
		padding:2px 10px 2px 20px;
		background:transparent url(../images/common/ico_edit.png?1283268678) 0 50% no-repeat;
	}
img.tiny_image_left {float:left;margin:5px 5px 0px 0px}
img.tiny_image_right {float:right;margin:5px 0px 0px 5px}
/* Tab Umowa */
.u24-contract {}
.u24-contract li { margin-left:20px;list-style-type:circle; }
.u24-contract ul { margin:0.5em 0px; }
.u24-contract a { color: #0000FF; }

div.u24-subject-dialog { width: 100%;overflow-y:scroll;height:200px; }
.u24-subject-dialog-item { display: block; width: 170px; height: 1.2em; float: left;font-weight:bold;margin-bottom:5px;  }
.u24-lessons-full_list { font-weight:bold;background:#dddddd; }
.u24-subject-dialog-item-disabled { color: #aaaaaa; }

#promotedLessons .header select,
#promotedLessons .header option,
#promotedLessons .header input { color:black !important; }

.subtabWrapper { background:none; }

#experiencetab.subtabWrapper h4 { height:17px; }
#flasTeaser { height:245px;width:411px; float:none; }
#experience table { width:100%; }
#experience .links { text-align:right; }
#experience .links .u24-experience-edit { background:transparent url(../images/common/ico_edit.png?1283268678) no-repeat scroll 0 50%; padding:4px 5px 4px 19px; }
#experience .links .u24-experience-destroy { background:transparent url(/images/common/ico_remove.png?1283268678) no-repeat scroll 0 50%; padding:4px 0 4px 19px; }

#u24-ajax_loader { background:red;color:white;position:absolute;display:none;padding:3px; }

.u24-options { width:0px;height:0px;display:none !important; }

.u24-offer-new { border-top:1px solid black;margin-top:10px;padding-top:10px; }

#mainTabs-profile .intro { margin-bottom:20px; }

.fieldWithErrors { border:none; padding:0px;margin:0px; }

.edit_teacher .box3BorderTop,
.edit_pupil .box3BorderTop { width:660px; }

/*.pageSummary .pager { width:550px; } */

.u24-contacts-search { clear:both; }
.u24-contacts-filter { clear:both; }
.u24-contacts { clear:both; }

.box2Border .u24-newsletter-content { overflow:hidden;height:56px; }
.box2Border #newsletter { margin-bottom:0px; }

#additionalFilter .ui-state-default { background:#E6E6E6 !important; border:1px solid #D3D3D3 !important; }
#additionalFilter .ui-state-hover { background:#dadada !important;border-color:#999999 !important; }
#additionalFilter .ui-widget-header { background:#D2D2D2 !important;border:1px solid #999999 !important; }
#additionalFilter .ui-datepicker-trigger { vertical-align:bottom; }
#additionalFilter .ui-datepicker-trigger:hover { cursor:pointer; }

.u24-contacts-counter-block { margin:10px; }
#subTabs-kontakty { background:transparent; }
#subTabs-kontakty .ui-tabs-panel { background:white; position:relative; }
#subTabs-kontakty .u24-contacts-search { top:-25px; position:absolute; }
#subTabs-kontakty .u24-contacts-filter { top:13px; position:absolute; }
#subTabs-kontakty .u24-contacts-filter span { padding:0px;margin:0px;}
#subTabs-kontakty .u24-contacts-filter span a:hover {background:transparent;}
#subTabs-kontakty .u24-contacts-filter a { line-height:22px;padding:3px;font-size:12px; }
#subTabs-kontakty .u24-contacts-filter li a { background:url(/images/u24/filter_bg.png?1283268678) no-repeat center -30px white; padding:6px 6px;margin:0px; }
#subTabs-kontakty .u24-contacts-filter li a:hover,
#subTabs-kontakty .u24-contacts-filter li.active a { background-position: center top;color:white;background-color:white;text-decoration:none; }
#subTabs-kontakty .u24-contacts-filter li { margin-right:1px;padding:0px; }
#subTabs-kontakty .u24-contacts { padding-top:50px;  }

table.personList tbody tr, 
table.personList tbody tr td { background-color:#EFEFEF; }
table.personList tbody tr.odd, 
table.personList tbody tr.odd td { background-color:white; }

.ui-dialog input.text, .ui-dialog  select, .ui-dialog  textarea, .ui-dialog  input.file { border:1px solid #666666; }
.ui-dialog input.text, .ui-dialog select, .ui-dialog textarea, .ui-dialog input.file { width:99%; }

.pager ul li a { background:url(/images/u24/pager_bg.png?1283268678) no-repeat center -30px white; padding:6px 10px;margin:0px 1px 0px 0px; }
.pager ul li a:hover { background-position: center top;color:white;background-color:white; } 
.pager ul li span { background:url(/images/u24/pager_bg.png?1283268678) no-repeat center top white; padding:6px 10px;margin:0px 1px 0px 0px; }

#newsFull ul, #newsFull ol { display:table; list-style-position:inside; list-style-type:circle;margin:2px 0px 15px 0px; }

#footer #partnersLogos .logo1 { position:absolute; top:0;  left:0; overflow:hidden; width:112px; height:35px; /*background:#dddddd;*/ }
#footer #partnersLogos .logo2 { position:absolute; top:0;  left:116px; overflow:hidden; width:112px; height:35px; /*background:#eeeeee;*/ }
#footer #partnersLogos .logo3 { position:absolute; top:38px; left:0px; overflow:hidden; width:230px; height:30px; /*background:#cccccc;*/ }

#customPageMenu { margin-top:20px;clear:both; }

.removeFreeTime { background:transparent url(/images/common/ico_remove.png?1283268678) no-repeat scroll 0 50%; padding:5px 0 5px 20px; }
.ui-widget-overlay { background:black; }

.u24-events-top_info { font-weight:bold; font-size:13px; }

table.schedulerMonth div.dayWrapper ul { padding:0px; text-align:center; }
table.schedulerMonth div.dayWrapper li.u24-events-free_time { background:lime; }
table.schedulerMonth td.u24-events-free_time div.dayWrapper { /*background:lime;*/ }
table.schedulerMonth td.u24-events-free_time.today div.dayWrapper { border-color:red; }

/*
table.schedulerMonth .odd div.dayWrapper li.u24-events-free_time { background:#02E102; }
table.schedulerMonth .odd td.u24-events-free_time div.dayWrapper { background:#02E102; }
*/

table.schedulerWeek span.u24-events-free_time { display:block;margin:0px 1px;text-align:center; color:black; }
table.schedulerDay span.u24-events-free_time { display:block;margin:2px 1px;text-align:left; color:black; }

tr.u24-teacher_free_time td,
tr.u24-teacher_free_time th,
tr.u24-teacher_free_time tr,
td.u24-teacher_free_time,
th.u24-teacher_free_time { background:lime !important; cursor:pointer; }
th.u24-teacher_free_time { cursor:default; }
tr.u24-teacher_free_time:hover td,
td.u24-teacher_free_time:hover { background:#89F389 !important; }

tr.u24-teacher_free_time.odd td,
tr.u24-teacher_free_time.odd th,
tr.u24-teacher_free_time.odd tr,
.odd td.u24-teacher_free_time,
.odd th.u24-teacher_free_time { background:#02E102 !important;  cursor:pointer; }
.odd th.u24-teacher_free_time { cursor:default; }
tr.u24-teacher_free_time.odd:hover td,
.odd td.u24-teacher_free_time:hover { background:#89F389 !important; }

/*table.schedulerWeek tbody tr td.u24-teacher_free_time { border:1px dotted black !important; }*/

.lessonsList div.teacherSummary div.shortTeacherInfo div.thumbnail { width:82px; }

#u24-waitingroomlink { position:absolute; top:130px; right:50%; }
#u24-waitingroomlink a { color:green; font-weight:bold; }
.u24-waitingroomlink a { color:green; font-weight:bold; }

#login .u24-clock { padding:0px 5px 0px 15px; background:url(/images/pasek/zegar.png?1283268678) no-repeat left center; }

div.formWrapper ul li dl.red dt label, 
div.formWrapper ul li dl.red dd p.required { color:red; }
div.formWrapper ul li dl.red dd img { margin-bottom:3px;  }

form.survey .rounded .item { width:180px; float:left; display:table; }
div.formWrapper ul li dl dd { width:315px; }
div.formWrapper ul li dl dd span .checkbox { margin-left:4px; }

form.survey .error .required, 
form.survey .error .question { color:red }

#subTabs-offer .clearfix { margin-top:20px; }



.u24-events-periodic { padding-top:15px; display:none; }
.u24-events-periodic .checkbox { vertical-align:middle; margin-right:5px; }
#subTabs-poczta .ui-tabs-panel { clear:both;position:relative;}
#subTabs-poczta table.messages { width:100%; }
/*.statusA, .statusB,.statusC { background:red; }*/

#top #register div.content ul li a.icoCalendar { padding-left:27px; }
#top #register a { margin-left:5px; }
.ui-datepicker-trigger {margin-left:2px; vertical-align:bottom; margin-bottom:2px; cursor:pointer; }
#dataWrapper .ui-datepicker-trigger { vertical-align:top; }
#dataWrapper input.date_picker,
#dataWrapper input.u24-datepicker { width:100px; }
#content h3 { background:none; }
.tab-hr { background:transparent url(/images/common/dots.png?1283268678) repeat-x scroll 0 50%; height:1px; margin:0px; clear:both; }

#u24ConferencePanel { position:relative; width:100%; height:75px; margin:0px; padding:0px; left:0px; top:0px;  }
#u24ConferencePanel .logo { position:absolute; left:20px; top:15px; }
#u24ConferencePanel #conference_panel { right:8px; top:10px; background:green;width:400px; position:absolute; }
#u24ConferencePanel .black_panel { position:absolute;right:0px; background:url(/images/pasek/tlo.png?1283268678) no-repeat center center; width:235px; height:31px; }
#u24ConferencePanel .u24-conference-clock { position:absolute; top:7px;left:8px; color:white; cursor:pointer; }
#u24ConferencePanel .u24-conference-pupil-more_time_panel { position:absolute; top:6px;right:5px; }
#u24ConferencePanel .button_end { position:absolute; top: 40px;right:5px; }
#u24ConferencePanel .messages { position:absolute; top: 38px;right:120px;text-align:right; padding-top:7px; }
#u24ConferencePanel .u24-conference-progressbar { height:2px; }
#u24ConferencePanel .clock {position:absolute; right:250px; top:10px; }
#u24ConferencePanel .u24-conference-teacher-more_time_waiting { margin-top:-7px;}
#u24ConferencePanel .u24-conference-user_message { color: red; text-size: 16px; }
#u24ConferencePanel .u24-conference-pupil-more_time_link { color: red; }
#subTabs-finanse.ui-widget-content { background:transparent; }

.submit.new_user { margin-left:310px !important; }

.lessonsList div.teacherSummary div.wrapper div.subjectWrapper ul.subjects li span.subjectName { clear:both; }
.lessonsList div.teacherSummary div.wrapper div.subjectWrapper ul.subjects li span.priceRange { clear:both; width:110px; }
.lessonsList div.teacherSummary div.wrapper div.subjectWrapper ul.subjects li { overflow:hidden; border-top:1px dotted #aaaaaa;padding-bottom:0px; }

#mainTabs-profile .u24-user-actions { margin:10px; text-align:right; }
#mainTabs-profile ul { margin:0px 0px 0px auto; } 
#mainTabs-profile ul li {margin-top:10px; }
#mainTabs-profile a { margin:2px 0px 2px auto;}
#mainTabs-profile .u24-userActions-message-link { background:transparent url(/images/common/ico_mail.png?1283268678) no-repeat scroll 4px 0; padding:2px 0 2px 27px; }
table.personList .u24-userActions-appointment-link { display:block;background:transparent url(/images/common/button_umow-sie-na-lekcje.png?1283268678) no-repeat scroll 0 0; display:block; height:19px; width:120px; }
#mainTabs-profile .u24-userActions-contact_add-link { background:transparent url(/images/common/ico_add_to_favourite.png?1283268678) no-repeat scroll 4px 0; padding:4px 0 3px 32px; }

.u24-userActions-appointment { position:absolute; right:10px; top:10px; height:40px; width:150px; }
.u24-userActions-appointment a { display:block; background:transparent url(/images/common/button_umow-sie-na-lekcje_normal.png?1283268678) no-repeat scroll 0 0; height:40px; width:150px; }
.u24-userActions-appointment a:hover { background:transparent url(/images/common/button_umow-sie-na-lekcje_hover.png?1283268678) no-repeat scroll 0 0; }

.u24-mails-body { width:580px; height:400px; overflow:scroll; margin-top:10px; border-top:1px dotted #cccccc; }
.poczta .empty_trash { background:transparent url(/images/common/ico_mail.png?1283268678) no-repeat scroll 0 100%; padding-left:25px; text-decoration:underline; }
.u24-mails-inbox .empty_trash,
.u24-mails-outbox .empty_trash { display:none; }
.u24-mails-inbox a.u24-message_not_seen { font-weight: bold; }

div.hr { margin-top:0px; }

table.schedulerDay thead tr th.remove { width:74px; }

.u24-transactions-wards-search .u24-datepicker, 
.u24-transactions-search .u24-datepicker { width:100px; }
.u24-transactions-wards-search form, 
.u24-transactions-search form { margin:5px 0px; text-align:center; }

#cse { width:970px; margin:auto; }
#cse a { color: #AA0B25; }
#cse a b { color: red; }
.gsc-control-cse { overflow:hidden; background:white; }
.gsc-results .gsc-cursor-box .gsc-cursor .gsc-cursor-page { width:26px; height:25px; line-height:25px; margin:2px; float:left; background:white url(/images/u24/pager_bg.png?1283268678) no-repeat scroll center -30px; text-align:center; color:white; text-decoration:none; }
.gsc-results .gsc-cursor-box .gsc-cursor .gsc-cursor-page:hover,
.gsc-results .gsc-cursor-box .gsc-cursor .gsc-cursor-current-page { background:white url(/images/u24/pager_bg.png?1283268678) no-repeat scroll center top; color:white; }
#cse .gsc-results .gsc-cursor-box .gsc-trailing-more-results { display:block; padding:5px 0px 0px 5px; }
.gs-visibleUrl { display:none; color: #dddddd; }
#cse .gsc-tabHeader.gsc-tabhActive { border:none; }
.gsc-results .gsc-cursor-box { margin-bottom:10px; }
.gsc-control-cse div { font-size:12px; }

table.u24-colliding-requests { width: 100%; }
table.u24-colliding-requests th,td { margin: 10px; text-align: left; }

.errorExplanation h2 { color:red; margin:0px 0px 5px 0px; padding:0px; }
.errorExplanation p { margin:4px 0px; color:black; }
.errorExplanation li { border-bottom:1px dotted #dddddd;padding:2px 0px; color:black; }
.ui-dialog .error { color:red; }

.placeholder { color: #989898 }

.lesson_prices label { float:left;width:50px;display:block; line-height:20px; text-align:right; margin-right:3px; }
.lesson_prices input { vertical-align:middle; } 
.lesson_prices p { display:block; height:25px; }

.u24-news-item:hover p,
.u24-news-item:hover div { text-decoration:underline; cursor:pointer; }
.u24-whoareyou-item:hover p { text-decoration:underline; cursor:pointer; }
#teaserText ul li:hover div { text-decoration:underline; cursor:pointer; }

div.intro div.description p { font-size:13px; }

#teaserContent { width:411px; }
#promoBox { overflow:hidden; zoom:1; }
#promoBox .box3BorderBottom { overflow:hidden; zoom:1; }