/* link defaults */

#xmain-content a:link    { color: #00f; font-weight: normal; text-decoration: none; }
#xmain-content a:visited { color: #00f; font-weight: normal; text-decoration: none; }
#xmain-content a:hover   { color: #d21; font-weight: normal; text-decoration: underline; }

/* ----- Formatting for Application Title ----- */
#applicationTitle { line-height: 35px; margin-bottom:10px; height: 35px; border-bottom: 1px solid #999999; }
#applicationTitleText    { display:block; float:left; font-size: 24px; font-weight: bold; color: #003399; }
#applicationSubtitleText { display:block; float:left; font-size: 19px; font-weight: bold; color: #003399; }

/* ----- Formatting for SearchCriteria ----- */
#searchCriteria     { margin-top: 10px; margin-bottom:10px; height: 24px; border-bottom: 1px solid #999999; }
#searchCriteriaText { display: inline; }

/* ----- Formatting for TenureHistory ----- */
#tenureHistory     { margin-bottom:10px; margin-bottom:10px; height: 32px; border-bottom: 1px solid #999999; }
#tenureHistoryText { display: inline; }

/* ----- Formatting for Help Link ----- */
#helpLink { height: 70px; float: right; border-bottom: 1px solid #999999; vertical-align: middle; }


@media print {

body { margin: 0px; }

#topicTemplate { width: 99%; padding: 0px !important; margin: 0px; }

#leftColumn, #rightColumn, #helpLink { display: none; }

#pageContent { width: 99%; margin: 20px 0 0 0; }

#header { display: none; }

#footer { display: none; }

#breadcrumbContainer { display: none; }

.blue-heading-bar { background-color: white; color: #039; padding: 0px; }

table {
			text-align:     left;
			border-collapse: separate !important;
			margin-top:     0px;
			margin-bottom:  0px;
			padding:        1px !important;
			border-spacing: 1px !important;
			margin-top:     0px;
			margin-bottom:  0px;
		}

table th { padding: 2px; }
table td { padding: 2px; }

table.Grid th {
    padding:       2px;
}

table.Grid tr td {
    padding:       2px;
}

#applicationTitle { height: 35px; }

#applicationTitleText { margin: 0; }

#tenureHistory  { display: none; }

}
