﻿.rightshadow
{
	background-image: url('../images/shadows/righttile.gif');
	background-repeat: repeat-y;
	background-position: top left;
}

.bottomshadow
{
	background-image: url('../images/shadows/bottomtile.gif');
	background-repeat: repeat-x;
	background-position: top left;
}

.headersection_orange
{
	padding-left: 2px;
	background-image: url('../images/controls/header1tile.gif');
	background-repeat: repeat-x;
	background-position: top left;
	color: #8d5929;
	font-size: 10pt;
	font-family: Arial, Verdana , Sans-Serif;
	border-right: 1px solid #e67f1a;
	font-weight: bold;
}

.headersection_green
{
	padding-left: 2px;
	background-image: url('../images/controls/header2tile.gif');
	background-repeat: repeat-x;
	background-position: top left;
	color: #4c6101;
	font-size: 10pt;
	font-family: Arial, Verdana , Sans-Serif;
	border-right: 1px solid #a8cd2f;
	font-weight: bold;
}

.headersection_silver
{
	padding-left: 2px;
	background-image: url('../images/controls/header3tile.gif');
	background-repeat: repeat-x;
	background-position: top left;
	color: #333333;
	font-size: 10pt;
	font-family: Arial, Verdana , Sans-Serif;
	border-right: 1px solid #969696;
	font-weight: bold;
}

.headersection_gold
{
	padding-left: 2px;
	background-image: url('../images/controls/header4tile.gif');
	background-repeat: repeat-x;
	background-position: top left;
	color: #000000;
	font-size: 10pt;
	font-family: Arial, Verdana , Sans-Serif;
	border-right: 1px solid #d0ce00;
	font-weight: bold;
}

.tabbodysection
{
	/*
	border-left: solid 1px #c5c5c3;
	border-right: solid 1px #c5c5c3;
	border-bottom: solid 1px #c5c5c3;*/
	background-color: white;
}
