/* CSS Document */
/*Styles for pages in // ss.com/press // */

/*Adding this Comment to Test Build Process*/

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 175%;
	color: rgb(0, 51, 102);
}
h2 {
    font-family: arial,verdana,sans-serif;
	font-size: 150%;
    font-weight: normal;
	color: rgb(18, 59, 211);
	margin-top: 1em;
    margin-bottom: 0.2em;
    margin-left: 20px;
	margin-right: 20px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(244, 28, 28);
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #003366;
	margin-bottom: -11px;
	padding-left: 20px;	
}
h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	font-style: italic;
	color: #003366;
	text-align: justify;
	padding-left: 40px;
	padding-right: 40px;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #003366;
	font-weight: bold;
	padding-left: 20px;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 105%;
	font-weight: bold;
	color: #003366;
	padding-left: 20px;
}
p {
	font-size: 95%;
	font-weight: normal;
	font-style: normal;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 20px;
}
ul {
	font-size: 95%;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin-left: 0;
	padding-left: 50px;
	padding-bottom: 2px;
	list-style-type: disc;
}
li {
	padding-bottom: 10px;
}
li p {
	padding-left: 0px;
}
li h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #003366;
	margin-bottom: -11px;
}
ul.product li {
	display: inline;
	margin-left: 22px;
	margin-bottom: 10px;
	padding-top: 25px;
}
.indent {
	padding-left: 10px;
}
#pryear {
	font-family: arial,verdana,sans-serif;
	font-size: 110%;
    font-weight: normal;
	color:  rgb(255, 204, 51);
	padding-left: 325px;
}
#pryear a:link{
	color: rgb(18, 59, 211);
	text-decoration: none;
}
#pryear a:visited {
	color: rgb(18, 59, 211);
	text-decoration: none;
}
#pryear a:hover {
	text-decoration: underline overline;
	color: rgb(18, 59, 211);
}
/*Structural Images*/

/*
td.lowleftcorner {
	background-image: url(../images/P2_Bott_Left_Corner.gif);
	background-color: #ffffff;
	background-repeat: no-repeat;
	height: 15px;
}
td.lowrightcorner {
	background-image: url(../images/P2_Bott_Right_Corner.gif);
	background-color: #ffffff;
	background-repeat: no-repeat;
}
td.upleftcorner {
	background-image: url(../images/P2_Top_right_Corner.gif);
	background-color: #ffffff;
	background-repeat: no-repeat;
}
td.contentheader {
	background-image: url(../images/Press_Top_Bar.gif);
	background-color: #003366;
	background-repeat: no-repeat;
	width: 602px;
	height: 23px;
}
*/
/*Press Release List*/

.prblurb{
	font-size: 95%;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	list-style-image: url(../images/press/list-pointer.gif);
}
.prblurb li {
	padding: 0 0 10px 0;
}

/*Media Coverage*/

#productlist {
	list-style-type: none;
	width: 600px;
	padding-top: 25px;
}
#productlist li {
	display: inline;
	margin-right: 60px;
	margin-bottom: 10px;
	padding-top: 25px;
}
#productlist img {
	display: inline-block;
	border: 0px;
}

/*Press Left Navigation*/

#navigation {
	width: 119px;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	text-align: left;
	cell-spacing: none;
}
#navigation td {
	height: 18px;
	background-color: #003366;
	background-image: url(../images/LeftLine_Back.gif);
	background-repeat: no-repeat;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFCC00;	
}
#navigation a.navtitle:link, #navigation a.navtitle:visited {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFCC00;
	margin-left: 15px;
	padding-bottom: 5px;
}
#navigation a:link, #navigation a:visited {
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 15px;
}
#navigation a:hover {  
	color: #FFCC00;
	text-decoration: underline;
}
#navigation td.topcurve {
	background-image: url(../images/TopLeftLine.gif);
	background-repeat: no-repeat;
	height: 30px;	
}
#navigation td.bottomcurve {
	background-image: url(../images/TopLeftLineB.gif);
	background-repeat: no-repeat;
	height: 30px;	
}
/*Analyst Reference Table Styles*/

.analyst {
	border-collapse: collapse;
	border: 1px solid rgb(175, 175, 175);
	width: 95%;
	margin-left: 20px;
}
.analyst th {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
	color: #000000;
	background-color: #EBF1FC;
	padding: 5px 10px 5px 10px;
	border-bottom: 1px solid rgb(175, 175, 175);
}
.analyst td {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.9em;
	text-align: left;
	background-color: #FFFFFF;
	padding: 10px 10px 10px 10px;
	text-align: top;
}
.analyst td.gray {
	background-color: rgb(243, 243, 243);
}

