body {
	margin: 0;
	padding: 0;
	background:#fff url(./images/bg1.gif);
	background-repeat: repeat-x;
	line-height:1.5;
}
body, table, td {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 9pt;
	color: #545454;
}

/* body * {border:1px solid #f00;} */

.clear1 {
	clear:both;
	height:1px;
}

h2 {
	/* background:url(./images/h2_bg_half.gif) no-repeat; */
	font-weight:bold;
	font-size:11pt;
	color:#58585a;
	padding:8px 0 4px 4px;
	margin:0 0 18px -3px;
}

h2.smalltext {
	/* background:url(./images/h2_bg_half.gif) no-repeat; */
	font-weight:bold;
	font-size:9pt;
	color:#58585a;
	padding:8px 0 2px 2px;
	margin:0 0 5px -3px;
	text-align:center;
}

.full{
	text-align:justify;
}

h2.full {/*background:url(./images/h2_bg_full.gif) no-repeat;*/}

h3 {
	color:#58585a;/*5170B0;*/
	margin:0 0 8px 0;
	font-size:10pt;
}
.subtitle{
	color:#58585a;/*5170B0;*/
	margin:4px 0 8px 0;
	font-size:6pt;
	font-weight:bold;
}
h3.edit {
	color:#58585a;/*5170B0;*/
	margin:10px 0 0px 0;
	font-size:9pt;
}


h3 a:link, a:visited {
	color:#58585a;/*5170B0;*/
	text-decoration:underline;
}

h3 a:active, a:hover {
	color:#58585a;/*5170B0;*/
	text-decoration:none;
	 /*background-color:#855531;#e5edf6 #d7e5ca;*/
}

p {margin: 8px 0 12px 0;}

