﻿/* 
 *
 * #####################################################################################
 * # Red & Orange 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 {
    color: #fff;    
    border-top: 1px solid #AA0000;
    border-bottom: 1px solid #EF4D4A;
    background: #f15922; /* Old browsers */
    background: -moz-linear-gradient(top,  #f15922 0%, #ed1c24 5%, #a92b31 70%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f15922), color-stop(5%,#ed1c24), color-stop(70%,#a92b31)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f15922 0%,#ed1c24 5%,#a92b31 70%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f15922 0%,#ed1c24 5%,#a92b31 70%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f15922 0%,#ed1c24 5%,#a92b31 70%); /* IE10+ */
    background: linear-gradient(to bottom,  #f15922 0%,#ed1c24 5%,#a92b31 70%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f15922', endColorstr='#a92b31',GradientType=0 ); /* IE6-9 */
}
/* Button color */
#layout_menu > li {
	background-color: transparent;
    border-right:1px solid #EF4D4A;
    border-left:1px solid #A92B31;
}
/* Hover and active color */
#layout_menu > li:hover, #layout_menu > li.layout_on {
	background-color:#A92B31;
}

/* Text color of navigation buttons */
#layout_menu > li > a {
    color: #fff;
}
/*
 *  Typography 
 */
#layout_header h1 {
    color: #CC1A1A;   
    text-shadow: 1px 1px 2px #fff;
} 
h2 {
    color: #F49600;
}
.color1 {
    color: #CC1A1A;
}
.color2 {
    color: #F49600;
}
/* Standard button */
input[type=button], input[type=submit], input.fancy, a.fancy, .ui-button-text { 
    color: #fff;
    border: 1px solid #DD5828;
    border-radius: 3px;
    box-shadow: 1px 1px 3px #AAA, 1px 1px 1px #FFF6E2 inset;
    background: #f47920; /* Old browsers */
    background: -moz-linear-gradient(top,  #f47920 0%, #dd5828 86%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f47920), color-stop(86%,#dd5828)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f47920 0%,#dd5828 86%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f47920 0%,#dd5828 86%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f47920 0%,#dd5828 86%); /* IE10+ */
    background: linear-gradient(to bottom,  #f47920 0%,#dd5828 86%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f47920', endColorstr='#dd5828',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: #DD5828;
    color: #fff;
    border: 1px solid #DD5828;
}
/* 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 #EA8C00;
    background-color: #F49600;
    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: #EA8C00; 
    color: #fff;
}
/*
* 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, table.PickList tr:hover td
{
    background-color: #F9E5C2;   
}
/* Colored headers in drop down  */
.dropdownWrapper h4, h3, .SubmenuHeader {
    color: #b51716 !important;
}
.fileinput-button {
    background-color: #b51716 !important;
}
  
tr.row_selected td, tr.row_selected td a {
	background-color: #a92b31 !important;
	color: White;
} 
.YLogo {
  width: 108px;
  height: 80px;
  background: transparent url(/Static/Images/YColorOverview.gif) no-repeat -343px 0;
}
.YSlogan {
  width: 85px;
  height: 30px;
  background: transparent url(/Static/Images/YColorOverview.gif) no-repeat -343px -100px;
}
