/* ################ RESET ################ */
* {
	margin: 0;
	outline: none;
}

/* So you don't unpad certain form elements in some browsers */
html, head, body,
h1, h2, h3, h4, h5, h6, p, blockquote, q, address, cite,
ul, ol, li, dl, dt, dd,
img,
form, legend, fieldset, label,
table, tr, thead, tbody, tfoot, th, td, caption,
em, strong, pre, sup, sub, del, ins, code, dfn, kbd, samp, var, big, small {
	padding: 0;
}

img { border: none; }

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
 	IE/WIn does not support automatic quoting of q tag.
	Must add quote entities manually OUTSIDE of the <q> tags.
*/
q:before,
q:after {
	content: "";
}

/* ################ STRUCTURE ################ */

html, body { height: 100%; padding-bottom: 1px; }

body {
	text-align: center;
}

#container {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

div.column {
	float: left;
	display: inline;
}
div.block { clear: both; }

div.adbanner {
	height: 60px;
	overflow: hidden;
	float: left;
	display: inline;
}
div.adimages {
	clear: both;
}
div.adimagesouter1 {
	width: 200px;
	margin: 0 auto;
}
div.adimagesouter2 {
	width: 400px;
	margin: 0 auto;
}
div.adimagesouter3 {
	width: 600px;
	margin: 0 auto;
}
div.adimagesinner {
	float: left;
	margin-left: 30px;
	margin-top: 20px;
}

#header,
#body,
#footer {
	clear: both;
	float: left;
	display: inline;
	width: 100%;
}

#header {}

#body {
	margin-top: 10px;
}

#footer {
	margin-top: 25px;
	padding-bottom: 2em;
}

#sidebar {
	width: 200px;
}

#sidebar div.block {
	margin-bottom: 25px;
}

#sidebar div.block div.header,
#sidebar div.block div.content,
#sidebar div.block div.footer {
	padding: 0 15px;
}

#sidebar div.block div.header {
	background-image: url(../images_new/bg_box_sidebar_top.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 27px;
}

#sidebar div.block div.content {
	border: 0px solid #CCC;
	border-width: 1px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#sidebar div.block div.footer {
	background-image: url(../images_new/bg_box_sidebar_btm.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 24px;
}

#content {
	margin-left: 25px;
	width: 725px;
}

#content div.block {
	margin-bottom: 10px;
	background-image: url(../images_new/bg_box_content.gif);
	background-position: top left;
	background-repeat: repeat-y;
	float: left;
	display: inline;
	width: 100%;
}

#content div.block div.header,
#content div.block div.content {
	padding: 0 15px;
}


#content div.block div.header {
	background-image: url(../images_new/bg_box_content_top.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 10px;
}

#content div.block div.content {
	background-image: url(../images_new/bg_box_content_btm.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-bottom: 15px;
	padding-top: 10px;
}


div.bar {
	background-image: url(../images_new/bg_bar_grey.jpg);
	background-position: center left;
	background-repeat: repeat-x;
	height: 30px;
	border: 0px solid #C1C1C1;
	border-width: 0 1px;
	margin-bottom: 10px;
}

/* ################ DEFAULT CONTENT STYLES ################ */

/* ################ DEFAULT FORMATTING ################ */

/* ========== LINKS ========== */
a:link,
a:visited {
	font-family: inherit;
	font-size: inherit;
	text-decoration: none;
	color: #06C;
}

a:link {}

a:visited {}

a:link:hover,
a:visited:hover {
	text-decoration: underline;
}

a:link:active,
a:visited:active {}


/* ========== OTHER ELEMENTS ========== */

/* Any overall settings. Recommend font-family and line-height */
* {}

body {
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
}

/* Set overall font and line-height */
h1, h2, h3, h4, h5, h6,
p, blockquote, address,
li, dt, dd,
legend, label, option,
th, td, caption {}

/* General header top and bottom margins */
h1, h2, h3, h4, h5 {
	margin-top: 0;
	margin-bottom: 0;
}

/* General content and container element top and bottom margins */
h6, p, blockquote, address,
ul, ol, dl,
form, table, object {
	margin-top: 0;
	margin-bottom: 0;
}

/* General header styling */
h1, h2, h3, h4, h5, legend {}

/* General content styling */
p, blockquote, address,
li, dt, dd,
label,
th, td, caption {
	line-height: 1.5;
}

/* Form field styling */
select, option, optgroup,
input, button, textarea {
	vertical-align: middle;
}

