﻿@import url("layout.css");


p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align:justify;
	color: #003366;
}

 
body 
{
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin:0 auto; 
	text-align:left;
}
 

.largetext
{
	font-size:large;
}

.form_defaults
{
 font-family:Arial;
 font-size:small;
}

        
.standardheader
{
	background-color:#003366;
	color:White;
	text-align: center; 
	font-weight: bold; 
/*	vertical-align:top;*/
	font-size: large;
}

.standardsubheader
{
	background-color:#336699;
	color:White;
	text-align: center; 
	font-weight: bold; 
/*	vertical-align:top;*/
	font-size: large;
}

.standardcell
{
	color:Black;
	font-size: small;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-top: 1px;
	
}

.accordianheader
{
	background-color: #003366;
	color: White;
	font-weight:bold;
	border: solid 1px black;
	margin: 5px 0px 1px 0px;
	cursor: pointer;
}

.accordiancontent
{
	background-color: White;
	color: Blue;
	border: solid 1px black;
	margin: 1px 0px 5px 0px;
	cursor: pointer;
}

.normalcontent
{
	text-align:justify; 
	font-size:small; 
	vertical-align:top;
}

.columndefault
{
	height: 100%;
	padding: 15px;
	vertical-align: top;
	border-collapse:collapse; 
	font-size: small;
	text-align: center;
}



a:link
{
	text-decoration:none;
	border-style:none;
	color: black;
}

a:hover
{
	text-decoration:none;
	color: black;
}

a:visited
{
	text-decoration:none;
	color: black;
}


#MediaPlayer
        {
            height: 480px;
            width: 640px;
        }
        
.InvoiceTable
{
	width: 600px; 
	border: solid 1px gray; 
	border-collapse: collapse; 
	text-align: left; 
	padding: 6px;
}

.InvoiceTable td
{
	padding: 6px;
}
