﻿        /*Styles for the Help.aspx page*/
        #leftPane
        {
            width: 600px;
            height: 900px;
            text-align: center;
            margin-top: 15px;
            float: left;
        }
        #preview
        {
            float: left;
        }
        #movieTitle
        {
            float: left;
            margin-top: 10px;
            font-size: 12px;
        }
        #movieTitle span
        {
            font-weight: bold;
        }
        #guides
        {
            border: 1px solid #c9caca;
            height: 390px;
            clear: both;
            width: 582px;
            position: relative;
            top: 40px;
            text-align: center;
            float: left;
        }
        #guides .title
        {
            text-align: left;
            padding-left: 5px;
            height: 20px;
            font-size: 14px;
            border-bottom: 1px solid #c9caca;
            font-weight: bold;
            font-family: Geneva,Arial,Helvetica,san-serif;
            color: #2461aa;
            background: url(/images/about/bar_articles.jpg) repeat-x;
        }
        #guides .contents
        {
            border-bottom: 1px dashed #c5c5c5;
            width: 95%;
            margin-top: 10px;
            margin-left: 13px;
            height: 80px;
        }
        #guides .contents img
        {
            float: left;
            margin-right: 5px;
        }
        #guides .contents a
        {
            text-align: left;
            float: left;
        }
        #guides .contents p
        {
            text-align: left;
            padding: 0px;
            margin: 0px;
        }
        #rightPane
        {
            float: left;
            width: 240px;
            margin-top: 15px;
            height: 900px;
        }
        #batchSelect
        {
            border: 1px solid #c5c5c5;
            background: url(/images/about/pl_bg.jpg) repeat-x;
            overflow: hidden;
        }
        #batchSelect .title
        {
            font-weight: bold;
            color: Black;
            border-bottom: 1px solid #c5c5c5;
            height: 24px;
            padding-top: 3px;
        }
        #batchSelect .title img
        {
            float: left;
            margin: 3px;
        }
        #batchSelect ul
        {
            padding: 0px;
            margin: 0px;
            margin-left: 5px;
            list-style-type: none;
            width: 97%;
        }
        #batchSelect ul li
        {
            padding: 3px;
            margin: 0px;
            font-size: 11px;
            color: Blue;
            border-bottom: 1px dashed #c5c5c5;
            cursor: pointer;
        }
        #batchSelect ul li img
        {
            float: left;
            margin-right: 5px;
            position: relative;
            top: 6px;
        }
        .movieListing
        {
            margin-top: 20px;
            border: 1px solid #c5c5c5;
            height: 265px;
            text-align: left;
        }
        .movieListing .container
        {
            overflow-y: auto;
            overflow-x: hidden;
            height: 235px;
            width: 100%;
        }
        .movieListing .title
        {
            font-size: 13px;
            font-weight: bold;
            padding: 3px 3px 0px 3px;
            border-bottom: 1px solid #c5c5c5;
            text-align: right;
            background: #efefef;
            height: 24px;
        }
        .movieListing ul
        {
            list-style-type: none;
            width: 220px;
            margin: 0px;
            padding: 0px;
        }
        .movieListing ul li
        {
            padding: 0px;
            margin: 0px;
            height: 70px;
            padding-top: 10px;
            color: Blue;
        }
        .movieListing ul li img
        {
            float: left;
            margin: 3px;
        }
        #questions
        {
            border: 1px solid #c9caca;
            height: 210px;
            clear: both;
            position: relative;
            top: 42px;
            text-align: left;
        }
        #questions h4
        {
            font-size: 14px;
            font-weight: bold;
            text-align: left;
            color: #2461aa;
            padding: 0px;
            margin: 5px 0px 0px 5px;
            font-family: Geneva,Arial,Helvetica,San-Serif;
        }
        #questions ul
        {
            padding: 0px;
            margin: 0px;
            list-style-type: disc;
            text-align: left;
            margin-left: 18px;
            color: #8abdfa;
        }
        #questions ul li
        {
            padding: 3px;
            margin: 0px;
            font-size: 12px;
            line-height: 15px;
            padding-left: 0px;
        }
        /***********************************/
