﻿body
{
	font-family: Verdana,"Trebuchet MS",Georgia, Lucida, Arial,Helvetica, sans-serif;
	font-size: 12px;
	background: #aeaeae;
	padding: 10px 0 0 0;
}

a {
	color: #ca0500
}

a.help{
	text-decoration: none;
	color: black
}

#copyright
{
	margin: 20px 0 0 0;
	font-size: 11px;
	text-align: center;
}

#version
{
	font-size: 10px;
	text-align: center;
}

#header
{
	font-family: Verdana,"Trebuchet MS",Georgia, Lucida, Arial,Helvetica, sans-serif;
	width: 935px;
	height: 65px;
	background: #fff url("../images/hdrbg.gif") repeat-x;
	overflow: hidden;
	text-align: right;
	margin: auto;
	margin-top: 10px;
	
}

#logo
{
	float: left;
	width: 215px;
	height: 65px;
	margin: auto 0;
	background: url("../images/logo.jpg") no-repeat scroll 50%;
	vertical-align: baseline;
}

.hr-line
{
	border: 0px;
	border-top: 1px solid #cacaca;
	height: 1px
}

#header-right
{
	text-align: right;
	padding: 10px 8px 0px 0px;
	vertical-align: middle;
}

#hdr-loggedInAs a
{
	font-size: 10px;
	color: #C90404;
	text-decoration: none;
}

#hdr-account a
{
	font-weight: bold;
	font-size: 10px;
	color: #000;
	text-decoration: none;
}

#content
{
	width: 900px;
	background: #fff;
	border: 6px solid #5E5E5E;
	margin: 0px auto auto;
	padding: 5px 0px 0px 5px;
}

#main
{
	width: 960px;
	margin: 0 auto;
	padding: 0 0px;
	background-color:#ffffff;
}

#spinner
{
	width: 100px;
	margin-left: -50px;
	margin-top: 5px;
	padding: 3px;
	padding-left: 20px;
	position: absolute;
	left: 50%;
	display: none;
	border: 1px solid #aaaaaa;
	background: 
		transparent
		url("../images/loading.gif") no-repeat
		scroll 2px 4px;
	background-color: #dddddd;
}

/* fix for misaligned combobox under IE, if placed in TD */
.ext-ie TD .x-form-text 
{ 
	position: relative; 
	top: 0px
}

/* to get ext grids to wrap text */
.x-grid3-cell-inner
{
	overflow: hidden; 
	white-space: normal !important;
}

#menu
{
	width: 920px;
	margin: auto;
	padding:7px 5px 5px 6px;
}

.menu-left-button
{
	font-family:Verdana,"Trebuchet MS",Georgia, Lucida, Arial,Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	width: 140px;
	text-align: center;
}

.menu-right-button a span
{
	border:1px solid #C9C9C9;
	color:#000000;
	display:block;
	font-weight:bold;
	height:25px;
	line-height:23px;
	margin-right:2px;
	padding:0pt 8px;
	text-decoration:none;
	text-transform:capitalize;
	text-align:center;
}

.menu-right-button a:hover span, .menu-right-button a span.selected
{
	background:#F5F5F5 none repeat scroll 0%;	
}

.menu-left-button a
{
	font-weight:bold;
	text-decoration:none;
	vertical-align:baseline;
}

.menu-left-button a span
{
	border: solid 1px #c9c9c9;
	background-color: #e6e6e6;
	color:#000;
	height:35px;
	display:block;
	padding:5px;
}

.menu-left-button a:hover span, .menu-left-button a span.selected 
{
	background-color: #c80000;
	color:#ffffff;
}

.bottom-corners
{
	width:960px;
	height:22px;
	margin: auto;
	background:transparent url(../images/footer-background.gif) no-repeat scroll 0pt -2px;
}

.top-corners
{
	width:960px;
	height:12px;
	margin: auto;
	background:transparent url(../images/header-background.gif) no-repeat scroll 0pt 0px;
}

.inner-content
{
	border: solid 1px #c9c9c9;
	border-top: solid 1px #fff;
	padding: 20px 10px;
}

.tab-navigation-panel td
{
	background:#5e5e5e none repeat scroll 0%;
	border-color:#c9c9c9;
	border-style:solid;
	border-width: 1px;
	color:#ff0000;
	font-weight:bold;
	height:24px;
	text-align:center;
}


.tab-navigation-panel td a
{
	display:block;
	color:#fff;
	text-decoration:none;
}

.tab-navigation-panel td a:hover
{
	color:#999999;
}

.tab-navigation-panel td.selected
{
	background:#FFFFFF none repeat scroll 0%;
	border-bottom-color:#fff;
}

.tab-navigation-panel td.selected a
{
	color:#000;	
}

.tab-navigation-panel td.selected a:hover
{
	color:#000;
}

.tab-navigation-panel td.empty-placeholder
{
	border-right-color:#fff;
	border-top-color:#fff;
	border-left-color:#fff;
	background-color: #fff;
	width:70%;
}

#page-title
{
	font-size: 17px;
	font-family: Arial;
	font-weight: bold;
}

/*----------------------- non-secure pages ---------------------*/
#banner h2 b {
	position: absolute;
	left: -9999px;
}
#nav a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
#nav a:hover {
	color:#999;
	text-decoration: underline;
}
#nav a em {
	font-weight: bold;
}
#navBanner {
	width: 940px;
	margin-left: 10px;
	background: #000;
	overflow: hidden;
}
#nav {
	float: left;
	width: 190px;
	margin: 27px 10px 0 10px;
}
/*#nav li {
	display: block;
	border-bottom: 1px dashed #C8C8C8;
	line-height:30px;
}*/
#nav li{
	background:url('../images/bullets2.gif') no-repeat 8px 10px;
	display:block;
	border-bottom:1px dashed #C8C8C8;
	line-height:13px;
	padding:6px 0;
	padding-left:25px;
}
#nav a {/*
	background: url('../images/bullets2.gif') no-repeat 8px 13px;*/
	color: #fff;
	font-weight: bold;
/*	text-transform: uppercase;*/
	font-size:11px;
}

#nav a:hover {
	text-decoration: none;
	color: #D40000;
}
#nav a em {
	font-style: normal;
	/*padding-left: 25px;*/
}
#banner {
	float: right;
	width: 720px;
	height: 285px;
	background: url('../images/banner.jpg') no-repeat right top;
}
#banner h2 {
	width: 400px;
	height: 24px;/*
	background: url('../images/msg.gif') no-repeat;*/
	margin: 47px 0 17px 0;
}
#banner img {
	display:block;
}
#nav .lastitem {
	border: none;
}
#newtxt{
	margin-top:30px;
	padding:0 30px;
}
#newtxt p{
	font-size:14px;
	color:#990000;
	font-family:verdana;
}
#newtxt p em{
	font-style:italic;
	font-weight:bold;
}