/*
* author by sunny
*/

/* style_v2.css merge style.css */
* {
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

body {
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:1em;
/* JZ	color:#F3FAFA; */
	color:#193b3b;
	background-color:#F3FAFA;
	min-width:981px;
	margin: 0px;
}

object { 
	vertical-align:top; 
	outline:none;
}

input, 
textarea, 
select { 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:1em; 
	vertical-align:middle; 
	font-weight:normal;
}

img { 
	border:0; 
	vertical-align:top; 
	text-align:left;
}

/*========================== ALIGMENT =========================*/

.fleft { 
	float:left;
}

.fright { 
	float:right;
}

.alignright { 
	text-align:right;
}

.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%; 
	overflow:hidden;
}

.container { 
	width:100%;
}

/*=========================== FORMS ===========================*/

#contacts-form {
	width:263px;
}
#contacts-form .form { 
	height:47px;
}
#contacts-form input {
	width:258px; 
	padding:3px 0 3px 3px; 
	background:#fff; 
	border:1px solid #e2e2e2; 
	vertical-align:top;	
	line-height:1.2em;
}
#contacts-form textarea { 
	width:258px; 
	height:167px; 
	overflow:auto;
	background:#fff; 
	border:1px solid #e2e2e2; 
	padding:3px 0 0 3px;
	margin-bottom:31px;
}
#contacts-form a {
	margin-left:14px;
	float:right;
}

/*========================== LISTS ============================*/

.list li{
	padding-bottom:8px;
	margin-bottom:8px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8bac76;
	background-image: url(../images/listBullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
.list li h4 {
	margin-bottom:3px;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}
.list li p {
	margin-bottom:0;
	padding-top:10px;
}
.list li span {
	color:#f3a50d;
}
.list li span.phone {
	color:#9b9b9b;
}
.list li.last {
	background:none;
	border-bottom-style: none;
}

.list1 li {
	width:100%;
	overflow:hidden;
	vertical-align:top;
	padding:5px 0 29px 0;
	margin-bottom:28px;
	line-height:1.42em;
	background:url(../images/line-hor.gif) repeat-x left bottom;
}
.list1 li img {
	float:left;
	margin:-5px 17px 0 0;
} 
.list1 li h4 {
	margin-bottom:5px;
}
.list1 li p {
	margin-bottom:0;
}
.list1 li cite {
	font-style:normal;
}
.list1 li.last {
	background:none;
	margin-bottom:0;
}

.list2 {
	padding-bottom:8px;
}
.list2 li {
	color:#f3a50d;
	font-weight:bold;
	padding-bottom:18px;
}
.list2 li a {
	font-weight:normal;
}
.list2 li.last {
	margin-bottom:-18px;
}

/*========================== OTHER ============================*/

.img-indent { 
	padding-bottom:25px; 
}

.img-box1 { 
	width:100%; 
	overflow:hidden;
}

.img-box1 img { 
	float:left; 
	margin:0 20px 0 0;
}

p { 
	margin-bottom:18px;
	line-height:1.42em;
}

dl {
	margin-bottom:-15px;
	line-height:1.42em;
}
dl dt {
	color:#4e4e4e;
	font-weight:bold;
	margin-bottom:2px;
}
dl dd {
	margin-bottom:15px;
}

.phone { 
	float:right; 
	margin-right:90px;
}

/*================= TXT, LINKS, LINES, TITLES =================*/

a {
	color:#2A5333;
	outline:none;
}
a:hover {
	text-decoration:none;
}

h3 {
	font-size:16px;
	line-height:1.2em;
	color:#061339;
	margin-bottom:20px;
	padding-bottom:10px;
	margin-top: 0px;
	padding-top: 0px;
}
h4 {
	font-size:1em;
	color:#4e4e4e;
	margin-bottom:15px;
	line-height:1.42em;
	margin-top: 0px;
	padding-top: 0px;
}
h5 {
	font-size:1em;
	font-weight:normal;
	margin-bottom:15px;
	line-height:1.42em;
	margin-top: 0px;
	padding-top: 0px;
}

.twitter {
	width:216px;
	height:63px;
	background:url(../images/twitter.gif) no-repeat left top;
	position:relative;
}
.twitter a {
	display:block;
	background:url(../images/extra-bg.gif) no-repeat left top;
	width:154px;
	height:46px;
	position:absolute;
	right:0;
	top:5px;
	text-decoration:none;
}
.twitter a span {
	display:block;
	padding:9px 0 0 24px;
}
.twitter a em {
	font-size:.92em;
	color:#1baee5;
	font-style:normal;
}
.twitter a strong {
	color:#4e4e4e;
	display:block;
	margin-bottom:-2px;
	font-size:1.08em;
}
.twitter a:hover em {
	text-decoration:underline;
}

.link {
	font-weight:bold;
	color:#1baee5;
}
.link a {
	color:#1baee5;
}

.link1 { 
	display:block; 
	float:left;
	background:url(../images/button-bg.gif) no-repeat left top; 
	color:#fff; 
	text-decoration:none; 
	font-size:17px;
	line-height:1em;
	width:76px;
	height:30px;
	text-align:center;
}
.link1 span {
	display:block;
	padding:6px 0 0 0;
}
.link1:hover {
	color:#793801;
}

/*============================ BOXES ==========================*/

.featured-box {
	height:339px;
	overflow:hidden;
	border: 8px solid #FAFAFA;
	background-color: #FFFFFF;
	border-collapse:collapse;
}
.featured-box .col-1 {
	width:618px;
	height: 339px;
	overflow: hidden;
}
.featured-box .col-2 {
	height: 339px;
	overflow: hidden;
}
#decide, #customize, #manage, #getStartedNow {
	display: block;
	cursor: pointer;
}



/*------*/

.box {
	background:#fff;
	border: 1px solid #617962;
}
.box .border-top {
	background:url(../images/border.gif) repeat-x left top;
}
.box .border-right {
	background:url(../images/border.gif) repeat-y right top;
}
.box .border-bot {
	background:url(../images/border.gif) repeat-x left bottom;
}
.box .border-left {
	background:url(../images/border-left.gif) repeat-y left top;
}
.box .left-top-corner {
	background:url(../images/corner.gif) no-repeat left top;
}
.box .left-bot-corner {
	background:url(../images/corner.gif) no-repeat left bottom;
	width:100%;
}
.box .inner { 
	padding:27px 18px 37px 29px;
}


/*========================= CONTENT ===========================*/

#content {
	padding-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #527449;
}
#content .indent {
	padding-bottom:9px;
}

