html * {
    margin: 0;
    /*padding: 0; SELECT NOT DISPLAYED CORRECTLY IN FIREFOX */
}

/* GENERAL */

.spinner {
    padding: 5px;
    position: absolute;
    right: 0;
}

body {
    background: #fff;
    color: #333;
    font-size: small;
    font-family: Comic Sans MS;
}

a:link, a:visited, a:hover {
    color: #347235; /* forest green */ 
    font-weight: bold;
    text-decoration: underline;
}



A:hover {text-decoration: underline; color: #d83b27;}

.nav a:link, .nav a:visited, .nav a:hover {
    text-decoration: none;
}

h1 {
    color: #000000;
    font-family: Comic Sans MS;
    padding-bottom: 10px;
    font-weight: normal;
    font-size: medium;;
    margin: .8em 0 .3em 0;
}

ul {
    padding-left: 15px;	
}

input, select, textarea {
    background-color: #fcfcfc;
    border: 1px solid #347235;
    margin: 2px 0;
    padding: 2px 4px;

    margin: 0px;
    margin-top: 1px;
}
select {
   padding: 2px 2px 2px 0;
}
textarea {
	vertical-align: top;
}

input:focus, select:focus, textarea:focus {
    border: 1px solid #34cc35;
}

.body {
    float: left;
    margin: 0 15px 10px 15px;
}

/* NAVIGATION MENU */

.nav {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    border-style: solid none solid none;	
    margin-top: 5px;
    padding: 7px 12px;
}

.menuButton {
    padding: 0 5px;
}
.menuButton a {
    color: #333;
    padding: 4px 6px;
}

.santaListIcon {
    background: url(../images/silk/email.png) center left no-repeat;
    color: #333;
    padding-left: 20px;
}

.menuButton a.home {
    background: url(../images/skin/house.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}
.menuButton a.list {
    background: url(../images/skin/database_table.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}
.menuButton a.create {
    background: url(../images/silk/add.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}

/* MESSAGES AND ERRORS */

.message {
    background: #fff3f3 url(../images/skin/information.png) 8px 50% no-repeat;
    border: 1px solid #d63b27;
    color: #d63b27;
    margin: 10px 0 5px 0;
    padding: 5px 5px 5px 30px
}

div.errors {
    background-color: #fff3f3;
    border: 1px solid #d63b27;
    color: #d63b27;
    margin: 10px 0 5px 0;
    padding: 5px 0 5px 0;
}
div.errors ul {
    list-style: none;
    padding: 0;	
}
div.errors li {
	background: url(../images/skin/exclamation.png) 8px 0% no-repeat;
    line-height: 16px;
    padding-left: 30px;
}

td.errors select {
    border: 1px solid red;
}
td.errors input {
    border: 1px solid red;
}

/* TABLES */

table {
    /*border: 1px solid #ccc;*/
   width: auto;
}
tr {
    border: 0;
}
td, th { 
    /*font: 11px verdana, arial, helvetica, sans-serif;*/
    /*line-height: 12px;*/
    /*padding: 5px 6px;*/
    /*text-align: left;*/
    /*vertical-align: top;*/
}
th {
    background: #fff url(../images/skin/shadow.jpg);
    color: #666;
    font-weight: bold;
    line-height: 17px;
    padding: 2px 6px;
}
th a:link, th a:visited, th a:hover {
    color: #333;
    display: block;
    text-decoration: none;
}
th.asc a, th.desc a {
    background-position: right;
    background-repeat: no-repeat;
}
th.asc a {
    background-image: url(../images/skin/sorted_asc.gif);
}
th.desc a {
    background-image: url(../images/skin/sorted_desc.gif);
}

.odd {
    background: #f7f7f7;
}
.even {
    background: #fff;
}

/* LIST */

.list table {
    border-collapse: collapse;
}
.list th, .list td {
    border-left: 1px solid #ddd;
    padding: 2px 8px 2px 8px;
}
.list th:hover, .list tr:hover {
    background: #b2d1ff;
}

/* PAGINATION */

.paginateButtons {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    border-top: 0;
    color: #666;
    overflow: hidden;
    padding: 10px 3px;
}
.paginateButtons a {
    background: #fff;
    border: 1px solid #ccc;
    border-color: #ccc #aaa #aaa #ccc;
    color: #666;
    margin: 0 3px;
    padding: 2px 6px;
}
.paginateButtons span {
    padding: 2px 3px;
}

/* DIALOG */

/* Used to provide headings above a group of form fields */
.formHeading {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: medium;;
    font-weight: bold;
    color: green;
}

.dialog {
    border: 1px solid #e0e0e0;
    background-color: #f7f6ef; /* medium yellow or tan */
    padding: 10px;
   
}

.dialog table {
    padding: 5px 0;
}

.prop {
    padding: 5px;
}
.prop .name {
    text-align: right;
    white-space: nowrap;
}
.prop .value {
    text-align: left;
}

/* ACTION BUTTONS */

.buttons {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    color: #666;
    margin-top: 5px;
    overflow: hidden;
    padding: 0;
}

.buttons input {
    background: #fff;
    border: 0;
    color: #333;
    cursor: pointer;
    font-weight: bold;
    margin-left: 3px;
    overflow: visible;
    padding: 2px 6px;
}
.buttons input.delete {
    background: transparent url(../images/silk/delete.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.edit {
    background: transparent url(../images/silk/pencil.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.save {
    background: transparent url(../images/silk/arrow_right.png) 5px 50% no-repeat;
    padding-left: 28px;
}



.letterBackgroundTop {
    width: 583px;

    background-image: url(../images/letterbckrnd_top.png);
    background-repeat: no-repeat;
    background-position: top left;
    height: 62px;

}

.letterBackgroundForPrint {
    margin: 0px 30px 30px 30px;
    color:black;
    font-family:Comic Sans MS;
    line-height:20px;
    
}

.letterBackground {
    width: 583px;

    padding: 0px;

    color:#D63B27;
    font-family:Comic Sans MS;
    line-height:26px;


    background: transparent url(../images/letterbckrnd.png) top left repeat-y;
}

.letterBackgroundBottom {
    width: 583px;

    background-image: url(../images/letterbckrnd_bottom.png);
    background-repeat: no-repeat;
    background-position: top left;
    height: 26px;

}



.transparentTextArea {
    background-color: transparent;
    resize: none; /* disable drag to resize text area in Safari and others */
    line-height: 26px;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 156px;
    width: 450px;
    margin: 0px;
    border: 1px dashed #d3d3d3;
    font-family: Comic Sans MS;
    font-size: small; /* firefox needs this reiterated */
    color: #347235; /* forest green */
}

.transparentInput {
    background-color: transparent;
    resize: none; /* disable drag to resize text area in Safari and others */
    border: 1px dashed #d3d3d3;
    font-family: Comic Sans MS;
    font-size: small; /* firefox needs this reiterated */
    color: #347235; /* forest green */
}

.transparentInput:focus {
    margin: 0px;
    margin-top: 1px;
    border-color: #347235; /* forest green */
    padding: 2px 4px 2px 4px;
}

.transparentTextArea:focus {
    /*background-color: #AED2BB;*/
    /* for IE */
    /*filter:alpha(opacity=60);*/
     /*CSS3 standard */
    /*opacity:0.6;*/
      /*background-color: #a0c2af;*/

}

.navigationLink {
    padding: 10px;
}

.navigationLink a:link, .navigationLink a:visited   {
    color: #347235; /* forest green */
    text-decoration: none;
}

.leftNavLink {
  cursor: pointer;
  padding: 5px;

}

.leftNavLink.navigationActive a:link,
.leftNavLink.navigationActive a:visited {
    color: #e5e5e5;
    text-decoration: none;
}

.navigationLink a:hover   {
    color: green;
    text-decoration: underline;    

}

.leftNavLink.navigationActive {
   background-color:#347235; // Dark green highlight
}

.navigationLink.navigationActive {
    font-weight: bold;
}

.sidepanelTop {
  background-image: url(../images/panel/sidepanel_top.png);
  overflow: hidden;
  height: 17px;
}

.sidepanelMiddle {
  background-image: url(../images/panel/sidepanel_middle.png);
  background-repeat: repeat-y;
  overflow: hidden;
  font-family: Comic Sans MS;
  font-size: 11px;
}

.sidepanelBottom {
  background-image: url(../images/panel/sidepanel_bottom.png);
  overflow: hidden;
  height: 17px;
}




.dsQuestion {
    font-weight: bold;
    padding-bottom: 5px;
}

.dsAnswer {
    padding-bottom: 10px;
}

.leftBoxHeading {
    font-weight: bold;
    padding-bottom: 5px;

}

.leftBoxText {
    padding-left: 10px;
    padding-bottom: 10px;
    
}

.dsLegalText {
    margin-left: 10px;
    margin-right: 10px;
}

.darkerRed {
    color: #d63b27; /* standard darker red */
}

.submitButton {
    background-color: #d63b27; /* standard darker red */
    color: white;
    font-weight: bold
}

.dsLegalText p {
    margin-bottom: 10px;
}

.dsLegalHeading {
    font-weight: bold;
}

.dsMainBodyBorder {
    background-color: white;
        border-right: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
}

.dsMainBody {

    font-family: Comic Sans MS;    
}

/* Row of submit buttons after a form */
.dsButtonRow {
    margin-top: 8px;
    text-align: center
}

.dsMainContentRegion {
  position: relative;
}

.dsGridTable td.name {
    padding: 5px;
}

.printable_item {
    display: none;
}


.dsGetStartedBox {
    top: 148px; 
    left:94px;
    float: left;position:absolute; 
    /* color: white;  */
    color: #347235; /* forest green */
    font-weight: bold; 
    z-index:3;
    width: 235px;
    font-family: Comic Sans MS;
    text-align:center;
}

.dsGetStartedBox a:link, .dsGetStartedBox a:visited, .dsGetStartedBox a:hover {
    /*color: #e0e0e0; */
    color: #347235; /* forest green */
    text-decoration: underline;
}
.dsGetStartedBox a:hover {
    /* color: white; */
    color: #347235; /* forest green */
}

.dsWishListItemInput {
    padding-top: 0px;
    height: 26px;
}

.dsHiddenComponent {
    display: none;
}

.dsHeader {
   
}

.dsSentItem {
   color: #202020;
   line-height: 26px;
   vertical-align: bottom;
   
}

.dsLockedItem {
  /*
   background-color: #e0ffe0;
   opacity: 0.75;
   filter:alpha(opacity=75);
   zoom: 1;
  */
}

.dsItemLeftIcon {
  float: left;
  vertical-align: bottom;
  padding-left: 55px;
  width: 20px;
}

.dsItemLeftIcon img {
  padding-top: 5px;
  vertical-align: bottom;
}

.dsItemNumber {
  float: left;
  margin-left: 10px;
  margin-right: 8px;
  text-align: right;
  vertical-align: bottom;
  width: 30px; 
  line-height: 26px;
}

.dsItemDescription {
  float: left;
  vertical-align: bottom;
  line-height: 26px;
  width: 425px; 
}

.dsFloatClear {
  clear: both;
}

.dsLoginInfo {
  font-size: 11px;
}

.dsFooterInfo {
  font-size: 11px;
  text-align:center;
}

.dsCountdownBox {
    float: left;
    padding: 5px 10px 5px 10px;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #347235; /* forest green */
    color: white;
}

.dsCountdownText {
    float: left;
}

.dsLearnText p {
   margin-bottom: 8px; 
}

.dsSantaSignature {
   margin-left: 220px;
}

.dsMainBodyBorder.dsPostOfficeBackground {
  background-color: white;
  background-image: url(../images/post_office_background.jpg);
  background-repeat: no-repeat;
}

.santaLetterBackgroundTop {
 /* NOTE: This style is also in _emailHeader.gsp */
}
.santaLetterBackground {
 /* NOTE: This style is also in _emailHeader.gsp */
  background-image: url(../images/santasack.jpg);
  background-repeat: no-repeat;
  width: 560px;
  font-size: 12pt;
  text-align: left;
  font-weight: bold;
  color: #000080; /* blue sort of color */
}

.santaLetterBackground p {
  padding-bottom: 5px;
}

.santaLetterBackgroundBottom {
    /* NOTE: This style is also in _emailHeader.gsp */

}

.templateTextArea {
    width: 400px;
    height: 200px;
}

.dsSimplePageBody {
    background-color: #fefefe;
    background-color: #008000;
    border: 1px solid #e0e0e0;
}

.dsAdminTableSmallFont td {
   font-size: 9pt;
}
