﻿@media print 
{
    .dontPrint { display: none; }
       
    body
        {
        background-color: #ffffff;
        font-size: small;
        color: #000000;
        font-family: Verdana, Arial, Sans-Serif;
        }
}

@media screen 
{
    .dontScreen { display: none; }

    body
        {
        background-color: #ffffff;
        font-size: small;
        color: #000055;
        font-family: Verdana, Arial, Sans-Serif;
        }
}


h1,h2,h3,h4,h5,h6
{
  color: #550000;  
}

h1
{
    text-align: center;
    font-size: 200%
}

h4
{
    margin-bottom:0;
}
a:link
{
    color: #2020ff;
    text-decoration: none;
}
a:visited
{
    color: #2020ff;
    text-decoration: none;
}
a:hover
{
    color: #2020ff;
    text-decoration: underline;
}
a:active
{
    color: #2020ff;
    text-decoration: underline;
}
/* For Triple State checkbox' */

.CheckBoxChecked
{
	background: url(/images/TripleStateCheckBox/Checked.gif);  
	background-color:White;
	width: 14px;
	height: 14px;
	
}

.CheckBoxUnChecked
{
	background: url(/images/TripleStateCheckBox/UnChecked.gif);  
	width: 14px;
	height: 14px;
	
}

.CheckBoxUnDefined
{
	background: url(/images/TripleStateCheckBox/UnDefined.gif);  
	background-color:White;
	width: 14px;
	height: 14px;
	
}

.defaultTripStateCheckBox span
{
	font-size:10px;
	font-family:Arial;
}

