/* CSS Document */
html {
  margin: 0;
  padding: 0;        
}
body {
    background-color: #01234C;
    scrollbar-base-color: #DBDBDB;
    scrollbar-arrow-color: #00244d;
    scrollbar-shadow-color: #666666;
    scrollbar-lightshadow-color: #b1b1b1;
    scrollbar-darkshadow-color: #e1e1e1;
    scrollbar-highlight-color: #f2f2f2;
    scrollbar-3dlight-color: #e4e4e4;
    font-family: Arial, "MS Trebuchet", sans-serif;
    padding: 0;
    margin: 0;
}

img {
    border: 0;
}

h1, p {
    margin: 0;
}

a {
    color: #00244d;
    font-family: Arial, "MS Trebuchet", sans-serif;
}

a:link  {
    color: #00244d;
}

a:hover {
    text-decoration: underline;
    color: #637a93;
}

/* General elements */
.clear {
    clear: both;
	margin: 0;
	padding: 0;
	height: 2px; width: 0;
    }

#header {
/*
	width: 795px;
	height: 30px;
*/
	height: 161px;
	width: 850px;
    margin: 8px auto 0 auto;
}

    #header #logo {
        float: left;
	width: 850px;
	height: 160px;
/*
        width: 180px;
        height: 29px;
*/
    }

    #header #nav {
	display: none;
        float: right;
        width: 66px;
        height: 22px;
        margin-top: 6px;
    }

#contentBox {
    margin: 0 auto 0 auto;
}

#contentBox,
#contentBoxTop,
#contentBoxBottom {
    width: 850px;
    xxxmin-width: 850px;
/*
    width: 795px;
    min-width: 795px;
*/
}

#contentBoxTop,
#contentBoxBottom {
    height: 24px;
}

#contentBoxTop {
    //border-bottom: 1px solid #637a93;
    //background-color: #adcfe6;
    height: 40px;
    background: url(/common/img/bg.gif) top left repeat-x #F1F1F1;
}

    #contentBoxTopLeft {
     display:none;
     //   width: 8px;
     //   height: 24px;
     //   float: left;
     //   background-image: url('/common/img/header_left.png');
     //   background-repeat: repeat-none;
     //   background-position: top left;
    }

    #contentBoxTopContent {
        margin: 0 0 0 8px;
        //color: #00244d;
        font-size: 13px;
        float: left;
        width: 98%;
        height: 24px;
    }

        #contentBoxTopContent div.title {
            display:none;
            //float: left;
            //width: 30%;
            //margin-top: 4px;
        }

            #contentBoxTopContent div.title img {
                float: left;
                margin-top: 4px;
            }

            #contentBoxTopContent div.title span {
                display: block;
                float: left;
                margin: 0 6px;
            }

#contentWindow h1{position:relative; padding-bottom: 10px;}
#contentWindow h1 form#search{position:absolute; top:0; right:10px;}
#contentWindow h1 form#search input.criteria{margin-top:0; margin-bottom:0}

            #contentBoxTop form#search input.submit {
                float: left;
                margin-top: 3px;
            }

            #contentBoxTop form#search input.criteria {
                float: left;
                width: 150px;
                height: 12px;
                margin: 0 3px 0 0;
                font-size: 10px;
                //border-bottom: 1px solid #637a93;
                //border-right: 1px solid #637a93;
                //border-top: 1px solid #00244d;
                //border-left: 1px solid #00244d;
            }
form#search input.criteria {
  width: 120px;
  margin: 15px 0 8px 0;
}
    #contentBoxTopRight {
        display:none;
        //width: 8px;
        //height: 24px;
        //float: right;
        //background-image: url('/common/img/header_right.png');
        //background-repeat: repeat-none;
        //background-position: top left;
    }

#contentMain {
    background: #ededed; //url('/common/img/left_corner.png') bottom left no-repeat;
    //background-color: #ededed;
	width: 850px;
}

#contentBoxBottom {
    clear: both;
    border-top: 1px solid #00244d;
/*    background-color: #637a93;*/
	display: none;
}

    #contentBoxBottomLeft {
        width: 8px;
        height: 24px;
        float: left;
     /*   background-image: url('/common/img/footer_left.png');*/
        background-repeat: repeat-none;
        background-position: top left;
    }

    #contentBoxBottomContent {
        float: left;
        width: 80%;
    }

    #contentBoxBottomRight {
        width: 8px;
        height: 24px;
        float: right;
/*        background-image: url('/common/img/footer_right.png');*/
        background-repeat: repeat-none;
        background-position: top left;
    }

