﻿/* Styles used in the Foundation site pages */

.ColoredBox
{
	border-right: 2px groove;
	border-top: 2px groove;
	border-left: 2px groove;
	border-bottom: 2px groove;
	background-color: #F0F0F0;
}
.ColoredBoxTitle
{
	font-size: medium;
	color: #0000ff;
	font-family: verdana,arial,helvetica,sans-serif;
}
.ColoredBoxSubTitle
{
	font-style: italic;
}
.ColoredBoxText
{
	border: 0px;
}

.small
{
	font-size: small;
	font-family: verdana,arial,helvetica,sans-serif;
	background-color:#dfe4c7;
	
}
.color
{
	font-size: small;
	color: #0000ff;
	font-family: verdana,arial,helvetica,sans-serif;
}
.address
{
	font-variant: small-caps;
}
.ErrorMessage
{
    font-weight: bold;
    color: #990000;
}

.TableHeader
{
	font-variant: small-caps;
	font-weight: bold;
	background-color: #0000ff;
	color:#ffffff;
	
}
.TableFooter
{
	font-variant: small-caps;
	font-weight: bold;
	background-color: #0000ff;
	color:#ffffff;
	
}
.TableFooterDetail
{
	font-variant: small-caps;
	font-weight: bold;
	background-color: #0000ff;
	color:#ffffff;
	
}
.TablePager
{
	text-align: center;
	font-variant: small-caps;
	font-weight: bold;
	background-color: #ffff66;
}
.TableItem
{
}
.TableAlternatingItem
{
	background-color: #F0F0F0;
}
.TableHideItem
{
    visibility:hidden;

}

    
.dropShadowPanel
{
    background-color: #FFCC00;
    color: #ffffff;
    font-weight: bold;
}

LinkButton.closeNewCardPanel
{
    cursor: pointer;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    padding: 10px;
}

.modalBackground 
{ 
 background-color:White;
 filter:alpha(opacity=70); 
 opacity:0.7;
}
