html {
    height: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    background: #efefef url( images/main_bg_page_.jpg ) repeat-y scroll center top;
}

body {
    position: relative;
    height: 100%;
    padding: 0;
    border: 0;
    background-color: #ffffff;
    width: 920px;
    margin: 0 auto;
    z-index: 0;
}

.tdLabel {
    text-align: right;
    font-size: 14px;
}

.errorLabel {
/*   background-color: #ff6a30; */
    font-size: 14px;
    font-style: italic;
    color: red;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none
}

.redText {
    font-size: 12px;
    font-style: italic;
    color: red;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none
}

span.required {
    font-weight: bold;
    color: red;
    padding: 4px;
}

span.errorMessage {
    font-weight: bold;
    font-size: 12px;
    font-style: italic;
    color: red;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none
}

span.errorWarning {
    color: black;
}

span.actionMessage {
    color: black;
}

div#pagecontainer {
    position: relative;
    min-height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #ffffff;
    border: 0;
    font: normal normal normal 14px arial, sans-serif;
    color: #444444;
}

div#pageheader {
    width: 100%;
    position: relative;
    height: 235px;
    background-color: #ffffff;
}

div#pageheader div#headerlinks {
    position: absolute;
    top: 20px;
    right: 10px;
    font: normal normal normal 12px arial, sans-serif;
    color: #727272;
}

div#pageheader div#headerlinks a {
    text-decoration: none;
    color: #727272;
}

div#pageheader div#leftlogo {
    position: absolute;
    top: 6px;
    left: 10px;
    width: 388px;
    height: 150px;
    background: #ffffff url( images/JSFL_Main_Logo.jpg ) no-repeat;
}

div#pageheader div#rightlogo {
    position: absolute;
    top: 6px;
    left: 690px;
    width: 225px;
    height: 150px;
    background: #ffffff url( images/newpodcast.jpg ) no-repeat;
}

div#pagefooter {
    width: 100%;
    height: 100px;
    text-align: center;
}

div#pagemain {
    width: 100%;
    margin-top: 10px;
}

div#pagecontent {
    width: 100%;
}

div#pagecontent div#pagetitle {
    font: normal normal normal 30px arial, sans-serif;
    color: #8f13a9;
    position: relative;
    float: left;
}

div#pagecontent div#userdata {
    float: right;
    position: relative;
}

div#pagecontent div#newline {
    font: normal normal normal 4px arial, sans-serif;
    clear: both;
}

#bigger {
    font-weight: bold;
    font-size: 12pt;
}

#smaller {
    font-size: 10pt;
}

#smallest {
    font-size: 8pt;
}

#indent {
    margin-left: 0.5in;
}

/*-----------------------------------------------------------------------
    Styles for message boxes
-----------------------------------------------------------------------*/

div.messagebox {
    width: 80%;
    margin: 10px auto;
    padding: 0;
    color: #000000;
}

div.messagebox h3 {
    margin: 0;
    padding: 3px 0 3px 6px;
    font: normal normal bold 12px arial, sans-serif;
    color: #ffffff;
}

div.messagebox ul {
    min-height: 32px;
    _height: 32px; /* hack for IE6, which will read this, but doesn't implement min-height properly */
    margin: 0;
    padding: 4px 0 4px 60px;
    list-style: none;
}

div.severity0 {
    border-color: black;
}

div.severity1 {
}

div.severity0 h3 {
    background: #336dbe url( images/infocorner.png ) no-repeat top left;
}

div.severity0 ul {
    background: #d8e4f1 url( images/info_box_icon.png ) no-repeat 4px 4px;
}

div.severity1 h3 {
    background: #eddd52 url( images/warningcorner.png ) no-repeat top left;
}

div.severity1 ul {
    background: #ffffce url( images/warning_box_icon.png ) no-repeat 4px 4px;
}

div.severity2 h3 {
    background: #f52d00 url( images/errorcorner.png ) no-repeat top left;
}

div.severity2 ul {
    background: #ffcccc url( images/error_box_icon.png ) no-repeat 4px 4px;
}

/*-----------------------------------------------------------------------
    Styles for navigation menus
-----------------------------------------------------------------------*/

div#pageheader div#pagenav {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.dialog #navmenu {
    display: none;
}

.dialog #submenu {
    display: none;
}

.beginpad {
    display: none;
}

#navmenu h1 {
    display: none;
}

#navmenu {
    float: left;
    width: 100%;
    height: 45px;
    padding: 0;
    margin: 0; /* background-color: #005943; */
    background: #8f13a9 url( images/menucorner.png ) no-repeat top left;
}

#navmenu ul {
    height: 45px;
    padding: 0;
    margin: 0 0 0 4px;
    list-style: none;
}

#navmenu li {
    float: left;
    position: relative;
    height: 45px;
    width: 90px;
    margin: 0;
    padding: 0;
}

#navmenu li a {
    display: block;
    color: #ffffff;
    padding: 7px 10px 6px 10px;
    font: normal normal bold 12px arial, sans-serif;
    text-decoration: none;
}

#navmenu li a:hover {
/*color: #f3d64e;*/
    color: #000000;
}

#navmenu li.current {
    float: left;
    background: url( images/menutab-right.png ) no-repeat right top;
    margin: 0;
    padding: 0;
}

#navmenu li.current a {
    display: block;
    background: url( images/menutab-left.png ) no-repeat left top;
    color: #8f13a9;
}

#navmenu li.current a:hover {
    color: #000000;
}

#submenu {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #000000;
    line-height: normal;
    clear: both;
}

#submenu ul {
    margin: 0;
    padding: 4px 0 4px 0;
    font: normal normal normal 12px arial, sans-serif;
    background: #000000;
}

#submenu li {
    display: inline;
    list-style-type: none;
    margin: 0;
}

#submenu li a {
    padding: 3px 0.5em;
    margin-left: 3px;
    border: 1px solid #000000;
    background: #000000;
    text-decoration: none;
    color: #ffffff;
}

#submenu li a:hover {
    color: #ffffff;
    text-decoration: underline;
}

#submenu li.current a {
    background: #000000;
    border-bottom: 1px solid #000000;
    color: #d58de5;
}

#submenu h1 {
    display: none;
}

/*-----------------------------------------------------------------------
    Styles for content boxes
-----------------------------------------------------------------------*/

div.contentbox {
    position: relative;
    margin-top: 10px;
    padding-bottom: 4px;
    background-color: #ffffff;
}

div.contentbox h2 {
    height: 30px;
    margin: 0 0 0 0;
    padding: 3px 0 0 6px;
    background: #000000 url( images/contentcorner.png ) no-repeat top left;
    font: normal normal bold 12px arial, sans-serif;
    color: #d58de5;
}

div.contentbox div.contents {
    padding: 4px;
    border: 1px solid #000000;
    font: normal normal normal 14px arial, sans-serif;
}

div.contentbox div.contents h3 {
   font: normal normal bold 14px arial, sans-serif;
   text-align: left;
}

div.contentbox div.contents h4 {
   font: normal normal normal 14px arial, sans-serif;
   text-align: left;
   text-decoration: underline;
}

a.week {
   text-decoration: none;
   color: #727272;
}

span.currentweek {
   color: #d58de5;
   font-weight: bold;
   background-color: #dbdbdb;
}