/*========================= FOOTER ============================*/

#footer p {
	color:#007979;
	font-size:10px;
}
#footer .footerColumn {
	float: left;
	width: 220px;
	display: block;
	padding: 0px;
	margin-top: 10px;
	font-size: 11px;
	visibility: visible;
	margin-left: 20px;
}
#footer .footerColumn a ,#footer .footerColumn span {
	color: #4F4F4F;
	text-decoration: none;
	display: block;
	margin-bottom: 3px;
}
#footer .footerColumn a:hover {
	color: #000000;
}
.footerColumnHeading {
	font-size: 12px;
	color: #B4D377!important;
	font-weight: bold;
	padding-bottom: 3px;
}

/*========================= NEW STYLES ED ============================*/
.middlebar {
	background-image: url(../images/middlebar.gif);
	background-repeat: repeat-x;
	height: 41px;
	margin-top: 7px;
	border: 1px solid #224422;
	margin-bottom: 7px;
}
#logoRotation {
	margin-top: 30px;
}
#logoRotation div {
	height: 200px;
}
.clearfloat {
	clear: both;
	height: 0px;
	width: 100%;
}
#navbar a, .navbar a{
	font-size: 11px;
	text-decoration: none;
	margin: 9px 10px 5px;
	display: block;
	float: left;
	color: #192045;
	font-weight: bold;
}
#navbar a:hover, .navbar a:hover {
	color: #237AD6;
}
#navbar .active {
	color: #3D7791;
}
#navbar, .navbar {
	padding-left: 15px;
}
.searchbar  .searchFields {
	float: right;
	margin-right: 30px;
	margin-top: 15px;
}
.searchbar span {
	margin-right: 6px;
	margin-left: 8px;
	line-height: 16px;
}
.searchbar input {
	height: 16px;
	width: 110px;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 1px solid #C3C3C3;
	margin: 0px;
}
.submitSearch{
	display: inline;
	cursor: pointer;
	background-image:url(/LTISystem/jsp/template/ed/images/searchButton.gif);
	background-repeat: no-repeat;
	width:19px;
	height:19px;
}
input.submitSearchTop{
	display: inline;
	cursor: pointer;
	background-image:url(/LTISystem/jsp/template/ed/images/searchButton.gif);
	background-repeat: no-repeat;
	width:19px;
	height:19px;
	
}
#submitSearchBottom{
	display: inline;
	cursor: pointer;
	background-image:url(/LTISystem/jsp/template/ed/images/searchButton.gif);
	background-repeat: no-repeat;
	width:19px;
	height:19px;
}
.regSignin {
	float: right;
	margin-right: 30px;
	margin-top: 5px;
	cursor: pointer;
	position:relative;
	z-index:9999;
}
.middleLinks a {
	background-image: url(../images/arrow_right.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	display: block;
	float: left;
	height: 19px;
	margin-right: 20px;
	padding-left: 20px;
	margin-left: 20px;
	line-height:17px;
	color: #E6FF8D;
	font-size: 14px;
	text-decoration: none;
	margin-top: 11px;
}
.middleLinks  #searchForPlan {
	display: block;
	float: right;
	height: 19px;
	margin-right: 20px;
	margin-left: 20px;
	color: #E6FF8D;
	font-size: 14px;
	text-decoration: none;
	margin-top: 9px;
}
.middleLinks   input {
	height: 18px;
	width: 280px;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #C3C3C3;
	margin-left: 10px;
	margin-top: 0px;
}
.moreInCategory {
	font-size: 11px;
	margin-top: 16px;
	display: block;
}
.borderGreen {
	border: 1px solid #1B461C;
}

.content_tier1, #content_tier1 {
/*** JZ	border: 10px solid #FAFAFA; ***/
	border-top: 1px solid #4A9F58; 
	background-color: #FFFFFF;
	border-collapse:collapse;
	overflow:hidden;
	width:auto;
	color: #333333;
	padding: 20px 0 35px 0;
	line-height: 1.3em;
}
#content_tier1 .columnLeft {
	float: left;
	width: 680px;
	padding-right: 20px;
}



#content_tier1 .columnRight {
	float: left;
	width: 220px;
	padding-left: 10px;
}
.sidebar_box {
	padding: 16px 5px 16px 20px;
	margin-bottom: 20px;
	border: 1px solid #97AB9B;
}
.sidebar_box_noPadding {
	margin-bottom: 20px;
	border: 1px solid #97AB9B;
}
.sidebar_box_content {
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 12px;
	font-size: 11px;
	line-height: 1.2em;
}
.sidebar_box_content p {
	line-height: 1.2em;
}
.sidebar_box_heading_green {
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 12px;
	color: #FFFFFF;
	background-color: #608569;
	font-size: 11px;
	font-weight: bold;
	background-image: url(../images/sidebar_box_heading.gif);
	background-repeat: repeat-x;
	background-position: center;
	margin-bottom: 15px;
}

.roundHeadingBlue {
	background-image: url(../images/sidebar_box_heading_blue.gif);
	background-repeat: repeat-x;
	background-position: center -25px;
}
.sidebar_box_heading_white {
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 12px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 15px;
}



.sidebar_box_heading_blue {
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 12px;
	color: #FFFFFF;
	background-color: #3B788F;
	font-size: 11px;
	font-weight: bold;
	background-image: url(../images/sidebar_box_heading_blue.gif);
	background-repeat: repeat-x;
	background-position: center;
	margin-bottom: 15px;
}
.content_tier1 li {
	color: #3B4446;
	line-height: 1.4em;
}
.content_tier1 strong {
	color: #1E2D3B;
}
.content_tier1 a strong {
	color: #2A5333;
}
.content_tier1 h1 {
	font-size: 24px;
	margin-bottom: 18px;
	border:none;
	line-height:25px;
	margin-top:0px;
	padding-top:3px 0 0 0;
	color: #19384C;
	font-weight: normal;
}
.content_tier1 h2 {
	font-size: 16px;
	margin-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}
.content_tier1 h4 {
	font-size: 13px;
	margin-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}
.content_tier1 h5 {
	font-size: 12px;
	margin-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}
