
/* body */

body
{
    color: Black;
    font-family: Arial, sans-serif;
    font-size: 13px;
    text-align: justify;
    background: url(background.png) repeat-x;
    background-color: #CCCED2;
    margin: 0px;
    padding: 0px;
}

a 
{
    text-decoration: none;
    color: #3E7AB6;
    font-weight: bold;
}

table 
{
    font-size: 13px;
}

table.colored
{
    font-size: 13px;
}

th.colored
{
    background: #346FAE;
    color: White;
    padding: 0px;
    border-color: #7a8a98;
    border-style: solid;
    border-width: 1px;
}

td.colored
{
    background-color: #CCCED2;
    padding: 2px;
    border-color: #7a8a98;
    border-style: solid;
    border-width: 1px;
}

td.colored_nopadding
{
    background-color: #CCCED2;
    padding: 0px;
    border-color: #7a8a98;
    border-style: solid;
    border-width: 1px;
}

a:visited
{
    text-decoration: none;
    color: #7E689B;
    font-weight: bold;
}

a:hover
{
    text-decoration: underline;
    color: #FF8304;
    font-weight: bold;
}

li
{
    margin-top: 2pt;
    margin-bottom: 2pt;    
}

/* links */

div.links
{
    position: absolute;
    top: 51px;
    left: 806px;
    width: 150px;
    height: 100%;
}

/* images */

table.image 
{
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    font-style: italic;
}

img
{
    border-width: 0px;
}

.imagelabel
{
}

/* Boxes */

span.box
{
    clear: left;    
}

table.box
{
    margin: 5px;
    font-weight: bold;
    font-style: normal;
}

.boxrow
{
}

.boxlabel
{
    text-align: center;
}

/* youtube videos */

p.youtubevideo
{
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}

/* menu left IDs */

div.menuleft 
{ 
    background-image: url(menu_left_ground_tile.png);
    visibility: visible;
    position: absolute;
    top: 0;
    left: 18px;
    width: 150px;
    height: 100%;
    min-height: 640px;
    background-repeat: repeat;
    background-color: White;
    border-spacing: 0px;
    vertical-align: top;
    padding: 0px;
    margin: 0px;
    border-width: 0px;
}

div.menulefthead 
{
    background-repeat: no-repeat;
    background-color: #C6C9CD;
    background: url(menu_left_spinor_logo_head.png);
    height: 48px;
}

div.menuleftfootspinor 
{
    background-repeat: no-repeat;
    background-color: #C6C9CD;
    background: url(menu_left_spinor_logo_foot.png);
    height: 132px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    visibility: visible;
    width: 150px;
}

div.menuleftfootshark 
{
    background-repeat: no-repeat;
    background-color: #C6C9CD;
    background: url(menu_left_shark_logo_foot.png);
    height: 100px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    visibility: visible;
    width: 150px;
}

div.menuleftlisthead 
{
    background-repeat: no-repeat;
    background-color: White;
    background: url(menu_left_chapter_border_top.png);
    height: 4px;
    font-size: 0px;
}

div.menuleftlistfoot 
{
    background-repeat: no-repeat;
    background-color: #C6C9CD;
    background: url(menu_left_chapter_border_foot.png);
    height: 17px;
    font-size: 0px;
}

/* books */

a.menuleftchapter 
{
    text-decoration: none;
    color: White;
    font-weight: bold;
    z-index: 2;
}

a.menuleftchapter:visited
{
    text-decoration: none;
    color: White;
    font-weight: bold;
}

a.menuleftchapter:hover
{
    text-decoration: underline;
    color: White;
    font-weight: bold;
}

div.menuleftbook 
{
    background-repeat: no-repeat;
    background-color: #346FAE;
    background: url(menu_left_book_ground.png) top;
    padding-top: 14px;
    padding-bottom: 2px;
    padding-left: 4px;
    padding-right: 4px;
    color: White;
    text-align: center;
    font-weight: bold;
    z-index: 3;
}

/* ------------------------------------------------------ */
/* chapter list */

div.menuleftchapterlist 
{
    background-repeat: repeat;
    background-color: White;
    text-align: right;
    background: url(menu_left_chapter_ground.png);
    margin: 0px;
    list-style-type: none;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 0px;
    padding-right: 18px;
    text-decoration: none;
    z-index: 2;
}

ol.menuleftchapterlist 
{
    position: relative;
    background-repeat: repeat;
    background-color: White;
    text-align: right;
    margin: 0px;
    list-style-type: none;
    padding-left: 0px;
    padding-right: 0px;
    text-decoration: none;
    overflow: visible;
    width: 150px;
}

ol.menuleftchapterlist li 
{
    display: inline;
    margin: 0;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: White;
    text-align: right;
    background: url(menu_left_chapter_ground.png) no-repeat top;
    
    width: 150px;
}

ol.menuleftchapterlist li.menuleftchapterlistselected 
{
    display: inline;
    margin: 0;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #89b5e1;
    text-align: right;
    background-image: url(menu_left_chapter_ground_selected.png);
    width: 150px;
    border-top-color: #7a8a98;
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-color: #7a8a98;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-right-width: 0px;
    font-weight: bold;
}

