/* html5doctor.com Reset v1.6.1 - http://cssreset.com */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

select:disabled {
    background-color: rgb(235, 235, 228);
}

table {
    border-collapse: collapse;
    margin:0px auto 0px auto;
}

td, th {
    text-align: center;
    vertical-align: middle;
}

.bold {
    font-weight:bold;
}

.center {
    text-align: center;
}

.clear {
	clear: both;
}

.link {
    cursor: pointer;
    color: blue;
    text-decoration: none;
}

.link:hover {
    text-decoration: underline;
}

.error {
    margin: 20px auto; 
    padding: 10px; 
    width: 650px;
    border: 1px solid #ff0000; 
    background-color: #ffdddd;
    color: #ff0000;
}
.message {
    margin: 20px auto; 
    padding: 10px; 
    width: 650px;
    border: 1px solid #00ff00; 
    background-color: #ddffdd;
    color: #00ff00;
}

body {
}

    #header {
        position: relative;
        margin: 0px auto;
        padding: 0px 0px 10px 0px;
        height: 102px;
        width: 1250px;
        background: url('../images/header-background-strip.png') top left repeat-x;
    }
    
        #header h1 {
            position: absolute;
            top: 35px;
            height: 60px;
            left: 20px;
            line-height: 20px;
            font-size: 20px;
            color: #ffffff;
            font-weight: normal;
        }
            #header h1 .bold {
                font-weight: bold;
            }

        #ulNav {
            position: absolute;
            top: 80px;
            right: 20px;
            height: 15px;
            list-style-type:none;
            text-align: center;
        }
        
            #ulNav li{
                display: inline;
                margin-right: 20px;
                height: 15px;
                text-align: center;
                font-family: Helvetica, Arial, sans serif;
                font-size: 14px;
                font-weight: bold;
            }
            
                #ulNav li a, #ulNav li  a:visited{
                    color: #ffffff;
                    text-decoration: none;
                    cursor: pointer;
                }
                
                #ulNav  > li a:hover{
                    text-decoration: underline;
                }

        .cornerMenu {
            float: right;
            margin-top: 20px;
            margin-right: 30px;
            height: 15px;
            text-align: right;
            font-family: Helvetica, Arial, sans serif;
            font-size: 14px;
            font-weight: bold;
        }
        
            .cornerMenu a, .cornerMenu  a:visited{
                color: #ffffff;
                text-decoration: none;
                cursor: pointer;
            }
            
            .cornerMenu  > a:hover{
                text-decoration: underline;
            }

