/* Colors to use
PURPLES
#6666CC: BrightPurple: Used a lot everywhere, HeaderBars, TopMenu
#6666b6: PurpleContrast: MainMenu Contrasting Color, Tab hover
#9999cc: LightPurpleHaze: Footer, Link Hover
DarkSlateBlue: DarkSlateBlue: Used on some borders, TopMenu
Lavender: Lavender: Not Used Anymore

BLUES
#9CC3D6: New Jubi Blue

IVORYS/KHAKIS
#efefe0: GrayIvory: A mix color used for alternating and many backgrounds
#dfdfc8: DarkGrayIvory: Used to differentiate against GrayIvory on Tabs
#fffffa: LightIvory: Another alternating color
#b5b59e: Khaki: Tabs
#8b8b74: Dark Khaki: Tab Hover

ORANGES
#ffbc3c: Orange: Used in menu for hover, should be used in place of Orange
#ffdca0: LightOrange: Not Used Anymore
Orange: Orange: Not Used Anymore

GRAYS
Gainsboro: Gainsboro: Used as some backgrounds and Borders (light)
Silver: Silver: Used on some borders (darker)
Gray: Gray: Used on some borders (darkerer)
DimGray: DimGray: Used in TopMenu for Hover, Tab Text (darkererer)

GREENS
#026537: DarkGreen

OTHER
Blue: Blue: Used for Links
Black: Used for text and borders
*/

.DataHeader
{
	font-weight: bold;
	font-size: medium;
	color: black;
	font-family: Verdana, Arial, Helvetica, Geneva, Sans-Serif, SunSans-Regular;
}
.DataLabel
{
	font-weight: bold;
	font-size: x-small;
	color: black;
	font-family: Verdana, Arial, Helvetica, Geneva, Sans-Serif, SunSans-Regular;
}
.DataLabelSm
{
	font-weight: bold;
	font-size: xx-small;
	color: black;
	font-family: Verdana, Arial, Helvetica, Geneva, Sans-Serif, SunSans-Regular;
}
.DataLabelSmNoBold
{
	font-weight: normal;
	font-size: xx-small;
	color: black;
	font-family: Verdana, Arial, Helvetica, Geneva, Sans-Serif, SunSans-Regular;
}
.DataLabelContrast
{
	font-weight: bold;
	font-size: medium;
	color: Gray;
	font-family: Verdana, Arial, Helvetica, Geneva, Sans-Serif, SunSans-Regular;
}
.SearchBlock
{
	font-weight: bold;
	font-size: medium;
	color: White;
	font-family: Verdana, Arial, Helvetica, Geneva, Sans-Serif, SunSans-Regular;
	background-color: #848284;
}
.tgr
{
	background-color: #efefe0;
}
.tgra2
{
	background-color: #dfdfc8;
}
.tgraLine
{
	background-color: #dfdfc8;
	border: gray thin solid;
}
.ErrorText
{
	font-size:x-small;
	color:Red;
}
/* NAVIGATION HEADER */
/* NAVIGATION HEADER */
/* NAVIGATION HEADER */
.NavTopTable
{
	/*background-image: url(images/TopBar_shirts.jpg);*/
	background-repeat: repeat-x;
}
.NavTopTitle
{
	font-weight: bold;
	font-size: large;
	color: White;
	font-family: Verdana, Tahoma, Arial, Helvetica, Geneva, Sans-Serif, SunSans-Regular;
}
.NavTopTitleSm
{
	font-weight: bold;
	font-size: small;
	color: Black;
	font-family: Verdana, Tahoma, Arial, Helvetica, Geneva, Sans-Serif, SunSans-Regular;
}
.NavLeftHead
{
	font-weight: bold;
	font-size: small;
	color: White;
	/*background-image: url(images/Table_shirts.jpg);*/
	BACKGROUND-REPEAT: no-repeat;
}
.NavLeftCell
{
	border-right: gray thin solid;
	font-weight: bold;
	font-size: xx-small;
	color: black;
}
/* DEFAULT LINKS */
/* DEFAULT LINKS */
/* DEFAULT LINKS */
A:active
{
	color: #6666CC;
}
A:link
{
	color: #6666CC;
}
A:visited
{
	color: #6666CC;
}
A:hover
{
	color: purple;
	text-decoration: underline;
}
A
{
	font-weight: bold;
	font-size: xx-small;
	font-family: Verdana, Arial, Helvetica, Geneva, Sans-Serif, SunSans-Regular;
	text-decoration: none;
}
A.Light
{
	font-size: small;
}
A.Light:link
{
	color: white;
}
A.Light:visited
{
	color: white;
}
A.Light:hover
{
	color: ffbc3c;
	text-decoration: underline;
}
/* STANDARD ELEMENTS */
/* STANDARD ELEMENTS */
/* STANDARD ELEMENTS */
BODY
{
	margin: 0px;
	background-color: white;
	font-family: Verdana, Tahoma, Arial, Helvetica, Geneva, Sans-Serif, SunSans-Regular;
	font-size: x-small;
}
.BodyBlock
{
	background-color: white;
	font-family: Verdana, Tahoma, Arial, Helvetica, Geneva, Sans-Serif, SunSans-Regular;
	font-size: x-small;
}