select.dropdown {
	font-size:9pt;
	border:1px solid #58585a;
	padding:1px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
select{
	font-size:9pt;
	border:1px solid #58585a;
	padding:1px;
	font-family: Verdana, Helvetica, Arial, sans-serif;

}
fieldSet {
	border:1px solid #44a49d;
}
form legend {
	color: #44a49d;
}
li span {
	font-weight: normal;
}
.input {
	border:1px solid #58585a;
	margin:1px 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

.button {
	border: 3px double #999;
	border-top-color: #CCC;
	border-left-color: #CCC;
	background: #FFF url(./images/input_bg.gif) repeat-x;
	color: #58585a !important;
	font-size: 80%;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin-top:6px;
	cursor: pointer;
	text-decoration:none !important;
	padding:5px;
}
.paging {margin-top:14px;}

.dropdown {font-size:8pt;}

.tiny {
	font-size:9px;
	text-align:center;
}

.tiny2 {
	font-size:10px;
}
a:link, a:visited {
	color:#44a49d;
	text-decoration:underline;
}

a:active, a:hover {
	color:#54c3be;
	text-decoration:none;
}


/*Left hand sub navigation*/
.navMainWrap div ul li a:hover{
	color:#000000;
	background-color:#855531;
}

.capitalize {text-transform:capitalize;}

/* Minus 50dkp for getting kicked into the Whelps (Orlando Blooms) */
ul.stopDots li {
	list-style-type:none;
	margin:3px 0 3px 0;
	padding-left:0;
}
ul.stopDots {
	padding-left:0;
	margin-left:15px;
}


/* ----------------------------  STRUCTURAL DIVS  */

.grid-container {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  display: -ms-grid;
  -ms-grid-columns: 19% 81%;
  grid-template-columns: minmax(min-content,100px) minmax(min-content,650px);
}

.grid-container > div:nth-of-type(1){
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.grid-container > div:nth-of-type(2){
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    padding:15px 10px 15px 10px;
}

.grid-item1 {
  color: white;
  grid-template-rows: 100px 200px;
  position: relative; 
}

.grid-item2 {
  background: white; 
  color: black;
  padding-left: 3%;
}

.innerMenuDiv{
	position: relative;
	display:block;	
	height: 100%;
	background: #855531; 
}

.grid-menu{
	padding: 0;
  	margin: 0;
  	display: grid;
  	display: -ms-grid;
  	-ms-grid-rows: minmax(100px, 1fr) minmax(10vmax, 2fr);
  	grid-template-rows: minmax(100px, auto) minmax(10vmax, 2fr);
}

.grid-menu > div:nth-of-type(1){
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.grid-menu > div:nth-of-type(2){
    -ms-grid-row: 2;
    -ms-grid-column: 1;
}

.grid-menu-item1{
	background: white; 
    color: black;  
}

@supports (-ms-ime-align: auto) {
  .grid-menu{
		padding: 0;
	  	margin: 0;
	  	display: grid;
	  	grid-template-rows: minmax(100px, auto) minmax(10vmax, 2fr);
	}
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.grid-menu{
		padding: 0;
	  	margin: 0;
	  	display: grid;
	  	display: -ms-grid;
	  	-ms-grid-rows: minmax(100px, 1fr) minmax(10vmax, 1fr);
	  	grid-template-rows: minmax(100px, auto) minmax(10vmax, 2fr);
	}
	
	.grid-menu > div:nth-of-type(1){
	    -ms-grid-row: 1;
	    -ms-grid-column: 1;
	}
	
	.grid-menu > div:nth-of-type(2){
	    -ms-grid-row: 2;
	    -ms-grid-column: 1;
	}

     .grid-menu-item1{
		background: white; 
	    color: black; 
	    
	}
	
	.grid-menu-item2{
		background: #855531; 
	    color: black;
	    min-height: 60px;  
	}
	
	.grid-menu-item2 img{
		position: absolute;
	    bottom: 0;
	    margin-left: 42px;
	}
	
	.navMain ul li {
	    background-color: #c78642;
		margin: 1px 0;
		padding: 0;
		list-style-type: none;
		list-style-image: none;
		width: 145px;
	}
}

.grid-menu-item2{
	background: #855531; 
    color: black;
    height: 100%;  
}

.grid-menu-item2 img{
	position: absolute;
    bottom: 0;
    margin-left: 42px;
}

.pageContainer {
	margin: 10px auto 0 auto;
	width:760px;
	height: 100%;
}
.header {
	height:101px;
	background: url(./images/header.jpg) no-repeat;
/*	background: url(./images/Bubbaheader.jpg) no-repeat; */
	text-align:right;
	color:#003768;
}
.userInfo {
	padding:20px 10px 0 0;
	font-size:9pt;
	margin-top:-60px;

}
.userInfo a:link, .userInfo a:visited {
	color: #58585a;
	text-decoration:none;
	font-size:8pt;
}
.userInfo a:active, .userInfo a:hover {
	color: #58585a;
	text-decoration:underline;
	border-style: none;
	font-size:8pt;
}


.contentContainer {
	background: #fff; /* url(./images/nav_bg.gif) repeat-y;*/
	margin-bottom: -1px;
	height: 100%;
}

.leftCol {
	width:156px;
	float:left;
	padding-bottom: 0px;
	margin-bottom: -1px;
	height: 100%;
	overflow: hidden;
	/*height: inherit;*/
	/*background:url(images/navMenuBg.jpg) repeat-y;*/
}

.innerLeftCol{
	background: #855531; 
	width: 145px; 
	padding-bottom: 0px; 
	margin-bottom: 0; 
	height: 100%;
}

.rightCol {
	width:586px;
	float:left;
	margin-left:8px;
	margin-top:10px;
	display:inline;
	min-height:480px;
}
* html .rightCol {height:480px;}

.contentLeft {
	width:400px;
	float:left;
	padding-bottom: 2%;
}

.contentLeftWider {
	width:500px;
	float:left;
}

.contentRight {
	width:154px;
	float:left;
	margin-left:14px;
	display:inline;
}

.footer {
	text-align:center;
	padding:8px 0;
	font-size:9pt;
	color:#ffffff; /*#143786*/
	background-color:#855531;/*#D1DDEF;*/
	width:760px;
	margin:0 auto;
}

.footerLink:link, .footerLink:visited {
	color:#fff; 
	text-decoration:underline;
}

/*  ------  Search Stuff  */

.searchPages {
	color: #666;
	font-size:11px;
}

.searchBox {
	background: #EFF7FF;
	border: 1px solid #D7E1EC;
	padding: 15px 15px;
	margin: 0 auto 20px auto;
	width: 93%;
}

.searchBox h3 {
	margin: 0 0 8px 0;
	padding: 0;
	font-size: 10pt;
}

.miniSearch {
	position:absolute;
	top:25px;
	right:28px;
	color:#666;
	font-size:8pt;
	font-weight:normal;
}


/* ----------------------------  Career Lattice  */

.careerLadder {
	background:url(./images/lattice.jpg) 10px 0 no-repeat;
	height:350px;
	width:540px;
}
* html .careerLadder {height:340px;}

.careerLeft {
	text-align:center;
	float:left;
	width:70px;
}
.careerLeft h4 {
	color:#76b900;
	margin:0;
	padding:0;
	font-size:10pt;
}
.careerLeft h4 a, .careerLeft h4 a:visited {
	color:#76b900;
	text-decoration:none;
	padding:4px 0;
	display:block;
}
.careerLeft h4 a:hover {
	background:url(./images/careerLadder_over.gif) 15px 5px no-repeat;
}
.careerLeft h4.active a, .careerLeft h4.active a:hover {
	background:url(./images/careerLadder_active.gif) 15px 5px no-repeat;
	color:#fff;
}
.careerLeft a {display:block; width:100%;}


.careerRight {
	float:left;
	/* CMD 7606 Minor Changes 
	width:245px;
	margin-left:225px;
	padding-left:40px; */
	width:250px;
	margin-left:230px;
	padding-left:29px;
	text-align:right;
	display:inline;
	font-size:12pt;
}
.careerRight h3 {
	color:#2459a6;
	font-size:13pt;
}

.careerRight a:visited u{
	color: #58585A;
}

.careerRight a:hover u{
	color: #54C3BE;
}

.careerLadderDescSeperatorBar
{
	color:#FFFFFF;
	background-color:#003768;
	padding:3px 0 3px 3px;
	margin-bottom:10px;


}


/*  Career Lattice Tool Tips  */

#dhtmltooltip {
	position: absolute;
	left: -300px;
	width: 200px;
	padding:1px;
	visibility: hidden;
	z-index: 100;
	background-color:#fff;
	border:1px solid #c7c7c7;
}

#dhtmltooltip h3 {
	font-weight:normal;
	color:#000;
	background:url(./images/careerBox_headbg.gif) repeat-x;
	padding:4px 4px 4px 8px;
}
#dhtmltooltip h3 span {font-size:11pt;}
#dhtmltooltip p {
	font-size:9pt;
	padding:0 8px 6px 8px;
}
#dhtmltooltip h4 {
	background-color:#d7e5ca;
	color:#58585a;/*5386c5*/
	margin:4px 8px;
	padding:2px 0;
	font-size:10pt;
}

