a
{
	color: #000000;
}

a img
{
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #FFFFFF;
}

a.panelLink
{
	color: #6885C0;
	text-decoration: underline;
}

hr
{
	color: #B1CDF5;
}

table td
{
	font-family: verdana;
	font-size: 11px;
}

.body 
{
	text-align: center;
	font-family: verdana;
	background-color: #FFFFFF;
	width: 100%;
	height: 100%;
}

.button
{
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #B1CDF5;
	font-family: verdana;
	font-size: 11px;
	height: 20px;
}

.mainTable
{
	width: 80%;
}

.box
{
	border: 1px solid #B1CDF5; 
	background-color:#FFFFFF; 
	font-size: 10px;
}

.boxHeader
{
	border-top: 1px solid #B1CDF5; 
	border-left: 1px solid #B1CDF5; 
	border-right: 1px solid #B1CDF5; 
	background-image: url('images/background.gradient.gif');
	font-size: 10px;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.boxInnerHeader
{
	border-top: 1px solid #B1CDF5; 
	border-bottom: 1px solid #B1CDF5; 
	background-image: url('images/background.gradient.gif');
	font-size: 11px;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.boxBody
{
	font-size: 11px;
	color: #000000;
}

.separator
{
	width: 100%;	
	color: #B1CDF5; 
	height: 1px;
}

.generalText
{
	font-size: 11px;
}

.generalTextSubtitle
{
	font-size: 11px;
	font-weight: bold;
}

/* Header */

.headerCell
{
	height: 100%;
}

.headerSearch
{
	width: 150px;
	background-image: url('images/header.search.gif');
	background-repeat: no-repeat;
	height: 20px;
	border: 1px solid #B1CDF5;
}

.headerTitle
{
	font-weight: bold;
	font-size: 16px;
}

.headerSlogan
{
	font-size: 12px;
}

.menuLeft
{
	background-image: url('images/menu.left.gif');
	background-repeat: no-repeat;
	width: 3px;
	height: 25px;
	background-position: right;
}

.menuCenter
{
	background-image: url('images/menu.center.gif');
	background-repeat: repeat-x;
	text-align: right;
	font-size: 10px;
	height: 25px;
	background-position: center;
}

.menuRight
{
	background-image: url('images/menu.right.gif');
	background-repeat: no-repeat;
	width: 3px;
	height: 25px;
	background-position: left;
}

/* Footer */

.footerCell
{
	border-top: 1px solid #000000;
}

.footerBar
{
	background-color: #6885C0;
	border-bottom: 1px solid #FFFFFF;
	font-size: 6px;
}

.footerBackground
{
	background-image: url('images/background.gradient.gif');
	text-align: center;
	font-size: 10px
}

/* Left Panel */

.leftPanelTable
{
	border: 1px solid #B1CDF5; 
	height: 50px;	
	font-size: 14px;
	color: #6885C0;
}

