/*-  palette
----------------------------------------------------------------------
red = c22724
*/


/*-  common elements
----------------------------------------------------------------------*/	
body {
	font-size: 12px;
	line-height: 1.6em;
    color: #555;
}

p {
	margin: 0.33em 0pt 1em;
}

a:link,
a:visited {
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 22px;
	line-height: 22px;
	letter-spacing: -1px;
	margin-bottom: 12px;
}

h2 {
	font-size: 22px;
	line-height: 22px;
	letter-spacing: -1px;
	padding-top: 5px;
	margin-bottom: 12px;
}

h3 {
	font-size: 22px;
	letter-spacing: -1px;
	margin-bottom: 6px;	
}

h4 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 8px;
}

h5 {
}

textarea {
	font-size: 12px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/*-  structural
----------------------------------------------------------------------*/
.inner {
	width: 990px;
	margin: 0 auto;
	position: relative;
    overflow: visible;
}

#top {
    font-size: 13px;
	line-height: 32px;
	position: relative;
	z-index: 1070;
}

#branding {
	height: 120px;
    overflow: visible;
    z-index: 1000;
}

#navigation {
	height: 50px;
	border-bottom: solid 1px #ccc;	
	position: relative; 
	z-index: 5;
}

#content {
	padding: 15px 0;
	border-top: solid 4px #e7e7e7;
	border-bottom: solid 4px #e7e7e7;
	position: relative;
    min-height: 500px;
	z-index: 1;	
}

#main {
	float: left;
	width: 625px;
	border: solid 1px #e5e5e5;
	padding: 23px;
	position: relative;
	z-index: 1;
	overflow: hidden;		
}

#sidebar {
	float: right;
	width: 300px;
}

#bottom_leaderboard {
	text-align: center;
	margin: 0 auto;
	border-top: solid 1px #ccc;
    height: 120px;
}

#bottom_leaderboard div.leaderboard {
	position: absolute;
    left: 131px;
	top: 15px;
}

#footer {
	padding-bottom: 30px;
    font-size: 13px;
}

/*-  top
----------------------------------------------------------------------*/
#top a {
}

#top .light {
}
	
#top strong {
	font-weight: normal;
}

#top ul {
	display: inline ! important;
}

#top ul li {
	display: block;
	float: left;
}

#top ul li.link {
	margin-left: 10px;	
	padding-left: 8px;	
}

#top div#sisters {
	position: absolute;
	z-index: 970;
	right: 0;
    display: block;
	width: 126px;
	padding-left: 8px;
}

div#sisters a.top, div#sisters a.top:hover {
    display: block;
    width: 116px;
    margin-left: 6px;
    line-height:32px;
    text-decoration: none;
}

div#sisters a.top img.icon {
    position: relative;
    top: 3px;
    left: 2px;
}

div#sisters.active {
}

div#sisters.active a.top {
}

div#sisters div.dropdown_wrapper{
    position: absolute;
    top:32px;
    left:0px;
    width:132px;
    border-top: none;
}

div#sisters div.dropdown_wrapper a {
    display: block;
    line-height:25px;
    text-align: center;
    width: 132px;
    text-decoration: none;
    border-bottom: 1px dotted #D1D1D2
}

div#sisters div.dropdown_wrapper a:hover {
    text-decoration: none;
}

/*-  branding
----------------------------------------------------------------------*/
#branding .inner {
	position: relative;
    z-index: 1000;
}

#branding img.logo {
	position: absolute;
	top: 31px;
}

#branding div.leaderboard {
	position: absolute;
	right: 0;
	top: 15px;
    z-index: 1000;
    overflow: visible;
}

/*-  navigation
----------------------------------------------------------------------*/
#navigation .inner {
	position: relative;
	top: 5px;
	z-index: 400;
}


#navigation div.inner div a.nav_button, #navigation div.inner div a.active {
	display: block;
	height: 50px;
}

#navigation div.inner div {
    float:left;
}


/* dropdowns */
div.dropdown_wrapper
{
    position:absolute;
    width:155px;
    border: 1px solid #CCC;
    top:45px;
    display:none;
}

div#navigation div.dropdown_wrapper a.category_choice
{
    display:block;
    width:155px;
    line-height:30px;
    border-bottom:1px dotted #D1D1D2;
    text-align:center;
}

div.dropdown_wrapper div.dropdown_wrapper {
    position:absolute;
    top:-0.5px;
    left:155px;
}

div#navigation div.dropdown_wrapper a:hover
{
    text-decoration:none;
}

div#navigation div.dropdown_wrapper div.last a {
    border-bottom:none;
}

div.has_dropdown {
    position:relative;
}




/*-  sidebar
----------------------------------------------------------------------*/
#sidebar .box {
	border: solid 1px #e5e5e5;
	padding: 20px;	
    margin: 15px 0px;
}

#sidebar .box h3 {
	font-size: 22px;
	letter-spacing: -1px;
	margin-bottom: 12px;
}

#sidebar .box h4 {
	font-size: 22px;
	letter-spacing: -1px;
	margin-bottom: 2px;	
	font-weight: normal;
	line-height: 1.2em;
}

#sidebar .box h4 a {
}

#sidebar .box p {
	line-height: 1.5em;
}

#sidebar img.photo {
	display: block;
	margin-bottom: 10px;
}

#sidebar .iab_unit {
	margin-bottom: 15px;
}

#sidebar ul.headlines ul li{
    padding: 0px;
    margin: 0px;
    border: none;
}

#sidebar div.divider {
    margin-bottom: 20px;
}

#sidebar ul.headlines ul li a.more {
    font-size: 11px;
}


input#search_box {
	border: solid 1px #d6d6d6;
	width: 201px;
	font-size: 12px;
	padding: 5px 4px 6px 4px;
	margin-right: 6px;
}

input.search_box {
	border: solid 1px #d6d6d6;
	width: 201px;
	font-size: 12px;
	padding: 5px 4px 6px 4px;
	margin-right: 6px;
}

div.headlines_nav_wrapper {
	margin-top: -4px;
	margin-bottom: 9px;
}

div.headlines_nav_wrapper a {
}

div.headlines_nav_wrapper .issue_select {
	float: left;
}

div.headlines_nav_wrapper .previous {
	float: right;
}

div.headlines_print {
	margin-top: 10px;
	text-align: right;
}

#sidebar ul.headlines {
	padding-bottom: 0;
	margin-top: -17px;
    list-style-type: none;
}

#sidebar ul.headlines li {
	padding-bottom: 6px;
    margin-bottom: 0px;
    margin-top: 5px;
	border-bottom: dotted 1px #d1d1d2;
}

#sidebar ul.headlines li span.section {
	text-transform: uppercase;
	font-size: 11px;
	line-height: 1.2em;
	display: block;
	margin-top: 0px;
	margin-bottom: 1px;
}

#sidebar ul.headlines li span.title {
	display: block;
	line-height: 1.3em;
	font-size: 14px ! important;
	letter-spacing: 0;
	margin-bottom: 0;
}

#sidebar ul.headlines li a.title {
	display: block;
	line-height: 1.3em;
	font-size: 14px ! important;
	letter-spacing: 0;
	margin-bottom: 0;
}

#sidebar ul.headlines li a.title:hover {
}

div.section_nav {
	float: right;
	position: relative;
	line-height: 1em;	
}

ul.job_list {
	margin-top: -20px;
	margin-bottom: 10px;
	height: 484px;
	overflow: hidden;
}

ul.job_list li {
	border-bottom: dotted 1px #d1d1d2;
	padding: 7px 0;
}

ul.job_list li a {
	display: block;
	font-size: 14px;
	line-height: 18px;
}

ul.job_list li span.company {
	font-style: italic;
	display: block;
	line-height: 18px;
}

ul.job_list li span.location {
	display: block;
	line-height: 18px;	
}

a.text_nav {
	position: relative;
	top: -2px;
	padding: 0 2px;	
}