.regTable {
	font-size: 10px;
	color: #FFFFFF;
}
.regTable input {
	background-image: none;
	height: 16px;
	margin-bottom: 5px;
	background-color: #FEFEFE;
	width: 200px;
}
.regTable a {
	color: #FFFFCC;
}
.greenBkgd {
	background-color: #2A5333;
}
.roundHeadingGreen {
	background-image: url(../images/sidebar_box_heading.gif);
	background-repeat: repeat-x;
	background-position: center -25px;
}
.borderBottom_1px {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C0C0C0;
}
#content_tier1 .columnRight p {
	font-size: 11px;
	line-height: 1.4em;
	color: #3B4446;
}
.dividerTop {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #566E56;
	padding-top: 20px;
	padding-bottom: 20px;
}


#content_tier1 .columnRight h1 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 1em;
	color: #59715A;
	padding-top: 22px;
}
#content_tier1 .columnRight h2 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 1em;
	color: #59715A;
	padding-top: 16px;
}
#content_tier1 .columnRight h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 1em;
	color: #59715A;
	padding-top: 16px;
}
#content_tier1 .columnRight h4 {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 4px;
	line-height: 1em;
	color: #59715A;
	padding-top: 16px;
}
#content_tier1 .columnRight h5 {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 4px;
	line-height: 1em;
	color: #59715A;
	padding-top: 16px;
}
.slider_tick td {
	font-size: 9px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	text-align: center;
	vertical-align: middle;
}
.slider_num {
	clear: both;
	height: 10px;
	font-size: 9px;
}
.datereadout {
	position: absolute;
	background-image: url(../images/datereadout.png);
	width: 100px;
	background-repeat: no-repeat;
	background-position: center 0px;
	text-align: center;
	font-size: 9px;
	color: #FFFFFF;
	padding-top: 3px;
	height: 30px;
}
#slider1 {
	margin-top: 40px;
}
.sliderContainer {
	padding-right: 30px;
	padding-left: 30px;
}
.readoutContainer {
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 10px;
}
.readoutContainer input {
	font-size: 10px;
	color: #666666;
	width: 100px;
	border: 1px solid #49AD0F;
	text-align: center;
}
.readoutContainer td {
	font-size: 9px;
}
.readoutContainer table {
	float: left;
}
.datesliderContainer {
	border: 1px solid #999999;
	padding-top: 15px;
	background-color: #FBFFF7;
	padding-bottom: 20px;
}
.dateSliderYear {
	padding-right: 16px;
	font-size: 22px;
	font-weight: normal;
	color: #264F2D;
	float: left;
	padding-top: 18px;
}
.guidepostItem {
	float: left;
	width: 32%;
	background-position: center -15px;
	margin-right: 8px;
	height: 100px;
	cursor: pointer;
	border: 2px solid #7EAB8B;
}
.guidepostIEFIX {
	float: left;
	cursor: pointer;
}
#guidePost {
	height: 108px;
	display: block;
}
#guidepost_manage {
	margin-right: 0px;
	background-image: url(../images/guidePost_manage.png);
	width: 298px;
	display: block;
}
#guidepost_decide {
	background-image: url(../images/guidePost_decide.png);
	width: 298px;
	display: block;
}
#guidepost_customize {
	background-image: url(../images/guidePost_customize.png);
	width: 298px;
	display: block;
}
.guidepostInnerBorder {
	border: 2px solid #54a136;
	cursor: pointer;
	height: 98px;
}
.styleSelectLabel {
	font-size: 10px;
	display: block;
	float: left;
	margin-right: 6px;
	padding-top: 3px;
}
/* */
.regSignin  a {
	margin-right: 5px;
	margin-top: 20px;
	font-size: 13px;
	text-decoration: none;
	color: #fff;
}

/* start submenu */
#submenu {
	position: relative;
	height: 28px;	
    background: #F9B7FF;
    background: #CFECEC;
}

#submenu ul {
	z-index: 1;
	position: absolute;
    margin:0; padding: 0;
    list-style:none;
    left:0;
	bottom: 4px !important; bottom: 5px;
	font: bold 13px  Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;	
}
#submenu li {
   display:inline;
   margin:0; padding:0;
   padding: 0 0 8px 12px;
}

#submenu a span {
   color: #000000;
   text-decoration: none
}

#submenu a:hover span {
	color:#0B3B39;
    text-decoration: none
}

#submenu #vf_current a {
   background-position:0% -42px;
   color: #000000;
   text-decoration: none
}
#submenu #vf_current a span {
   background-position:100% -42px;
   background: url(tabhover.gif) repeat-x right top;
   color: #000000;
   text-decoration: none
}
.button_edit {
	background:url('/LTISystem/jsp/f401k/images/edit.jpg');
	border:0px;
	width:18px;
	height:18px;
	cursor:pointer;
}
/*========================== feedburner ============================*/

/*========================== feedburner end============================*/
.show_text {border:0px solid #fff;background:#fff;width:98%}  
.edit_text {border:1px solid #369;background:#fff;;width:98%}  
.button_new {background:url('../f401k/images/add.jpg');border:0px;width:18px;height:18px;cursor:pointer}
.button_edit {background:url('../f401k/images/edit.jpg');border:0px;width:18px;height:18px;cursor:pointer}
.button_remove {border:0px;height:18px;cursor:pointer}
#process_div table{
	color:blue;
}

#faqs { border-top: 1px solid #e2e2e2; border-bottom: 1px solid #e2e2e2; padding: 1px 0; }
#faqs .tab { padding: 7px 160px 9px 36px; font-size: 11px; line-height: 18px; border-bottom: 1px solid #e2e2e2; border-top: 1px solid #e2e2e2; margin: 2px 0; background: #fafafa url(/LTISystem/jsp/template/ed/images/faq_c.png) 0px 9px no-repeat; }
#faqs .tab .question,
#faqs .tab .question * { cursor: pointer; }
#faqs .tab .answer { display: none; }
#faqs .tab.selected { padding: 0; background: #fff url(/LTISystem/jsp/template/ed/images/faq_s.png) 0px 9px no-repeat; }
#faqs .tab.selected .inner { padding: 7px 159px 9px 35px; border-left: 1px solid #e2e2e2; border-right: 1px solid #e2e2e2; }
#faqs .tab.selected .answer { display: block; }
#faqs .tab.selected a { color: #363636; }
#faqs .tab .question { font-weight: bold; }

/*========================== landing page ============================*/
.landingbody{
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    font-size: 20px;
    padding-top: 20px;
    text-align: left;
}
	#topNav a{
		padding-right: 14px !important;
	}
	a#search-submit {
	    background-image: url("/media/img/search-btn.gif");
	    background-position: 0 0;
	    background-repeat: no-repeat;
	    border: medium none;
	    color: #FFFFFF;
	    display: block;
	    float: left;
	    font-size: 13pt;
	    font-weight: bold;
	    height: 40px;
	    left: 15px;
	    padding: 9px 0 0;
	    position: relative;
	    text-align: center;
	    text-decoration: none;
	    top: 0;
	    vertical-align: middle;
	    width: 131px;
	}
	#menu2 li a{
		width: 250px !important;
		display: inline;
	}
	.input-wrap a{
		#line-height:18px;
		padding-top: 12px !important;
		border:1px;width:131px;
		height:30px;
		background:no-repeat url('/LTISystem/jsp/images/search.png')!important;
	}
	#getModelPortfolios {
    background-color: #2F5435;
    color: #D3FF6C;
    font-size: 15px;
    padding: 8px 18px 8px 10px;
    width: 575px;
}
#landing_helpful{
    background: url("/LTISystem/jsp/images/helpful.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    height: 125px;
    margin: 0 auto 0 40px;
    padding-left: 30px;
    padding-top: 50px;
    width: 890px;
}
/*========================== landing page end============================*/

