﻿/* LicensetreamPortalPrint.CSS - Print Stylesheet for LicenseStream Portal site.
 * Author: Jenn Gallion
 * Copyright: 2007 Imagespan / IT Dev Solutions
 */

/********************************** 
* GLOBAL - reset browser specifics *
***********************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, img, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, a, a:active, a:visited, a:hover
fieldset, form, caption {
	margin:0px;
	padding:0px;
	border:0px;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	border:none;
}

body { padding:20px; background-color:#808080; font:12px "Arial",Verdana,Arial,sans-serif;}
	
h2 { font-size:18px; margin-top:75px;}

h3 { padding:0px 0px 10px 0px; margin:0px; font-size:18px; font-weight:normal;}

h4 { padding:0px 0px 15px 0px; margin:0px; font-size:12px; font-weight:bold;}
p { padding-bottom:1em;}
	

a, a:active, a:visited { color:inherit;}
	
a:focus, a:hover, a:active { outline:none; color:#666;} /*** removes firefox's dotted link border ***/
	

/*** Layout Elements ***/

.header {
	display:none;
	}

.links { display:none;}
	
#navigation {
	display:none;
	}
		
	
#content { margin:0px 0px 20px 0px;}

#footer {
	display:none;
	}
	
/*** Global Classes ***/
.psmall { font-size:9px; line-height:10px;}

.pmedium { font-size:11px; line-height:15px;}

.ptall { line-height:18px;}
	
.clear { clear:both;}

.float { float:left;}

.bold { font-weight:bold;}

.floatRight { text-align:right;}

.red { color:#FF0000;}

.big { font-size:14px;}

.blue { color:#3A6696;}

.promo { 
	background:url(images/promo.jpg) top left no-repeat; 
	height:76px; 
	width:240px;
	}
	
.AdobePlugin { 
	background:url(images/AdobePlugin.jpg) top left no-repeat; 
	height:90px; 
	width:240px;
	}


/*** Layout Elements- Interior ***/

.minor { display:none;}

	.questions { display:none;}

/*** Specific Classes- Press ***/
.graphicHeaderPress {
	display:none;
	}

.press { width:750px;}

.border { border-top:solid 1px #ccc;}

.border h2 { font-size:14px; font-weight:bold; text-align:center; padding:10px 0px; margin-top:10px;} 

.border h3 { padding:5px 0px 0px 10px;} 

.border p { padding-bottom:10px;}

.border ul { padding-left:30px;}

.newsLeft a:link, .newsLeft a:visited, .newsLeft a:active, .newsLeft a:hover { font-size:12px; text-decoration: none;}

.newsLeft li { padding-bottom:10px;}

