﻿/* HTML tags */

h1
{
	padding:0;
	font-family:Arial;
	color:Black;
	font-size:16px;
	font-weight:bold;
}

/* CSS classes */
.footernavText
{
	font-family:Arial;
	color:#555555;
	font-size:11px;
	text-transform:lowercase;	
}
.footernavText a
{
	font-family:Arial;
	color:#555555;
	font-size:11px;
	text-transform:lowercase;
	text-decoration:none;
}
.footernavText a:hover
{
	color:#4d85af;
}
.text
{
	font-family:Arial;
	font-size:12px;
}
.disclosure
{
	font-family:Arial;
	font-size:11px;
}

/* ListTemplate */

.listView
{
}
.headerList
{

}
.itemList td
{

}
.altList td 
{

}
.altList
{
    background-color: #f0f8ff;
}
.editList
{
    background-color: #f8f8ff   ;
    border: solid 1px #00008b;
}

.editList th
{
    text-align: right;
    font-weight: normal;
    padding-right: 10px;
}
.editList input[type="submit"]
{
     background-color: #808080;
     color: White;
     border: solid 0px white;
}

.appStatus
{
	font-weight:bold;
	font-size:14px;
	color:Red;	
}