/*========================== Free widget ============================*/
.for_developers_button {
   background: url("/LTISystem/jsp/images/widget.jpg") no-repeat scroll 0 4px transparent;
   border-top: 4px solid #CBD1D8;
    color: #024999 !important;
    display: inline;
    float: left;
    font-weight: 700;
    height: 80px;
    margin-left: 8px;
    margin-top: 10px;
    padding-left: 8px;
    padding-top: 28px;
    text-decoration: none !important;
    width: 186px;
}
/*========================== Free widget ============================*/
/*========================== mp_left_div ============================*/
.etf_extra {
	color: #777777;
	background: none repeat scroll 0 0 #EBFEED;
}

.mini_category {
	clear: both;
	margin-bottom: 25px;
}

.red_title_bk {
	border-bottom: 2px solid #3D843D;
	color: #000000;
	font-size: 1.6em;
	font-weight: 500;
	padding-top: 5px;
	width: 230px;
	margin-bottom: 10px;
	padding-bottom: 2px;
}

.red_title_bk span {
	font-size: 13px;
	cursor: default;
	font-weight: bold;
}

.etf_extra_content {
	float: left;
	padding: 10px 0 0;
	width: 100%;
}

.etf_extra .other {
	margin-top: 5px;
}
.starimg img{
	width: 14px;
}
a.lead{
  color:#FFFFFF;
}
/*========================== mp_left_div ============================*/

.various_nav {
    background: none repeat scroll 0 0 #EEF2F5;
	border-right: 1px solid #CECFD0;
    float: left;
    width: 142px;
    margin-bottom: 20px;
}
.various_nav_title {
    color: #2C2C2C !important;
    cursor: default !important;
    font-size: 14px !important;
    font-weight: 700;
    text-transform: uppercase;
}
.various_nav.app_categories li a {
    color: #024999 !important;
}
.various_nav ul li {
    clear: both;
	float: left;
    list-style-type: none;
    width: 123px;
}
.various_nav ul li a, .various_nav ul li span {
    clear: both;
    color: #024999;
    cursor: pointer;
    display: inline;
    float: left;
    font-size: 12px;
    line-height: 1.2em;
    text-decoration: none !important;
}
.various_nav ul {
    clear: both;
    float: left;
    font-size: 1.1em;
    width: 134px;
}
.various_nav.app_categories .selected {
    background: url("http://static.seekingalpha.com/images/dashboard/title_pointer.gif") no-repeat scroll 1px 6px transparent;
    color: #000000 !important;
    cursor: default;
    padding: 4px 3px 4px 12px !important;
    text-decoration: none;
}
.various_nav.app_categories li.selected a {
    color: #000000 !important;
}

.mid_title{
	margin-bottom: 5px;
    margin-top: 10px;
}
.tablesorter tbody{
    background-color: #FFFFFF;
}


/* started here */
input[type="checkbox"]{
	margin:0;
	padding:0;
}
input, textarea, select {
    vertical-align: baseline;
}

form{
	margin:0;
	padding:0;
}

ul,li{
	margin:0;
	padding:0;
	list-style:none;
}

table{
	border-collapse: collapse;
}

.clear {
	clear: both;
}

hr.greenhr {
	background-color: #76923C;
	border: 0 none;
	height: 5px;
	margin: 20px 0;
	clear: both;
}

.freefont {
	color: #E36C0A;
	font-size: 20px;
	margin-left: 20px;
	font-weight: bold;
	line-height: 25px;
}

h3.modelh3 {
	border-bottom: 1px solid #4F81BD;
	padding: 8px 0 8px 2px;
	margin-top: 10px;
	line-height: 20px;
	color: #76923C;
	font-size: 18pt;
}

.statespan {
	font-size: 16px;
	line-height: 18px;
	color: #333;
}

.promptspan{
	color: #f60 !important;
}

.annunciatorBoards{
	background: none repeat scroll 0 0 #F9F9F9;
    border: 1px solid #DEDEDE;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 3px 3px 5px #C4E4A5;
    padding: 20px;
    text-shadow: 0 1px 0 #EBFEED;
}

.odd {
	background: #EDEDED;
}

.mainSidebar {
	width: 285px;
	padding: 20px 0 0 10px;
	float: left;
}

.mainContent {
	width: 630px;
	float: left;
	overflow: visible;
	margin:0 10px 0 20px;
}

h1.normalh1 {
	color: #19384C;
	font-size: 28px;
	font-weight: 300;
	line-height: 28px;
	margin: 5px 0 18px 0;
}

h2.normalh2 {
	font-size: 21px;
	line-height: 23px;
	font-weight: normal;
	margin: 3px 0 10px 0;
}

h3.normalh3 {
	font-size: 18px;
	line-height: 20px;
	padding: 0;
	margin: 5px 0 10px 0;
	font-weight:normal;
	color: #000;
}
h4.normalh4 {
	font-size: 16px;
	margin: 3px 0;
	font-weight:normal;
	color: #000;
}

p.normalp {
	margin-bottom: 10px;
}

p.titlep {
	font-size: 22px;
	font-weight: bold;
	font-family: "Cambria", "serif";
	color: #76923C;
}

a.normala {
	color: blue;
}

.strongFont {
	font-weight: bold;
}

.prompt {
	color: #f00;
	font-size: 18px;
}

.wrong{
	color: #f00 !important;
}

.normalul{
	margin:0;
	padding:0;
}

.normalul li{
	list-style:none;
}

