a:link,a:active,a:visited
{
	color: #000000;
	text-decoration: underline;
}

a.Nav:link,a.Nav:active,a.Nav:visited 
{
	color: #8C5726;
	text-decoration: none;
}

a.Edit:link,a.Edit:active,a.Edit:visited 
{
	color: #009900;
	text-decoration: none;
}

a.NavOne:link,a.NavOne:active,a.NavOne:visited 
{
	color: #FED42C;
}

a.NavGroup:link,a.NavGroup:active,a.NavGroup:visited 
{
	color: #FFFF99;
	text-decoration: none;
}

a.NavLogout:link,a.NavLogout:active,a.NavLogout:visited 
{
	font-size:smaller;
	color: red;
	text-decoration: none;
}

a:hover, a.Nav:hover, a.NavGroup:hover, a.NavLogout:hover
{
	color: #FF9900;
	text-decoration: underline;
}

.TableColorTwo
{
	background-color:#006634;
	border:solid 1px #006634;
}

th
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF9900;
	font-size:small;
	font-weight: bold;
	padding-bottom: 8px;
	background-color: #006633;
	background-image:  url(/sessiontest/media/th.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

.TableTitle
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF9900;
	font-size: 125%;
	font-weight: bold;
}

.BorderOne
{
	border-style: double;
	border-width: medium;
	border-color: #000000;
}

.NavItemCol
{
	font-weight:bold;
	font-size:larger;
	color: #FF9900;
	background-color: #FED42C;
	text-align: right;
	white-space: nowrap;
}


.NavGroupCol
{
	font-weight:bold;
	color: #FF9900;
	background-color: #FED42C;
	padding-right: 30px;
	text-align: right;
	white-space: nowrap;
}


.NavItemColSpacer
{
	background-color: #FED42C;
}

.NavItemColWel
{
	color: #FFFF99;
	background-color: #FED42C;
	text-align: right;
	white-space: nowrap;
}

.NavVAlign
{
	vertical-align: bottom;
}

.NavGroupVAlign
{
	vertical-align: middle;
}

.NavTable
{
	background-color: #FED42C;
}


.ButtonLook
{
	border-style:outset;
	border-width:2px;
}

.ErrorsDefault
{
	color:#FF0000;
}

a.ErrorsDefault:link, a.ErrorsDefault:active, a.ErrorsDefault:visited, a.ErrorsDefault:hover
{ 
	color:#FF0000;
	text-decoration:none;
}

.ErrorsLarge
{
	color:#FF0000;
	font-size:larger;
	font-weight:bold;
}

a.ErrorsLarge:link, a.ErrorsLarge:active, a.ErrorsLarge:visited, a.ErrorsLarge:hover
{ 
	color:#FF0000;
}

.TitleLgDk
{
	font-weight:bold;
	font-size:150%;
}

.TitleLgLt
{
	font-weight:bold;
	font-size:160%;
	color:#FFFFFF;
}

.TitleMedLt
{
	font-weight:bold;
	font-size:130%;
	color:#FFFFFF;
}

.TitleLg
{
	font-weight: bold;
	font-size: 150%;
}

.TitleMed
{
	font-weight: bold;
	font-size: 135%;
}

.TitleSm
{
	font-weight: bold;
	font-size: 120%;
}

.FontSmall
{
	font-size:small;
}

.FontSmaller
{
	font-size:smaller;
}

.MessageLarge
{
	color:blue;
	font-weight:bold;
	font-size:larger;
}

.Bold
{
	font-weight:bold;
}

.BoldLarger
{
	font-weight:bold;
	font-size:larger;
}

.ColorOne
{
	color: #FED42C;
}

.BgColorOne
{
	background-color: #FED42C;
}

.ColorTwo
{
	color: #9D612C;
}

.ColorThree
{
	color: #000000;
}

.BgColorTwo
{
	background-color: #9D612C;
}

.ColorRed
{
	color:#FF0000;
}




/*	#######################       TableOne is used for ALL constructed tables (ones NOT using the forms function), like NavBar...       ####################### */

a.TableOneLinks:link,a.TableOneLinks:active,a.TableOneLinks:visited 
{
	color: #000000;
	text-decoration: underline;
}

a.Edit:link,a.Edit:active,a.Edit:visited 
{
	color: #006600;
	text-decoration:  underline;
}

a.Delete:link,a.Delete:active,a.Delete:visited 
{
	color: #990000;
	text-decoration:  underline;
}

a.TableOneLinks:hover, a.Edit:hover, a.Delete:hover
{
	color: #FF9900;
}

.TableOneClass
{
	background-color:#FEDF63;
	border-color:#EBBC01;
	border-style:solid;
	border-width: 3px;
}

.TableOneTR
{
	background-color:#FEDA47;
}

.TableOneTH
{
	background-color:#EBBC01;
	color: #000000;
	font-size:small;
	font-weight: bold;
	padding-bottom: 8px;
}

.TableOneTD
{
	background-color:#FEDA47;
}

.TableOneBorderBottom
{
	border-bottom-color:#EBBC01;
	border-bottom-style:solid;
	border-bottom-width: 2px;
}

.TableOneTitle
{
	font-weight: bold;
	font-size: 125%;
}