span.small_subhead {
	display: block;
	margin-top: -10px;
	margin-bottom: 9px;
}

table.popular td {
	font-size: 14px;
	line-height: 18px;
	border-bottom: dotted 1px #d1d1d2;
	padding: 8px 0;
}

table.popular tr:last-child td {
	border-bottom: none;	
}

table.popular td.rank {
	font-weight: bold;
	padding-right: 10px;
}

table.popular td a {
}

/* Widget styles*/
#jobBlastWidget {
	width: 258px;
	height: 558px;
	position: relative;
}

#jobBlastWidget h3 {
	padding-top: 5px;
}

#jobBlastWidget_nav {
	width: 240px;
	text-align: center;
	position: absolute;
	bottom: 15px;
	left: 30px;
}

#featureVideoWidget {
    width: 47%;
    float: left;
}

div#featureContentWidget {
    margin-top: 15px;
    width: 258px;
    overflow: hidden;
}

div#featureContents div.container h4 a, div#featureContents div.container h3 {
    font-family: Georgia;
}

#activeDiscussionsWidget {
    width: 47%;
    float: right;
}

/* Font Size Selector */
#fontsizeSelector {
    clear: left;
    float: right;
}

#fontsizeSelector #fontsizeSmall {
    font-weight: bold;
    font-size: 80%;
    cursor: pointer;
    cursor: hand;   /* Specific to IE */
}

#fontsizeSelector #fontsizeNormal {
    font-weight: bold;
    font-size: 100%;
    cursor: pointer;
    cursor: hand;   /* Specific to IE */
}

#fontsizeSelector #fontsizeBig {
    font-weight: bold;
    font-size: 120%;
    cursor: pointer;
    cursor: hand;   /* Specific to IE */
}

/*-  main
----------------------------------------------------------------------*/
div.breaking_news {
	float: left;
	width: 621px;
	padding: 7px 25px 17px 25px;
	z-index: 1;		
	line-height: 1em;
	margin-bottom: 15px;
}

div.breaking_news p {
	margin-bottom: 5px;
}

div.breaking_news span.dateline {
	font-size: 11px;
}

div.breaking_news a.title {
	display: block;
	font-size: 22px;
	line-height: 22px;
}

div.breaking_news .bn_header {
	text-transform: uppercase;
}

div.issue_tools {
	margin-bottom: 5px;
}

div#sidebar div.issue_tools {
    width: 100%;
}

div.issue_tools a {
}

div#sidebar div.issue_tools {
    height: 20px;
}

div#sidebar div.issue_tools span.print {
	float: right;
}

ul.headlines {
	padding-bottom: 22px;
}

ul.headlines li {
    width: 625px;
    display: block;
}

#sidebar ul.headlines li {
    width: 258px;
}



ul.headlines li {
	margin-bottom: 25px;
}

ul.headlines li span.section {
	text-transform: uppercase;
	font-size: 12px;
	display: block;
	margin-top: -4px;
	margin-bottom: 3px;
}

ul.headlines.listing li span.section {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 10px;
}

ul.headlines li a.title {
	font-size: 22px;
	letter-spacing: -1px;
	margin-bottom: 7px;
}

ul.headlines.listing li a.title {
    font-size: 16px;
    margin-bottom: 0px;
}

ul.headlines li span.title {
	display: block;
	font-size: 22px;
	letter-spacing: -1px;
	margin-bottom: 7px;
}

ul.headlines li span.summary {
	display: block;
    font-size: 12px;
}

div.headline_item div.summary a {
    font-size: 12px;
}

ul.headlines li div.comments {
    float: right;
    clear: both;
    font-size: 0.9em;
    text-align: right;
}

ul.headlines li div.comments span {
    font-style: italic;
}

/*** new headlines tml ***/
div.headlines {
    margin-bottom: 22px;
}

div.section {
	text-transform: uppercase;
	font-size: 11px;
}

div.headlines div.headline_item {
    width: 625px;
}

div.headline_divider {
    height: 1px;
    border-bottom: 1px dotted #BABABA;
    margin: 8px 0px 8px 12px;
    width: 601px;
    clear: both;
}

div#sidebar div.headlines div.headline_item {
    width: 258px;
    border-bottom: 1px dotted #D1D1D2;
    padding: 5px 0px;
}

div.headline_item .title {
    font-size: 22px;
    letter-spacing: -1px;
    line-height: 24px;
    font-family: Georgia;
}


#sidebar div.headline_item .title {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0px;
}

#sidebar div.headline_item span#current.title {
    color: #000;
}

#sidebar div.list .title {
    margin-bottom: -5px;
}

#sidebar div.headlines div.headline_item div.headline_item {
    border-bottom: none;
}

#sidebar div.headlines div.headline_item div.headline_item a {
    margin-bottom: -25px;
}

div.headline_item div.list img {
    position: relative;
    width: 4px;
    height: 9px;
}

div.headline_item div.list div.headline_item a {
    font-size: 13px;
    line-height: 16px;
    font-family: Georgia;
}

div.headline_item div.list div.headline_item {
    margin: 3px 0px 3px 5px;
}



div.headline_item div.summary {
    font-size: 12px;
}

div.headline_item div.list div.summary a.more {
    display: inline;
    left: 0px;
    top: 0px;
    margin: 0px;
}

div#main div.headline_item div.list div.summary {
    margin: 5px 0px 5px 20px;
}

div#sidebar div.headline_divider {
    width: 228px;
    margin: 5px 0px 5px 15px;
}

div#sidebar div.headline_



div.pager {
    text-align: center;
    clear: both;
    position: relative;
    top: 0px;
}

div.pager a {
    padding: 0px 5px;
}

div.pager span.current {
    font-weight: bold;
    padding: 0px 5px;
}

div.pager b {
    padding: 0px 5px;
}

li span.list {
	display: block;
	font-size: 13px;
	line-height: 1.4em;
    position: relative;
    left: 13px;
}

li span.list a {
    font-size: 13px;
}

div#sidebar span#current.title {
    font-weight: bold;
}

div#sidebar span.list ul {
    list-style-type: none;
}



div#sidebar span.list {
    display: block;
}


div#sidebar ul.headlines span.title {
    display:block;
    margin-top: 7px;
}


div#sidebar ul.headlines span.list ul li {
}

ul.headlines li span.list ul li {
	margin-bottom: 4px;
	font-size: 14px;
    display: list-item;
}

/** about us **/

div#about span.list ul li {
	margin-bottom: 4px;
	font-size: 12px;
	padding-left: 8px;
}

div#about span.list ul {
    list-style-position: outside;
    list-style-type: disc;
    padding-left: 15px;
}

div#about span.list {
    display: block;
    padding-bottom: 9px;
}

div#about span.list ul li {
    border: none;
    padding: 0px 0px 0px 9px;
}

div.overview {
    border-bottom: 1px solid #000;
}

/** end about style **/

div.video_wrapper {
	margin-bottom: 14px;
}

div.quote {
	border: solid 1px #d7d6b9;
	padding: 11px 14px;
	font-size: 14px;
	line-height: 1.3em;
}

img.balloon_bottom {
	display: block;
	position: relative;
	top: -30px;
	left: -15px;
	margin-bottom: 6px;
}

span.quote_author {
	display: block;
	line-height: 1.4em;
}

a.quote_discussion {
	display: block;
	font-size: 14px;
	line-height: 1.3em;
}

div.discussion_info {
	margin-bottom: 24px;
}
span.comment_count {
	min-width: 19px;
	vertical-align: middle;
	position: relative;
	top: -2px;
	cursor:pointer;
	padding:0px;
	border:none;
	text-align:center;
	display:block;
	text-decoration:none;
	overflow:hidden;
	display:-moz-inline-box;
	display:inline-block;
}

span.comment_count span {
	min-width: 11px;	
	text-align: center;
	display:block;
	font-size:11px;
	line-height:14px;
	margin:0px 0px 0px 4px;
	padding:0px 3px 0px 0px;
	white-space:nowrap;
}

