﻿
body
{
    color: #5d5d5d;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    line-height: normal;
    font-size: 12px;
    padding: 0;
    margin: 0;
}

.bgimage
{
    background-image:url(../Images/background-image.png);
    background-repeat :no-repeat;
    width:100%;
    height:98%;
    background-position: center;   
    background-size:100% 130%;
}
.bgimageHome
{
    background-image:url(../Images/icons/ecampus_4.png);
    background-repeat :no-repeat;
    width:100%;
    height:660px;
    background-position: center;   
    background-size:100% 130%;
}
.icloud{
	position:relative;
	overflow:hidden;
}

.itag{
	position:absolute;
	padding:2px;
	font-family:Trebuchet MS;
}

.itag:hover{
	cursor:pointer;
	border:1px solid red;
	font-family:Trebuchet MS;
}
 .modalBackground {
	                   position: absolute;
                    z-index: 100;
   
                    background-color: gray;
                    filter: alpha(opacity=60);
                    -moz-opacity: 0.6;
                    opacity: 0.6;
}

                    .modalPopup {
	                    background-color:#ffffdd;
	                    border-width:3px;
	                    border-style:solid;
	                    border-color:Gray;
	                    padding:3px;
	                    width:250px;
                    }