/* --------------------------------------------------------------
FILE: Skin.css
DESCRIPTION: Style sheet focr LSMS Private Label
TEMPLATE VERSION: 2.0
CUSTOMER: VCC
LOCATION: /Content/Skin/vcc
PROJECT: LMS Private Label Migration
CREATED: 5/15/2010
AUTHOR: Landon Cahow

Mod Date    Rev #   Author      Description
--------    ------  ----------- ---------------------------------

(c) Copyright 2010 PureSafety

*****Skinning Style Specs:
Background-Color:  #fffffff (white)
Secondary Trim Color:  #002F69 (dark-blue)
Secondary background highlight:  #3280bb (light-blue)
Anchor Color: #00467f (dark-blue)
Anchor Hover/Selected Color:  #00467f (dark-blue)
Panel Trim Color Primary :  #CCCCCC (grey)
Panel Trim Color Secondary :  #ABABAB (dark-grey)

*/
/* Shared/Structural Rendering */
@import url(../Shared/Skin.css);


/*   *********************************************************  */
/*   TABLES                                                     */
/*   *********************************************************  */
/* Grids */


/* ExtJS Component Styles */

/*  FONT TREATMENT for FUNCTION SECTION HEADERS  */
.ext-strict .x-grid3-hd-inner {
	color:#6F6F6F;          /* dark blue */
	font-size:11px;
	color:#000000;
}


/*  MAIN FUNCTION SECTION BACKGROUND  */
.x-toolbar {
	background-color:transparent;
}

.x-grid3 {
	background-color:#FFFFFF;
}
 
/*  ROW STYLING WITHIN EACH FUNCTION SECTION  */
.x-grid3-row {

	border-top-color:#9F9F9F;
	border-left-color:#9F9F9F;
	
	border-bottom-color:#9F9F9F;
	border-right-color:#9F9F9F;
}

/*  STYLING FOR HIGHLIGHTED ROWS  */
.x-grid3-row-selected, .x-tree-node .x-tree-selected {
	background-color:#ababab !important;       /*  keep the important identifier */
	color:#ffffff;
	font-weight:bold;
}


.x-grid-panel .x-panel-mc .x-panel-body {
	border-color:#cccccc;
}

/*  BORDERS LEFT/RIGHT ON THE TABLE HEADERS */
.x-grid3-hd-row td {
    border-left-color:#eef4e8;     /* light light grey-green */
    border-right-color:#C0C9B8;     /* darker grey-green */
	
	border-left-color: #f1f1f1;
	border-right-color: #ababab;
}

/*  BORDER WITHIN EACH FUNCTION SECTION  - best to keep in line with overall border coloring */
.x-grid3-viewport {
	border-left-color:#f1f1f1;
	border-right-color:#ababab;
	border-top-color:#f1f1f1;
	border-bottom-color:#ababab;
}

/*   UNSORTED TABLE HEADERS */
.x-grid3-header{
	background-color:#cccccc;
}

/*   SORTED TABLE HEADERS - additional bordering (highlighting) around SORTED table headers */
td.x-grid3-hd-over, td.sort-desc, td.sort-asc, td.x-grid3-hd-menu-open {
	border-left-color:#f1f1f1;
	border-right-color:#ababab;
	border-top-color:#f1f1f1;
	border-bottom-color:#ababab;
}

/*   SORTED TABLE HEADERS - background */
td.x-grid3-hd-over .x-grid3-hd-inner, td.sort-desc .x-grid3-hd-inner, td.sort-asc .x-grid3-hd-inner, td.x-grid3-hd-menu-open .x-grid3-hd-inner {
	background-color:#ababab;
	color:#ffffff;    /* font color */
}

td.x-grid3-hd-over, td.sort-desc, td.sort-asc, td.x-grid3-hd-menu-open {
	border-left-color:#f1f1f1;
}

/*   BACKGROUND COLOR FOR BUTTON */
.x-grid3-hd-btn {
	background-color:#cccccc;       /* keep the same as .x-grid3-header */
}

/*   DIVIDER LINE BETWEEN LISTS   */
.x-grid-group-hd {
	border-bottom-color:#cccccc;
}

/*  BACKGROUND FOR SOME THINGS??? */
.x-date-middle,.x-date-left,.x-date-right {
	/*  background-image: url(Images/tblhdr_bg.gif);      light green bg swatch */
}