div#list_please_wait {
    padding: 150px;
    height: 150px;
}


/*-  article page
----------------------------------------------------------------------*/
div#main.article h1 {
	font-size: 30px;
	margin-bottom: 13px;
	line-height: 1.2em;
    font-family: Georgia;
    clear: both;
}

div#main.article h2 {
    font-family: Georgia;
}

div.article_copy {
	font-size: 15px;
	line-height: 22px;
    margin: 20px 0px;
}

div.article_copy p {
	margin-bottom: 15px;
}

div.article_copy a {
	font-weight: bold;
}

div.article_copy ul li {
    background: transparent url(/images/icons/bullet.gif) no-repeat scroll left center;
    padding-left: 8px;
    width: 625px;
    display: block;

}

div.article_copy ul {
}


div.article_toolbar {
    overflow: hidden;	
    clear: both;
	border-bottom: dotted 1px #d1d1d2;
    padding-bottom: 5px;
    margin-bottom: 5px;
	top: 5px;
	font-size: 12px;
	position: relative;
}

div#top_article_toolbar.article_toolbar {
    margin-bottom: 10px;
}

div.content_links {
    clear: both;
    margin-bottom: 10px;
    font-size: 12px;
}

div.tags_cats {
    float: left;
    font-size: 12px;
}

div.tags_cats a {
    font-size: 12px;
    color: #7A6832;
}

div.people_toolbar {
    color: #7A6832;
    overflow: hidden;
    font-size: 12px;
    position: relative;
    padding-bottom: 5px;
}

div.people_toolbar a {
    color: #7A6832;
    font-weight: normal;
    font-style: normal;
}

div.article_toolbar div.tools {
	float: left;
}

div.article_toolbar div.recommendation {
	float: right;
}

div.article_toolbar div.recommendation span.percentage {
}

div.article_toolbar a {
}

div.recommendation { 
    float: right;
    position: relative;
}

a.yes {
	vertical-align: top;
	position: relative;
	top: 3px;
	display: inline-block;
	height: 13px;
	width: 26px;
    overflow:hidden;
}

a.no {
	vertical-align: top;
	position: relative;
	top: 3px;	
	display: inline-block;
	height: 13px;
	width: 26px;
    overflow:hidden;
}

a.yes:hover {
}

a.no:hover {
}

/** Issue Tools **/

div.issue_tools div.left {
    float: left;
}

div.issue_tools div.right {
    float: right;
}

span.font_size {
    width: 85px;
}

span.font_size img {
	position: relative;
}

span.font_size .small, div.issue_tools .small {
	font-size: 9px;
	font-weight: bold;
    padding-left: 1px;
}

span.font_size .medium, div.issue_tools .medium {
	font-size: 13px;
	font-weight: bold;	
    padding-left: 1px;
}

span.font_size .large, div.issue_tools .large {
	font-size: 17px;
	font-weight: bold;	
    padding-left: 1px;
}

/** end Issue Tools **/


div.article_nav {
    float: right;
}

div.article_nav a {
    font-size:12px;
    color: #7A6832;
}

div.article_nav_wrapper {
	overflow: hidden;
	margin-top: -13px;
	margin-bottom: 20px;
}

div.article_nav_wrapper div.tags {
	float: left;
    width: 65%;
}

div.article_nav_wrapper a {
}

div.article_nav_wrapper div.article_nav {
	float: right;
	position: relative;
	top: -2px;	
}

div.article_toolbar div.article_nav {
    float: right;
    position: relative;
    top: 2px;
}

div.article_nav_wrapper div.article_sources {
    float: left;
    position: relative;
    clear: right;
    top: -2px;
}

div.article_nav_wrapper div.pager {
    float: right;
    position: relative;
    top: -2px;
}

div.article_nav_wrapper div.article_nav img {
	position: relative;
	top: 2px;
	padding: 0 2px;
}

div.article_nav_wrapper div.article_nav a.pager_link {
    margin-left:3px;
}

div.article_nav_wrapper div.article_nav a.selected_pager_link {
    margin-left:3px;
}


div.article_nav_wrapper div.article_nav img.icon {
	top: 1px;
	padding: 0;
}

div.byline_wrapper {
	margin-bottom: 37px;
    height:23px;
}


div.byline a {
}

div.opinion_byline {
    float:right ;
    clear: both;
    position:relative;
    width: 258px;
    margin-left: 10px;
}

div.opinion_byline div.bio_wrapper_has_picture {
    width: 236px;
    padding: 0px 10px;
    border: #000 1px solid;
}

div.opinion_byline div.bio_wrapper {
    padding: 5px 10px;
    border: #000 1px solid;
    width: 236px;
}

div.opinion_byline div {
    float: left;
    clear: both;
    position: relative;
    color: #000;
    font-size: 11px;
    margin-top: 5px;
}

div.opinion_pushdown {
    float: right;
    width: 1px;
    position: relative;
    height:50px;
}

div.opinion_byline img {
    float: left;
    clear: both;
    width: 258px;
    height: 150px;
}

div.byline div.opinion_byline img {
    float:left;
    width:73px;
    height:98px;
    margin-right:5px;
}

div.byline div.opinion_byline span {
    float: right;
}


div.comment_summary {
	float: right;
}

div.comment_summary a.bring_to_comment_list {
    color: #797979;
}

div.pushdown {
    float: right;
    width: 1px;
    position: relative;
    height:0px;
}

div.callout {
	float: left;
    clear: none;
	width: 275px;
	position: relative;
	top: 6px;
	margin-right: 34px;
	margin-bottom: 36px;
    overflow:hidden;
}

div.related_callout {
	float: left;
    clear: none;
	width: 300px;
	position: relative;
	top: 6px;
	margin-right: 34px;
	margin-bottom: 36px;
    margin-top: 40px;
    overflow:hidden;
}

div.related_callout h3 {
    margin-bottom: 0px;
    line-height:23px;
}

div.related_news_callout {
    float: right;
    clear: right;
    width: 275px;
    position: relative;
    top: 6px;
    margin-right: 22px;
    margin-bottom: 36px;
}

div.callout div.photo_info {
	font-size: 11px;
	padding: 12px 0px;
    width: 230px;
	line-height: 1.4em;
    color: #000;
}

div.callout div.photo_info div {
    margin-left: 10px;
}

div.callout div.photo_info span.credit {
	display: block;
}

div.each_answer div.mini_callout {
    width: 180px;
    margin: 0px 10px 16px 10px;
}

div.mini_callout {
	float: left;
    clear: none;
	width: 200px;
	position: relative;
	top: 6px;
	margin-right: 34px;
	margin-bottom: 16px;
	font-size: 12px;
	line-height: 1.6em;
}

div.mini_callout a {
	font-weight: normal ! important;
}

div.callout h3,
div.mini_callout h3 {
	font-size: 22px;
	letter-spacing: -1px;
	margin-bottom: 12px;	
}

div.mini_callout h4 {
	font-size: 22px;
	letter-spacing: -1px;
	margin-bottom: 2px;	
	line-height: 1.2em;
}

div.mini_callout h4 a {
}

div.mini_callout img.photo {
	display: block;
	margin-top: 17px;
	margin-bottom: 10px;
}

h4.poll_question {
	font-weight: normal;
}

form.poll { 
    display: block;
}

form.poll p {
	margin: 0;
	padding: 0;
	line-height: 14px;
}

a.refresh {
    font-size: 12px;
}

a.veiw_results {
    font-size: 12px;
}

span.view_results {
    font-size: 12px;
    position: relative;
    top: -10px;
}



div.poll_wrapper p, div.poll_wrapper span {
    font-size: 12px;
}

form.poll div.error {
    margin-top: 10px;
}

p.buttons {
	margin-top: 18px ! important;
	margin-bottom: 24px ! important;
}

ul.related {
	font-size: 12px;
	margin-bottom: 18px;
	margin-top: -19px;
}

