/* @override http://127.0.0.1:8000/static/css/main.css */

* {
    padding: 0;
    margin: 0;
}

body {
    font-size: 100%;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    text-align: center;
    line-height: 1.3em;
    background: #000 url(/static/images/background_body.jpg) no-repeat center 200px;
}

/* @group Layout */

div#container {
    margin: 0 auto;
    padding: 0;
    width: 999px;
    text-align: left;
}

div#innercontainer {
    padding-top: 0.5em;
    background-color: #fff;
    clear:both;
    width: 999px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

div#topnavigation {
    /* background: white url(/static/images/background-container-top.jpg) no-repeat top center; */
    float: right;
    height: 42px;
    width: 999px;
    position: relative;
}

div#footernavigation {
    width: 100%;
    height: 42px;
    /* background: white url(/static/images/background-container-footer.jpg) no-repeat bottom right; */
}

div#topnavigation a, div#footernavigation a {
    color: #ccc;
    font-size: 0.9em;
    text-transform: uppercase;
}

div#topnavigation ul, div#footernavigation ul {
    float: right;
}

div#topnavigation li, div#footernavigation li {
    display: inline;
    margin: 0.3em;
}

div#topnavigation li img, div#footernavigation li img {
    vertical-align: middle;
}

div#adzone {
    width: 820px;
    float: right;
    padding: 0;
    margin: -10px 0 0 0;
    height: 150px;
}

div#adzone img {
  float: right;
}

div#wrapper {
    
}

div#content {
    float: left;
    width: 700px;
    text-align: justify;
    margin-left: 20px;
}

div#navigation {
    font-size: 0.9em;
    float: right;
    width: 220px;
    padding: 0.3em 0 0 0;
    min-height: 400px;
    margin: 0 20px 0 10px;
}

div#extra {
    float: right;
    width: 240px;
    clear: left;
}

div#breadcrumb { }

div#header {
    width: 999px;
    float: right;
}

div#headernavigation {
    width: 100%;
    margin: 5px 5px 0 0;
    height: 40px;
    float: right;
    /* background: white url(/static/images/background-navigation-top.jpg) no-repeat top right; */
}

div#header img {
    margin: -200px 0 0 20px;
    float: left;
}

div#header ul {
    float: right;
}

div#header li {
    display: inline;
}

div#header a {
    color: #00A3C2;
    text-shadow: #424242 0 1px 1px;
}

div#footer {
    font-size: 0.7em;
    clear: both;
    width: 979px;
    margin: 20px 0 0 20px;
    padding: 2em 0 3em 0;
    text-align: left;
    border-top: 2px solid #E0E0E0;
}

div#footer dl {
    float: left;
    border-right:  2px dotted #E0E0E0;
    margin: 0 1.5em 0 0;
    padding: 0 1.5em 0 0;
}

div#footer dt {
    text-transform: uppercase;
    font-weight: bold;
}

div#footer dd {
    display: block;
    float: left;
    min-height: 100px;
}

div.post {
    margin-bottom: 10px;
    padding-bottom: 30px;
}

iframe { border:0; }

/* @end */

.fadein { position:relative; width:500px; height:332px; }
.fadein img { position:absolute; right:0; top:0; }

.fbConnectWidgetTopmost  {
    border-width:0px;
}

/* @group Forms */

form {
    
}

form ul.errorlist {
    font-weight: bold;
    color: red;
}

.errors {
    color: red;
    font-weight: bold;
}

input, textarea, select, option {
    /*
        padding: 0.4em;
    margin-right: 0.5em;
    font: 1em/1.4em arial, helvetica, sans-serif;
        */
}

option {
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #ccc;
    padding-right: 0.5em;
}

p.submit {
    text-align: center;
}

p.submit input {
    margin: 0.4em;
}

textarea {
    padding: 0.2em;
    font: 1em/1.4em arial, helvetica, sans-serif;
}

select {
    min-width: 1.5em;
}

caption {
    color: #333;
    font-size: 1.2em;
    font-weight: bold;
}

label {
    cursor: pointer;
    font-weight: normal;
    /*
    font-size: 0.9em;
    text-transform: uppercase;
        */
    color: #036;
    display: block;
}

label em {
    text-transform: none;
    font-size: 1.1em;
    font-weight: normal;
}

fieldset {
    border: none;
    margin: 0;
    padding: 0.3em 0 0.1em 0;
}

legend {
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 0.2em;
    color: #036;
    font-size: 1.3em;
    padding: 0.4em 0 0 0.5em;
    margin: 0.2em 0;
}

form fieldset ul li {
    
}

form fieldset ul {
    padding: 0;
    margin: 0;
}

/* Date Selector Styles */

fieldset.dateselector {
    border: 0;
    margin: 0 0 0 110px;
    padding: 0;
    background-color: transparent;
}

fieldset.dateselector legend {
    padding: 0;
    text-transform: uppercase;
    color: #036;
    font-size: 0.9em;
}