/* ========== BLOCK LEVEL AND CORE CONTENT ELEMENTS ========== */

h1 {
	color: #036;
	border-bottom: 1px solid #9C9;
	padding-bottom: 0.3em;
}

h2 {
	color: #369;
	font-weight: normal;
	font-size: 1.5em;
}

h3 {
    font-size: 1em;
    margin-bottom: 1em;
    color: #666;
}

h4 { font-size: 1em; }
h5 { font-size: 0.94em; }
h6 { font-size: 0.83em; }

p { font-size: 1em; }

blockquote {}

blockquote p,
blockquote ol,
blockquote ul {
	padding: 0 15px;
}

address { font-style: normal; }
img { display: block; }
pre {
	margin: 1em 15px;
	padding: 15px;
	color: #333;
	border: 1px solid #333;
	background-color: #CCC;
}

/* ========== LISTS ========== */

ul, ol, dl {
/*	margin-left: 15px;*/
}
li, dt, dd {}
ul {}
ol {}
dl {}

ul ul {}
ol ol {}
ul li {}
ol li {}

li { list-style-type: none; }
dt {}
dd {}

/* ========== FORMS ========== */

form {}
fieldset { border: none; }
fieldset.bordered {
	border: 1px solid #DDD;
	padding: 5px 10px 10px 10px;
	margin-bottom: 10px;	
}

legend {
	font-size: 1.3em;
	font-weight: bold;
	color: #666;
}

fieldset fieldset legend {
	font-size: 1em;
}

label {
	font-weight: bold;
	color: #666;
}
select {}
optgroup {}
option {}
textarea {}
button {}
input {}

button, input.button {
	margin-right: 2px;
}

textarea, input.text {
	border: 1px solid #878787;
}

input.text {
	background-color: #FFF;
	background-image: url(../images_new/bg_textfield.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

/* ========== TABLES ========== */

table {}
tr {}
th, td { text-align: left; }
th.right, td.right {	text-align: right !important; }
th {}
td {}
caption {}
p.tablecaption {
    font-size: 0.83em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-top: 0.5em;
    color: #666;
}
thead {}
tbody {}
tfoot {}

/* ========== INLINE/PHRASE ELEMENTS ========== */

/* Make sure left and right margins for inline elements are always disabled */
del, ins,
sup, sub, big, small,
em, strong, code, dfn, kbd, samp, var, q, cite, abbr, acronym,
a {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

html>body abbr[title],
* html abbr {
	border: 0;
	cursor: help;
	font-style: normal;
}

q {}
cite {}
em {}
strong {}
sup {}
sub {}
del {}
ins {}
code {}
dfn {}
kbd {}
samp {}
var {}
big {}
small {}

/* ################ GENERAL STYLE OVERRIDES ################ */

/* Sets all nested lists to not repeat any large left margin the top-level list has */
li ul, li ol { margin-left: 1.25em; }

/* ################ CONTEXT OVERRIDES ################ */

fieldset.controls {
	padding-left: 15px;
	clear: both;
}

fieldset.top_controls {
	padding-bottom: 10px !important;
}

fieldset.bottom_controls {
	padding-bottom: 0;
}

div.block fieldset.controls {
	padding: 0;
}

fieldset fieldset {
	clear: both;
	margin-top: 10px;
}

fieldset li {
	margin-bottom: 0.5em;
	float: left;
	display: inline;
	margin: 0 20px 10px 0;
}

fieldset p { margin-bottom: 7px; }

fieldset li.breakafter { margin-right: 40px; }
fieldset li.break { clear: left; }

fieldset ol li label,
fieldset ol li input,
fieldset ol li select {
	display: block;
}
fieldset ol li.nowrap_select select {
	display: inline;
	margin-bottom: 2px;
}

fieldset ol li span.multipleElements {
  display: block;
}

fieldset ol li span.multipleElements input,
fieldset ol li span.multipleElements select {
  display: inline;
}

fieldset li p { margin-top: 1.5em; }

fieldset li p label,
fieldset li p input,
fieldset li p select {
	display: inline;
}

fieldset ol li label em { color: #F00; } 

fieldset li ol,
fieldset li ul {
	margin-left: 0;
}

fieldset li table td label,
fieldset li table td input,
fieldset li table td select {
	display: inline;
	float: none;
}

fieldset table td input { margin-right: 1px; }

fieldset .nowrap li {
	float: none;
	display: block;
	clear: both;
	margin-right: 0;
}

fieldset .nowrap li label {
	float: left;
	display: inline;
	width: 195px;
  line-height: 1.0;
}

fieldset .nowrap li input,
fieldset .nowrap li select{
	display: inline;
}

fieldset .nowrap li p { margin-top: 0; }

fieldset .nowrap li p label,
fieldset .nowrap li p input {
	float: none;
	font-weight: normal;
}

fieldset .nowrap fieldset legend {
	font-size: 12px;
}

fieldset .nowrap fieldset table,
fieldset .nowrap fieldset ol {
	margin-left: 195px;
	margin-top: -18px;
}

fieldset .nowrap fieldset table td {
	padding: 3px 0;
	font-size: 12px;
}

fieldset .nowrap fieldset ol li {
	margin-bottom: 0;
}

fieldset .nowrap fieldset label,
fieldset .nowrap fieldset input {
	display: inline;
	float: none;
	font-weight: normal;
}

fieldset fieldset table label { padding-left: 3px; }

/* ========== HEADER ========== */

/* ------ CONTROL STRIP ------ */

#header #control_strip {
	background-image: url(../images_new/bg_topmenu.jpg);
	background-position: center left;
	background-repeat: repeat-x;
	border: 0px solid #CFCFCF;
	border-width: 0 1px;
	float: left;
	display: inline;
	width: 100%;
	height: 30px;
	position: relative;
}

#header #control_strip ul,
#header #control_strip li {
	float: left;
	display: inline;
	color: #666;
	line-height: 30px;
	font-size: 0.96em;
}
#header #control_strip li {
	margin-right: 15px
}
#header #control_strip li.goto {
	margin-right: 5px
}

