﻿/* CSS - Remote Control Help Page */

.help_image_div{ /* Container CSS for the the image */
                position:relative;
                margin-top:2px;
                text-align: center;
                
            }
            
		.help_image{ /* Container CSS for the the image */
                width:30%;
                height:30%;
                                
            }



        .help_title{ /* Container CSS for the the title content */
            position:relative;
            background-color: #eeeeee;
            color: #777777;
            margin-top:15px;
            margin-left:0px;
            margin-bottom: 10px;
            font-family: Times New Roman;
			font-weight: bold;
			font-size: 27px;
            text-align: center;
            

        }

        .help_back{ /* Container CSS for the the back  to contents hyperlink */
            position:relative;
            background-color: #eeeeee;
            color: #fd5001;
            margin-top:5px;
            margin-left:20px;
            font-family: Arial;
			font-weight: bold;
			font-size: 14px;
            text-align: left;
            
        }

        .help_hyper{ /* Container CSS for the section text hyper link */
            position:relative;
            background-color: #eeeeee;
            color: #fd5001;

        }

        .help_spacer{ /* Container CSS for the spacing out content */
        
        	position:relative;
        	margin-bottom: 20px;

        }

         .help_section_hdr{ /* Container CSS for the the section header content */
            position:relative;
            background-color: #eeeeee;
            color: #444444;
            margin-top:10px;
            margin-bottom:2px;
            margin-left:20px;
            margin-right:20px;
            font-family: Arial;
			font-weight: bold;
			font-size: 17px;
			line-height: 100%;
			text-align:left;
			
         }

        .help_section_text{ /* Container CSS for the the section text content */
            position:relative;
            background-color: #eeeeee;
            color: #555555;
            margin-top:1px;
            margin-bottom:5px;
            margin-left:20px;
            margin-right:20px;
            font-family: Arial;
			font-weight: normal;
			font-size: 16px;
			line-height: 125%;
			text-align:justify;
			
         }