ul.related li, div.article_copy ul.related li {
	border-bottom: dotted 1px #d1d1d2;	
	padding: 9px 0;
    background: none;
    width: 290px;
}

ul.related li:last-child {
	border-bottom: none;
}

ul.related li span.date {
	display: block;
	line-height: 14px;
    font-size: 12px;
}

ul.related li a.title {
	display: block;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
}


/*-  tabbed sections
----------------------------------------------------------------------*/
ul.tab_nav li {
	display: block;
	float: left;
	margin-right: 1px;
	height: 38px;
}

ul.tab_nav li a {
	display: block;
	line-height: 34px;
	padding: 0 10px 5px 9px;
}

ul.tab_nav li a:hover {
	text-decoration: none;
}

ul.tab_nav li a.active {
}

ul.tab_nav li a.active:hover {
}

ul.wider_tabs li a {
	padding: 0 17px 5px 17px;
}

/** categories tabs **/
div#categoriesWidget div.tab_wrapper div.panes {
    width: 605px;
    margin: 10px;
    margin-right: 0px;
    overflow:hidden;
}

div#categoriesWidget a.title {
    color: #333;
    font-size: 18px;
    font-style: arial;
    letter-spacing: -1px;
    display: block;
    margin-bottom: 5px;
    font-family: Georgia;
}

div#categoriesWidget table.topics span.list ul li a {
    font-family: Georgia;
}

/**most popular tabs **/

div#mostPopularWidget div.tab_wrapper ul.tab_nav li a {
    padding: 0px 8px 5px;
}

div#mostPopularWidget div.tab_wrapper div.panes {
    margin-top: 5px;
    width: 258px;
}

div#mostPopularWidget table.popular tr td a {
    font-family: Georgia;
}

/*-  polls
----------------------------------------------------------------------*/
table.poll {
	margin: 1em 0 -5px 0;
    width:450px;
}

table.poll td {
	font-size: 13px;
	padding-bottom: 5px;
}

table.poll td.value {
	width: 30px;
	padding-right: 7px;
	font-size: 34px;
	line-height: 38px;
	letter-spacing: -3px;
    text-align: right;
}

table.poll td.value div {
    text-align: right;
    width: 90px;
    font-size: 34px;
}

table.poll td {
    font-size: 12px;
}

table.poll span.bar {
	display: block;
	margin: 5px 0 1px 0;
	height: 14px;
}

table.poll span.percent {
	font-weight: bold;
}

table.poll td.value div {
    text-align: right;
    margin-right: 10px;
    letter-spacing: 0px;
}

p.poll_footer {
    font-size: 12px;
}

/*-  tables
----------------------------------------------------------------------*/
table.two_col {
	margin-bottom: 20px;
}

table.two_col td.col1 {
	width: 284px;
	padding-right: 31px;
}

table.two_col td.col2 {
	width: 308px;
}

/** search hire **/

div#searchHireTools {
    width: 100%;
    border-bottom: 1px solid #C2C2C2;
}

div#searchHireTools div {
    float: left;
}

div#searchHireTools div.tabs a {
    width: 74px;
    text-align: center;
    line-height: 34px;
    height: 40px;
    margin-left: 1px;
    display: block;
    float: left;
    text-decoration: none;
}

a#poweredByMandateWire {
    display: block;
    width: 322px;
    height: 42px;
}


div.mandateWireImgWrapper {
    margin: 0px 0px 0px 15px;
}

div#additionalHeadlines {
    overflow:hidden;
}


div.formWrapper input.search_box {
    width: 140px;
    margin: 0px 5px 0px 5px;
}

div#searchAndHireWidget div.section_links {
    margin: 30px 0px 0px;
}

div#searchAndHireWidget div.divider {
    margin: 0px 0px 10px;
}

div.search_hire_headlines {
    background: #F6F3EE;
    padding: 5px;
    border: 1px solid #D1D1D2;
}

div#searchAndHireWidget div.search_hire_headlines {
    margin: 0px 0px 10px;
}

div#searchHireTableTools {
    margin-left: 5px;
    line-height: 34px;
    height: 34px;
    text-align: right;
}

div#searchHireTableTools a {
    color: #7A6832;
}

div#searchHireTools div.formWrapper {
    margin-left: 5px;
    line-height: 29px;
    height: 29px;
}

div.search_hire_links {
    float: right;
    margin-top: 5px;
}

div#search_hire_pw {
    height: 150px;
    padding-top: 150px;
}

table.search_hire {
	padding-top: 6px;
	margin-bottom: 37px;
}

table.search_hire th {
	font-weight: bold;
	font-size: 16px;
	letter-spacing: -1px;
}

table.search_hire td {
	width: 191px;
	padding-right: 19px;
}

table.search_hire span.date {
	display: block;
	margin-top: 1em;
	margin-bottom: 2px;
	line-height: 14px;	
}

div.search_hire_empty {
    width: 100%;
    text-align:center;
    padding-top:50px;
    font-size: 20px;
    height: 150px;
}

table.search_hire a.title {
	display: block;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 3px;
}

table.search_hire span.sub {
	display: block;
	font-style: italic;
	line-height: 14px;	
}

table.search_hire ul.bullets {
	padding-bottom: 8px;
    list-style-type: none;
}

table.search_hire ul.bullets li {
	line-height: 18px;
	padding: 0 0 0 8px ! important;
}

/** end esarch hire **/

.single_line h1 {
	float: left;
}

.single_line .comment_summary {
	margin-top: 1.5em;
}

.search_search #search_box {
	width: 230px;
}

.table_tools a {
}

.table_tools {
	line-height: 32px;
	height: 32px;
	border-bottom: 1px solid #c2c2c2;
	text-align: right;
}

.sort_table_topper {
	margin-top: 2em;
}

.sort_table_topper .wider_tabs li {
	width: 95px;
	text-align: center;
	margin-right: 0;
	border-right: 1px solid #fff;
}

.sort_table {
	clear: both;
	margin-bottom: 2em;
}

.sort_table th a {
}

.sort_table th a.active {
}

.sort_table th, .sort_table td {
	padding: 10px 0 10px 15px;
	border-bottom: 1px dotted #d1d1d2;
	vertical-align: top;
}

.sort_table td img {
	vertical-align: top;
	margin: 1px 3px 0 0;
}

.sort_table .plan_name {
	font-size: 14px;
}

tr.active td {
	border-bottom: none;
}

tr.inactive {
    display: none;
}

.active_details {
	padding: 1em 1em 0 !important;
}

.active_details h5 {
	font-weight: bold;
}

.active_meta {
	width: 100%;
}

.active_meta td {
	border: 0;
	padding: 0 0 .5em;
	margin: 0;
}

.active_meta td h5 {
	display: inline;
}

.active_details p {
	margin-top: 0;
}

table.topics {
    width: 100%;
    margin-top: 10px;
}

table.topics span.list ul li {
    background: none;
    padding: none;
}

table.topics td {
    width: 50%;
    padding-right:5px;
    padding-bottom:17px;
    position: relative;
    top: -10px;
}

table.topics td span.list {
    display: block;
    width: 298px;
}

table.topics td span.list ul li {
    background: transparent url(/images/icons/bullet.gif) no-repeat scroll left center;
    padding-left: 8px;
    width: 290px;
}

table.new_comment {
	margin-bottom: 20px;
}

table.new_comment td.personal {
	width: 210px;
}

table.new_comment td.comment {
	width: 408px;
}

table.new_comment label {
	display: block;
}

table.new_comment div.radio_wrapper label{
    display: inline;
}

table.new_comment input.text {
	width: 169px;
	border: solid 1px #d7d7ce;
	padding: 6px 4px;
	margin-bottom: 4px;
}

table.new_comment select {
	width: 178px;
	font-size: 12px;
	margin-bottom: 4px;
}

table.new_comment textarea {
	width: 400px;
	height: 140px;
	border: solid 1px #d7d7ce;
	padding: 4px;
	margin-bottom: 4px;
}

