/* #################################       Misc Site Wide Classes       ################################# */

.ErrorsDefault
{
	color: #990000;
}

a.ErrorsDefault:link, a.ErrorsDefault:active, a.ErrorsDefault:visited, a.ErrorsDefault:hover
{ 
	color: #990000;
	text-decoration:none;
}

.ErrorsLarge
{
	color: #990000;
	font-weight:bold;
	font-size:larger;
	
}

a.ErrorsLarge:link, a.ErrorsLarge:active, a.ErrorsLarge:visited, a.ErrorsLarge:hover
{ 
	color: #990000;
}

.MessageLarge
{
	color:#FF9900;
	font-weight:bold;
	font-size:larger;
}

.Message
{
	color:#FF9900;
	font-weight:bold;
}

.Bold
{
	font-weight:bold;
}

.BoldLarger
{
	font-weight:bold;
	font-size:larger;
}

.TitleLg
{
	color: #2231E1;
	font-weight: bold;
	font-size: 150%;
}

.TitleMed
{
	font-weight: bold;
	font-size: 135%;
}

.TitleSm
{
	font-weight: bold;
	font-size: 120%;
}



/* #################################           AdminTable Only Classes           ################################# */
/* this is the default full width table with Vertical Bar separators (alternatively it can have a button style look) */
.AdminTD
{
	color: #FFCC00;
	background-color: #1824B6;
	text-align: left;
	font-weight:bold;
	white-space: nowrap;
	padding: 2px 4px;
}

.AdminTD a:link, .AdminTD a:active, .AdminTD a:visited
{
	color: #939AF0;
	text-decoration: none;
}

.AdminTD a:hover
{
	color: #FFCC00;
	text-decoration:underline;
}

.NavLogout a:link, .NavLogout a:active, .NavLogout a:visited 
{
	font-size:smaller;
	color: #FFCC00;
	text-decoration: none;
}

.NavLogout a:hover
{
	color: #FF9900;
	text-decoration: underline;
}



/* #################################       Main Navigation Bar Only Classes       ################################# */

a.Nav:link,a.Nav:active,a.Nav:visited 
{
	color: #E6ECF7;
	text-decoration: none;
}

a.NavGroup:link,a.NavGroup:active,a.NavGroup:visited 
{
	color: #E6ECF7;
	text-decoration: none;
	display:list-item;
}

a.NavLogout:link,a.NavLogout:active,a.NavLogout:visited 
{
	font-size:smaller;
	color: #FFCC00;
	text-decoration: none;
}

a.Nav:hover, a.NavGroup:hover, a.NavLogout:hover
{
	color: #FFCC00;
	text-decoration: underline;
}

.NavItemCol
{
	font-weight:bold;
	font-size:larger;
	color: #FFCC00;
	text-align: left;
	background-color: #457ECB;
	background-image:url(/aynnyd/templates/default/media/ButtonBkgd.jpg);
	background-position: bottom left;
}

.NavGroupCol
{
	font-weight:bold;
	color: #FFCC00;
	text-align: left;
	list-style-type:disc;
	list-style-position:inside;
}

/*
.NavItemColSpacer
{
	background-color: #FED42C;
}
*/
.NavItemColWel
{
	color: #457ECB;
	text-align: left;
	white-space: nowrap;
}

.NavVAlign
{
	vertical-align: left;
}

.NavGroupVAlign
{
	vertical-align: left;
}

.NavTable
{
	width: 230px;
}



/*	#######################       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: #457ECB;
	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: #FFCC00;
}

.TableOneClass
{
	background-color:#EDF1FA;
	border-color:#BECEEB;
	border-style:solid;
	border-width: 3px;
}

.TableOneTR
{
	background-color:#DFE7F4;
}

.TableOneTH
{
	background-color:#BECEEB;
	color: #FFFFFF;
	font-size:small;
	font-weight: bold;
	padding-bottom: 8px;
}

.TableOneTD
{
	background-color:#DFE7F4;
}

.TableOneBorderBottom
{
	border-bottom-color:#BECEEB;
	border-bottom-style:solid;
	border-bottom-width: 2px;
}

.TableOneTitle
{
	font-weight: bold;
	font-size: 125%;
}