.x-menu {
	border:1px solid #718bb7;       /* medium blue */
}
/*  BORDER AROUND FLOATING ITEMS LIKE THE CALENDAR */
.x-menu-floating{
	border-left-color:#f1f1f1;
	border-right-color:#ababab;
	border-top-color:#f1f1f1;
	border-bottom-color:#ababab;
}
/*  EACH OF THE INDIVIDUAL "FUNCTION" SECTIONS */
.x-panel {
	border-color: #cccccc;
}
/*  SUB HEADER ABOVE EACH PANEL (FUNCTION SECTION)  */
.x-panel-header {
	color: #000;
	font-weight:bold;
	font-size:14px;
}

/*  >> FUNCTION BOX WITHIN THE FUNCTION SECTION */
.x-panel-body {
	border:0;
}
/*  TOP BORDER ON SOME OF THE BOXES - Keep it compatible with above x-panel-body coloring or left border color */
.x-panel-body-noheader, .x-panel-mc .x-panel-body {
	border-top-color:#f1f1f1;      
}
.x-panel-ghost {
    background-color:#cbddf3;        /* light blue */
}
.x-panel-ghost ul {
    border-color:#99bbe8;         /* medium blue */
}
.x-panel-ghost .x-window-tl {
    border-bottom-color:#99bbe8;         /* medium blue */
}
.x-window-plain .x-window-mc {
    background-color: #fff;         					/* white */
    border-color: #a3bae9 #dfe8f6 #dfe8f6 #a3bae9;      /* med blue, light blue, light blue, med blue  */
}
.x-window-plain .x-window-body {
    border-color: #dfe8f6 #a3bae9 #a3bae9 #dfe8f6;       /* light blue, med blue, med blue, light blue  */
}
/*  Selected tree node or highlighted tree node  */
.x-tree-node .x-tree-selected {
	background-color:#00257f;
}

/*  Table header of tree box */
.x-tree-headers {
/* background-image: url("Images/tblhdr_bg.gif");   */
background-repeat: repeat;
background-attachment: scroll;
background-position: left top;
cursor: default;
white-space: nowrap;
background:#737373;
}

/*  COMBO BOX STYLING  */
.x-combo-list  {
	border-color: #999;   
}
.x-combo-list .x-combo-selected {
	background-color:#cccccc;
	border-color:#666666 !important;
	border:1px dotted !important;
}
/*  STYLING WHEN A BOX HAS FOCUS  */
.x-form-focus, textarea.x-form-focus  {
	border-color:#999;
}

/*  BOTTOM BORDER OF FORM TRIGGER SECTIONS  - keep consistent with box bottom border styling */
.x-trigger-wrap-focus .x-form-trigger  {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#ababab; 
}

/*  CALENDAR DATE  STYLING  */
.x-date-inner a:hover, .x-date-inner .x-date-disabled a:hover {
	color: #999;
	background-color: #f1f1f1;
}
.x-date-inner .x-date-today a  {
	border-color: #999;
}
.x-date-bottom  {
	border-top-color: #f1f1f1;
	background-color: #cccccc;
}

.x-panel-bbar .x-toolbar, .x-panel-tbar .x-toolbar {
	border-width:0px;	 
}

.x-panel-tbar .x-toolbar  {
	border-color:#f1f1f1;
	border-left-color:transparent;
	border-right-color:transparent;
	border-top-color:transparent;
	border-width:1px;
	background-color:transparent;
}

.x-tree-hd  {
	border-left:1px solid #f1f1f1;
	border-right:0 solid transparent;
}


/*   *********************************************************  */
/*   OVERALL PAGE DESIGN                                        */
/*   *********************************************************  */
/* Page Design */
div#Page,
html { height: 100%; }
body {
    font-size:12px;
    /* font-family: Arial, Helvetica, Sans-Serif;    MJC */
    font-family: Arial, Helvetica, Sans-Serif;    /* mjc */
    margin: 0;
    padding: 0;
    color: #000;
    display: table;
    width: 100%;
    height: 100%;
    background: #fff /*url(images/bgbar1.png) repeat-x left top*/;  /* mjc */
   
}
button { font-size:12px; }
h1, h2, h3, h4, h5, h6 
{
    font-size: 1.4em;
}
h1 
{
	font-weight:normal;
	font-size:14pt;
	margin:24px 0px 8px 0px;
}
h2 
{
	font-weight:bold;
	font-size:11pt;
}

/*  MAIN PAGE HEADER COLOR */
#Content h1 {
	color:#00467F;
	display:block;
	font-size:16px;
	font-weight:bold;
}

/* HEADER ABOVE LIST ON LOGIN PAGE */
.supportContent h3 {
    margin-top:26px;
    margin-bottom:10px;
	
	/* preferable to keep the same as .x-panel-header */
	color: #666666;
	font-weight:bold;
	font-size:14px;
}

