/*  css style sheet for CS Selfdefense Association - clipped from: Tracker */


.bodyStyle {
    background-color:gray; /* #b4bccd */
}


/* -- Draws a shadow at the lower edge of the image  */
/* --
this can be combined with a call similar to the following
<img src="year2014/Images2014/20140119_SnowStormHike01_DSC_0228.JPG" alt="Current Picture" width="290" height="218" border="0" class="imageShadowRaisedLowerEdge" style="padding:3px;" align="left">
*/
.imageShadowRaisedLowerEdge {
    -webkit-box-shadow: 0 15px 5px -5px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 15px 5px -5px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 15px 5px -5px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}



/*
table {
    border-style:groove;
    border-spacing:0px;
    padding:0;
    text-align:left;
}

th {
    font-size:16px;
    font-weight:bold;
    background-color:#0066CC;
    color:white;
}

td {
    font-size:12px;
    font-weight:bold;
    text-align:left;
    vertical-align:top;
    background-color:#6F93B7;
    color:white;
}

.indexPageColumnStyle {
  color:blue;
  background-color:#6F93B7;
  font-family:Verdana;
  letter-spacing: 0.1em;
  font-size:12px;
}
*/

.commonPageHeaderStyle {
  color:navy;
  font-family:Verdana;
  font-size:14px;
  font-style:italic;
  font-weight:bold;
  /*letter-spacing:0.1em;*/
  text-shadow:1px 1px 1px #999999;
}


/*
.tdcourier {
    font-family:courier;
    font-size:12px;
    font-weight:bold;
    text-align:left;
    vertical-align:top;
    background-color:#6F93B7;
    color:white;
}

.thsublevel {
    font-size:14px;
    font-weight:bold;
    text-align:left;
    vertical-align:top;
    background-color:#6495ED;
    color:white;
}

.bodyStyle {
    background-color:#b4bccd;
}

.tableHeader {
    background-color: blue;
    color: white;
}

.leftMenuSectionStyle {
    font-size:14px;
    font-weight:bold;
    text-align:left;
    color:white;
}

.leftMenuTopicStyle {
    font-size:12px;
    font-weight:bold;
    text-align:left;
}

.errorMessageStyle {
    font-size:12px;
    text-align:center;
    background-color:#6F93B7;
    color:#990000;
}

.userMessageStyle {
    font-size:12px;
    font-weight:bold;
    text-align:left;
    background-color:#6F93B7;
    color:blue;
}

.popupStyle {
    color:blue;
    text-decoration:underline;
}

*/

.navigationQuoteStyle {
  color:#696969;
  font-family:Arial;
  font-size:12px;
  font-style:italic;
  /*font-weight:bold;*/
}

/*
.iboxstyle {
    height:12px; 
    font-size:8px;
    font-weight:bold;
    text-align: left;
    vertical-align:text-top;
    background-color:white; 
    color:#0066CC;
}

.ZZZiboxstyle {
    height:12px;
    font-size:10px;
    font-weight:bold;
    text-align: left;
    vertical-align:text-top;
    background-color:yellow; 
    color:#0066CC;
}

.ibuttonstyle {
    height:20px;
    font-size:10px;
    font-weight:bold;
    color:#0066CC;
}

.sinputtext {
    font-size:12px;
    text-align:left;
    background-color:#6F93B7;
    color:red;
}

.showAsDisabledText {
  background-color:#CCFFFF; 
  color:gray;
}
*/