/****************************   Ruling Colors ***************************/
/** Used in complex modules and modules that have 'light' text on 'dark' background**/
.box1Background					{background-color:#CDE0FF;color:#384F7A;}
.box1Color						{color:#384F7A;}
.box1Color:HOVER				{color:#B62316;}

.box1Background_LightVersion	{background-color:#E5ECF3;color:#B62316;}
.box1Color_LightVersion			{color:#000000;}


/** Used in titles and captions**/
.titlesColor					{color:#384F7A;}
.titlesColor:hover				{color:#B62316;}

.pageTitleColor					{color:#ffffff;}
.pageTitleColor:hover			{color:#FFC000;}


/****************************   Main Elements ***************************/
BODY			{font-family:Arial, Helvetica, sans-serif;font-weight:normal; color:#000000;font-size:80%;}
BODY * 			{-moz-box-sizing: border-box;}

TD				{font-size:80%;}
HR				{border: 0px;border-top: 1px solid #CED6E7;height:1px; width:100%;	color: transparent;	background-color: transparent;}
INPUT,TEXTAREA	{font-size:12px; font-weight:normal; font-family:Arial;}
INPUT.input		{border-style:solid; border-width:1px; border-color:#627FA9;background-image:url('../BgSearchBoxIn.gif');}
checkbox 		{border-style:solid; border-width:1px; border-color:#627FA9;background-image:url('../BgSearchBoxIn.gif');}
TEXTAREA.input	{border-style:solid; border-width:1px; border-color:#627FA9;;}
SELECT			{font-size:12px; font-weight:normal; font-family:Arial;background-image:url('../BgSearchBoxIn.gif')}
A					{color:#293F67;text-decoratin:underline;}
A:hover			{text-decoration:underline; color:#CE0202;}
INPUT.button	{color:#FFFFFF; border-color:#214786; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; font-family: Arial, Helvetica, sans-serif;cursor:pointer; font-size: 11px; font-weight: bold; background-color:#4066A4; height: 18px; text-align: center;}
.red			{color:red;}

/* Body */
TABLE.body			{margin-right:9px;background-image:url('../bgtitle.jpg');margin-top:0px;padding-left:20px;padding-right:20px; width:576px;height:100%; text-align:justify;border-bottom:1px solid #BFCAE1;}
TABLE.body td {vertical-align:top;padding-bottom:5px;}
TABLE.bodyItem		{margin-right:9px;margin-top:0px;padding-left:15px;padding-right:20px; width:576px;height:100%; text-align:justify;}
TABLE.bodyList		{}

/** Bread Crumbs **/
TD.navigationTabContainer					{}
TD.navigationTab							{font-weight:normal;}
A.navigationTab								{text-decoration:none;}
A.navigationTab:hover						{text-decoration:underline;}


/** Category Title & Description **/
TD.categoryTitle		{background-image:url('../toptitle.jpg');background-repeat:no-repeat;background-position:top right;height:45px;vertical-align:top;color:#ffffff;font-weight: bold; font-size:100%; padding-top:2px; padding-bottom:5px;}
TD.categoryTitleSearch		{background-image:url('../toptitlered.jpg');background-repeat:no-repeat;background-position:top right;height:45px;vertical-align:top;color:#ffffff;font-weight: bold; font-size:100%; padding-top:2px; padding-bottom:5px;}
H1.categoryTitle		{font-size:100%;color:#ffffff;}

TD.categoryTitleCountryBg		{background-image:url('../BgTitleCountry.jpg');background-repeat:no-repeat;background-position:top right;height:65px;color:#ffffff;font-weight: bold; font-size:160%;vertical-align:middle; padding-top:5px; padding-bottom:5px;}
TD.categoryTitleCountry			{color:#ffffff;font-weight: bold; font-size:160%;vertical-align:middle; padding-bottom:5px;}
H1.categoryTitleCountry			{font-size:100%;color:#ffffff;}

TD.description			{font-size:80%;padding-top:10px;}
TD.descriptionImg		{font-size:80%;padding-top:14px;}

/** 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 grey;text-align:center;padding:5px;}


