/* Get access to the styles used in the catalog editor */
@import url("/TinyMCE.css");

#__debug {
	font-family: Fixed, monospace;
	background-color: #f1f1f1;
	display: none;
}

div.pager {
	padding-bottom: 4px;
	margin-bottom: 4px;
	text-align: center;
	border-bottom: 1px dotted #000000;
}

/* pager links */
div.pager a {
	padding: 2px 4px;
	display: inline-block;
	margin: auto 2px;
	font-size: 11px;
	text-transform: lowercase;
}

div.pager a:hover {
	font-size: 11px;
}

/* current page */
div.pager span span {
	border: 1px solid #c0c0c0;
	padding: 2px 4px;
	display: inline-block;
	margin: auto 2px;
}

.title {
	font-weight: bold;
	border-bottom: 1px solid #cecfce;
	margin-bottom: 6px;
	width: 100%;
	line-height: 20px;
	height: 20px;
	display: block;
	cursor: default !important;
}

.titlethick {
	font-weight: bold;
	display: block;
	cursor: default !important;
	border-bottom: 3px solid #cecece;
	margin-bottom: 12px;
	padding-bottom: 4px;
	height: 20px;
	line-height: 20px;
	width: 100%;
}

/* input[disabled] messes up toolbar images */
input[readonly], select[disabled],
select[readonly], checkbox[disabled], checkbox[readonly],
textarea[disabled], textarea[readonly] { 
 background-color: #f9f9f9; 
 border: #c0c0c0 1px solid; 
 color: #cecece;
 cursor: default; 
}

body, td, input, textarea, select, div {
	color: black;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 145%;
	max-width: 960px; /*done for Nipissing */
	margin: 0 auto; /*done for Nipissing*/
}

.clear {
	clear: both;
}

input, select {
	font-size: 11px;
	font-family: Verdana;
}

input[type="submit"], input[type="button"] {
	font-weight: bold;
	border: 1px solid black;
	background-color: #cecece;
	margin-top: 5px;
	cursor: pointer;
	padding-bottom: 1px;
}

input[type="text"], textbox {
	font-weight: bold;
	border: 1px solid black;
	background-color: #cecece;
}

.label {
}

.small {
	font-size: 80%;
}

.emphasis {
	text-decoration: underline;
	font-style: italic;
}

.hidden, .Hidden {
	display: none;
	visibility: hidden;
}

.buttonbar {
	border-top: 3px solid #cecece;
	margin-top: 12px;
	padding-bottom: 4px;
	width: 100%;
}

.tabbuttonbar {
	border-top: 1px solid #aaaaaa;
	margin-top: 8px;
	padding-bottom: 3px;
	padding-left: 3px;
	background-color: #cccccc;
}

.tabbuttonbar .DeAcButton {
	margin-top: 3px;
	margin-bottom: 2px;
	background-color: #ffffff;
}

.cultureselector {
	position: absolute;
	color: #cc0000;
	top: 0px;
	right: 0px;
}

.cultureselector a:link {
	color: #000000;
	padding-left: 4px;
	padding-right: 4px;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
}


/* START: modal support */
.jqmcontent {
	width: 99%;
	height: 99%;
	display: block;
	clear: both;
	margin: 0px;
	padding: 0px;
}

.jqmcontent table {
 width: 97%;	
}

.modalform {
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	background-color: white;
  display: none;
  position: fixed;
  top: 17%;
  left: 50%;
  margin-left: -300px;
  width: 600px;
  color: #333;
  padding: 0px;
}

.modalformheader {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	background: #efefef;
	border-bottom: 1px solid #cecfce;
	padding-left: 6px;
	padding-right: 6px;
	line-height: 22px;
	margin: 0px 0px 4px 0px;
	cursor: default;
	text-align: left;
}

.modalformcontents {
	margin: 5px;
	padding: 0px;
	text-align: left;
	background-color: #ffffff;
}

