﻿p
{
	font-family: Verdana;
	font-size: 9pt;
}

.LandingPageSidebar
{
	font-family: arial; 
	width: 250px;
	font-size: 9pt; 
	border:solid 1px #cccccc;
}

.LandingPageSidebar .Body ul
{
	margin: 10px 20px 10px 20px;
	padding: 0px;
}


.LandingPageSidebar .Header
{
    padding: 3px 3px 3px 5px;
    font-size: 11pt;
	background-color: #ebf0f5;
	color: #6a7586;
	font-weight: bold;
	border-bottom:solid 1px #cccccc;
}	

.LandingPageSidebar .Body
{
    padding: 5px;
    background-color: white;
}	


.BlueprintSpecification
{
	font-family: arial; 
	width:594px;
	font-size: 9pt; 
	border:solid 1px gray;
}
.BlueprintSpecification .Header
{
    padding: 3px 3px 3px 5px;
    font-size: 11pt;
	background-color: #ebf0f5;
	color: #6a7586;
	font-weight: bold;
	border-bottom:solid 1px gray;
}	

.BlueprintSpecification .Body
{
    padding: 5px;
    background-color: white;
}	

.BlueprintSpecificationTable
{
    width: 100%;
    border-width: 0px;
    background-color: white;
}

.firstColumn
{
    width: 165px;
    vertical-align: top;
    font-weight: bold;
}

.secondColumn
{
}

.LandingPageIntro
{
	font-family: arial; 
	font-size: 9pt; 
}
.LandingPageIntro .Header
{
    padding: 0px 3px 3px 5px;
    font-size: 14pt;
    line-height: 14pt;
	color: #6a7586;
	font-weight: bold;
	border-bottom:dashed 1px gray;
}	
.LandingPageIntro .Body
{
    padding: 5px;
    padding-bottom:20px;
    background-color: white;
}	
.LandingPageIntro .TableImage
{
    width:100px;
    padding-right:5px;
}	

.LandingPageThumbnailWrapper
{
    display:inline-block;
    margin-bottom:20px;
    margin-right:50px;
    width: 125px;
    min-height:145px;
    _height: 145px;
    vertical-align: top;
    zoom:1;
    *display:inline; 
}    
    	
.BattleCard
{
	background-color: #c0def3;
    color: black;
	font-family: Arial;
	text-align: left;
	font-size: 9pt;
	width: 200px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.BattleCard .Header
{
    font-size: 16pt;
    padding: 3px;
    text-align: center;
}
.BattleCard .Title
{
	background-color: #234d99;
	color: White;
	padding: 3px;
}

.BattleCard div, .BattleCard p
{
	padding: 3px;
	margin: 0px;
}	
.BattleCard ul, .BattleCard ol
{
	margin: 5px 3px 0px 20px;
	padding: 0px;
}

.descriptiveInfo, .specificationInfo, .assetInfo
{
 	font-family: Verdana;
	font-size: 9pt;  
    width: 100%;
}

.descriptiveInfo td, .specificationInfo td, .assetInfo td
{
    min-width: 150px;
}

