/* UTILITIES */				

/* RESETS */
.reset { 				font-size: 1em !important; }
img {					border: 0; }
td { 					padding: 0; margin: 0; }
table {					border-spacing: 0; font-size: 1em; padding: 0; margin: 0; }
input { 				padding: 0; font-size: 1.3em; }
p { 					margin: 0; }
h1 { 					padding: 0; margin: 0; font-size: 1em; }
h2 { 					padding: 0; margin: 0; font-size: 1em; }
h3 { 					padding: 0; margin: 0; font-size: 1em; }
ol { 					margin: 0; padding: 0; list-style-position: inside; }
ul { 					margin: 0; padding: 0; list-style-position: inside; }

/* GLOBAL */
body { 						font: 62.5% arial,helvetica,clean,sans-serif; color: #000; text-align: center; }
a:link, a:visited { 		color: #000064; font-weight: bold; text-decoration: none; }
a:hover { 					text-decoration: underline; }
a.alert:link, a.alert:visited { 	color: #b40000 !important; }
a.blue:link, a.blue:visited { 		color: #00f !important; font-weight: normal; }
	a.new:link, a.new:visited { 		color: #00f !important; }
#header { 					padding: 1.3em 0 1.2em 0; }
#content { 					padding: 1.8em 1.2em 2em 1.2em; }
#adColumn { 				padding-top: 1.9em; }
a.plain { 				background: inherit; border: 0px; font-size: 1em;  padding: 0px; font-family: tahoma; text-decoration: underline; color:#000064 }
a.plain:hover { 				background: inherit; border: 0px; font-size: 1em;  padding: 0px; font-family: tahoma; text-decoration: none; color:#000064 }
textarea { padding:2px; }
textarea:focus { border: 1px solid #6fbb20; padding:2px !important; }
input[type="text"]:focus { border: 1px solid #6fbb20 !important; }
input[type="password"]:focus { border: 1px solid #6fbb20 !important; }

/* ALIGNMENT */
.tac {text-align: center;} .tal {text-align: left;} .tar {text-align: right;} .vat {vertical-align: top;} .vam {vertical-align: middle;} .vab {vertical-align: bottom;}

/* BORDER */
.b {border: solid black .1em;} .bt {border-top: solid black .1em;} .br {border-right: solid black .1em;} .bb {border-bottom: solid black .1em;} .bl {border-left: solid black .1em;} .nb {border: 0 !important;} .nbt {border-top: 0 !important;} .nbr {border-right: 0 !important;} .nbb {border-bottom: 0 !important;} .nbl {border-left: 0 !important;}
.b1 { 					border: .1em solid #c1c1c1; }
.b1-5 { 				border: .5em solid #c1c1c1; }
.b1-bottom { 			border-bottom: .1em solid #c1c1c1; }
.b1-top { 				border-top: .1em solid #c1c1c1; }
.b1-left { 				border-left: .1em solid #c1c1c1; }
.b1-right { 			border-right: .1em solid #c1c1c1; }
.b2-5 { 				border: .5em solid #e9e9e9; }
.b2-2 { 				border: .2em solid #e9e9e9; }
.b2-2-bottom { 			border-bottom: .2em solid #e9e9e9; }
.b2-2-top { 			border-top: .2em solid #e9e9e9; }
.b2 { 					border: .1em solid #b1b1b1; }
.b3 { 					border: .1em solid #6bb341; }
.b3-5 { 				border: .5em solid #6bb341; }
.blg {border: .1em solid #D9D9D9;} .btlg {border-top: .1em solid #DFDFDF;} .brlg {border-right: .1em solid #DFDFDF;} .bblg {border-bottom: .1em solid #DFDFDF;} .bllg {border-left: .1em solid #DFDFDF;}

/* POSITION */
.pr {position:relative;} .pa {position:absolute;} .tl0 {top:0em; left:0em;}

/* DISPLAY/FLOW */
.dn {display: none;} .di {display: inline;} .db {display: block;} .dib {display: inline-block;} .on {display:;}.off{display: none;}.off2{position:relative; top:-1000px; left:-1000px;}
.fl {float: left;} .fr {float: right;} .cb {clear: both;} .cl {clear: left;} .cr {clear: right;}
.oa {overflow: auto;} .oh {overflow: hidden;} .os {overflow: scroll;} .ov {overflow: visible;}

/* #MARGIN */
.ma {margin: 0 auto 0 auto;}
.m0 {margin: 0em;} .m1 {margin: .1em;} .m2 {margin: .2em;} .m3 {margin: .3em;} .m4 {margin: .4em;} .m5 {margin: .5em;} .m6 {margin: .6em;} .m7 {margin: .7em;} .m8 {margin: .8em;} .m9 {margin: .9em;} .m10 {margin: 1em;} .m11 {margin: 1.1em;} .m12 {margin: 1.2em;} .m13 {margin: 1.3em;} .m14 {margin: 1.4em;} .m15 {margin: 1.5em;} .m20 {margin: 2em;} .m30 {margin: 3em;} .m-1 {margin: -.1em;} .m-2 {margin: -.2em;} .m-3 {margin: -.3em;} .m-4 {margin: -.4em;} .m-5 {margin: -.5em;} .m-6 {margin: -.6em;} .m-7 {margin: -.7em;} .m-8 {margin: -.8em;} .m-9 {margin: -.9em;} .m-10 {margin: -1em;} .m-15 {margin: -1.5em;} .m-20 {margin: -2em;}
.mT0 {margin-top: 0em;} .mT1 {margin-top: .1em;} .mT2 {margin-top: .2em;} .mT3 {margin-top: .3em;} .mT4 {margin-top: .4em;} .mT5 {margin-top: .5em;} .mT6 {margin-top: .6em;} .mT7 {margin-top: .7em;} .mT8 {margin-top: .8em;} .mT9 {margin-top: .9em;} .mT10 {margin-top: 1em;} .mT11 {margin-top: 1.1em;} .mT12 {margin-top: 1.2em;} .mT13 {margin-top: 1.3em;} .mT14 {margin-top: 1.4em;} .mT15 {margin-top: 1.5em;} .mT20 {margin-top: 2em;} .mT30 {margin-top: 3em;} .mT-1 {margin-top: -.1em;} .mT-2 {margin-top: -.2em;} .mT-3 {margin-top: -.3em;} .mT-4 {margin-top: -.4em;} .mT-5 {margin-top: -.5em;} .mT-6 {margin-top: -.6em;} .mT-7 {margin-top: -.7em;} .mT-8 {margin-top: -.8em;} .mT-9 {margin-top: -.9em;} .mT-10 {margin-top: -1em;} .mT-15 {margin-top: -1.5em;} .mT-20 {margin-top: -2em;}
.mR0 {margin-right: 0em;} .mR1 {margin-right: .1em;} .mR2 {margin-right: .2em;} .mR3 {margin-right: .3em;} .mR4 {margin-right: .4em;} .mR5 {margin-right: .5em;} .mR6 {margin-right: .6em;} .mR7 {margin-right: .7em;} .mR8 {margin-right: .8em;} .mR9 {margin-right: .9em;} .mR10 {margin-right: 1em;} .mR11 {margin-right: 1.1em;} .mR12 {margin-right: 1.2em;} .mR13 {margin-right: 1.3em;} .mR14 {margin-right: 1.4em;} .mR15 {margin-right: 1.5em;} .mR20 {margin-right: 2em;} .mR30 {margin-right: 3em;} .mR-1 {margin-right: -.1em;} .mR-2 {margin-right: -.2em;} .mR-3 {margin-right: -.3em;} .mR-4 {margin-right: -.4em;} .mR-5 {margin-right: -.5em;} .mR-6 {margin-right: -.6em;} .mR-7 {margin-right: -.7em;} .mR-8 {margin-right: -.8em;} .mR-9 {margin-right: -.9em;} .mR-10 {margin-right: -1em;} .mR-15 {margin-right: -1.5em;} .mR-20 {margin-right: -2em;}
.mB0 {margin-bottom: 0em;} .mB1 {margin-bottom: .1em;} .mB2 {margin-bottom: .2em;} .mB3 {margin-bottom: .3em;} .mB4 {margin-bottom: .4em;} .mB5 {margin-bottom: .5em;} .mB6 {margin-bottom: .6em;} .mB7 {margin-bottom: .7em;} .mB8 {margin-bottom: .8em;} .mB9 {margin-bottom: .9em;} .mB10 {margin-bottom: 1em;} .mB11 {margin-bottom: 1.1em;} .mB12 {margin-bottom: 1.2em;} .mB13 {margin-bottom: 1.3em;} .mB14 {margin-bottom: 1.4em;} .mB15 {margin-bottom: 1.5em;} .mB20 {margin-bottom: 2em;} .mB30 {margin-bottom: 3em;} .mB-1 {margin-bottom: -.1em;} .mB-2 {margin-bottom: -.2em;} .mB-3 {margin-bottom: -.3em;} .mB-4 {margin-bottom: -.4em;} .mB-5 {margin-bottom: -.5em;} .mB-6 {margin-bottom: -.6em;} .mB-7 {margin-bottom: -.7em;} .mB-8 {margin-bottom: -.8em;} .mB-9 {margin-bottom: -.9em;} .mB-10 {margin-bottom: -1em;} .mB-15 {margin-bottom: -1.5em;} .mB-20 {margin-bottom: -2em;}
.mL0 {margin-left: 0em;} .mL1 {margin-left: .1em;} .mL2 {margin-left: .2em;} .mL3 {margin-left: .3em;} .mL4 {margin-left: .4em;} .mL5 {margin-left: .5em;} .mL6 {margin-left: .6em;} .mL7 {margin-left: .7em;} .mL8 {margin-left: .8em;} .mL9 {margin-left: .9em;} .mL10 {margin-left: 1em;} .mL11 {margin-left: 1.1em;} .mL12 {margin-left: 1.2em;} .mL13 {margin-left: 1.3em;} .mL14 {margin-left: 1.4em;} .mL15 {margin-left: 1.5em;} .mL20 {margin-left: 2em;} .mL30 {margin-left: 3em;} .mL-1 {margin-left: -.1em;} .mL-2 {margin-left: -.2em;} .mL-3 {margin-left: -.3em;} .mL-4 {margin-left: -.4em;} .mL-5 {margin-left: -.5em;} .mL-6 {margin-left: -.6em;} .mL-7 {margin-left: -.7em;} .mL-8 {margin-left: -.8em;} .mL-9 {margin-left: -.9em;} .mL-10 {margin-left: -1em;} .mL-15 {margin-left: -1.5em;} .mL-20 {margin-left: -2em;}

/* #PADDING */
.p0 {padding: 0em;} .p1 {padding: .1em;} .p2 {padding: .2em;} .p3 {padding: .3em;} .p4 {padding: .4em;} .p5 {padding: .5em;} .p6 {padding: .6em;} .p7 {padding: .7em;} .p8 {padding: .8em;} .p9 {padding: .9em;} .p10 {padding: 1em;} .p11 {padding: 1.1em;} .p12 {padding: 1.2em;} .p13 {padding: 1.3em;} .p14 {padding: 1.4em;} .p15 {padding: 1.5em;} .p20 {padding: 2em;} .p25 {padding: 2.5em;} .p30 {padding: 3em;} .p40 {padding: 4em;} .p50 {padding: 5em;}
.pT0 {padding-top: 0em;} .pT1 {padding-top: .1em;} .pT2 {padding-top: .2em;} .pT3 {padding-top: .3em;} .pT4 {padding-top: .4em;} .pT5 {padding-top: .5em;} .pT6 {padding-top: .6em;} .pT7 {padding-top: .7em;} .pT8 {padding-top: .8em;} .pT9 {padding-top: .9em;} .pT10 {padding-top: 1em;} .pT11 {padding-top: 1.1em;} .pT12 {padding-top: 1.2em;} .pT13 {padding-top: 1.3em;} .pT14 {padding-top: 1.4em;} .pT15 {padding-top: 1.5em;} .pT20 {padding-top: 2em;} .pT25 {padding-top: 2.5em;} .pT30 {padding-top: 3em;} .pT40 {padding-top: 4em;} .pT50 {padding-top: 5em;}
.pR0 {padding-right: 0em;} .pR1 {padding-right: .1em;} .pR2 {padding-right: .2em;} .pR3 {padding-right: .3em;} .pR4 {padding-right: .4em;} .pR5 {padding-right: .5em;} .pR6 {padding-right: .6em;} .pR7 {padding-right: .7em;} .pR8 {padding-right: .8em;} .pR9 {padding-right: .9em;} .pR10 {padding-right: 1em;} .pR11 {padding-right: 1.1em;} .pR12 {padding-right: 1.2em;} .pR13 {padding-right: 1.3em;} .pR14 {padding-right: 1.4em;} .pR15 {padding-right: 1.5em;} .pR20 {padding-right: 2em;} .pR25 {padding-right: 2.5em;} .pR30 {padding-right: 3em;} .pR40 {padding-right: 4em;} .pR50 {padding-right: 5em;}
.pB0 {padding-bottom: 0em;} .pB1 {padding-bottom: .1em;} .pB2 {padding-bottom: .2em;} .pB3 {padding-bottom: .3em;} .pB4 {padding-bottom: .4em;} .pB5 {padding-bottom: .5em;} .pB6 {padding-bottom: .6em;} .pB7 {padding-bottom: .7em;} .pB8 {padding-bottom: .8em;} .pB9 {padding-bottom: .9em;} .pB10 {padding-bottom: 1em;} .pB11 {padding-bottom: 1.1em;} .pB12 {padding-bottom: 1.2em;} .pB13 {padding-bottom: 1.3em;} .pB14 {padding-bottom: 1.4em;} .pB15 {padding-bottom: 1.5em;} .pB20 {padding-bottom: 2em;} .pB25 {padding-bottom: 2.5em;} .pB30 {padding-bottom: 3em;} .pB40 {padding-bottom: 4em;} .pB50 {padding-bottom: 5em;}
.pL0 {padding-left: 0em;} .pL1 {padding-left: .1em;} .pL2 {padding-left: .2em;} .pL3 {padding-left: .3em;} .pL4 {padding-left: .4em;} .pL5 {padding-left: .5em;} .pL6 {padding-left: .6em;} .pL7 {padding-left: .7em;} .pL8 {padding-left: .8em;} .pL9 {padding-left: .9em;} .pL10 {padding-left: 1em;} .pL11 {padding-left: 1.1em;} .pL12 {padding-left: 1.2em;} .pL13 {padding-left: 1.3em;} .pL14 {padding-left: 1.4em;} .pL15 {padding-left: 1.5em;} .pL20 {padding-left: 2em;} .pL25 {padding-left: 2.5em;} .pL30 {padding-left: 3em;} .pL40 {padding-left: 4em;} .pL50 {padding-left: 5em;}

/* SIZE */
.fw {width: 100%;} .fw2 {width: 99%;} .fw3 {width: 95%;} .w0 {width: 0;} .w1 {width: .1em;} .w2 {width: .2em;} .w3 {width: .3em;} .w4 {width: .4em;} .w5 {width: .5em;} .w6 {width: .6em;} .w7 {width: .7em;} .w8 {width: .8em;} .w9 {width: .9em;} .w10 {width: 1em;} .w11 {width: 1.1em;} .w12 {width: 1.2em;} .w13 {width: 1.3em;} .w14 {width: 1.4em;} .w15 {width: 1.5em;} .w20 {width: 2em;} .w25 {width: 2.5em;} .w30 {width: 3em;} .w40 {width: 4em;} .w50 {width: 5em;} .w75 {width: 7.5em;} .w100 {width: 10em;} .w150 {width:15em;} .w200 {width:20em} .w300 {width:30em} .w400 {width:40em} .w500 {width:50em}
.fh {height: 100%;} .h0 {height: 0;} .h1 {height: .1em;} .h2 {height: .2em;} .h3 {height: .3em;} .h4 {height: .4em;} .h5 {height: .5em;} .h6 {height: .6em;} .h7 {height: .7em;} .h8 {height: .8em;} .h9 {height: .9em;} .h10 {height: 1em;} .h11 {height: 1.1em;} .h12 {height: 1.2em;} .h13 {height: 1.3em;} .h14 {height: 1.4em;} .h15 {height: 1.5em;} .h17 {height: 1.7em;} .h20 {height: 2em;} .h25 {height: 2.5em;} .h30 {height: 3em;} .h40 {height: 4em;} .h50 {height: 5em;} .h75 {height: 7.5em;} .h100 {height: 10em;} .h150 {height: 15em;} .h200 {height: 20em;} .h300 {height: 30em;} .h400 {height: 40em;} .h500 {height: 50em;}

/* FONTS */
span { 					font-size: 1.2em; }
.fv {					font-family:Verdana,Helvetica; }
.fwb { 					font-weight: bold !important; }
.fwn { 					font-weight: normal; }
.ital { 				font-style: italic; }
.fs0 { font-size: 0em !important; } .fs8 { font-size: .8em !important; } .fs9 { font-size: .9em !important; } .fs10 { font-size: 1em !important; } .fs11 { font-size: 1.1em !important; } .fs12 { font-size: 1.2em !important; } .fs13 { font-size: 1.3em !important; } .fs14 { font-size: 1.4em !important; } .fs15 { font-size: 1.5em !important; } .fs16 { font-size: 1.6em !important; } .fs17 { font-size: 1.7em !important; } .fs18 { font-size: 1.8em !important; } .fs19 { font-size: 1.9em !important; } .fs20 { font-size: 2em !important; } .fs21 { font-size: 2.1em !important; } .fs22 { font-size: 2.2em !important; } .fs23 { font-size: 2.3em !important; } .fs24 { font-size: 2.4em !important; } .fs25 { font-size: 2.5em !important; } .fs26 { font-size: 2.6em !important; }

/* FONT COLORS */
.dark {                     color: #999 !important; }
.darkest { 					color: #000 !important; }
.tDull { 					color: #d1d1d1; }
.tWhite { 					color: #fff; }
.tAccent { 					color: #6fbb20; }
.fcg {                      color: Green; }
a:link.fcg {                color: Green; }
a:active.fcg {              color: Green; }
a:visited.fcg {             color: Green; }
a:hover.fcg {               color: Green; }
.fcr {                      color: Red; }
a:link.fcr {                color: Red; }
a:active.fcr {              color: Red; }
a:visited.fcr {             color: Red; }
a:hover.fcr {               color: Red; }
.fcs {                      color: #ff6600 !important; }
a:link.fcs {                color: #ff6600 !important; }
a:active.fcs {              color: #ff6600 !important; }
a:visited.fcs {             color: #ff6600 !important; }
a:hover.fcs {               color: #ff6600 !important; }
a:focus.fcs {               color: #ff6600 !important; }

/* BACKGROUND COLOR */
.nbc { background:; } .bcw { background-color: White; } .bcb { background-color: Black; } .bcg { background-color: Gray; } .bclg { background-color: #f2f2f2; } .bcy { background-color: #ffffa9; }
.bgLight { background: #e9e9e9; } .bgAlert { background: #ba0000; } .bgHighlight { background: #eaffdd; } .bgt { background:transparent; }

/* MOUSE POINTERS */
.cp { cursor:pointer; }

/* Search */
.searchInput { background: #fff url(/Images/field-dropshadow.gif) top repeat-x; border: .1em solid #DFDFDF; border-top: 0; padding: .3em .2em .2em .2em; }
.searchBlurb { background: #b8ff8f url(/Images/search_results-background.gif) top repeat-x; }
.searchBlurb div { background: url(/Images/search_results-left.gif) left repeat-y; }
.searchBlurb div div { background: url(/Images/search_results-right.gif) right repeat-y; }
.searchBlurb div div div { background: url(/Images/search_results-top_left.gif) top left no-repeat; }
.searchBlurb div div div div { background: url(/Images/search_results-top_right.gif) top right no-repeat; }

/* NAVBAR */
#navbar {					background: url(/Images/sprite04.gif) repeat-x 0px -66px; padding: .6em .7em .6em .5em; min-width: 740px; }
#navbar form { 				color: #fff; font-weight: bold; }
#navbar #tblTopSearch a { padding:0; }
#navbar a {					font-weight: bold; color: #fff; text-decoration: none; padding: .6em .5em .6em .5em; }
#navbar a.navbar:hover {			background-color:#f2f2f2; color:#000064; }
#navbar a.navbarGreen {			color:#67B33F; }
#navbar a.navbarGreen:hover {			background: url(/Images/sprite04.gif) repeat-x 0px top; color:#000064; }
#navbar a.navbarSelected {			background-color:#f2f2f2; color:#000064; }
#navbar a.navbarSelected:hover {			background-color:transparent; color:white; }
#navbar a.navbarSelectedDark {			background-color:#e2e2e2; color:#000064; }
#navbar a.navbarSelectedDark:hover {			background-color:transparent; color:white; }
#navbar ol li { 			padding: 0; margin: 0; list-style-type: none; display: inline; }
#navbar ol {				padding: 0; margin: 0; list-style-type: none; display: block; }
#navbar input { 			margin: 0 .4em 0 0; }

/* SUBMENU */
#submenu { 					background: #F5F5F5 url(/Images/submenu_background2.gif) repeat-x top left; border-bottom: 1px solid #d1d1d1; text-align: left; padding: .4em 1.5em .4em 1.5em; height: 100%; !important }
#submenu a:link { 			color: #6bb341; }
#submenu a:visited { 		color: #6bb341; }
#submenu span {				font-size: .96444em; }

/* SUBMENUalt */
#submenualt { 					background: #F5F5F5 url(/Images/submenu_background2.gif) repeat-x top left; border-bottom: 1px solid #d1d1d1; text-align: left; padding: .4em 1.5em .4em 1.5em; height: 100%; !important }
#submenualt a:link { 			color: #ff6600; }
#submenualt a:visited { 		color: #ff6600; }
#submenualt span {				font-size: .96444em; }



/* MYLINKS */
#spnMyLinks a:link, #divMyLinks a:link { 		color: #000064 !important; font-weight: normal; }
#spnMyLinks a:visited, #divMyLinks a:visited { 	color: #000064 !important; font-weight: normal; }

/* TOPMENU */
a#aTopMenuFilter:hover {		color:#6fbb20; }

/* BUTTONS */
.buttons a { 				background: #fff; border: 1px solid #c1c1c1; font-size: 1.2em; padding: .4em .6em .5em .6em; font-family: tahoma; text-decoration: none; }
.buttons a:hover { 			background: #0a357a; color: #fff; }
.buttons_tall a { 				background: #fff; border: 1px solid #c1c1c1; font-size: 1.2em; padding: 1em .6em 1em .6em; font-family: tahoma; text-decoration: none; }
.buttons_tall a:hover { 			background: #0a357a; color: #fff; }
.buttons_green_tall a { 				background-color:#6fbb20; border: 1px solid #c1c1c1; font-size: 1.2em; padding: 1em .6em 1em .6em; font-family: tahoma; text-decoration: none; }
.buttons_green_tall a:hover { 			background: #f2f2f2; color:#6fbb20; }
.smallButtons a { 				background: #fff; border: .1em solid #c1c1c1; font-size: 1em;  padding: .2em .4em .3em .4em; font-family: tahoma; text-decoration: none; }
.smallButtons a:hover { 			background: #0a357a; color: #fff; }
.smallButtons a.report { 		background: #fff url(/images/thumbs-down.png) no-repeat; border: .1em solid #c1c1c1; font-size: 1em; padding: .2em .4em .3em 1.6em; font-family: tahoma; text-decoration: none; background-position: 2px 2px; }
.smallButtons a.report:hover { 		background: #0a357a url(/images/thumbs-down_hover.png) no-repeat; color: #fff; padding: .2em .4em .3em 1.6em; background-position: 2px 2px; }
.smallButtons a.arrow { 		background:#fff url(/Images/down-arrow-blue_off.png) no-repeat right; padding-right:1.6em; }
.smallButtons a.arrow:hover { 		background:#0a357a url(/Images/down-arrow-blue_on.png) no-repeat right; padding:.2em 1.6em .3em .4em; border: .1em solid #c1c1c1; text-decoration:none; color: #fff; }
.smallButtons a.buttonPressed {		background:#0a357a url(/Images/down-arrow-blue_on.png) no-repeat right; padding:.2em 1.6em .3em .4em; border: .1em solid #c1c1c1; text-decoration:none; color: #fff; }
.greenButtons a { padding:5px; color:#6fbb20; }
.greenButtons a:hover { padding: 4px; border: .1em solid #c1c1c1; text-decoration:none; color:#000064; background-color:#6fbb20; }
.greenButtons a span { color:#000064; }
.greenButtons a.rec { 		background: #fff url(/images/thumbs-up.png) no-repeat; font-size: 1em; padding: .2em .4em .3em 1.6em; font-family: tahoma; text-decoration: none; border: .1em solid #c1c1c1; background-position: 1px 1px; }
.greenButtons a.rec:hover { 		background: #6fbb20 url(/images/thumbs-up_hover.png) no-repeat; color: #fff !important; padding: .2em .4em .3em 1.6em; background-position: 1px 1px; }
.greenButtons a.arrow { 		background:url(/Images/down-arrow-green_off.png) no-repeat right; padding-right:20px; }
.greenButtons a.arrow:hover { 		background:url(/Images/down-arrow-green_on.png) no-repeat right; padding: 4px 19px 4px 4px; border: .1em solid #c1c1c1; text-decoration:none; color:#000064; background-color:#6fbb20; }
.greenButtons a.buttonPressed {		background:url(/Images/down-arrow-green_on.png) no-repeat right; padding: 4px 19px 4px 4px; border: .1em solid #c1c1c1; text-decoration:none; color:#000064; background-color:#6fbb20; }
.smallGreenButtons a { 				background: #fff; border: .1em solid #6fbb20; font-size: 1em;  padding: .2em .4em .3em .4em; font-family: tahoma; text-decoration: none; }
.smallGreenButtons a:hover { 			background: #6fbb20; color: #fff; }
.smallGreenButtons a.arrow { 		background:#fff url(/Images/down-arrow-blue_off.png) no-repeat right; padding-right:1.6em; }
.smallGreenButtons a.arrow:hover { 		background:#6fbb20 url(/Images/down-arrow-blue_on.png) no-repeat right; padding:.2em 1.6em .3em .4em; border: .1em solid #c1c1c1; text-decoration:none; color: #fff; }
.smallGreenButtons a.buttonPressed {		background:#6fbb20 url(/Images/down-arrow-blue_on.png) no-repeat right; padding:.2em 1.6em .3em .4em; border: .1em solid #c1c1c1; text-decoration:none; color: #fff; }
.smallRedButtons a { 				background: #fff; border: .1em solid #eecccc; font-size: 1em;  padding: .2em .4em .3em .4em; font-family: tahoma; text-decoration: none; }
.smallRedButtons a:hover { 			background: #eecccc; color: #fff; }
.smallRedButtons a.arrow { 		background:#fff url(/Images/down-arrow-blue_off.png) no-repeat right; padding-right:1.6em; }
.smallRedButtons a.arrow:hover { 		background:#eecccc url(/Images/down-arrow-blue_on.png) no-repeat right; padding:.2em 1.6em .3em .4em; border: .1em solid #c1c1c1; text-decoration:none; color: #fff; }
.smallRedButtons a.buttonPressed {		background:#eecccc url(/Images/down-arrow-blue_on.png) no-repeat right; padding:.2em 1.6em .3em .4em; border: .1em solid #c1c1c1; text-decoration:none; color: #fff; }

/* TEXT EDITOR */
.RTSideButton {			height:45px; width:101px; background-color:#d7e3f2; border-left:#7e9db9 solid 1px; border-top:#7e9db9 solid 1px; border-bottom:#7e9db9 solid 1px; margin-top:10px; }
.PTSideButton {			height:45px; width:101px; background-color:#fafafa; border-left:#c1c1c1 solid 1px; border-top:#c1c1c1 solid 1px; border-bottom:#c1c1c1 solid 1px; margin-bottom:10px; }
.TESideButton {			height:45px; width:101px; }
					
/* TABS */
#tabsShading { 				background: url(/Images/stock_menu-tile.gif) repeat-x bottom left; }
#tabsShadingLeft { 			background: url(/Images/stock_menu-left.gif) no-repeat bottom left; }
#tabsShading td div div a { 		color: #fff; font-size: 100%; }
.tabs_sprite-blue-left_top { 		background: #1f3163 url(/Images/sprite02.gif) no-repeat 0px top; }
.tabs_sprite-blue-left_bottom { 	background: url(/Images/sprite02.gif) no-repeat -501px bottom; }
.tabs_sprite-blue-main_top { 		background: #1f3163 url(/Images/sprite02.gif) no-repeat -20px top; }
.tabs_sprite-blue-main_bottom { 	background: url(/Images/sprite02.gif) no-repeat -521px bottom; }
.tabs_sprite-blue-sep_top { 		background: #3d4669 url(/Images/sprite02.gif) no-repeat -9px top; }
.tabs_sprite-blue-sep_bottom { 		background: url(/Images/sprite02.gif) no-repeat -510px bottom; }
.tabs_sprite-blue-right_top { 		background: #1f3163 url(/Images/sprite02.gif) no-repeat -11px top; }
.tabs_sprite-blue-right_bottom { 	background: url(/Images/sprite02.gif) no-repeat -512px bottom; }
.tabs_sprite-green-left_top { 		background: #6fb74a url(/Images/sprite02.gif) no-repeat -1000px top; }
.tabs_sprite-green-left_bottom { 	background: url(/Images/sprite02.gif) no-repeat -1501px bottom; }
.tabs_sprite-green-main_top { 		background: #6fb74a url(/Images/sprite02.gif) no-repeat -1020px top; }
.tabs_sprite-green-main_bottom { 	background: url(/Images/sprite02.gif) no-repeat -1521px bottom; }
.tabs_sprite-green-sep_top { 		background: #499e31 url(/Images/sprite02.gif) no-repeat -1009px top; }
.tabs_sprite-green-sep_bottom { 	background: url(/Images/sprite02.gif) no-repeat -1510px bottom; }
.tabs_sprite-green-right_top { 		background: #6fb74a url(/Images/sprite02.gif) no-repeat -1011px top; }
.tabs_sprite-green-right_bottom { 	background: url(/Images/sprite02.gif) no-repeat -1512px bottom; }
.tabs_end { 				height: 2.6em; min-width: ; width: .8em; }
.tabs { 					padding: 0.6em 1em .4em 1em; }
.tabs1 { 					padding: 0.6em 1em .4em 0.3em; }
.tabs2 { 					padding: 0.6em 0.3em .4em 1em; }
.tabs_sep { 				height: 2.6em; width: .1em; }
#tabsBonus { 				padding: 0 0 .5em .7em;  }
					
/* PLASTIC */
#plastic_mid-inner { 			background: #d5d5d5 url(/Images/plastic-mid_tile.gif) repeat-x top left; }
#plasticFooter { 				padding: 1em 2.6em 0 1em; }
.plastic_mid-padding {          padding: 0.308em .769em 0px .769em; }
.opera .plastic_mid-padding {   padding: 0.308em 1.385em 0px 1.385em; }

/*TAKEN FROM iv_styles3.css*/
	
#white_top_no_width { background: url(/Images/white_tile2.gif) repeat-x top left; }
#white_content_no_width { border-left: 1px solid #C9D5BB; border-right: 1px solid #C9D5BB; }
#white_top_no_width { background: url(/Images/white_tile2.gif) repeat-x top left; padding: 0 0 0 0; *width: 100%;}
#white_content_no_width { background: #fff; border-left: 1px solid #d9d9d9; border-right: 1px solid #d9d9d9; *width: 100%; }

/* TABLES */
tr.header { background: #f1f1f1; font-weight: bold; }
td.header { padding: 0.308em 0.615em 0.308em 0.615em; border-top: 1px solid #d9d9d9; border-bottom: 1px solid #d9d9d9; }
td.cell { padding: 0.462em 0.462em 0.462em 0.615em; vertical-align: top; border-bottom: 1px solid #d9d9d9; }
td.cellnp { padding: 0.462em 0.462em 0.462em 0.615em; vertical-align: top; border-bottom: 1px solid #d9d9d9; }
tr.odd { background: #f1f1f1; padding: 0.308em 0 0.308em 0; }
tr.even { background: #fff; }
tr.active { background: #E7FBB9; }
a.cell:link, a.cell:active, a.cell:hover { color: #0000ff; font-weight: normal; }
a.cell:visited { color: #900080; font-weight: normal; }

/* BOARD POST */
#board-post-replies_title { margin: 0 auto 0 auto; width: 92.4%; padding: 0px 0 0.615em 0; }
#board-post-wrapper { padding: 0.308em 0.462em 0 0.462em; *padding: 1px 0.45em 0 0.45em; margin: 0 auto 0 auto; }
#board-post-outter { background: #fff; padding: 0.154em 1.308em 0 1.308em; *padding: 0px 1.276em 0 1.276em; }
#board-post-right_padding { padding: 0 0 0 0px; }
#board-post-right { width: 13.077em; min-width: 170px; }
#board-post-outter div ul li { list-style: disc; list-style-position: outside; padding-left: 0px; }
#board-post-outter div ol li { list-style: decimal; list-style-position: outside; padding-left: 0px; }
#board-post-outter div ul { padding: 0.769em 3.077em 0.769em 3.077em; }
#board-post-outter div ol { padding: 0.769em 3.077em 0.769em 3.077em; }
#board-post-outter div table tr td { padding: 0.308em; }
#board-post-outter div blockquote { padding: 0.769em 3.077em 0.769em 3.077em; }

/* SMBD MENU */
#stock_header { border-bottom: 0px solid #233871; padding: 0.154em 0 0.769em 0; min-width: 820px; }
#stock_header-stats { padding: 0.231em; }
.stock_header-title { font-size: 1.29em; }
#stock_menu-outter_padding { padding: 0 0.769em 0 0.769em; *padding: 0 0px 0 0px; }
#stock_menu-outter { margin: 0 auto 0 auto; }
#stock_menu-bar { min-width: 326px; background: url(/Images/stock_menu-tile.gif) repeat-x top left; }
.mw-stock_header{width:60.7em;*width:58.7em;height:0px;}
.mw-stock_menu-inner{width:57em;*width:56em;height:0em;}

/* MESSAGE BOARD PAGE */
a.auth { font-family:Verdana,Geneva,Helvetica; }
#plastic_mid-header { border-bottom: 1px solid #6BB341; padding: 0 0 0.769em 0; }
.mmboardEven { padding: .2em .5em .2em .5em; background: #e8e8e8; border-bottom: 1px solid #d9d9d9; border-top: 1px solid #d9d9d9;}
.mmboardOdd { padding: .2em .5em .2em .5em; }
.mmboardHeader { padding: .4em .5em .5em .5em; }
td.mmboardEven a, td.mmboardOdd a { font-weight: normal; color: #0000ff; }
td.mmboardEven a:visited, td.mmboardOdd a:visited { color: #990099; }
.mmboardPost { background: #fff; }
.mmboardPost2 { padding: 1.4em .5em 2em .5em; }
.mmboardSelected {font-weight: bold; }
.mmboardSelected td a {font-weight: bold; }
.mmboardSelected td a span {font-weight: bold; }
.mmboardSelected td a span.msgSubject { color:Purple; }
.mmboardSpacer { height: .2em; }
.msgRead td a span.msgSubject { color:Purple; }
.trimMsg { max-width:700px; overflow:hidden; }
.msgIgnored { color:#9F9F9F; }

/* NEW PLASTIC CONTAINERS */
.grey_top-tile { background: #f2f2f2 url(/Images/mod-background_top.gif) repeat-x top; }
.grey_top-left { background: url(/Images/mod-background_top_left.gif) no-repeat top left; }
.grey_top-right { background: url(/Images/mod-background_top_right.gif) no-repeat top right; }
.grey_bottom-tile { background: url(/Images/mod-background_bottom.gif) repeat-x bottom; }
.grey_bottom-left { background: url(/Images/mod-background_bottom_left.gif) no-repeat bottom left; }
.grey_bottom-right { background: url(/Images/mod-background_bottom_right.gif) no-repeat bottom right; }
.grey_left { background: url(/Images/mod-background_left.gif) repeat-y left; }
.grey_right { background: url(/Images/mod-background_right.gif) repeat-y right; }

/** POPUP **/
.popupBgLeft { background: url(/Images/popup_background-left.gif) left repeat-y; }
.popupBgRight { background: url(/Images/popup_background-right.gif) right repeat-y; }
.popupBgTop { background: url(/Images/popup_background-top.gif) top repeat-x; }
.popupBgBottom { background: url(/Images/popup_background-bottom.gif) bottom repeat-x; }
.popupBgTopLeft { background: url(/Images/popup_background-top_left.gif) top left no-repeat; }
.popupBgTopRight { background: url(/Images/popup_background-top_right.gif) top right no-repeat; }
.popupBgBottomLeft { background: url(/Images/popup_background-bottom_left.gif) bottom left no-repeat; }
.popupBgBottomRight { background: url(/Images/popup_background-bottom_right.gif) bottom right no-repeat; }

/* findboard.asp */
.board_directory_td { line-height: 1.231em; padding: 0px 0 0px 0; border-bottom: 0px solid #c1c1c1; }
.board_directory_header { padding: 0px 1em 0.769em 1em; border-bottom: 1px solid #d1d1d1; }
.cell_white { background: #fff; }
.cell_small { padding: 0.308em 0.385em 0.308em 1em; border-bottom: 1px solid #d9d9d9; }


/**tooltips**/
.tip-top { display:none; }
.tip { background:#fff6b2; border:1px solid #debb59; padding:4px 6px; }
.tip-title {}
.tip-text { display:none; }
.tip-bottom { display:none; }


/** msg box **/
.msgBox { background:url(/Images/shade.gif); padding:1em; }
.pageNotes { padding:.8em 1.6em; background-color:#eecccc; }


/** home modules **/
.home-module_full { border-bottom: .1em solid #c1c1c1; padding: .4em 1.6em .4em 1.6em; width: 100%; }
.home-module_name { border-bottom: .1em solid #c1c1c1; padding: .4em .3em .4em 1.6em; width: 100%; }
.home-module-foot { padding: 1em 1.6em 1em 1.6em; }
.home-module_latest { border-bottom: .1em solid #c1c1c1; padding: .4em; text-align: right; }
.home-module_last { border-bottom: .1em solid #c1c1c1; padding: .4em 1.6em .4em .3em; text-align: right; }
.home-module_new { border-bottom: .1em solid #c1c1c1; padding: .4em .8em; text-align: right; }
.loss { color: #ba0000; }
.gain { color: #6fbb20; }
.alert { color: #ba0000; }

/**DatePicker**/
.hidden { opacity: 0; position: absolute; }
.visible { opacity: 1; }

input.calendar, select.calendar { width: 99px; }

button.calendar { background:url(/Images/calendar-icon.gif); border:0; cursor:pointer; height:20px; margin-right:6px; width:20px; }
button.calendar:hover, button.calendar.active { background-position:0 20px; }

div.calendar { background: url(/Images/calendar.png); height: 195px; padding: 0 6px; text-align: center; width: 147px; }	
div.calendar * { margin: 0; padding: 0; }	
div.calendar div { background: none !important; cursor: move; height: 185px; overflow: hidden; padding-top: 10px; position: relative; width: 147px; }	
div.calendar caption { color: #333; font: normal 12px/16px Arial, Helvetica, sans-serif; padding-top: 6px; text-align: center; width: 100%; }
div.calendar caption a { cursor: pointer; display: block; height: 12px; overflow: hidden; position: absolute; text-indent: -100px; top: 17px; width: 11px; }
div.calendar caption a.prev { background-image: url(/Images/calendar-prev.gif); left: 0; }
div.calendar caption a.next { background-image: url(/Images/calendar-next.gif); right: 0; }
div.calendar caption a:hover { background-position: 0 12px; }
div.calendar caption span { height: 25px; position: relative; text-align: center; }
div.calendar caption span.month { padding-right: 8px; }
div.calendar caption span.month:after { content: ','; }
div.calendar table { background: #FFF; border: 0; border-collapse: collapse; border-spacing: 0; cursor: default; margin: 0 auto; overflow: hidden; width: 147px; }
div.calendar td, div.calendar th { border: 0; color: #499e31; font: normal 12px Arial, Helvetica, sans-serif; height: 21px; text-align: center; width: 21px; }
div.calendar td { background: url(/Images/calendar-td.gif); color: #FFF; font-size: 11px; }
div.calendar td.invalid { color: #999; }
div.calendar td.valid { background: url(/Images/calendar-valid.gif); color: #499e31; cursor: pointer; }
div.calendar td.hilite { background: url(/Images/calendar-hilite.gif); }
div.calendar td.inactive { background: url(/Images/calendar-td.gif) 0 100%; color: #FFF; }
div.calendar td.active, div.calendar td.hover { background: url(/Images/calendar-valid.gif) 0 100%; color: #FFF; cursor: pointer; }

/** auto completer style **/
.autocompleter-choices { border:solid #d1d1d1 1px; position:absolute; background-color: White; text-align:left; list-style:none; font-size:1.2em; color: #000; }
.autocompleter-choices li { cursor:pointer; padding:0 3px; }
span.autocompleter-queried { font-weight:bold; font-size:1.4em; }
.autocompleter-selected { background-color:#c7ffa7; }


/** advanced search, etc jon cole 1/28/08 **/
.dropDownLeft {background: #fff url(/Images/view_dropdown-left.gif) top left repeat-y;}
.dropDownBottomLeft {background: url(/Images/view_dropdown-bottom_left.gif) bottom left no-repeat;}
.dropDownTopLeft {background: url(/Images/view_dropdown-top_left.gif) top left no-repeat; padding: .3em 0;}
.dropDownTop {background: #fff url(/Images/view_dropdown-top.gif) top repeat-x;}
.dropDownBottom {background: url(/Images/view_dropdown-bottom.gif) bottom repeat-x; padding: .3em .5em .3em .7em;}
.dropDownBottom2 {background: #fff url(/Images/view_dropdown-bottom.gif) bottom repeat-x;}
.dropDownTop2 {background: url(/Images/view_dropdown-top.gif) top repeat-x; padding: .3em .2em .3em 0em;}
.dropDownRight {background: #fff url(/Images/view_dropdown-right.gif) top right repeat-y;}
.dropDownBottomRight {background: url(/Images/view_dropdown-bottom_right.gif) bottom right no-repeat;}
.dropDownTopRight {background: url(/Images/view_dropdown-top_right.gif) top right no-repeat; padding: .3em 0}

.ie7 .searchField {border: 0; padding: 0; margin: -.1em 0 -.2em 0; background: transparent; font-family: arial; height: 1.3em;}
.win.gecko .searchField {border: 0; padding: 0; margin: 0 0 -.1em 0; background: transparent; font-family: arial; height: 1.3em;}
.searchField {border: 0; padding: 0; background: transparent; font-family: arial; height: 1.3em;}

.dropdownBorderGreen { background: #6fbb20; border-left: 1px solid #d1d1d1; border-bottom: 1px solid #d1d1d1; border-right: 1px solid #d1d1d1; padding:.3em; }
.dropdownBorderBlue { background: #0A357A; border-left: 1px solid #d1d1d1; border-bottom: 1px solid #d1d1d1; border-right: 1px solid #d1d1d1; padding:.3em; }
.dropdownBorder { background: #f7f7f7; border-left: 1px solid #d1d1d1; border-bottom: 1px solid #d1d1d1; border-right: 1px solid #d1d1d1; padding: 0 .3em .3em .3em; }
.dropdownInner { background: #fff; padding: .7em; border-left: 1px solid #d1d1d1; border-bottom: 1px solid #d1d1d1; border-right: 1px solid #d1d1d1; }
.dropdownEntry { padding: 0em .4em; }
.dropdownEntrySelected { padding:0em .4em; background:#c7ffa7; }
.dropdownShadowRight { background:url(/Images/popup-shadow-right.png) repeat-y left; }
.dropdownShadowBottomLeft { width:10px; }
.dropdownShadowBottom { background:url(/Images/popup-shadow-bottom.png) top repeat-x; }
.dropdownShadowBottomRight {}

.popupFixedLeft { width: 11px; }
.popupFixedCenterOn { background: #fff url(/Images/popup-fixed2-002.png) top repeat-x; padding: 4px 0 0 0; }
.popupFixedCenterOff { padding: 4px 0 0 0; }
.popupFixedRightOn { background: #fff url(/Images/popup-fixed2-002.png) top repeat-x; padding: 7px 2px 0 7px; }
.popupFixedRightOff { padding: 7px 2px 0 7px; }
.popupFixedDropDown1 { background: url(/Images/popup-fixed2-006.png) top repeat-x; text-align: right; }
.popupFixedDropDown2 { background: url(/Images/popup-fixed2-010.png) left repeat-y; }
.popupFixedDropDown3 { background: url(/Images/popup-fixed2-011.png); padding: 1px 3px; }
.popupFixedDropDown4on { background: #c7ffa7; padding: 1px 3px; }
.popupFixedDropDown4off { background: ; padding: 1px 3px; }
.popupFixedDropDown5 { padding: 0 0 0 16px; }
.popupFixedDropDown6 { background: url(/Images/popup-fixed2-012.png) right repeat-y; }
.popupFixedDropDown7 { background: url(/Images/popup-fixed2-014.png) top repeat-x; }

.global_searchLeft {background: #fff url(/Images/global_search-left.gif) left repeat-y;}
.global_searchTopLeft {background: url(/Images/global_search-top_left.gif) top left no-repeat;}
.global_searchBottomLeft {background: url(/Images/global_search-bottom_left.gif) bottom left no-repeat;}
.global_searchLeftSpace {height: 2em; width: .5em;}
.global_searchTop {background: #fff url(/Images/global_search-top.gif) top repeat-x; border-bottom: 1px solid #d1d1d1; padding: .2em 0 0em 0; [padding: .2em 0 0 0; padding: .2em 0 .1em 0; ]padding:0em; }
.global_searchDivider {background: #fff url(/Images/global_search-top.gif) top repeat-x; border-bottom: 1px solid #d1d1d1; padding: .3em .7em .1em 0; color: #64b70f; font-weight: bold;}
.global_searchTop2 {background: #fff url(/Images/global_search-top.gif) top repeat-x; border-bottom: 1px solid #d1d1d1; padding: .3em .6em .1em 0; color: #64b70f; font-weight: bold; height: 1.5em;}


/** news feed **/
.newsfeedDateGroup { margin-bottom: 2em;}
.newsfeedDateHeader {border-bottom: 1px solid #c1c1c1; padding-bottom: .4em; margin-bottom: .2em;}
.newsfeedEntry {padding: .3em 0 0 .6em;}
.newsfeedEntry-td1 {}
.newsfeedEntry-td2 {padding: .4em 0 0 1em;}
a.newsfeedEntryLink {font-weight: normal;}
.newsfeedTimeStamp {font-size: 1em; color: #151515;}
.newsfeedEntryList {padding: .6em 0 0 0;}

/** CuteEditor Work-Around **/

.ceFontFix span {font-size: 1em;}
.ceFontFix blockquote {border-left:3px solid #000064; color:#444; display:block; padding-left:.75em;}
.ceFontFix p { margin: 0 0 1em 0; }
/**to be tested:   .ceFontFix font {font-size: 1em !important;}**/

/** OLD POPUP **/
#popup-wrapper { padding: 8px 2px 8px 2px; }
.popup-plastic_mid-padding { padding: 4px 23px 0px 23px; }
.plastic_mid-title { font-weight: bold; }
.plastic_mid-content { padding: 8px 0 8px 0; }

/** registration **/
.inputDiv {border-left: 1px solid #d1d1d1; border-bottom: 1px solid #d1d1d1; border-right: 1px solid #d1d1d1; border-top: 0; background: #fff url(/Images/field-dropshadow.gif) top repeat-x; padding: 4px;}
.inputDiv2 {border-left: 1px solid #d1d1d1; border-bottom: 1px solid #d1d1d1; border-right: 1px solid #d1d1d1; border-top: 0; background: #fff url(/Images/field-dropshadow.gif) top repeat-x; padding: 2px;}
.inputText {font-size: 14px; font-weight: normal; border: 0px; background: transparent; padding: 0; margin: 0;}
.inputText2 {font-size: 12px; font-weight: normal; border: 0px; background: transparent; padding: 0; margin: 0;}
.invalid {color: #ba0000; font-weight: bold;}
.valid {color: #6fbb20; font-weight: bold;}
.info {color: #000; font-weight: bold;}
.select {font-size: 1.2em; width: 100%; padding: .2em .2em .25em .2em; border: 1px solid #c1c1c1; height: 25px;}

/** my iv stuff added to account settings page - to be added to all? **/
table.myiv tr td {padding: .6em .4em .0em .8em;}
table tr td.myiv {padding: .6em .4em .0em .8em;}
.myivPaddingBottom {padding-bottom: .6em !important;}

/* INBOX */
tr.folderSelected td { background: #D7FFBF; }
tr.folderClicked td { background: #FFFFDF; }
tr.folder td { background: White; }
tr.folder:hover td { background: #D7FFBF; cursor:pointer; }
tr.privateMessage:hover { background: #FFFFDF; }
div.folderCloseButton { margin-top: -1.4em; }

/** Browse Boards **/
div.browseBoards { width: 780px; height: 730px; margin: auto; }
div.browseBoardsRow { width: 780px; margin: auto; padding-top: .5em; height: 70px; }

/* BOARD LANDING */
div.buttonRounded div { margin-top: 3.2em; }
div.buttonRounded:hover { cursor: pointer; }
img.bigIcon { vertical-align: middle; margin-top: -.4em; padding-right: 1em; }
div.companyWrapper { width: 12.3em; margin: 0 0 0 .5em; float: left; padding: 1em; text-align: left; }

/* WIKINVEST CHARTS */
div.chartContainer { width: 13.7em; height: 7em; float: right; padding: 1em 1em 1em 1em; }
div.chart { float: right; width: 18em; margin-top: -.7em; }
div.flashContainer { width: 100%; text-align: center; vertical-align: center; margin-top: 0px; }

/* SCRAPER */
span.selectedText { font-size: 12px; background-color: yellow; }
div.steps { float:left !important; font-weight: bold !important; color: #AFAFAF !important; padding: 10px 10px 10px 0px !important; width: 25% !important; }
div.stepsMore { float: right !important; padding: 11px 0px 10px 0px !important; width: 70% !important; }
div.nameSelection { width: 180px !important; border: 1px solid #233770 !important; padding: 10px 10px 10px 15px !important; position: absolute !important; background-color: #F2F2F2 !important; }
div.nameSelectionOff { -moz-opacity:0 !important; filter:alpha(opacity=0) !important; opacity:0 !important; }
div.scrapeSelection { float: left !important; padding: 11px 0 10px 7px !important; width: 192px !important; border: 1px solid black !important; }
span.scrapeSelection { float: left !important; font-size: 16px !important; font-weight: bold !important; width: 120px;}
span.scrapeCount { float: left !important; padding: 0 0 0 1em !important; font-size: 16px !important; font-weight: bold !important; color: #BFBFBF; }
span.deleteSelection { float: right !important; padding: 0 .3em 0 0 !important; font-size: 16px !important; color: Red !important; font-weight: bold !important; }
span.scrapeShowDetails { color: Green; font-size: 16px; font-weight: bold; float: left; padding-left: 3px; }
div.scrapeCategoryContainer { float: left; padding-bottom: 5px; }
div.scrapeCategoryDetails { float: left; margin: auto; border: 1px solid black; width: 199px; border-top: 0px; }
div.scrapeRegex { padding: 5px; height: 51px; }
div.scrapeRegex textarea { width: 130px; }
div.scrapeSavedCount { padding: 0 5px 5px 5px; height: 16px; }
div.scrapeContainer { width: 100%; float: left; border-top: 1px solid black; height: 20px; }
div.scrapeData { padding-left: 5px; padding-top: 2px; float: left; }
div.scrapeRegexButtons { width: 100%; float: left; height: 20px; padding-bottom: 5px; }
div.scrapeFindMatches { float: right; padding-left: 5px; }

/** FAQ **/
.faqEntry {padding: 1em 1.8em 4em 1.8em;} .faqText {padding: 1em 1em 2em 1em;}