/****************************  Ruling Colors ***************************/
/** Used in complex modules and modules that have 'light' text on 'dark' background**/
.box1Background					{background:#144b7f; color:#fff;}
.box1Color						{color:#fff;}
.box1Color:HOVER				{color:#fff;}
.box1Color:active				{color:#fff;}

.box1Background_LightVersion	{}
.box1Color_LightVersion			{}
.box1Color_LightVersion:hover	{}
.box1Color_LightVersion:active	{}


/** Used in titles and captions**/
.titlesColor					{}
.titlesColor:hover				{}
.pageTitleColor					{}
.pageTitleColor:hover			{}


/****************************  Main Elements ***************************/
BODY			{font:normal 80% Arial, Helvetica, sans-serif; padding:0; margin:0;}
BODY *			{}

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:1px solid #005095;}
TEXTAREA		{border:1px solid #005095;}
SELECT			{font-size:10px; font-weight:normal; font-family:Arial;}
A				{text-decoration:none; color:#144b7f;}
A:hover			{text-decoration:underline; color:#f88e1f;}
A:active		{/*background-color:#ffffcc*/}
IMG.dbsSkip		{border-style:none; width:0px; height:0px;}
A.dbsSkip		{display:block;}

A.PageContentShortcut			{color:#35723A !important; background-color:#ffffff;}
A.PageContentShortcut:hover		{color:#ffffff !important; background-color:#ffffff !important;}
A.PageContentShortcut:active	{color:#35723A !important; background-color:#ffffcc;}
UL.PageContentShortcut			{margin:0; padding:0;}
UL.PageContentShortcut LI		{margin:0; padding:0; list-style-image:none; list-style-type:none;}

.hidden			{position:absolute; top:-10000px; width:1px; height:1px; overflow:hidden;}

INPUT.button	{color:#fff; border:none; background:#144b7f; font-family:Arial; font-size:11px; font-weight:bold; height:18px; line-height:18px; padding:0 5px 2px 5px; text-align:center; cursor:pointer;}
UL				{}
UL LI			{list-style:circle url('../ListIconLevel1.gif');}
.red			{color:red;}


/* Body */
TABLE.body			{width:100%;}
TABLE.bodyItem		{}
TABLE.bodyList		{}

/** Bread Crumbs **/
TD.navigationTabContainer	{padding:15px 0 10px 0;}
DIV.navigationTabContainer	{}
A.navigationTab				{text-decoration:none;}
A.navigationTab:hover		{text-decoration:underline;}
UL.NavigationTab			{font-size:85%; padding:0; margin:0;}
UL.NavigationTab LI			{display:inline;}

/** Page Title & Description **/
TD.PageTitle			{}
DIV.PageTitle			{font-weight:bold; font-size:130%; margin:12px 0 20px 0; color:#144b7f;}
TD.PageCategoryTitle	{}
DIV.PageCategoryTitle	{}
H1.PageTitle			{font-size:100%;}
H1.PageCategoryTitle	{font-size:100%; color:#144b7f;}
TD.description			{padding-bottom:15px;}

/** Copyright **/
TD.Copyright			{font-weight:normal; font-size:75%; color:#005794;}
A.Copyright				{font-weight:normal; font-size:75%; text-decoration:none; color:#005794;}
A.Copyright:hover		{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;}