﻿/* Windows7 theme*/

.t-widget
{
    border-color: #a5b3c5;
    /*font-size: .75em; /* 12px base, if there are no inherited font-sizes (MVC default) */
    background-color: #fcfcfc;
}

/* .small .t-widget { font-size: .687em; } /* 11px base, if there are no inherited font-sizes (MVC default) */

.t-header,
.t-grid-header
{
    border-color: #a5b3c5;
    background: #f1f5fb;
}

.t-panelbar .t-state-hover { background-image: none; }

.t-icon { background-image: url('Windows7/sprite.png'); }
.t-editor .t-tool-icon { background-image: url('Windows7/editor.png'); }

.t-expand { background-position: 0 -160px; }
.t-collapse { background-position: 0 -176px; }
.t-rtl .t-expand { background-position: -64px -160px; }

.t-plus, .t-plus-disabled { background-position: 0 -256px; }
.t-minus, .t-minus-disabled { background-position: -16px -256px; }

.t-rtl .t-plus, .t-rtl .t-plus-disabled { background-position: 0 -272px; }
.t-rtl .t-minus, .t-rtl .t-minus-disabled { background-position: -16px -272px; }

.t-arrow-up { background-position: -16px -160px; }
.t-arrow-down { background-position: -16px -176px; }

.t-header .t-arrow-up,
.t-state-hover .t-arrow-up { background-position: -48px -160px; }
.t-header .t-arrow-down,
.t-state-hover .t-arrow-down { background-position: -48px -176px; }

.t-state-disabled .t-arrow-up { background-position: -32px -160px; }
.t-state-disabled .t-arrow-down { background-position: -32px -176px; }

.t-numerictextbox .t-arrow-up { background-position: -16px -162px; }
.t-numerictextbox .t-arrow-down { background-position: -16px -178px; }

.t-arrow-up-small { background-position: 0 -304px; }
.t-arrow-down-small { background-position: -16px -304px; }

.t-arrow-first { background-position: 0 -192px; }
.t-arrow-prev { background-position: -16px -192px; }
.t-arrow-next { background-position: -32px -192px; }
.t-arrow-last { background-position: -48px -192px; }

.t-header .t-arrow-first,
.t-state-hover .t-arrow-first { background-position: 0 -224px; }
.t-header .t-arrow-prev,
.t-state-hover .t-arrow-prev { background-position: -16px -224px; }
.t-header .t-arrow-next,
.t-state-hover .t-arrow-next { background-position: -32px -224px; }
.t-header .t-arrow-last,
.t-state-hover .t-arrow-last { background-position: -48px -224px; }

.t-state-disabled .t-arrow-first { background-position: 0 -208px; }
.t-state-disabled .t-arrow-prev { background-position: -16px -208px; }
.t-state-disabled .t-arrow-next { background-position: -32px -208px; }
.t-state-disabled .t-arrow-last { background-position: -48px -208px; }

.t-filter { background-position: 0 -240px; }
.t-clear-filter { background-position: -16px -240px; }

.t-refresh { background-position: -32px -240px; }
.t-icon-calendar { background-position: -48px -240px; }
.t-icon-clock { background-position: -64px -336px; }

.t-edit { background-position: 0 -336px; }
.t-delete { background-position: -16px -336px; }
.t-insert, .t-update { background-position: -32px -336px; }
.t-group-delete { background-position: 0 -288px; }

.t-maximize { background-position: -16px -288px; }
.t-restore { background-position: -32px -288px; }
.t-close { background-position: -64px -288px; }

.t-insert-top { background-position: 0 -320px; }
.t-insert-middle { background-position: -16px -320px; }
.t-insert-bottom { background-position: -32px -320px; }
.t-add { background-position: -48px -320px; }
.t-denied, .t-cancel { background-position: -64px -320px; }

.t-loading,
.t-widget .t-loading { background: transparent url('Windows7/loading.gif') no-repeat 0 0; }

.t-widget,
.t-link,
.t-popup
{
    color: #000;
}

.t-header,
.t-header .t-link
{
    color: #4c607a;
}