#dhtmlpointer {
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}




/* ----------------------------  MODULE BOX  */
.module {color:#fff;}
.module, .moduleLt {
	background:#c78642 url(./images/module_bg.gif) bottom no-repeat;
	margin-bottom:13px;
}
.moduleLt {background:#d3e0f0 url(./images/module_bg_light.gif) bottom no-repeat;}
.module h3, .moduleLt h3 {
	color:#fff;
	background:url(./images/module_h3_bg.gif) no-repeat;
	margin:0;
	/* CTD padding:4px 0 4px 6px; */
	padding:1px 0 4px 6px;
	font-weight:normal;
	background-size: 100% 99%;
}
.moduleContent {
	padding: 7px 5px 15px 5px;
	font-size:8pt;
}

.moduleContent ul {
	margin:0;
	padding:0;
}
.moduleContent li {
	margin:2px 0 2px 20px;
	color:#2667CF;
}



/* ----------------------------  STYLE-TASIC STUFF  */

table.reportData {margin-left:12px;}
table.reportData td {
	background:url(./images/reportData_dots1.jpg) bottom repeat-x;
	font-size:8pt;
	color:#666;
	padding:6px 0 9px 0;
}
table.reportData td.reportNumber {
	color:#58585A;
	font-size:9pt;
	text-align:right;
}
table.reportData a {
	background: url(./images/bullet.gif) no-repeat 2px 3px;
	padding:0 0 0 15px;
}
table.reportData a:link, table.reportData a:visited {color:#000; text-decoration:none;}
table.reportData a:active, table.reportData a:hover {color:#666; text-decoration:underline;}

.yui-calendar .calheader
{
color: black;
position: relative;
width: 100%;
text-align: center;
}

/*  TABLE STYLE 1  */
table.tblStyle1 {
	border: 1px solid #ccc;
	margin-bottom: 2%;
}
/*table.tblStyle1, .tblStyle1 td {font-size: 10px;}*/
table.tblStyle1 th {
	background-color: #855531;
	background-image: none;
	color: #fff;
	/*font-size: 10px;*/
	text-align:left;
	padding: 4px 3px;
}
table.tblStyle1 th a {
	color:#FFF;
	font-weight:600;
	text-decoration:none;
}
table.tblStyle1 th a:hover {text-decoration:underline;}
table.tblStyle1 th a.iconSort {
	background: url(images/icon_sort.gif) right no-repeat;
	padding:0 12px 4px 0;
}
table.tblStyle1 th a.iconSort_active {
	background: url(images/icon_sort_active.gif) right no-repeat;
}


/*  ALT ROWS  */
.altRow1, .altRow2 {padding: 4px 5px;}
.altRow1 {
	background: #FFF url(../images/table-tdborder.gif) bottom repeat-x;
}
.altRow2 {
	background: #EFF7FF url(../images/table-tdborder.gif) bottom repeat-x;
}

.excel {
	display: block;
	padding: 5px 0 5px 22px;
	background: url(../images/icon_excel.gif) 0 6px no-repeat;
	margin-top: 6px;
	margin-bottom: -10px;
}


/*   ---------------------  NOTIFICATION AND ERROR BANNERS   */

.notify {
	width:365px;
	background:#FFCFCF url(./images/icon_notify.gif) no-repeat 8px 6px;
	margin-bottom:12px;
	padding:7px 0 7px 32px;
	color:#FF3F3F;
	border-top: 1px solid #FF3F3F;
	border-bottom: 1px solid #FF3F3F;
	font-weight:bold;
}

.notifyError {
	width:365px;
	background:#FFCFCF url(./images/icon_notify.gif) no-repeat 8px 6px;
	margin-bottom:12px;
	padding:7px 0 7px 32px;
	color:#FF3F3F;
	border-top: 1px solid #FF3F3F;
	border-bottom: 1px solid #FF3F3F;
	font-weight:bold;
}

.notifySuccess {
	width:365px;
	background:#86EFBE url(./images/icon_notify.gif) no-repeat 8px 6px;
	margin-bottom:12px;
	padding:7px 0 7px 32px;
	color:#0F7F4B;
	border-top: 1px solid #0F7F4B;
	border-bottom: 1px solid #0F7F4B;
	font-weight:bold;
}

.approvalBanner {
	width:397px;
	height:35px;
	background:url(./images/approve_bg1.jpg) no-repeat;
	margin-bottom:8px;
	padding:7px 0 0 0;
	color:#fff;

}
.approvalBanner span {
	font-size:11pt;
	font-weight:bold;
}
.approvalBanner a {
	color:#fff;
	padding-left:33px;
}
.approvalBanner a:link, .approvalBanner a:visited {text-decoration:none; color:#fff;}
.approvalBanner a:active, .approvalBanner a:hover {text-decoration:underline; color:#fff;}

.messageBanner {
	width:397px;
	height:35px;
	background:url(./images/approve_bg1.jpg) no-repeat;
	margin-bottom:12px;
	padding:7px 0 0 32px;
	color:#fff;
}
.messageBanner span {
	font-size:11pt;
	font-weight:bold;
}

/* ----------------------------  LOGIN  */
.loginBlock {
	background: url(./images/login_bg3.jpg) no-repeat;
	padding: 0px;
	height:155px;
	width:160px;
}
* html .loginBlock {height:145px;}


.loginError {
	width:120px;
	background:url(./images/icon_error.gif) no-repeat 8px 6px;
	margin-bottom:12px;
	margin-top:20px;
	padding:7px 0 7px 32px;
	color:#FF3F3F;
	border-top: 1px solid #FF3F3F;
	border-bottom: 1px solid #FF3F3F;
	font-weight:bold;
	font-size:10px;
	text-align:center
	background-image:
}




.loginBlock h3 {
	color:#58585a;
	font-size:8pt;
	margin:0;
	padding:0;
}

.loginLeft {
	float:left;
	width:410px;
}
.loginRight {
	float:left;
	width:154px;
}

.needAssistance {
	background: url(./images/need_Assistance4.jpg) no-repeat;
	padding: 10px;
	height: 130px;

}

div.scrollWrapper{
 
  width:550px;
  overflow:scroll;
  border: 1px solid black;
  height:260px;
  max-height: 500px;
 
}

/* ----------------------------  MAIN NAVIGATION  */


.navMain {
	background: #855531; /*url(images/navMenuBg.jpg) repeat-y*/
	width: 145px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	height: 100%;
	

}
.navMainWrap {
	background: #fbfdf9; /* url(images/navMain_foot.gif) bottom no-repeat*/
	/*padding-bottom: 122px;*/
	
}

.remainingSpace{
	background: #855531;
	
}

.navMain ul {
	margin:0 0 0px 0;
	padding: 0;
}
.navMain ul li {
    background-color: #c78642;
	margin: 1px 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}
* html .navMain ul li {height: 1%;}

.navMain a {
	display: block;
	padding-left: 10px;
	font-size: 8pt;
	text-decoration: none;
}
.navMain ul li a:link, .navMain ul li a:visited {
	color: #ffffff;
	padding: 2px 0 2px 20px;
	text-decoration: none;
	/*border-top: 1px solid;
	border-bottom: 1px solid;
	border-width: thin;*/
}
.navMain ul li a:active,  {
	color: #695e4a;
	text-decoration: none;
}

.navMain ul li a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #855531;
}


/* SELECTED STATE */
.navMain ul li a.selected {
	color: #FFF;
	background-color: #855531;
}

.navMain h4, .navMain h4 a {
	color: #FFF;
	font-size:8pt;
	text-decoration: none;
	font-weight:normal;
}
.navMain h4 {
	background: #855531; /*url(images/navMain_h2bg.gif) repeat-x;*/
	min-height: 26px;
	max-height: 36px;
	line-height:13px;
	margin: 0;
	padding:0;
	padding-bottom:3px;

}
.navMain h4 a {
	display: block;
	padding: 6px 0 0 20px;
	color: #FFF;
}
.navMain h4 a:visited {
	color: #FFF;
	text-decoration: none;
}

/* ICONS */
.navMain h4 a.administrative {background: url(images/icon_admin.gif) 4px 7px no-repeat;}
.navMain h4 a.student {background: url(images/icon_student.gif) 3px 6px no-repeat;}
.navMain h4 a.program {background: url(images/icon_program.gif) 3px 6px no-repeat;}
.navMain h4 a.transcript {background: url(images/icon_transcript.gif) 4px 7px no-repeat;}
.navMain h4 a.graduate {background: url(images/icon_graduate.gif) 3px 7px no-repeat;}
.navMain h4 a.reports {background: url(images/icon_reports.gif) 4px 7px no-repeat;}
.navMain h4 a.usersguide {background: url(images/icon_usersguide.gif) 5px 7px no-repeat;}
.navMain h4 a.fileAccess {background: url(images/icon_fileAccess.gif) 4px 4px no-repeat;}
.navMain h4 a.database {background: url(images/icon_database.gif) 2px 5px no-repeat;}
.navMain h4 a.cog {background: url(images/icon_cog.gif) 2px 5px no-repeat;}
.navMain h4 a.folder {background: url(images/icon_folder.gif) 2px 5px no-repeat;}

.navMain ul li a.add {
	background-image: url(images/icon_add.gif);
	background-position: 8px 5px;
	background-repeat: no-repeat;
}

ul li .add {
	background-image: url(images/icon_add.gif);
	background-position: 8px 5px;
	background-repeat: no-repeat;
	padding:5px 0 5px 22px;
}

ul li .reports {
	background-image: url(images/icon_reports.gif);
	background-position: 8px 5px;
	background-repeat: no-repeat;
	padding:5px 0 5px 22px;
}

.navMain ul li a.database {
	background-image: url(images/icon_databaseTiny.gif);
	background-position: 3px 2px;
	background-repeat: no-repeat;
}

.navMain ul li a.edit {
	background-image: url(images/icon_edit.gif);
	background-position: 8px 5px;
	background-repeat: no-repeat;
}
.navMain ul li a.delete {
	background-image: url(images/icon_delete.gif);
	background-position: 8px 5px;
	background-repeat: no-repeat;
}

.iconLogin {
	background: url(images/icon_login.gif) 5px 7px no-repeat;
	padding:5px 0 5px 22px;
}
.iconLogout {
	background: url(images/icon_logout.gif) 5px 7px no-repeat;
	padding:5px 0 5px 22px;
}
.iconHome {
	background: url(images/icon_home.gif) 5px 7px no-repeat;
	padding:5px 0 5px 22px;
}
.iconAdd {
	background: url(./images/icon_add.gif) 5px 7px no-repeat;
	padding:5px 0 5px 22px;
}
.iconEdit {
	background: url(./images/icon_edit.gif) 5px 7px no-repeat;
	padding:5px 0 5px 22px;
}
.iconDelete {
	background: url(./images/icon_delete.gif) 5px 7px no-repeat;
	padding:5px 0 5px 22px;
}
.iconSearch {
	background: url(./images/icon_search.gif) 5px 7px no-repeat;
	padding:5px 0 5px 22px;
}
.iconFileAccess {
	background: url(./images/icon_fileAccess.gif) 2px 2px no-repeat;
	padding:5px 0 5px 22px;
}
.iconGraduate {
	background: url(./images/icon_graduate.gif) 2px 2px no-repeat;
	padding:5px 0 5px 22px;
}
.iconAddDoc {
	background: url(./images/icon_addDoc.gif) 0 4px no-repeat;
	padding: 4px 4px 4px 17px;
}
.iconPdf {
	background: url(./images/icon_pdf.gif) 0 2px no-repeat;
	padding: 3px 0 3px 23px;
}
.iconDoc {
	background: url(./images/icon_doc.gif) 0 2px no-repeat;
	padding: 3px 0 3px 23px;
}
.iconPdfTiny {
	background: url(./images/icon_pdfTiny.gif) 2px 2px no-repeat;
	padding: 3px 0 3px 23px;
}
.iconDatabase {
	background: url(./images/icon_databaseTiny.gif) 1px 2px no-repeat;
	padding: 0px 0 3px 23px;
}
.iconEmail {
	background: url(./images/icon_Email.gif) 4px 2px no-repeat;
	padding: 0px 0 3px 23px;
}
.iconCog {
	background: url(./images/icon_cog.gif) 1px 2px no-repeat;
	padding: 0px 0 3px 23px;
}
.iconFolder {
	background: url(./images/icon_folder.gif) 1px 2px no-repeat;
	padding: 0px 0 3px 23px;
}
a.editRecord {
	background: url(./images/icon_edit.gif) 5px 7px no-repeat;
	padding:5px 0 5px 17px;
	font-size:9pt;
}

a.returnRecord {
	/*background:url(images/icon_home.gif) 5px 7px no-repeat;*/
	padding:5px 0 5px 17px;
	font-size:7pt;
}

/*  Edit Box  */
.utilLinks {
	background-color: #EFF7FF;
	border: 1px solid #C2D9EF;
	padding: 12px;
	font-size:11px;
	position: relative;
}

/* ----------------------------  IMPORTED BY GLENN  */
img {border: none;}

.closeWindow {
	position: absolute;
	top:6px;
	right:6px;
}

p.error, p.success {margin-top:0;}
.error {color: #F00; font-size:9pt;} /*** #F00 ***/
.success {color: #44A49D; font-size:9pt;}
/********** Added SV 03222007 for the horizontal layout for the quick menu ***********/
#inline3{
	/*background:#ccf;*/
	position:relative;
}
#embed5{
	width:25%;
	position:absolute;
	top:0px;
	right:80%;
	/*background:#ccc;*/
}
#embed6{
	position:relative;
	margin:0 20% 0 12%;

	/*background:#fcc;*/
}
#embed7{
	width:35%;
	position:absolute;
	top:0px;
	right:25%;
	left:38%;
}
#embed8{
	width:35%;
	position:absolute;
	top:0px;
	right:0px;
	left:65%;
	/*background:#cff;*/
}

.content {
	text-align:left;
	padding: 0 20px;
}
.content ul {
	margin: 12px 0;
	padding: 0;
}
.content ul li {
	margin: 3px 0 3px 30px;
	padding: 0;
	list-style-image:url(images/bullet.gif);
	list-style-type: none;
}

/* Membership Card Stylesheet */
.wholeEnchilada {
	text-align:center;
	font:"Times New Roman", Times, serif;
	position:relative;
	top:0;
	left:0;
	height:360px;
	width:540px;
	z-index:0;
	}
.notTheWholeEnchilada {
	text-align:center;
	position:relative;
	top:-136px;
	height:360px;
	width:540px;
	z-index:100;
	}
.memberName {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:.9in;
	color:##000000;
	font-weight:bold;
	}
.memberID {
	text-align:center;
	font:"Times New Roman", Times, serif;
	font-size:10pt;
	}
.ccacSiteURL {
	text-align:center;
	font:"Times New Roman", Times, serif;
	font-size:9pt;
	padding:9px 0 0 0;
	}
.ccacAddress {
	text-align:center;
	font:"Times New Roman", Times, serif;
	font-size:9pt;
	}
.ccacPhone {
	text-align:center;
	font:"Times New Roman", Times, serif;
	font-size:9pt;
	}
.CalButton { background-color: #FFFFFF; background-image: url(Images/CalButton.jpg); margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 5px; border: none; height: 14px; width: 16px;}

.btnLikeLink {
	cursor: pointer; 
	cursor: hand; 
	background-color: transparent; 
	text-decoration: underline; 
	color: #44a49d; 
	font-size: 9pt; 
	display: inline;
	vertical-align: middle;
	margin-top: -2px;
	padding: 0 2px; 
	overflow: visible; 
	border:0;
}

.dont-break-out, .showCourseDetails {

	  /* These are technically the same, but use both */
	  overflow-wrap: break-word;
	  word-wrap: break-word;
	
	  -ms-word-break: break-all;
	  /* This is the dangerous one in WebKit, as it breaks things wherever */
	  word-break: break-all;
	  /* Instead use this non-standard one: */
	  word-break: break-word;
	
	  /* Adds a hyphen where the word breaks, if supported (No Blink) */
	  -ms-hyphens: auto;
	  -moz-hyphens: auto;
	  -webkit-hyphens: auto;
	  hyphens: auto;
	
	  white-space:pre-line;

}
/* AC 6207 space out calender icon */
.ui-datepicker-trigger {margin-left:5px; margin-top: 8px; margin-bottom: -3px;}

.b {
	font-weight:bold;
}

.cw100 {
    float: left;
    width: 100%;
    padding: 2px;
    vertical-align:top;
}

.cw99 {
    float: left;
    width: 99%;
    padding: 2px;
    vertical-align:top;
}

.column {
    float: left;
    width: 25%;
    padding-bottom: 1px;
    vertical-align:top;
    padding: 2px;
}

.cbxcolumn {
    float: left;
    width: 20%;
    padding: 2px;
    vertical-align:top;
}

.radiocolumn {
    float: left;
    width: 20%;
    padding: 2px;
    vertical-align:top;
}

.lblcolumn {
    float: left;
    width: 18%;
    vertical-align:top;
    font-weight:bold;
    padding: 2px;
}

.cw-label {
    float: left;
    width: 19%;
    vertical-align:top;
    padding: 3px;
}

.ncolumn {
    float: left;
    width: 50%;
    padding-bottom: 1px;
    vertical-align:top;
    padding: 2px;
}

.headercolumn {
    float: left;
    width: 50%;
    vertical-align:top;
    padding: 2px;
}

.cw-fif {
    float: left;
    width: 15%;
    padding: 1px;
    vertical-align:top;
    padding: 2px;
}

.kcolumn {
    float: left;
    width: 80%;
    padding: 2px;
    vertical-align:top;
}

.klblcolumn {
    float: left;
    width: 13%;
    padding: 2px;
    vertical-align:top;
}


.pcolumn {
    float: left;
    width: 25%;
    padding: 2px;
    vertical-align:top;
}

.plblcolumn {
    float: left;
    width: 15%;
    padding: 2px;
    vertical-align:top;
    font-weight:bold;
}

.cw-sixty {
    float: left;
    width: 64%;
    padding: 2px;
    vertical-align:top;
}

.cw-sixtysix {
    float: left;
    width: 67%;
    padding: 3px;
    vertical-align:top;
}

.cw-thirtyeight {
    float: right;
    width: 38%;
    padding-top: 11px;
    vertical-align:top;
}

.cw-seventy {
    float: left;
    width: 70%;
    padding: 2px;
    vertical-align:top;
}

.cw-sevfiv {
    float: left;
    width: 75%;
    padding: 2px;
    vertical-align:top;
}

.alblcolumn {
    float: left;
    width: 30%;
    padding: 2px;
    vertical-align:top;
}

.cw-sixtwo {
    float: left;
    width: 62%;
    padding: 2px;
    vertical-align:top;
}

.ecolumn {
    float: left;
    width: 49%;
    padding:2px;
    vertical-align:middle;
}

.cw-th {
    float: left;
    width: 30%;
    padding: 2px;
    display:inline-block;
    vertical-align:top;
    font-weight:bold;
}

.cw-tha {
    float: left;
    width: 30%;
    padding: 2px;
    display:inline-block;
    vertical-align:top;
}

.cw-thp {
    float: left;
    width: 32%;
    padding: 2px;
    display:inline-block;
    vertical-align:top;
}

.cw-sevsix {
    float: left;
    width: 76%;
    padding: 2px;
    vertical-align:middle;
    display:inline-block;
}

.ccolumn {
    float: left;
    width: 10%;
    padding: 2px;
    vertical-align:top;
    display:inline-block;
}

.cw-edit {
    float: left;
    width: 10%;
    padding: 1px;
    vertical-align:top;
    display:inline-block;
    text-align:center;
}

.spacing {
    float: left;
    width: 1%;
    padding: 2px;
    vertical-align:top;
}

.headerspacing {
    float: left;
    width: 25%;
    padding-bottom: 1px;
    vertical-align:top;
    padding: 2px;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    cursor:pointer;
	cursor:hand;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.tooltip0 {
    position: relative;
    display: inline-block;
    cursor:pointer;
	cursor:hand;
}

.tooltip0 .tooltiptext0 {
    visibility: hidden;
    width: 220px;
    background-color: #555;
    color: #fff;
    text-align:left;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip0 .tooltiptext0::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip0:hover .tooltiptext0 {
    visibility: visible;
    opacity: 1;
}

.link {
	cursor:pointer;
	cursor:hand;
	color:#44a49d;
	background-color:transparent;
	text-decoration:underline;
}

.w {
	width:99%;
}

.f {
	font-size:12px;
}

.p {
	padding:5px 0 5px 5px;
}

.t-alr{
	text-align:right;
}

.t-alc{
	text-align:center;
}

.cw-tw{
	float: left;
    width: 20%;
    padding: 1px;
    vertical-align:top;
    padding: 2px;
}

.cw-twone{
	float: left;
    width: 21%;
    padding: 2px;
    vertical-align:top;
}

.cw-twel{
    float: left;
    width: 12%;
    padding: 2px;
    vertical-align:top;
    display:inline-block;
}

.cw-thirteen{
    float: left;
    width: 13%;
    padding: 2px;
    vertical-align:top;
    display:inline-block;
}

.cw-ten{
    float: left;
    width: 10%;
    padding: 2px;
    vertical-align:top;
    display:inline-block;
}

.cw-elev{
    float: left;
    width: 11%;
    padding: 2px;
    vertical-align:top;
    display:inline-block;
}
.cw-sev{
    float: left;
    width: 17%;
    padding: 2px;
    vertical-align:top;
    display:inline-block;
}

.cw-ths{
	float: left;
    width: 36%;
    padding: 2px;
    vertical-align:top;
    display:inline-block;
}

.cw-fifty{
	float: left;
    width: 51%;
    padding: 2px;
    vertical-align:top;
    display:inline-block;
}

.cw-fsev{
	float: left;
    width: 57%;
    padding: 2px;
    vertical-align:top;
    display:inline-block;
}

.cw-fsix{
	float: left;
    width: 56%;
    padding: 2px;
    vertical-align:top;
    display:inline-block;
}

.cw-fifeight{
	float: left;
    width: 58%;
    padding: 2px;
    vertical-align:top;
    display:inline-block;
}

.cw-twesix{
	float: left;
    width: 26%;
    padding: 2px;
    vertical-align:top;
    display:inline-block;
}

.cw-thirty{
	float: left;
    width: 33%;
    padding: 2px;
    vertical-align:top;
    display:inline-block;
}

.cw-twEight{
	float: left;
    width: 28%;
    padding: 2px;
    vertical-align:top;
    display:inline-block;
}

.btn{
	background-color: #44a49d;
	padding: 2px;
	cursor: pointer;
	text-align: center;
	color: #fff;
	min-width:75px;
	font-weight:bold;
}
.prop-btn{
	background-color: #bebebe;
	padding: 2px;
	text-align: center;
	color: #fff;
	min-width:75px;
	font-weight:bold;
}

.p-tp{
	padding-top:10px;
}

.p-b{
	padding-bottom:10px;
}

.i {
	font-style:italic;
}

.ui-widget-header{ /*border: 1px solid #3f7506;*/ background: #44A49D url(images/ui-bg_highlight-soft_33_3a8104_1x100.png) 50% 50% repeat-x !important; color: #ffffff; font-weight: bold; }

#tabs-1,#tabs-2{border:1px solid #44a49d; max-height:150%}

.w1{ width:1%; }
.w5{width:5%;}
.w8{width:8%;}
.w10{width:10%;}
.w12{width:12%;}
.w13{width:13%;}
.w14{width:14%;}
.w15{width:15%;}
.w16{width:16%;}
.w17{width:17%;}
.w18{width:18%;}
.w20{width:20%;}
.w24{width:24%;}
.w25{width:25%;}
.w28{width:28%;}
.w30{width:30%;}
.w35{width:35%;}
.w37{width:37%;}
.w40{width:40%;}
.w45{width:45%;}
.w50{width:50%;}
.w52{width:52%;}
.w60{width:60%;}
.w63{width:63%;}
.w65{width:65%;}
.w66{width:65%;}
.w70{width:70%;}
.w74{width:74%;}
.w85{width:85%;}
.w95{width:95%;}
.w97{width:97%;}
.w98{width:98%;}
.w99{width:99%;}
.w100{width:100%;}
.rpadding25{padding-right:25px;}
.rpadding5{padding-right:5px;}
.top-padding4{padding-top:4px;}
.right-padding8{padding-right:8px;}
.r-text-align{text-align:right;}  /* Remove after rename to .r */
.goback{ padding-top:50px;margin-left:15px; }
.c-text{ text-align:center; } /* Remove after rename to .c */
.bottom-padding5{ padding-bottom: 5px; }
.top-padding10{ padding-top: 10px; }

.container,.assessor-container,.progAdmin-container{
	width:98%;
	padding-left:5px;
	padding-right:5px;
	margin:0px;
}

.container ul{
	list-style:none;
}

.container li{
	list-style:circle;
}

.container fieldset input, fieldset select, fieldset textarea {
    margin-left: 0 !important;
    margin-bottom: 0 !important;
}

.pageContainer fieldset input, fieldset select, fieldset textarea {
    margin-left: 0 !important;
    margin-bottom: 0 !important;
}

.assessor-container ul{
	list-style:none;
}

.assessor-container li:before { 
	content:"\00bb"; 
	display: inline-block;
  	width: 1.0em;
  	text-align: left;
  	padding-bottom:5px;
}

.progAdmin-container ul{
	list-style:none;
}

.progAdmin-container li:before { 
	content:"\00bb"; 
	display: inline-block;
  	width: 1.0em;
  	text-align: left;
  	padding-bottom:5px;
}

.container input[type=checkbox], input[type=radio] {
  vertical-align: middle;
  position: relative;
}

.site-btn{
	background-color: #44a49d;
	color: #fff;
	padding: 0.6rem 1.3rem;
	text-decoration:none;
	border:0;
	font-weight:500;
	text-align:center;
}

.site-btn a:link, .site-btn a:visited{
	color: #fff;
	text-decoration:none;
	font-weight:500;
}

.site-btn a:hover{
	color: #545454;
	font-weight:500;
}

input[type=text],input[type=password]{
	height:22px;
	padding:3px 3px 0px 3px;/**/
}

select{
	height:25px;
	padding:2px 2px 0px 2px;/**/
}

#emailVoucher{
	padding-left:10px;
}

.bookCost{
	padding-right:0px;
	padding-left:9px;
}

.padleft0{
	padding-left:0px;
}

.hiliteNoData{ 
	background-color:pink;  /* a style for highlighting missing information  CD-148 */
}

.r{ text-align:right; }
.c{ text-align:center; }
.l{ text-align:left; }
.tpadding5{ padding-top:5px; }

.alert-success, .period-success, .milestone-success{
	padding-top:15px;
	padding-bottom:15px;
	padding-left:10px;
	background-color:#dff0d8;
	border-radius:4px;
}

.alert-error, .period-error, .milestone-error{
	padding-top:15px;
	padding-bottom:15px;
	padding-left:10px;
	background-color:#F00;
	border-radius:4px;
}