.field_title {
	margin: 40px 0 5px 0;
	padding: 10px 0 0 20px;
	border: none;
	border-top: 1px solid #ccc;
	font-size: 20px;
}

.field_title legend {
	padding: 0 10px;
}

.italic_font{
	font-size: 14px;
    font-style: italic;
    text-align: right;
}
div.wysiwyg iframe{
	box-shadow:none !important;
}
.hide{
	display: none;
}
.display_b{
	display: block !important;
}
.color_striking{
	color: #b10000 !important;
}
.color_orange{
	color: #ff9009 !important;
}
.color_green{
	color: green !important;
}

.classify_h3{
	position: relative;
	padding: 0 0 0 12px;
	font-size: 19px;
	font-weight: normal;
	line-height: 19px;
	margin: 35px 0 10px 0;
}
.classify_h3 label{
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 19px;
	background: #008000;
}

/* title separate */
.title_separate{
	font-size: 22px;
	text-align: left;
	line-height:25px;
	margin: 30px 0 10px 0;
	font-weight: normal;
	border-bottom: 3px solid #469bbc;
}
.title_separate label{
	color: #fff;
	background: #469BBC;
	display: inline-block;
	vertical-align: bottom;
	padding: 2px 16px;
	min-height: 21px;
}
/* title separate end */

/* name and input */
.title_input label{
	display: inline-block;
	background: #f5f5f5;
	border: 1px solid #ccc;
	padding: 2px 10px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	vertical-align: top;
	margin: 0 -4px 0 0;
	*margin-top:1px;
}
.title_input input{
	font-size: 16px;
	height: 25px;
	line-height: 25px;
	padding: 2px 4px;
	width: 350px;
	border: 1px solid #ccc;
	display:inline-block;
}
/* name and input end */

/* icon */
i[class^="icon"]{
	background-image: url("../images/icons.png");
	background-repeat: no-repat;
	display:inline-block;
	vertical-align: text-top;
	margin-top:-2px;
	background-position: 0;
}
i.icon_flag{
	background-position: -403px -48px;
	width: 20px;
	height:20px;
}
i.icon_redirect{
	background-position: -364px -8px;
	width: 20px;
	height:20px;
}
i.icon_ask{
	background-position: -44px -127px;
	width: 20px;
	height:22px;
}
i.icon_question{
	background-position: -84px -127px;
	width: 20px;
	height:22px;
}
i.icon_plus{
	background-position: -765px -88px;
	width: 20px;
	height:20px;
}
i.icon_minus{
	background-position: -725px -88px;
	width: 20px;
	height:20px;
}
i.icon_setting{
	background-position: -445px -48px;
	width: 20px;
	height:20px;
	vertical-align: middle;
}
i.icon_list{
	background-position: -123px -5px;
	width: 20px;
	height:20px;
}
i.icon_delete{
	background-position: -524px -88px;
	width: 20px;
	height:20px;
	vertical-align: middle;
}
i.icon_success{
	background-position: -485px -90px;
	width: 20px;
	height:20px;
}
i.icon_upward{
	background-position: -204px -208px;
	width: 20px;
	height:20px;
	vertical-align: middle;
}
i.icon_downward{
	background-position: -164px -207px;
	width: 20px;
	height:20px;
	vertical-align: middle;
}
i.icon_leftward{
	background-position: -124px -209px;
	width: 20px;
	height:20px;
}
i.icon_rightward{
	background-position: -244px -209px;
	width: 20px;
	height:20px;
}
i.icon_topic{
	background-position: -164px -48px;
	width: 20px;
	height:20px;
}
i.icon_topics{
	background-position: -123px -47px;
    height: 22px;
    width: 22px;
}
i.icon_map{
	background-position: -644px -8px;
    height: 20px;
    width: 20px;
}
i.icon_fly{
	background-position: -765px -8px;
    height: 20px;
    width: 20px;
}
i.icon_bookmark{
	background-position: -485px -209px;
    height: 20px;
    width: 20px;
}
i.icon_metro{
	background-position: -564px -128px;
    height: 20px;
    width: 20px;
}
i.icon_threeLine{
	background-position: -484px -128px;
    height: 20px;
    width: 20px;
    vertical-align: middle;
}
i.icon_email{
	background-position: -164px -8px;
    height: 20px;
    width: 20px;
}
i.icon_home{
	background-position: -444px -208px;
    height: 20px;
    width: 20px;
}
i.icon_user{
	background-position: -445px -8px;
    height: 20px;
    width: 20px;
}
i.icon_file{
	background-position: -882px -127px;
    height: 23px;
    width: 23px;
}
i.icon_leaf{
	background-position: -723px -48px;
    height: 20px;
    width: 23px;
    vertical-align: middle;
}
i.icon_collect{
	background: url("../images/icon_star.png") no-repeat;
    height: 25px;
    width: 25px;
    vertical-align: middle;
}
i.icon_barrel{
	background-position: -44px -168px;
    height: 20px;
    width: 20px;
    vertical-align: middle;
}
i.icon_zoom{
	background-position: -604px -208px;
    height: 20px;
    width: 20px;
    vertical-align: middle;
}
i.icon_start{
	background-position: -324px -168px;
    height: 20px;
    width: 20px;
    vertical-align: middle;
}
i.icon_metroCompare{
	width: 40px;
	height: 40px;
	background: url("/LTISystem/jsp/images/metro/metro_compare.gif") no-repeat;
}
/* icon end */

.tip_span{
	color:#999;
}
/* wrong page tip */
.wrong_box {
	width: 750px;
	margin: 0 auto;
	padding: 50px 0 100px 0;
}

.wrong_h1 {
	margin: 0 0 40px 10px;
}

.wrong_h2 {
	float: left;
	margin: 70px 0 0 50px;
	font-size: 25px;
}

.wrong_message {
	font-size: 17px;
	line-height: 25px;
	float: left;
	width: 580px;
	margin-left: 30px;
}

.wrong_span {
	display: block;
	margin-top: 10px;
}
/* wrong page tip end */

/* pagination */
.a_num {
	display: inline-block;
	padding: 3px 4px;
	line-height: 13px;
	text-decoration: none;
	border: 1px solid #ccc;
}

.a_num:hover {
	background: #2A5333;
	color: #fff;
}

.a_num_select {
	background: #eee;
	color: #000;
	font-weight: bold;
}
/* pagination end */
.vice_nav{
	font-size: 14px;
}
/* top nav */
#topNav a:hover{
	color:#ddc766;
}

#topNav .active{
	color:#ddc766;
}
/* top nav end */

