/*
 yellow = #F2C625;
 blue = #004A91;
*/

#header {
    position:relative;
    left:0;
    right:0;
    top:0;
    bottom:auto;
    width:100%;
    height:86px;
    background-color:#a51a22;
    background-color:#004A91;
    background-color:#394372;
    text-align: center;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#104A89', endColorstr='#265D9D');

}

#welcome {
    position:relative;
    left:0;
    right:0;
    top:0;
    bottom:auto;
    width:100%;
    height:auto;
    background-color:#a51a22;
    background-color:#004A91;
    background-color:#F2C625;
    background-color:#F2C727;
    color:#ffffff;
    text-align: center;
    font-size: 14px;
    font-weight:bold;
    border-top: 1px white;
    font-family: Trebuchet MS, Tahoma, Arial;
    padding-top: 3px;
    padding-bottom: 3px;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#F2C727', endColorstr='#F8DD7A');

}

#header-top {
    width:100%;
    height:4px;
    background-color:#F2C727;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#F2C727', endColorstr='#F8DD7A');
}

#information {
    position:relative;
    left:0;
    right:0;
    top:0;
    bottom:auto;
    width:100%;
    height:auto;
    text-align: center;
    margin-bottom:1em;
}

#index {
    position: relative;
    background-color: #d0d0d0;
    width:20%;
    float:left;
    right:auto;
    left:0;
    height:auto;
    vertical-align:top;
    margin-top:10px;
}

#main, #mainnomenu {
    background-color: #ffffff;

    position:relative;
    float:left;
    right: auto;
    left:0;
    width:79%;
    margin:0;
    vertical-align:top;
    font-size: 9pt;
    padding-top:0.5em;
    padding-right:2em;
    padding-left:1%;
    padding-bottom:2em;
}

#mainnomenu {
    width:98%;
    padding-top:2em;
    padding-right:1%;
    padding-left:1%;
    padding-bottom:2em;
}

#footer {
    background-color: #ffffff;
    position: relative;
    width:100%;
    top:auto;
    right:0;
    bottom:0;
    left:0;
    clear:left;
    text-align: center;
    padding:1px;
}

#footerlinks {
    width:100%;
    background-color:#000000;
    color:#ffffff;
    text-align: center;
    padding:1px;
    margin:0;
}

#copyright {
    left:0px;
    top:0px;
    width:100%;
    text-align: center;
    padding:1px;
}

#modified {
    left:0px;
    top:0px;
    width:100%;
    text-align: center;
    padding:1px;
}

#counter, #validation {
    background-color: #ffffff;
    position:relative;
    left:0px;
    right:auto;
    top:0px;
    width:50%;
    text-align: left;
    padding:0px;
    margin:0;
}

#counter {
    text-align: left;
    float:left;
}

#counterText, #validXHMTL {
    margin: 5px;
}

#validation {
    text-align: right;
    float:right;
}










#indexFooter {
    background-color: #d0d0d0;
    width:18%;
    height:auto;
    vertical-align:top;
    margin-left:0px;
    margin-top:0px;
    margin-bottom:0px;
    margin-right:1%;
}





#mainFooter {
    padding:5px;
}

#mainLinks {
    font-size:1.2em;
    width:100%;
    text-align: center;
}

#headlines {
    font-size:1.2em;
    width:100%;
    text-align:center;
    font-weight:bold;
}

#summary {
    font-size:9pt;
}

#mainTop {
    width:100%;
    text-align:center;
}

#photoFrame {
    position:absolute;
    top:106px;
    width:60%;
    padding:10px;
}

#photoDesc {
    text-align:left;
    font-style:italic;
}

#photoIndex {
    text-align:center;
    font-weight:bold;
}

.photoText {
    text-align:center;
}

#homePagePhoto {
    width:80%;
    text-align: center;
}

#homePageLeft {
    width:300px;
    text-align: left;
    vertical-align:top;
    font-size: 9pt;
}