/* GENERAL USE OF ANCHORS (LINKS) WITHIN ENTIRE SITE */
a {
       color:#00467F;
	   text-decoration:none;       /* use underline if you want the link to underline by default */
}

a:hover {
        color:#00467F;
		text-decoration:underline;
}
/* end mjc */

/*img { vertical-align: text-bottom; } fix for bug 20361*/
input[type=checkbox] { vertical-align: middle; }
input[type=button], input[type=submit]
{
    cursor: hand;
    cursor: pointer;
}


dl.systemProps {
    color: #888;
}
dl.systemProps dd {
    color: #666;
}

.noValue 
{
	color:#888;
}

/* Frame Styles */

div#Head ul
{
    margin: 0px;
    list-style-type: none;
}
div#Head li
{
    margin: 0px;
}

/*   *********************************************************  */
/*   BRANDING BAR                                               */
/*   *********************************************************  */
/* mjc */
div#BrandBar
{
    line-height: 87px;
    min-height:  87px;
    height:  87px;
    overflow: hidden;
    background:#002F69 /*url(Images/brand_bg.png)*/; 
    padding-left:0;  

}
div.brand span.logo
{
    background: url(Images/VCC-logo.png) top left no-repeat;
    height: 75px;
    width: 245px;
    display: block;
    margin: 12px 0 0 0;
    padding:0;
}

div.brand {
    /*background: url(Images/right_top1.png) top right no-repeat;*/
}
/* end mjc */

/*   *********************************************************  */
/*   NAVIGATION BARS                                            */
/*   *********************************************************  */
#NavigationBar{}
#NavigationBar ul
{
    padding: 0px 15px;
}
/*   *********************************************************  */
/*   MAJOR NAVIGATION                                           */
/*   *********************************************************  */
ul#MajorNav 
{
	position:absolute;
	top:14px;
	/* left:210px; */
    left:360px;   /* mjc */
	white-space:nowrap;		
}
ul#MajorNav li 
{	
	display:-moz-inline-box;/*FF2*/
	display:inline;
}
ul#MajorNav a
{
	background:url(Images/nav_down.png) top center no-repeat;
    display: -moz-inline-box;/*FF2*/
	display: inline-block;
    text-decoration: none;
    cursor:hand;/*IE7*/
    color: #fff;
	font-weight:bold;	
}
ul#MajorNav li.current a
{
	background-image:url(Images/nav_top.png);
	color:#000; /* ltc */
	font-weight:bold;
}
ul#MajorNav a:hover
{
	background-image:url(Images/nav_over.png);
    color: #fff;
	font-weight:bold;
}
 ul#MajorNav li span 
{
	padding:52px 0px 26px 0px;
	text-align:center;
    width:118px;
    height:24px;
    display: -moz-inline-block;/*FF2*/
    display: inline-block;
	background:url(Images/nav_icons.png) top center no-repeat;
}
ul#MajorNav li.library span 
{
	background-position:center -100px;
}
ul#MajorNav li.people span 
{
	background-position:center -200px;
}
ul#MajorNav li.reports span 
{
	background-position:center -300px;
}
ul#MajorNav li.ohm span 
{
	background-position:center -400px;
}
ul#MajorNav li.shop span 
{	
	background-position:center -500px; 
}
/*   *********************************************************  */
/*   MINOR NAVIGATION                                           */
/*   *********************************************************  */
ul#MinorNav
{
    position:absolute;
    padding:0px;
    top:4px;   /* mjc */
    right:25px;
	background-color:transparent;
	margin:0;
	font-weight:bold;
}
ul#MinorNav li
{
    margin-bottom:1px;
}
ul#MinorNav a
{
	display:-moz-inline-box;/*FF2*/
    display:inline-block;
    width:80px;
    padding:6px 6px 6px 30px;
    color:#fff;
	font-weight:normal;
    text-decoration:none;
}
ul#MinorNav a:hover {
    color:#fff;    /* mjc */
	font-weight:normal;
}


ul#MinorNav li.settings a 
{ background:#3280bb url(Images/wrench_orange_mod.png) left center no-repeat;
	-moz-border-radius-topleft:4px;    /* mjc  */
    -moz-border-radius-topright:4px;    /* mjc  */
	-webkit-border-top-left-radius:4px;    /* ltc  */
    -webkit-border-top-right-radius:4px;    /* ltc  */
}
ul#MinorNav li.help a {	background:#3280bb url(Images/help_mod.png) left center no-repeat;}
ul#MinorNav li.logOut a { background:#3280bb url(Images/door_out.png) left center no-repeat;}
ul#MinorNav li.support a { background:#3280bb url(Images/help.png) left center no-repeat;}

