/** COMMON MODAL CODE **/

#modalCollectionContainer
{
}

.newModal
{
    position:absolute;
    top:0;
    left:0;
}

.newModal .newModalBackground
{
    background-color: #000000;
    opacity:.60;
    filter: alpha(opacity=60);
    position:absolute;
    top:0;
    left:0;
    z-index:1001;
}


.newModalContent
{
    position:absolute;
    z-index:1002;
    text-align:center;
    border: none;
}

.newModalFrame
{
    overflow-x:auto;
    overflow-y:auto;
    background-color:#ffffff;
    border: none;
    /* default sizes*/
    min-height:200px;
    min-width:400px;
    max-height:600px;
    max-width:800px;
}

#modalCollectionContainer .newModalButton
{
    margin:10px 0 10px 0;
}

/** SPECIFIC MODAL SIZES **/

.courseModal .newModalFrame
{
    min-height:400px;
    min-width:650px;
    max-height:500px;
    max-width:650px;
}

#modalFrame0 {
	border: 0 solid red;
}