/* CSS for the Error Msg */

.divBlock {
    display:block;
}

.divNone {
    display:none;
}

.error{
    color:#FF3300;
}

 /* CSS for the Modal Dialog */

/* Creates Background for Overlay*/
#simplemodal-overlay {background-color:#000; cursor:pointer;}
/* General Overlay Width*/
#simplemodal-container {margin-top:5px; min-height:261px; height:auto!important; top:4px;}
/* Container */
#simplemodal-container {zoom:1; width:600px; overflow:visible;}

/* Close Button */
a.modalCloseImg {
	/* background:url('../images/closeBtn.png'); */
	background: url(../images/cengage_close.gif);
	background-repeat: no-repeat;
	width: 117px;
	height: 22px;
	/* margin-top: -20px; */
	display: inline;
	z-index: 3200;
	position: absolute;
	/* right:30px;  */
	right: 12px;
	cursor: pointer;
    top: auto;
    /* bottom: 5px; */
    bottom: 12px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
.modal_title{
width:350px;
display:block;
margin-left:10px;
}
}

#basic-modal-content{ width:585px;}

.modal_message  {
    background-color:#6AD5F8;
    background-image:url("../images/loading_background.gif");
    background-repeat:repeat-x;
    height:155px;
    margin-left:120px;
    padding:15px;
    width:300px;
}
.modal_message div {
    background-color:#FFFFFF;
    border:1px solid #ECECEC;
    color:#000000;
    font-size:17px;
    height:120px;
    padding-top:35px;
}

/* CSS for Overlay --------------------------------------------------------------------------------------------------------------------- */
.simple_overlay {
    /* must be initially hidden */
    display:none;
    /* place overlay on top of other elements */
    z-index:10000;
    /* styling */
    background-color:#fff;
    width:535px;
	padding:10px;
	text-align:left;
    border:1px solid #99ccff;
}

.simple_overlay .close {
    background-image:url(../images/closeBtnIcon.gif);
    position:absolute;
    right:-10px;
    top:-10px;
    cursor:pointer;
    height:21px;
    width:21px;
}

/******************  GENERAL ERROR PAGE CSS CODE START **************************/


#h1_large{
   font-weight:normal !important;
    font-size:21px;
    font-weight:normal;
    margin:0 0 0 8px;
    padding:4px 0 0 0;
}

.errormsglg {
    color:#CE3C23;
    margin-right: 18px;
    padding:0;
}

.studentErrorMsg{
    height:400px;
    width:700px;
    border: 1px solid #808080;
    background-color: #EFEFEF;
    font-size:13px;
    overflow: auto;
    color:#FF3300;
    padding:6px;
}
.errormsg {
color:#CE3C23;
font-size:0.85em;
margin:0;
padding:0;
}

#hr_divider {
	background: none;
	border: none;
	border-top: 1px dashed #bbe0eb;
	height: 0;
	padding-top:10px;
	padding-bottom:10px;
    margin-right: 18px;
}

#boxdrop{
	border-top: 1px solid #ececec;
	border-left: 1px solid #ececec;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#cccccc', STRENGTH=2, Direction=135,);
	zoom:1;
	-moz-box-shadow: 2px 2px 2px #ccc;
	-webkit-box-shadow: 2px 2px 2px #ccc;
    width: auto;
    margin-bottom: 10px;
}

.page_message_error1{
	background-image:url(../images/exclamation.gif);
	background-position:top left;
	background-repeat:no-repeat;
    width:auto;
    padding-left:20px;
    margin:18px 0 0 18px;
    }
.page_message_error1 p{line-height:1.7;}

.institution-selection_message_error{
	background-image:url(../images/exclamation.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:20px;
    display:none;
}


/******************  GENERAL ERROR PAGE CSS CODE END **************************/