#header #control_strip ul { margin-left: 15px; }
#header #control_strip a {
	line-height: 30px;
	font-weight: bold;
}

#header #control_strip li img.logo {
    margin-top: 2px;
}

#header #control_strip #account_controls {
	position: absolute;
	top: 0;
	right: 0;
}

#header #control_strip #account_controls select {
	width: 150px;
	font-size: 0.94em;
}

#header #control_strip #account_controls input {
	margin-right: 0;
}

/* ------ BANNER ------ */

#header #banner {
	margin: 5px;
	float: left;
	display: inline;
}

#header #banner div.logo,
#header #banner div.adbanner {
	float: left;
	display: inline;
	height: 48px;
	line-height: 48px;
}

#header #banner div.logo {
	width: 105px;
	overflow: hidden;
	margin: 10px 60px 11px 10px;
}

#header #banner div.logo img {
	vertical-align: middle;
	display: inline;
}

#header #banner #adbanner1 {
	width: 345px;
	height: 60px;
	line-height: 60px;
}

/* ------ MAIN NAV BAR ------ */

#header #mainnav {
	clear: both;
	position: relative;
}

/* ------ BREADCRUMBS ------ */

#header #breadcrumbs {
	clear: both;
	padding-left: 15px;
}

#header #breadcrumbs span {
	float: left;
	display: inline;
	margin-right: 7px;
	font-size: 12px;
	line-height: 30px;
}

#header #breadcrumbs span.current {
	margin-right: 0;
	padding-right: 0;
	background-image: none;
	font-weight: bold;
	color: #666;
}

/* ------ SEARCH ------ */

#header #search, #header #forum {
	float: right;
	display: inline;
	margin-right: 7px;
	line-height: 30px;
}

#header #forum {
	font-weight: bold;
}

#header #search input.button {
	margin-right: 0 !important;
}

/* ------ SECTION NAV ------ */

#header #sectionnav {
	float: right;
	display: inline;
	height: 59px;
	line-height: 59px;
	margin: 5px 0;
}

#sectionnav li {
	float: left;
	display: inline;
	width: 47px;
	margin-left: 7px;
	font-weight: bold;
	text-align: center;
	height: 59px;
}
#sectionnav li a {
	position: relative;
	display: block;
	width: 47px;
	height: 59px;
}

#sectionnav li#ecity { 		background: url(../images_new/eCity.gif) 0 59px; }
#sectionnav li#emarket { 	background: url(../images_new/eMarket.gif) 0 59px; }
#sectionnav li#ibid { 		background: url(../images_new/iBid.gif) 0 59px; }
#sectionnav li#zone { 		background: url(../images_new/eZone.gif) 0 59px; }
#sectionnav li#finball_search { 	background: url(../images_new/Search.gif) 0 59px; }

