/****************************  Ruling Colors ***************************/
/** Used in complex modules and modules that have 'light' text on 'dark' background**/
.box1Background					{background:#c80000; color:#fff;}
.box1Background a,
.box1Background a:hover,
.box1Color,
.box1Color:HOVER,
.box1Color:active				{color:#fff;}

.box1Background_LightVersion	{background:#f2f2f2;}
.box1Color_LightVersion			{}
.box1Color_LightVersion:hover	{}
.box1Color_LightVersion:active	{}


/** Used in titles and captions**/
.titlesColor					{color:#c00303;}
.titlesColor:hover				{color:#000000;}
.pageTitleColor					{color:#c00303;}
.pageTitleColor:hover			{color:#000000;}


/****************************  Main Elements ***************************/
BODY			{font:normal 80% Arial, Helvetica, sans-serif; color:#4c4c4c; padding:0px; margin:0px;}
BODY *			{}

TABLE			{}
TD				{}
HR				{border:0px; border-top:1px solid #c0c0c0; height:1px; width:100%; background-color:transparent;}
FORM			{display:inline;}

INPUT			{font-family:Arial;}
INPUT.input		{padding:1px 2px;}
.idleField      {border:1px solid #9d9d9d; background:#fff;}
.focusField     {border:1px solid #73A6FF; background:#EFF5FF; color:#000;}

TEXTAREA		{border:1px solid #9d9d9d;}
SELECT			{font-size:11px; font-weight:normal; font-family:Arial;}
LABEL           {font-size:85%; color:#4c4c4c; font-weight:bold;}

A				{text-decoration:none; color:#c80000;}
A:hover			{text-decoration:underline; color:#dd0000;}
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			{margin:0px; padding:0px;}
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:#fff; border:none; font-size:11px; font-weight:bold; background:#c80000; height:23px; text-align:center; cursor:pointer;}
INPUT.submit {width:92px; height:23px; line-height:21px; border:none; background:url("../button.png") no-repeat; padding-bottom:4px;}


UL				{}
UL LI			{list-style:circle url('../ListIconLevel1.gif');}
.red			{color:red;}


/* Body */
TABLE.body			{width:100%; margin:5px 0;}
TABLE.bodyItem		{}
TABLE.bodyList		{}
#ctlContent			{padding:0 10px; zoom:1;}
#ctlBody			{/*width:547px;*/ overflow-x:hidden;}

/** Bread Crumbs **/
TD.navigationTabContainer	{padding-bottom:20px; padding-right:15px;}
DIV.navigationTabContainer	{}
A.navigationTab				{text-decoration:none; color:#fff;}
A.navigationTab:hover		{text-decoration:underline;}
UL.NavigationTab			{padding:0; margin:0;}
UL.NavigationTab LI			{display:inline; color:#f0cccc; font-weight:bold;}
UL.NavigationTab LI p		{display:inline;}

/** Page Title & Description **/
TD.PageTitle			{}
DIV.PageTitle			{margin-bottom:20px; color:#c00303;}
TD.PageCategoryTitle	{}
DIV.PageCategoryTitle	{}
H1.PageTitle			{font-size:140%;}
H1.PageCategoryTitle	{}
TD.description			{padding-bottom:15px;}

/** Copyright **/
TD.Copyright			{font-weight:normal; font-size:85%; color:#005794;}
A.Copyright				{font-weight:normal; font-size:85%; 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;}

