﻿/*
	popupwin.css
	This stylesheet is for text files
	not attached to any master ASP.NET file
*/

table{FONT-SIZE: 10px; border-collapse:separate;}
td{background-color: #eeeeee; text-align:center; padding: 2px; vertical-align:middle;}
body {
    margin: 0px;
    padding: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #517383;}	    
h1 {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ADDFE5;
    color: #517383;
    font-size: large;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;}
h2 {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #517383;
    font-size: medium;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;}	        
h3 {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #517383;
    font-size: small;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;}
a:link { color: #CB8612; }
a:hover { color: #CC6600; }
a:visited { color: #517383; }
a:active { color: #D3460A; }
    