table.new_comment p.buttons {
	margin-top: 55px ! important;
}

table.comments {
	margin-bottom: 23px;
}

table.comments td.personal {
	width: 189px;
	border-top: dotted 1px #d1d1d2;	
	line-height: 1.4em;
	padding-top: 13px;
}

table.comments td.personal p {
	margin-bottom: 0;
	line-height: 1em;
}

table.comments td.personal span.username {
	display: block;
	font-weight: bold;
	display: block;
}

table.comments td.personal span.date {
	display: block;
	margin-bottom: 10px;	
}

table.comments td.comment {
	width: 430px;
}

/*-  footer
----------------------------------------------------------------------*/
#footer {
	border-top: solid 4px #e7e7e7;	
    background-color: #212120;
}

#footer a {
}

#footer p {
	clear: both;
	margin-top: 20px;
}

#footer ul {
	position: relative;
	top: -4px;	
}

#footer li {
	float: left;
}

#footer li a {
	display: block;
	height: 49px;
	float: left;
}

a#nav_home_footer {	
	width: 65px;
}

a#nav_categories_footer {	
	width: 115px;
}

a#nav_search_footer {	
	width: 132px;
}
	
a#nav_video_footer {	
	width: 68px;
}

a#nav_community_footer {	
	width: 113px;
}

a#nav_jobblast_footer {	
	width: 100px;
}

a#nav_about_footer {	
	margin-left: 29px;
	width: 147px;
}

a#nav_subscribe_footer {	
	width: 104px;
}

a#nav_contact_footer {	
	width: 115px;
}


/*-  misc
----------------------------------------------------------------------*/
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

* html .clearfix {
	height: 1%;
}

div.divider {
	clear: both;
	height: 7px;
	line-height: 7px;
	font-size: 0;
	margin-bottom: 23px;
}

div#comments.divider {
    margin-top: 15px;
}

div#sidebar div.divider {
    margin: 10px 0px;
}

ul.bullets li {
	padding-left: 12px;
	padding-bottom: 3px;
}

img.icon {
	vertical-align: baseline;
	position: relative;
	top: 1px;
}

a.more {
}

div.section_links {
	float: right;
	position: relative;
	top: -25px;
	margin-bottom: -26px;
	line-height: 1em;
}

#sidebar div.section_links {
	top: -24px;
}

.light {
}

a.nav_back {
	vertical-align: top;
	display: inline-block;
	display: -moz-inline-box;
	width: 15px;
	height: 15px;
	margin-right: -2px;
}

a.nav_back:hover {
}

a.nav_forward {
	vertical-align: top;	
	display: inline-block;
	display: -moz-inline-box;
	width: 15px;
	height: 15px;
	margin-left: -2px;	
}

a.nav_forward:hover {
}

a.nav_pause {	
	vertical-align: top;	
	display: inline-block;
	display: -moz-inline-box;
	width: 15px;
	height: 15px;
	margin-right: -2px;
	margin-left: -2px;
}

a.nav_pause:hover {
}

a.nav_up {
	vertical-align: top;	
	display: inline-block;
	display: -moz-inline-box;	
	width: 15px;
	height: 15px;
	margin-left: -2px;
}

a.nav_up:hover {
}

a.nav_down {
	vertical-align: top;	
	display: inline-block;
	display: -moz-inline-box;	
	width: 15px;
	height: 15px;
	margin-right: -2px;
}

a.nav_down:hover {
}

.dropShadow {
	display: none;
}

/* Article Page Specific */
div.callout {
	float: left;
    clear: left;
	width: 275px;
	position: relative;
	top: 6px;
	margin-right: 34px;
	margin-bottom: 10px;
}

div.mini_callout {
	float: left;
	width: 200px;
	position: relative;
	top: 6px;
	margin-right: 34px;
	margin-bottom: 16px;
	font-size: 12px;
	line-height: 1.6em;
}

div.mini_callout a {
	font-weight: normal ! important;
}

div.callout h3,
div.mini_callout h3 {
	font-size: 22px;
	letter-spacing: -1px;
	margin-bottom: 12px;	
}

div.mini_callout h4 {
	font-size: 22px;
	letter-spacing: -1px;
	margin-bottom: 2px;	
	line-height: 1.2em;
}

div.mini_callout h4 a {
}

div.mini_callout img.photo {
	display: block;
	margin-top: 17px;
	margin-bottom: 10px;
}

h4.poll_question {
	font-weight: normal;
    margin-top: 5px;
}

form.poll p {
	margin: 0;
	padding: 0;
	line-height: 14px;
}

form.poll p label {
    font-size: 12px;
}

div.summary span.summary p {
    font-size: 12px;
}

div.buttons, p.buttons {
}

div.buttons {
    position: relative;
    width: 150px;
    height:29px;
}

div.buttons input.vote {
    position: absolute;
    top: 0px;
    left: 0px;
}

div.buttons span.view_results {
    position: absolute;
    top: 0px;
    right: 3px;
    display: block;
    line-height: 29px;
}


ul.related {
	font-size: 12px;
	margin-bottom: 18px;
	margin-top: -19px;
}

ul.related li {
	border-bottom: dotted 1px #d1d1d2;	
	padding: 9px 0;
}

ul.related li:last-child {
	border-bottom: none;
}

ul.related li span.date {
	display: block;
	line-height: 14px;
}

ul.related li a.title {
	display: block;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
}

/** TABS **/




/*-  login elements
----------------------------------------------------------------------*/	

.login_to_view {
	border: 1px solid #e5e5e5;
	float: left;
	width: 572px;
	padding: 23px;
}

.login_to_view h3 {
	font-size: 22px;
	letter-spacing: -1px;
	margin-bottom: 12px;
}

td.signup {
	width: 273px;
	padding: 0 12px 0 0;
}

td.login {
	width: 274px;
	padding: 0 0 0 12px;
	border-left: 1px dotted #d1d1d2;
}

.login_to_view input.text {
	width: 169px;
	border: solid 1px #d7d7ce;
	padding: 6px 4px;
	margin-bottom: 10px;
}

.login_to_view label {
	display: block;
}

.password_box {
	padding-left: 10px;
}

.password_box input.text {
	width: 109px;
}

.username_box input.text {
	width: 149px;
}

.home_strong_form {
	width: 175px;
	padding: 20px 26px 25px 30px;
	margin-bottom: 1em;
}

.home_strong_form input.text {
	width: 165px;
	border: solid 1px #d7d7ce;
	padding: 6px 4px;
	margin-bottom: 5px;
}

.home_strong_form a, .home_strong_form a.more {
}

.home_strong .article_copy {
	float: left;
	width: 374px;
}

.home_strong_form_container {
	float: right;
}

.home_strong h1 {
	font-size: 53px !important;
}
.home_strong_form h2 {
}

.sub_bens th img {
	margin-bottom: .5em;
}

span.username_error { 
    font-style: italic;
}

span.password_error {
    font-style: italic;
}

td.error, div.error, span.error, div.message_error {
    font-style: italic;
}

div.message_error {
    display: inline;
}


/*Legacy CSS
------------------------------------------------------*/
.boldText{
    font-weight: bold;
}
.errorText{
}
.italicText{
    font-style: italic;
}
.normalText{
    font-weight: normal; font-style: normal;
}
.smallText{
    font-size: smaller;
}
.largeText{
    font-size: larger;
}
.underlineText{
     text-decoration: underline;
}
.companyName {
	font-weight: bold;
}
.requiredField{
}
.requiredFieldMsg{
}
.personName {
	font-weight: bold;
}
/*End legacy*/
table.email_content td {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 5px;
    padding-left: 5px;
}

table.email_content textarea {
    width: 500px;
    height: 100px;
    border: 1px solid #D7D7CE;
}

table.email_content input.text {
    width: 169px;
    border: 1px solid #D7D7CE;
    padding: 6px 4px;
}

