/* 
	Динамические стили.
	Могут меняться в зависимости от темы, но по умолчанию используются эти
	Последнее обновление: 09.11.08
	Паша, пожалуйста, не меняй этот файл без меня.

*/

/* Цвет шапки
*/
.theme_header { background: #7A96A7 url("/public/visual/themes/theme1/top.png"); }

/* Цвет фона
*/
.theme_body { background: #52677A; }

/* Кнопки вкладок
*/
.theme_tab1 { cursor: pointer; float: left; height: 26px; padding-top:0px; padding-left:6px; padding-right:6px; margin-left: 5px; border: solid 1px #000000; border-bottom: none; font: 11px Tahoma; color: #FFF; }
.theme_tab2 { cursor: pointer; float: left; height: 26px; padding-top:0px; padding-left:6px; padding-right:6px; margin-left: 5px; border: solid 1px #000000; border-bottom: none; font: 11px Tahoma; color: #FFF; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); -moz-opacity: 0.5; -khtml-opacity: 0.5; opacity: 0.5; }
.theme_tab_bg { background: #52677A url("/public/visual/themes/theme1/tabs.png"); }

/* Добавть вкладку
*/
.theme_tab_add { cursor: pointer; float: left; width: 16px; height: 16px; padding: 0; margin-top: 4px; border: solid 1px #000; margin-left: 5px; }

/* Шапка виджета
*/
.theme_widget_top { height: 30px; width: 100%; }

/* Заголовок виджета
*/
.theme_widget_title { padding-left:5px; color: #fff; font-style:bold; font-size: 13px; text-decoration:none; }

/* Кнопка "Свернуть виджет"
*/
.theme_widget_icon { width: 16px; height: 16px; background: #fff; }

/* Окно виджета
*/
.theme_widget_bg { border: solid 1px #ccc; border-top:none; min-height: 110px; padding:2px; margin-bottom: 5px; background: #FFFFFF; color: #000; text-decoration:none; }

/* Цвета заголовка виджета
 */
.theme_widget_colour1 { height: 30px; width: 100%; background: #E43107 url('gfx/win_bg.png') 0 0;}
.theme_widget_colour2 { height: 30px; width: 100%; background: #E21459 url('gfx/win_bg.png') 0 -30px;}
.theme_widget_colour3 { height: 30px; width: 100%; background: #FBA60C url('gfx/win_bg.png') 0 -60px;}
.theme_widget_colour4 { height: 30px; width: 100%; background: #B1D400 url('gfx/win_bg.png') 0 -90px;}
.theme_widget_colour5 { height: 30px; width: 100%; background: #0ABFCF url('gfx/win_bg.png') 0 -120px;}
.theme_widget_colour6 { height: 30px; width: 100%; background: #4D4D4D url('gfx/win_bg.png') 0 -150px;}
.theme_widget_colour7 { height: 30px; width: 100%; background: #EAEAEA url('gfx/win_bg.png') 0 -180px;}