div.menuleftchapterlistselected 
{
    background-repeat: repeat;
    background-color: #89b5e1;
    text-align: right;
    background-image: url(menu_left_chapter_ground_selected.png);
    margin: 0px;
    list-style-type: none;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 0px;
    padding-right: 18px;
    text-decoration: none;
    z-index: 2;
    border-top-color: #7a8a98;
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-color: #7a8a98;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-right-width: 0px;
    font-weight: bold;
}

/* menu top IDs */

a.menutop 
{
    text-decoration: none;
    color: White;
    font-weight: bold;
    z-index: 2;
}

a.menutop:visited
{
    text-decoration: none;
    color: White;
    font-weight: bold;
}

a.menutop:hover 
{
    text-decoration: underline;
    color: White;
    font-weight: bold;
}

div.menutop 
{
    background: #2C6096 url(menu_top_ground_tile.png);
    margin: 0px;
    padding: 0px;
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 21px;
    background-repeat: repeat;
}

div.menutopnavlist 
{
    position: relative;
    left: 0px;
    margin-left: 186px;
    margin-top: 18px;
    padding: 0px 0px 0px 0px;
    margin-right: 18px;
    margin-bottom: 18px;
}

ul.menutopnav 
{
    position: relative;
    bottom: 0;
    margin: 0;
    margin-left: 186px;
    padding: 0;
    overflow: visible;
    text-align: center;
}

ul.menutopnav li 
{
    display: inline;
    margin: 0;
    padding-left: 18px;
    padding-right: 18px;
}

/* text body IDs */

div.body 
{
    position: absolute;
    width: 100%;    
    top: 12;
    left: 0px;
    margin: 0px;
    padding: 0px;
}

div.textbodyouter
{
    position: relative;
    left: 0px;
    width: 600px;
    border-color: #7a8a98;
    background-color: White;
    margin-top: 18px;
    margin-bottom: 18px;
    margin-left: 186px;
    margin-right: 18px;
    border-width: 1px;
    border-style: solid;
}

div.textbody 
{
    border-color: #7a8a98;
    background-color: White;
    margin-top: 18px;
    margin-bottom: 18px;
    margin-left: 18px;
    margin-right: 18px;
}

/* table of contents */

div.tableofcontentsouter
{
    position: relative;
    left: 0px;
    width: 600px;
    border-color: #7a8a98;
    background-color: White;
    margin-left: 186px;
    margin-top: 18px;
    margin-right: 18px;
    margin-bottom: 18px;
    border-width: 1px;
    border-style: solid;
    -----
}

div.tableofcontents 
{
    border-color: #7a8a98;
    background-color: White;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 18px;
    margin-right: 18px;
    text-align: center;
}

h1.tableofcontents 
{
    font-size: 13px;
    background: #346FAE;
    color: White;
    margin: 0px -18px 0px -18px;
    padding: 0px 0px 0px 3px;
    border-bottom-color: #434343;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

ol.tableofcontents 
{
    list-style-type: none;
    margin: 0px;
    padding: 10px 18px 10px 0px;
    text-align: left;
}

h1 
{
    font-size: 20px;
    margin-top: 0px;
}

h2 
{
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 12px;
}

h2.newssection
{
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 12px;
}

p.newsdate
{
    font-size: 12px;
    margin-top: 0px;
    margin-bottom: 6px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-style: italic;
}

p.permlink
{
    margin-top: -10px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: -12px;
    padding-top: 0px;
    padding-bottom: 0px;    
    padding-left: 0px;
    padding-right: 0px;
    font-size: 10px;
    text-align: right;
}

h3 
{
    font-size: 13px;
    margin-top: 0px;
}

h4 
{
    font-size: 13px;
}

/* chapter */

div.chapter 
{
    position: relative;
    left: 0px;
    width: 600px;
    margin-left: 186px;
    margin-top: 18px;
    padding: 0px 0px 0px 0px;
    margin-right: 18px;
    margin-bottom: 18px;
    text-align: center;
}

em.chaptertitle 
{
    margin-top: 0px;
    font-style: normal;
    font-weight: bold;
}

h1.chapter 
{
    margin-bottom: 0px;
    margin-top: 2px;
}

/* footer */

div.footer 
{
    position: relative;
    left: 0px;
    width: 600px;
    margin-left: 186px;
    margin-top: 18px;
    padding: 0px 0px 0px 0px;
    margin-right: 18px;
    margin-bottom: 18px;
    text-align: center;
}

p.footer 
{
    margin: 0px;
    font-size: smaller;
    color: Gray;
}

p.sidenote 
{
    font-size: 10px;
}

/* home shark3d */

table.home_shark3d
{
}

td.home_shark3d_left
{
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: right;
}

td.home_shark3d_middle
{
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: left;
}

td.home_shark3d_right
{
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: left;
}

/* home news */

table.homenews
{
}

td.homenews_left
{
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 4px;
    text-align: right;
}

td.homenews_right
{
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 4px;
    text-align: left;
}

/* end */