/*
    The following css is used both for displaying the keywords on the video page as well as the results on the search page.
*/
        .resultsDiv .tagDiv, .resultsDiv .eventDiv, .resultsDiv .sceneDiv, .resultsDiv .videoDiv {
            position: relative;
            float: right;
            border: 1px solid black;
            margin: 0px 0px 2px 0px;
            padding: 1px;
            width: 591px;
            height: 100px;
            cursor: pointer;
        }
        .resultsDiv .videoDiv {
            background-color: rgb(226, 226, 226);
        }
        .resultsDiv .sceneDiv {
            background-color: rgb(166, 220, 255);
        }
        .resultsDiv .eventDiv {
            background-color: rgb(0, 255, 0);
        }
        .resultsDiv .tagDiv {
            background-color: rgb(255, 255, 0);
        }
            .resultsDiv .videoDiv:hover {
                background-color: rgb(150, 150, 150);
            }
            .resultsDiv .sceneDiv:hover {
                background-color: rgb(84, 160, 209);
            }
            .resultsDiv .eventDiv:hover {
                background-color: rgb(0, 200, 0);
            }
            .resultsDiv .tagDiv:hover {
                background-color: rgb(225, 225, 0);
            }
            .resultsDiv .videoDiv.selected {
                background-color: rgb(100, 100, 100);
            }
            .resultsDiv .sceneDiv.selected {
                background-color: rgb(66, 125, 163);
            }
            .resultsDiv .eventDiv.selected {
                background-color: rgb(0, 128, 0);
            }
            .resultsDiv .tagDiv.selected {
                background-color: rgb(175, 175, 0);
            }
                .resultsDiv .tagDiv .thumbnail, .resultsDiv .eventDiv .thumbnail, .resultsDiv .sceneDiv .thumbnail, .resultsDiv .videoDiv .thumbnail {
                    float: right;
                    margin: 2px;
                    width: 132px;
                    height: 96px;
                    border: none;
                }
                .resultsDiv .videoDiv .videoFieldsDiv {
                    float: left;
                    height: 100px;
                    width: 450px;
                    overflow: hidden;
                }
                    .resultsDiv .videoDiv .videoFieldsDiv  .videoField {
                        float: left;
                        margin: 0px 0px 0px 5px;
                        width: 220px;
                        height: 33px;
                        font-size: 15px;
                        line-height: 33px;
                        text-align: left;
                        overflow: hidden;
                    }
                .resultsDiv .sceneDiv div{
                    float: left;
                    margin: 0px 0px 0px 5px;
                    text-align: left;
                    overflow: hidden;
                    height: 25px;
                    font-size: 18px;
                    line-height: 20px;
                }
                    .resultsDiv .fieldName {
                        font-weight: bold;
                    }
                    .resultsDiv .fieldValue {
                    }
                    .resultsDiv .sceneDiv .leftField {
                        width: 220px;
                        font-size: 15px;
                    }
                    .resultsDiv .sceneDiv .rightField {
                        width: 220px;
                        font-size: 15px;
                    }
                    .resultsDiv .sceneDiv .leftFullField {
                        width: 445px;
                        font-size: 15px;
                    }
                    .resultsDiv .sceneDiv .oneInThreeField {
                        width: 145px;
                        font-size: 15px;
                    }
                    .resultsDiv .sceneDiv .durationField{
                        width: 365px;
                    }
                
                .resultsDiv .eventDiv div{
                    float: left;
                    margin: 0px 0px 0px 5px;
                    text-align: left;
                    overflow: hidden;
                    height: 17px;
                    font-size: 14px;
                    line-height: 17px;
                }
                    .resultsDiv .eventDiv .eventField{
                        width: 300px;
                        height: 24px;
                        font-size: 18px;
                        line-height: 24px;
                    }
                    .resultsDiv .eventDiv .volumeField{
                        width: 140px;
                        height: 24px;
                        font-size: 18px;
                        line-height: 24px;
                    }
                    .resultsDiv .eventDiv .fullField {
                        width: 445px;
                    }
                    .resultsDiv .eventDiv .halfField {
                        width: 220px;
                    }
                    .resultsDiv .eventDiv .thirdField {
                        width: 145px;
                    }
                    .resultsDiv .eventDiv .durationField{
                        width: 365px;
                        height: 25px;
                        font-size: 18px;
                        line-height: 25px;
                    }
                
                .resultsDiv .tagDiv div{
                    float: left;
                    margin: 0px 0px 0px 5px;
                    text-align: left;
                    overflow: hidden;
                    height: 17px;
                    font-size: 14px;
                    line-height: 17px;
                }
                    .resultsDiv .tagDiv .fullField {
                        width: 445px;
                    }
                    .resultsDiv .tagDiv .halfField {
                        width: 220px;
                    }
                    .resultsDiv .tagDiv .thirdField {
                        width: 145px;
                    }
                    .resultsDiv .tagDiv .durationField{
                        margin-top: 7px;
                        width: 365px;
                        height: 25px;
                        font-size: 18px;
                        line-height: 25px;
                    }
                .resultsDiv .tagDiv .tagFieldsDiv {
                    float: left;
                    height: 100px;
                    width: 450px;
                    overflow: hidden;
                }
                .resultsDiv .tagDiv .tagFieldsDiv  div {
                    text-align: left;
                    overflow: hidden;
                }
                    .resultsDiv .tagDiv .tagFieldsDiv  .keywordField {
                        clear: left;
                        float: left;
                        margin: 0px 0px 0px 5px;
                        width: 155px;
                        height: 20px;
                        font-size: 18px;
                        line-height: 20px;
                    }
                    .resultsDiv .tagDiv .tagFieldsDiv  .keywordPathField {
                        clear: right;
                        float: right;
                        margin: 0px 5px 0px 0px;
                        width: 285px;
                        height: 20px;
                        font-size: 18px;
                        line-height: 20px;
                    }
                    .resultsDiv .tagDiv .tagFieldsDiv  .ratingField {
                        clear: left;
                        float: left;
                        margin: 0px 0px 0px 5px;
                        width: 155px;
                        height: 40px;
                        font-size: 27px;
                        line-height: 40px;
                    }
                    .resultsDiv .tagDiv .tagFieldsDiv  .durationField {
                        clear: left;
                        float: left;
                        margin: 0px 0px 0px 5px;
                        width: 155px;
                        height: 20px;
                        font-size: 18px;
                        line-height: 20px;
                    }
                    .resultsDiv .tagDiv .tagFieldsDiv  .startEndField {
                        clear: left;
                        float: left;
                        margin: 0px 0px 0px 5px;
                        width: 200px;
                        height: 20px;
                        font-size: 18px;
                        line-height: 20px;
                    }
                    .resultsDiv .tagDiv .tagFieldsDiv  .keywordSceneField {
                        clear: right;
                        float: right;
                        margin: 0px 5px 0px 0px;
                        width: 285px;
                        height: 20px;
                        font-size: 12px;
                        line-height: 20px;
                    }
                .resultsDiv .buttonIcon {
                    position: absolute;
                    border: none;
                    height: 20px;
                    width: 20px;
                    top: 80px;
                    cursor: pointer;
                }
                .resultsDiv .exportButton {
                    left: 435px;
                    background: url('../images/export.png') center center no-repeat;
                }
                .resultsDiv .infoButton {
                    left: 415px;
                    background: url('../images/info.png') center center no-repeat;
                }
                .resultsDiv .editButton {
                    left: 395px;
                    background: url('../images/pencil.png') center center no-repeat;
                }
                .resultsDiv .deleteButton {
                    left: 375px;
                    background: url('../images/delete.png') center center no-repeat;
                }

                
                
    #divMainFrame {
        text-align: center;
    }

        /* The following CSS is used to display a tabbed content area. */
        .tabs {
            margin: 0px auto;
            width: 1102px;
            height: 25px;
        }
            .spacerTab {
                float: left;
                height: 24px;
                border-bottom: 1px solid #222222;
                text-align: right;
            }
            .activeTab {
                float: left;
                border: 1px solid #222222;
                height: 24px;
                border-bottom: none;
                line-height: 23px;
            }
            .tab {
                float: left;
                height: 23px;
                border: 1px solid #222222;
                background-color: #bbbbbb;
                line-height: 23px;
                cursor: pointer;
            }
            .tab:hover {
                background-color: #cccccc;
            }
                .tab a {
                    text-decoration: none;
                }
                .tab:hover a {
                    text-decoration: underline;
                }
        .tabContent {
            margin: 0px auto;
            padding: 20px 0px;
            width: 1100px;
            border: 1px solid #222222;
            border-top: none;
        }
   
    #footer {
        padding: 20px 0px 10px 0px;
        height: 15px;
        width: 100%;
        font-family: ariel, sans-serif;
        font-size: 15px;
        line-height: 15px;
        text-align: center;
    }