fieldset.dateselector legend span {
    display: block;
    margin: 0 0 0 -110px;
    width: 190px;
    text-align: right;
    line-height: 1.6em;
    position: absolute;
}

form fieldset.dateselector ul {
    margin: 0 0 0 90px;
    padding: 0;
    list-style: none;
}

form fieldset.dateselector ul li {
    margin: 0;
    padding: 0;
    float: left;
    clear: none;
    border: 0;
    border-bottom: 0;
    background-color: transparent;
}

fieldset.dateselector label {
    position: absolute;
    margin-left: -999em;
}

/* Line Up Styles */

fieldset.lineup {
    border: 0;
    margin: 0;
    padding: 0;
    background-color: transparent;
}

fieldset.lineup legend {
    margin: 0;
    padding: 0;
}

fieldset.lineup legend span {
    margin: 0 0 0 -999em;
    position: absolute;
}

form fieldset.lineup ul {
    margin: 0 0 0 1em;
    padding: 0;
    list-style: none;
}

form fieldset.lineup ul li {
    margin: 0;
    padding: 0;
    float: left;
    clear: none;
    border: 0;
}

fieldset.lineup label {
    margin-left: -999em;
    position: absolute;
}

fieldset#lineupfirst label {
    display: block;
    margin: 0.5em 0;
    position: relative;
}

form ul {
    list-style: none;
    margin: 0;
}

form ul li {
    margin: 0;
    clear: both;
    padding: 0.5em 0.5em;
    color: #036;
}

form ul li p {
    font-size: 0.8em;
    color: #666;
}
/*form ul li {
    margin: 0;
    clear: both;
    border-top: 1px solid #4FABD9;
    padding: 0.5em 0;
}
original styling*/

form ul li.bottom {
    
}

label.lefty {
    display: block;
    float: left;
    line-height: 1.6em;
    text-align: right;
    width: 190px;
}

form li.submit {
    padding-left: 200px;
}

form p.hint {
    display: inline;
    color: #4FABD9;
}

form li.hidden {
    display: none;
}

form li.logininfo {
    background-color: #4FABD9;
}

form li.logininfo ul {
    background-color: #4FABD9;
}

form ul.errors {
    color: red;
    font-weight: bold;
    font-size: 1.1em;
    margin: 10px 10px 10px 200px;
}

form ul.errors li {
    padding: 0.5em;
}

/* @end */

/* @group Well being entry */

dl#likert .odd {
    background-color: #99cce5;
}

dl#likert .even {
    background-color: #fff;
}

dl#likert {
    margin: 0;
    padding: 0;
    width: 745px;
}

dl#likert dt, dl#likert dd {
}

dl#likert dt {
    /*padding-left: 7em;*/
    margin: 1em 0;
    padding: 0.5em;
    background-color: transparent;
}

dl#likert dt label {
    display: inline;
}

dl#likert dd ul li label {
    text-transform: none;
    font-size: 1em;
    font-weight: normal;
    width: 100px;
    display: inline;
}

dl#likert dd ul li {
    display: inline;
    border: 0;
    width: 100px;
}

dl#likert ul.errorlist {
    color: #900;
    font-weight: bold;
}

dl#likert ul.errorlist li {
}

form#likert-form ul {
    background-color: transparent;
    margin: 0;
    padding: 0;
}

form#likert-form ul li {
    padding: 1em 0.2em;
    border: 0;
}

form#likert-form ul li div {
    width: 900px;
}

table.likert-scale {
    width: 940px;
}

table.likert-scale tr.odd {
    background-color: #99cce5;
}

table.likert-scale tr.even {
    background-color: #fff;
}

table.likert-scale td {
    text-align: center;
}

table.likert-scale td.label1, table.likert-scale td.label2 {
    width: 15%;
    font-weight: bold;
    color: #036;
    text-align: left;
}

table.likert-scale td.label1 {
    text-align: right;
}

form#likert-form ul li div ul li {
    margin: 10px;
}

form#likert-form ul li label {
    text-transform: none;
    font-size: 1em;
}

form#likert-form ul li ul li label {
    text-transform: none;
    font-size: 1em;
    display: inline;
    width: 60px;
}

form .odd {
    background-color: #99cce5;
    width: 940px;
}

form .even {
    background-color: #fff;
    width: 940px;
}

form#likert-form ul li ul {
    /*padding-left: 7em;*/
    margin: 1em 0.5em;
    background-color: transparent;
    width: 900px;
}

form#likert-form ul li ul li label {
    text-transform: none;
    font-size: 1em;
    font-weight: normal;
    width: 100px;
}

form#likert-form ul li ul li {
    display: inline;
    border: 0;
    width: 100px;
}

form#likert-form ul li ul.errorlist {
    color: #900;
    font-weight: bold;
    margin: -3.5em 0 0 -0.6em;
    padding: 0;
}

