﻿/* DEFAULTS
----------------------------------------------------------*/

body {
  background: url("../Images/navBackground.png") repeat-x scroll 0 0 #545252;
  font-family: Helvetica,sans-serif;
  font-size: 0.8em;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

form
{

}


/* HEADINGS
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: black;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS
----------------------------------------------------------*/

.page {
  margin: 0;
  padding: 0;
}

.header {
  color: white;
  height: 128px;
}

.header h1 {
  color: #FCEECE;
  font-size: 2em;
  font-weight: normal;
  margin: 0 0 0 40px;
}

div.logo {
  background: url("../Images/ecBartonLogo.png") repeat scroll 0 0 transparent;
  display: block;
  height: 128px;
  left: 28px;
  position: absolute;
  width: 107px;
}

.nav {
  font-family: Times New Roman,Serif;
  height: 77px;
  left: 121px;
  position: absolute;
  top: 42px;
  width: 750px;
}

.main {
  margin: 14px 0 0 7px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU
----------------------------------------------------------*/

div.hideSkiplink {
  height: 35px;
  margin: 17px 0 0;
}

div.hideSkiplink a
{
	display: none;
}

div.menu {
  padding: 0 0 0 21px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul ul {
  background: none repeat scroll 0 0 gray;
  border: 1px solid #231F20;
  margin: 5px 0 0 7px;
  padding: 7px 0 10px;
  z-index: 1000;
}

div.menu ul li a, div.menu ul li a:visited, div.menu ul li a:active {
  color: white;
  display: block;
  font-size: 14px;
  line-height: 1.35em;
  margin: 0 7px;
  padding: 7px 14px;
  text-decoration: none;
  white-space: nowrap;
}

div.menu ul li a:hover
{
    color: white;
    text-decoration: underline;
}

div.menu ul li ul li a, div.menu ul li ul li a:visited, div.menu ul li ul li a:active {
  background-color: gray;
  font-size: 13px;
  line-height: 1.35em;
  margin: 0;
  padding: 7px 14px;
  text-decoration: none;
  white-space: nowrap;
}

div.menu ul li ul li a:hover
{
    background-color: #dddddd;
    color: #465c71;
    text-decoration: none;
}

/* FORM ELEMENTS
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
}

div.filterMenu {
  background: none repeat scroll 0 0 #AAAAAA;
  border: 1px solid #CCCCCC;
  float: none !important;
  margin: 0 14px 14px 0;
  padding: 14px 21px;
}

div.login {
  background-color: #AAAAAA;
  border: 1px solid black;
  float: none !important;
  margin: 21px auto;
  padding: 0 14px 14px;
  width: 400px;
}

fieldset.register div {
  float: none;
  margin: 7px 0;
}

/* TABLE ELEMENTS
----------------------------------------------------------*/

table {
  border: medium none;
  border-collapse: collapse;
    background-color: White;
}

.mainTable, .floatingColumn table, .floatingHeader table {
  background-color: white;
  border: medium none;
}

th {
  background: none repeat scroll 0 0 #DDDDDD;
  padding: 7px;
}

.mainTable th, .floatingHeader th, .floatingColumn th {
  border-bottom: 1px solid gray;
  border-right: 1px solid gray;
  border-top: 1px solid gray;
  min-width:200px;
  width:200px
}

.mainTable td, .floatingColumn td {
  border-top: none;
  border-right: 1px solid gray;
  border-bottom: 1px solid gray;
  border-left: none;
  font-size: 12px;
  height: 22px;
  line-height: 24px;
  min-width: 200px;
  padding: 7px;
  text-align: left;
}

.mainTable td input[type="text"] {
  width: 49px;
}


td
{
	padding: 7px;
}

td span {
  float: left;
}

td.active, th.active
{
	min-width: 50px !important;
}

input.storeNumber
{
	width: 75px;
}

input.city
{
	width: 75px;
}

input.zip {
  width: 63px;
}

.itemHead {
  background: none repeat scroll 0 0 #DDDDDD;
  border: 1px solid gray;
  font-weight: bold;
  height: 21px;
  margin: 0;
  padding: 9px 0 0;
  text-align: center;
}
.item {
  background-color: White;
  border-bottom: 1px solid gray;
  border-left: 1px solid gray;
  border-right: 1px solid gray;
  height: 26px;
  padding: 10px 0 0 7px;
}

div.btnSubmit {
  width: 250px !important;
}

input[type="text"] {
  border: 1px solid gray;
  font-size: 11px;
  height: 16px;
  margin: 0 3px;
  padding: 3px;
}

td input[type="text"] {
	float: left;
}

input[type="password"] {
  border: 1px solid gray;
  font-size: 12px;
  height: 19px;
  margin: 0 3px;
  padding: 2px 5px;
}

select {
  border: 1px solid gray;
  display: inline-block;
  font-size: 11px;
  height: 24px;
  margin: 0 7px 0 0;
  padding: 3px;
}

td select
{
	float: left;
}

/* MISC
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay {
  font-size: 14px;
  margin: 0;
  padding: 10px;
  position: absolute;
  right: 14px;
  top: 7px;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}
/* Site Elemets */
.error {
  color: Red;
  font-size: 14px;
  line-height: 35px;
  margin: 0 14px;
}

.highlight
{
	background-color: #FCEECE;
}
p
{
	margin: 0;
}
.pageSection
{
	margin-left:20px;
}
table.labelAndFieldsTable
{
	width:auto;
}

#MainContent_btnSubmit {
  padding: 5px 7px;
}

#MainContent_lblSuccess
{
	color: White;
}

.validation
{
    color:Red;
}

.regionsItems
{
	background-color: White;
	width: 800px;
	margin: 14px 0 0 0;
}

.regionsItems table
{
	width: 100%;
}

.regions 
{
	padding: 14px;
}

.regionsItems th, .regionsItems td 
{
	border: 1px solid #777;
}

.regions h3 
{
	margin: 0 0 14px 0;
}

.regions table 
{
	margin: 0 0 21px 0;
}

.regions th, .regions td 
{
	border: none;
}