/* The global style sheet settings */

/* $Revision: 1.7 $ */

/* @media screen { */

        /* Global entity definitions */

        body {
                color: #000;
                background: #f8f8f8 url("/_images/bg_home.png") no-repeat bottom left fixed;
                padding: 0;
                margin: 0;
                border: 0;
                font-family: arial, helvetica;
        }

        /* Class definitions */

        .bold {
                font-weight: bold;
        }

        div.banneritem {
                background: #f8f8f8;
                padding: 2px;
                text-align: center;
        }

                .banneritem a {
                        text-decoration: none;
                }
        
        .fixedpitch {
                font-family: monospace;
        }

        .doctitle {
                font-family: serif;
                font-style: italic;
        }

        .centered {
                text-align: center;
        }
        
        .hilite {
                background: yellow;
        }

        div.button {
                border: solid 1px;
                border-color: white black black white;
                background: #b2b2b2;
                padding-left: 5px;
                padding-top: 2px;
                height: 20px;
                width: 100px;
        }
                        
                div.button:hover {
                        background-color: #999999;
                        border-color: black white white black;
                }

        .menu {
                /* background: #d2d2d2; */
                /* background: #b2b2b2; */
                background: #f8f8f8;
                /* background: #ffffff url("/_images/horizontal_gradient_2.jpg") repeat-y; */
                color: #21296b;
        }

                .menu a {
                        color: #111111;
                        text-decoration: none;
                }

                .menu h3,p {
                        margin: 0.5em 0 0 0;
                }

                .menu ul {
                        list-style-type:none;
                        margin: 0;
                        padding: 0;
                }

                .menu li {
                        font-size: smaller;
                }

                        div#topmenu a {
                                display:block;
                        }

                div#topmenu {
                        background: #b2b2b2;
                        /* background: #ffd053; */
                        /* background: #ffffff url("/_images/horizontal_gradient_2.jpg") repeat-y; */
                        height: 24px;
                        padding-left: 0.5em;
                        padding-right: 0.5em;
                }

                        div#topmenu li {
                                float:left;
                                text-align: left;
                        }

                        div#topmenu li#chessieshop {
                                float: right;
                        }


        div.liwrapper {
                clear: both;
        }

                div.liwrapper img {
                        position: relative;
                        float: right;
                }


        /* Image sizes for web display */

        img.thumb {
                width: 150px;
                /* height:100px; */
                border: none;
        }

        img.thumbportrait {
                width: 100px;
                /* height: 150px; */
                border: none;
        }

        img.small {
                width: 280px;
                height: 210px;
                border: solid 1px;
        }

        img.smallportrait {
                width: 210px;
                height: 280px;
                border: solid 1px;
        }

        img.medium {
                width: 400px;
                /* height: 280px; */
                border: solid 1px;
        }

        img.mediumportrait {
                /* width: 280px; */
                height: 400px;
                border: solid 1px;
        }

        img.large {
                width: 800px;
                height: 600px;
                border: solid 2px;
        }

        img.largeportrait {
                width: 600px;
                height: 800px;
                border: solid 2px;
        }

        img.hires {
                width: 1024px;
                height: 768px;
                border: solid 2px;
        }

        img.hiresportrait {
                width: 768px;
                height: 1024px;
                border: solid 2px;
        }

        img.left {
                float: left;
                margin: 10px 10px 10px 0;
        }

        img.right {
                float: right;
                margin: 10px 0 10px 10px;
        }

        /* End Image Sizes */

        div#container {
                min-width: 720px;
        }

        div#header {
                height: 104px;
                color: #21296b;
                /* background: #d2d2d2; */
                /* background: #b2b2b2; */
                /* background: #fefefe; */
                /* background: #ffffff url("/_images/horizontal_gradient_2.jpg") repeat-y; */
                background: #fefefe url("/_images/mapban.jpg") repeat-x;
                padding-right: 0;
        }

                /* These replace heading text with heading images */
                div#header #chessie {
                        padding: 100px 0px 0px 0px;
                        overflow: hidden;
                        background-image: url("/_images/chessie_100h.png");
                        float: right;
                        width: 116px;
                        background-repeat: no-repeat;
                        height: 0px !important;
                        height /**/:100px;
                }

                div#header #seal {
                        display: block;
                        margin-top: 5px;
                        padding: 90px 30px 0px 0px;
                        overflow: hidden;
                        background-image: url("/_images/cohs_seal.gif");
                        background-repeat: no-repeat;
                        height: 0px !important;
                        height /**/:90px;
                }

                div#header #title {
                        margin-left: 90px;
                        margin-top: -95px;
                        padding: 60px 0px 0px 0px;
                        overflow: hidden;
                        background-image: url("/_images/cohs_title.gif");
                        background-repeat: no-repeat;
                        height: 0px !important;
                        height /**/:60px;
                }
                /* End replace heading text with heading images */

                /* Don't decorate links in the header */
                div#header a {
                        text-decoration: none;
                }

        img.centeredImage {
                display: block;
                margin-left: auto;
                margin-right: auto;
        }

        div#leftcol {
                width: 10.5em;
                padding-bottom: 0.2em;
                padding-right: 0.2em;
                padding-top: 0.2em;
                padding-left: 0.2em;
                float: left;
                clear: left;
        }

                div#leftcol form {
                        font-size:smaller;
                        text-align:left;
                }