form#trial input.text {
    width: 169px;
    border: 1px solid #D7D7CE;
    padding: 6px 4px;
}

form#forgotPassword .text {
    width: 169px;
    border: 1px solid #D7D7Ce;
    padding: 6px 4px;
}

form#forgotPassword table td {
    padding: 5px;
}

.error {
}


/* display saved articles */
table.saved_articles {
    width: 625px;
}

table.saved_articles th {
    text-align: center;
    padding: 5px;
    font-weight: bold;
    text-decoration: underline;
}

table.saved_articles td {
    text-align: center;
    padding:5px;
}

table.saved_articles td.headline {
    text-align: left;
}

table.saved_articles img.delete:hover {
    cursor: pointer;
}
/*************************/

div.headshot 
{
    position: relative;
    bottom: 50px;
    float: right;
    margin: 0px 0px 10px 10px;
    text-align: center;
}

div#contact_wrapper table td {
    padding: 2px;
}

div#contact_wrapper textarea {
    border: 1px solid #D7D7CE;
    height:100px;
    width:350px;
}


div#contact_wrapper input.text {
    border: 1px solid #D7D7CE;
    padding: 6px 4px;
    width: 300px;
}

div#contact_wrapper table.customer_support input.text {
    width: 169px;
}

div#contact_wrapper table.contact input.text {
    width: 169px;
}


div#contact_wrapper select {
    border: 1px solid #D7D7CE;
}

div#contact_wrapper {
    width: 400px;
}


/* contact page */


div#contact_wrapper table.customer_support td
{
    padding:5px;
}

table.customer_support select
{
    width:175px;
}

table.customer_support input.button {
    width: 85px;
    height: 28px;
}

table.contact td {
    padding: 10px 10px;
    width: 150px;
}



/*******SEARCH HIRE******/

.single_line h1 {
	float: left;
}

.single_line .comment_summary {
	margin-top: 1.5em;
}

.search_search #search_box {
	width: 230px;
}

.table_tools a {
}

.table_tools {
	line-height: 32px;
	height: 32px;
	border-bottom: 1px solid #c2c2c2;
	text-align: right;
}

.sort_table_topper {
	margin-top: 2em;
}

.sort_table_topper .wider_tabs li {
	width: 95px;
	text-align: center;
	margin-right: 0;
	border-right: 1px solid #fff;
}

.sort_table {
	clear: both;
	margin-bottom: 2em;
}

div.sort_header {
    width: 100%;
    height: 30px;
}

div.sort_header a {
    font-size: 14px;
    display: block;
    float: left;
    line-height: 30px;
    width: 125px;
}

div.sort_header a {
    color: #8D8D8d;
}

div#search_hire_data_wrapper {
    min-height: 300px;
    height: auto !important;
    height: 300px;
}

div#search_hire_data_wrapper div.no_results {
    height: 150px;
    width: 100%;
    padding: 75px 0px;
    text-align: center;
    display: none;
    font-size: 20px;
}

div#search_hire_data_wrapper div.no_results a {
    font-size: 20px;
    padding: 10px 0px 0px 0px;
}


div#search_hire_data_wrapper div.please_wait {
    height: 300px;
    width: 100%;
    position: absolute;
    top: 200px;
    left: 0px;
    z-index: -1;
}

div#search_hire_data_wrapper div.please_wait h2 {
    line-height: 300px;
    padding-top: none;
    margin-bottom: none;
}

div#search_hire_data_wrapper div.item {
    margin: 5px 0px;
    border-bottom: 1px dotted #D1D1D2;
}

div#search_hire_data_wrapper table.details {
    background: #F6F3EE;
    display: none;
}

div#search_hire_data_wrapper table.details td {
    width: 616px;
    padding: 4px;
}


div#search_hire_data_wrapper table.always td {
    width: 115px;
    padding: 5px;
}

div.search_hire_tools div.results {
    float: left;
}

div.search_hire_tools div.pager {
    float: right;
}

div.search_hire_tools a {
    color: #7A6832;
}


table#sort_header_table.sort_table {
    margin-bottom: 0px;
}

tr.sort_row th {
    border: none
}

tr.please_wait_row div {
    width: 100%;
    height:175px;
    margin-top:75px;
    text-align:center;
    padding-top:
}

    


table#data_table.sort_table {
    margin-top: 0px;
}

table#data_table tr {
    width: 550px;
}


tr#set_width_row th {
    height: 0px;
    padding: 0px;
}

tr#set_width_row {
    line-height: 0px;
}

.sort_table th a {
}

.sort_table th a:visited {
}

.sort_table th a:link {
}

.sort_table th a.active {
}

.sort_table th a:visited.active {
}

.sort_table th a:link.active {
}

.sort_table th, .sort_table td {
	padding: 10px 0 10px 15px;
	border-bottom: 1px dotted #d1d1d2;
	vertical-align: top;
}

.sort_table td img {
	vertical-align: top;
	margin: 1px 3px 0 0;
}

.sort_table .plan_name {
	font-size: 14px;
}

tr.active td {
	border-bottom: none;
}

.active_details {
	padding: 1em 1em 0 !important;
}

.active_details h5 {
	font-weight: bold;
}

.active_meta {
	width: 100%;
}

.active_meta td {
	border: 0;
	padding: 0 0 .5em;
	margin: 0;
    width: 200px;
}

.active_meta td h5 {
	display: inline;
}

td.post_date { 
    width: 80px;
}

td.plan_name { 
    width: 160px;
}

td.mandate_type { 
    width: 95px;
}

td.mandate_size { 
    width: 125px;
}

td.manager { 
    width: 90px;
}

.active_details p {
	margin-top: 0;
}

h2.prehed {
	margin-bottom: 0;
}

#qa_tag {
	clear: both;
	padding: 1em 0;
}

.callout_mod {
	margin-bottom: 0 !important; 
}

.qa_toolbar {
	border-bottom: 0 !important;
	padding: .5em 0 0;
}

.recommendation_mod {
	clear: both;
}

.each_answer {
	border-top: 1px dotted #d1d1d2;
    margin-top: 10px;
    padding-top: 10px;
}

div.mini_callout div.photo_info {
	font-size: 11px;
	padding: 12px 10px;
	width: 158px;
	line-height: 1.4em;
    color: #000;
    background: #FFF;
    border: 1px solid #000;
}

div.mini_callout div.photo_info_has_picture {
	font-size: 11px;
    padding: 5px 10px;
    width: 158px;
    line-height: 1.4em;
    color: #000;
    background: #FFF;
    border: 1px solid #000;
}


.mini_callout h5 {
	line-height: 1;
	margin-bottom: .5em;
}

.mini_callout_alt {
	float: right !important;
	margin-left: 1.5em;
	width: 200px;
	
}

.qa_a, .qa_q {
	float: left;
	vertical-align:top;
	padding-top: 3px;
	margin-right: 1em;
}

.qa_question {
   min-height: 47px;
   height: auto !important;
   height: 47px;
}

div.qa_question div {
}

.qa_asker {
	font-size: 12px;
	margin: 1em 0 1.5em 0;
}

/*** Submit Search & Hire style ***/

table.submit_search_hire
{
    font-style: bold;
}

table.submit_search_hire td
{
    padding:5px;
}

table.submit_search_hire input.text {
	width: 169px;
	border: solid 1px #d7d7ce;
	padding: 6px 4px;
	margin-bottom: 4px;
}

table.submit_search_hire select
{
    width:169px;
}

table.submit_search_hire textarea {
	width: 300px;
	height: 70px;
	border: solid 1px #d7d7ce;
	padding: 4px;
	margin-bottom: 4px;
}

table.submit_search_hire td.error {
}

div.mass_media_suffix {
    width: 575px;
    font-size: 13px;
    float: left;
}

div.mass_media_suffix a {
    font-size: 13px;
}

div.mass_media_suffix li {
    width: 555px;
    margin-left:10px;
    font-size: 13px;
}

