﻿/* 
 *
 * #####################################################################################
 * # Blue & Purple Color Scheme : This script is used for custom themes
 * #####################################################################################
 * 
/*
 * Defines the main navigation color
 */
#layout_menu, .ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix {
    background: #00aeef; /* Old browsers */
    background: -moz-linear-gradient(top,  #00aeef 0%, #0089d0 41%, #0060af 82%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00aeef), color-stop(41%,#0089d0), color-stop(82%,#0060af)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #00aeef 0%,#0089d0 41%,#0060af 82%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #00aeef 0%,#0089d0 41%,#0060af 82%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #00aeef 0%,#0089d0 41%,#0060af 82%); /* IE10+ */
    background: linear-gradient(to bottom,  #00aeef 0%,#0089d0 41%,#0060af 82%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aeef', endColorstr='#0060af',GradientType=0 ); /* IE6-9 */
    color: #fff;    
    border: 1px solid #1D84C3;
    border-bottom: 1px solid #5BB3E5;
}

/* Button color */
#layout_menu > li {
	background-color: transparent;
    border-left: 1px solid #006D96;
    border-right: 1px solid #00AEEF;
}
/* Border on bottom of main nav */
.headerWrapper {

}
/* Text color of navigation buttons */
#layout_menu > li > a {
    color: #fff;
}
/*
 *  Typography 
 */
#layout_header h1 {
    color:#0089D0;
    text-shadow: 1px 1px 2px #fff;
}  
h2, h5 {
    color: #92278F;
}
.color1 {
    color: #0089D0;
}
.color2 {
    color: #92278F;
}
/* Standard button */
input[type=button], input[type=submit], input.fancy, a.fancy, .ui-button-text { 
    color: #fff;
    border: 1px solid #6E1D84;
    border-radius: 3px;
    box-shadow: 1px 1px 3px #AAA, 1px 1px 1px #FFF6E2 inset;
    background: #92278f; /* Old browsers */
    background: -moz-linear-gradient(top,  #92278f 0%, #5c2e91 74%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#92278f), color-stop(74%,#5c2e91)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #92278f 0%,#5c2e91 74%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #92278f 0%,#5c2e91 74%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #92278f 0%,#5c2e91 74%); /* IE10+ */
    background: linear-gradient(to bottom,  #92278f 0%,#5c2e91 74%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92278f', endColorstr='#5c2e91',GradientType=0 ); /* IE6-9 */
}
/* Hover standard button */
input[type=button]:hover, input[type=submit]:hover, input.fancy:hover, a.fancy:hover, .ui-dialog-buttonset .ui-button-text:hover {
    background-image: none;
    background-color: #5c2e91;
    color: #fff;
    border: 1px solid #5c2e91;
}
/* Cancel Button or Alternate button color */
input.fancy-cancel, a.fancy-cancel, .current-purchase .link a.fancy-cancel {
    font-weight: normal;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 3px;
    box-shadow: 1px 1px 3px #AAA, 1px 1px 1px #FFF6E2 inset;
    cursor: pointer;
    white-space: nowrap;
    color: #fff;
    border: 1px solid #1D84C3;
    background: #1D84C3 url() 0 0;
    text-shadow: none;
}
/*Hover Cancel Button or Alternate button */
input.fancy-cancel:hover, a.fancy-cancel:hover, .current-purchase .link a.fancy-cancel:hover {
    background-color: #007AC1; 
    color: #fff;
    border: 1px solid #1D84C3;
}
/*
* Data table colors
*/
#data-table_wrapper .display thead tr {
    text-shadow: 0px 1px 0px white;
    border: 1px solid #BDE6FC;
    background-color:#F2F2F2;
}
/* Hover color for tables */
#data-table_wrapper table.display tbody tr:hover td, .ProductList tr:hover td, table.PickList tr:hover td
{
    background-color: #EFE1F2;   
}
a {
    color: #005F9B;
}
/*  New dropdown menu colors    */  
#layout_menu > li:hover, #layout_menu > li.layout_on {
    background-color: #0060AF;    
}
.dropdownWrapper h4, h3, .SubmenuHeader {
    color: #0089D0 !important;
}
.fileinput-button {
    background-color: #0089D0 !important;
}
tr.row_selected td, tr.row_selected td a {
	background-color: #6f197e !important;
	color: White !important;
}
.YLogo {
  width: 108px;
  height: 80px;
  background: transparent url(/Static/Images/YColorOverview.gif) no-repeat -112px 0;
}
.YSlogan {
  width: 85px;
  height: 30px;
  background: transparent url(/Static/Images/YColorOverview.gif) no-repeat -112px -100px;
}