/*!
 * Trying to make text move and get page limited
 */
/*!  */
body
{
    font-family: lucida grande ,tahoma,verdana,arial,sans-serif;
    background-color: #e9e9e9;
}

body p
{
    font-size: 0.8em;
    line-height: 1.28;
}

#wrapper
{
    width: 100%;
    background-color: white;
    margin: 0 auto;
    padding: 10px;
    border: 5px solid #dedede;
}

#banner
{
    background-image: url(../img/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border: 5px solid #dedede;    
    height: 200px;
}

#content_area
{
    float: center;
    width: 100%;
    margin: 20px 0 20px 0;
    padding: 0px;
}

footer
{
    clear: both;
    width: auto;
    height: 40px;
    padding: 10px;
    border: 3px solid #E3E3E3;
    text-align: center;
    color: #fff;
    text-shadow: 0.1em 0.1em #333;
    background-image: url(../img/bar_background.png);
}

#navigation
{
    height: 60px;
    border: 3px solid #E3E3E3;
    margin-top: 20px;
    text-shadow: 0.1em 0.1em #333;
    padding: 16px;
    background-image: url(../img/bar_background.png);
}


#nav
{
    list-style: none;
}

#nav ul
{
    margin: 0;
    padding: 0;
    width: auto;
    display: none;
}

#nav li
{
    font-size: 24px;
    float: left;
/*    position: relative; */
    width: 200px;
    height: 50px;
}

#nav a:link, nav a:active, nav a:visited
{
    display: block;
    color: #fff;
/*    text-align: center;
    padding: 16px; */
    text-decoration: none;
}

#nav a:hover
{
    color: lightblue;
}

.imgLeft
{
    float: left;
    width: 240px;
    height: 150px;
    margin: 0px 10px 10px 0;
    padding: 10px;
}

.imgRight
{
    float: right;
    width: 200px;
    height: 250px;
    margin: 0px 0 10px 10px;
    padding: 10px;
}

.rotaTable
{
    width: 750px;
    height: 250px;
    margin: 10px 10px 10px 0;
    border: 3px solid #E3E3E3;
    border-radius: 10px;
    moz-border-radius: 10px;
}

.rotaTable tr th, .rotaTable tr td
{
    text-align: left;
    padding: 0px 5px 0 5px;
}

.rotaTable img
{
    padding: 0px 10px 10px 10px;
    height: 150px;
    width: 150px;
   -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}


.inputField
{
    width: 280px;
    padding: 4px;
}

label
{
    float: center;
    width: 100px;
    font-weight: bold;
}

.overViewTable
{
    width: 700px;
}

.overViewTable tr
{
    padding: 4px;
}

.overViewTable td
{
    padding: 4px;
    border: 1px solid #E3E3E3;
}

.retrieveChurchRotaTypeMap
{
  table-layout: auto;
  width: 100%;
  border: 1px solid red;
}

.retrieveChurchRotaTypeMap td
{
  border: 1px solid blue;
  overflow: hidden;
  white-space: nowrap;
}

.retrieveChurchRotaUnavailable
{
  table-layout: auto;
  width: 100%;
  border: 1px solid red;
}

.retrieveChurchRotaUnavailable td
{
  border: 1px solid blue;
  overflow: hidden;
  white-space: nowrap;
}