/* table securities */
table.securities {
	width: 100%;
	margin-top: 10px;
	text-align: center;
	border-collapse: collapse;
	border: 1px solid #C1DAD7;
}

table.securities th {
	padding: 3px 5px;
	background: #E6EEEE;
	border: 1px solid #C1DAD7;
}

table.securities td {
	padding: 3px 5px;
	border: 1px solid #C1DAD7;
}

table.securities tr:hover{
	background: #ecf3ff;
}

.SPhover td,.SPhover {
	background: #ecf3ff !important;
}
/* table securities end */

/* main table */
.mainTable th{
	padding: 5px 10px;
}
.mainTable td{
	height : 30px; 
	padding: 5px 10px;
	border-bottom: 1px dashed #DDDDDD;
}
/* main table end */

/* quotebutton */
.quotebutton {
	border-radius: 0.5em 0.5em 0.5em 0.5em;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	display: inline-block;
	margin: 0 2px;
	cursor: pointer;
	outline: medium none;
	padding: 0.3em 1em;
	text-align: center;
	text-decoration: none;
	vertical-align: baseline;
	color: #fff;
	font-weight: bold;
	border: solid 1px #13b68a;
	background: #00cd00;
	background: -webkit-gradient(linear, left top, left bottom, from(#79dea8), to(#007836) );
	background: -moz-linear-gradient(top, #79dea8, #007836);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#79dea8', endColorstr='#007836' );
}

.quotebutton:hover {
	background: #00ad08;
	background: -webkit-gradient(linear, left top, left bottom, from(#00ae42), to(#235937) );
	background: -moz-linear-gradient(top, #00ae42, #235937);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ae42', endColorstr='#235937' );
}

.quotebutton:active {
	color: #40715e;
	background: -webkit-gradient(linear, left top, left bottom, from(#00ae42), to(#caefd7) );
	background: -moz-linear-gradient(top, #00ae42, #caefd7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ae42', endColorstr='#caefd7' );
}
/* end */

/* linkButton */
.linkButton {
	font: bold 12px Helvetica;
	text-decoration: none;
	background: #4993d4;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4993d4), color-stop(1, #256bbe) );
	background: -webkit-linear-gradient(top, #4993d4 0%, #256bbe 100%);
	background: -moz-linear-gradient(top, #4993d4 0%, #256bbe 100%);
	background: linear-gradient(top, #4993d4 0%, #256bbe 100%);
	border: 1px solid #2E6399;
	padding: 0;
	margin: 0 7px;
	color: #fff;
	display: inline-block;
	border-radius: 3px 3px 3px 3px;
}

.linkButton:hover {
	background: #256bbe;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #256bbe), color-stop(1, #4993d4) );
	background: -webkit-linear-gradient(top, #256bbe 0%, #4993d4 100%);
	background: -moz-linear-gradient(top, #256bbe 0%, #4993d4 100%);
	background: linear-gradient(top, #256bbe 0%, #4993d4 100%);
}

.linkButton span {
	border: 1px solid #5A9AD7;
	color: #FFFFFF;
	text-shadow: 0 -1px 0 #2E6399;
	font-size: 11px;
	height: 16px;
	display: inline-block;
	line-height: 16px;
	border-radius: 3px 3px 3px 3px;
	padding: 0 7px;
}
/* end */

/* f401k sidebar top */
.various_nav {
	background: none repeat scroll 0 0 #EEF2F5;
	border-right: 1px solid #CECFD0;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.various_nav_title {
	color: #2C2C2C !important;
	cursor: default !important;
	font-size: 14px !important;
	font-weight: 700;
	text-transform: uppercase;
}

.various_nav.app_categories li a {
	color: #024999 !important;
}

.various_nav ul li {
	clear: both;
	float: left;
	list-style-type: none;
	width: 90%;
}

.various_nav ul li a,.various_nav ul li span {
	clear: both;
	color: #024999;
	cursor: pointer;
	display: inline;
	float: left;
	font-size: 12px;
	line-height: 1.2em;
	text-decoration: none !important;
}

.various_nav ul {
	clear: both;
	float: left;
	font-size: 1.1em;
	width: 90%;
}

.various_nav.app_categories .selected {
	background: url("/LTISystem/jsp/images/title_pointer.gif") no-repeat scroll 1px 6px transparent;
	color: #000000 !important;
	cursor: default;
	padding: 4px 3px 4px 12px !important;
	text-decoration: none;
}

.various_nav.app_categories li.selected a {
	color: #000000 !important;
}
/* end*/

/* f401k_left */
.Apricot_yellow {
	clear: both;
	padding: 0;
	margin-left: 5px;
	margin-top: 10px;
}

.keywords_shadow {
	font-size: 15px;
	margin: 0;
	background: #ededed;
	text-shadow: 0 1px 0 #EBFEED;
	padding: 5px 8px;
	border-bottom: 1px solid rgb(153, 153, 153);
}

.keywords_shadow a {
	color: #1E2D3B;
	text-decoration: none;
}

#ctrlf {
	font-size: 12px;
	margin-top: 10px;
}

.rss-ltitable,.ltitable {
	border-collapse: collapse;
	width: 100%;
	height: 100%;
}

.rss-box-ltitable ul {
	margin: 0;
}

.rss-box-ltitable li {
	list-style: none;
	margin: 5px 0 0 0;
}

.rss-ltitable td,.ltitable td,.rss-box-ltitable li {
	padding: 0 0 5px 0;
	border-bottom: 1px solid #e1e1e1;
}
/* end */

/* f401k othercss */
a#search-submit {
	background: no-repeat url('/LTISystem/jsp/images/search.png') !important;
	border: medium none;
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 13pt;
	font-weight: bold;
	height: 40px;
	left: 15px;
	padding: 9px 0 0;
	position: relative;
	padding-top: 12px !important;
	text-align: center;
	text-decoration: none;
	top: 0;
	vertical-align: middle;
	width: 131px;
}

#getModelPortfolios {
	background-color: #2F5435;
	color: #D3FF6C;
	font-size: 15px;
	padding: 8px 18px 8px 10px;
	width: 575px;
}

#mpcenterright a {
	color: #2A5333;
	text-decoration: underline;
}

#mpcenterright a:hover {
	text-decoration: underline;
}
/* end */

/* load page */
div#mpiq_loading {
	background: url("/LTISystem/jsp/css/fancybox_sprite.png") 0 -108px;
	cursor: pointer;
	left: 50%;
	margin-left: -22px;
	margin-top: -22px;
	opacity: 0.8;
	position: fixed;
	top: 50%;
	z-index: 99999999;
}

div#mpiq_loading div {
	background: url("/LTISystem/jsp/css/fancybox_loading.gif") no-repeat scroll center center transparent;
	height: 44px;
	width: 44px;
}

#mpiq_loading_back {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
	z-index: 99999999;
	opacity: 0.1;
	filter: alpha(opacity =   10);
	background: #999;
}
/* load page end */

/* tipTip content change */
#tiptip_arrow_inner {
	border-bottom-color: rgba(42, 83, 51, 0.92) !important;
}

#tiptip_content {
	background-color: rgba(42, 83, 51, 0.92) !important;
}
/* tipTip content change end */

/* jquery ui css */
.ui-autocomplete .ui-state-focus{ 
	border:0 !important;
}
.mpiq_jqueryUI .ui-state-default{
	color: #fff;
	background: #3D7D47;
}
.mpiq_jqueryUI .ui-state-active{
	background:#fff;
	color: #333;
	border: 1px solid #d3d3d3;
}
/* jquery ui css end */

.smallbutton{
	padding:4px 12px !important;
}
.bigbutton{
	padding: 9px 25px !important;
}
/* normalbutton */
.normalbutton {
	display: inline-block;
	color: #fff;
	padding: 7px 12px;
	*padding: 7px 5px;
	border-radius: 0px;
	border:none;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
	white-space: nowrap;
	cursor: pointer;
	vertical-align: baseline;
	text-decoration: none;
	margin: 0 2px;
	font-weight: bold;
	background-color: #FF9009;
}

.normalbutton:hover {
	background-color: #FC9B26;
}

.normalbutton:active {
	background-color: #FF9009;
}
/* normalbutton end */

/* simple button */
.simplebutton{
	display: inline-block;
	color: #333;
	height: 25px;
	line-height: 25px;
	*line-height: 15px;
	padding: 0 10px;
	border-radius: 0px;
	border: 1px solid #CCCCCC;
	white-space: nowrap;
	cursor: pointer;
	vertical-align: baseline;
	text-decoration: none;
	margin: 0 2px;
	font-weight: bold;
	background-color: #fff;
}
.simplebutton:hover{
	background: #f5f5f5;
}
.simplebutton:active{
	background: #efefef;
}
/* simple button end */

/* black */
.black{
	background-color: #585858 !important;
}
.black:hover{
	background-color: #585858 !important;
}
.black:active{
	background-color: #585858 !important;
}
/* black end */

/* blue */
.blue{
	background-color: #469BBC !important;
	color: #ECEFEF !important;
}
.blue:hover{
	background-color: #4B95B3 !important;
}
.blue:active{
	background-color: #437F96 !important;
}
/* blue end */

/* green */
.green{
	background-color: #66906c !important;
	color: #F8F7E5 !important;
}
.green:hover{
	background-color: #458D50 !important;
}
.green:active{
	background-color: #40715E !important;
}
/* green end */

#main { 
	width:981px; 
	margin:0 auto;
}

/* header */
.admin_tool{
	color:#000;
	position: fixed;
	left: 0 !important;
	z-index: 10;
}

.admin_tool_list{
	margin: 5px 0 0 5px;
	border-radius: 0 4px 4px 0;
	padding : 10px 5px 50px 5px;
	display: none;
	box-shadow: 1px 1px 5px #aaa;
}
div.header{
	width:100%;
}
.header_first{
	padding:15px 0 25px 0;
	position:relative; 
	background: #FFFFFF;
}
.header_logo{
	width:208px;
	height:69px;
	display:block;
	float:left;
    background-size: contain !important;
	margin-left: 20px;
/*** JZ	background:url("../template/ed/images/mpiq_logo.jpg") no-repeat;  ***/
	background:url("/invest/wp-content/uploads/wise-logo.png") no-repeat;
}
.header_facebook{
	float:right;
}
.header_second{
	position: absolute;
	left: 230px;
	bottom: 10px;
	width: 740px;
}
.header_sign{
	float:right;
	text-align:right;
}
.top_facebook_login{
	float:left;
	width:80px;
	height: 22px;
	margin: 8px 10px 0 0;
}
.header_signin{
	position: relative;
	margin:0 10px 0 0;
	float:left;
	text-align:left;
}
.header_focus .header_signform{
	background:#fff;
	outline:2px solid #ccc;
	*border: 2px solid #ccc;
}
.header_signform{
	float:left;
	display:none;
	padding: 10px 10px 10px 10px;
	width:400px;
	position: absolute;
	z-index: 2;
	right: -10px;
	right: -10px \9;
	top: -10px;
}
.top_right_button{
	float: right;
}
.top_right_button a{
	color: #FDF3C6;
	text-decoration: none;	
}
input.header_input{
	height:19px;
	padding: 4px 6px;
	font-size: 13px;
	line-height: 18px;
	margin-right:10px;
	width: 137px;
	border: 1px solid #ccc;
	float: none;
	background-color: #fff;
}
input.header_input:focus{
	outline:2px solid #579A40;
}
.header_remember,.header_forget{
	display:block;
	width:160px;
	line-height:px;
	float:left;
	margin:5px 5px 0 0;
}

/* nav */
.header_nav{
	position:absolute;
	right:0px;
	top:8px;
	z-index: 3;
}
.js_header_nav{
	z-index: 3;
}
.header_nav a{
	position: relative;
	z-index: 3;
	display:block;
	padding: 3px 15px;
	font-size:16px;
	line-height: 20px;
	color: #6C6C6C;
	text-decoration: none;
	white-space: nowrap;
}
.header_nav ul li{
	position: relative;
	z-index: 3;
	float: left;
	border-left:1px solid #50844d;
	
	list-style:none;
}
.header_nav ul li.first{
	border-left: none;
}
.header_nav ul li.last{
	border-right: none;
}
.header_nav ul li a:hover{
	color:#003E3E;
}
.header_nav ul ul{
	border:5px solid #ccc;
	z-index:99;
}
.header_nav ul li:hover ul{
	padding:0 0 10px 0;
	background:#fff;
}
.header_nav li li{
	background:#fff;
	border:none;
	width:100%;
	*width: 300px;
	white-space: nowrap;
	*z-index:999;
}
.header_nav li li.sfHover{
	background:none;
}
.header_nav li li .nav_title{
	display:block;
	position:relative;
	color:#000;
	padding:15px 0 3px 10px;
	font-size:20px;
	line-height:20px;
	margin:10px 10px 0 10px;
}
.header_nav li li a:hover .nav_title{
	color: #fff;
}
.header_nav li li a{
	z-index:99;
	border-bottom:1px solid #A4B2B0;
	color:#080;
	font-size:14px;
	padding: 15px 24px 15px 10px !important;
	margin:1px 10px 0 10px;
	
}
.header_nav li li a:hover{
	background: #3b7748;
}
a > .sf-sub-indicator{
	top: 0.5em !important;
}
.header_nav .nav_tip{
	color: #999;
	display: block;
	padding-left: 12px;
	font-size: 11px;
	line-height: 11px;
}
.header_nav li li a:hover .nav_tip{
	color: #dedede;
}
/* nav end */
/* header end */

/* box */
.main_box{
	background:#fff;
	width:100%;
}
.search_quote{
	float: right;
    width: auto;
    text-align:right;
    padding-right:0px;
    margin: -1px 15px 0 0;
    position: relative;
}
.search_input{
	 padding: 7px 12px;
}
.main_padding_wrapper{
	padding: 0 20px;
}
.box_content{
	font-size: 20px; 
	line-height: 30px; 
	margin-top: 20px;
}
/* box end */

/* footer */
#footer {
	margin-bottom: 30px;
	margin-top: 10px;
	padding-bottom:10px;
	font-size:0.75em;
}
/* footer end */

/* home */
.search_big_text {
	position: relative;
	padding: 30px 0 50px 0;
	font-size: 15px;
	margin: 0 auto;
	width: 700px;
	*width: 750px;
}

input.search_big_input {
	padding-left: 5px;
	border: 1px solid #ccc;
	float: left;
	font-size: 16pt;
	color:#000;
	line-height: 40px;
	height: 38px;
	width: 560px;
}

.search_big_input:focus {
	outline: 2px solid #579a40 !important;
}

.search_big_button {
	padding: 9px 25px;
	margin-left: 15px;
}

h1.home_h1 {
	font-size: 30px;
	line-height: 35px;
	color: #333;
}

.home_h2 {
	font-size: 18px;
	font-weight: normal;
	line-height: 28px;
}

.home_hr {
	height: 1px;
	background: #aaa;
	box-shadow: 0 1px 2px #999;
	border: none;
	clear: both;
	margin: 20px 0;
}

.home_span {
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
}

.home_small_span {
	font-size: 14px;
	line-height: 20px;
}

.home_small_input {
	height: 28px;
	width: 250px;
	font-size: 14px;
	line-height: 35px;
	vertical-align:middle;
}
/* home end */

/* star wrapper */
.star_bg{
	background: url("../images/star_bg.png") no-repeat;
	width: 87px;
	height: 15px;
	display: inline-block;
}
.st1{
	background-position: -1px -1px;
}
.st2{
	background-position: -1px -19px;
}
.st3{
	background-position: -1px -37px;
}
.st4{
	background-position: -1px -55px;
}
.st5{
	background-position: -1px -73px;
}
/* star wrapper end */

/* login or sign up */
#login_box{
	float: left;
	padding-left:45px;
	padding-right:45px;
	margin-left:50px;
}
#login_left_mp {
	line-height: 30px;
	width: 350px;
	margin: 50px 0 50px 50px;
}
#login_left_mp li {
	margin-bottom: 18px;
	list-style:square;
	line-height: 20px;
	font-size: 17px;
	margin-left: 0;
}

