/*
This CSS is for SalesTools.aspx
*/

table#TopNYP
{
    table-layout:fixed;
    color: #25523E;
    width: 500px;
    top: 150px;
    left: 240px;
	padding: 0px;
    float: left;
	position: absolute;
	border: 1px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 11px;
    text-align: left; 	
    border-style: solid;
    border-color: #25523E;
}  

table#TopRecent
{
    table-layout:fixed;
    color: #25523E;
    width: 500px;
    top: 150px;
    left: 765px;
	padding: 0px;
    float: left;
	position: absolute;
	border: 1px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 11px;
    text-align: left; 	
    border-style: solid;
    border-color: #25523E;
} 


table#RecentlyAdded
{
    table-layout:fixed;
    color: #25523E;
    width: 500px;
    top: 380px;
    left: 240px;
	padding: 0px;
    float: left;
	position: absolute;
	border: 1px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 11px;
    text-align: left; 	
    border-style: solid;
    border-color: #25523E;
} 


table#MissingTitles
{
    table-layout:fixed;
    color: #25523E;
    width: 500px;
    top: 380px;
    left: 765px;
	padding: 0px;
    float: left;
	position: absolute;
	border: 1px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 11px;
    text-align: left; 	
    border-style: solid;
    border-color: #25523E;
}

th
{
    color: #25523E;
}  


tr.heading
/* The heading on each little table */
{
    background: #02B16E;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  16px;
    font-weight:    bold;
    line-height: 24px;
    vertical-align: middle;
    padding: 3 3 3 3;
    margin: 3 3 3 3;
    border-style: solid;
    border-color: #25523E;
    color: White;
}
    
tr.salestool td
{
    border-bottom: 1px solid #25523E;
}       

td.descriptionwords
/* The description on each little table */
{
    background-color: #02B16E;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    line-height: 13px;
    vertical-align: middle;
    padding: 3 3 3 3;
    margin: 3 3 3 3;
    color: White;    
}