ul#MinorNav li.settings a:hover { background:#4296d5 url(Images/wrench_orange_mod.png) left center no-repeat;
	-moz-border-radius-topleft:4px;    /* mjc  */
    -moz-border-radius-topright:4px;    /* mjc  */
	-webkit-border-top-left-radius:4px;    /* ltc  */
    -webkit-border-top-right-radius:4px;    /* ltc  */
}
ul#MinorNav li.help a:hover { background:#4296d5 url(Images/help_mod.png) left center no-repeat;}
ul#MinorNav li.logOut a:hover { background:#4296d5 url(Images/door_out.png) left center no-repeat;}
ul#MinorNav li.support a:hover { background:#4296d5 url(Images/help.png) left center no-repeat;}

/*   *********************************************************  */
/*   PATH BAR (UNDER BRAND BAR)                                 */
/*   *********************************************************  */
#PathBar
{
    visibility:visible;    /* mjc */
    background: #fff url(images/path-bar-img.png) left bottom no-repeat;
    line-height: 35px;
    height: 35px;
    padding: 0px 25px;
	margin-left: 0; /* ltc */
	border-bottom:solid 1px #dfdfdf;
	/*border: solid 1px #CC0000;  ltc */
	/*border-width: 1px 0 1px 1px;  ltc */
	
}
/* mjc */
#PathBar .versionStamp {
    visibility:hidden;
}

/* mjc */
#PSCredit {
    background:  url(images/pscredit.png) no-repeat left bottom;
    height:40px;
    margin-top:10px;
}


#Content
{
    padding: 0px 25px;
}


span.requiredField
{
    color: #800;
}

/*   *********************************************************  */
/*   *********************************************************  */
/*   MAIN CONTENT                                               */
/*   *********************************************************  */
/*   *********************************************************  */

/* Content Layout */
div.note
{
	border:1px solid #eea;
	background-color:#ffd;
}
div.submitBar 
{
	border-top:4px solid #dae1d3;       /* light grey-green */
	padding:8px;
	margin:12px 0;
}
    

/*   *********************************************************  */
/*   RETURN BAR                                                 */
/*   *********************************************************  */
/* FullStage Master */
#ReturnBar 
{
	/* background:#dae1d3 url(images/path_bg.gif) repeat-x left top;       light grey-green */
	background-color: #cccccc;
	border-bottom:1px solid #999;      /* grey */
	border-bottom:1px solid #ababab;  
	padding-top:7px;    /* distance from top of the bar */
}

/* mjc */
#ReturnBar span {
    margin-left:24px;
    padding-top:7px;
    display:block;
    padding-bottom:6px;
}
/* end mjc */

#ReturnBar h1 
{
	margin:6px 0px;
}
#ReturnBar ul 
{
	margin:0px;
	padding:0px;
}
#ReturnBar ul li
{
	display:inline;
	margin-right:2px;
}
#ReturnBar ul li a
{
	display:-moz-inline-box;
	display:inline-block;
	text-decoration:none;
	color:#000;
	padding-top:4px;
	padding-bottom:4px;
	background-color:#dbe2d5;      /* light grey-green */
	background-color:#cccccc;
}

#ReturnBar ul li a:hover
{
	background-color:#ebf3e5;      /* light, light grey-green */
	background-color:#ababab;
}

/* mjc */
#ReturnBar ul.actions li a
{
	display:inline;
    padding:2px 3px 5px 24px;  /*  mjc */
	margin-left:24px;    /* mjc */
	text-decoration:none;
	color:#000;
}

#ReturnBar ul.actions li a:hover { 	color:#ffffff; }
/* end mjc - verify if above is needed */

#ReturnBar ul li.action-exit a
{
	background-color:#a7ad9d;      /* medium green   */
	background-color:#ababab;
	background-color: transparent;
    font-weight:bold;
	
}
#ReturnBar ul li.action-exit a:hover
{
      color: #ffffff;
	  	background-color:#ababab;
}

.stage #Content
{
	padding:0px;
}
@media print 
{
	.stage #Head /* Hide For Print */
	{ }
}

/* secondary headers for report return bar */      /* FIX SIZING ON THIS !!!! MJC */

/* BrandBar style stated above should be used ltc 4/23/10
.stage #BrandBar
{
    line-height: 85px; 
    min-height: 85px;
    height: 85px;
    overflow: hidden;
}
*/
.stage div.brand span.logo
{
	background-color:tranparent;
	background: url(Images/logo-reports.gif) top left no-repeat;
    height: 86px;
    width: 240px;
    display: block;
    margin: 0px 0 0 0;
    padding:0;
}