/* HEADER OPTIONS */
/* HEADER OPTIONS */
/* HEADER OPTIONS */
/*.SearchBlockAlternate
{
	font-family: Verdana, Arial, Helvetica, Geneva, Sans-Serif, SunSans-Regular;
	background-color: #efefe0;
	font-size: xx-small;
	color: black;
}
.SearchBlockContent
{
	background-color: #efefe0;
}
.SearchBlockContentAlternate
{
	background-color: White;
}
.SearchGridHeader
{
	font-size:  xx-small;
	color: black;
	font-family: Verdana, Arial, Helvetica, Geneva, Sans-Serif, SunSans-Regular;
	background-color: #ffbc3c;
}
.SearchGridHeaderAlternate
{
	font-size:  xx-small;
	color: black;
	font-family: Verdana, Arial, Helvetica, Geneva, Sans-Serif, SunSans-Regular;
	background-color: #ffdca0;
}
.SearchBlockButton
{
	background-color: #b5b59e;
	font-size:  xx-small;
	color: black;
	font-weight: bold;
	border-style: solid;
	font-family: Verdana, Arial, Helvetica, Geneva, Sans-Serif, SunSans-Regular;
	cursor: hand;
}


.SearchBlockLabel
{
	font-size: x-small;
	color: black;
	font-family: Verdana, Arial, Helvetica, Geneva, Sans-Serif, SunSans-Regular;
}
.SearchBlockLabelNormal
{
	font-weight: normal;
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, Geneva, Sans-Serif, SunSans-Regular;
}


.DataResult
{
	font-weight: bold;
	font-size: x-small;
	color: dimgray;
	font-family: Verdana, Arial, Helvetica, Geneva, Sans-Serif, SunSans-Regular;
}
.DataResultNormal
{
	font-size: x-small;
	color: dimgray;
	font-family: Verdana, Arial, Helvetica, Geneva, Sans-Serif, SunSans-Regular;
}

.DataResultSm
{
	font-weight: bold;
	font-size: xx-small;
	color: dimgray;
	font-family: Verdana, Arial, Helvetica, Geneva, Sans-Serif, SunSans-Regular;
}


/* TableGrid Settings */
/* TableGrid Settings */
/* TableGrid Settings */
/*.tgTable
{
	border: 0px;
	border-style: solid;
	border-color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: Black;
}
.tgTableLrg
{
	border: 0px;
	border-style: solid;
	border-color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: Black;
}
.tgh
{
	background-color: #ffbc3c;
	font-weight: bold;
	border-style: solid;
	border-color: silver;
	text-align: center;
}
.tgrn
{
	display: none;
}
.tgsep
{
	background-color: black;
}

A.tghSort:link
{
	color: Black;
}
A.tghSort:visited
{
	color: black;
}
A.tghSort:hover
{
	color: white;
	text-decoration: underline;
}


.tgi
{
	cursor: hand;
}

.DivBackgroundToHideScrollBar
{
	background-color: gainsboro;
}
.tghSpacer
{
	background-color: gainsboro;
}
.tgPagingLinks 
{
	font: bold x-small Verdana, Geneva, Arial, Helvetica, sans-serif;
}






/* APP EXCEPTION */
/* APP EXCEPTION */
/* APP EXCEPTION */
/*
.AlertText
{
	font-size:xx-small;
	color:Red;
}
.AlertTextLrg
{
	font-size:x-small;
	color:Red;
}
.ErrorSummary
{
	font-size:small;
	color:Red;
	background-color:Yellow;
}
.ErrorText
{
	font-family: Verdana, Arial, Helvetica, Geneva, Sans-Serif, SunSans-Regular;
	font-weight: bold;
	font-size:  small;
	color: DarkSlateBlue;
}

/* INFRAGISTICS MENU */
/* INFRAGISTICS MENU */
/* INFRAGISTICS MENU */
/*
.MenuDefaultIslandClass
{
	font-weight: bold;
	font-size: x-small;
	color: white;
	font-family: Verdana, Arial, Helvetica, Geneva, Sans-Serif, SunSans-Regular;
	background-color: #8282da;
}
.MenuHoverClass
{
	border-style: solid;
	border-width: 1px;
	border-color: darkslateblue;
	background-color: #ffbc3c;
	cursor: hand;
	color: black;
	font-style: italic;
}
.MenuSecondLvlIsland
{
	background-color: #ffbc3c;
	font-family: Verdana, Arial, Helvetica, Geneva, Sans-Serif, SunSans-Regular;
	font-size: x-small;
	font-weight: bold;
	border-style: solid;
	border-width: 1px;
	border-color: darkslateblue;
	cursor: hand;
	color: black;
}
.MenuSecondLvlHover
{
	color: dimgray;
	background-color: #efefe0;
}
.MenuSelected
{
	background-color: Red;
}





