/****************************   Ruling Colors ***************************/
/** Used in complex modules and modules that have 'light' text on 'dark' background**/
.box1Background					{background-color:#5275BD; color:#ffffff;}
.box1Color							{color:#ffffff;}
.box1Color:HOVER					{color:#B1D6F8;}

.box1Background_LightVersion	{background-color:#B1D6F8; color:#5275BD;}
.box1Color_LightVersion			{color:#5275BD;}
.box1Color_LightVersion:HOVER		{color:#0f419b;}


/** Used in titles and captions**/
.titlesColor						{color:#0061AA;}
.titlesColor:hover				{color:#5AC3F7;}
.pageTitleColor					{color:#5AC3F7;}
.pageTitleColor:hover			{color:#B5CF21;}


/****************************   Main Elements ***************************/
BODY					{font-family:Verdana, Arial, Helvetica, sans-serif;font-weight:normal; color:#000000;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:#005095 1px solid;}
TEXTAREA				{border:#005095 1px solid;}
SELECT				{font-size:10px; font-weight:normal; font-family:Arial;}
A						{text-decoration:none; color:#0f419b	;}
A:hover				{text-decoration:underline; color:#0061AA;}
INPUT.button		{color:#FFFFFF; border-color:#525151; 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:#5275BD; height: 18px; text-align: center;}
UL 					{}
LI 					{list-style: circle url('../ListIconLevel1.gif');}
.red					{color:red;}

/* Body */
TABLE.body			{margin-top:5px;width:100%; text-align:justify;}
TABLE.bodyItem		{}
TABLE.bodyList		{}
TD.RightRowspan	{background-image:url("../RightRowspan.jpg");background-repeat:repeat-y;background-position:left top;}
TD.LeftRowspan		{background-image:url("../LeftRowspan.jpg");background-repeat:repeat-y;background-position:right top;}

/** Bread Crumbs **/
TD.navigationTabContainer			{color:#929090;padding-bottom:10px;}
TD.navigationTab						{font-weight:normal;font-size:11px;color:#929090;}
A.navigationTab						{color:#929090;text-decoration:none;}
A.navigationTab:hover				{color:#5275BD;text-decoration:underline;}


/** Category Title & Description **/
td.categoryTitle				{font-weight: bold; font-size:80%; padding-top:5px; padding-bottom:5px;height:30px; 									background-color:#ffffff;border-left:0px solid #5275BD; padding-left:0px;padding-right:0px;}
DIV.categoryTitle				{font-weight: bold; font-size:100%;}
DIV.itemCategoryTitle		{}
H1.categoryTitle				{font-size:100%;}
TD.description					{font-size:80%;color:#000000;padding-top:10px;}

/** 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;}


