/****************************  Ruling Colors ***************************/
/** Used in complex modules and modules that have 'light' text on 'dark' background**/
.box1Background					{background-color:#8A9E3F; color:#ffffff;}
.box1Color							{color:#fff;}
.box1Color:HOVER					{color:#fff;}

.box1Background_LightVersion	{background-color:#B2C56B; color:#501C1E;}
.box1Color_LightVersion			{color:#501C1E;}
.box1Color_LightVersion:hover	{color:#501C1E;}

/** Used in titles and captions**/
.titlesColor						{color:#8A9E3F;}
.titlesColor:hover				{color:#8A9E3F;}
.pageTitleColor					{color:#AE8486;}
.pageTitleColor:hover			{color:#AE8486;}


/****************************  Main Elements ***************************/
BODY			{font-family:Arial, Helvetica, sans-serif; font-weight:normal; color:#805657; font-size:80%; padding:0px; margin:0px;}
BODY * 			{-moz-box-sizing:border-box;}

TABLE			{}
TD				{font-size:80%;}
HR				{border:0px; border-top:1px solid #BAA3A4; height:1px; width:100%; background-color:transparent;}
FORM			{display:inline;}
INPUT			{font-size:12px; font-weight:normal; font-family:Arial;}
INPUT.input		{border-style:solid; border-width:1px; border-color:#005095;}
TEXTAREA		{border-style:solid; border-width:1px; border-color:#005095;}
SELECT			{font-size:10px; font-weight:normal; font-family:Arial;}
A				{text-decoration:none; color:#8A9E3F;}
A:hover			{text-decoration:underline; color:#8A9E3F;}
INPUT.button	{color:#FFFFFF; border-top:1px solid #C5CF9F; border-right:1px solid #80923A; border-bottom:1px solid #303716; border-left:1px solid #80923A; 
					 font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:normal; background-color:#8A9E3F; height:18px; text-align:center;}
INPUT.button2	{color:#FFFFFF; border-top:1px solid #BBE4ED; border-right:1px solid #6DBACB; border-bottom:1px solid #29454C; border-left:1px solid #6DBACB; 
					 font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:normal; background-color:#76C9DB; height:18px; text-align:center;}
UL 				{}
UL LI 			{list-style:circle url('../ListIconLevel1.gif');}
.red			{color:red;}

/* Body */
TABLE.Main			{width:100%;background-color:#F3F3F3;background-image:url("../BgMain.gif");background-repeat:repeat-y;background-position:center;}
Td.BgMain			{width:778;background-color:#ffffff;background-image:url("BgTop.gif");background-repeat:no-repeat;background-position:top center;}
Td.BgRight			{width:40%;background-image:url("BgRight.gif");background-repeat:no-repeat;background-position:top left;}
Td.Bgleft			{width:40%;background-image:url("BgLeft.gif");background-repeat:no-repeat;background-position:top right;}
Td.BgMainBottom	{width:778;height:19px;background-image:url("BgBottom.gif");background-repeat:no-repeat;background-position:top center;}
Td.BgRightBottom	{width:40%;background-image:url("BgRightBottom.gif");background-repeat:no-repeat;background-position:top left;}
Td.BgleftBottom	{width:40%;background-image:url("BgLeftBottom.gif");background-repeat:no-repeat;background-position:top right;}
TABLE.body			{margin-top:0px; width:100%;}
TABLE.bodyItem		{}
TABLE.bodyList		{}

/** Bread Crumbs **/
TD.navigationTabContainer					{}
TD.navigationTab							{font-size:75%; font-weight:normal;}
A.navigationTab								{font-size:90%; text-decoration:none;}
A.navigationTab:hover						{font-size:90%; text-decoration:underline;}


/** Page Title & Description **/
TD.PageTitle				{}
DIV.PageTitle				{font-weight: bold; font-size:110%; margin-bottom:10px;}
TD.PageCategoryTitle		{font-weight: bold; font-size:95%;border-bottom:1px solid #BAA3A4;padding-left:6px;}
DIV.PageCategoryTitle	{position:relative; top:4; left:0;}
H1.PageCategoryTitle		{}
H1.PageTitle				{font-size:100%;}
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;}

