﻿/*Theme Colors
Darker Blue - 4184BF
Lighter Blue - 4B93BF
Darker Green - 15402C
Lighter Green - 26734F
Cream - F2EADF
*/

body
{
    background-image: url("../images/canvas_bg.jpg");
    background-repeat: repeat;
    background-position: left top;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
}
#CPHolder
{
    position: absolute;
    top: 250px;
    overflow: visible;
    width: 1000px;
    height: 1000px;
    border: solid 1px #000000;
}
#ContentPanel
{
    margin-left: auto;
    margin-right: auto;
    background-color: Transparent; /*# #F2EADF ; #E7DFD2;*/
    width: 1000px;
    min-height: 800px;
    text-align: left;
    overflow: visible;
}
/*Header Panel%*/
#HeaderPanel
{
    height: 100px;
    background-image: url("../images/header_bg_plain.jpg");
    background-repeat: repeat-x;
    background-position: left top;
    width: 1000px;
}

#Logo
{
    background-image: url("../images/LogoTag.png");
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    width: 402px;
    height: 278px;
    top: -10px;
}
#CaptionPanel
{
    height: 50px;
    background-color: #26734F;
    width: 1000px;
}
#imgCaption
{
    float: right;
    top: -20px;
    position: relative;
}
#HeaderPanelR
{
    height: 100px;
    background-image: url("../images/header_bg_plain_r.jpg");
    background-repeat: repeat-x;
    background-position: left top;
    width: 1000px;
      
}
/*New Ticker*/
#FareWatcher
{
    width: 500px;
    height: 50px;
    float: right;
    margin-right: 100px;
    margin-top: 15px;
    background-color: Transparent;
    background-image: url("../images/farewatcher3.png");
    background-repeat: no-repeat;
    background-position: center center;
}
.newsticker
{
    list-style-type: none;
    padding: 22px;
    margin: 0;
    height: 20px;
    font-family: Arial;
    font-size: 10pt;
    text-align: center;
    font-weight: bold;
}
.newsticker a
{
    color: #FFFFFF;
    text-decoration: none;
}
.newsticker a:hover
{
    color: #FFFFFF;
    text-decoration: none;
}

/*Content*/
.Content
{
    margin: 15px;
    color: #FFFFFF;
    width: 470px;
    float: left;
    background-image: url("../images/BorderTop.png");
    background-repeat: no-repeat;
    background-position: top center;
    display:inline;
}
.ContentHeader
{
    background-color: Transparent;
    width: 470px;
    height: 50px;
    padding-left: 10px;
}
.GoLink
{
    border-style: none;
    background-image: url("../images/Go.png");
    background-repeat: no-repeat;
    background-position:  right  center;
    height: 50px;
    width: 250px;
    float: right;
    cursor: pointer;
    overflow: hidden;
   position:absolute;
   
}
.GoLink:hover
{

    background-image: url("../images/GoOver.png");
}
.HeaderText
{
    font-size: 18pt;
    font-weight: bold;
    padding: 20px 10px 0 10px;
    position:relative;
    }
.ContentFooter
{
    background-image: url("../images/BorderBottom.png");
    background-repeat: no-repeat;
    background-color: Transparent;
    height: 25px;
    background-position: center;
}
.ContentBody
{
    background-color: Transparent;
    background-image: url("../images/BorderBody.png");
    background-repeat: repeat-y;
    background-position: center;
    padding-left: 20px;
    padding-top: 10px;
}
#FooterPanel
{
    height: 500px;
    top: 100px;
    position: relative;
    background-image: url("../images/header_bg_plain_r.jpg");
    background-repeat: repeat-x;
    background-position: left top;
    width: 1000px;
    color: #ffffff;
    clear: both;
}
#FooterPanel li
{
    list-style-image: none;
    float: right;
    list-style-type: none;
    padding-left: 25px;
}
#FooterPanel ul
{
    top: -10px; 
    padding-right: 20px;
    float: right;
    position: relative;
}
#FooterPanel a
{
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}
#FooterPanel a:hover
{
    text-decoration: underline;
}
.ContentBody a
{
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}
.ContentBody a:hover
{
    text-decoration: underline;
}
.ContentBody a img
{
    border: none;
}
.InputBox
{
    border: 1px solid #000;
    width:250px;
}

.InputBox:focus
{
    background-color:#F2EADF;
}

.CancelLink
{
    border-style: none;
    float: right;
  
    padding-left: 20px;
    /*background-image: url("../images/Cancel.png");*/
    background-repeat: no-repeat;
    background-position: right top;
    height: 35px;
    width: 58px;
  
    cursor: pointer;
    overflow: hidden;
}
.CancelLink:hover
{

    background-image: url("../images/CancelOver.png");
}
.SubmitLink
{
    border-style: none;
    float: right;

    padding-left: 20px;
    /*background-image: url("../images/Submit.png");*/
    background-repeat: no-repeat;
    background-position: right top;
    height: 35px;
    width: 58px;
 
    cursor: pointer;
    overflow: hidden;
}
.SubmitLink:hover
{

    background-image: url("../images/SubmitOver.png");
}