/* 
    Document   : master
    Created on : Feb 17, 2013, 1:54:09 PM
    Author     : clint
    Description:
        Purpose of the stylesheet follows.
*/

#nav, #nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    z-index: 1000;
}

#nav a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    font-size: 10pt;
}

#nav a:hover {
    color: #CC0000;
}

#nav li {
    float: left;
}

#nav li ul {
    position: absolute;
    left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul {
    position: absolute;
    z-index: 1000;
    left: 50%;
    margin-left: 375px;
    width: 1000px;
    text-decoration: none;
}

#nav table {
    border-left-style: solid;
    border-left-width: medium;
    border-right-style: solid;
    border-right-width: medium;
    border-bottom-style: solid;
    border-bottom-width: medium;
    border-top-style: none;
    border-color: #555;
    background-color: #bbb;
    margin-top: -3px;
    width:500px;
    margin-left:-425px;
    z-index: 1000;
}

#nav table td {
    vertical-align: top;
    color: #ffffff;
    border-color: #525983;
    border-top-style: dotted;
    border-top-width: 1px;
    padding-top: 5px;
    padding-left: 1.5em;
    padding-right: 1.5em;
    text-align: left;
}

#nav #actionnotes, #friendsnotes, #eventsnotes {
    font-size: 11px;
}

.hide {
    position: fixed;
    left: -999em;
    z-index: 2000;
}

.show {
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -200px;
    margin-top:-200px;
    text-align:center; 
    z-index: 2000;
    width:400px;
    background-color:#999;
    border-width: 5px;
    border-style:solid;
    border-color:#555;
    padding-top: 50px;
    padding-bottom: 50px;
    box-shadow: 5px 10px 20px #555;
}

#header {
    width: 100%;
    top: 0px;
    margin-top: 20px;
    text-align: center;
    position: absolute;
}

IMG {
    border: none;
}

TABLE#maintable{
    width: 1000px;
    margin-top: 130px;
    margin-bottom: 50px;
    z-index: 10;
}

#mainbody {
    width: 952px;
    margin-top: -220px;
    /*margin-bottom: 50px;*/
    z-index: 10;
    background: #eee;
}
	
#rightside {
    margin-top: +25px;
    width: 320px;
    float: right;
}
	
#leftside {
    margin-top: +25px;
    width: 600px;
    float: left;
}
	
#menu {
    font-family: tahoma, arial;
    position: fixed;
    z-index: 1000;
    top: 0px;
    margin-top: -4px;
    left: 50%;
    margin-left: -500px;
    width: 1000px;
    height: 40px;
    text-decoration: none;
    text-align: right;
}
#menu a {
    font-family: tahoma, arial;
    color: #000;
    text-decoration: none;
}

BODY {
    margin: 0px;
    background: #999; /* for non-css3 browsers */
    background-image: url('http://www.bakercountyfl.org/images/bg.jpg');
    background-repeat: repeat-x;
    background-attachment: fixed;
    background-size: 100% 100%;
    font-family: tahoma, arial;
}

.mainarea{
    position: absolute;
    left: 50px;
    width: 95px;
    margin-top: 150px;
    z-index: 10;
    background: #f00;
}

.heading {
    font-family: arial;
    width: 100%;
    font-size: 16pt;
    color: #559;
    border-bottom: double;
    border-bottom-color: #555;
    border-bottom-width: 4px;
    text-align: center;
}

.heading2 {
    font-family: arial;
    width: 100%;
    font-size: 24pt;
    font-weight: bold;
    color: #4B5;
    border-bottom: dotted;
    border-bottom-color: #555;
    border-bottom-width: 1px;
    text-align: left;
}	
	
.normal {
    margin-top: +5px;
    line-height: 125%;
    text-align: left;
}
	
.normal a:link {
    font-family: arial;
    width: 100%;
    font-size: 10pt;
    color: #259;
    text-decoration: none;
    border-bottom: 1px dotted;
    text-align: left;
}
	
.normal a:active {
    font-family: arial;
    width: 100%;
    font-size: 10pt;
    color: #259;
    text-decoration: none;
    border-bottom: 1px dotted;
    text-align: left;
}
	
.normal a:visited {
    font-family: arial;
    width: 100%;
    font-size: 10pt;
    color: #259;
    text-decoration: none;
    border-bottom: 1px dotted;
    text-align: left;
}

.normal a:hover {
    font-family: arial;
    width: 100%;
    font-size: 10pt;
    color: #F00;
    text-decoration: none;
    border-bottom: 1px dotted;
    text-align: left;
}	
	
.normal li {
    list-style-type: none;
}
	
TABLE#employee TD {
    font-size: 8pt;
}
	
TABLE#employee TR:hover {
    background-color: #FFFFFF;
}