#homePageRight {
    text-align: left;
    vertical-align:top;
}

#albumTitle {
    font-weight:bold;
}



body {
    margin:10px;
    padding:0px;
    font-family: verdana, arial, sans-serif;
    font-size: 9pt;
    color:#000000;
    background-color: #ffffff;

    letter-spacing: 1px; color: #114a88; font-family: Arial, Helvetica, sans-serif;
}

/*
 * IMAGE ELEMENTS
 */

img {
    border-width:0;
}

/*
 * HEADING ELEMENTS
 */
h1, h2, h3, h4, h5, h6 {
    color: #a51a22;
    color: #F2C626;
    background-color: #394372;
    font-family: Trebuchet MS, Tahoma;
    font-weight: bold;
    padding: 2px;
    padding-left: 4px;
}

h4 {
    font-size: 11pt;
    margin: 0px;
}

/*
 * TABLE ELEMENTS
 */

/* Table to display the page contents */
table.pageContents {
    background-color: #ffffff;
    border-style:none;
    width:100%;
}

table.pageStyle1, table.results, table.events {
    border: 2px #a51a22 solid;
    border: 2px #F8DD7A solid;
    border: 2px #EABC26 solid;

    background-color: #ffffff;
    width:100%;
}

table.results {
    font-size: 10pt;
    margin-top: 5px;
    empty-cells: show;
}

table.contacts {
    border: solid 2px black;
    font-size: 10pt;
    margin-top: 5px;
    width:80%;
}

table.routes {
    border: solid 1px black;
    font-size: 10pt;
    margin-top: 5px;
    width:100%;
}

table.error {
    border-width: 0;
    width:100%;
    background-color: #cccccc;
    text-align: center;
}

caption.results {
    background-color: #ffffff;
    color: #a51a22;
    font-weight: bold;
    font-size: 10pt;
}

/*
 * TABLE HEADER CELLS
 */
/* Style for header table tags in a page style */
table.events th, table.pageStyle1 th, th.sortableTable {
    color: #FFFFFF;
    color: #475686;
    background-color: #a51a22;
    background-color: #F8DD7A;
    background-color: #EABC26;
    font-family: Trebuchet MS, Tahoma;
    font-size: 16px;
    font-weight: bold;
    border-color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 0px 1px;
    height: 25px;
}

th.sortableTable {
    cursor : pointer;
}

/*
 * TABLE ROWS and CELLS
 */
tr.highlighted {
    color : #000000;
    background-color: #eeeeee;
}

tr.unhighlighted {
    color : #000000;
    background-color: #ffffff;
}

td {
    font-size: 9pt;
}

.row1 {
   background-color: #E1EBF2;
   width: 100%;
   font-size: 8pt;
}

.row2 {
   background-color: #ECF3F7;
   width: 100%;
   font-size: 8pt;
}

/* Label and data cells for tables */
td.label, td.labelRight, td.labelCenter {
    background-color: #EFEFEF;
    width:22%;
    vertical-align:top;
    border-color: #FFFFFF; border-style: solid;
    border-width: 0px 0px 0px 1px;
}

td.labelRight {
    text-align:right;
}

td.labelCenter {
    text-align:center;
}

td.data {
    background-color: #DEE3E7;
    border: #FFFFFF; border-style: solid;
    border-width: 0px 1px 0px 0px;
}

/* The main submit and reset button options */
td.submitReset {
    background-color:#D1D7DC;
    border: #FFFFFF;
    border-style: solid;
    border-width: 0px 1px 1px 1px;
    height: 28px;
    text-align:center;
}

td.contactPicture {
    background-image:url("/graphics/nopicture.gif");
    background-repeat:no-repeat;
    background-position: left center;
    width: 100px;
    height: 100px;
}

td.contactPosition, td.routeName {
    font-weight: bold;
}