#login_left_mp ul {
	padding-left: 20px;
	margin-top: 30px;
	padding-right: 20px;
}
.login_div {
	margin-top:20px;
	border: 1px solid #e9e9e9;
	position: relative;
}

.login_div label{
	margin:10px 0 0 5px;
	width:20px;
	height:20px;
	display:inline-block;
}

.icon_input{
	display: block;
	width: 34px;
	height: 37px;
	float:left;
	border-right:1px solid #e9e9e9;
}

.login_input {
	background: url("../images/username.png") 50% 50% no-repeat #FCFCFC;
}

.login_password {
	background: url("../images/password.png") 50% 50% no-repeat #FCFCFC;
}

.login_email {
	background: url("../images/email_address.png") 50% 50% no-repeat #FCFCFC;
}

.login_input_text {
	border: 0 none;
	float:left;
	margin-top: 0px;
	padding-left: 10px;
	background-color: #fff;
	width: 250px;
	line-height: 35px; /*for IE7*/
	color: #333;
	font-size: 16px;
	vertical-align: baseline;
	height:35px;
}
.login_input_text:focus{
	outline:2px solid #579A40;
}
.login_replaceholder{
	color: #aaa;
    font-size: 16px;
    line-heihgt: 16px;
    left: 42px;
    position: absolute;
    top: 2px;
    width: auto !important;
}
.user_tip{
	display:block;
	line-height:14px;
	font-size:14px;
	margin-top:3px;
}
/* login or sign up end */

