/* Registrar's print CSS Document */
/* author: sxk163 */

/* will show on print */
#content, #content2{display:block; /*float: left;*/ text-align: left; margin: 10px 10px 0px 25px; padding: 0; }
#registrarMark { display: block; float: left; margin: 0px 0px 25px 0px; padding: 0; width:100%; }
h2.hideNews {
display: block;
font-size: 12px;
color: #1D1D1D;
width: 100%;
height: auto;
margin: 15px 0px 0px 0px;
border-bottom: 1px dashed #ccc;
}

html, body {
padding: 0;
margin: 0;
border: 0;
font-family: Univers, Arial, Helvetica, Verdana, san-serif;
font-size:11px;
}

h1 {
font-size:15px;
font-weight: bold;
padding-top: 10px;
color: #003366;	
border-bottom:1px solid #ccc;
}	
  
h2 {
font-size: 12px;
color: #1D1D1D;
width: 100%;
height: auto;
margin: 15px 0px 5px 0px;
border-bottom: 1px dashed #ccc;
}

h3 {
font-size:12px;
font-weight: bold;
color: #003366;	
}

a {
text-decoration: none;
}

a:link {   /* Link Styles */
   text-decoration: none;
   color: #04A;
   }
   
a:visited {   /* Link Styles */
   text-decoration: none;
   color: #003366;
   } 
     
a:hover {   /* Link Styles */
   text-decoration: none;
   color: #900;
   }
   
   /*Academic Calendars*/

table.academic {
	border-collapse:separate;
	border-spacing: 10px 8px;
	margin-left: -10px;
}

table.academic caption {
	font-size: 13px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right:10px;
	color: #000;	
	text-align: left;
}

table.academic thead, tbody {
	text-align: left;
}

table.academic th.description {
	width: 48%;
}

table.academic th.day {
	width: 25%;
}

table.academic th.date {
	width: 27%;
}

table.academic th.descriptionSummer {
	width: 46%;
}

table.academic th.maymester {
	width: 18%;
}

table.academic th.firstSession {
	width: 18%;
}

table.academic th.secondSession {
	width: 18%;
}

table.academic th {
	padding-bottom: 5px;
	border-bottom: 1px solid navy;
	text-align:left;
}

table.academic td {
	padding: 0px 0px 3px 0px;
	border-bottom: 1px dotted navy;
	text-align:left;
}

.import_calendar {
	display: none;
}

caption {
	display: none;
}

/*End Academic Calendars*/ 

.bold {
font-weight: bold;
}


   
/* will not show on print */
#column, #mainmenu, #header, #footer, #mid_img, #mid_img_fs, .toplinks, .noprint {display: none; margin: 0; padding: 0;}