div.mass_media_suffix ul {
    list-style-type: disc;
}

div.video_article_suffix {
    width: 575px;
    margin: 10px 25px;
    font-size: 11px;
}

div.video_article_suffix a {
    font-weight: bold;
}

a.video_link {
    font-style: bold;
}


div.comment_affirm {
    width: 575px;
    height:55px;
    margin-left: 25px;
    margin-top:20px;
    text-align:center;
}

div.needed_info {
    display: none;
    text-align: center;
}

div.needed_info h3 {
    margin-top:10px;
}

table.needed_info {
    text-align:center;
    width:525px;
    margin-left:50px;
}

table.needed_info input.text {
	width: 169px;
}

table.needed_info select {
    width:169px;
}



table.needed_info td {
    padding: 3px;
}

table.needed_info tr.buttons td {
    padding-top: 10px;
}

/*** breaking news ***/

div.rotateHide {
    display: none;
}


#staticCopy {}

    #staticCopy p {
        text-align: justify;
        margin-bottom: 15px;
        font-size: 15px;
        line-height: 1.5em;
    }
    
        #staticCopy.legal p {
            font-size: 12px;
        }

    #staticCopy div.title {
        font-size: 22px;
        margin-bottom: 10px;
    }

    #staticCopy div.level_one {
        font-size: 18px;
        margin-bottom: 5px;
        width: 625px;
    }

    #staticCopy .level_one {
        margin-left: 10px;
    }
    
    #staticCopy div.level_two {
        font-size: 16px;
        margin-left: 5px;
    }

    #staticCopy .level_two {
        margin-left: 15px;
    }
    
    #staticCopy div.level_three {
        margin-left: 10px;
        font-size:14px;
    }

    #staticCopy .level_three {
        margin-left: 15px;
    }

    #staticCopy ol {
        margin-bottom: 5px;
    }

    #staticCopy div.blockquote {
        text-align:center;
        width: 100%;
        margin-bottom: 5px;
    }
    
    #staticCopy h1,
    #staticCopy h2,
    #staticCopy h3,
    #staticCopy h4 {
    }
        
        #staticCopy h4 {
            font-style: italic;
            font-weight: normal;
        }

    #staticCopy ol, #staticCopy ul, #staticCopy li {
        list-style-type: upper-alpha;
        list-style-position: outside;
        margin-left: 20px;
        font-size: 14px;
    }

/**** calendar ***/

div.calendar {
    position:absolute;
    right:100px;
    top:-10px;
    z-index:50000;
    height:230px;
    width:200px;
    border: 1px solid #E5E5E5;
    background: #FFF !important;
    overflow:hidden;
}

div.calendar_wrapper {
    background: #FFF;
}

div.calendar table {
    width:180px;
    height:180px;
    border-collapse:collapse;
    margin:10px;
    margin-bottom:0px;
}

div.calendar table.nav {
    height: 30px;
}

div.calendar table {
}

div.calendar table td {
    border: 1px solid #E5E5E5;
    text-align:center;
}

div.calendar table .empty {
    border: none;
    background: none !improtant;
}

div.calendar td.nav div {
    display:inline;
}

div.calendar table.nav img{
    cursor:hand;
    cursor:pointer;
}

div.calendar table.nav div.void img{
    cursor:auto;
    opacity:0.25;
    filter:alpha(opacity=25);
}

div.calendar table td.current {
    cursor:hand;
    cursor:pointer;
    color: #FFF;
}

div.calendar table td.current a.nav_to_issue {
    color: #FFF;
}

div.calendar table tr td.day_of_week.day_of_week {
    background: #FFFFC6;
}


div.calendar table td.issueExists {
    cursor:hand;
    cursor:pointer;
}

div.calendar table.dates tr td.void {
    opacity:0.4;
    filter:alpha(opacity=40);
    background: #DCDCDC;
}

div.please_wait {
    text-align: center;
    display: none;
}


/**** propose a yqa *****/

table.propose_yqa td {
    padding: 2px;
}

table.propose_yqa textarea {
    width: 500px;
    height: 100px;
	border: solid 1px #d7d7ce;
}

/*** yqa ***/

div.yqa_info {
    width: 100%;
    text-align:center;
    margin: -20px 0px;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
}

img.yqa_contributor {
    width: 180px;
    height: 105px;
}

/*** nominate a contributor_detail ***/
.headshot {
    float: left;
    padding: 5px;
}

#contributor_detail .articles {
    clear: both;
    margin-left: 85px;
}


div.bioWrapper img.bioImg {
    margin-right: 10px;
}

div.bioWrapper {
    margin-bottom: 10px;
}
    


/*** end contributor_detail ***/

table.nominate_contributor td {
padding: 2px;
}

table.nominate_contributor input.text {
border: solid 1px #d7d7ce;
padding: 6px 4px;
width: 169px;
}

table.nominate_contributor textarea {
    width: 500px;
    height: 100px;
	border: solid 1px #d7d7ce;
}

/*** propose a poll ***/

table.poll_propose td {
    padding: 2px;
}

td.label {
    width: 200px;
}

td span.required {
    font-size: 12px;
    margin-left: 5px;
    margin-right: 5px;
}

td.input {
    width: 200px;
}

td.error {
    width: 200px;
}


table.poll_propose input.text {
	border: solid 1px #d7d7ce;
	padding: 6px 4px;
    width: 169px;
}

table.poll_propose textarea {
    width: 500px;
    height: 100px;
	border: solid 1px #d7d7ce;
}

/*** exchange ***/

div.exchange_info {
    margin-top: 10px;
}

label {
    font-weight: bold;
}

label * {
    font-weight: normal;
}

/*** listing page ***/
div.listing_links {
    float: right;
    clear: right;
}

div.listing_date {
    width: 200px;
    margin-bottom: 10px;
    float: right;
    clear: both;
    text-align: right;
}

a.listing_title{
    font-size: 22px;
    letter-spacing: -1px;
    margin-bottom: 7px;
    display: block;
    font-family: Georgia;
}

ul#community_listing div.summary {
    width: 625px;
    float: left;
    margin-bottom: 15px;
}

ul#community_listing span.summary {
    width: 625px;
}

ul#community_listing li {
    margin-bottom: 10px;
}

div.listing_contributor {
    margin-bottom: 7px;
    font-style: italic;
}

/*** contributors listing page ***/

table.contributors_list tr td{
    border-bottom: 1px dotted #D1D1D2;
    padding: 10px;
}


.contribs.listing .pager {
}

/*** PRINT PAGE ***/

body.print h2.prehed {
    color: #8D8D90;
    display: block;
    font-size: 12px;
    margin-bottom: 3px;
    text-transform: uppercase;
}

body.print div#main {
    margin-bottom: 10px;
}



body.print div.content_wrapper {
    overflow:hidden;
    padding: 15px 0px;
    border-bottom: 2px dotted #D1D1D2;
}

body.print .toolbar {
    margin: 20px 0px;
}

body.print {
    margin: 10px;
}

p.no_poll_results {
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
}

/*** subscribers page ***/
div.subscriber_table_wrapper table td {
    padding: 5px;
}

div.subscriber_table_wrapper {
    display: none;
    margin-top: 10px;
}

/*** htmlTables ***/

table.htmlTable {
    width: 100%;
}

table.htmlTable td {
    padding: 3px 1px;
    padding-left: 10px;
}

table.htmlTable thead td {
    text-align: center; 
}

table.htmlTable tbody td {
    border-bottom: 1px solid #E6E6E6;
}

table.htmlTable td.title, table.htmlTable tr.title td {
    font-weight: bold;
}

table.htmlTable tfoot {
    border-bottom: 1px solid #FFCB33;
    font-size: 10px;
    font-weight: bold;
    text-align: left;
    padding: 3px 1px;
}

/*** site map ***/

table.site_map_table h3 {
    margin-top: 10px;
}

table.site_map_table li {
    display: block;
    width: 300px;
}

