/****************************  Ruling Colors ***************************/
/** Used in complex modules and modules that have 'light' text on 'dark' background**/
.box1Background					{background-color:#a8c2df; color:#004190;}
.box1Color						{color:#004190;}
.box1Color:HOVER				{color:#004190;}

.box1Background_LightVersion	{background-color:#f7f7f7; color:#004190;}
.box1Color_LightVersion			{color:#666666;}
.box1Color_LightVersion:hover	{color:#000000;}


/** Used in titles and captions**/
.titlesColor					{color:#004190;}
.titlesColor:hover				{color:#004190;}
.pageTitleColor					{color:#a8c2df;}
.pageTitleColor:hover			{color:#a8c2df;}

/****************************  Grid 0 ***************************/

.languagebar        {height:22px; width:100%; padding-right:10px;}
.header				{height:84px; width:100%;}
.horizontalbar		{height:31px; width:100%;}
.contentarea		{height:auto; width:100%; background-color:#FFFFFF; padding:10px;}

/****************************  Grid 1 ***************************/

.leftarea			{padding-right:10px;}
.footerarea			{height:170px; padding:10px;}
.footerbg			{margin-top:20px; background-image:url(../footerbg.jpg); background-repeat:repeat-x; width:100%; background-color:#FFFFFF;}


/****************************  Main Elements ***************************/
BODY			{font-family:Tahoma; font-weight:normal; color:#000000; font-size:80%; padding:0px; margin:0px; background-image:url(../bg.jpg); background-repeat:repeat-x; background-position:top; background-color:#FFFFFF;}
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:Tahoma;}
INPUT.input		{border-style:solid; border-width:1px; border-color:#a8c2df;}
TEXTAREA		{border-style:solid; border-width:1px; border-color:#a8c2df;}
SELECT			{font-size:10px; font-weight:normal; font-family:Tahoma;}
A				{text-decoration:none; color:#004190;}
A:hover			{text-decoration:underline; color:#a8c2df;}
INPUT.button	{color:#FFFFFF; font-family:Tahoma; font-size:11px; font-weight:normal; height:20px; border:thin solid #1a5ca7; background-image:url(../loginbuttonbg.jpg); background-repeat:repeat-x; text-align:center;}
UL 				{}
UL LI 			{list-style:circle url('../ListIconLevel1.gif');}
.red			{color:004190;}

/* Body */
TABLE.body			{margin-top:5px; width:100%;}
TABLE.bodyItem		{}
TABLE.bodyList		{}

/** Bread Crumbs **/
TD.navigationTabContainer					{padding-bottom:10px;}
TD.navigationTab							{font-size:70%; font-weight:normal;}
A.navigationTab								{font-size:100%; text-decoration:none;}
A.navigationTab:hover						{font-size:100%; text-decoration:underline;}


/** Page Title & Description **/
TD.PageTitle				{}
DIV.PageTitle				{color: #0e3b6d; font-size:18px; margin-bottom:10px;}
TD.PageCategoryTitle		{}
DIV.PageCategoryTitle		{}
H1.PageTitle				{color: #0e3b6d; font-size:18px; margin-bottom:10px;}
H1.PageCategoryTitle		{}
TD.description				{font-size:80%;}

/** 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;}