form#likert-form ul li ul.errorlist li {
    display: block;
    width: 665px;
}
/* @end */

/* @group Typography */

h1, h2, h3, h4 {
    font-weight: bold;
    color: #369;
    letter-spacing: -0.03em;
}

h1 {
    font-size: 1.6em;
    text-align: left;
    margin: 0.5em 0 0.7em 0;
    color: #c40069;
}

h1 a, h1 a:hover, h1 a:visited {
    text-decoration: none;
}

h2 {
    font-size: 1.5em;
    margin: 0.6em 0;
    padding: 0 0 0.3em 0;
    border-bottom: 2px solid #E0E0E0;
}

h2 a, h2 a:hover, h2 a:visited {
    text-decoration: none;
    color: #369;
}

h3 {
    font-size: 1.4em;
    margin: 0.6em 0;
    padding: 0 0 0.3em 0;
    border-bottom: 2px solid #E0E0E0;
}

h3 a, h3 a:hover, h3 a:visited {
    text-decoration: none;
    color: #369;
}

h4 {
    font-size: 1.3em;
}

h4 a, h4 a:hover, h4 a:visited {
    text-decoration: none;
    color: #369;
}

h5 {
    font-size: 1.2em;
}

h5 a, h5 a:hover, h5 a:visited {
    text-decoration: none;
    color: #369;
}

h6 {
    font-size: 1.1em;
    color: #369;
}

h6 a, h6 a:hover, h6 a:visited {
    text-decoration: none;
    color: #369;
}

p {
    margin: 0.5em 0;
    line-height: 130%;
}

ul, dl, ol {
    margin: 0.5em 0.5em 0.5em 1em;
}

li, dt, dd {
    margin: 0.3em 0 0.3em 1em;
}

dl#address {
    margin: 0;
    width: 180px;
    clear: both;
}

dl#address dt {
    margin-left: 0;
    float: left;
    display: block;
    clear: both;
    font-weight: bold;
    color: #003366;
}

dl#address dd {
    float: right;
    display: block;
}

dt a {
    color: #900;
    font-size: 1.3em;
    font-weight: bold
}

img {
    border: 0;
}

a img {
    border: none;
}

a, a:link, a:visited {
    color: #c40069;
    text-decoration: none;
}

a:hover, a:active {
    text-decoration: underline;
}

hr {
    border-top: 3px solid #E0E0E0;
    margin: 2em 0;
}

blockquote {
    margin: 15px 30px 0 10px;
    padding-left: 20px;
    border-left: 5px solid #ddd;
}

blockquote cite {
    margin: 5px 0 0;
    display: block;
}

p.para1 {
    font-weight: bold;
    color: #036;
}

/* @end */

/* @group Table */

table {
    width: 490px;
    margin: 1em 0;
    background-color: #CCE3EB;
}

th {
    text-transform: uppercase;
    font-size: 0.9em;
    text-align: center;
    color: #333;
}

td {
    padding: 0.4em;
    background-color: #fff;
}

/* @end */

img.alignright {
    float: right;
    margin: 10px 0 10px 10px;
}

img.alignleft {
    float: left;
    margin: 10px 10px 10px 0;
}

/* @group Superfish Styles */

/* @group Superfish Essential Styles */

.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sf-menu {
    line-height: 1.0;
}
.sf-menu ul {
    position: absolute;
    top: -999em;
    width: 10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
    width: 100%;
}
.sf-menu li:hover {
    visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
    float: left;
    position: relative;
}
.sf-menu a {
    display: block;
    position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    left: 0;
    top: 2.3em; /* match top ul list item height */
    z-index: 99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
    top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
    left: 10em; /* match ul width */
    top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
    top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
    left: 10em; /* match ul width */
    top: 0;
}

/* @end */

/* @group Demo Skin */

.sf-menu {
    float: left;
    text-transform: uppercase;
}
.sf-menu a {
    padding:  .6em 1em;
    text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
    color: #13a;
}
.sf-menu li {
    background: transparent;
}

.sf-menu li li {
    /* background: #000; */
    background-color: #00A3C2;
    font-size: 0.8em;
    border-top: 1px solid white;
}

div#header .sf-menu li li a {
    color: #000;
    text-shadow: none;
}

.sf-menu li li li {
    background-color: #008dbb;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background: #c40069;
    outline: 0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
    min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
    position: absolute;
    display: block;
    right: .75em;
    top: 1.05em; /* IE6 only */
    width: 10px;
    height: 8px;
    text-indent: -999em;
    overflow: hidden;
    background: url(/static/images/arrows-ffffff.png) no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {
    background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
    background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position: -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position: 0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
    background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
    background: url(/static/images/shadow.png) no-repeat bottom right;
    padding: 0 8px 9px 0;
    -moz-border-radius-bottomleft: 17px;
    -moz-border-radius-topright: 17px;
    -webkit-border-top-right-radius: 17px;
    -webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
    background: transparent;
}

/* @end */

/* @end */


