/**************************** Ruling Colors ***************************/
/** Used in complex modules and modules that have 'light' text on 'dark' background**/
.box1Background					{background-color:#b2aada; color:#34246f;}
.box1Color						{color:#34246f;}
.box1Color:HOVER				{color:#ffffff;}

.box1Background_LightVersion	{background-color:#f3ebf7; color:#34246f;}
.box1Color_LightVersion			{color:#34246f;}
.box1Color_LightVersion:hover	{color:#c491d3;}


/** Used in titles and captions**/
.titlesColor					{color:#352273; text-decoration:none;}
.titlesColor:hover				{color:#c491d3;}
.pageTitleColor					{color:#312073;}
.pageTitleColor:hover			{color:#c491d3;}


/**************************** Main Elements ***************************/
BODY			{font-family:arial, helvetica, sans-serif; font-weight:normal; color:#000000; 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:#baaebd 1px solid; height:1px; width:100%; background-color:transparent;}
FORM			{display:inline;}
INPUT			{font-size:12px; font-weight:normal; font-family:Arial;}
INPUT.input		{border:#e3d5e8 1px solid;}
TEXTAREA		{border:#e3d5e8 1px solid;}
SELECT			{font-size:10px; font-weight:normal; font-family:Arial;}
A				{text-decoration:underline; color:#352273;}
A:hover			{text-decoration:none; color:#c491d3;}
INPUT.button	{color:#392677; border-top:#c5b4d3 1px solid; border-right:#877fa4 1px solid; border-bottom:#aba5bf 1px solid; border-left:#c5b4d3 1px solid; font-family:arial, helvetica, sans-serif; font-size:11px; font-weight:bold; background-color:#e5e4ec; height:18px; text-align:center; padding-bottom:2px; cursor:pointer; background-image:url('stripButton.gif'); background-repeat:repeat-x; background-position:top;}
UL				{}
UL LI			{list-style:circle url('../ListIconLevel1.gif');}
.red			{color:red;}

/* Body */
TABLE.body			{margin-top:17px; margin-bottom:20px; width:100%; padding-right:21px; padding-left:12px;}
TABLE.bodyItem		{}
TABLE.bodyList		{}

/** Bread Crumbs **/
TD.navigationTabContainer	{padding-bottom:12px;}
TD.navigationTab			{color:#5a5d5a; font-weight:normal; font-size:11px;}
A.navigationTab				{color:#5a5d5a; text-decoration:none;}
A.navigationTab:hover		{color:#9a7ecc; text-decoration:underline;}


/** Page Title & Description **/
TD.PageTitle				{}
DIV.PageTitle				{font-weight:bold; font-size:110%; margin-bottom:10px; color:#312073; padding-bottom:5px; border-bottom:#cec7de 1px solid;}
TD.PageCategoryTitle		{}
DIV.PageCategoryTitle		{}
H1.PageTitle				{font-size:100%;}
H1.PageCategoryTitle		{color:#312073;}
TD.description				{font-size:80%; padding-bottom:15px;}
TD.ArticleSummary			{font-weight:bold; font-size:80%; padding-bottom:15px;}

/** Copyright **/
TD.Copyright			{font-weight:bold; font-size:11px; color:#1f3f7a;}
A.Copyright				{font-weight:bold; text-decoration:none; color:#1f3f7a;}
A.Copyright:hover		{font-weight:bold; text-decoration:none; color:#c491d3;}

/** 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;}


