body { 
	margin: 0px;
	padding: 0px;
	background-color: #333;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9pt;
	color: #333; 
	}

div#container {
    background-color: white;
   	margin: 0px;
	padding: 0px;
    }

div#footer {
    background-color: black;
    color: white;
    text-align: center;
    }

div.notebox {
    width: 250px;
    padding-left: 10px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    height: 65px;
    text-align: left;
    background: #eef;
    border: 1px dashed;
    }

/* login page tables */
table.login {
     border-style: dotted dashed;
    }
    
th.login {
     font-size: 11px;
     color: white;
     background: black;
    }
   
/* tables */

table {
	font-size: 9pt;
	background-color:#FFF;
	border-spacing: 0px;
    border-collapse: collapse 
}

tbody tr td { 
	background: #FFF;
	border: 1px solid #EEF;
	}

td.killed2006 { 
        background: aqua;
        font-size: 7pt;
    }

td.killed2007 {
        background: #FF9900;
        font-size: 7pt;
    }

td.killed2008 {
        background: #FF0000;
        font-size: 7pt;
    }
    
td.notkilled { 
        font-size: 7pt;
    }

td.bkbexpansion {
        font-size: 11px;
        color: white;
        background: gray;
    }

th {
       	font-size: 9pt;
    	color: white;
    	background: black;
    }
    
li.news {
        font-size: 7pt;
    }    


/* links */

a {
	 color: blue;
	 text-decoration: none;
	}

a:visited {
	 /* color: #36F; */
	}

a:hover {
        text-decoration: underline;
    }

a.header {
	 color: white;
	}

a.header:visited {
	 color:white;
	}

a.bkbheader {
	 color: #333;
	 text-decoration: none;
     font-weight: bold;
	}

a.bkbheader:visited {
	 color: #333;
	}
	
a.bkbheader:hover {
	 color: #333;
	 text-decoration: none;
	}
	
a.admin {
	 color: #000080;
	 text-decoration: none;
	}
	
a.admin:visited {
	 color: #000080;
	}

h1 {
    color: #454545;
    font-size: 13pt;
    }

h3 {
    color: #454545;
    font-size: 11pt;
    }


/* ######################  Error Defaults #################### */
   div.notice {
	width: 400px;
    	border: 2px solid blue;
    	padding: 7px;
    	padding-bottom: 12px;
    	margin-bottom: 20px;
    	background-color: aqua;
   }


    .fieldWithErrors {
      padding: 2px;
      background-color: red;
      display: table;
    }

    #ErrorExplanation {
      width: 400px;
    	border: 2px solid red;
    	padding: 7px;
    	padding-bottom: 12px;
    	margin-bottom: 20px;
    	background-color: #f0f0f0;
    }

    #ErrorExplanation h2 {
    	text-align: left;
    	font-weight: bold;
    	padding: 5px 5px 5px 15px;
    	font-size: 12px;
    	margin: -7px;
    	background-color: #c00;
    	color: #fff;
    }

    #ErrorExplanation p {
    	color: #333;
    	margin-bottom: 0;
    	padding: 5px;
    }

    #ErrorExplanation ul li {
    	font-size: 12px;
    	list-style: square;
    }
