﻿body
{
    background-color: #5c87b2;
    font-size: 12px;
    font-family: Verdana, Tahoma, Arial, "Helvetica Neue", Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #333;
}

h1, h2, h3, h4, h5, h6
{
    font-size: 16px;
    color: #000;
}

h1
{
    margin-bottom: 16px;
}

ul
{
    margin-left: 20px;
}

p
{
    margin-bottom: 10px;
}

a:hover
{
    text-decoration: underline;
}

.left {
    float: left;
}
.right {
    float: right;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 1440px;
    margin: auto;
}

header, #header
{
    position: relative;
    margin-bottom: 0px;
    color: #333;
    padding: 0;
}

header h1, #header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
}

#main
{
    position: relative;
    background: #fff;
    padding: 60px 20px 15px 20px;
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
}

#main .StyleSearchContainer
{
    position: absolute;
    top: 5px;
    right: 20px;
}

#main .FabricSearchContainer
{
    position: absolute;
    top: 30px;
    right: 20px;
}

footer, #footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

/* MENU   
----------------------------------------------------------*/
#menu
{
    position: relative;
    margin: 0;
    text-align: left;
}

#menu .t-item
{
    border-width: 0 1px 0 0;
}

#menu .t-link
{
    padding: 5px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 22px;
}

#logindisplay
{
    position: absolute;
    top: 0;
    right: 10px;
    line-height: 32px;
    z-index: 1;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

.NormalDiv fieldset {
    position: relative;
    top: -8px;
    border: 1px solid #ddd;
    padding: 0 15px 15px 15px;
    margin: 0 0 15px 0;
}

.NormalDiv legend {
    font-size: 16px;
    font-weight: bold;
}

.NormalDiv input[type="text"], 
.NormalDiv input[type="password"] {
    border: 1px solid #ccc;
    padding: 2px;
    color: #444;
    width: 200px;
}

.NormalDiv select {
    border: 1px solid #ccc;
    padding: 2px;
    color: #444;
    width: 206px;
}

.NormalDiv input[type="submit"] {
    margin-top: 10px;
}

.NormalDiv .display-label, 
.NormalDiv .editor-label {
    margin: 10px 0 0 0;
}

.NormalDiv .display-field, 
.NormalDiv .editor-field {
    margin: 5px 0 0 0;
}

.NormalDiv .text-box,
.NormalDiv input[type="text"].text-box, 
.NormalDiv input[type="password"].text-box,
.NormalDiv input[type="text"].t-input {
    width: 300px;
}

.NormalDiv .text-box.multi-line {
    height: 60px;
}

.NormalDiv .tri-state {
    width: 60px;
}

.NormalDiv fieldset.half {
    width: 658px;
}

.NormalDiv .t-datepicker,
.NormalDiv .t-timepicker,
.NormalDiv .t-datetimepicker {
    width: 325px;
}

.FilterSearch
{
    float: right;
    width: 300px;
}
.FilterResult
{
    float: left;
    width: 1000px;
}
.FilterSearch select
{
    width: 268px;
}

/* TABLE
----------------------------------------------------------*/

table 
{
  border: solid 1px #333;
}

table td 
{
  padding: 5px;   
  border: solid 1px #828282;
}

table th
{ 
  border: solid 1px #828282;   
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color: Red;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000 !important;
    background-color: #ffeeee !important;
}

.editor-multi-box.error
{
    border: 1px solid #ff0000 !important;
    background-color: #ffeeee !important;
    color: #000;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/* Style Pages */
#CurrentStyle 
{
    position: absolute;
    top: 5px;
    left: 20px;
    font-size: 14px;
}
#CurrentStyle span 
{
    font-weight: bold;
}

.StyleTable
{
    width: 100%;
}
.StyleTable td
{
    vertical-align: top;
}
.StyleTable .table-left
{
    width: 480px;
}
.StyleTable h1, .StyleTable h2
{
    text-transform: uppercase;
}
.StyleTable .editor-label
{
    font-size: 16px;
    display: inline-block;
    width: 120px;
    text-transform: uppercase;
}
.StyleTable .editor-label-right
{
    font-size: 16px;
    display: inline-block;
    width: 200px;
    text-transform: uppercase;
}
.StyleTable .table-small .editor-label
{
    width: 90px;
}
.StyleTable .table-full .editor-label
{
    width: 1388px;
}
.StyleTable .editor-label.full
{
    width: auto;
}
.StyleTable .editor-select
{
    width: 300px;
    padding: 2px;
    border: 1px solid #999;
    text-transform: uppercase;
}
.StyleTable .table-small .editor-select
{
    width: 200px;
}
.StyleTable .editor-box
{
    width: 292px;
    padding: 2px 3px;
    border: 1px solid #999;
}
.StyleTable .table-small .editor-box
{
    width: 192px;
}
.StyleTable .editor-multi-box
{
    width: 292px;
    height: 70px;
    padding: 2px 3px;
    border: 1px solid #999;
    vertical-align: top;
}
.StyleTable .table-full .editor-multi-box
{
    width: 1380px;
}
.StyleTable .editor-checkbox-list
{
    margin-left: 0px;
    list-style-type: none;
    display: inline-block;
    vertical-align: top;
}
.StyleTable .field-validation-error
{
    display: block;
    margin-left: 122px;
}
.StyleTable .table-small .field-validation-error
{
    display: block;
    margin-left: 82px;
}
.StyleTable .editor-table
{
    width: 100%;
    border: none;
}
.StyleTable .editor-table td
{
    border: none;
}
.StyleTable .editor-listbox
{
    width: 200px;
    height: 300px;
    padding: 2px;
    border: 1px solid #999;
}
.StyleTable .funky
{
    background-color: #f38400;
}
.StyleTable .funky .editor-label,
.StyleTable .funky .field-validation-error
{
    color: #fff;
}
.StyleTable .funky .editor-box
{
    font-weight: bold;
}


.StyleTable .size-checkbox-list
{
    margin-left: 0px;
    list-style-type: none;
    display: inline-block;
    vertical-align: top;
}
.StyleTable .size-checkbox-list > li
{
    margin-bottom: 5px;
    padding-top: 10px;
    border-top: 1px dashed;
}
.StyleTable .size-checkbox-list > li:first-child
{
    border-top: 0px;
}
.StyleTable .size-checkbox-list span
{
    font-size: 13px;
    width: 60px;
    display: inline-block;
}
.StyleTable .size-checkbox-list ul
{
    width: 220px;
    margin-left: 0px;
    list-style-type: none;
    display: inline-block;
    vertical-align: top;
    clear: both;
}
.StyleTable .size-checkbox-list ul li
{
    float: left;
    margin-right: 10px;
}

/* FLASH POPUPS
----------------------------------------------------------*/
.success, .warning, .error, .info
{
    background-color: #EEDC94;
    background-image: -moz-linear-gradient(center top , #FCEEC1, #EEDC94);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset;
    color: #404040;
    font-size: 13px;
    margin-bottom: 18px;
    padding: 7px 15px;
    position: relative;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.success
{
    color: #fff;
    background-color: #57A957;
    background-image: -moz-linear-gradient(center top , #62C462, #57A957);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.error
{
    color: #fff;
    background-color: #C43C35;
    background-image: -moz-linear-gradient(center top , #EE5F5B, #C43C35);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.info
{
    color: #fff;
    background-color: #339BB9;
    background-image: -moz-linear-gradient(center top , #5BC0DE, #339BB9);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}


/* OVERRIDE  
----------------------------------------------------------*/
#TabStrip
{
    background: none;
    border: none;
}
#TabStrip > .t-tabstrip-items
{
    padding: 0;
}
#TabStrip > .t-content
{
    border: none;
    padding: 0;
    margin: 0;
}
#main .t-grid-header .t-header .t-link
{
    padding: 0.3em 0.6em;
}

#main .k-button 
{
    position: relative;
    min-width: 16px;
    width: 26px;
    padding: 2px 4px;
    text-indent: -9999px;
    border-radius: 3px;
}
#main .k-button .k-icon 
{
    position: absolute;
    bottom: 2px;
    left: 4px;
    margin: 0;
}

#ImportWindow .StyleTable .table-left .editor-label {
    width: 100px;
}

.t-window-content .NormalDiv 
{
    padding-top: 8px;
}
.t-grid input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.5, 1.5); /* IE */
  -moz-transform: scale(1.5, 1.5); /* FF */
  -webkit-transform: scale(1.5, 1.5); /* Safari and Chrome */
  -o-transform: scale(1.5, 1.5); /* Opera */
}
.t-grid td 
{
    vertical-align: top !important;
}

.t-grid pre
{
    font: inherit;
    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;
}
#PackingInstructions pre
{
    font: inherit;
    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;
}

.k-grid .drag 
{
    display: block;
    width: 16px;
    height: 16px;
    background: url('images/draggable.png');
    cursor: move;
}