/* 
    Document   : pxkbcss
    Created on : 20-Feb-2010, 14:23:24
    Author     : Andrew Gibson
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
}

/*
General settings
*/

*
{
    margin:0;
    padding:0;
}

img
{
    border:0px;
    text-align:center;
}

h1
{
    color:navy;
    margin-left:20px;
    margin-bottom:10px;
}

h2
{
    margin-left:30px;
    margin-bottom:5px;
    color:teal;
}

a
{
    text-decoration:none;
}

a:hover
{
    background-color:#B0E0E6;
}

p
{
    margin-left:40px;
}

table
{
    border-collapse:collapse;
}

/*
Set up the sticky footer
*/

html, body, #wrap
{
    height:100%
}

body > #wrap
{
    height:auto;
    min-height:100%;
}

#maincontent
{
    padding-bottom:32px;
    min-height:100%;
    margin-left:0;
    margin-right:0;
    min-width:960px;
    width:100%;
}

#footerdiv
{
    position:relative;
    margin-top:-32px;
    max-height:32px;
    height:32px;
    clear:both;
    font-size:small;
    color:teal;
    text-align:right;
    background-color:#F0FFFF;
}

/*
Set up the top: logo, horizontal nav bar and solid line
*/

#toplogo
{
    background-color:#F0FFFF;
    text-align:center;
}

#navbar
{
    background-color:#B0E0E6;
    height:30px;
}



ul.navbar
{
    white-space:nowrap;
    height:inherit;
    list-style-type:none;
    font-weight:bold;
    text-align:center
}

li.navbar
{
    display:inline;
}

a:link.navbar, a:visited.navbar
{
    display:inline-block;
    width:90px;
    padding:5px;
    text-align:center;
}

a:hover.navbar
{
    background-color:#D0F6E6;
}

.divide
{
    width:100%;
    background-color:#B0E0E6;
    border-bottom: 2px solid navy;
}

/*
Set up the left hand side navigation panel
*/

#leftnav
{
    float:left;
    width:300px;
    background-color:#FAFAFA;
    clear:both;
}

th.leftnav
{
    font-family:times;
    letter-spacing:3px;
    font-size:20pt;
    color:navy;
}


td.bluenav
{
    background-image: url(images/webareablue.png);
    background-repeat:no-repeat;
    width:300px;
    height:150px;
}

td.greennav
{
    background-image: url(images/webareagreen.png);
    background-repeat:no-repeat;
    width:300px;
    height:150px;
}

/*set up the general content*/

#rightcontent
{
    float:left;
    margin-top:20px;
    width:68%;
    clear:right;

}

#content
{
    margin:0;
    padding:0;
    min-width:660px;
    width:100%;
}

/*this is the news bar for the front page*/
#news
{
    width:90%;
    background-color:navy;
    color:#FFFFFF;
    font-weight:bold;
    font-size:14px;
    padding-left:20px;
    margin-bottom:20px;
}

.pagearea{
    margin-bottom:0px;
    margin-left:30px;
    padding-top:10px;
    padding-right:10px;
    padding-bottom:10px;
    width:80%;
    font-family:arial;
    font-size:16px;
    text-align:justify;
    text-indent:1em;
    color:#2F4F4F;
}

.green
{
    background-color:#DCFFC9;
}

.blue {
    background-color:#DCDCFF;
}

.pagearea h2
{
    margin-left:auto;
    margin-bottom:10px;
}

.pagearea p
{
    margin-right:40px;
}

.pagearea ul {list-style-type:none;}
.pagearea li {margin-left:20px;}

h2.infoheader
{
    font-family:arial;
    font-size:16pt;
    border-bottom:navy solid 1px;
    width:80%;
    text-transform:uppercase;
}

h2.info{
    font-size:16pt;
    border-bottom:1px solid navy;
    margin-top:20px;
    margin-bottom:0px;
}

h3.info
{
    font-size:10pt;
    margin-left:20px;
}

.nowrap
{
            white-space:nowrap;
}

p.info
{
    margin-bottom:10px;
    margin-top:5px;
}

/*
set up the components of the results pages
*/

#searchbar
{
    margin:0;
    color:black;
    font-weight:bold;
    font-size:10pt;
    text-align:right;
    white-space:nowrap;
}

#resultspage
{
    max-width:100%;
    padding-bottom:38px;
    min-height:100%;
    width:100%;
    margin-left:auto;
    margin-right:auto;
}

table.resultstable
{
    margin-left:auto;
    margin-right:auto;
    width:800px;
    border-collapse:collapse;
    margin-bottom:20px;
}

th.linkcell
{
    background-color:#DCDCDC;
    width:60px;
}

tr.maprow
{
    border-top:5px solid white;
    background-color:#F0F0FF;
}

td.mapcell
{
    vertical-align:top;
    background-image: url(icons/mapsicon.png);
    background-repeat:no-repeat;
    padding-left: 1.5em;
}

td.relationcell
{
    min-width:150px;
    text-align:center;
    padding-left:5px;
    padding-right:5px;
}

td.classcell
{
    background-image: url(icons/typeicon.png);
    background-repeat:no-repeat;
    padding-left: 1.5em;
    background-color:#FFFACD;
}

tr.classrow
{
    border-top:10px solid white;
    background-color:#FFFACD;
}

tr.conceptevenrow
{
    background-color:#E0FFD0;
}

tr.conceptevenrow:hover
{
    background-color:#E0FFB0;
}

tr.conceptoddrow
{
    background-color:#E0F8EF;
}
tr.conceptoddrow:hover
{
    background-color:#D0F8EF;
}

td.conceptcell
{
    background-image: url(icons/concepticon.png);
    background-repeat:no-repeat;
    vertical-align:top;
    padding-left: 1.5em;
    padding-right:10px;
}

td.spacercell
{
    background-color:#FFFFFF;
}

td.linkcell
{
    text-align:center;
    text-decoration:none;
}

table.menu{
    border:2px menu;
    font-size:100%;
    position:absolute;
    margin-left:20px;
    visibility:hidden;
    background-color:#F0F0F0;
}