.t-header .t-group,
.t-group .t-link
{
    color: #333;
}

.t-group,
.t-content,
.t-editable-area
{
    border-color: #a5b3c5;
    background-color: #fcfcfc;
}

.t-colorpicker .t-arrow-down
{
    border-color: #a5b3c5;
}

.t-separator
{
    border-color: #fff;
    background-color: #c2cedb;
}

.t-alt
{
    background-color: #ebeff3;
}

.t-state-default
{
    border-color: #a5b3c5;
}

.t-active-filter
{
    background-color: #c3dcfa;
}

.t-state-hover,
.t-state-hover .t-link,
.t-header .t-state-hover,
.t-group .t-state-hover
{
    color: #000;
}

.t-state-hover,
.t-state-hover:hover
{
    background-color: #d1e4fc;
    border-color: #8daed5;
}

.t-state-active
{
    background-color: #fff;
    border-color: #426682;
}

.t-state-selected
{
    background-color: #deecfe;
}

.t-state-error
{
    border-style: ridge;
    border-color: #f00;
    background-color: #ffc0cb;
}

.t-button
{
    color: #0d202b;
}

.t-button,
button.t-button.t-state-disabled:hover,
a.t-button.t-state-disabled:hover,
.t-state-disabled .t-button:hover
{
    border-color: #c2cedb;
    background: #e7ecf5 url('Windows7/sprite.png') repeat-x 0 -560px;
}

.t-button:hover
{
    border-color: #9bc9ff;
    background-position: 0 -624px;
    background-color: #dde8f6;
    color: #0e3d4f;
}

.t-state-disabled,
.t-state-disabled:hover,
.t-state-disabled .t-link,
.t-state-disabled .t-button
{
    color: #999;
}

.t-toolbar,
.t-grouping-header,
.t-grid-pager,
.t-widget .t-status
{
    border-color: #aec5d1;
    background-color: #f1f5fb;
}

.t-panelbar .t-link
{
    border-color: #a5b3c5;
}

.t-tabstrip .t-item
{
    border-bottom-color: #426682;
}

.t-grid td
{
    border-right: 1px solid #dae2e8;
}

.t-grouping-row td
{
    background: #fff url('Windows7/sprite.png') repeat-x 0 -48px;
}

.t-footer-template td
{
    background-color: #e2eaf4;
    border-color: #aec5d1 #e2eaf4;
}

.t-group-footer td
{
    background-color: #e2eaf4;
    border-color: #aec5d1;
}

.t-grid-footer,
.t-grid-footer-wrap table
{
    background-color: #e2eaf4;
    border-color: #aec5d1;
}

.t-grouping-header .t-group-indicator
{
    color: #333;
    border-color: #ccc;
}

.t-grouping-dropclue
{
    background: url('Windows7/sprite.png') no-repeat -48px -288px;
}

.t-grouping-row .t-group-cell,
.t-grouping-row p
{
    background: #fff;
}

.t-treeview .t-drop-clue
{
    background-image: url('Windows7/sprite.png');
    background-position: 0 -358px;
}

.t-treeview .t-state-selected
{
    border-color: #8fb0d6;
}

.t-calendar th
{
    border-color: #d4dbe5;
}

.t-other-month .t-link
{
    color: #a7a7a7;
}

.t-editor-button .t-state-hover
{
    border-color: #e5f0fd #8ba6c4 #8ba6c4 #e5f0fd;
    background-color: #d1e4fc;
}

.t-editor-button .t-state-active
{
    border-color: #aec1d6 #e3ebf5 #e3ebf5 #aec1d6;
    background-color: #ccdbed;
}

/*Slider*/

.t-slider .t-draghandle
{
	background-image:url('Windows7/sprite.png');
	color:#4c607a;
}

.t-slider-track
{
	border-color:#a6abc3;
}

.t-slider-horizontal .t-slider-track,
.t-slider-horizontal .t-slider-selection
{
	background-image:url('Windows7/sprite.png');
}

.t-slider-vertical .t-slider-track,
.t-slider-vertical .t-slider-selection
{
	background-image:url('Windows7/sprite-vertical.png');
}

