/**
 * Custom Template Presets
 */
body, input, select, textarea{
	font-family:Verdana,Arial,Helvetica,sans-serif !important;
	font-size: 11px !important;
}

table.bg {
	width: 100%;
}
.bg-left, .bg-main{
	vertical-align: top;
	margin: 0;
	padding: 0;
	text-align:left;
}
#content {
	width: 100%;
	overflow: hidden;
}

/**
 * Top Banner
 */
#hd .banner {
	height:75px;
	background:transparent url("../images/topNav_background.jpg") repeat-x scroll 0px;
	/*background:url(../images/TDSecurities.gif) #163C21;
	background-position:10px 10px;
	background-repeat:no-repeat;*/
	overflow:hidden;
	color:#fff;
}

#hd .banner h1 {
	position: relative;
	text-align: right;
	top: 20px;
	right: 10px;
	color: #FFFFFF;
	font-size:20px;
	font-weight: bold;
}

#hd .banner h1 a {
	color: #FFFFFF;
	text-decoration: none;
}

/**
 * Top Nav
 */
#hd .topnav {
	padding: 0.5em 1em;
}
#hd .topnav .greeting {
	color: #024E7B;
	font-weight: bold;
	float: left;
}
#hd .topnav .actions {
	float:right;
}
#hd .topnav .actions a {
	text-decoration: none;
	color: #0086AC;
}
#hd .topnav .actions a:hover {
	text-decoration: underline;
}

/**
 * Footer
 */
#ft .footer {
	border-top:0.1em solid #D7D4CC;
	float:right;
	padding-top: 0.6em;
	width:100%;
	/*padding-right: 0.5em; */
	background-color:#EBF3EB;
}

#ft .footer A {
	color:#2F5F3E;
	float:right;
	padding:0.4em 0;
	text-decoration:none;
}
#ft .footer .divider {
	color:#2F5F3E;
	float:right;
	padding:0.4em 0.7em;
}
#ft .footer .greyText {
	clear:both;
	color:#999999;
	float:right;
	padding:0.4em 0;
}
#ft .footer .footerDividerGrey {
	color:#999999;
	float:right;
	padding:0.4em 0.7em;
}
#ft .footer .footerLinkLight {
	color:#8BB093;
	float:right;
	padding:0.4em 0;
	text-decoration:none;
}


/**
 * Button
 */
.button, .buttonOrange, .buttonGrey, .buttonOrangeSm, .buttonGreySm {
   padding: 0px 10px 0px 0px;
   margin: 0px 0px 2px 0px;
   background-repeat: no-repeat;
   background-position: right top;
   white-space:nowrap;
   width: 50px;
}
html>body .button, html>body .buttonOrange, html>body .buttonGrey {
	padding-top: 3px;
	padding-bottom: 7px;
	line-height:2.5em;
}
.button a, .buttonOrange a, .buttonGrey a {
	padding: 3px 6px 7px 12px;
	display:inline-block;
	background-repeat: no-repeat;
	background-position: left top;
	white-space:nowrap;
	font-weight:bold;
	font-size: 11px;}
html>body .button a, html>body .buttonOrange a, html>body .buttonGrey a, html>body .buttonOrangeSm a, html>body .buttonGreySm a {
	display:inline;
}

.button, .button a {
	background-image:url(../images/button_background-2.gif);
	background-color:white;
	color: #2D5C3D;
	text-decoration: none;
}

.buttonOrange, .buttonOrange a {
	background-color: white;
	background-image:url(../images/button_background-3.gif);
	color: #FFFFFF;
	text-decoration: none;
}

.buttonGrey, .buttonGrey a {
	background-image:url(../images/button_background-4.gif);
	background-color:white;
	color: #777777;
	text-decoration: none;
	cursor: default
}

html>body .buttonOrangeSm, html>body .buttonGreySm {
	padding-top: 2px;
	padding-bottom: 3px;
	line-height:1.9em;
}
.buttonOrangeSm a, .buttonGreySm a {
	padding: 3px 6px 3px 12px;
	display:inline;
	background-repeat: no-repeat;
	background-position: left top;
	white-space:nowrap;
	font-weight:bold;
	font-size: 10px;
}

.buttonOrangeSm, .buttonOrangeSm a {
	background-image:url(/tdspb/images/button_background-6.gif);
	background-color:white;
	color: #FFFFFF;
	text-decoration: none;
}

.buttonGreySm, .buttonGreySm a {
	background-image:url(/tdspb/images/button_background-5.gif);
	background-color:white;
	color: #777777;
	text-decoration: none;
	cursor: default
}

/**
 * Date field
 */
.datefield {
	white-space: nowrap;
}
.datefield img {
	border: none;
	vertical-align: middle;
}
.datefield input {
	width: 8em;
	vertical-align: middle;
}
.datefield .beforeBtn {
	cursor: pointer;
	text-decoration: none;
}
.datefield .afterBtn {
	cursor: pointer;
	text-decoration: none;
}
.datefield .calBtn {
	cursor: pointer;
	padding-left: 0.2em;
}
/**
 * Headers
 */
#content h1 {
	border-bottom:1px solid #295A39;
	padding-bottom:4px;
	padding-left:3px;
	/*color:#AECAB4;*/
	color:#295A39;
	font-weight:bold;
	font-size:1.4em;
	margin-bottom: 1.4em;
	text-align: left;
}

#content h2{
	color:#295A39;
	font-weight:bold;
	font-size:1.3em;
	text-align: left;
}

/**
 * Generic styles
 */
.hidden {
	display:none;
}

.clicker {
	cursor: hand; /** for IE **/
	cursor: pointer; /** for mozilla**/
}

.anchor {
	cursor: hand; /** for IE **/
	cursor: pointer; /** for mozilla**/
	text-decoration: underline;
}

.dijitComboBoxInput .dijitInputFieldValidationError {
	background-color:#F1C9CA !important;
	border: none;
}

.dijitMenuItem {
	text-align: left !important;
}


/**
 * Asych DIV
 */
.asychContent .loading {
	background: transparent url(../images/asych-loading.gif) no-repeat bottom left;
	color: #6C6C6C;
	text-indent: 18px;
}

.browseBtn {
	font-size: 13px ! important;
}
/* monthly, yearly buttons */
.btns {
margin-top:1px;
margin-bottom:1px;
}
.btn3 {
border-style:outset;
border-width:2px;
border-color:#295A39;
padding:1px;
background-color: #295A39;
color:white;
}
.buttonOrange.rightButton {
	margin-left: 750px;
}