/* Images list view */
#imageNavigation {
    float: left;
    width: 152px;
    _width: 14px;
    height: 100%;
    background-color: #ededed;
    xxxmargin-left: 10px;
}

    #imageNavigation ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

    #imageNavigation ul li.fan_freebies {
        text-align: center;
        background-color: #ff6;
        padding: 3px 0;
    }

        #imageNavigation ul li.fan_freebies p {
            font-size: 11px;
            margin: 5px;
        }

    ul#navTierOne {
        margin: 12px 0 0 10px;
    }

        ul#navTierOne>li {
            margin: 4px 0 0 0;
        }

    ul#navTierTwo {
        list-style-type: disc;
        padding-left: 15px;
    }

        ul#navTierTwo li {
            font-size: 12px;
        }

        ul#navTierThree {
            list-style-type: circle;
            padding-left: 15px;
        }

    #imageNavigation a {
        text-decoration: none;
		font-size: 12px;
    }

#contentWindow {
    float: right;
/*    width: 625px; */
    width: 680px;
    _width: 625px;
    background-color: #fff;
    padding-left: 8px;
    padding-bottom: 8px;
    display: inline;
}

    #contentWindow p.message {
        margin: 10px 0;
    }

    #contentWindow h1 {
        font-size: 18px;
        font-weight: bold;
        xxxborder-bottom: 1px solid #ccc;
        color: #00244d;
        margin: 10px 0 0 10px;
        float: left;
        display: inline;
        width: 100%;
    }

#imagesCompact {
    list-style-type: none;
    margin: 0;
    padding: 0 0 5px 0;
    }

    #imagesCompact li.date_marker span {
        float: left;
        font-size: 12pt;
        color: #000;
        margin: 38px 0 0 27px;
    }

    #imagesCompact li {
        border-bottom: 1px dotted #bbb;
        float: left;
        height: 118px;
        margin-right: 4px;
        overflow: hidden;
        padding: 5px 0;
        width: 100px;
        }

        /* Embargoed */
        #imagesCompact li span {
            color: #c00;
            font-weight: bold;
            }

        #imagesCompact li .functions {
            height: 16px;
            margin-top: 2px;
            text-align: center;
            }

            #imagesCompact li .functions img {
                border: 0;
                }

        #imagesCompact li .thumbnail {
            text-align: center;
            }

            #imagesCompact li .thumbnail p {
                background-repeat: repeat;
                height: 100px;
                margin: 0;
                width: 100px;
                }

                #imagesCompact li .thumbnail p img {
                    border: 0;
                    }

            #imagesCompact li .embargoed {
                background-image: url("/design/images/backgrounds/thumbnails/red.png");
                }

            #imagesCompact li .lightbox {
                background-image: url("/design/images/backgrounds/thumbnails/yellow.png");
                }

            #imagesCompact li .normal {
                background-image: url("/design/images/backgrounds/thumbnails/gray.png");
                }

            #imagesCompact li .notPublished {
                background-image: url("/design/images/backgrounds/thumbnails/blue.png");
                }

/* Page navigation */
.pageNavigation {
    font-size: 9px;
    padding: 3px 5px;
    clear: left;
    width: 660px;
    margin: 0;
    }

    /* Go to page form */
    .pageNavigation form {
        float: left;
        margin: 0px;
        width: 145px;
	    margin: 0;
        }

        .pageNavigation form p {
            float: left;
            margin: 0px;
            }

        .pageNavigation form .pageGoToText {
            padding-top: 3px;
            }

        .pageNavigation form .pageGoTo {
            margin-left: 5px;
            }

            .pageNavigation form .pageGoTo input {
                border: 1px solid #000;
                font-size: 9px;
                height: 15px;
                margin: 0px;
                padding: 0px;
                width: 30px;
                }

        .pageNavigation form .pageSubmit {
            margin-left: 5px;
            }

            .pageNavigation form .pageSubmit input {
                font-size: 9px;
                margin: 0px;
                padding: 0px;
                }

    .pageNavigation .pages {
        float: right;
        padding-top: 3px;
        text-align: center;
        width: 330px;
        display: inline;
        }

    .pageNavigation .perPage {
        float: right;
        padding-top: 3px;
        text-align: right;
        width: 120px;
        }

    .pageNavigation .results {
        float: right;
        padding-bottom: 2px;
        }

    .pageNavigation .title {
        float: left;
        padding-bottom: 2px;
        }

#pageNavigationBottom {
    border-top: 1px solid #bbb;
    background: #FFF; //url('/common/img/right_corner.png') bottom right no-repeat;
    }

#pageNavigationTop {
    margin-top: 5px;
    padding-top: 8px;
    border-bottom: 1px solid #bbb;
	border-top: 1px solid #ccc;
}

/* overlib */
table.overlib_container {
    background-color: #00244d;
}

table.overlib_caption {
    
}

table.overlib_content {
    background-color: #eee;
}
