/**************************** Ruling Colors ***************************/
/** Used in complex modules and modules that have 'light' text on 'dark' background**/
.box1Background					{background-color:#cccccc; color:#1f2f60;}
.box1Color						{color:#1f2f60;}
.box1Color:HOVER				{color:#ffffff;}

.box1Background_LightVersion	{background-color:#ebebeb; color:#4c64b0;}
.box1Color_LightVersion			{color:#4c64b0;}
.box1Color_LightVersion:hover	{color:#6fbc1e;}


/** Used in titles and captions**/
.titlesColor					{color:#6fbc1e;}
.titlesColor:hover				{color:#0d1b45;}
.pageTitleColor					{color:#0d1b45;}
.pageTitleColor:hover			{color:#6fbc1e;}

/**************************** Main Elements ***************************/
BODY				{font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:normal; color:#162444; font-size:80%; padding:0px; margin:0px; line-height:1.4em;}
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:#cccccc;}
TEXTAREA			{border-style:solid; border-width:1px; border-color:#cccccc;}
SELECT				{font-size:10px; font-weight:normal; font-family:Arial;}
A					{text-decoration:none; color:#4a7bbb;}
A:hover				{text-decoration:none; color:#6fb329;}
INPUT.button		{color:#ffffff; border:#777777 1px solid; font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; background-color:#ffffff; height:18px; text-align:center; background-image:url('../stripbutton.gif'); background-repeat:repeat-x; background-position:top;}
LI 					{list-style:circle url('../ListIconLevel1.gif');}
.red				{color:red;}

/* Body */
TABLE.body			{width:100%; margin-bottom:15px; padding-left:16px; padding-right:17px;}
TABLE.bodyItem		{color:#162444;}
TABLE.bodyList		{}
TD.LeftRowspan		{background-image:url('../BgLeftRowspan.jpg'); background-position:top left; background-repeat:repeat-y;}
TD.RightRowspan		{background-image:url('../BgRightRowspan.jpg'); background-position:top right; background-repeat:repeat-y;}

/** Bread Crumbs **/
TD.navigationTabContainer			{padding-bottom:10px; border-left:#ffffff 4px solid;}
TD.navigationTab					{color:#466099; font-weight:normal; font-size:12px;}
A.navigationTab						{color:#466099; text-decoration:none;}
A.navigationTab:hover				{color:#6fb329; text-decoration:none;}


/** Category Title & Description **/
DIV.categoryTitle			{height:20px; font-weight:bold; font-size:115%; padding:3px 10px 2px 8px; line-height:1em; color:#0d1b45; margin-bottom:12px; background-image:url('../pageTitleBack.gif'); background-repeat:no-repeat; background-position:left top;}
DIV.itemCategoryTitle		{}
H1.categoryTitle			{font-size:110%; color:#0d1b45;}
TD.description				{font-size:80%; color:#162444; padding-right:40px; padding-bottom:25px;}

/** Copyright **/
SPAN.Copyright				{font-weight:bold; font-size:75%; color:#005794;}
A.Copyright					{font-weight:bold; text-decoration:none; color:#6fbc1e;}
A.Copyright:hover			{font-weight:bold; text-decoration:none; color:#0d1b45;}

/** Site Message **/
DIV.SiteMessageContainer	{border-bottom:solid 1px gray; text-align:center; padding:5px;}


/***************************** aging **********************************************/
.paging			{font-size:11px; font-family:verdana; font-weight:normal; color:#777777;}
.currentPage	{font-size:11px; font-family:verdana; font-weight:bold; color:#000000;}


/************************** Pop-up windows ******************************************/
BODY.Popup			{}

/** Talkbacks **/
INPUT.Response		{width:220px;}
TEXTAREA.Response	{width:220px; height:200px;}

/** Tell a Friend **/
INPUT.Friend		{width:220px;}

