/****************************  Ruling Colors ***************************/
/** Used in complex modules and modules that have 'light' text on 'dark' background**/
.box1Background					{background-color:#ECECEE; color:#35723A;}
.box1Color							{color:#35723A;}
.box1Color:HOVER					{color:#35723A;}

.box1Background_LightVersion	{background-color:#F9F9F9; color:#29594C;}
.box1Color_LightVersion			{color:#29594C;}
.box1Color_LightVersion:hover	{color:#29594C;}


/** Used in titles and captions**/
.titlesColor						{color:#D83B03;}
.titlesColor:hover				{color:#D83B03;}
.pageTitleColor					{color:#29594C;}
.pageTitleColor:hover			{color:#29594C;}


/****************************  Main Elements ***************************/
BODY				{font-family:Arial, Helvetica, sans-serif; font-weight:normal; color:#39494A; font-size:80%; padding:0px; margin:0px;}
BODY *				{-moz-box-sizing:border-box; box-sizing:border-box}

TABLE				{}
TD					{font-size:80%;}
HR					{border:0px; border-top:1px solid #c0c0c0; height:1px; width:100%; background-color:transparent;}
FORM				{display:inline;}
INPUT				{font-weight:normal; font-family:Arial;}
INPUT.input		{border:#516869 1px solid;}
TEXTAREA			{border:#516869 1px solid;}
SELECT			{font-size:90%; font-weight:normal; font-family:Arial;}
A			{text-decoration:underline; color:#35723A;}
A:hover			{text-decoration:underline; color:#35723A; BACKGROUND-COLOR:#ffffcc}
A:active		{BACKGROUND-COLOR:#ffffcc}
A:unknown		{BACKGROUND-COLOR:#ffffcc}
A.PageContentShortcut	{color:#ffffff; BACKGROUND-COLOR:#ffffff;}
A.PageContentShortcut:active	{color:#35723A; BACKGROUND-COLOR:#ffffcc;}
A.PageContentShortcut:unknown	{color:#35723A; BACKGROUND-COLOR:#ffffcc;}
IMG.dbsSkip	{border-style:none; width:0px; height:0px;}
INPUT.button	{background-image:url('../BgButton.gif'); background-repeat:repeat-x; border:1px solid #A4A8A8; background-color:transparent; color:#29502C; font-family:Arial, Helvetica, sans-serif; font-size:100%; font-weight:bold; text-align:center;}
UL					{}
#ctlContent UL LI				{list-style:circle url('../ListIconLevel1.gif');}
.red				{color:red;}


TD.FirstNav			{background-image:url('../bggreenbarfirst.gif'); background-repeat:no-repeat; background-position:right top; width:35px;}
TD.MidNav			{background-image:url('../bgorangebarfirst.gif'); background-repeat:no-repeat; background-position:right top; width:20px;}
TD.LastNav			{background-image:url('../bgorangebarlast.gif'); background-repeat:no-repeat; background-position:right top; width:43px;}

TD.BgGrey			{background-image:url('BgGrey.gif'); background-repeat:repeat-x; height:311px;}
TD.BgGreySub		{background-image:url('BgGreyIn.gif'); background-repeat:repeat-x; height:234px;}
TD.Right				{background-image:url('../BgRight.gif'); background-repeat:repeat-y; height:100%; border-bottom:1px solid #E0E0E0;}
TD.Left				{background-image:url('../BgLeft.gif'); background-repeat:repeat-y; height:100%; border-bottom:1px solid #E0E0E0;}

/* Body */
TABLE.body			{margin-top:5px; width:558px; margin-right:30px;}
TABLE.bodyItem		{}
TABLE.bodyList		{}

/** Bread Crumbs **/
TD.navigationTabContainer		{padding-bottom:10px}
TD.navigationTab					{font-size:70%; font-weight:normal;}
A.navigationTab					{text-decoration:none;}
A.navigationTab:hover			{text-decoration:underline;}
A.navigationTab:active			{text-decoration:underline;}
A.navigationTab:unknown			{text-decoration:underline;}
UL.NavigationTab	{PADDING:0px; MARGIN:0px 0px 0em 0em;}
UL.NavigationTab LI	{DISPLAY:inline;}


/** Page Title & Description **/
TD.PageTitle				{}
DIV.PageTitle				{font-weight:bold; font-size:130%; margin-bottom:10px;}
TD.PageCategoryTitle		{}
DIV.PageCategoryTitle	{}
H1.PageTitle				{font-size:110%;}
H1.PageCategoryTitle		{}
TD.description				{font-size:80%;}

/** Copyright **/
TD.Copyright			{font-weight:bold; font-size:75%; color:#005794;}
A.Copyright				{font-weight:bold; text-decoration:none; color:#005794;}
A.Copyright:hover		{font-weight:bold; text-decoration:none; color:#005794;}

/** Site Message **/
DIV.SiteMessageContainer	{border-bottom:solid 1px gray; text-align:center; padding:5px;}


/************************** Pop-up windows ******************************************/
BODY.Popup			{}

/** Talkbacks **/
INPUT.Response		{width:220px;}
TEXTAREA.Response	{width:220px; height:200px;}

/** Tell a Friend **/
INPUT.Friend		{width:220px;}
TEXTAREA.Friend		{width:220px; height:200px;}


/************************ Paging ******************************************************/
ol.dbsPages	{padding:0px; margin:0px;}
ol.dbsPages LI	{padding:0px; margin:0px; display:inline; list-style-image:none; list-style-type:none;}
A.dbsPaging	{text-decoration:none;}

