/****************************  Ruling Colors ***************************/
/** Used in complex modules and modules that have 'light' text on 'dark' background**/
.box1Background					{background:#360376; color:#fff;}
.box1Color						{color:#fff;}
.box1Color:HOVER				{color:#fff;}
.box1Color:active				{}

.box1Background_LightVersion	{background:#e1dfff;}
.box1Color_LightVersion			{}
.box1Color_LightVersion:hover	{}
.box1Color_LightVersion:active	{}


/** Used in titles and captions**/
.titlesColor					{color:#373cac;}
.titlesColor:hover				{color:#9d90f8;}
.pageTitleColor					{color:#373cac;}
.pageTitleColor:hover			{color:#373cac;}


/****************************  Main Elements ***************************/
BODY			{font-family:Arial, Helvetica, sans-serif; font-weight:normal; color:#000000; font-size:80%; padding:0px; margin:0px;}
BODY *			{}

TABLE			{}
TD				{font-size:80%;}
HR				{border:0px; border-top:1px solid #deebe2; 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:#373cac;}
A:hover			{text-decoration:underline; color:#373cac;}
A:active		{}
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 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:1px solid #7274bd; font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; background:url("../Button.png") repeat-x; height:18px; line-height:14px; padding-bottom:2px; 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-bottom:10px;}
DIV.navigationTabContainer	{}
A.navigationTab				{text-decoration:none;}
A.navigationTab:hover		{text-decoration:underline;}
UL.NavigationTab			{font-size:85%; PADDING:0px; MARGIN:0px 0px 0em 0em;}
UL.NavigationTab LI			{display:inline;}

/** Page Title & Description **/
TD.PageTitle			{}
TD.PageCategoryTitle	{}

DIV.PageTitle,
DIV.PageCategoryTitle,
DIV.PageArticleTitle    {height:33px; padding:0px 5px; background:url("../PageTitle.png") no-repeat top right; margin-bottom:10px;}

H1.PageTitle,
H1.ArticleTitle,
H1.PageCategoryTitle	{color:#9d90f8; font-size:120%; line-height:2.1em;}

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;}