#sectionnav li#ecity:hover,
#sectionnav li#emarket:hover,
#sectionnav li#ibid:hover,
#sectionnav li#zone:hover,
#sectionnav li#finball_search:hover,
#sectionnav li.current {
	background-position: 0 0 !important;
}
/* ========== SIDEBAR ========== */

#sidebar div.block h3 {
	color: #06C;
	font-size: 1em;
	line-height: 2.2em;
}

#sidebar div.block div.footer p {
	line-height: 2em;
}

/* ------ SIDEBAR NAVLIST ------ */

#sidebar div.navlist div.content {
	padding: 0;
	border-bottom: none;
}

#sidebar div.navlist div.content li,
#sidebar div.navlist div.content a {
	clear: both;
}

#sidebar div.navlist div.footer { display: none; }

#sidebar div.navlist div.content a {
	padding: 0 15px;
	display: block;
	line-height: 2.5em;
	border-bottom: 1px solid #CCC;
	color: #369;
}

#sidebar div.navlist div.content li.current a {
	color: #FFF;
	background-color: #839EBB;
}

#sidebar div.navlist div.content a:hover,
#sidebar div.navlist div.content li.current a:hover {
	background-color: #F5F5F5;
	color: #C60;
	text-decoration: none;
}

/* ------ SIDEBAR LINKLIST ------ */

#sidebar div.linklist div.content li { line-height: 2.0; }

#sidebar div.linklist div.content a { color: #369; }

/* ------ SIDEBAR LOGOLIST ------ */

#sidebar div.logolist div.content {
	padding-bottom: 0;
}
#sidebar div.logolist div.content li {
	margin-bottom: 15px;
}

/* ========== CONTENT SECTION ========== */

#content #contentbanner {
	float: left;
	display: inline;
	background-image: none !important;
}

#content #contentbanner div.logo,
#content #contentbanner div.avatar {
	float: left;
	display: inline;
	height: 60px;
	line-height: 60px;
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid #999;
	overflow: hidden;
}

#content #contentbanner div.logo img {
	vertical-align: middle;
	display: inline;
}

#content #contentbanner #accountavatar {
	width: 60px;
	overflow: hidden;
}

#content #contentbanner #adbanner2 { width: 330px; }

#content #brokeragetools {
    clear: both;
    float: left;
    display: inline;
    width: 100%;
    margin-top: 10px;
}

#content #brokeragetools #brokeragenav {
    margin-left: 15px;
    padding-top: 4px;
}

#content #brokeragetools #brokeragenav div {
	float: left;
	display: inline;
	margin-right: 15px;
}

#content div.block div.options {
	position: relative;
	float: right;
	display: inline;
	margin-top: -1.7em;
}

#content div.block div.options label { padding-right: 5px; }

#content .initials_list,
#content .initials_list ol,
#content .initials_list li,
#content .initials_list a {
    float: left;
    display: inline;
}

#content .initials_list {
    clear: both;
    margin-bottom: 10px;
    margin-left: 10px;
}

#content .initials_list,
#content .initials_list ol {
    width: 705px;
}

#content .initials_list li {
    color: #CCC;
    background-color: #EEE;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border: 1px solid #666;
    margin-right: 4px;
}

#content .initials_list a {
    width: 20px;
    height: 20px;
    line-height: 20px;
}

#content .initials_list a:hover {
    background-color: #839EBB;
    text-decoration: none;
    color: #FFF;
}


#content .steps_list,
#content .steps_list ol,
#content .steps_list li {
    float: left;
    display: inline;
}

#content .steps_list li {
    margin-right: 5px;
    padding-right: 5px;
    border-right: 1px solid #000;
}

#content .steps_list li.current {
    font-weight: bold;
}

#content .steps_list li.last {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

/* ------ PAGER ------ */

#content div.pager {
	background-color: #FFF;
	border: 1px solid #CCC;
	font-size: 0.92em;
	width: 724px;
	height: 30px;
	line-height: 30px;
	margin-left: -1px;
	float: left;
	display: inline;
	clear: both;
}

#content div.block div.pager { width: 694px; }

#content div#portfolio div.pager { border-bottom-style: none; }

#content div.pager p {
	line-height: 30px;
	color: #666;
}

#content div.pager div.page_range {
	float: left;
	display: inline;
	margin-left: 15px;
}

#content div.pager div.page_nav {
	float: right;
	display: inline;
	margin-right: 15px;
}


#content div.block div.pager div.page_nav a { line-height: 40px; padding: 0 10px; }
#content div.block div.pager div.page_nav a img { display: inline; vertical-align: middle; }