table.site_map_table {
    width: 100%;
}

table.site_map_table {
    width: 50%;
    padding: 5px 0px;
}

table.site_map_table ul li {
    position: relative;
    background: transparent url(../images/icons/bullet.gif) no-repeat scroll left center;
    padding-bottom: 3px;
    padding-left: 12px;
    z-index: 0;
}

/*** people issue ***/

div.people_issue_wrapper div.date {
}

div.people_issue_wrapper div.people_headline a {
	font-size: 22px;
	letter-spacing: -1px;
    color: #333;
}

div.people_issue_wrapper div.people_headline {
	margin-bottom: 25px;
}

div.people_title {
    position: relative;
    right: 0px;
    float: right;
    letter-spacing: -1px;
    height: 30px;
    font-size: 26px;
    z-index: 50;
}

div.people_headlines_wrapper {
    overflow:hidden;
    position: relative;
    top: 0px;
    display: none;
}

div.full_issue_wrapper {
    overflow:hidden;
    position: relative;
    display: none;
    width: 100%;
}

div.people_article_wrapper {
    padding-bottom: 10px;
}

div.people_article_wrapper div.body {
    font-size: 15px;
    line-height: 22px;
    color: #333;
}

/**** user preferences ****/

table#subscription_preferences td.label {
    width: 300px;
}

div.spacer {
    width: 1px;
    height: 20px;
}

div.people_move_spacer {
    width: 425px;
    margin: 0px 0px 0px 100px;
    height: 1px;
    border-bottom: 1px dotted #BABABA;
    clear: both;
}

div.people_moves_divider {
    height: 1px;
    border-bottom: 1px dotted #D1D1D2;
    margin-bottom: 18px;
}

div.article_copy div.byline {
    font-size: 12px;
}

div.article_copy div.byline a {
    color: #C22724;
    font-size: 12px;
    font-weight: normal;
}

/** conference index index **/

div.conferencesWrapper div.header {
    width: 100%;
    height: 25px;
    border-bottom: 1px dotted #D1D1D2;
    padding-left: 25px;
}

div.conferencesWrapper div.header div {
    float: left;
    width: 120px;
    height: 25px;
    font-weight: bold;
} 

div.conferencesWrapper div.conference {
    width: 100%;
    border-bottom: 1px dotted #D1D1D2;
}

div.conferencesWrapper div.conference div.quickInfo div {
    float: left;
    width: 120px;
}

div.conferencesWrapper div.conference div.quickInfo a.name {
    display: block;
}

div.conferencesWrapper div.conference div.quickInfo div.expand_shrink {
    width: 25px;
}

div.conferencesWrapper div.conference div.quickInfo div.expand_shrink img {
    cursor: hand;
    cursor: pointer;
}

div.conferencesWrapper div.conference div.quickInfo div.clearer {
    float: none;
    height: 5px;
    clear: both;
}

div.conferencesWrapper div.conference div.expand_shrink img.shrink {
    display:none;
}

div.conferencesWrapper div.conference div.details {
    width: 100%;
    background: #F6F3EE;
    display: none;
}

div.conferencesWrapper div.conference div.details img {
    float: right;
    position: relative;
    top: 5px;
    right: 5px;
    cursor: hand;
    cursor: pointer;
}

div.conferencesWrapper div.conference div.details div {
    padding: 5px;
}

/** End of Conference Index Index **/

/** conference index submit **/

table.submitConference td.input {
    width: 250px;
}

table.submitConference tr {
    margin: 0px 0px 10px 0px;
}

table.submitConference select {
    margin: 0px 5px 0px;
}

table.submitConference td {
    padding: 5px 0px;
}

table.submitConference textarea {
    width: 300px;
    height: 75px;
}

table.submitConference input[type=text] {
    width: 200px;
}

table.submitConference input.button {
    width: auto;
}
/** end conference index submit **/

/** privacy **/
div.privacy ol, div.privacy ol li, div.privacy ol ol ol, div.privacy ol ol ol li {list-style-type: decimal;}
div.privacy ol li, div.privacy ul li {margin-left: 15px;}
div.privacy ol ol, div.privacy ol ol li, div.privacy ol ol ol ol, div.privacy ol ol ol ol li {list-style-type: upper-alpha;}
div.privacy ul, div.privacy ul li {list-style-type: none;}
div.privacy ul ul, div.privacy ul ul li {list-style-type: disc; margin-left: 15px;}
div.privacy li.bold {font-weight: bold;}
div.privacy ol, div.privacy li, div.privacy p, div.privacy ul, div.privacy blockquote {font-weight: normal;}
div.privacy p {font-weight: normal;}
div.privacy ul.borderBottom li {display: block; border-bottom: 1px solid #CCC; width: 475px; margin: 0px 0px 10px 0px; padding: 5px;}
div.privacy ol ul, div.privacy ol ol {margin: 10px 0px;}
div.privacy blockquote {margin-bottom: 10px;}
div.privacy p {text-align: justify; margin-bottom: 15px; font-size: 15px; line-height: 1.5em;}
div.privacy.legal p {font-size: 12px;}
div.privacy div.title {font-size: 22px; margin-bottom: 10px;}
div.privacy div.level_one {font-size: 18px; margin-bottom: 5px; width: 625px;}
div.privacy .level_one {margin-left: 10px;}
div.privacy div.level_two {font-size: 16px; margin-left: 5px;}
div.privacy .level_two {margin-left: 15px;}
div.privacy div.level_three {margin-left: 10px; font-size:14px;}
div.privacy .level_three {margin-left: 15px;}
div.privacy ol {margin-bottom: 5px;}
div.privacy div.blockquote {text-align:center; width: 100%; margin-bottom: 5px;}
/** end privacy **/

/** people headlines **/
h1.peopleIssueDate {float: right; display: block;}

/** search/search/advanced **/
form#search {display: block; width: 100%;}

div.keyword_box {width: 100%; text-align: center; margin-bottom: 10px;}

div.results div.result {margin: 10px 0px;}
div.results div.result div.title a {font-size: 18px; font-family: Georgia;}
div.results div.result div.dateline {color: #999; font-size: 11px;}
div.results div.result div.snippet {color: #999; font-size: 11px; font-style: italic;}
div.results div.pagination {text-align: center;}

div.timestamp {font-size: 10px; color: #999; text-align: center;}

div.keyword_box input#submit {position: relative; top: 9px;}

form#search div.results {width: 390px; padding: 0px 10px; float: right;}
form#search div.filter {width: 190px; padding: 0px 5px; float: left; border-right: #CCC 1px solid;}
form#search div.filter label {font-weight: normal;}
form#search div.filter select {margin-bottom: 10px;}
form#search div.filter div.submit_box {text-align: center; margin: 10px 0px 0px;}

/** end of search/search/advanced **/

div#searchWidget #submit {float: left;}
div#searchWidget .sort_by {float: left;}
div#searchWidget {padding: 0px 25px;}
div.inner div#sidebar div#searchWidget {margin: 0px 0px 15px 0px;}

#searchResults .result {margin-bottom: 20px;}
#searchResults .result .title a {font-size: 18px; font-family:Georgia;}
#searchResults .result .dateline {font-size: 11px;}
#searchResults .result .headline {}
#searchResults .result .snippet {font-style: italic; font-size: 12px;}
#searchResults .result .snippet b {font-weight: bold; color: #666666;}
#searchResults .pagination {text-align: center;}
#searchResults .timestamp {text-align: center; font-size: 10px;}

/** welcome row **/
div#top div.welcome {float: left; line-height: 32px; margin-right: 8px;}

.nowrap {white-space:nowrap;}
.alignRight {text-align:right;}
.alignCenter {text-align:center;}

.yui-skin-sam .yui-dt td.alignRight{text-align:right;}
.yui-skin-sam .yui-dt td.alignCenter{text-align:center;} 

div#evestmentDisclaimer {text-align: center; font-size: 10px;}