﻿body 
{	
	background: transparent no-repeat right top;
	font:normal 12px Arial;
	height:100%;
}
A
{
	text-decoration: none;	
}
A.sideMenuTitle
{
	font:bold ;
	color:#ffffff;
	text-decoration: none;	
}
A.black
{
	color:#000000;
	text-decoration: none;	
}
.heading
{
	font:bold 20px Arial;
	color:#666666;
}
.heading2
{
	font:bold 12px Arial;
	color:#0033FF;
}
.heading3
{
	font:normal 12px Arial;
	color:#0066FF;
}
.quote
{
	font:bold 16px Arial;
}
.bold12px
{
	font:bold 12px Arial;
}
div.imageBottom /* not used at present */
{
	position:absolute; /* work around for fixing position in WinIE 5/6 */
	right:0px;
	bottom:0px;
}
body>div.imageBottom {position: fixed} /* work around for fixing position in WinIE 5/6 www.w3.org*/
td.homeStmt
{
	font:normal 16px Arial;
	text-align:center;
	vertical-align:middle;
	color:#3366CC;
}
td.homeCell
{
	font:normal 12px Arial;
	text-align:left;
	vertical-align:middle;
}
/*
override for Ext classes
*/
.x-btn button{
    font:normal 12px Arial;
	color:white;
	width:135px!important;
	height:25px!important;   
}
.x-menu {
	background: #ddeffa;
}

.x-toolbar{	
	background: none;  
	border-style: none;
}
.x-btn-with-menu .x-btn-center em{
	background: none;
}
.x-toolbar .x-btn-with-menu .x-btn-center em{
	padding-right: 0px;
}
.x-toolbar .x-btn-right{
	background:transparent;
}
.x-toolbar .x-btn-left{
	background:transparent url(images/menubar_left.gif) no-repeat;
}
.x-toolbar .x-btn-center{
	background:transparent url(images/menubar_right.gif) no-repeat;
	padding:5 5;
}
.x-toolbar .x-btn-over .x-btn-right{
	background:transparent none;
}
.x-toolbar .x-btn-over .x-btn-left{
	background:transparent url(images/menubar_left.gif) no-repeat;
}
.x-toolbar .x-btn-over .x-btn-center{
	background:transparent url(images/menubar_right.gif) no-repeat;
}
.x-toolbar .x-btn-click .x-btn-right, .x-toolbar .x-btn-pressed .x-btn-right, .x-toolbar .x-btn-menu-active .x-btn-right{
	background:transparent none;
}
.x-toolbar .x-btn-click .x-btn-left, .x-toolbar .x-btn-pressed .x-btn-left, .x-toolbar .x-btn-menu-active .x-btn-left{
	background:transparent url(images/menubar_left.gif) no-repeat;
}
.x-toolbar .x-btn-click .x-btn-center, .x-toolbar .x-btn-pressed .x-btn-center, .x-toolbar .x-btn-menu-active .x-btn-center{
	background:transparent url(images/menubar_right.gif) no-repeat;
}