/****************************  Ruling Colors ***************************/
/** Used in complex modules and modules that have 'light' text on 'dark' background**/
.box1Background					{background-color:#bbbbbb; color:#073765;}
.box1Color						{color:#073765;}
.box1Color:HOVER				{color:#ffffff;}
.box1Color:active				{background-color:#aaaaaa; color:#ffffff;}

.box1Background_LightVersion	{background-color:#dddddd; color:#073765;}
.box1Color_LightVersion			{color:#073765;}
.box1Color_LightVersion:hover	{color:#298cfc;}
.box1Color_LightVersion:active	{background-color:#eeeeee; color:#298cfc;}


/** Used in titles and captions**/
.titlesColor					{color:#073765; text-decoration:none;}
.titlesColor:hover				{color:#82a0c6;}
.pageTitleColor					{color:#073765;}
.pageTitleColor:hover			{color:#82a0c6;}


/****************************  Main Elements ***************************/
BODY			{font-family:arial, helvetica, sans-serif; font-weight:normal; color:#313131; font-size:80%; padding:0px; margin:0px;}
BODY *			{}

TABLE			{}
TD				{font-size:80%;}
HR				{border:0px; border-top:#a8a8a8 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:#cdcdcd 1px solid;}
TEXTAREA		{border:#cdcdcd 1px solid;}
SELECT			{font-size:10px; font-weight:normal; font-family:Arial;}
A				{text-decoration:none; color:#073765;}
A:hover			{text-decoration:underline; color:#298cfc;}
A:active		{background-color:#f0f4f8; color:#298cfc;}
IMG.dbsSkip		{border-style:none; width:0px; height:0px;}
A.dbsSkip		{display:block;}

A.PageContentShortcut			{color:#ffffff ! important; background-color:#ffffff;}
A.PageContentShortcut:hover		{color:#073765 ! important; background-color:#ffffff ! important;}
A.PageContentShortcut:active	{color:#073765 ! important; background-color:#f0f4f8;}
UL.PageContentShortcut LI		{margin:0px; padding:0px; list-style-image:none; list-style-type:none;}

.hidden			{position:absolute; top:-10000px; width:1px; height:1px; overflow:hidden;}

INPUT.button	{color:#ffffff; border:#7495b3 1px solid; font-family:arial, helvetica, sans-serif; font-size:11px; font-weight:bold; background-color:#114475; height:18px; text-align:center; cursor:pointer; padding-bottom:2px; 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			{width:100%; padding-right:35px; padding-left:25px; margin-top:9px; margin-bottom:30px;}
TABLE.bodyItem		{}
TABLE.bodyList		{}

/** Bread Crumbs **/
TD.navigationTabContainer	{padding-bottom:15px;}
DIV.navigationTabContainer	{}
A.navigationTab				{color:#073765; text-decoration:none;}
A.navigationTab:hover		{color:#8bbffa; text-decoration:underline;}
UL.NavigationTab			{font-size:85%; padding:0px; margin:0px 0px 0em 0em;}
UL.NavigationTab LI			{color:#073765; display:inline;}


/** Page Title & Description **/
TD.PageTitle			{}
DIV.PageTitle			{font-weight:bold; font-size:140%; color:#073765; margin-bottom:12px;}
TD.PageCategoryTitle	{}
DIV.PageCategoryTitle	{}
H1.PageTitle			{font-size:100%;}
H1.PageCategoryTitle	{font-size:100%; color:#073765;}
TD.description			{color:#707070; padding-bottom:15px;}

/** Copyright **/
TD.Copyright			{font-weight:normal; font-size:75%; color:#313131;}
A.Copyright				{font-weight:normal; font-size:75%; text-decoration:none; color:#073765;}
A.Copyright:hover		{text-decoration:none; color:#298cfc;}

/** 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;}