/*   RETURN BAR SPACING    */  
.report-data-panel, .report-param-panel { top: 183px; } /* ltc - adjust top spacing to show Return Bar */

/*   *********************************************************  */
/*   ACTION PANELS                                              */
/*   *********************************************************  */
/* Actions */
ul.actions li a {
	background-color:none;
	text-decoration:none;
	color:#000;      /* black text */
}
ul.actions li span  {
	color:#777;      /*  medium grey text */
}
ul.actions li a:hover {
	background-color:#002f69;         /*  light green   */
	color:#fff;      /* font color */
}


/*   *********************************************************  */
/*   SIDE PANELS                                                */
/*   *********************************************************  */
/* Auto-Bound Panels */
.panel-header {
	border-bottom:1px solid #909d80;       /*  medium green */
	border-bottom:1px solid #ababab;   
}
.panel-bwrap {
	background-color:none;          /* light grey green */
	background-color:none;
}


/*   *********************************************************  */
/*   FORM WITH BUTTONS                                          */
/*   *********************************************************  */
/*  Border at bottom of submit buttons  */
div.submitBar 
{
	border-top:4px solid #dae1d3;      /* light grey green */
	padding:8px;
	margin:12px 0;
	border-top:4px solid #002F69; 
    padding-left:0;     /* keeps submitBar flush to the left */
}

div.submitBar input {
    margin-right:10px;
}



/*   *********************************************************  */
/*   REPORTS SECTION                                            */
/*   *********************************************************  */
/*  Border around report parameters box  */
.report-param-panel {
	border:2px solid #DAE1D3;        /*   light green  */
	border-top-color:#cccccc;
	border-left-color:#cccccc;
	border-bottom-color:#ababab;
	border-right-color:#ababab;
 }    
 
/*  Styling within report parameters box and x-panels (function sections)  */ 
.report-param-panel .x-panel-header {
	color:#15428b;      /* navy blue */
	font-weight:bold; 
	font-size: 11px;
	font-family: tahoma,arial,verdana,sans-serif; 
	border-color:#DAE1D3;      /* light grey green NO IDEA WHERE THIS IS USED */
	background: #B4C6A1;      /* medium green */
	color:#000000;
	background: #cccccc;
}

/*  boxes within the report parameters box */
.tile-stack .x-panel-body{
	border:1px solid #b4c6a1;     /* medium green */
	border-top-color:#cccccc;
	border-left-color:#cccccc;
	border-bottom-color:#ababab;
	border-right-color:#ababab;		
	background:white;
}


/*   *********************************************************  */
/*   LOGIN PANEL                                                */
/*   *********************************************************  */
/* Login Page */
.loginPanel {
	position:absolute;
	top:35px;    /* mjc */
	right:17px;    /* mjc */
	color:#00257f;
	white-space:nowrap;/*IE6*/
}
.loginPanel .panelHeader {
	display:none;
}
.loginPanel input.login {
	margin-top:16px;
}
/* mjc */
.loginPanel  .fieldCell label
{
 color:#fff;
}		
ul.benefits {
	list-style-position:inside;
}
/*   *********************************************************  */
/*   MAIN PAGE  GRAPHICS AND TEXT                               */
/*   *********************************************************  */
.graphicCol  {
	float:left;
	visibility:hidden;   /* mjc */
}
/* mjc */
.bodyCol  {
	margin-right:50px;
    margin-left:293px;
    padding-top:75px;
	background: transparent url(images/opening_hdr1.png) no-repeat 0 35px;  /* mjc */
	visibility:hidden;   /* mjc */
}


/*   *********************************************************  */
/*   HELP OPTIONS ON LOGIN PAGE                                 */
/*   *********************************************************  */
.helpOptions  {
	padding-left:15px;    /* add padding here if you add bullets to this list */
	margin:0px;
	/* list-style-type:none;  */
	list-style-type:square;
	color:#00467F;
}
.helpOptions li {
	margin:8px 0;
	
}
/* mjc */
.helpOptions li a {
    color:#00467F;
	text-decoration:none;       /* put underline here if you want links underlined or none */
}

.helpOptions li a:hover {
    color:#00467F;
	text-decoration:underline;
}


.mincartBorder
{border: solid 1px #b4c6a1;margin-top:3px;            /* medium green */
}
.miniCartBottomBorder
{
border-bottom: solid 1px #b4c6a1;       /* medium green */
}
	
.miniCartBorderTop
{border-top: solid 1px #b4c6a1;       /* medium green */
}	

.myAccountBorder
{border: solid 1px #b4c6a1;       /* medium green */
}

.Transaction-Gray-Text
{
	color:#cccccc;
}


