ï»¿/* default setup that everything sees */
.shadow {
  font-family: verdana;
  color: white;
  font-weight: normal;
  min-height: 1.3em;
  line-height: 1.3em;
  filter: Shadow(Color=#83862e, Direction=120, Strength=2);
  margin-bottom: 1.5em;
}

/* used by browsers which know about :before to create the shadow */
.shadow:before {
  display: block;
  margin: 0 0 -2.12em 0.15em;
  padding: 0;
  color: #83862e; 
}

#shadow_1:before { 
  content: ''; 
}
#second_2:before { 
  content: ''; 
}

/*\*/
html*.shadow {
  [color:red;  /* required by Safari so that [] is correctly begun.
                associated with the property, yet hiding it. Seen by IE6, hidden from Gecko */
    text-shadow: #83862e 5px 5px 5px; 

  ]color:auto; /* resets color for IE6 */
}/**/

/* end hack using dummy attribute selector for IE5 mac */
.dummyend[id]{clear: both;}

/*\*/
html*.shadow:before {
  [color:red;/* required by Safari. seen by IE6, hidden from Gecko */
    display: none;
  ]color:auto; /* resets color for IE6 */
}/**/

/* end hack using dummy attribute selector for IE5 mac */
.dummyend[id]{clear: both;}

html, body
{
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    vertical-align: top;
}

body
{
    background-color: #9fa338;
    font-family: Verdana;
    color: White;
}

img.bordered
{
    border: 1px solid white;
}

hr
{
    height: 1px;
    color: White;
}

h1
{
    border-top: 1px solid #490606;
    border-bottom: 2px solid #490606;
    padding: 3px 0 3px 5px;
}

h2
{
}

h2 .mini
{
    font-size: .6em;
    font-weight: normal;
}

h4
{
    margin-top: 0;
    margin-bottom: 15px;
}

h4 em
{
    font-weight: bold;
    font-style: oblique;
}

a
{
  color: #490606;
}

.button
{
    padding: 0 5px;
}

.modalBG
{
    filter: alpha(opacity=75);
    background-color: #9fa338;
    opacity: .75;
}

.modal
{
    background-color: #490606;
    padding: 20px;
    width: 350px;
    color: White;
    border: 1px solid white;
}

.modal div
{
    margin-bottom: 10px;
}

.error
{
    font-weight: bold;
    color: #FFE7E7 !important;
}

.row
{
    width: 100%;
    display: block;
    clear: both;
}

.row .cell
{
    float: left;
    padding-right: 50px;
    padding-bottom: 20px;
    font-size: .8em;
    font-weight: bold;
    text-align: center;
}

.row .cell div
{
    padding: 10px;
    width: 150px;
    background-color: #490606;
    border: 1px solid white;
}

.row .cell img
{
    margin-top: 5px;
    vertical-align: middle;
}

.clear
{
    padding-top: 20px;
    clear: both;
}

.galleryDetail
{
    padding: 20px;
    background-color: #490606;
    border: 2px solid White;
    /*height: 500px;*/
    width: 600px;
    z-index: 1000;
}

.galleryDetail .close
{
    float: right;
    margin-top: -32px;
}

.galleryDetail .text
{
    height: auto;
    overflow: auto;
}

.galleryDetail img
{
    margin: 0 20px 15px 0;
    border: 1px solid #e5e5e5;
}

.galleryDetail p, 
.galleryDetail h4
{
    color: White;
}

.galleryDetail a
{
    color: White;
    font-size: x-small;
}