td.contactName, td.contactEmail, td.contactNumber, td.contactAddress, td.searchLabel, td.contactPosition, td.routeName {
    background-color: #eeeeee;
    color: black;
}

td.sortedColumn {
  background-color: #d0d0d0;
}

#index {float: left; width: 155px; line-height: 1.2; clear: both;}

#index p {
    border-bottom: solid 2px white;
    margin:0;
    padding:1px;

}

p.indexNotSelected {
    background-color: #d0d0d0;
    background-color: #DCDCDC;
    color: #3B4AA4;
}
p.indexNotSelected a { color: #3B4AA4; }
p.indexNotSelected a:hover { color: #3B4AA4; }

p.indexSelected {
    background-color:#ffffff;
    background-color:#104685;
    color: white;
}
p.indexSelected a {
    color: white;
}
p.indexSelected a:hover {
    color: white;
}

p.indexGroupSelected {
    background-color: #eeeeee;
    background-color: #F8DD7A;
}

td.routeEdited {
    font-size: 9pt;
    line-height: 15px;
    font-style:italic;
    text-align: right;
    background-color: #eeeeee;
}


td.routeDescription {
    width:60%;
    vertical-align:top;
    color: black;
}

/*
 * FORM ELEMENTS
 */

/* Form elements */
input, textarea, select {
    color : #000000;
    font: normal 11px Verdana, Arial, Helvetica, sans-serif;
    border-width: 1px;
    border-color : #000000;
    vertical-align : middle;
}

select {
    width: 402pt;
}

input {
    text-indent : 2px;
}

input.checkbox, input.radio {
    width: 20pt;
}

input.button {
    font-weight: bold;
    background-color : #efefef;
}

input.password, input.username {
    width: 402pt;
}

/*
 * ANCHOR ELEMENTS
 */

a {
    color: #0018c6;
    text-decoration: none;
}

a:hover {
    color: #a51a22;
    color: #0018c6;
    text-decoration: underline;
}

a.indexLevel1 {
    margin-left: 5px;
    margin-top: 0px;
    margin-right: 5px;
    margin-bottom: 5px;
    /*width: 110px;*/
    color: #a51a22;
    color: #394372;
    font-size: 10pt;
    font-weight: bold;
    padding:0px;
}

a.indexLevel2 {
    margin-left: 15px;
    margin-top: 0px;
    margin-right: 5px;
    margin-bottom: 5px;
    /*width: 100px;*/
    color: #00008B;
    font-size: 9pt;
    font-weight: bold;
    padding:0px;
}

a.reference:hover, a.reference {
    color: #a51a22;
    color: #F2C626;
    text-decoration: none;
}

a.footer {
    color:#ffffff;
}

a.footer:hover {
    color:#ffffff;
    text-decoration: underline;
}

/*
 * OTHER ELEMENTS
 */
span.error {
   font-weight:bold;
   color: red;
}

p.pageDetails {
    color: #708090;
    font-size: 9pt;
    line-height: 15px;
    font-style:italic;
    text-align: center;
}

p.newsHeadline, p.reportHeadline {
    font-weight: bold;
    font-size: 12pt;
    border-bottom: 1px #0018c6 solid;
}

p.report, p.news {
    background-color: #ffffff;
    font-size : 10pt;
    margin: 5px;
}

#latestNews p.news {
    border: 1px #e0e0e0 solid;
    background-color : #efefef;
    padding:2px;
}

p.newsDetails {
    text-align:right;
    font-size: 10pt;
    font-style:italic;
    line-height: 15px
}

p.reportDetails {
    font-size: 10pt;
    line-height: 15px
}

.messageBox	{
    background-color: #ffffff;
    border: 2px #a51a22 solid;
    border: 2px #394372 solid;


    padding:1em;
    font-weight:bold;
}

.center {
    text-align:center;
}

.left {
    text-align:left;
}

.right {
    text-align:right;
}
