﻿.HelpView 
{
	margin:0px;
	}

.HelpView .divNewsTitle 
{
	display:none;
	}

.HelpView .divNewsSummary
{
		margin:10px;
	}

.HelpView .divNewsSummary .newsSummary
{
	font-style:italic;

	}

.HelpView .divNewsContent
{
	margin:10px;
	}

.HelpView .divNewsContent .newsContent
{
	}

.HelpView .divCreateBy
{
	display:none;
	}
	
	
.helpView h3
{
    padding:10px 10px;
    }
    
    
.BookingHelp 
{
    float:right;
    display:none;
    background-color: #fff;
    border:1px solid black;
    height: 12px;
    margin-right: 10px;
    text-align: center;
    width: 12px;
    }
    
.BookingHelp a {
    color:#000; /*67B7D2*/
    text-decoration:none;
    font-size:11px;
    text-align: center;
    width: 12px;

}