/* print stylesheet
UT Dallas Student Union
Cassini Nazir 2008
*/

@media print {

body { font-family:Arial, Helvetica, sans-serif; }

#header, #nav, #footer { display:none !important }

.clear { clear:both; }

h2, h3 { text-transform:uppercase; clear:both; }

#intro p { font:italic 14px/16px Georgia, "Times New Roman", Times, serif; } 

.two-col { clear:both; }
.two-col .col-one { width:271px; float:left; }
.two-col .col-two { width:271px; margin-left:30px; float:right; } 

.two-lcol { clear:both; }
.two-lcol .col-one { width:376px; float:left; }
.two-lcol .col-two { width:176px; margin-left:20px; float:right; } 

.two-rcol { clear:both; }
.two-rcol .col-one { width:176px; float:left; }
.two-rcol .col-two { width:376px; margin-left:20px; float:right; } 

.three-col { clear:both; }
.three-col .col-one { width:176px; margin-right:23px; float:left; }
.three-col .col-two { width:176px; float:left; }
.three-col .col-three { width:176px; margin-left: 23px; float:right; }

.three-xcol { clear:both; }
.three-xcol .col-one { width:205px; margin-right:16px; float:left; }
.three-xcol .col-two { width:130px; float:left; }
.three-xcol .col-three { width:205px; margin-left: 16px; float:right; }

.anchor { clear:both; float:left; background:url(/union/images/anchor-bg.gif) no-repeat top left; padding-top:18px; }
.anchor .col-one { width:155px;padding:0 26px 15px 18px; float:left; }
.anchor .col-two { width:156px; float:left; padding-top:0; padding-right:18px; }
.anchor .col-three { width:176px; color:#666; margin-left: 23px; float:right; padding:0; }

#extra { display:none;} 

/* sifr */
.sIFR-flash, .sIFR-flash object, .sIFR-flash embed { display: none !important; height: 0; width: 0; position: absolute; overflow: hidden; }
span.sIFR-alternate { visibility: visible !important; display: block !important; position: static !important; left: auto !important; top: auto !important; width: auto !important; }

}
