/****************************  Ruling Colors ***************************/
/** Used in complex modules and modules that have 'light' text on 'dark' background**/
.box1Background					{background-color:#eeeeee; color:#000000;}
.box1Color						{color:#000000;}
.box1Color:HOVER				{color:#000000;}

.box1Background_LightVersion	{background-color:#f7f7f7; color:#0099cc;}
.box1Color_LightVersion			{color:#0099cc;}
.box1Color_LightVersion:hover	{color:#000000;}


/** Used in titles and captions**/
.titlesColor					{color:#0099cc;}
.titlesColor:hover				{color:#0099cc;}
.pageTitleColor					{color:#0099cc;}
.pageTitleColor:hover			{color:#0099cc;}


.languagebar		{height:22px; vertical-align:top;}
.language			{float:right; margin-left:30px; margin-right:5px}
.logobar			{height:83px;}
.upperbar			{height:35px; padding-left:275px; padding-right:20px;}
.contentbar			{vertical-align:top;}
.leftbar			{vertical-align:top; width:215px; background:url(../leftbarbg.jpg) top center no-repeat; padding-top:15px; padding-left:10px; padding-right:10px; padding-bottom:20px;}
.content			{vertical-align:top; width:665px; background:url(../contentbg.jpg) top center no-repeat; padding-top:15px; padding-left:20px; padding-right:20px; padding-bottom:20px;}
.footer				{background-color:#e9f3f6; width:100%; height:30px; margin-top:50px;}
.horizticker		{padding-top:10px; padding-left:30px; padding-bottom:10px; padding-right:30px; width:100%}

/****************************  Main Elements ***************************/
BODY			{font-family:Tahoma; font-weight:normal; color:#000000; font-size:80%; padding:0px; margin:0px; background:url(../bg.jpg) top repeat-x;}
BODY * 			{-moz-box-sizing:border-box;}

TABLE			{}
TD				{font-size:80%;}
HR				{border:0px; border-top:1px solid #eeeeee; height:1px; width:100%; background-color:transparent;}
FORM			{display:inline;}
INPUT			{font-size:12px; font-weight:normal; font-family:Arial;}
INPUT.input		{border-style:solid; border-width:1px; border-color:#eeeeee;}
TEXTAREA		{border-style:solid; border-width:1px; border-color:#eeeeee;}
SELECT			{font-size:10px; font-weight:normal; font-family:Tahoma;}
A				{text-decoration:none; color:#0099cc;}
A:hover			{text-decoration:underline; color:#f48e13;}
A:active		{}
A:unknown		{}
IMG.dbsSkip	{border-style:none;width:0px;height:0px;}
A.dbsSkip	{display:block;}
A.PageContentShortcut	{color:#ffffff;}
A.PageContentShortcut:active	{color:#35723A;}
A.PageContentShortcut:unknown	{color:#35723A;}
INPUT.button	{color:#FFFFFF; border-color:#FFFFFF; border-style:solid; border-top-width:1px; border-left-width:1px; border-bottom-width:1px; border-right-width:1px; font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:normal; background-color:#f48e13; height:18px; text-align:center;}
UL 				{}
UL LI 			{list-style:disc;}
.red			{color:0099cc;}

/* Body */
TABLE.body			{margin-top:5px; width:100%;}
TABLE.bodyItem		{}
TABLE.bodyList		{}

/** Bread Crumbs **/
TD.navigationTabContainer					{height:15px; padding-bottom:20px;}
A.navigationTab								{text-decoration:none; color:#C7C7C7;}
A.navigationTab:hover						{text-decoration:underline; color:#C7C7C7;}
UL.NavigationTab							{PADDING: 0px; MARGIN: 0px 0px 0em 0em; color:#A3A2A3; font-size:10px;}
UL.NavigationTab LI							{DISPLAY: inline; color:#A3A2A3;}


/** Page Title & Description **/
TD.PageTitle				{}
DIV.PageTitle				{font-weight: bold; margin-bottom:20px; padding-bottom:5px;}
TD.PageCategoryTitle		{}
DIV.PageCategoryTitle		{}
H1.PageTitle				{font-size:16px; color:#0099cc;}
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;}

.hidden				{display:none; position:absolute; left:-10000px; top:auto; width:1px; height:1px; overflow:hidden;}

/************************** 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;}


