/**************************** Ruling Colors ***************************/
/** Used in complex modules and modules that have 'light' text on 'dark' background**/
.box1Background					{background-color:#528ecc; color:#ffffff;}
.box1Color						{color:#ffffff;}
.box1Color:HOVER				{color:#c5111a;}

.box1Background_LightVersion	{background-color:#f7f8fa; color:#828074; background-image:url('../stripBoxLight.gif'); background-repeat:repeat-x; background-position:top;}
.box1Color_LightVersion			{color:#828074;}
.box1Color_LightVersion:hover	{color:#528ecc;}


/** Used in titles and captions**/
.titlesColor					{color:#828074;}
.titlesColor:hover				{color:#c5111a;}
.pageTitleColor					{color:#c5111a;}
.pageTitleColor:hover			{color:#828074;}


/**************************** Main Elements ***************************/
BODY			{font-family:verdana, arial, helvetica, sans-serif; font-weight:normal; color:#828074; font-size:80%; padding:0px; margin:0px;}
BODY *			{-moz-box-sizing:border-box; box-sizing:border-box;}

TABLE			{}
TD				{font-size:80%;}
HR				{border:0px; border-top:#c1c1c1 1px solid; height:1px; width:100%; background-color:transparent;}
FORM			{display:inline;}
INPUT			{font-size:12px; font-weight:normal; font-family:verdana, Arial;}
INPUT.input		{border:#828074 1px solid;}
TEXTAREA		{border:#828074 1px solid;}
SELECT			{font-size:10px; font-weight:normal; font-family:verdana, Arial;}
A				{text-decoration:none; color:#528ecc;}
A:hover			{text-decoration:underline; color:#c5111a;}
INPUT.button	{color:#69665d; border-top:#e0e0d8 1px solid; border-right:#353430 1px solid; border-bottom:#353430 1px solid; border-left:#dddad1 1px solid; font-family:verdana, arial, helvetica, sans-serif; font-size:11px; font-weight:normal; background-color:#e0e0d8; height:18px; text-align:center; padding-bottom:2px; cursor:pointer;}
UL				{}
UL LI			{list-style:circle url('../ListIconLevel1.gif');}
.red			{color:red;}

/* Body */
TABLE.body			{margin-top:5px; width:100%;}
TABLE.bodyItem		{color:#828074;}
TABLE.bodyList		{}

/** Bread Crumbs **/
TD.navigationTabContainer			{padding-bottom:17px;}
TD.navigationTab					{color:#808078; font-weight:normal; font-size:11px;}
A.navigationTab						{color:#808078; text-decoration:none;}
A.navigationTab:hover				{color:#c5111a; text-decoration:none;}


/** Page Title & Description **/
TD.PageTitle				{}
DIV.PageTitle				{font-weight:bold; font-size:110%; margin-bottom:15px; color:#c5111a;}
TD.PageCategoryTitle		{}
DIV.PageCategoryTitle		{}
H1.PageTitle				{font-size:100%;}
H1.PageCategoryTitle		{color:#c5111a;}
TD.description				{font-size:80%; padding-bottom:25px; color:#828074;}

/** Copyright **/
TD.Copyright			{background:url('../motorad.gif') no-repeat left top;}
SPAN.Copyright			{display:inline-block; padding-left:138px; font-weight:normal; font-size:11px; color:#828074;}
A.Copyright				{font-weight:normal; text-decoration:none; color:#828074;}
A.Copyright:hover		{font-weight:normal; text-decoration:none; color:#c5111a;}

/** 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;}


