/*--__General__--*/
#rightCol
{
	float:right; width:74%;
	margin-bottom:25px;margin-top:7px;}
#leftCol
{
	float:left; width:25%;
	text-align:center;
	padding-top:7px;
	height:100%;
	background-color:#dfdeda;}
/*--__News Area__--*/
.rightArea
{
	float:right;
	width:26%;
	vertical-align:top;
	padding:0px 0px 0px 0px;
	text-align:right;}
.centerArea
{
	float:left;
	width:73%;
	vertical-align:top;
	text-align:center;
	padding:0px 0px;}
/*--_Tab Boxes_--*/
.tabItem
{
	position:relative;
	height:25px;width:85px;
	text-align:center;
	margin:0px 1px;padding:5px 5px 0px 5px;
	border:solid 1px #c9c7c8;border-bottom:none;
	background-repeat:repeat-x;
	z-index:100;}
.selectedTab
{
	background-image:url("uiBG.gif");background-repeat:repeat-x;background-position:0px -32px;
	border:solid 1px #3e6590;border-bottom:none;}
.selectedTab a
{
	font-family:Tahoma;font-size:11px;color:#FFFFFF;}
.selectedTabSign
{
	position:absolute;
	left:45%;bottom:-4px;}
#tabContentArea
{
	width:100%;} 
.selectedTab .MenuCornerTL
{
	background-image:url("uiImages.gif");background-repeat:no-repeat;background-position:-102px 0px;
	top:-1px;left:-1px;}
.selectedTab .MenuCornerTR
{
	background-image:url("uiImages.gif");background-repeat:no-repeat;background-position:-108px 0px;
	top:-1px;right:-2px;}