
/* ================================ */
/* ====== CVTC GLOBAL PRINT CSS ====== */
/* ================================ */
/* ----- Basic Styles ------- */
body {
	padding:0;
	margin:0;
	font-size: 62.5%;
	font-size:10pt;
	color:#373737;
	font-family: Arial, Verdana, Sans-serif;
}
a:link, 
a:visited {
	text-decoration:underline;
	color:#990032;
}
a:hover {
	color:#093a81;      
}
h1, h2, h3 {
	color:#093a81;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;       
	margin:0 0 5px 0;
	padding:0;
}
h1 {font-size:22pt;}
h2 {font-size:19pt;}
h3 {font-weight:bold;font-size:14pt;}
p {
	color:#373737;
	padding:0;
}
#MissingFields {
	font-weight:bold;
	color:red;
}
/* ------ setting icon styles for default file types ------*/
/*-----------------------------------------------------------*/
a[href$=".pdf"] {
	background: no-repeat right center url(/images/system/pdficon_small.gif); 
	padding: 2px 15px 2px 0px; 
	margin-right:10px;
}
a[href$=".doc"] {
	background: no-repeat right center url(/images/system/wordiconsmall.gif);  
	padding: 2px 15px 2px 0px; 
	margin-right:10px;
}
a[href$="@cvtc.edu"] {
	background: no-repeat right center url(/images/system/emailiconsmall.gif);  
	padding: 2px 19px 2px 0px; 
	margin-right:10px;
}
a[href*="vs_webcasting"] {
	background: no-repeat right center url(/images/system/wmviconsmall.gif);  
	padding: 2px 17px 2px 0; 
	margin-right:10px;
}
a[href$="#top"] {
	background: no-repeat right center url(/images/system/arrowiconsmall.gif);  
	padding: 2px 15px 2px 0; 
	margin-right:10px;
}
span.wmvlink {
	background: no-repeat left center url(/images/system/wmviconsmall.gif);  
	padding: 2px 0 2px 17px; 
	margin-right:10px;
}
span.pdflink {
	background: no-repeat left center url(/images/system/pdficon_small.gif);  
	padding: 2px 0 2px 17px; 
	margin-right:10px;
}
a.nobg { /* style to turn off link icons for specific areas */
        background-image:none;
        padding:0;
        margin:0;
}

/* ==== SBT Table styles ==== */
table.PageBoundingBox, table.ContentBoundingBox { /* surrounds header and down to end of footer */
	margin:0;
	padding:0;
	width:100%;
}

#headerwrapper, #footercontainer, 
td.LSB, #headercontent,
.inlineMtcBlock {
	display: none;
}
#inner_bottomcap {
 display: none;
}
#innerlargebranding {
 display: none;
}
#breadcrumbs {
 font-size: 8pt;
 width: 100%;
}
#thistopphoto {
 display: none;
}
