﻿body 
{	font-size: 12px;
	font-family:Arial;
	text-align:left;
	margin:0px;
	background-color:White;
	/*color:Red;*/
	/*background-image:url(images/GrassTile.gif);*/
	/*background-repeat:repeat;*/
}

.PageTitle
{
	font-size: 20pt;
	color: green;
	font-family: Arial;
	font-weight:600;
	text-align:center;
}

.FlatTextBox
{
    border-style:solid;
    border-color:Black;
    border-width:1px;
}

.FlatTextBoxGreen
{
    border-style:solid;
    border-color:Green;
    border-width:1px;
}

.FlatTextBoxDisabled
{
    border-style:solid;
    border-color:Gray;
    border-width:1px;
}

.TableHeader
{
	font-size:13px;
	font-family: Arial;
	font-weight:600;
	color:White;
}

.TableLabel
{
	font-size:12px;
	font-family: Arial;
	color:Gray;
}

.TableData
{
	font-size:12px;
	font-family: Arial;
	color:Black;
}

.Table90Pct
{
	background-color:white;
	width:90%;
	padding-left: 3px;
	padding-right: 3px;
	border-style:solid;
	border-width:1px;
	border-color:Gray;
}

.Table600px
{
	background-color:white;
	width:600px;
	padding-left: 3px;
	padding-right: 3px;
	border-style:solid;
	border-width:1px;
	border-color:Gray;
}

.Table600pxNoBorder
{
	background-color:white;
	width:600px;
	padding-left: 3px;
	padding-right: 3px;
	border-style: none;
}

.Table100pct
{
	background-color: white;
	width:100%;
	padding-left: 3px;
	padding-right: 3px;
	border-style:solid;
	border-width:1px;
	border-color:Gray;
}

.Table90pct
{
	background-color: white;
	width:90%;
	padding-left: 3px;
	padding-right: 3px;
	border-style:solid;
	border-width:1px;
	border-color:Gray;
}


.TableHeader			/* First Row of a table*/
{
	text-align:left;
	font-size:13px;
	font-family: Arial;
	font-weight:600;
	padding-left:3px;
	padding-right:3px;
	color:White;
	background-color:#848284;
	background-image: url(members/images/TexturedPanel.jpg);
	background-position: left;
	background-repeat: no-repeat;
}

.TableHeaderNoImage			/* First Row of a table*/
{
	text-align:left;
	font-size:13px;
	font-family: Arial;
	font-weight:600;
	padding-left:3px;
	padding-right:3px;
	color:White;
	background-color:#848284;
}

.TableHeaderCentered
{
	text-align:center;
	font-size:13px;
	font-family: Arial;
	font-weight:600;
	padding-left:3px;
	padding-right:3px;
	color:White;
	background-color:#848284;
	background-image: url(members/images/TexturedPanel.jpg);
	background-position: left;
	background-repeat: no-repeat;
}


.TableHeader2			/* First Row of a table*/
{
	text-align:Right;
	font-size:12px;
	font-family: Arial;
	padding-left:3px;
	padding-right:3px;
	background-color:gray;
}


.TableColumnHeader
{
	text-align:left;
	font-size:12px;
	font-family: Arial;
	font-weight:600;
	padding-left:3px;
	padding-right:3px;
	color:Black;
	background-color:#e8e8e8;
}
.TableColumnHeaderCentered
{
	text-align:center;
	font-size:12px;
	font-family: Arial;
	font-weight:600;
	padding-left:3px;
	padding-right:3px;
	color:Black;
	background-color:#e8e8e8;
}

.TableColumnHeaderRight
{
	text-align:right;
	font-size:12px;
	font-family: Arial;
	font-weight:600;
	padding-left:3px;
	padding-right:3px;
	color:Black;
	background-color:#e8e8e8;
}

.TDLeftBorder
{
	border-left-style:solid;
	border-left-width: 1px;
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}

.TDTopBorder
{
	border-left-style: none;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: none;
	border-right-style: none;
}

.TDRightBorder
{
	border-left-style:none;
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: solid;
	border-right-width: 1px;
}

.TDBottomBorder
{
	border-left-style: none;
	border-top-style: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-style: none;
}

.TDLeftTopBorder
{
	border-left-style:solid;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: none;
	border-right-style: none;
}

.TDLeftBottomBorder
{
	border-left-style:solid;
	border-left-width: 1px;
	border-top-style: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-style: none;
}

.TDRightTopBorder
{
	border-left-style: none;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: none;
	border-right-style: solid;
	border-right-width: 1px;
}

.TDRightBottomBorder
{
	border-left-style: none;
	border-top-style: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
}

.TDNoBorders
{
	border-left-style: none;
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}

.TDAllBorders
{
	border-left-style: solid;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
}

.TableTopLeftCorner 
{
}

.TableTopRightCorner 
{
}

.TableBottomLeftCorner 
{
}

.TableBottomRightCorner 
{
}

.TableLeftSide 
{
}

.TableRightSide 
{
}

/* this is for the mouseout and default settings for hyperlinks */
.HREFColor {
  /*color:#b22222; Firebrick*/
  color:Blue;
  text-decoration:none;
}

/* :hover is a pseudo selector to use to set the mouseover attributes */
.HREFColor:hover {
  color:Red;
  text-decoration:underline;
}

.HREFColorGreen {
/*color:#b22222; Firebrick*/
  color:Green;
  text-decoration:none;
}

/* :hover is a pseudo selector to use to set the mouseover attributes */
.HREFColorGreen:hover {
  color:Red;
  text-decoration:underline;
}

.HREFMenu {
/*color:#b22222; Firebrick*/
  color:Green;
  font-family:Arial;
  font-size:13px;
  text-decoration:none;
}

/* :hover is a pseudo selector to use to set the mouseover attributes */
.HREFMenu:hover {
  color:Red;
  font-family:Arial;
  font-size:13px;
  text-decoration:underline;
}

.TableSaveSuccess
{
	Width:600px;
	border-style: solid;
	border-width: 2px; 
	border-color:Green;
}

.TableSaveError
{
	Width:400px;
	border-style: solid;
	border-width: 2px; 
	border-color:Red;
}

/* this is for the mouseout and default settings for hyperlinks */
.ColumnHeaderHREFColor {
  /*color:#b22222; Firebrick*/
  color:Black;
  text-decoration:none;
}

/* :hover is a pseudo selector to use to set the mouseover attributes */
.ColumnHeaderHREFColor:hover {
  color:Blue;
  text-decoration:underline;
}

/* this is for the mouseout and default settings for hyperlinks */
.ColumnHeaderHREFColorSelected {
  /*color:#b22222; Firebrick*/
  color:Blue;
  text-decoration:none;
}

/* :hover is a pseudo selector to use to set the mouseover attributes */
.ColumnHeaderHREFColorSelected:hover {
  color:Blue;
  text-decoration:underline;
}

.Clip               
{
    WORD-BREAK: break-all;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.DarkGreenPanel_TopLeft {
  background-position: left top;
  width: 7px;
  background-image: url(images/panels/DarkGreen/Small_DarkGreen_Left.gif);
  background-repeat: repeat-y;
}