/****************************  Ruling Colors ***************************/
/** Used in complex modules and modules that have 'light' text on 'dark' background**/
.box1Background					{background-color:#2a5286; color:#ffffff;}
.box1Color						{color:#ffffff;}
.box1Color:HOVER				{color:#aabf3c;}

.box1Background_LightVersion	{background-color:#ebecef; color:#606060;}
.box1Color_LightVersion			{color:#606060;}
.box1Color_LightVersion:hover	{color:#aabf3c;}


/** Used in titles and captions**/
.titlesColor					{color:#1e76b6;}
.titlesColor:hover				{color:#037d03;}
.pageTitleColor					{color:#666666;}
.pageTitleColor:hover			{color:#037d03;}


/****************************  Main Elements ***************************/
BODY			{font-family:arial, helvetica, sans-serif; font-weight:normal; color:#666666; font-size:80%; padding:0px; margin:0px; background:url('../pattern.gif') repeat;}
BODY *			{-moz-box-sizing:border-box; box-sizing:border-box;}

TABLE			{}
TD				{font-size:80%;}
HR				{border:0px; border-top:#b2b4bc 1px solid; height:1px; width:100%; background-color:transparent;}
FORM			{display:inline;}
INPUT			{font-size:12px; font-weight:normal; font-family:Arial;}
INPUT.input		{border:#c2c8d2 1px solid;}
TEXTAREA		{border:#c2c8d2 1px solid;}
SELECT			{font-size:10px; font-weight:normal; font-family:Arial;}
A				{text-decoration:none; color:#1e76b6;}
A:hover			{text-decoration:underline; color:#037d03;}
A:active		{BACKGROUND-COLOR:#ffffcc; color:#037d03;}
A:unknown		{BACKGROUND-COLOR:#ffffcc;}
IMG.dbsSkip	{border-style:none; width:0px; height:0px;}
A.dbsSkip	{display:block;}
A.PageContentShortcut			{width:200px; display:block; margin:20px 0px 0px 0px; text-align:center; color:#ffffff; BACKGROUND-COLOR:#ffffff;}
A.PageContentShortcut:active	{color:#037d03; BACKGROUND-COLOR:#ffffcc;}
A.PageContentShortcut:unknown	{color:#35723A; BACKGROUND-COLOR:#ffffcc;}
INPUT.button	{color:#ffffff; border:1px solid #bebfca; font-family:arial, helvetica, sans-serif; font-size:11px; font-weight:bold; background-color:#2a5286; height:18px; text-align:center; cursor:pointer; padding-bottom:2px;}
UL				{}
UL LI			{list-style:circle url('../ListIconLevel1.gif');} /* listIcon1.png */
UL.green LI				{list-style-image:url('../../_Uploads/imagesgallery/bulletgreen.gif');}
.red			{color:red;}
.hidden			{position:absolute; left:-10000px; top:auto; width:1px; height:1px; overflow:hidden;}

/* Body */
TABLE.body			{width:100%; margin-bottom:20px; padding-right:10px; padding-left:9px;}/*padding-left:9px;==>10px*/
TABLE.bodyItem		{}
TABLE.bodyList		{}

/** Bread Crumbs **/
TD.navigationTabContainer	{color:#797979; display:none;}
A.navigationTab				{color:#797979; font-size:11px; text-decoration:none;}
A.navigationTab:hover		{color:#5486b9; font-size:11px; text-decoration:underline;}
UL.NavigationTab			{height:29px; font-size:11px; padding:7px 243px 0px 0px; MARGIN:0px 0px 0em 0em;}
UL.NavigationTab LI			{color:#797979; DISPLAY:inline;}


/** Page Title & Description **/
TD.PageTitle				{}
DIV.PageTitle				{font-weight:bold; font-size:125%; margin-bottom:10px; padding-bottom:6px; color:#666666; border-bottom:#666666 2px solid;}
TD.PageCategoryTitle		{}
DIV.PageCategoryTitle		{}
H1.PageTitle				{font-size:100%;}
H1.PageCategoryTitle		{color:#666666;}
TD.description				{padding-bottom:15px;}

/** Copyright **/
DIV.Copyright			{text-align:center; font-weight:normal; font-size:90%; color:#999999;}
A.Copyright				{font-weight:normal; text-decoration:none; color:#999999;}
A.Copyright:hover		{font-weight:normal; text-decoration:none; color:#999999;}

/** 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;}


