/* CSS Document */

html {
    height: 100%;
}
body{
    height: 100%;
    background-color: #A9BEC7;
    font: 12px Lucida Sans, Sans-Serif;
    text-align: center;
    color: #666;
    margin: 0px auto;
    padding: 0px;
}
a, a:link, a:visited{
    /* bl: 11640 color: #A9BEC7; */
    color: #036;
}
a:hover, a:visited:hover{
    /* bl: 11640 color: #036; */
    color: #600;
    text-decoration: none;
}


/* Top Styles */
.top-container {
    width: 899px;
    height: 62px;
    text-align: right;
    background: transparent url(/images/background-top.jpg) repeat-x top left;
    margin: 0 auto;
    padding: 0px;
}
.top-container .search {
    height: 27px;
    font-size: 11px;
    font-weight: bold;
    color: #036;
    padding-right: 15px;
}
.top-container input {
    width: 200px;
    height: 15px;
    background-color: transparent;
    border: 1px dotted #000;
}
.top-container .search input {
    width: 200px;
    height: 15px;
    background-color: transparent;
    border: 1px solid #A9BEC7;
}
.top-container .submit {
    font-size: 11px;
    width: 50px;
    height: 19px;
    background-color: transparent;
    border: 1px dotted #000;
}
.top-container .search .submit {
    font-size: 11px;
    width: 50px;
    height: 19px;
    background-color: transparent;
    border: 1px solid #A9BEC7;
}
.top-container .tabs {
    height: 35px;
    vertical-align: bottom;
}
.top-container .tabs ul {
	width: 520px;
	height: 35px;
	list-style-type: none;
	padding: 0px;
	margin: 0 0 0 auto;
}
.top-container .tabs li {
    float: left;
}
.top-container .tabs li a {
    width: 103px;
    height: 35px;
    display: block;
    font-size: 11px;
    font-weight: bold;
    color: #036;
    text-decoration: none;
    text-align: center;
}
.top-container .tabs li a:link, .top-container .tabs li a:visited, .top-container .tabs li a:active {
    line-height: 35px;
    background: transparent url(/images/tab.jpg) no-repeat top left;
}

.top-container .tabs li a:hover {
    line-height: 35px;
    background: transparent url(/images/tab-over.jpg) no-repeat top left;
}


/* Header Styles  */
.header-container {
    width: 899px;
    height: 387px;
    background: transparent url(/images/header.jpg) no-repeat top left;
    margin: 0 auto;
    padding: 0px;
}


/* Nav Top Styles */
.nav-top-spacer {
    width: 899px;
    height: 7px;
    background-color: #FFF;
    margin: 0 auto;
    padding: 0px;
}
.nav-top-container {
    width: 899px;
    height: 21px;
    background-color: #FFF;
    margin: 0 auto;
    padding: 0px;
}
.nav-top-container td {
    height: 21px;
    font-size: 14px;
    font-weight: bold;
    color: #036;
    text-align: center;
    line-height: 21px;
    border-color: #A9BEC7;
    border-style: solid;
    border-width: 0px 1px 1px 0px;
}
.nav-top-container a {
    display: block;
    text-decoration: none;
}
.nav-top-container a:link, .nav-top-container a:visited, .nav-top-container a:active {
    color: #036;
}
.nav-top-container a:hover {
    color: #A9BEC7;
    background-color: #036;
}


/* Body: navigation */
.body-container .nav {
    width: 157px;
    border-right: 1px solid #A9BEC7;
}


.body-container .nav ul {
    width: 153px;
    list-style-type: none;
    margin: 0;
    padding: 2px 2px 12px 2px;
}
.body-container .nav li a {
    position: relative;
    display: block;
    height: 29px;
    font-size: 12px;
    font-weight: bold;
    color: #036;
    background-color: #F3F3E7;
    text-decoration: none;
    margin: 0;
    padding-left: 2px;
}
.body-container .nav li a:link, .body-container .nav li a:visited, .body-container .nav li a:active {
    /* bl: 11640 color: #84A9B9; */
    color: #036;
    line-height: 29px;
}
.body-container .nav li a:hover {
    /* bl: 11640 color: #036; */
    color: #600;
    line-height: 29px;
}
.body-container .nav .sub-nav {
	position: absolute;
	right: 0px;
	vertical-align: top;
	top: 10px;
}


