
/* ManorPlayers style sheet (c) 2008 Manor Players */



body {
    font-family: Helvetica,Tahoma,Arial,sans-serif;
    text-align: left;
    font-weight: normal;
    font-size: 11pt;
    background-color: #000033;
    background-image: url( images/bgGradient.png );
    background-repeat: repeat-x;
    color: #ffffff;
  }


div.navigation {
    position : absolute;
    /*background-color : #ffffff;
    */ color : #000000;
    height : 30px;
    left : 0px;
    margin-top : 0px;
    padding-top : 10px;
    text-align : center;
    top : 0px;
    vertical-align : middle;
    width : 100%;
  }


div.navigation a {
    vertical-align: middle;
    padding-left: 4px;
    padding-right: 4px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
  }
  
div.navigation a:visited {
    vertical-align: middle;
    padding-left: 4px;
    padding-right: 4px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
  }

div.fpDramaLogo {
    position : absolute;
    top : 85px;
    left: 10px;
  }


div.fpLogo {
    left : 0px;
    position : relative;
    right : 0px;
    text-align : center;
    top : 95px;
    margin: 0 auto;
  }


div.fpStrapLine {
    border-bottom-style : solid;
    border-bottom-width : 2px;
    border-left-style : solid;
    border-left-width : 2px;
    border-right-style : solid;
    border-right-width : 2px;
    border-top-style : solid;
    border-top-width : 2px;
    font-size : 26px;
    font-weight : bold;
    padding: 8px;
    text-align : center;
    position:relative;
    top : 130px;
    margin: 0 auto;
    width: 300px;
  }


div.fpContent {
    position: absolute;
    top: 400px;
    left: 10px;
    width: 100%;
  }


div.btmInfoBox {
    border-bottom-style : solid;
    border-bottom-width : 1px;
    border-left-style : solid;
    border-left-width : 1px;
    border-right-style : solid;
    border-right-width : 1px;
    border-top-style : solid;
    border-top-width : 1px;
    top: 400px;
    margin-bottom : 10;
    margin-left : auto;
    margin-right : auto;
    margin-top : 0;
    /*position : relative;
    */ text-align : center;
    width : 330px;
  }

div.btmInfoBox a:link { color: #ffff00; }

div.normalContent {
    position: absolute;
    top: 170px;
    left: 10px;
    width: 100%;
  }

a:link {
    background-attachment : scroll;
    background-color : transparent;
    background-image : none;
    background-position : 0% 50%;
    background-repeat : repeat;
    color : #ffffff;
    font-weight : bold;
    text-decoration : underline;
  }


a:visited {
    background-attachment : scroll;
    background-color : transparent;
    background-image : none;
    background-position : 0% 50%;
    background-repeat : repeat;
    color : #ffffff;
    font-weight : bold;
    text-decoration : underline;
  }


a:active {
    background-attachment : scroll;
    background-color : yellow;
    background-image : none;
    background-position : 0% 50%;
    background-repeat : repeat;
    color : red;
    text-decoration : underline;
  }

IMG.centered {
    display: block;
    top: 400px;
    margin-left: auto;
    margin-right: auto;
    }

IMG.onRight {
  display: block;
  margin-right: 10px;
  margin-left: auto;
  width: 150px;
  }
/* 3-column layout */


div.threeColLeft {
    width: 20%;
    position: absolute;
    top: 850px;
    left: 10px;
    right: auto;
    margin-top: 5px;
    margin-left: 0px;
    padding-left: 5px;
    padding-right: 5px;
    border-style: none;
    /* border-color: #008800;
    */;
  }


div.threeColMiddle {
    width: 60%;
    position: absolute;
    top: 370px;
    left: 20%;
    right: auto;
    margin-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    border-style: none;
    /* border-color: #008800;
    */;
  }


div.threeColRight {
    width: 20%;
    position: absolute;
    top: 850px;
    right: 10px;
    left: auto;
    margin-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    border-style: none;
    text-align:right;
    /* border-color: #008800;
    */;
  }

/* 2-column layout */


div.twoColLeft {
    width: 45%;
    position: absolute;
    top: 140px;
    left: 10px;
    margin-top: 5px;
    padding-left: 10px;
    padding-right: 5px;
    border-style: ridge;
    /* border-color: #008800;
    */;
  }


div.twoColRight {
    width: 45%;
    position: absolute;
    top: 140px;
    right: 10px;
    margin-top: 5px;
    padding-left: 5px;
    padding-right: 10px;
    border-style: ridge;
    /* border-color: #008800;
    */;
  }


div.singleCol {
    position: absolute;
    top: 140px;
    margin-top: 5px;
    margin-left: 3px;
    margin-right: 3px;
    padding-left: 10px;
    padding-right: 5px;
    border-style: ridge;
    /* border-color: #008800;
    */;
  }


div.separator {
    background-position : center center;
    background-repeat : no-repeat;
    border-bottom-style : solid;
    border-bottom-width : 1px;
    border-top-style : solid;
    border-top-width : 1px;
    height : 33px;
    left : 0px;
    padding-left : 0px;
    padding-right : 0px;
    position : absolute;
    top : 40px;
    width : 100%;
  }


div.bottomImage {
    position: absolute;
    bottom: 10px;
  }


div.logo {
    float: left;
    clear: left;
    margin: 0 0 0 0;
  }





h1 {
    text-align: center;
    padding-top: 5px;
    font-size: 20pt;
    margin: 0 auto;
  }


h2 {
    text-align: left;
    font-size: 14pt;
  }


h3 {
    text-align: left;
    font-size: 12pt;
  }


td {
    font-size: 11pt;
  }


