/* 
    Document   : site
    Created on : 13-Dec-2008, 18:59:10
    Author     : Administrator
    Description:
        Purpose of the stylesheet follows.
*/

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


*{margin:0px;padding:0px;font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;}

body {width:1024px;margin:auto;}
h2 {color:#4F6B72;}

a img {border : 0;}
img {border : 0;border-style:none;}


div#header{width:100%;border:0px solid #000000;height:230px}
div#logo {float:left;width:100%;}
div#logo.site3 {background-color: rgb(221,223,220)}
div#toolbar {float:left;width:100%;background-color: lightgrey}

div#body{padding-bottom:300px}

div#admin {float:right;width:33%;}
div#search,div#searchresults  {float:left;width:66%;}

table {color:#4F6B72;}
.datatable tr.title td{padding-left:10px;padding-right:10px;background-color:#CAE8EA;border-top:1px solid #C1DAD7;text-align:left;text-transform:uppercase;font-size:95%}
.datatable td {border-bottom:1px solid #C1DAD7; border-right:1px solid #C1DAD7;margin:0;}

div#help {padding:5px;border:2px solid #000000;position:absolute;left:200px;top:300px;width:250px;background-color:#FFFFFF;display:none}
div.help {padding:5px;border:2px solid #000000;background-color:#FFFFFF;}

div#help p,div#help ul,div.help p,div.help ul{font-size:12px;}
div#help li,div.help li{margin-left:20px}

.editpassword {background-color: #87ceeb;}

.spanclick {text-decoration:underline;cursor: pointer}


#toolbar li ul.subMenu{position:absolute;display:none;}
#toolbar li ul.subMenu a{display:inline;font-weight:normal;}

#toolbar li.dropDownMenu:hover ul.subMenu{display:block;}
#toolbar li.dropDownMenu:hover ul.subMenu ul.subMenu{display:none;}
#toolbar li.dropDownMenu:hover ul.subMenu li:hover ul.subMenu {display:block;}
#toolbar li.dropDownMenu ul{background-color: lightgrey;width:200px;display:none;}
#toolbar li.dropDownMenu ul.subMenu li {padding-right:0px;width:200px}

#toolbar ul{}
#toolbar ul li{display:block;float:left;margin-left:1px;padding-right: 30px;text-align:left}
#toolbar ul li {}
#toolbar ul li a{}


