body
{
	font-family: Verdana,"Trebuchet MS",Georgia, Lucida, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #aeaeae;
	padding: 0;
	margin: 0;
}

a {
	color: #ff9233;
	font-weight: bold;
}

a.help{
	text-decoration: none;
	color: black;
	font-weight: normal;
}

#main
{
	width: 920px; /*total width including padding - 960px*/
	padding: 15px 20px;
	margin: 20px auto;
	background-color: #fff;
	position: relative;
}

#spinner
{
	position: absolute;
	left: 43%;
	top: 10px;
	width: 100px;
	padding: 5px 5px 5px 35px;
	display: none;
	border: 1px solid #ccc;
	font-size: 14px;
	font-weight: bold;
	background: #fff1a8
		url("../images/loading.gif") no-repeat
		scroll 8px 6px;
	z-index: 1;
}

#header
{
	height: 70px;
	border: 0px solid red;
	background: transparent url("../images/logo.png") no-repeat;
	text-align: right;
	padding: 40px 0px 0px 0px;
}

#user-logged
{
	font-size: 10px;
	color: #ff7a00;
}

#user-logged b
{
	font-weight: bold;
}

#user-links a
{
	font-weight: bold;
	font-size: 10px;
	color: #000;
	text-decoration: none;
}

#user-links a:hover
{
	color: #514d88;
	text-decoration: underline;
}

#user-last-login-date
{
	font-size: x-small;
}

#menu
{
	margin: 10px 0px 0px 0px;
	padding: 0px;
	height: 45px;
}

.button
{
	width: auto;
	height: auto;
	cursor: pointer;
	border: 1px solid #bcc8ee;
	padding: 5px 7px;
	background: #e2e6ef;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	color: #47507b;
}

.button.bigger-font
{
	font-size: 14px
}

.button a
{
	text-decoration: none;
	color: #47507b;
}

.button.selected
{
	border-color: #fd760a;
	background: #ff9233;
}

.button.selected a
{
	color: #fff;
}

#content
{
	margin: 10px 0px 5px 0px;
	padding: 8px;
	border: 1px solid #bcc8ee;
	background: #e2e6ef;
}

#content #body
{
	border: 1px solid #bcc8ee;
	background: #fff;
	padding: 8px;
	clear: both;
}

#title
{
	font-size: 17px;
	font-family: Arial;
	font-weight: bold;
	color: #47507b;
	margin-bottom: 10px;
}

#bottom-menu
{
	font-size: large;
	margin: 20px 0px 0px 0px;
}
#bottom-menu li
{
	display: inline;
	border: 0px solid red;
	color: #1c6391;
}

#bottom-menu li a
{
	color: #1c6391;
	text-decoration: none;
}

#tac
{
	margin: 10px 0px 0px 0px;
}

#tac li
{
	color: #303765;
	font-size: 11px;
	display: inline;
}

#tac li a
{
	color: #303765;
	text-decoration: none;
}

#copyright
{
	margin-top: 20px;
	font-size: 11px;
	color: #fff;
	text-align: center;
}

#version
{
	margin: 5px 0px;
	padding-bottom: 15px;
	color: #fff;
	font-size: 10px;
	text-align: center;
}

#tab-menu
{
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #bcc8ee;
	height: 25px;
}

#tab-menu .tab
{
	float: left;
	border: 1px solid #bcc8ee;
	border-bottom: 1px solid #3c5082;
	padding: 5px 35px;
	margin-right: 8px;
	background: #fff;
	height: 14px;
	background: #3c5082;
	color: #fff;
}

#tab-menu .tab a
{
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

#tab-menu .tab.selected
{
	color: #3c5082;
	background: #fff;
	border-bottom-color: #fff;
}

#tab-menu .tab.selected a
{
	color: #3c5082;
}

/* fix for misaligned combobox under IE, if placed in TD */
.ext-ie td .x-form-text
{
	position:static;
	top:-1px;
}

.ext-ie td .x-form-field-wrap
{
	position:static;
	zoom:1;
	white-space:nowrap;
}

.ext-ie td .x-form-field-wrap .x-form-text
{
	position: static;
	margin-top:-12px;
}

.ext-ie td .x-form-field-wrap .x-form-trigger
{
	border-bottom:1px solid #B5B8C8;
	position:static;
	top:0;
}

/* to get ext grids to wrap text */
.x-grid3-cell-inner
{
	overflow: hidden; 
	white-space: normal !important;
}

/*----------------------- non-secure pages ---------------------*/
.hide,a b{
	position: absolute;
	left: -9999px;
}

#base-outerwrap{
	background:url("../images/topbg.gif") repeat-x;
	height:300px;
}
#base-wrap{
	width:880px;
	margin:0 auto;
	text-align:left;
}
#base-header{
	width:880px;
	height:230px;
	background:url("../images/banner.jpg") no-repeat;
}
#base-header ul{
	overflow:hidden;
	height:50px;
	padding:17px 0 0 95px;
}
#base-header ul li{
	display:block;
	float:left;
}
#base-header ul li a{
	height:15px;
	display:block;
	float:left;
	margin-right:38px;
	display:inline;
}
html>body #base-header{
	position:relative;
}
html>body #logolink{
	position:absolute;
	width:375px;
	height:120px;
	display:block;
	left:0px;
	top:85px;
}
* html #logolink{
	width:375px;
	height:120px;
	display:block;
	margin:40px 0 0 0;
	float:left;
	display:inline;
}
.home{
	width:62px;
	background:url(../images/home.gif) no-repeat;
}
.home:hover,.slcthome{
	background:url(../images/homehover.gif) no-repeat;
}
.benefit{
	width:200px;
	background:url(../images/benefit.gif) no-repeat;
}
.benefit:hover,.slctbenefit{
	background:url(../images/benefithover.gif) no-repeat;
}
.free{
	width:122px;
	background:url(../images/treal.gif) no-repeat;
}
.free:hover{
	background:url(../images/trealhover.gif) no-repeat;
}
.pricing{
	width:88px;
	background:url(../images/pricing.gif) no-repeat;
}
.pricing:hover,.slctpricing{
	background:url(../images/pricinghover.gif) no-repeat;
}
.faq{
	width:43px;
	background:url(../images/faq.gif) no-repeat;
}
.faq:hover,.slctfaq{
	background:url(../images/faqhover.gif) no-repeat;
}
#base-mainbody{
	width:880px;
	overflow:hidden;
	background: #fff;
	color:#000000;
}
#base-contentarea
{
	margin: 50px auto;
	padding: 20px;
	width: 300px;
	border: 6px solid #bcc8ee;
}

.loginbtn:hover {
	background:transparent url(../images/loginbtn.gif) no-repeat scroll 0 -35px;
}
.loginbtn {
	background:transparent url(../images/loginbtn.gif) no-repeat scroll 0 0;
	display:block;
	float:right;
	height:35px;
	margin-top:-60px;
	width:98px;
}
.footer{
	margin-top: 0px;
	/*text-align: center;*/
}
.footer a{
	margin: 0 9px;
	text-decoration: none;
}
.footer a:hover{
	border-bottom:1px solid #166194;
}
.footer p a:hover{
	text-decoration: underline;
}
.footer .leftlink{
	background:none;
}
.footer p{
	font-size:13px;
	line-height:21px;
	color:#323E63;
	padding:6px 0 56px 0;
}
.footer a img{
	margin:0 0 2px 0;
}
.footer strong{
	margin-left:-9px;
}
.footer p a{
	background:none;
	margin:0;
	padding:0;
	color:#323E63;
}
.footer p a:hover{
	border-bottom:none;
}
