﻿A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: none}

body 
{
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x;
}
.TopLine{
	background: url(images/gridline1.gif);
   background-repeat:repeat-x;
  background-position: left top;
}
.RightTD{
	background: url(images/rightbg.png);
   background-repeat: no-repeat;
  background-position: left top;
  background-color: #edf6fa;
}
.ms{
	background: url(images/ms.png);
   background-repeat:no-repeat;
  background-position: left top;
}
.login{
	background: url(images/mslogin.png);
   background-repeat:no-repeat;
  background-position: left top;
}
.loginEmp{
	background: url(images/msloginemp.png);
   background-repeat:no-repeat;
  background-position: left top;
}
.ms1{
  	font-family: calibri;
    color:#004E98;
    text-align: justify;
    font-size: 13px;
}
.ms2{
  	font-family: calibri;
    color:#004E98;
    text-align: justify;
    font-size: 20px;
}
.Error{
  	font-family: calibri;
    color:red;
    text-align: left;
    font-size: 10px;
}
.shiftcontainer{
position: relative;
left: 5px; /*Number should match -left shadow depth below*/
top: 5px; /*Number should match -top shadow depth below*/
width: 190px;
}

.shadowcontainer{
/*width: 300px; /* container width*/
background-color: #ECF6FA;
}

.shadowcontainer .innerdiv{
/* Add container height here if desired */
background-color: white;
border: 1px solid #83C7D6;
padding: 2px;
position: relative;
left: -5px; /*shadow depth*/
top: -5px; /*shadow depth*/
}

.tblBorder
{
border-top:solid 0px #b4d5e1;
border-bottom:solid 1px #b4d5e1;
border-left:solid 1px #b4d5e1;
border-right:solid 1px #b4d5e1;
}

.results1{
	background: url(images/Results.png);
   background-repeat:no-repeat;
  background-position: left top;
}
.ExamDescription
{
	    font-family: Palatino Linotype;
    color:BLUE;
    text-align: left;
    text-indent: 0ex;
    font-size: 11px;

}
.admission1{
	background: url(images/admission.png);
   background-repeat:no-repeat;
  background-position: left top;
}

.StaffFacility{
	background: url(images/facultyfacilities.png);
   background-repeat:no-repeat;
  background-position: left top;
}


.StudentFacility{
	background: url(images/StudentsFacilities.png);
   background-repeat:no-repeat;
  background-position: left top;
}


.StudentVF{
  background: url(images/titlestd.png);
  background-repeat:no-repeat;
  background-position: left top;
  
  	font-family: Palatino Linotype;
    color:#669900;
    text-align: left;
    text-indent: 3ex;
    font-size: 18px;
}
.txtbox {	
	background-position: 0 50%;	
    color:#1C87CE;	
	padding-left: 0px;
	border: 1px solid LightSteelBlue;
}

.UserID {
	background-image: url("Images/userinfo.gif");
	background-repeat: no-repeat;
	background-position: 0 50%;
	color: #000;
	padding-left: 18px;
	border: 1px solid LightBlue;
}
.Password {
	background-image: url("Images/PW.GIF");
	background-repeat: no-repeat;
	background-position: 0 50%;
	color: #000;
	padding-left: 18px;
	border: 1px solid LightBlue;
}
.lblStyle
{
font-size: 12px;
    font-family: verdana;
    color:#1C87CE;
    text-align: left;
    
}


.AddSMS
{
cursor:pointer;
border:outset 1px #ccc;
background:#999;
color:#000000;
padding: 0px 0px;
background:url('images/add.gif') no-repeat left top;
}
.RemoveSMS
{
cursor:pointer;
border:outset 1px #ccc;
background:#999;
color:#000000;
padding: 0px 0px;
background:url('images/remove.gif') no-repeat left top;
}
.GroupsSMS
{
cursor:pointer;
border:outset 1px #ccc;
background:#999;
color:#000000;
padding: 0px 0px;
background:url('images/Groups.gif') no-repeat left top;
}


@media print { .dontprint { display:none; } }
@media screen { .dontshow { display:none; } }