.modalformbuttonbar {
	border-top: 1px solid #aaaaaa;
	margin-top: 8px;
	padding-bottom: 3px;
	padding-left: 3px;
	line-height: 22px;
	background-color: #efefef;
}

.modalformbuttonbar .DeAcButton {
	margin-bottom: 2px;
	background-color: #ffffff;
}

.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
   Star selector used to hide definition from browsers other than IE6
   For valid CSS, use a conditional include instead */
* html .modalform {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
/* END: modal support */

/* START: Wizard steps */
.wizardstep {
	margin-top: 35px;
	display: none;
}
.wizardstepbuttons {
	border-top: 3px solid #cecece;
	margin-top: 12px;
	padding-bottom: 4px;
	width: 100%;
}

#wizardsteps {
	margin: 0;
	padding: 0;
}

#wizardsteps li {
	background-position: right top;
	float: left;
	background-image: url(Images/WizNavButton.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	height: 25px;
	background-color: #ebebeb;
}
#wizardsteps li.current {
	background-image: url(Images/WizNavCurrentButton.gif);
	background-color: #c36615;
}
#wizardsteps li.lastDone {
	background-image: url(Images/WizNavLastDoneButton.gif);
	background-color: #7c8437;
}
#wizardsteps li.done {
	background-image: url(Images/WizNavDoneButton.gif);
	background-color: #7c8437;
}

#wizardsteps li.current em,
#wizardsteps li.lastDone em,
#wizardsteps li.done em {
	color: #fff;	
}

#wizardsteps li em {
	display: block;
	font-weight: bold;
	margin: 5px 2px 0px 5px;
	font-style: normal;
	color: #ccc;
}

#wizardsteps li.mainNavNoBg {
	background-image: none;
}
/* END: Wizard steps */

.modalTextEditorDiv {
	border: 1px solid #666;
	padding: 5px;
	background-color: #fff;
	height: 150px; 
	width: 90%;
	overflow: scroll;
	scrollbar-arrow-color: #464646;
	scrollbar-3dlight-color: #cccccc;
	scrollbar-darkshadow-color: #999999;
	scrollbar-face-color: #d4d0c8;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #cccccc;
	scrollbar-track-color: #e6e6e6;
	overflow-x:hidden;
	margin-right: 5px;
}

.Nipissing {
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse !important;
	border-bottom: 1px #004174 solid;
	border-top: 1px #004174 solid;
}
.Nipissing>thead>tr>th,.table-striped>thead>tr>td {
	background-color: #fff;
	border-bottom: 1px #004174 solid;
	color: #004174;
	text-align:left;
}
.Nipissing>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th {
	background-color: #cedbe6;
}
.Nipissing>tbody>tr>td:first-child,.table-programCourses>tbody>tr>th:first-child,.table-programCourses>thead>tr>td:first-child,.table-programCourses>thead>tr>th:first-child {
	width: 20%;
}
.Nipissing>tbody>tr>td:last-child,.table-programCourses>tbody>tr>th:last-child,.table-programCourses>thead>tr>td:last-child,.table-programCourses>thead>tr>th:last-child {
	width: 10%;
}
.Nipissing>tbody>tr>td {
	font-style: normal;
	padding: 5px;
}

.searchresultsection table {
	border:none;
	border-collapse:collapse;
}

.searchresultsection td {
	border:none;
	padding-top: 3px;
	padding-bottom: 3px;
}

.searchresultsection table>tbody>tr:last-child  table {
	
}

.searchresultsection table>tbody>tr:last-child table td
{
	display:inline;
}
.searchresultsection table>tbody>tr:last-child table td span,
.searchresultsection table>tbody>tr:last-child table td a { 
	color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
	border-radius: 5px;
}

.searchresultsection table>tbody>tr:last-child table td a:hover{ 
	background-color: #ddd;
}


.searchresultsection table>tbody>tr:last-child table td span {
	background-color: #004174;
	color: white;
	border-radius: 5px;
}

.searchCollapsibleContainerHeader {
	background-color: #004174;
	padding: 8px;
}
