
.modalOverlay {
	z-index: 10000;
	position: absolute; 
	top: 0; left: 0;
	width: 4000px;
	height: 4000px;
	filter:alpha(opacity=30); /* IE's opacity*/
    opacity: 0.3;
    background-color: #fff;
    display: none;
}

.modalBox {
	background: #ffffff;
	width: 465px;
/*	border: 1px solid;
	border-color: #cccccc;
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
*/
	background: rgb(255, 255, 255) transparent; 
	background: rgba(255, 255, 255, 0.8); 
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#80ffffff, endColorstr=#80ffffff); 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#80ffffff, endColorstr=#80ffffff)"; 
	behavior: url(/common/assets/css/PIE.htc);
    position: absolute;
    z-index: 100001; 
    overflow:visible;
    -webkit-box-shadow: 0px 6px 8px -3px #003047;
    -moz-box-shadow: 0px 6px 8px -3px #003047;
    box-shadow: 0px 6px 8px -3px #003047; 
    
	behavior: url(/common/assets/css/PIE.htc); 

}

.ie8 .modalBox {
	progid:DXImageTransform.Microsoft.gradient(startColorstr=#10000000, endColorstr=#10000000) !important;
	} /* Correct Close button cut-off issue in ie8 */

.modalBox div.title {
	position: relative;
	background: #2E3C4F;
	margin: 10px 10px 0 10px;
	padding: 0;
	width: 445px;
	height: 25px;
	
/*	background: #0E60A1;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#76B4E1), to(#0E60A1));
	background: -webkit-linear-gradient(#76B4E1, #0E60A1);
	background: -moz-linear-gradient(#76B4E1, #0E60A1);
	background: -ms-linear-gradient(#76B4E1, #0E60A1);
	background: -o-linear-gradient(#76B4E1, #0E60A1);
	background: linear-gradient(#76B4E1, #0E60A1);
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	-pie-background: linear-gradient(#76B4E1, #0E60A1);
	behavior: url(/common/assets/css/PIE.htc);
*/
}

.modalBox div.title p:first-child {
	position: relative;
	display: inline-block;
	color: #ffffff;
	font-weight: bold;
	font-family: arial;
	font-size: 13px;
	padding: 7px 0 0 10px;
	margin: 0;
}
.modalBox div.title p.closeButton,
.modalWrapper p.closeButton {
	position: absolute;
	margin: 0;
	top: -20px;
	right: -20px;
	width: auto;
	text-align: center;
	padding; 0;
	display: block;
	background: #fff;
	border: 5px solid #fff;
	border-radius: 27px;
    behavior: url(/common/assets/css/PIE.htc);
	cursor: pointer;
	z-index: 1000;
}
.ie8 .modalBox div.title p.closeButton {
		border-color: #ffffff;
		background: #ffffff;
}

.modalBox div.content {width: 445px; height: 165px; position: relative; padding: 20px 0 0px 0; margin: 0 10px 10px 10px; background: #2E3C4F;}
#footerLinks div.content {
	background-color:#fff;
}
.modalBox div.buttons {
	width: 97%;
	position: relative;
	text-align: right;
	padding: 0;
	margin: 0;
	height: 50px;
}
.modalBox div.buttons input[type='button'], .modalBox div.buttons input[type='button']:visited {
	display: inline-block;
	background: #0E60A1;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f0f6fc), to(#a3cde9));
	background: -webkit-linear-gradient(#f0f6fc, #a3cde9);
	background: -moz-linear-gradient(#f0f6fc, #a3cde9);
	background: -ms-linear-gradient(#f0f6fc, #a3cde9);
	background: -o-linear-gradient(#f0f6fc, #a3cde9);
	background: linear-gradient(#f0f6fc, #a3cde9);
	border-radius: 4px;
	-pie-background: linear-gradient(#f0f6fc, #a3cde9); 
	border-top: #C8CACC 1px solid;
	border-left: #C8CACC 1px solid;
	border-right: #C8CACC 1px solid;
	border-bottom: #5e6061 1px solid; 
	font-weight: bold;
	color: #000;
	font-size: 12px;
	letter-spacing: -.7px;
	padding: 3px 7px;
	margin: 0 5px;
	behavior: url(/common/assets/css/PIE.htc);
	cursor: pointer;
}

.modalBox div.buttons input[type='button']:hover {
	background: #0E60A1;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f0f6fc), to(#c2e8fc));
	background: -webkit-linear-gradient(#f0f6fc, #c2e8fc);
	background: -moz-linear-gradient(#f0f6fc, #c2e8fc);
	background: -ms-linear-gradient(#f0f6fc, #c2e8fc);
	background: -o-linear-gradient(#f0f6fc, #c2e8fc);
	background: linear-gradient(#f0f6fc, #c2e8fc);
	border-radius: 4px;
	-pie-background: linear-gradient(#f0f6fc, #c2e8fc); 
}

.modalBox div.buttons input[type='button']:active {
	background: #0E60A1;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f0f6fc), to(#a9d3f1));
	background: -webkit-linear-gradient(#f0f6fc, #a9d3f1);
	background: -moz-linear-gradient(#f0f6fc, #a9d3f1);
	background: -ms-linear-gradient(#f0f6fc, #a9d3f1);
	background: -o-linear-gradient(#f0f6fc, #a9d3f1);
	background: linear-gradient(#f0f6fc, #a9d3f1);
	border-radius: 4px;
	-pie-background: linear-gradient(#f0f6fc, #a9d3f1); 
}


.modalBox div.content label {
	position: relative;
	margin: 10px 0 0 25px;
	width: 250px;
	font-family: arial;
	color: #000;
	font-size: 12px;
}
.modalBox div.content input[type="text"] {
	position: relative;
	display: block;
	margin: 2px 0 10px 25px;
	width: 250px;
	border: 1px solid #000;
	color: #000;
	font-size: 12px;
}

.modalBox div.content select {
	position: relative;
	display: block;
	margin: 2px 0 10px 25px;
	width: auto;
	min-width: 25px;
}

.modalBox div.table {
	width: 350px;
	margin: 0 10px 10px 10px;
	padding: 0;
	height: 150px;
	border: 1px solid #b6b8bb;
	overflow-y: scroll;
	overflow-x: hidden;
}

.modalBox div.table table {
	margin: 0; padding: 0; border-width: 0 0 1px 0;
}

.modalBox div.table table th:last-child { border-right-width: 0;}
.modalBox div.table table td:last-child { border-right-width: 0;}
.modalBox div.table table tr:first-child td {border-top-width: 0;}

.modalBox table {
	width: 350px;
 	border-width: 1px 0 1px 1px;
 	border-style: solid;
 	border-color: #b6b8bb;
 	margin: 0 10px 10px 10px;
 	padding: 0; 	
}

.modalBox table td.data { padding-left: 10px;}

#preSkillList {
	font-size: 18px;
	margin-left: 20px;
	list-style-type: none;
	list-type: none;
}
#preSkillList li {
	padding: 0;
	margin: 0;
}
#preSkillList li ul {
	list-style-type: none;
	list-type: none;	
	background-color: #8D99A6;
	height: 25px;
	border-bottom: 1px solid #AEB9C3;
	padding: 4px 0 4px 0;
	width: 415px;
	margin: 0;	
}
#preSkillList li ul.active {border-bottom: 1px solid #4E5A69;background-color: #2F3D4F;}
#preSkillList li ul li {
	display: block;
	display: table-cell;
	height: 25px;
	margin: 0;
	vertical-align: middle;
	border-left: 2px solid #9EA8B3;
	font-family: interval_bold;
	color: #fff;
	font-size: 16px;
}
#preSkillList li ul.active li {border-left: 2px solid #4E5A69;}
#preSkillList li ul.active li:first-child,
#preSkillList li ul li:first-child {border-left: none !important; text-align: center; font-size: 18px;}
#preSkillList li ul li span {font-size: 10px; color: #BBBDBF; margin-top: -5px; font-family: interval_semibold;}
#preSkillList li ul li.streak {width: 50px; line-height: 8px; font-family: interval_semibold;}
#preSkillList li ul li.name {width: 355px; padding-left: 10px; line-height: 0;}
#preSkillList li ul li.gold {background: url(../../images/newlook/coursemap/goldTrophy.png) center center no-repeat;}
#preSkillList li ul li.bronze {background: url(../../images/newlook/coursemap/bronzeTrophy.png) center center no-repeat;}
#preSkillList li ul li.silver {background: url(../../images/newlook/coursemap/silverTrophy.png) center center no-repeat;}