﻿@media screen
{
	/* Don't display them on screen, only used for when the page is printed */
   .NoDisplay
   {
		display: none;
		visibility:hidden;
   }
   .HorizLine
    {
        width:570px;
        height:1px;
        background-color:#696969;
        margin-top:3px;
    }
   .VertLine
    {
        width:1px;
        height:700px;
        background-color:#696969;
        margin-left:3px;
        margin-right:3px;
    }    
    .div_Body
    {
        padding:20px;
    }
        
    h1
    {
        font-size: 1.5em;
	    font-weight: bold;
	    color: #003680;
	    margin-bottom:0px;
    }
    h1.FlexBill
    {
		color: #9F242A;
    }
    h2
    {
        font-size: 1.1em;
	    font-weight: bold;
	    color: #000000;
	    font-style: normal;
	    margin-bottom:0px;
    }
    h3
    {
        font-size: 0.9em;
	    font-weight: bold;
	    color: #000000;
	    font-style: normal;
	    margin-bottom:0px;
    }
    h4
    {
        font-size: 0.9em;
	    font-weight: bold;
	    color: #D10601;
	    font-style: normal;
	    margin-bottom:0px;
    } 
    h5
    {
        font-size: 0.7em;
	    font-weight: bold;
	    color: #003680;
	    font-style: normal;
	    margin-bottom:0px;
	    margin-top:3px;
    }               
    p
    {
        font-size:0.9em;
    } 
    p.NoTop
    {
        font-size:0.9em;
        margin-top:0px;
        padding-top:0px;
    } 
    
    ul
    {
        margin-top:0px;
    }
    #TopMenu ul li
    {
        font-size:12px;
    }
    ol li
    {
		font-size: 0.9em;
    }
    
    .TM
    {
		font-size: 4px;
		vertical-align: text-top;
    }
    
    /* Used in Contact Form */
    .ContactForm
	{
		font-size:.8em;
	}
	.Right-align
	{
		text-align:right;
	}
    /* //Used in Contact Form\\ */
    
    /* Used in Video Page  */
    .heading-red
    {
		font-size: .9em;
		font-weight: bold;
		color: #D10601;
    }
    .productbox-heading 
	{
		font-size: 12px;
		font-weight: bold;
		color: #003680;
	}
	.quotes
	{
		font-size: 0.8em;
	}
    .VideoLabels
    {
        font-size:0.7em;
    } 
    
    .WhiteText
    {
        color: #ffffff;
    }
    
    .WhiteText h5
    {
        color: #ffffff;
    }    
    /* //Used in Video Page */
    
    /* Used in Statements Control */
    .smallTitle
    {
		font-size:.8em;
    }
    /* //Used in Statements Control */
    
    /* Used in Right Panel Master */
    .div_RightMasterBody
    {
		width:727px;
    }
    /* //Used in Right Panel Master */
    .img_pifscreen
    {
		border: 5px solid #E5F3FC;
		margin-left: 15px;
    }
    
    .topten li
    {
        padding: 5px;
    }
    
	.dots 
	{
		background:url(images/dot.gif) repeat-x bottom;
		margin-bottom: 7px;
	}
	.nodots 
	{
		background-color: #E5F3FC;
	}
	
	/* New Client Wizard */
	.NewClientWizard
	{
		width:710px; 
		border:1px solid #0a5aa1;
		min-height:350px;
		background-color:White;
	}
	
	.NewClientHeader
	{
		height:25px;
		font-size:0.7em;
		margin:5px 20px 5px 20px;
	}
	
	.NewClientNavigation
	{
		text-align:right;
		margin:10px 20px 10px 20px;
	}
}