#content div.block div.pager div.page_nav label { padding-right: 5px; }
#content div.block div.pager div.page_nav select { font-size: 0.83em; font-weight: bold; }

/* ------ STOCK TABLE ------ */

table.stocktable {
	border: 1px solid #CCC;
	background-color: #FFF;
	border-collapse: collapse;
	border-spacing: 0;
	clear: both;
	margin-bottom: 10px;
}

table.stocktable th,
table.stocktable td {
	padding: 0 5px;
	font-size: 11px;
	font-weight: bold;
	color: #666;
	text-align: left;
}

table.stocktable thead tr th {
	background-color: #DEE7F0;
	border-bottom: 4px solid #C5D5E6;
	height: 36px;
}


table.stocktable tbody tr td,
table.stocktable tfoot tr td {
	border-bottom: 1px solid #CCC;
	height: 30px;
}

table.stocktable tbody tr.rowOdd, table.stocktable tbody tr.rowOddRed, table.stocktable tbody tr.rowOddGreen { background-color: #FDF7E7; }
table.stocktable tbody tr.rowOddRed td {color: Red; }
table.stocktable tbody tr.rowOddGreen td {color: Green; }
table.stocktable tbody tr.rowEven, table.stocktable tbody tr.rowEvenRed, table.stocktable tbody tr.rowEvenGreen { background-color: #FFF; }
table.stocktable tbody tr.rowEvenRed td { color: Red; }
table.stocktable tbody tr.rowEvenGreen td {color: Green; }
table.stocktable tbody tr.hover, table.stocktable tbody tr:hover { background-color: #FCF0D3; }
div.moversActive {color: Green; font-weight: bold;	}
div.moversInactive {color: Red; font-weight: bold;	}
table.stocktable .count { text-align: center; }

table.stocktable td.decreased,
table.stocktable td.increased {
	background-image: none;
	padding: 0 5px;
}

/* ------ LISTING TABLE ------ */

table.listingtable {
	background-color: #FFF;
	border: 1px solid #999;
}

table.listingtable th,
table.listingtable td {
	color: #666;
	padding: 0 15px;
}

table.listingtable th {
	font-size: 14px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}

table.listingtable td {
	font-size: 12px;
	height: 18px;
}

table.listingtable tr.me td,
table.listingtable tr.me td a {
	color: #568A2A;
}

table.listingtable tr.last td {
	padding-bottom: 15px;
}

table.listingtable td a {
	font-weight: bold;
}

/* ========== OTHERS ========== */

/* ------ LOGIN BOX------ */

#login div.header { padding-top: 10px; }

#login div.content { padding-top: 10px; }

#login fieldset.controls { margin-top: 0; }

/* ------ TOP 10 ------ */

div#top10 div.content {
    float: left;
    display: inline;
    width: 100%;
}

div#top10 div.column {
    margin-right: 25px;
}

/* ========== FOOTER ========== */

#footer {
	text-align: center;
}

#footer #credits {
	font-size: 0.92em;
}

#footer #credits p {
	line-height: 30px;
	color: #999;
}

#footer #credits a {
	color: #999;
}

#footer #footer_nav ul {
	margin-top: 15px;
}

#footer #footer_nav li {
	display: inline;
	margin-right: 5px;
	padding-right: 5px;
	border-right: 1px solid #C1C1C1;
	
}

#footer #footer_nav li.last { border: none; }

/* ################ PAGE SPECIFIC CSS ################ */

/* ################ UTILITIES ################ */

/* ################ CUSTOM CLASSES ################ */

/* ========== GENERAL ========== */

.swap {
	text-indent: -9999px;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
}

/* ========== SYSTEM MESSAGES ========== */

ul.infopanel,
ul.errorpanel {
    clear: both;
    float: left;
    display: inline;
    width: 100%;
	border: 1px solid;
	margin-bottom: 10px;
	padding: 10px 0;
	color: #000;
}

ul.infopanel li,
ul.errorpanel li{
    padding: 0 10px;
}


ul.errorpanel {
	border-color: #900;
	background-color: #FF9D9D;
}

ul.infopanel {
	border-color: #063;
	background-color: #84DD84;
}


/* ========== ICONS ========== */

.icon {
	background-repeat: no-repeat;
}

h3.icon {
	padding-left: 20px;
	background-position: center left;
}

a.icon,
span.icon {
	padding-right: 15px;
	background-position: center right;
}

