* {
    font-family: Sans-serif;
    font-size: 12px;
}

/*
  * { outline: 2px dotted red }
  * * { outline: 2px dotted green }
  * * * { outline: 2px dotted orange }
  * * * * { outline: 2px dotted blue }
  * * * * * { outline: 1px solid red }
  * * * * * * { outline: 1px solid green }
  * * * * * * * { outline: 1px solid orange }
  * * * * * * * * { outline: 1px solid blue }
*/
body {
    /* background: #fffae8; */
    background-image: url('bg.jpg');
}

#mainContainer { 
    margin: 0 auto; 
    width: 815px;
    text-align: center;
}
#contents {
    text-align: left;
    width: 815px;   
    margin: 0 auto;
    border: 1px solid #aaa;
    padding: 10px;
    padding-top: 15px;
    background: #fff;
}

/*
 * Menu
 */
#menu {
    line-height:normal;
    margin: 0 auto;
    text-align: center;
}
#menu ul {
    margin:0;
    padding:10px 10px 0 50px;
    list-style:none;
}
#menu li {
    display:inline;
    margin:0;
    padding:0;
}
#menu a {
    float:left;
    background: url("tableftC.gif") no-repeat left top;
    margin:0;
    padding:0 0 0 4px;
    text-decoration:none;
}
#menu a span {
    float:left;
    display:block;
    background:url("tabrightC.gif") no-repeat right top;
    padding:5px 15px 4px 6px;
    color: #464E42;
    font-size: 12px;
    font-weight: bold;
}

#menu a span .highlight {
    background: #FFCC66;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span {float:none;}
/* End IE5-Mac hack */
#menu a:hover span {
    color:#FFF; 
}
#menu a:hover {
    background-position:0% -42px;
}
#menu a:hover span {
    background-position:100% -42px;
}  
/*
 * Text attributes
 */
.greyText {
    color: #a9a;
    font-size: 12px;
}
.smallItalic {
    font-style: italic;
    font-size: 10px;
}

h1.mainTitle {
    color:  #226f2e;
    font-size: 20px;
    font-weight: bold;
    display: inline;
}
h1.imageTitle {
    color: #226f2e;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
}
h2.subTitle {
    color: #a9a9a9;
    font-weight bold;
    font-size: 12px;
    display: inline;
    padding-left: 20px;
}
h1.sectionTitle {
    color:  #226f2e;
    font-size: 15px;
    font-weight: bold;
    border-bottom: 1px dashed #ddd;
}
p {
    font-size: 12px;
    text-align: justify;
}


/*
 * Layout
 */

.imageContainer {
    text-align: center;
}

.imageInfoBox {
    position: absolute;
    top: 0;
    left: 0;
    background: #efefef;
    padding: 5px;
    font-size: 11px;
    border: 1px solid #aaa;
    filter: alpha(opacity=80);
    -moz-opacity:.80;
    opacity:.80;
    display: none;
}

.imageCaptionBox {
    text-align: center; 
    font-style: italic;
    color: #000; 
    background: #eee;
    border: 1px solid #ddd;
    padding: 10px 0px 10px 0px;
    margin: 10px 10px 10px 10px;
}

.leftColumn {
    float: left;
    width: 50%;
}
.rightColumn {
    float: right;
    width: 42%;
}
.infoBox {
    border: 1px dashed #dddddd;
    background: #efefef;
    padding: 10px;
}
.thumbnail {
    margin-right: 10px;
    float: left;
    text-align: center;
    font-size: 10px;
    font-style: italic;
    width: 100px;
}
.thumbnail img {
/*    border: 1px solid #777; */
    border: 1px solid #235508;
}
.thumbnail img:hover {
    filter: alpha(opacity=80);
    -moz-opacity:.80;
    opacity:.80;
    cursor: pointer;
}
.thumbnail img.selectedImage {
    cursor: pointer;
    border: 1px solid red;
    opacity: 0.60;
}


.formInputTitle {
    float: left;
    width: 120px;
    font-weight: bold;
    padding: 5px 0px 0px 0px;
/*     border: 1px solid black; */
}
.formInputField {
    float: left;
    width: 400px;
    padding: 5px 0px 0px 0px;
}
input.textInput {
    width: 400px;
    background: #eeeeee;
    border: 1px solid #aaa;
}
input.dateInput {
    width: 200px;
    background: #eeeeee;
    border: 1px solid #aaa;
}
textarea.textInput {
    width: 400px;
    background: #eeeeee;
    border: 1px solid #aaa;
}
select.textInput {
    width: 400px;
    background: #eeeeee;
    border: 1px solid #aaa;
}
input.button {
    border: 1px outset #777;
    float: right;
}



/*
 * Layout attributes
 */
.clear {
    clear: both;
}
#center {
    text-align: center;
    margin: 0 auto;
}



/*
 * Tables
 */
table.dataTable {
    padding: 0px;
    border-spacing: 1px;
    margin: 0px;
    width: 100%;
    background: #dedede;
}
.dataTable td {
    background: #ffffff;
    color: #000000;
    font-size: 12px;
    padding: 0px 5px 0px 5px;
    vertical-align: top;
}
.dataTable td a {
    text-decoration: none;
    color: #00a449;
}
.dataTable td a:hover {
    text-decoration: underline;
}
.dataTable th {
    color: #464E42;
    background: #b6df9f;
    font-weight: bold;
    font-size: 12px;
    padding: 0px 5px 0px 5px;
}
