/****************************  Ruling Colors ***************************/
/** Used in complex modules and modules that have 'light' text on 'dark' background**/
.box1Background					{background-color:#f5f5f5; color:#024f85;}
.box1Color						{color:#024f85;}
.box1Color:HOVER				{color:#3f4c57;}
.box1Color:active				{}

.box1Background_LightVersion	{background-color:#f5f5f5; color:#1b7dd7;}
.box1Color_LightVersion			{color:#1b7dd7;}
.box1Color_LightVersion:hover	{color:#3f4c57;}
.box1Color_LightVersion:active	{}


/** Used in titles and captions**/
.titlesColor					{color:#024f85;}
.titlesColor:hover				{color:#3f4c57;}
.pageTitleColor					{color:#024f85;}
.pageTitleColor:hover			{color:#3f4c57;}


/****************************  Main Elements ***************************/
BODY			{font-family:arial, helvetica, sans-serif; font-weight:normal; color:#5b5b5b; font-size:80%; padding:0px; margin:0px; text-align:center; background:url('../dayanbg1.jpg') repeat;}
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:#005095 1px solid;}
TEXTAREA		{border:#005095 1px solid;}
SELECT			{font-size:10px; font-weight:normal; font-family:Arial;}
A				{text-decoration:none; color:#024f85;}
A:hover			{text-decoration:underline; color:#3f4c57;}
A:active		{background:none;}
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:#FFFFFF; border:0; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; background:#024f85; cursor:pointer; overflow:auto; width:auto; padding:4px 10px; _padding:3px 5px;}
UL				{}
UL LI			{list-style:inside;}
.red			{color:red;}


/* Body */
TABLE.body			{width:100%; border-top:1px solid #d2d2d2;}
TABLE.bodyItem		{}
TABLE.bodyList		{}

/** Bread Crumbs **/
TD.navigationTabContainer	{padding:15px 0;}
DIV.navigationTabContainer	{}
A.navigationTab				{color:#646464; text-decoration:none;}
A.navigationTab:hover		{color:#646464; text-decoration:underline;}
UL.NavigationTab			{font-size:85%; PADDING:0px; MARGIN:0px 0px 0em 0em;}
UL.NavigationTab LI			{color:#646464; display:inline;}

/** Page Title & Description **/
TD.PageTitle			{}
DIV.PageTitle			{font-weight:bold; font-size:130%; margin-bottom:10px; color:#024f85;}
TD.PageCategoryTitle	{}
DIV.PageCategoryTitle	{}
H1.PageTitle			{font-size:100%;}
H1.PageCategoryTitle	{font-weight:bold; font-size:100%; color:#024f85;}
TD.description			{padding-bottom:15px;}

/** Copyright **/
SPAN.Copyright			{display:block; float:right; margin:8px 250px 0 0; font-weight:normal; font-size:90%; color:#fff;}
A.Copyright				{font-weight:normal; text-decoration:none; color:#fff;}
A.Copyright:hover		{text-decoration:none; color:#fff;}

/** 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;}

