/***********************************************/
/* PULPIT                                      */
/***********************************************/
body {
	background-color: #404953;
	background-image: url(images/tokonda-tlo.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom right;
}

div, td, table {
	border-color: #859099;
}

.tok-desktop-icons-text,.tokonda-plugins-toolbar-info div {
	color: #efefef;
}

.tokonda-plugins-toolbar {
	background-color: #707a84;
}

.tokonda-plugins-toolbar div.toolbar-text {
	color: white;
}


/***********************************************/
/* OKNA                                        */
/***********************************************/
.my-shell-hdr-text,.my-shell-hdr-text-standard {
	color: #b5bdc5;
}

.my-shell-hdr-text-dark {
	color: #858b91;
}

.tok_text_color1 {
	color: #cad3da;
}

.tok_text_color2 {
	color: black;
}


/* kolory wykorzystywane dla okien (background-color dla my-shell-body-mc)*/
.tok_color_shell1 {
	background-color: #404953;
}

.tok_color_shell1 a {
	color: #cad3da;
}

.tok_color_shell2 {
	background-color: #d8dee3;
}

.tok_color_shell2 a {
	color: #3c5da0;
}

.tok_color_shell2 a:hover {
  color: #3c7cff;
}

.tok_color_shell3 {
	background-color: #363f48;
}

.my-shell-hdr-l {
	background-image: url(images/window/top_left.png);
}

.my-shell-hdr-c {
	background-image: url(images/window/top_middle.png);
}

.my-shell-hdr-ml,.my-shell-hdr-mr {
	background-image: url(images/window/top_middle.png);
}

.my-shell-hdr-r {
	background-image: url(images/window/top_right.png);
}
/* wersja bez belki */
.my-shell-body-tl {
	background: transparent url(images/window/left-corners.png) no-repeat 0 top;
}

.my-shell-body-tc {
	background: transparent url(images/window/top-bottom.png) repeat-x 0 top;
}

.my-shell-body-tr {
	background: transparent url(images/window/right-corners.png) no-repeat right top;
}
/* ^^^ */

.my-shell-body-ml {
	background: transparent url(images/window/left-right.png) repeat-y 0 0;
}

.my-shell-body-mc {
	border-color: #2b323a;
}

.my-shell-body-mr {
	background: transparent url(images/window/left-right.png) repeat-y right 0;
}

.my-shell-body-bl {
	background: transparent url(images/window/left-corners.png) no-repeat 0 bottom;
}

.my-shell-body-bc {
	background: transparent url(images/window/top-bottom.png) repeat-x 0 bottom;
}

.my-shell-body-br {
	background: transparent url(images/window/right-corners.png) no-repeat right bottom;
}

.my-shell-body-wrapper {
    border-color: #000000;
}

.my-shell-body-wrapper-inner {
  background-color: rgb(230,230,230);
}

/* message box */
.my-message-box .my-shell-body-mc {
	background-color: #788691;
}

.my-mbox-text {
	color: #272f3a;
}

/*okno rozmowy*/
textarea.tok-chat-message {
	background-color: #b5c0c9;
}

.tok-chat-message_error {
	background-color: #dca19c;
}

.tok-chat-message_row1 {
	background-color: #dfe5eb;
}

.tok-chat-message_row2 {
	background-color: #cfd4d7;
}

.tok-chat-message-text {
	color: black;
}

a.tok-chat-messageUrl {
	color: #3c5da0;
}

a.tok-chat-messageUrl:hover {
	color: #3c7cff;
}

.tok-chat-window-break {
	background: url(images/window/window-break.gif) repeat-x;
}

.tok-message_sending-indicator {
	background: url(images/ajax-sending_indicator.gif);
}

/* okno RSS */
.gwt-HorizontalSplitPanel .hsplitter {
	background-color: #374049;
	border-left-color: #2b323a;
	border-right-color: #2b323a;
}

/* podswietlenie np. w oknie wyszukiwania uzytkownikow tokondy, lub ustawienia kont w komunikatorze*/
.common-table-row_highlighted {
	background-color: #b5c0c9;
}

/* panel importowanych kontaktow w konfiguratorze */
.common-table-scroll_panel {
	/*border-color: rgb(161,172,181);*/
}

table.common-table {
	background-color: white;
}

.common-table td {
	border-bottom-color: #b5c0c9;
}

/***********************************************/
/* TABFOLDER czyli zakladki                    */
/***********************************************/
.my-tabitem-text {
	color: #B5BDC5;
}

.my-tabfolder-header {
	background: url(images/tabfolder/tabs.gif) repeat-x 0px -108px;
}

.my-tabitem-over .my-tabitem-l {
	background: url(images/tabfolder/tabs.gif) no-repeat 0px -27px;
}

.my-tabitem-over .my-tabitem-ml,.my-tabitem-over .my-tabitem-c {
	background: url(images/tabfolder/tabs.gif) repeat-x 0px -81px;
}

.my-tabitem-over .my-tabitem-mr {
	background: url(images/tabfolder/tabs.gif) repeat-x 0px -81px;
}

.my-tabitem-over .my-tabitem-r {
	background: url(images/tabfolder/tabs.gif) no-repeat right -27px;
}

/* wybrana zakladka*/
.my-tabitem-sel .my-tabitem-text {
	color: #B5BDC5;
}

.my-tabitem-sel .my-tabitem-l {
	background: url(images/tabfolder/tabs.gif) no-repeat;
}

.my-tabitem-sel .my-tabitem-ml,.my-tabitem-sel .my-tabitem-c {
	background: url(images/tabfolder/tabs.gif) repeat-x 0px -54px;
}

.my-tabitem-sel .my-tabitem-mr {
	background: url(images/tabfolder/tabs.gif) repeat-x 0px -54px;
}

.my-tabitem-sel .my-tabitem-r {
	background: url(images/tabfolder/tabs.gif) no-repeat right 0px;
}

/* wylaczony widget na liscie w tokondaWidgets */
.twg-tabitem-text-off .my-tabitem-text {
	color: #76828e;	
}

/***********************************************/
/* PRZYCISKI                                   */
/***********************************************/
.my-btn-text {
	color: #cad3da;
}

.my-btn-l {
	background: url(images/button/btn-sprite02.gif) no-repeat 0px 0px;
}

.my-btn-r {
	background: url(images/button/btn-sprite02.gif) no-repeat 0 -22px;
}

.my-btn-ml,.my-btn-mr {
	background: url(images/button/btn-sprite02.gif) repeat-x 0 -44px;
}

.my-btn-c {
	background: url(images/button/btn-sprite02.gif) repeat-x 0 -44px;
}

.my-btn-over .my-btn-l {
	background-position: 0 -66px;
}

.my-btn-over .my-btn-ml,.my-btn-over .my-btn-mr {
	background-position: 0 -110px;
}

.my-btn-over .my-btn-c {
	background-position: 0 -110px;
}

.my-btn-over .my-btn-r {
	background-position: 0 -88px;
}

.my-btn-down .my-btn-ml,.my-btn-down .my-btn-mr {
	background-position: 0 -110px;
}

.my-btn-down .my-btn-c {
	background-position: 0 -110px;
}

/* przycik nieaktywny */
.my-btn-disabled .my-btn-text {
	color: #a8b1b8
}

.my-btn-disabled .my-btn-l {
	background-position: 0px -132px;
}

.my-btn-disabled .my-btn-ml,.my-btn-down .my-btn-mr {
	background-position: 0px -176px;
}

.my-btn-disabled .my-btn-c {
	background-position: 0px -176px;
}

.my-btn-disabled .my-btn-r {
	background-position: right -154px;
}

/*gruby przycisk (np. wyslij w oknie rozmowy)*/
.my-fatbtn-text {
	color: #cad3da;
}

.my-fatbtn-l {
	background: url(images/button/btn-sprite01.gif) no-repeat 0px -0px;
}

.my-fatbtn-r {
	background: url(images/button/btn-sprite01.gif) no-repeat 0 -26px;
}

.my-fatbtn-ml,.my-fatbtn-mr {
	background: url(images/button/btn-sprite01.gif) repeat-x 0 -52px;
}

.my-fatbtn-c {
	background: url(images/button/btn-sprite01.gif) repeat-x 0 -52px;
}

.my-fatbtn-over .my-fatbtn-l {
	background-position: 0 -78px;
}

.my-fatbtn-over .my-fatbtn-ml,.my-fatbtn-over .my-fatbtn-mr {
	background-position: 0 -130px;
}

.my-fatbtn-over .my-fatbtn-c {
	background-position: 0 -130px;
}

.my-fatbtn-over .my-fatbtn-r {
	background-position: 0 -104px;
}

/*.my-fatbtn-down .my-fatbtn-ml,.my-fatbtn-down .my-fatbtn-mr {
	background-position: 0 -130px;
}

.my-fatbtn-down .my-fatbtn-c {
	background-position: 0 -130px;
}*/

.my-fatbtn-disabled .my-fatbtn-text {
	color: #a8b1b8;
}

.my-fatbtn-disabled .my-fatbtn-l {
	background-position: 0px -156px;
}

.my-fatbtn-disabled .my-fatbtn-ml,.my-fatbtn-down .my-fatbtn-mr {
	background-position: 0px -208px;
}

.my-fatbtn-disabled .my-fatbtn-c {
	background-position: 0px -208px;
}

.my-fatbtn-disabled .my-fatbtn-r {
	background-position: right -182px;
}


/* np. w RSS przyciski dodaj, usun, modyfikuj kanal */
.widgets-AIconButton-over {
	background-color: #7a848d;
}


/***********************************************/
/* EXPAND ITEM np. grupy i ustawienia          */
/***********************************************/
.my-expand-item-hdr {
	background-color: #2b333a;
	border-bottom-color: #363f48;
}

.my-expand-item-hdr-text,.my-expand-item-hdr-aitem-text {
	color: #b5bdc5;
}

/* ajaxowa ikonka dla filtrowanej grupy */
.tok-filter-loading_icon {
	background: url(images/ajax-filter_loader.gif);
}


/***********************************************/
/* LISTA (np. kontakty, grupy, historia rozmów)*/
/***********************************************/
.my-listitem-text {
	color: black;
}

.my-list {
	background-color: #d8dee3;
}

.my-listitem-over .my-listitem-l {
	background: url(images/shared/select-19-bg.gif) no-repeat left -57px;
}

.my-listitem-over .my-listitem-check,.my-listitem-over .my-listitem-ml,.my-listitem-over .my-listitem-mr,.my-listitem-over .my-listitem-c
	{
	background: url(images/shared/select-19-bg.gif) repeat-x left -95px;
}

.my-listitem-over .my-listitem-r {
	background: url(images/shared/select-19-bg.gif) no-repeat right -76px;
}

.my-listitem-sel .my-listitem-l {
	background: url(images/shared/select-19-bg.gif) no-repeat left 0px;
}

.my-listitem-sel .my-listitem-check,.my-listitem-sel .my-listitem-ml,.my-listitem-sel .my-listitem-mr,.my-listitem-sel .my-listitem-c
	{
	background: url(images/shared/select-19-bg.gif) left -38px;
}

.my-listitem-sel .my-listitem-r {
	background: url(images/shared/select-19-bg.gif) no-repeat right -19px;
}

.my-list, .my-border {
	border-color: #859099;
}


/***********************************************/
/* TOOLBAR                                     */
/***********************************************/
.my-toolbar {
	background-color: #2E3740;
	border-bottom-color: #242B33;
}

.my-toolitem-seperator {
	background: url(images/toolbar/split.gif) no-repeat 50% 50%;
}

.my-toolitem-mr div {
	background: transparent url(images/toolbar/btn-arrow.gif) no-repeat scroll 0pt 3px;
}

/* TOOLBAR komunikatora */
.my-toolbar-bigIcons .my-toolitem-over .my-toolitem-l {
	background: url(images/toolbar/tb-btn-big-sprite.gif) no-repeat;
}

.my-toolbar-bigIcons .my-toolitem-over .my-toolitem-ml,.my-toolbar-bigIcons .my-toolitem-over .my-toolitem-c
	{
	background: url(images/toolbar/tb-btn-big-sprite.gif) repeat-x 0 -76px;
}

.my-toolbar-bigIcons .my-toolitem-over .my-toolitem-ml,.my-toolbar-bigIcons .my-toolitem-over .my-toolitem-c
	{
	background: url(images/toolbar/tb-btn-big-sprite.gif) repeat-x 0 -76px;
}

.my-toolbar-bigIcons .my-toolitem-over .my-toolitem-mr {
	background: url(images/toolbar/tb-btn-big-sprite.gif) repeat-x 0 -76px;
}

.my-toolbar-bigIcons .my-toolitem-over .my-toolitem-r {
	background: url(images/toolbar/tb-btn-big-sprite.gif) no-repeat 0px -38px;
}

.my-toolbar-bigIcons .my-toolitem-down .my-toolitem-l {
	background: url(images/toolbar/tb-btn-big-sprite.gif) no-repeat 0 -114px;
}

.my-toolbar-bigIcons .my-toolitem-down .my-toolitem-ml,.my-toolbar-bigIcons .my-toolitem-down .my-toolitem-c
	{
	background: url(images/toolbar/tb-btn-big-sprite.gif) repeat-x 0px -190px;
}

.my-toolbar-bigIcons .my-toolitem-down .my-toolitem-mr {
	background: url(images/toolbar/tb-btn-big-sprite.gif) repeat-x 0px -190px;
}

.my-toolbar-bigIcons .my-toolitem-down .my-toolitem-r {
	background: url(images/toolbar/tb-btn-big-sprite.gif) no-repeat 0px -152px;
}

.my-toolbar-bigIcons .my-toolitem-sel .my-toolitem-l {
	background: url(images/toolbar/tb-btn-big-sprite.gif) no-repeat 0 -114px;
}

.my-toolbar-bigIcons .my-toolitem-sel .my-toolitem-ml,.my-toolbar-bigIcons .my-toolitem-sel .my-toolitem-c
	{
	background: url(images/toolbar/tb-btn-big-sprite.gif) repeat-x 0px -190px;
}

.my-toolbar-bigIcons .my-toolitem-sel .my-toolitem-mr {
	background: url(images/toolbar/tb-btn-big-sprite.gif) repeat-x 0px -190px;
}

.my-toolbar-bigIcons .my-toolitem-sel .my-toolitem-r {
	background: url(images/toolbar/tb-btn-big-sprite.gif) no-repeat 0px -152px;
}

/*maska dla miniatury avatara*/
.tok-chat-toolitem_avatar {
	background: url(images/toolbar/avatar_mask.png) no-repeat;
	background-position: -32px 0px;
}

.my-toolitem-over .tok-chat-toolitem_avatar {
	background-position: 0px 0px;
}

/*pozostale TOOLBAR'y (male)*/
.my-toolitem-text {
	color: black;
}

.my-toolitem-over .my-toolitem-l {
	background: url(images/toolbar/tb-btn-sprite.gif) no-repeat;
}

.my-toolitem-over .my-toolitem-ml,.my-toolitem-over .my-toolitem-c {
	background: url(images/toolbar/tb-btn-sprite.gif) repeat-x 0 -42px;
}

.my-toolitem-over .my-toolitem-ml,.my-toolitem-over .my-toolitem-c {
	background: url(images/toolbar/tb-btn-sprite.gif) repeat-x 0 -42px;
}

.my-toolitem-over .my-toolitem-mr {
	background: url(images/toolbar/tb-btn-sprite.gif) repeat-x 0 -42px;
}

.my-toolitem-over .my-toolitem-r {
	background: url(images/toolbar/tb-btn-sprite.gif) no-repeat 0px -21px;
}

.my-toolitem-down .my-toolitem-l {
	background: url(images/toolbar/tb-btn-sprite.gif) no-repeat 0 -63px;
}

.my-toolitem-down .my-toolitem-ml,.my-toolitem-down .my-toolitem-c {
	background: url(images/toolbar/tb-btn-sprite.gif) repeat-x 0px -105px;
}

.my-toolitem-down .my-toolitem-mr {
	background: url(images/toolbar/tb-btn-sprite.gif) repeat-x 0px -105px;
}

.my-toolitem-down .my-toolitem-r {
	background: url(images/toolbar/tb-btn-sprite.gif) no-repeat 0px -84px;
}

.my-toolitem-sel .my-toolitem-l {
	background: url(images/toolbar/tb-btn-sprite.gif) no-repeat 0 -63px;
}

.my-toolitem-sel .my-toolitem-ml,.my-toolitem-sel .my-toolitem-c {
	background: url(images/toolbar/tb-btn-sprite.gif) repeat-x 0px -105px;
}

.my-toolitem-sel .my-toolitem-mr {
	background: url(images/toolbar/tb-btn-sprite.gif) repeat-x 0px -105px;
}

.my-toolitem-sel .my-toolitem-r {
	background: url(images/toolbar/tb-btn-sprite.gif) no-repeat 0px -84px;
}

/* dolny panel komunikatora */
.tok-chat-communicator-statusPanel-footer {
	background-color: #2b333a;
	border-top-color: #363f48;
}

/* dolny panel okna rozmowy */
.tok-chat-window-footerPanel {
	background-color: #363f48;
}


/***********************************************/
/* MENU                                        */
/***********************************************/
/* menu np. w oknie komunikatora */
.my-menu {
	background: #d3dce3 url(images/menu/menu.gif) repeat-y scroll 0%;
	border-color: #919ba7;
}

.my-menuitem-text {
	color: black;
}

.my-menu-separator div {
	background: url(images/menu/menu-seperator.gif) repeat-x;
}

.my-menuitem-over .my-menuitem-l,.my-menuitem-space_norm-over .my-menuitem-space_norm-l
	{
	background: url(images/shared/select-light.gif) no-repeat left 0px;
}

.my-menuitem-over .my-menuitem-ml,.my-menuitem-over .my-menuitem-c,.my-menuitem-over .my-menuitem-mr,.my-menuitem-space_norm-over .my-menuitem-space_norm-ml,.my-menuitem-space_norm-over .my-menuitem-space_norm-c,.my-menuitem-space_norm-over .my-menuitem-space_norm-mr
	{
	background: url(images/shared/select-light.gif) left -22px;
}

.my-menuitem-over .my-menuitem-r,.my-menuitem-space_norm-over .my-menuitem-space_norm-r
	{
	background: url(images/shared/select-light.gif) no-repeat right 0px;
}

/*wybor PLUGINA */
.my-menu-plugins {
	background-color: #707a84;
	border-color: #3F4953;
}

.my-menuitem-plugins-text {
	color: white;
}

.my-menuitem-plugins-over .my-menuitem-plugins-l {
	background: url(images/shared/select-light-plugins.gif) no-repeat left 0px;
}

.my-menuitem-plugins-over .my-menuitem-plugins-ml,.my-menuitem-plugins-over .my-menuitem-plugins-c,.my-menuitem-plugins-over .my-menuitem-plugins-mr
	{
	background: url(images/shared/select-light-plugins.gif) left -22px;
}

.my-menuitem-plugins-over .my-menuitem-plugins-r {
	background: url(images/shared/select-light-plugins.gif) no-repeat right 0px;
}

/***********************************************/
/* TOOLS (ikonki x,_,-,+)                      */
/***********************************************/
.my-tool {
	background: transparent url(images/panel/tool-sprites.png) no-repeat;
}

.my-tool-close {
	background-position: 0 -0;
}

.my-tool-close-over {
	background-position: -15px 0;
}

.my-tool-minimize {
	background-position: 0 -15px;
}

.my-tool-minimize-over {
	background-position: -15px -15px;
}

.my-tool-minus {
	background-position: 0 -255px;
}

.my-tool-minus-over {
	background-position: -15px -255px;
}

.my-tool-plus {
	background-position: 0 -240px;
}

.my-tool-plus-over {
	background-position: -15px -240px;
}


/***********************************************/
/* AJAX indicator                              */
/***********************************************/
.tok-chat-loading_icon {
	background: url(images/ajax-loader.gif);
}

.tok-chat-wait_icon {
	background: url(images/ajax-loader-small.gif) no-repeat;
}

/***********************************************/
/* INPUTy                                      */
/***********************************************/
input {
	background-color: #d9e6eb;
	border-color: #859099;
}

input.input {
	background-color: #d9e6eb;
	border-color: #859099;
}

/* wymagany */
input.required {
	background-color: #8391A4;
	border-color: #415562;
}

/* bledny */
input.wrong {
	background-color: #FFB231;
	border-color: #414C5A;
}

input.active {    
  border-color: black;
}

/***********************************************/
/* TOOLTIPy                                    */
/***********************************************/
.my-tooltip-tl {
	background: url(images/tooltip/tooltip-bg.gif) no-repeat;
}

.my-tooltip-tc {
	background: url(images/tooltip/tooltip-bg.gif) repeat-x 0px -8px;
}

.my-tooltip-tr {
	background: url(images/tooltip/tooltip-bg.gif) no-repeat -448px 0px;
}

.my-tooltip-ml {
	background: url(images/tooltip/tooltip-bg.gif) no-repeat 0px -16px;
}

.my-tooltip-mc {
	background-color: #DAE8F9;
}

.my-tooltip-text,.my-tooltip-title {
	color: black;
}

.my-tooltip-mr {
	background: url(images/tooltip/tooltip-bg.gif) no-repeat -448px -16px;
}

.my-tooltip-bl {
	background: url(images/tooltip/tooltip-bg.gif) no-repeat 0px -4px;
}

.my-tooltip-bc {
	background: url(images/tooltip/tooltip-bg.gif) repeat-x 0px -12px;
}

.my-tooltip-br {
	background: url(images/tooltip/tooltip-bg.gif) no-repeat -448px -4px;
}