/* asset_list */
.asset_list{
}
.asset_list .asset_list_li{
	list-style: decimal;
	margin-left: 25px;
	*margin-left: 30px;
	border-bottom: 1px solid #eee;
}
.asset_list_a{
	padding: 4px 0 4px 4px;
	text-decoration: none;
	display:block;
}
.asset_list_a:hover{
	background: #EFF8FA;
}
.asset_list_a span{
	display:inline-block;
}
/* asset_list */

#loading_tipBox{
	position: fixed;
	z-index: 999999;
	left: 0;
	top: 0;
}
.loading_tip{
	display: none;
	position: absolute;
	z-index: 999999;
	padding: 7px 10px;
	font-size: 15px;
	line-height: 20px;
	background: #f2f0bd;
	border: 1px solid #e1c77d;
	border-radius: 1px;
	font-weight: bold;
	float: left;
	margin-right: 10px;
}

/* crumb */
.crumb_box{
	margin-bottom: 10px;
	padding: 0 20px 5px 0;
	display: inline-block;
	border-bottom: 1px solid #ddd;
	white-space:nowrap;
}
.crumb_box a, .crumb_box span{
	display: inline-block;
	padding: 0 5px;
	font-size: 15px;
	line-height: 15px;
	text-decoration: none;
}
.crumb_box a:hover{
	text-decoration: underline;
}
.crumb_box a.first{
	padding-left: 0;
}
.crumb_box i.crumb_arrow{
	background: url("/LTISystem/jsp/images/arrows-ffffff.png") -1px -2px no-repeat;
	width: 8px;
	height: 10px;
	display: inline-block;
	vertical-align: middle;
}
/* crumb end */