.t-slider-horizontal .t-tick { background-image:url('Windows7/slider-hs-both.gif'); }
.t-slider-horizontal .t-slider-topleft .t-tick { background-image:url('Windows7/slider-hs-top.gif'); }
.t-slider-horizontal .t-slider-bottomright .t-tick { background-image:url('Windows7/slider-hs-bottom.gif'); }

.t-slider-horizontal .t-tick-large { background-image:url('Windows7/slider-h-both.gif'); }
.t-slider-horizontal .t-slider-topleft .t-tick-large { background-image:url('Windows7/slider-h-top.gif'); }
.t-slider-horizontal .t-slider-bottomright .t-tick-large { background-image:url('Windows7/slider-h-bottom.gif'); }

.t-slider-vertical .t-tick { background-image:url('Windows7/slider-vs-both.gif'); }
.t-slider-vertical .t-slider-topleft .t-tick { background-image:url('Windows7/slider-vs-left.gif'); }
.t-slider-vertical .t-slider-bottomright .t-tick { background-image:url('Windows7/slider-vs-right.gif'); }

.t-slider-vertical .t-tick-large { background-image:url('Windows7/slider-v-both.gif'); }
.t-slider-vertical .t-slider-topleft .t-tick-large { background-image:url('Windows7/slider-v-left.gif'); }
.t-slider-vertical .t-slider-bottomright .t-tick-large { background-image:url('Windows7/slider-v-right.gif'); }

/*Tooltip*/

.t-tooltip
{
	background:#e7ecf5 0 -560px repeat-x url('Windows7/sprite.png');
	color:#0e3d4f;
}

.t-callout
{
	background-image:url('Windows7/sprite.png');
}

/* Splitter */

.t-splitter
{
    border-color: #dae2e8;
}

.t-splitbar-vertical,
.t-splitbar-horizontal
{
    background-color: #f1f5fb;
    border-color: #dae2e8;
}

.t-splitbar-vertical,
.t-ghost-splitbar-vertical
{
    background-image: url('Windows7/sprite.png');
}

.t-splitbar-horizontal,
.t-ghost-splitbar-horizontal
{
    background-image: url('Windows7/sprite-vertical.png');
}

/* Upload */

.t-dropzone-active,
.t-upload-files
{
    border-color: #c2cedb;
}

.t-dropzone-hovered,
.t-upload-files
{
    background-color: #f1f5fb;    
}

.t-dropzone em
{
    color: #a7a7a7;
}

.t-progress,
.t-progress-status
{
    background-image: url('Windows7/sprite.png');
}

.t-progress
{
    background-position: 0 -465px;
    border-color: #c2cedb #c2cedb;
}

.t-progress-status
{
    background-position: 0 -472px;
    border-color: #1db2ee transparent #3186db;
}

/* ImageBrowser */

.t-imagebrowser .t-content
{
    background: #f1f5fb;  
}

.t-breadcrumbs .t-link,
.t-tiles-arrange,
.t-tiles-arrange a
{
    color: #1e395b;
}

.t-breadcrumbs .t-first,
.t-breadcrumbs .t-first:hover,
.t-search-wrap label
{
    color: #a7a7a7;
}

.t-tiles-toolbar
{
    border-color: #7da2ce;
    background: #dcebfc;
}

.t-tiles
{
    border-color: #c2cedb;
    background: #fff;
}

.t-tile
{
    border-color: #fff;
    background:0 100px repeat-x url('Windows7/imagebrowser.png');
}

.t-tiles li.t-state-hover
{
    border-color: #b8d6fb;
    background-position: 0 0;
}

.t-tiles li.t-state-selected
{
    border-color: #7da2ce;
    background-position: 0 -100px;
}

.t-tile .t-folder
{
    background-image:url('Windows7/imagebrowser.png');
}

.t-tile em,
.t-tile .t-filesize
{
    color: #a7a7a7;
}

.t-tiles li.t-state-selected em,
.t-tiles li.t-state-selected .t-filesize
{
    color: #7da2ce;
}

.t-tile-empty strong
{
    color: #c2cedb;
}