/**************************** Ruling Colors ***************************/
/** Used in complex modules and modules that have 'light' text on 'dark' background**/
.box1Background					{background-color:#BBBCBB; color:#002887;}
.box1Color						{color:#002887;}
.box1Color:HOVER				{color:#5476C3;}

.box1Background_LightVersion	{color:#398AC0; background-color:#EBECEB;}
.box1Color_LightVersion			{color:#398AC0;}
.box1Color_LightVersion:hover	{color:#696868;}


/** Used in titles and captions**/
.titlesColor					{color:#002887; font-weight:medium; padding-bottom:15px;}
.titlesColor:hover				{color:#398AC0; font-weight:medium; padding-bottom:15px;}
.pageTitleColor					{color:#398AC0;}
.pageTitleColor:hover			{color:#002887;}


/**************************** Main Elements ***************************/
BODY			{font-family:Arial, Helvetica, sans-serif; font-weight:normal; color:#545454; 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 #c0c0c0; 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:#002887;}
A:hover			{text-decoration:none; color:#398AC0;}
INPUT.button	{color:#FFFFFF; border-color:#000000; border-style:solid; border-top-width:1px; border-right-width:1px; border-bottom-width:1px; border-left-width:1px; font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; background-color:#7F7F7F; height:18px; text-align:center;}
UL 				{}
UL LI 			{list-style:circle url('../ListIconLevel1.gif');}
.red			{color:red;}

/* Body */
TABLE.body			{height:277px; background-image:url('../stripContent.gif'); background-repeat:repeat-x; background-position:top; width:100%; border-left:#ffffff 2px solid; border-right:#ffffff 2px solid; padding-right:20px; padding-left:15px;}
TABLE.bodyItem		{}
TABLE.bodyList		{}

/** Bread Crumbs **/
TD.navigationTabContainer					{}
TD.navigationTab							{font-size:70%; font-weight:normal; padding:5px; color:#7E7E7E;}
A.navigationTab								{font-size:100%; text-decoration:none; color:#7E7E7E;}
A.navigationTab:hover						{font-size:100%; text-decoration:none; color:#464545;}


/** Category Title & Description **/
DIV.categoryTitle		{margin-bottom:12px; font-weight:bold; font-size:115%; padding-top:10px; padding-bottom:15px; background-image:url('../Dashed.gif'); background-repeat:repeat-x; background-position:bottom left;}
DIV.itemCategoryTitle	{}
H1.categoryTitle		{font-size:100%;}
TD.description			{font-size:80%; color:#545454;}

/** 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;}


