/* © 2008 HowStuffWorks, Inc. */
/*STUFF FOR CUSTOM TABLES*/

.tabletype1 td, .tabletype2 td
{
	padding: 5px;
}

.tabletype1
{
    color: #000;
    font-family: Arial, Helvetica, Verdana;
    font-size: 10pt;
    background-color: #000000;
    margin-left: auto;
    margin-right: auto;
}
.tabletype1 .header1
{
    color: #ffffff;
    font-size: 12pt;
    font-weight: bold;
    background-color: #4e6cac;
}
.tabletype1 .header2
{
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    background-color: #a0a0a0;
}
.tabletype1 .colheader1
{
    font-weight: bold;
    background-color: #eeeeee;
}
.tabletype1 .colheader2
{
    font-weight: bold;
    background-color: #c2dfef;
}
.tabletype1 .colheader3
{
    font-weight: bold;
    background: #eeeeee;
}
.tabletype1 .colheader4
{
    font-weight: bold;
    background-color: #c2dfef;
}
.tabletype1 .column1
{
    font-weight: normal;
    background-color: #dae9f3;
}
.tabletype1 .column2
{
    font-weight: normal;
    background-color: #c2dfef;
}
.tabletype1 .column3
{
    font-weight: normal;
    background-color: #dae9f3;
}
.tabletype1 .column4
{
    font-weight: normal;
    background-color: #c2dfef;
}
.tabletype1 .nullcolumn
{
	background-color: #fff;
}
.tabletype1 .source
{
    color: #000000;
    background-color: #eeeeee;
}


.tabletype2
{
    color: #000;
    font-family: Arial, Helvetica, Verdana;
    font-size: 10pt;
    background-color: #000000
}

.tabletype2 .header1
{
    color: #ffffff;
    font-size: 12pt;
    font-weight: bold;
    background-color: #4e6cac;
}
.tabletype2 .column1
{
    font-weight: normal;
    background-color: #eeeeee;
}
.tabletype2 .column2
{
    font-weight: normal;
    background-color: #c2dfef;
}

/*CSS for HSW Related (Asset) Box*/
.HSWRelatedAssets
{
	border: 1px solid #D2D2D2;
	width: 145px;
	margin: 0px 0px 5px 5px;
	padding: 3px;
	float: right;
}
.HSWRelatedAssets .header
{
	padding: 5px;
	color: #5B5B5B;
	font-family: Arial, Helvetica, Verdana;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px dotted #D2D2D2;
}
.HSWRelatedAssets .content
{
	color: #5B5B5B;
	padding: 5px 5px 10px 5px;
	font-family: Arial, Helvetica, Verdana;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	line-height: 150%;
	border: none;
}
.HSWRelatedAssets .content ul li
{
	list-type: disc;
	margin-left: 15px;
	font-size: 12px;
	margin-bottom: 5px;
	line-height: 110%;}

/*CSS for HSW Related (Topics) Box*/
.relatedTopics
{
	border: 1px solid #4e6cac;
	margin: 10px 0px 0px 0px;
}
.relatedTopics .header
{
	padding: 5px;
    color: #ffffff;
    background-color: #4e6cac;
    background-image:url(http://static.howstuffworks.com/en-us/default/layout/nav/bg_tab_off.gif);
    font-family: Arial, Helvetica, Verdana;
    font-size: 10pt;
    font-weight: bold;
	text-align: left;
}
.relatedTopics .content
{
	padding: 5px;
    color: #000000;
    font-family: Arial, Helvetica, Verdana;
    font-size: 10pt;
}
.relatedTopics .content .title
{
	margin-top: 10px;
    color: #4e6cac;
    font-weight: bold;
    font-family: Arial, Helvetica, Verdana;
    font-size: 10pt;
}
.relatedTopics .content .seeMore a {
	font-size: 10pt;
    color: #4e6cac;
	text-decoration: none;
	font-weight: normal;
}
.relatedTopics .content .seeMore a:hover {
	text-decoration: underline;
}
.relatedTopics .content a
{
	text-decoration: underline;
}
.relatedTopics .content .thumb
{
	border: 1px solid #888888;
}

/* OTHER HISTORY STYLE */

.articleBody img.external
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.articleBody strong.caption {
	font-size: 12px;
	display: block;
	text-align: center;
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-top: 5px;
}

.longcategory
{
	width: 488px;
	margin: 0px 5px 7px 5px;
	padding-left: 10px;
	padding: 3px 0px 2px 0px;
	background-color: #4E6CAC;
}

.longcategory .title
{
	font-size: 14px;
	font-family: Arial, Helvetica, Verdana;
	font-weight: bold;
	color: #ffffff;
	padding-left: 5px;
}