.portfolio { background-image: url(../images_new/icn_portfolio.gif); }
.account { background-image: url(../images_new/icn_account.gif); }
.ascending { background-image: url(../images_new/icn_sort_asc.gif); }
.descending { background-image: url(../images_new/icn_sort_desc.gif); }

.increased {
	background-image: url(../images_new/icn_increased.gif);
	color: #2A8D41 !important;
}

.decreased {
	background-image: url(../images_new/icn_decreased.gif);
	color: #AE2424 !important;
}

.alert, .required, legend em { color: #F00; }
p.required { margin-bottom: 5px; }

/* ========== NO RESULTS MESSAGE ========== */

div.noresults {
	padding-left: 15px;
	font-weight: bold;
}

/* ========== TEXT ADS ========== */

div.text_ads {
	float: left;
	display: inline;
	width: 695px;
	font-size: 11px;
	color: #666;
	line-height: 14px;
	clear: both;
	margin: 0 15px 10px 15px;
}
div.text_ads_horiz {}

div.text_ad_banner {
	font-size: 12px;
	margin-bottom: 5px;
}

div.text_ad {}
div.text_ads_horiz div.text_ad {
	float: left;
	display: inline;
	width: 31%;
	margin-right: 2%;
}

div.text_ad_title { font-weight: bold; }
div.text_ad_title a { text-decoration: underline; }
div.text_ad_body {}

div.text_ad_boiler {
	clear: both;
	padding-top: 10px;
}

/* ========== BUTTONS ========== */

input.primary {
	background-color: #469735;
	border: 1px solid #256317;
	color: #FFF;
}

input.secondary {
	background-color: #6C8CAF;
	border: 1px solid #2C5186;
	color: #FFF;
}

input.disabled {
	background-color: #CCC;
	border: 1px solid #999;
	color: #999;
}

/* ========== FORM STYLES ========== */

input.prefixed {
	margin-left: 10px;
	margin-right: -10px;
}

span.field_prefix {
	float: left;
	color: #000;
	font-size: 13px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
}

/* Generally for State abbreviation entry form elements (CA, OR, etc) */
input.twochar,
select.twochar { width: 2em; }

/* Can hold approx 12 chars (phone numbers, zip codes) */
input.tiny { width: 100px; }

/* 19 characters (credit card numbers) */
input.small,
select.small { width: 200px; }

input.small_date { width: 180px; margin-right: 4px; }


/* good for names, addresses, and anything 2-5 words long */
input.medium,
select.medium { width: 310px; }

input.medium_date { width: 285px; margin-right: 6px; display: inline; }
input.calendar { display: inline; margin-right: 0; }


/* good for keyword lists, short descriptions, and short sentences */
input.large { width: 645px; }

/* good for two line addresses */
textarea.twoline {
	width: 195px;
	height: 2em;
}

/* good for brief comments and keyword lists */
textarea.brief {
	width: 195px;
	height: 5em;
}

/* good for brief comments and keyword lists */
textarea.widebrief {
	width: 310px;
	height: 5em;
}

/* good for a single paragraph */
textarea.paragraph {
	width: 310px;
	height: 10em;
}

textarea.large {
	width: 645px;
	height: 10em;
}

/* good for multiple paragraphs or copy/pasted documents */
textarea.essay {
	width: 310px;
	height: 25em;
}

li a.viewall {
	color: #F00;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px !important;
}

.ajax__calendar_container { z-index: 1000; }

.help {
  font-weight: normal;
  color: #999;
  font-size: 80%;
}

.scrollable_div
{
	width:100%;
	height:130px;
	background-color:#ffffff;
	border:1px solid #878787;
	overflow:auto;
}

/* ================= Landing Page ====================== */
#home #worldmap {
	width: 552px;
	height: 222px;
	margin: 0 auto;
}
#home #finball_logo {
	width: 142px;
	height: 47px;
	margin-right: 20px;
	display: inline;
	float: left;
	line-height: 47px;
}
#home #finball_logo img {
	vertical-align: middle;
	display: inline;
	margin: 6px 0;
}
#home #mainsearch {
	width: 420px;
	margin: 20px auto;
}
#home #mainsearch input.text {
	width: 310px;
}
#home #sectionnav {
	height: 59px;
	line-height: 59px;
	width: 270px;
	margin: 5px auto;
}

.ranking { 
	float:right;
	display: inline;
	padding-bottom: 12px;
}

.title { 
	float:left;
	display: inline;
	padding-bottom: 12px;
}

.round {
	padding: 5px;	
	width: 37px;
	height: 37px;
	margin-left: auto;
	margin-right: auto;
}
