*		{color: #364645}
body	{background: url(../images/tint_b/bg_body.jpg) repeat-x #FFFFFF}
h1		{color: #364645}
h2		{color: #364645}
h3		{color: white}
a		{color: white}
a:hover	{color: black}

#pageHeader					{color: white}

/* table layouts */

/* wide column */
#topTable td.topWideBg		{background: url(../images/tint_b/top_wide_col_top.gif)}
#topTable td.topWideCol		{background: url(../images/tint_b/top_col_bg.jpg) top repeat-x #8FA699}
#topTable td.bottWideBg		{background: url(../images/tint_b/top_wide_col_bot.gif)}

/* wide image column */
#topTable td.topWideImgBg	{background: url(../images/tint_b/img_wide_col_top.gif)}
#topTable td.topWideImgCol	{background: #EAEAEB}
#topTable td.bottWideImgBg	{background: url(../images/tint_b/img_wide_col_bot.gif)}

/* small column */
#topTable td.topBg			{background: url(../images/tint_b/top_col_top.gif)}
#topTable td.topCol			{background: url(../images/tint_b/top_col_bg.jpg) top repeat-x #8FA699}
#topTable td.bottBg			{background: url(../images/tint_b/top_col_bot.gif)}

/*small image kolumn */
#topTable td.topImgBg		{background: url(../images/tint_b/img_col_top.gif)}
#topTable td.topImgCol		{background: #EAEAEB}
#topTable td.bottImgBg		{background: url(../images/tint_b/img_col_bot.gif) bottom}

/* contaent page */
#topTable td.topSubBg		{background: url(../images/tint_b/top_sub_top.gif)}
#topTable td.topSubCol		{background: url(../images/tint_b/top_sub_bg.jpg) top repeat-x #FFFFFF}
#topTable td.topSubBgBot	{background: url(../images/tint_b/top_sub_bot.gif)}
#topTable td.topSubCol a		{color: black}
#topTable td.topSubCol a:hover	{color: #3C655A}

/* image */
.top_trans_top				{position: absolute;}
.top_trans_bottom			{position: absolute; margin-top: -4px;}

/* General datatables (standardtable) */
table.datatable { border-top: 1px solid #3C655A; border-left: 1px solid #3C655A; font-size: 100%; }
table.datatable th { background-color: #94ADAD; padding: 5px; font-weight: bold; color: white; border-bottom: 1px solid #3C655A; border-right: 1px solid #3C655A; vertical-align: top; text-align: left; }
table.datatable td { padding: 5px; border-bottom: 1px solid #3C655A; border-right: 1px solid #3C655A;}
table.datatable tbody th { background-color: #94ADAD; font-weight: bold; text-align: left; color: white; }
table.datatable b { color: #3C655A; }