/* Nav Bottom Styles */
.nav-bottom-container {
    width: 899px;
    height: 23px;
    background: transparent url(/images/background-bottom.jpg) repeat-x top left;
    margin: 0 auto;
    padding: 0px;
}
.nav-bottom-container td {
    height: 23px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #036;
    line-height: 23px;
}
.nav-bottom-container a {
    display: block;
    text-decoration: none;
}
.nav-bottom-container a:link, .nav-bottom-container a:visited, .nav-bottom-container a:active {
    color: #036;
}
.nav-bottom-container a:hover {
    color: #A9BEC7;
    background-color: #036;
}


/* Footer Styles  */
.footer-spacer {
    width: 899px;
    height: 9px;
    background-color: #A24E12;
    margin: 0 auto;
    padding: 0px;
}
.footer-container {
    width: 899px;
    background-color: #FFF;
    margin: 0 auto;
    padding: 0px;
}
.footer-container img {
    vertical-align: middle;
    padding: 5px 25px;
}


/* Styles */
.page-header {
    font-size: 15px;
    font-weight: bold;
    color: #600;
}
.page-sub-header {
    font-size: 13px;
    font-weight: bold;
    color: #600;
}

.member-directory-thumbs {
    padding: 2px 0px;
}
.member-directory-thumbs img:hover {
    border: 2px solid #000;
}

.calendar-search-container {
    width: 100%;
    background-color: #E6EBEF;
    margin: 25px auto;
}
.calendar-results-container {
    width: 100%;
    background-color: #DDE4EA;
}
.Surname {
visibility: hidden;
}

#results .mimetypeshort { font-size:10px; color:#323232; vertical-align:middle; }
#results .fileformat { color:#666666; }
#results .mimetype { color:#323232; }
/*
#results a.title {
        text-decoration:underline;
        color:#666;
}
#results a.title:hover {
        text-decoration:none;
        color:#036;
}
#results a.title:visited {
        text-decoration:underline;
        color:#666;
}
#results a.title:visited:hover {
        text-decoration:none;
        color:#036;
}
#results a.searchlink {
        text-decoration:none;
        color:#A9BEC7;
}
#results a.searchlink:hover {
        text-decoration:none;
        color:#036;
}
#results a.searchlink:visited {
        text-decoration:none;
        color:#A9BEC7;
}
#results a.searchlink:visited:hover {
        text-decoration:none;
        color:#036;
}
*/
#results .line2 { margin-left:40px;margin-top:-15px; }
#adminword.table {width:530px;}
#adminword tr.even { background:#C5ABDA;padding:6px; }
#adminword tr.odd { background-color:#ffffff;padding:6px; }
#adminword td.word { width:250px;font-size:12px; }
#adminword td.added {width:100px;font-size:10px;}
#adminword td.remove {width:75px;font-size:10px;}
#adminword td.madd {width:75px;font-size:10px; }

td.letter_box { background-color:#CBE6E1;font-size:16px;font-weight:bold;border:1px solid black;height:30px;width:30px;padding:8px;text-align:center;text-decoration:underline;}
td.no_link { font-size:16px;border:1px solid black;height:30px;width:30px;padding:8px;text-align:center;color:#EEE;}
table.word_list_table { width:500px; }
td.word_list_table {width:250px; }
td.even { background-color:#C5ABDA; }
td.odd { background-color:#FFFFFF;}
h1.wordlist { width:520px;background-color:#CBE6E1;color:#421c6f;padding:5px;padding-bottom:8px;}

#searchtable.table {width:530px;}
#searchtable tr.header { background:#CBE6E1;}
#searchtable .header  td.number { width:15px;font-size:10px;text-align:right;font-weight:bold; }
#searchtable .header  td.term { width:150px;font-size:10px;font-weight:bold; }
#searchtable .header  td.searches { width:25px;font-size:10px;text-align:center;font-weight:bold; }
#searchtable .header  td.added {width:100px;font-size:10px;font-weight:bold;}
#searchtable .header  td.remove {width:75px;font-size:10px;font-weight:bold;}
#searchtable .header  td.madd {width:75px;font-size:9px;font-weight:bold; }

#searchtable tr.even { background:#C5ABDA;padding:6px; }
#searchtable tr.odd { background-color:#ffffff;padding:6px; }
#searchtable td.number { width:15px;font-size:10px;text-align:right; }
#searchtable td.term { width:150px;font-size:10px; }
#searchtable td.searches { width:25px;font-size:10px;text-align:center }
#searchtable td.added {width:100px;font-size:10px;}
#searchtable td.remove {width:75px;font-size:10px;}
#searchtable td.madd {width:75px;font-size:10px; }
.results {margin-top:5px; margin-bottom:15px; color:red; font-weight:bold;}