/*
                div#leftcol div {
                        padding: 0 0 0 0;
                        margin: 0;
                }

                div#leftcol div.button {
                        padding-left: 5px;
                }

                div#leftcol #cohssearch {
                        padding: 0.4em 0 0 0;
                        margin-bottom: 5px;
                }
*/
                div.bannerhead {
                        background: #bbbbbb;
                        border-left: solid 1px;
                        border-top: solid 1px;
                        border-right: solid 1px;
                        margin: 6px 0 0 0;
                        padding: 0;
                        font-weight: bold;
                        font-size:smaller;
                        text-align: center;
                }

                div.banneritem {
                        background: #e8e8e8;
                        border: solid 1px;
/*                        
                        margin-top: 4px;
                        padding: 4px;
*/
                }

        div#rightcol {
                float: right;
                width: 10em;
                margin: 0;
                text-align: center;
                margin-bottom: 50px;            /* To stop before the footer */
        }

                div#rightcol a {
                        text-decoration: none;
                }

                div#rightcol ul {
                        list-style-type:none;
                        margin: 0;
                        padding: 0;
                }

                div#rightcol form {
                        margin: 0;
                        padding: 0;
                }

        div#links {
                background: #e8e8e8;
                border: solid 1px;
        }

        div.content {
                margin-bottom: 50px;            /* To stop before the footer */
                padding-left: 1em;
                padding-right: 1em;
                padding-bottom: 1em;
                color: #000;
                background: #f8f8f8;
                overflow-y:hidden;
                overflow-x: auto;
        }

                div.content p.cleared {
                        clear: both;
                }

                div.content img {
                        margin: 10px 0 10px 10px;
                        float: right;
                }

.p1{
position: relative;
z-index: 0;
}

.p1:hover{
background-color: transparent;
z-index: 50;
}

.p1 span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 0px;
left: -1000px;
border: 1px solid black;
visibility: hidden;
color: black;
text-decoration: none;
}

.p1 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.p1:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -100px;
left: 60px; /*position where enlarged image should offset horizontally */
}

#randomimage .p1:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -100px;
left: -540px; /*position where enlarged image should offset horizontally */
}

/*
table.searchtable {border:1px solid #b2b2b2;border-right:none;}
table.searchtable td,tr,caption,thead,tfoot {border:1px solid 
#b2b2b2;border-left:none;border-bottom:none;}
*/
                table.searchtable {
                        font-size: smaller;
                        border-collapse:collapse;
                }

                table.searchtable th, td {
                        border: 1px solid #b2b2b2;
                }

                table.searchtable img {
/*
                        position: relative;
                        z-index: 0;
                        background-color: #dddddd;
*/
                        margin: 0;
                        border: 0;
                }

/* 
                table.searchtable img:hover {
                        background-color: transparent;
                        z-index: 50;
                }
 
                table.searchtable img.small {
                        border: 0px;
                        display: inline;
                        height: 1px;
                        left: -1px;
                        position: absolute;
                        top: -1px;
                        width: 1px;
                }
 
                table.searchtable img.smallportrait {
                        border: 0px;
                        display: inline;
                        height: 1px;
                        left: -1px;
                        position: absolute;
                        top: -1px;
                        width: 1px;
                }
 
                table.searchtable img.thumb:hover {
                background-color: #8C97A3;
                color: #000000;
                text-decoration: none;
               }
                
                table.searchtable img.thumbportrait:hover {
                background-color: #8C97A3;
                color: #000000;
                text-decoration: none;
               }
                
                .pic a.p1:hover .small {
                        border: 1px solid #000000;
                        display: block;
                        height: 233px;
                        left: 290px;
                        position: fixed;
                        top: 150px;
                        width: 300px;
                        margin-left: auto;
                        margin-right: auto;
                }
 
                .pic a.p1:hover .smallportrait {
                        border: 1px solid #000000;
                        display: block;
                        height: 300px;
                        left: 290px;
                        position: fixed;
                        top: 150px;
                        width: 233px;
                        margin-left: auto;
                        margin-right: auto;
                }
*/

                div.content h2 {
                        text-align: left;
                }

                div.content div.section {
                        border-top: solid 1px;
                }

                div.content h3,h4,h5,h6,h7 {
                        display: inline;
                }

                div.content table {
                        border-color: #000000;
                }

fieldset div {
        clear: both;
        border: 0;
}

fieldset legend {
        color: #21296b;
}

fieldset.request {
        background-color: #f8f8f8;
        }

div.searchinput {
        background-color: #b2b2b2;
        border:0;
        margin:0;
        padding:0;
        font-size:smaller;
        }

div.alignedinput label {
        margin: 0;
        display: block;
        width: 12em;
        text-align: right;
        float: left;
}

label.mandatory, fieldset legend {
        font-weight: bold;
}

fieldset div.alignedinput {
        display: inline;
        white-space: nowrap;
}

/*        
        div.alignedinput input,textarea,select {
                background: #d2d2d2;
        }
*/
        div.form input {
                width: 15em;
        }

        div#content_home {
                min-height: 300px;      
                background: #f8f8f8 url("/_images/watermark_home.png") no-repeat top center;
        }

                div#content_home p {
                        text-align: center;
                }

        div.footer {
                position: fixed;
                bottom: 0;
                left: 0;
                width:100%;
                min-width: 720px;
                padding-top: 0;
                padding-left: 0.5em;
                padding-bottom: 0;
                padding-right: 0.5em;
                vertical-align: middle;
                font-size: smaller;
                color: white;
                /* background: #ffffff url("/_images/horizontal_gradient_2.jpg") repeat-y; */
                background: #21296b;
        }

                div.footer img {
                        border:0;
                        width:66px;
                        height:23px;
                        vertical-align: bottom;
                }

                div.footer a {
                        color:yellow;
                }

                div.footer a:hover {
                        color:white;
                }

                div#footer_right {
                        float: right;
                }

                div#footer_left {
                        float: left;
                }

                div#footer_center {
                        text-align: center;
                }

/* }  */ /* End of @media screen */


@media print {

} /* End of @media print */



