﻿
.blueButton
{
	font-size:11px;
	color:#ffffff;
	border-top:1px #888888 solid;
	border-left:1px #888888 solid;
	border-right:1px #333333 solid;
	border-bottom:1px #333333 solid;
	background-image: url(images/sub_nav_bg-vert.png);
	background-repeat: repeat-x;
	background-color:#264280;
    padding: 5px;
    margin: 0;
	}
	
.inputShadow{
	background-repeat: repeat-x;
	background-position:top;
	}
.tableBorder
{
	border-left:1px #666666 solid;
	border-right:1px #666666 solid;
	border-bottom:1px #666666 solid;
	}
.colHeadings {
    background-image:url(images/sub_nav_bg-vert.png);
    background-position:top;
    background-repeat:repeat-x;
    background-color:#264280;
    font-size: 8pt;
    font-family:Tahoma,Arial,SansSerif;
    color: #ffffff;
    border-top:0px solid #555555;
    height:21px;
    padding-left:6px;
    vertical-align:middle;
}
.colHeadingsLt {
    background-image:url(images/sub_nav_bg.png); 
    background-repeat:repeat-x; 
    background-color: #cccccc;
    font-size: 9pt;
    color: #333333;
    border-top:1px solid #555555;
    height:21px;
}

@media print
{
	.noprint { display: none; }
}
